qin
2025-03-14 ef1fc8b0eeea6972964d8c62dfef7819bea49d1a
WinFrmUI/PBS.WinFrmUI/01-place/00-core/SchoolWizardForm.Designer.cs
@@ -28,316 +28,138 @@
        /// </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();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            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)Root).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
            ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem11).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.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Margin = new Padding(3, 4, 3, 4);
            layoutControl1.Name = "layoutControl1";
            layoutControl1.Root = Root;
            layoutControl1.Size = new Size(839, 158);
            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(512, 12);
            cbLevel.Margin = new Padding(2, 3, 2, 3);
            cbLevel.MinimumSize = new Size(0, 36);
            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(315, 36);
            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;
            //
            // 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;
            //
            // 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;
            //
            // 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;
            //
            // 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);
            cbSchoolType.Location = new Point(89, 12);
            cbSchoolType.Margin = new Padding(2, 3, 2, 3);
            cbSchoolType.MinimumSize = new Size(0, 36);
            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(251, 36);
            cbSchoolType.StyleController = layoutControl1;
            cbSchoolType.TabIndex = 121;
            // 
            // 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;
            //
            // 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;
            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[] { layoutControlItem3, emptySpaceItem1, layoutControlItem11 });
            Root.Name = "Root";
            Root.Size = new Size(839, 158);
            Root.TextVisible = false;
            // 
            // 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);
            //
            // 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;
            //
            // 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;
            //
            // 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);
            //
            // 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);
            layoutControlItem3.Control = cbLevel;
            layoutControlItem3.CustomizationFormText = "层次:";
            layoutControlItem3.Location = new Point(423, 0);
            layoutControlItem3.Name = "layoutControlItem3";
            layoutControlItem3.Size = new Size(396, 138);
            layoutControlItem3.Text = "学校层次:";
            layoutControlItem3.TextSize = new Size(65, 18);
            // 
            // 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(332, 0);
            emptySpaceItem1.Name = "emptySpaceItem1";
            emptySpaceItem1.Size = new Size(91, 138);
            emptySpaceItem1.TextSize = new Size(0, 0);
            //
            // layoutControlItem11
            //
            layoutControlItem11.Control = cbSchoolType;
            layoutControlItem11.Location = new Point(0, 0);
            layoutControlItem11.Name = "layoutControlItem11";
            layoutControlItem11.Size = new Size(332, 138);
            layoutControlItem11.Text = "学校类型:";
            layoutControlItem11.TextSize = new Size(65, 18);
            // 
            // 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(8F, 18F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(layoutControl1);
            Margin = new Padding(2, 3, 2, 3);
            Name = "SchoolWizardForm";
            Size = new Size(839, 158);
            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)Root).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
            ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem11).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;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
        public DevExpress.XtraEditors.TextEdit txtAddress;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
        private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
        private DevExpress.XtraEditors.ImageComboBoxEdit cbArea;
        private DevExpress.XtraEditors.ImageComboBoxEdit cbCity;
        private DevExpress.XtraEditors.ImageComboBoxEdit cbDist;
    }
}