From 668e7746a6fbe30cba78bffe37c9ce9b9ed9a4fe Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 16 四月 2024 12:01:10 +0800 Subject: [PATCH] 优化界面功能 --- WinFrm/ISupply.WinFrm.Main/basic/_UserControls/HospitalWizardForm.Designer.cs | 429 +++++++++++++++++++++++++---------------------------- 1 files changed, 204 insertions(+), 225 deletions(-) diff --git a/WinFrm/ISupply.WinFrm.Main/basic/_UserControls/HospitalWizardForm.Designer.cs b/WinFrm/ISupply.WinFrm.Main/basic/_UserControls/HospitalWizardForm.Designer.cs index a7d695e..fd0cef3 100644 --- a/WinFrm/ISupply.WinFrm.Main/basic/_UserControls/HospitalWizardForm.Designer.cs +++ b/WinFrm/ISupply.WinFrm.Main/basic/_UserControls/HospitalWizardForm.Designer.cs @@ -28,285 +28,264 @@ /// </summary> private void InitializeComponent() { - this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); - this.txtName = new DevExpress.XtraEditors.TextEdit(); - this.cbLevel = new DevExpress.XtraEditors.ComboBoxEdit(); - this.cbArea = new DevExpress.XtraEditors.ComboBoxEdit(); - this.cbCity = new DevExpress.XtraEditors.ComboBoxEdit(); - this.cbDist = new DevExpress.XtraEditors.ComboBoxEdit(); - this.cbHospitalType = new DevExpress.XtraEditors.ComboBoxEdit(); - this.txtAddress = new DevExpress.XtraEditors.TextEdit(); - this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); - this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); - this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); - this.layoutControl1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.cbLevel.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.cbArea.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.cbCity.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.cbDist.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.cbHospitalType.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); - this.SuspendLayout(); + layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); + txtName = new DevExpress.XtraEditors.TextEdit(); + cbLevel = new DevExpress.XtraEditors.ComboBoxEdit(); + cbArea = new DevExpress.XtraEditors.ComboBoxEdit(); + cbCity = new DevExpress.XtraEditors.ComboBoxEdit(); + cbDist = new DevExpress.XtraEditors.ComboBoxEdit(); + cbHospitalType = new DevExpress.XtraEditors.ComboBoxEdit(); + txtAddress = new DevExpress.XtraEditors.TextEdit(); + Root = new DevExpress.XtraLayout.LayoutControlGroup(); + layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); + emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); + ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); + layoutControl1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)txtName.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)cbLevel.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)cbArea.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)cbCity.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)cbDist.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)cbHospitalType.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)txtAddress.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem9).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem13).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem11).BeginInit(); + ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); + SuspendLayout(); // // layoutControl1 // - this.layoutControl1.Controls.Add(this.txtName); - this.layoutControl1.Controls.Add(this.cbLevel); - this.layoutControl1.Controls.Add(this.cbArea); - this.layoutControl1.Controls.Add(this.cbCity); - this.layoutControl1.Controls.Add(this.cbDist); - this.layoutControl1.Controls.Add(this.cbHospitalType); - this.layoutControl1.Controls.Add(this.txtAddress); - this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; - this.layoutControl1.Location = new System.Drawing.Point(0, 0); - this.layoutControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.layoutControl1.Name = "layoutControl1"; - this.layoutControl1.Root = this.Root; - this.layoutControl1.Size = new System.Drawing.Size(924, 250); - this.layoutControl1.TabIndex = 132; - this.layoutControl1.Text = "layoutControl1"; + layoutControl1.Controls.Add(txtName); + layoutControl1.Controls.Add(cbLevel); + layoutControl1.Controls.Add(cbArea); + layoutControl1.Controls.Add(cbCity); + layoutControl1.Controls.Add(cbDist); + layoutControl1.Controls.Add(cbHospitalType); + layoutControl1.Controls.Add(txtAddress); + layoutControl1.Dock = DockStyle.Fill; + layoutControl1.Location = new Point(0, 0); + layoutControl1.Name = "layoutControl1"; + layoutControl1.Root = Root; + layoutControl1.Size = new Size(647, 159); + layoutControl1.TabIndex = 132; + layoutControl1.Text = "layoutControl1"; // // txtName // - this.txtName.Location = new System.Drawing.Point(100, 19); - this.txtName.Name = "txtName"; - this.txtName.Size = new System.Drawing.Size(293, 28); - this.txtName.StyleController = this.layoutControl1; - this.txtName.TabIndex = 145; + txtName.Location = new Point(69, 12); + txtName.Margin = new Padding(2); + txtName.Name = "txtName"; + txtName.Size = new Size(206, 20); + txtName.StyleController = layoutControl1; + txtName.TabIndex = 145; // // cbLevel // - this.cbLevel.Location = new System.Drawing.Point(600, 19); - this.cbLevel.Name = "cbLevel"; - this.cbLevel.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { - new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.cbLevel.Properties.Items.AddRange(new object[] { - "涓�绾х敳绛�", - "涓�绾т箼绛�", - "涓�绾т笝绛�", - "浜岀骇鐢茬瓑", - "浜岀骇涔欑瓑", - "浜岀骇涓欑瓑", - "涓夌骇鐢茬瓑", - "涓夌骇涔欑瓑", - "涓夌骇涓欑瓑"}); - this.cbLevel.Properties.NullText = "璇烽�夋嫨"; - this.cbLevel.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.cbLevel.Size = new System.Drawing.Size(307, 28); - this.cbLevel.StyleController = this.layoutControl1; - this.cbLevel.TabIndex = 143; + cbLevel.Location = new Point(418, 12); + cbLevel.Margin = new Padding(2); + cbLevel.Name = "cbLevel"; + cbLevel.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); + cbLevel.Properties.Items.AddRange(new object[] { "涓�绾х敳绛�", "涓�绾т箼绛�", "涓�绾т笝绛�", "浜岀骇鐢茬瓑", "浜岀骇涔欑瓑", "浜岀骇涓欑瓑", "涓夌骇鐢茬瓑", "涓夌骇涔欑瓑", "涓夌骇涓欑瓑" }); + cbLevel.Properties.NullText = "璇烽�夋嫨"; + cbLevel.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; + cbLevel.Size = new Size(217, 20); + cbLevel.StyleController = layoutControl1; + cbLevel.TabIndex = 143; // // cbArea // - this.cbArea.Location = new System.Drawing.Point(100, 53); - this.cbArea.Name = "cbArea"; - this.cbArea.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { - new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.cbArea.Properties.Items.AddRange(new object[] { - "涓婃捣甯�"}); - this.cbArea.Properties.NullText = "璇烽�夋嫨"; - this.cbArea.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.cbArea.Size = new System.Drawing.Size(293, 28); - this.cbArea.StyleController = this.layoutControl1; - this.cbArea.TabIndex = 141; + cbArea.Location = new Point(69, 36); + cbArea.Margin = new Padding(2); + cbArea.Name = "cbArea"; + cbArea.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); + cbArea.Properties.Items.AddRange(new object[] { "涓婃捣甯�" }); + cbArea.Properties.NullText = "璇烽�夋嫨"; + cbArea.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; + cbArea.Size = new Size(206, 20); + cbArea.StyleController = layoutControl1; + cbArea.TabIndex = 141; // // cbCity // - this.cbCity.Location = new System.Drawing.Point(600, 53); - this.cbCity.Name = "cbCity"; - this.cbCity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { - new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.cbCity.Properties.Items.AddRange(new object[] { - "涓婃捣甯�"}); - this.cbCity.Properties.NullText = "璇烽�夋嫨"; - this.cbCity.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.cbCity.Size = new System.Drawing.Size(307, 28); - this.cbCity.StyleController = this.layoutControl1; - this.cbCity.TabIndex = 139; + cbCity.Location = new Point(418, 36); + cbCity.Margin = new Padding(2); + cbCity.Name = "cbCity"; + cbCity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); + cbCity.Properties.Items.AddRange(new object[] { "涓婃捣甯�" }); + cbCity.Properties.NullText = "璇烽�夋嫨"; + cbCity.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; + cbCity.Size = new Size(217, 20); + cbCity.StyleController = layoutControl1; + cbCity.TabIndex = 139; // // cbDist // - this.cbDist.Location = new System.Drawing.Point(100, 87); - this.cbDist.Name = "cbDist"; - this.cbDist.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { - new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.cbDist.Properties.Items.AddRange(new object[] { - "闂佃鍖�"}); - this.cbDist.Properties.NullText = "璇烽�夋嫨"; - this.cbDist.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.cbDist.Size = new System.Drawing.Size(293, 28); - this.cbDist.StyleController = this.layoutControl1; - this.cbDist.TabIndex = 137; + cbDist.Location = new Point(69, 60); + cbDist.Margin = new Padding(2); + cbDist.Name = "cbDist"; + cbDist.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); + cbDist.Properties.Items.AddRange(new object[] { "闂佃鍖�" }); + cbDist.Properties.NullText = "璇烽�夋嫨"; + cbDist.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; + cbDist.Size = new Size(206, 20); + cbDist.StyleController = layoutControl1; + cbDist.TabIndex = 137; // // cbHospitalType // - this.cbHospitalType.Location = new System.Drawing.Point(600, 87); - this.cbHospitalType.Name = "cbHospitalType"; - this.cbHospitalType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { - new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.cbHospitalType.Properties.Items.AddRange(new object[] { - "鍏姙", - "绉佸姙"}); - this.cbHospitalType.Properties.NullText = "璇烽�夋嫨"; - this.cbHospitalType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.cbHospitalType.Size = new System.Drawing.Size(307, 28); - this.cbHospitalType.StyleController = this.layoutControl1; - this.cbHospitalType.TabIndex = 135; + cbHospitalType.Location = new Point(418, 60); + cbHospitalType.Margin = new Padding(2); + cbHospitalType.Name = "cbHospitalType"; + cbHospitalType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); + cbHospitalType.Properties.Items.AddRange(new object[] { "鍏姙", "绉佸姙" }); + cbHospitalType.Properties.NullText = "璇烽�夋嫨"; + cbHospitalType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; + cbHospitalType.Size = new Size(217, 20); + cbHospitalType.StyleController = layoutControl1; + cbHospitalType.TabIndex = 135; // // txtAddress // - this.txtAddress.Location = new System.Drawing.Point(100, 121); - this.txtAddress.Name = "txtAddress"; - this.txtAddress.Size = new System.Drawing.Size(807, 28); - this.txtAddress.StyleController = this.layoutControl1; - this.txtAddress.TabIndex = 133; + txtAddress.Location = new Point(69, 84); + txtAddress.Margin = new Padding(2); + txtAddress.Name = "txtAddress"; + txtAddress.Size = new Size(566, 20); + txtAddress.StyleController = layoutControl1; + txtAddress.TabIndex = 133; // // Root // - this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; - this.Root.GroupBordersVisible = false; - this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { - this.layoutControlItem1, - this.layoutControlItem5, - this.layoutControlItem9, - this.layoutControlItem13, - this.layoutControlItem3, - this.layoutControlItem7, - this.layoutControlItem11, - this.emptySpaceItem1}); - this.Root.Name = "Root"; - this.Root.Size = new System.Drawing.Size(924, 250); - this.Root.TextVisible = false; + Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; + Root.GroupBordersVisible = false; + Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem5, layoutControlItem9, layoutControlItem13, layoutControlItem3, layoutControlItem7, layoutControlItem11, emptySpaceItem1 }); + Root.Name = "Root"; + Root.Size = new Size(647, 159); + Root.TextVisible = false; // // layoutControlItem1 // - this.layoutControlItem1.Control = this.txtName; - this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); - this.layoutControlItem1.Name = "layoutControlItem1"; - this.layoutControlItem1.Size = new System.Drawing.Size(382, 34); - this.layoutControlItem1.Text = "鍖婚櫌鍚嶇О:"; - this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; - this.layoutControlItem1.TextSize = new System.Drawing.Size(78, 22); - this.layoutControlItem1.TextToControlDistance = 5; + layoutControlItem1.Control = txtName; + layoutControlItem1.Location = new Point(0, 0); + layoutControlItem1.Name = "layoutControlItem1"; + layoutControlItem1.Size = new Size(267, 24); + layoutControlItem1.Text = "鍖婚櫌鍚嶇О:"; + layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; + layoutControlItem1.TextSize = new Size(52, 14); + layoutControlItem1.TextToControlDistance = 5; // // layoutControlItem5 // - this.layoutControlItem5.Control = this.cbArea; - this.layoutControlItem5.Location = new System.Drawing.Point(0, 34); - this.layoutControlItem5.Name = "layoutControlItem5"; - this.layoutControlItem5.Size = new System.Drawing.Size(382, 34); - this.layoutControlItem5.Text = "鎵�灞炵渷浠�:"; - this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; - this.layoutControlItem5.TextSize = new System.Drawing.Size(78, 22); - this.layoutControlItem5.TextToControlDistance = 5; + layoutControlItem5.Control = cbArea; + layoutControlItem5.Location = new Point(0, 24); + layoutControlItem5.Name = "layoutControlItem5"; + layoutControlItem5.Size = new Size(267, 24); + layoutControlItem5.Text = "鎵�灞炵渷浠�:"; + layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; + layoutControlItem5.TextSize = new Size(52, 14); + layoutControlItem5.TextToControlDistance = 5; // // layoutControlItem9 // - this.layoutControlItem9.Control = this.cbDist; - this.layoutControlItem9.Location = new System.Drawing.Point(0, 68); - this.layoutControlItem9.Name = "layoutControlItem9"; - this.layoutControlItem9.Size = new System.Drawing.Size(382, 34); - this.layoutControlItem9.Text = "鎵�灞炲尯鍘�:"; - this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; - this.layoutControlItem9.TextSize = new System.Drawing.Size(78, 22); - this.layoutControlItem9.TextToControlDistance = 5; + layoutControlItem9.Control = cbDist; + layoutControlItem9.Location = new Point(0, 48); + layoutControlItem9.Name = "layoutControlItem9"; + layoutControlItem9.Size = new Size(267, 24); + layoutControlItem9.Text = "鎵�灞炲尯鍘�:"; + layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; + layoutControlItem9.TextSize = new Size(52, 14); + layoutControlItem9.TextToControlDistance = 5; // // layoutControlItem13 // - this.layoutControlItem13.Control = this.txtAddress; - this.layoutControlItem13.Location = new System.Drawing.Point(0, 102); - this.layoutControlItem13.Name = "layoutControlItem13"; - this.layoutControlItem13.Size = new System.Drawing.Size(896, 116); - this.layoutControlItem13.Text = "璇︾粏鍦板潃:"; - this.layoutControlItem13.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; - this.layoutControlItem13.TextSize = new System.Drawing.Size(78, 22); - this.layoutControlItem13.TextToControlDistance = 5; + layoutControlItem13.Control = txtAddress; + layoutControlItem13.Location = new Point(0, 72); + layoutControlItem13.Name = "layoutControlItem13"; + layoutControlItem13.Size = new Size(627, 67); + layoutControlItem13.Text = "璇︾粏鍦板潃:"; + layoutControlItem13.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; + layoutControlItem13.TextSize = new Size(52, 14); + layoutControlItem13.TextToControlDistance = 5; // // layoutControlItem3 // - this.layoutControlItem3.Control = this.cbLevel; - this.layoutControlItem3.Location = new System.Drawing.Point(500, 0); - this.layoutControlItem3.Name = "layoutControlItem3"; - this.layoutControlItem3.Size = new System.Drawing.Size(396, 34); - this.layoutControlItem3.Text = "鍖婚櫌绛夌骇:"; - this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; - this.layoutControlItem3.TextSize = new System.Drawing.Size(78, 22); - this.layoutControlItem3.TextToControlDistance = 5; + layoutControlItem3.Control = cbLevel; + layoutControlItem3.Location = new Point(349, 0); + layoutControlItem3.Name = "layoutControlItem3"; + layoutControlItem3.Size = new Size(278, 24); + layoutControlItem3.Text = "鍖婚櫌绛夌骇:"; + layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; + layoutControlItem3.TextSize = new Size(52, 14); + layoutControlItem3.TextToControlDistance = 5; // // layoutControlItem7 // - this.layoutControlItem7.Control = this.cbCity; - this.layoutControlItem7.Location = new System.Drawing.Point(500, 34); - this.layoutControlItem7.Name = "layoutControlItem7"; - this.layoutControlItem7.Size = new System.Drawing.Size(396, 34); - this.layoutControlItem7.Text = "鎵�灞炲煄甯�:"; - this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; - this.layoutControlItem7.TextSize = new System.Drawing.Size(78, 22); - this.layoutControlItem7.TextToControlDistance = 5; + layoutControlItem7.Control = cbCity; + layoutControlItem7.Location = new Point(349, 24); + layoutControlItem7.Name = "layoutControlItem7"; + layoutControlItem7.Size = new Size(278, 24); + layoutControlItem7.Text = "鎵�灞炲煄甯�:"; + layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; + layoutControlItem7.TextSize = new Size(52, 14); + layoutControlItem7.TextToControlDistance = 5; // // layoutControlItem11 // - this.layoutControlItem11.Control = this.cbHospitalType; - this.layoutControlItem11.Location = new System.Drawing.Point(500, 68); - this.layoutControlItem11.Name = "layoutControlItem11"; - this.layoutControlItem11.Size = new System.Drawing.Size(396, 34); - this.layoutControlItem11.Text = "鍖婚櫌鎬ц川:"; - this.layoutControlItem11.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; - this.layoutControlItem11.TextSize = new System.Drawing.Size(78, 22); - this.layoutControlItem11.TextToControlDistance = 5; + layoutControlItem11.Control = cbHospitalType; + layoutControlItem11.Location = new Point(349, 48); + layoutControlItem11.Name = "layoutControlItem11"; + layoutControlItem11.Size = new Size(278, 24); + layoutControlItem11.Text = "鍖婚櫌鎬ц川:"; + layoutControlItem11.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; + layoutControlItem11.TextSize = new Size(52, 14); + layoutControlItem11.TextToControlDistance = 5; // // emptySpaceItem1 // - this.emptySpaceItem1.AllowHotTrack = false; - this.emptySpaceItem1.Location = new System.Drawing.Point(382, 0); - this.emptySpaceItem1.Name = "emptySpaceItem1"; - this.emptySpaceItem1.Size = new System.Drawing.Size(118, 102); - this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); + emptySpaceItem1.AllowHotTrack = false; + emptySpaceItem1.Location = new Point(267, 0); + emptySpaceItem1.Name = "emptySpaceItem1"; + emptySpaceItem1.Size = new Size(82, 72); + emptySpaceItem1.TextSize = new Size(0, 0); // // HospitalWizardForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.layoutControl1); - this.Name = "HospitalWizardForm"; - this.Size = new System.Drawing.Size(924, 250); - ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); - this.layoutControl1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.cbLevel.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.cbArea.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.cbCity.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.cbDist.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.cbHospitalType.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); - this.ResumeLayout(false); - + AutoScaleDimensions = new SizeF(7F, 14F); + AutoScaleMode = AutoScaleMode.Font; + Controls.Add(layoutControl1); + Margin = new Padding(2); + Name = "HospitalWizardForm"; + Size = new Size(647, 159); + ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); + layoutControl1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)txtName.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)cbLevel.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)cbArea.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)cbCity.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)cbDist.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)cbHospitalType.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)txtAddress.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)Root).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem9).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem13).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem11).EndInit(); + ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); + ResumeLayout(false); } #endregion -- Gitblit v1.9.3