qin
2025-03-14 ef1fc8b0eeea6972964d8c62dfef7819bea49d1a
WinFrmUI/PBS.WinFrmUI/01-place/00-core/HospitalWizardForm.Designer.cs
@@ -28,319 +28,139 @@
        /// </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.cbHospitalType = new DevExpress.XtraEditors.ComboBoxEdit();
            this.txtAddress = new DevExpress.XtraEditors.TextEdit();
            this.cbArea = new DevExpress.XtraEditors.ImageComboBoxEdit();
            this.cbDist = new DevExpress.XtraEditors.ImageComboBoxEdit();
            this.cbCity = new DevExpress.XtraEditors.ImageComboBoxEdit();
            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.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            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.cbHospitalType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbArea.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbDist.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbCity.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.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
            this.SuspendLayout();
            components = new System.ComponentModel.Container();
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            cbLevel = new DevExpress.XtraEditors.ComboBoxEdit();
            cbHospitalType = new DevExpress.XtraEditors.ComboBoxEdit();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem3 = 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)cbHospitalType.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem3).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.cbHospitalType);
            this.layoutControl1.Controls.Add(this.txtAddress);
            this.layoutControl1.Controls.Add(this.cbArea);
            this.layoutControl1.Controls.Add(this.cbDist);
            this.layoutControl1.Controls.Add(this.cbCity);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(821, 270, 650, 400);
            this.layoutControl1.Root = this.Root;
            this.layoutControl1.Size = new System.Drawing.Size(635, 155);
            this.layoutControl1.TabIndex = 132;
            this.layoutControl1.Text = "layoutControl1";
            //
            // txtName
            //
            this.txtName.Location = new System.Drawing.Point(83, 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(167, 20);
            this.txtName.StyleController = this.layoutControl1;
            this.txtName.TabIndex = 145;
            layoutControl1.Controls.Add(cbLevel);
            layoutControl1.Controls.Add(cbHospitalType);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Margin = new Padding(3, 4, 3, 4);
            layoutControl1.Name = "layoutControl1";
            layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(821, 270, 650, 400);
            layoutControl1.Root = Root;
            layoutControl1.Size = new Size(727, 158);
            layoutControl1.TabIndex = 132;
            layoutControl1.Text = "layoutControl1";
            // 
            // cbLevel
            // 
            this.cbLevel.Location = new System.Drawing.Point(400, 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(223, 20);
            this.cbLevel.StyleController = this.layoutControl1;
            this.cbLevel.TabIndex = 143;
            cbLevel.Location = new Point(453, 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(262, 36);
            cbLevel.StyleController = layoutControl1;
            cbLevel.TabIndex = 2;
            // 
            // cbHospitalType
            // 
            this.cbHospitalType.Location = new System.Drawing.Point(400, 76);
            this.cbHospitalType.Margin = new System.Windows.Forms.Padding(2);
            this.cbHospitalType.MinimumSize = new System.Drawing.Size(0, 28);
            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(223, 28);
            this.cbHospitalType.StyleController = this.layoutControl1;
            this.cbHospitalType.TabIndex = 135;
            //
            // txtAddress
            //
            this.txtAddress.Location = new System.Drawing.Point(83, 108);
            this.txtAddress.MinimumSize = new System.Drawing.Size(0, 28);
            this.txtAddress.Name = "txtAddress";
            this.txtAddress.Size = new System.Drawing.Size(540, 20);
            this.txtAddress.StyleController = this.layoutControl1;
            this.txtAddress.TabIndex = 147;
            //
            // cbArea
            //
            this.cbArea.Location = new System.Drawing.Point(83, 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(167, 20);
            this.cbArea.StyleController = this.layoutControl1;
            this.cbArea.TabIndex = 141;
            //
            // cbDist
            //
            this.cbDist.Location = new System.Drawing.Point(83, 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(167, 20);
            this.cbDist.StyleController = this.layoutControl1;
            this.cbDist.TabIndex = 137;
            this.cbDist.SelectedIndexChanged += new System.EventHandler(this.cbDist_SelectedIndexChanged);
            //
            // cbCity
            //
            this.cbCity.Location = new System.Drawing.Point(400, 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(223, 20);
            this.cbCity.StyleController = this.layoutControl1;
            this.cbCity.TabIndex = 139;
            cbHospitalType.Location = new Point(89, 12);
            cbHospitalType.Margin = new Padding(2, 3, 2, 3);
            cbHospitalType.MinimumSize = new Size(0, 36);
            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(283, 36);
            cbHospitalType.StyleController = layoutControl1;
            cbHospitalType.TabIndex = 0;
            // 
            // 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.layoutControlItem9,
            this.layoutControlItem3,
            this.layoutControlItem7,
            this.layoutControlItem11,
            this.emptySpaceItem1,
            this.layoutControlItem2});
            this.Root.Name = "Root";
            this.Root.Size = new System.Drawing.Size(635, 155);
            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(242, 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 = 12;
            //
            // 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(242, 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 = 12;
            //
            // 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(242, 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 = 12;
            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(727, 158);
            Root.TextVisible = false;
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.cbLevel;
            this.layoutControlItem3.Location = new System.Drawing.Point(317, 0);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(298, 32);
            this.layoutControlItem3.Text = "医院等级:";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(59, 14);
            //
            // layoutControlItem7
            //
            this.layoutControlItem7.AllowHtmlStringInCaption = true;
            this.layoutControlItem7.Control = this.cbCity;
            this.layoutControlItem7.Location = new System.Drawing.Point(317, 32);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.Size = new System.Drawing.Size(298, 32);
            this.layoutControlItem7.Text = "<color=red>*</color>所属城市:";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(59, 14);
            layoutControlItem3.Control = cbLevel;
            layoutControlItem3.Location = new Point(364, 0);
            layoutControlItem3.Name = "layoutControlItem3";
            layoutControlItem3.Size = new Size(343, 138);
            layoutControlItem3.Text = "医院等级:";
            layoutControlItem3.TextSize = new Size(65, 18);
            // 
            // layoutControlItem11
            // 
            this.layoutControlItem11.Control = this.cbHospitalType;
            this.layoutControlItem11.Location = new System.Drawing.Point(317, 64);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.Size = new System.Drawing.Size(298, 32);
            this.layoutControlItem11.Text = "医院性质:";
            this.layoutControlItem11.TextSize = new System.Drawing.Size(59, 14);
            layoutControlItem11.Control = cbHospitalType;
            layoutControlItem11.Location = new Point(0, 0);
            layoutControlItem11.Name = "layoutControlItem11";
            layoutControlItem11.Size = new Size(364, 40);
            layoutControlItem11.Text = "医院性质:";
            layoutControlItem11.TextSize = new Size(65, 18);
            // 
            // emptySpaceItem1
            // 
            this.emptySpaceItem1.AllowHotTrack = false;
            this.emptySpaceItem1.Location = new System.Drawing.Point(242, 0);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(75, 96);
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            //
            // 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(615, 39);
            this.layoutControlItem2.Text = "详细地址:";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(59, 14);
            emptySpaceItem1.AllowHotTrack = false;
            emptySpaceItem1.Location = new Point(0, 40);
            emptySpaceItem1.Name = "emptySpaceItem1";
            emptySpaceItem1.Size = new Size(364, 98);
            emptySpaceItem1.TextSize = new Size(0, 0);
            // 
            // dxErrorProvider1
            // 
            this.dxErrorProvider1.ContainerControl = this;
            dxErrorProvider1.ContainerControl = this;
            // 
            // HospitalWizardForm
            // 
            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 = "HospitalWizardForm";
            this.Size = new System.Drawing.Size(635, 155);
            this.Load += new System.EventHandler(this.HospitalWizardForm_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.cbHospitalType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbArea.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbDist.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbCity.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.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).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 = "HospitalWizardForm";
            Size = new Size(727, 158);
            Load += HospitalWizardForm_Load;
            ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)cbLevel.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)cbHospitalType.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)Root).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem3).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 cbHospitalType;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
        private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
        public DevExpress.XtraEditors.TextEdit txtAddress;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private DevExpress.XtraEditors.ImageComboBoxEdit cbArea;
        private DevExpress.XtraEditors.ImageComboBoxEdit cbDist;
        private DevExpress.XtraEditors.ImageComboBoxEdit cbCity;
    }
}