From 467578cbe7f027c14ceba0aed16fb827b94e2c65 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 07 三月 2025 09:41:58 +0800 Subject: [PATCH] pbs-为登录静态类赋值 --- WinFrmUI/PBS.WinFrmUI/01-place/00-core/SchoolWizardForm.Designer.cs | 430 +++++++++++++++++++++++------------------------------ 1 files changed, 189 insertions(+), 241 deletions(-) diff --git a/WinFrmUI/PBS.WinFrmUI/01-place/00-core/SchoolWizardForm.Designer.cs b/WinFrmUI/PBS.WinFrmUI/01-place/00-core/SchoolWizardForm.Designer.cs index 739e157..7738f30 100644 --- a/WinFrmUI/PBS.WinFrmUI/01-place/00-core/SchoolWizardForm.Designer.cs +++ b/WinFrmUI/PBS.WinFrmUI/01-place/00-core/SchoolWizardForm.Designer.cs @@ -28,305 +28,253 @@ /// </summary> private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); - this.txtName = new DevExpress.XtraEditors.TextEdit(); - this.cbLevel = new DevExpress.XtraEditors.ComboBoxEdit(); - this.cbSchoolType = new DevExpress.XtraEditors.ComboBoxEdit(); - this.txtAddress = new DevExpress.XtraEditors.TextEdit(); - this.cbArea = new DevExpress.XtraEditors.ImageComboBoxEdit(); - this.cbCity = new DevExpress.XtraEditors.ImageComboBoxEdit(); - this.cbDist = new DevExpress.XtraEditors.ImageComboBoxEdit(); - this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); - this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); - this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); - this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components); - ((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.cbSchoolType.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtAddress.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.Root)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit(); - this.SuspendLayout(); + components = new System.ComponentModel.Container(); + layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); + cbLevel = new DevExpress.XtraEditors.ComboBoxEdit(); + cbSchoolType = new DevExpress.XtraEditors.ComboBoxEdit(); + txtAddress = new DevExpress.XtraEditors.TextEdit(); + cbArea = new DevExpress.XtraEditors.ImageComboBoxEdit(); + cbCity = new DevExpress.XtraEditors.ImageComboBoxEdit(); + cbDist = new DevExpress.XtraEditors.ImageComboBoxEdit(); + Root = new DevExpress.XtraLayout.LayoutControlGroup(); + layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); + emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); + dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); + ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); + layoutControl1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)cbLevel.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)cbSchoolType.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)txtAddress.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)cbArea.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)cbCity.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)cbDist.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem9).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem11).BeginInit(); + ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit(); + SuspendLayout(); // // layoutControl1 // - this.layoutControl1.Controls.Add(this.txtName); - this.layoutControl1.Controls.Add(this.cbLevel); - this.layoutControl1.Controls.Add(this.cbSchoolType); - this.layoutControl1.Controls.Add(this.txtAddress); - this.layoutControl1.Controls.Add(this.cbArea); - this.layoutControl1.Controls.Add(this.cbCity); - this.layoutControl1.Controls.Add(this.cbDist); - this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; - this.layoutControl1.Location = new System.Drawing.Point(0, 0); - this.layoutControl1.Name = "layoutControl1"; - this.layoutControl1.Root = this.Root; - this.layoutControl1.Size = new System.Drawing.Size(744, 162); - this.layoutControl1.TabIndex = 118; - this.layoutControl1.Text = "layoutControl1"; - // - // txtName - // - this.txtName.Location = new System.Drawing.Point(76, 12); - this.txtName.Margin = new System.Windows.Forms.Padding(2); - this.txtName.MinimumSize = new System.Drawing.Size(0, 28); - this.txtName.Name = "txtName"; - this.txtName.Size = new System.Drawing.Size(225, 20); - this.txtName.StyleController = this.layoutControl1; - this.txtName.TabIndex = 131; + layoutControl1.Controls.Add(cbLevel); + layoutControl1.Controls.Add(cbSchoolType); + layoutControl1.Controls.Add(txtAddress); + layoutControl1.Controls.Add(cbArea); + layoutControl1.Controls.Add(cbCity); + layoutControl1.Controls.Add(cbDist); + layoutControl1.Dock = DockStyle.Fill; + layoutControl1.Location = new Point(0, 0); + layoutControl1.Name = "layoutControl1"; + layoutControl1.Root = Root; + layoutControl1.Size = new Size(734, 123); + layoutControl1.TabIndex = 118; + layoutControl1.Text = "layoutControl1"; // // cbLevel // - this.cbLevel.Location = new System.Drawing.Point(450, 12); - this.cbLevel.Margin = new System.Windows.Forms.Padding(2); - this.cbLevel.MinimumSize = new System.Drawing.Size(0, 28); - 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(282, 20); - this.cbLevel.StyleController = this.layoutControl1; - this.cbLevel.TabIndex = 129; + cbLevel.Location = new Point(445, 12); + cbLevel.Margin = new Padding(2); + cbLevel.MinimumSize = new Size(0, 28); + 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(277, 28); + cbLevel.StyleController = layoutControl1; + cbLevel.TabIndex = 129; // // cbSchoolType // - this.cbSchoolType.Location = new System.Drawing.Point(450, 76); - this.cbSchoolType.Margin = new System.Windows.Forms.Padding(2); - this.cbSchoolType.MinimumSize = new System.Drawing.Size(0, 28); - this.cbSchoolType.Name = "cbSchoolType"; - this.cbSchoolType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { - new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.cbSchoolType.Properties.Items.AddRange(new object[] { - "鍔炲叕", - "绉佸姙"}); - this.cbSchoolType.Properties.NullText = "璇烽�夋嫨"; - this.cbSchoolType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.cbSchoolType.Size = new System.Drawing.Size(282, 20); - this.cbSchoolType.StyleController = this.layoutControl1; - this.cbSchoolType.TabIndex = 121; + cbSchoolType.Location = new Point(445, 76); + cbSchoolType.Margin = new Padding(2); + cbSchoolType.MinimumSize = new Size(0, 28); + cbSchoolType.Name = "cbSchoolType"; + cbSchoolType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); + cbSchoolType.Properties.Items.AddRange(new object[] { "鍔炲叕", "绉佸姙" }); + cbSchoolType.Properties.NullText = "璇烽�夋嫨"; + cbSchoolType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; + cbSchoolType.Size = new Size(277, 28); + cbSchoolType.StyleController = layoutControl1; + cbSchoolType.TabIndex = 121; // // txtAddress // - this.txtAddress.Location = new System.Drawing.Point(76, 108); - this.txtAddress.MinimumSize = new System.Drawing.Size(0, 28); - this.txtAddress.Name = "txtAddress"; - this.txtAddress.Size = new System.Drawing.Size(656, 20); - this.txtAddress.StyleController = this.layoutControl1; - this.txtAddress.TabIndex = 132; + txtAddress.Location = new Point(76, 76); + txtAddress.MinimumSize = new Size(0, 28); + txtAddress.Name = "txtAddress"; + txtAddress.Size = new Size(221, 28); + txtAddress.StyleController = layoutControl1; + txtAddress.TabIndex = 132; // // cbArea // - this.cbArea.Location = new System.Drawing.Point(76, 44); - this.cbArea.Margin = new System.Windows.Forms.Padding(2); - this.cbArea.MinimumSize = new System.Drawing.Size(0, 28); - 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.NullText = "璇烽�夋嫨"; - this.cbArea.Size = new System.Drawing.Size(225, 20); - this.cbArea.StyleController = this.layoutControl1; - this.cbArea.TabIndex = 127; + cbArea.Location = new Point(76, 12); + cbArea.Margin = new Padding(2); + cbArea.MinimumSize = new Size(0, 28); + cbArea.Name = "cbArea"; + cbArea.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); + cbArea.Properties.NullText = "璇烽�夋嫨"; + cbArea.Size = new Size(221, 28); + cbArea.StyleController = layoutControl1; + cbArea.TabIndex = 127; // // cbCity // - this.cbCity.Location = new System.Drawing.Point(450, 44); - this.cbCity.Margin = new System.Windows.Forms.Padding(2); - this.cbCity.MinimumSize = new System.Drawing.Size(0, 28); - 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.NullText = "璇烽�夋嫨"; - this.cbCity.Size = new System.Drawing.Size(282, 20); - this.cbCity.StyleController = this.layoutControl1; - this.cbCity.TabIndex = 125; + cbCity.Location = new Point(445, 44); + cbCity.Margin = new Padding(2); + cbCity.MinimumSize = new Size(0, 28); + cbCity.Name = "cbCity"; + cbCity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); + cbCity.Properties.NullText = "璇烽�夋嫨"; + cbCity.Size = new Size(277, 28); + cbCity.StyleController = layoutControl1; + cbCity.TabIndex = 125; // // cbDist // - this.cbDist.Location = new System.Drawing.Point(76, 76); - this.cbDist.Margin = new System.Windows.Forms.Padding(2); - this.cbDist.MinimumSize = new System.Drawing.Size(0, 28); - 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.NullText = "璇烽�夋嫨"; - this.cbDist.Size = new System.Drawing.Size(225, 20); - this.cbDist.StyleController = this.layoutControl1; - this.cbDist.TabIndex = 123; - this.cbDist.SelectedIndexChanged += new System.EventHandler(this.cbDist_SelectedIndexChanged); + cbDist.Location = new Point(76, 44); + cbDist.Margin = new Padding(2); + cbDist.MinimumSize = new Size(0, 28); + cbDist.Name = "cbDist"; + cbDist.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); + cbDist.Properties.NullText = "璇烽�夋嫨"; + cbDist.Size = new Size(221, 28); + cbDist.StyleController = layoutControl1; + cbDist.TabIndex = 123; + cbDist.SelectedIndexChanged += cbDist_SelectedIndexChanged; // // Root // - this.Root.AppearanceItemCaption.Options.UseTextOptions = true; - this.Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; - this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; - this.Root.GroupBordersVisible = false; - this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { - this.layoutControlItem1, - this.layoutControlItem5, - this.layoutControlItem3, - this.layoutControlItem7, - this.layoutControlItem9, - this.layoutControlItem2, - this.layoutControlItem11, - this.emptySpaceItem1}); - this.Root.Name = "Root"; - this.Root.Size = new System.Drawing.Size(744, 162); - this.Root.TextVisible = false; - // - // layoutControlItem1 - // - this.layoutControlItem1.AllowHtmlStringInCaption = true; - 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(293, 32); - this.layoutControlItem1.Text = "<color=red>*</color>瀛︽牎鍚嶇О:"; - this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; - this.layoutControlItem1.TextSize = new System.Drawing.Size(59, 14); - this.layoutControlItem1.TextToControlDistance = 5; + Root.AppearanceItemCaption.Options.UseTextOptions = true; + Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; + Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; + Root.GroupBordersVisible = false; + Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5, layoutControlItem3, layoutControlItem7, layoutControlItem9, layoutControlItem11, emptySpaceItem1, layoutControlItem2 }); + Root.Name = "Root"; + Root.Size = new Size(734, 123); + Root.TextVisible = false; // // layoutControlItem5 // - this.layoutControlItem5.AllowHtmlStringInCaption = true; - this.layoutControlItem5.Control = this.cbArea; - this.layoutControlItem5.Location = new System.Drawing.Point(0, 32); - this.layoutControlItem5.Name = "layoutControlItem5"; - this.layoutControlItem5.Size = new System.Drawing.Size(293, 32); - this.layoutControlItem5.Text = "<color=red>*</color>鎵�灞炵渷浠�:"; - this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; - this.layoutControlItem5.TextSize = new System.Drawing.Size(59, 14); - this.layoutControlItem5.TextToControlDistance = 5; + layoutControlItem5.AllowHtmlStringInCaption = true; + layoutControlItem5.Control = cbArea; + layoutControlItem5.Location = new Point(0, 0); + layoutControlItem5.Name = "layoutControlItem5"; + layoutControlItem5.Size = new Size(289, 32); + layoutControlItem5.Text = "<color=red>*</color>鎵�灞炵渷浠�:"; + layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; + layoutControlItem5.TextSize = new Size(59, 14); + layoutControlItem5.TextToControlDistance = 5; // // layoutControlItem3 // - this.layoutControlItem3.Control = this.cbLevel; - this.layoutControlItem3.CustomizationFormText = "灞傛:"; - this.layoutControlItem3.Location = new System.Drawing.Point(374, 0); - this.layoutControlItem3.Name = "layoutControlItem3"; - this.layoutControlItem3.Size = new System.Drawing.Size(350, 32); - this.layoutControlItem3.Text = "瀛︽牎灞傛:"; - this.layoutControlItem3.TextSize = new System.Drawing.Size(52, 14); + layoutControlItem3.Control = cbLevel; + layoutControlItem3.CustomizationFormText = "灞傛:"; + layoutControlItem3.Location = new Point(369, 0); + layoutControlItem3.Name = "layoutControlItem3"; + layoutControlItem3.Size = new Size(345, 32); + layoutControlItem3.Text = "瀛︽牎灞傛:"; + layoutControlItem3.TextSize = new Size(52, 14); // // layoutControlItem7 // - this.layoutControlItem7.AllowHtmlStringInCaption = true; - this.layoutControlItem7.Control = this.cbCity; - this.layoutControlItem7.Location = new System.Drawing.Point(374, 32); - this.layoutControlItem7.Name = "layoutControlItem7"; - this.layoutControlItem7.Size = new System.Drawing.Size(350, 32); - this.layoutControlItem7.Text = "<color=red>*</color>鎵�灞炲煄甯�:"; - this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; - this.layoutControlItem7.TextSize = new System.Drawing.Size(59, 14); - this.layoutControlItem7.TextToControlDistance = 5; + layoutControlItem7.AllowHtmlStringInCaption = true; + layoutControlItem7.Control = cbCity; + layoutControlItem7.Location = new Point(369, 32); + layoutControlItem7.Name = "layoutControlItem7"; + layoutControlItem7.Size = new Size(345, 32); + layoutControlItem7.Text = "<color=red>*</color>鎵�灞炲煄甯�:"; + layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; + layoutControlItem7.TextSize = new Size(59, 14); + layoutControlItem7.TextToControlDistance = 5; // // layoutControlItem9 // - this.layoutControlItem9.AllowHtmlStringInCaption = true; - this.layoutControlItem9.Control = this.cbDist; - this.layoutControlItem9.Location = new System.Drawing.Point(0, 64); - this.layoutControlItem9.Name = "layoutControlItem9"; - this.layoutControlItem9.Size = new System.Drawing.Size(293, 32); - this.layoutControlItem9.Text = "<color=red>*</color>鎵�灞炲尯鍘�:"; - this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; - this.layoutControlItem9.TextSize = new System.Drawing.Size(59, 14); - this.layoutControlItem9.TextToControlDistance = 5; + layoutControlItem9.AllowHtmlStringInCaption = true; + layoutControlItem9.Control = cbDist; + layoutControlItem9.Location = new Point(0, 32); + layoutControlItem9.Name = "layoutControlItem9"; + layoutControlItem9.Size = new Size(289, 32); + layoutControlItem9.Text = "<color=red>*</color>鎵�灞炲尯鍘�:"; + layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; + layoutControlItem9.TextSize = new Size(59, 14); + layoutControlItem9.TextToControlDistance = 5; // // layoutControlItem2 // - this.layoutControlItem2.Control = this.txtAddress; - this.layoutControlItem2.Location = new System.Drawing.Point(0, 96); - this.layoutControlItem2.Name = "layoutControlItem2"; - this.layoutControlItem2.Size = new System.Drawing.Size(724, 46); - this.layoutControlItem2.Text = "璇︾粏鍦板潃:"; - this.layoutControlItem2.TextSize = new System.Drawing.Size(52, 14); + layoutControlItem2.Control = txtAddress; + layoutControlItem2.Location = new Point(0, 64); + layoutControlItem2.Name = "layoutControlItem2"; + layoutControlItem2.Size = new Size(289, 39); + layoutControlItem2.Text = "璇︾粏鍦板潃:"; + layoutControlItem2.TextSize = new Size(52, 14); // // layoutControlItem11 // - this.layoutControlItem11.Control = this.cbSchoolType; - this.layoutControlItem11.Location = new System.Drawing.Point(374, 64); - this.layoutControlItem11.Name = "layoutControlItem11"; - this.layoutControlItem11.Size = new System.Drawing.Size(350, 32); - this.layoutControlItem11.Text = "瀛︽牎绫诲瀷:"; - this.layoutControlItem11.TextSize = new System.Drawing.Size(52, 14); + layoutControlItem11.Control = cbSchoolType; + layoutControlItem11.Location = new Point(369, 64); + layoutControlItem11.Name = "layoutControlItem11"; + layoutControlItem11.Size = new Size(345, 39); + layoutControlItem11.Text = "瀛︽牎绫诲瀷:"; + layoutControlItem11.TextSize = new Size(52, 14); // // emptySpaceItem1 // - this.emptySpaceItem1.AllowHotTrack = false; - this.emptySpaceItem1.Location = new System.Drawing.Point(293, 0); - this.emptySpaceItem1.Name = "emptySpaceItem1"; - this.emptySpaceItem1.Size = new System.Drawing.Size(81, 96); - this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); + emptySpaceItem1.AllowHotTrack = false; + emptySpaceItem1.Location = new Point(289, 0); + emptySpaceItem1.Name = "emptySpaceItem1"; + emptySpaceItem1.Size = new Size(80, 103); + emptySpaceItem1.TextSize = new Size(0, 0); // // dxErrorProvider1 // - this.dxErrorProvider1.ContainerControl = this; + dxErrorProvider1.ContainerControl = this; // // SchoolWizardForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.layoutControl1); - this.Margin = new System.Windows.Forms.Padding(2); - this.Name = "SchoolWizardForm"; - this.Size = new System.Drawing.Size(744, 162); - this.Load += new System.EventHandler(this.SchoolWizardForm_Load); - ((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.cbSchoolType.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtAddress.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.Root)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit(); - this.ResumeLayout(false); - + AutoScaleDimensions = new SizeF(7F, 14F); + AutoScaleMode = AutoScaleMode.Font; + Controls.Add(layoutControl1); + Margin = new Padding(2); + Name = "SchoolWizardForm"; + Size = new Size(734, 123); + Load += SchoolWizardForm_Load; + ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); + layoutControl1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)cbLevel.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)cbSchoolType.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)txtAddress.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)cbArea.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)cbCity.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)cbDist.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)Root).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem9).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem11).EndInit(); + ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); + ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit(); + ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; - private DevExpress.XtraEditors.TextEdit txtName; private DevExpress.XtraEditors.ComboBoxEdit cbLevel; private DevExpress.XtraEditors.ComboBoxEdit cbSchoolType; private DevExpress.XtraLayout.LayoutControlGroup Root; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; -- Gitblit v1.9.3