From 0dcff1805b3143dd1c2a25d604afdd724b452803 Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期二, 18 三月 2025 13:13:54 +0800 Subject: [PATCH] 修复引用报错 --- WinFrmUI/PBS.WinFrmUI/01-place/00-core/ShopWizardForm.Designer.cs | 532 +++++++++++++++++++--------------------------------------- 1 files changed, 179 insertions(+), 353 deletions(-) diff --git a/WinFrmUI/PBS.WinFrmUI/01-place/00-core/ShopWizardForm.Designer.cs b/WinFrmUI/PBS.WinFrmUI/01-place/00-core/ShopWizardForm.Designer.cs index 9bbbf15..9d29043 100644 --- a/WinFrmUI/PBS.WinFrmUI/01-place/00-core/ShopWizardForm.Designer.cs +++ b/WinFrmUI/PBS.WinFrmUI/01-place/00-core/ShopWizardForm.Designer.cs @@ -28,428 +28,254 @@ /// </summary> private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); - this.txtName = new DevExpress.XtraEditors.TextEdit(); - this.txtAreaSquare = new DevExpress.XtraEditors.TextEdit(); - this.txtFloor = new DevExpress.XtraEditors.TextEdit(); - this.cbNature = new DevExpress.XtraEditors.ComboBoxEdit(); - this.txtPropertyRight = new DevExpress.XtraEditors.TextEdit(); - this.txtPropertyCompany = new DevExpress.XtraEditors.TextEdit(); - this.cbBusinessType = 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.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem(); - this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); - this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem6 = 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.txtAreaSquare.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtFloor.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.cbNature.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtPropertyRight.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtPropertyCompany.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.cbBusinessType.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.layoutControlItem2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit(); - this.SuspendLayout(); + components = new System.ComponentModel.Container(); + layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); + txtAreaSquare = new DevExpress.XtraEditors.TextEdit(); + txtFloor = new DevExpress.XtraEditors.TextEdit(); + cbNature = new DevExpress.XtraEditors.ComboBoxEdit(); + txtPropertyRight = new DevExpress.XtraEditors.TextEdit(); + txtPropertyCompany = new DevExpress.XtraEditors.TextEdit(); + cbBusinessType = new DevExpress.XtraEditors.ComboBoxEdit(); + Root = new DevExpress.XtraLayout.LayoutControlGroup(); + layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem(); + emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); + layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); + dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); + ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); + layoutControl1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)txtAreaSquare.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)txtFloor.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)cbNature.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)txtPropertyRight.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)txtPropertyCompany.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)cbBusinessType.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem18).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem16).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem19).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem12).BeginInit(); + ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); + ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit(); + SuspendLayout(); // // layoutControl1 // - this.layoutControl1.Controls.Add(this.txtName); - this.layoutControl1.Controls.Add(this.txtAreaSquare); - this.layoutControl1.Controls.Add(this.txtFloor); - this.layoutControl1.Controls.Add(this.cbNature); - this.layoutControl1.Controls.Add(this.txtPropertyRight); - this.layoutControl1.Controls.Add(this.txtPropertyCompany); - this.layoutControl1.Controls.Add(this.cbBusinessType); - 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(880, 221, 650, 400); - this.layoutControl1.Root = this.Root; - this.layoutControl1.Size = new System.Drawing.Size(757, 216); - this.layoutControl1.TabIndex = 133; - 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(238, 28); - this.txtName.StyleController = this.layoutControl1; - this.txtName.TabIndex = 154; + layoutControl1.Controls.Add(txtAreaSquare); + layoutControl1.Controls.Add(txtFloor); + layoutControl1.Controls.Add(cbNature); + layoutControl1.Controls.Add(txtPropertyRight); + layoutControl1.Controls.Add(txtPropertyCompany); + layoutControl1.Controls.Add(cbBusinessType); + 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(880, 221, 650, 400); + layoutControl1.Root = Root; + layoutControl1.Size = new Size(865, 238); + layoutControl1.TabIndex = 133; + layoutControl1.Text = "layoutControl1"; // // txtAreaSquare // - this.txtAreaSquare.Location = new System.Drawing.Point(83, 108); - this.txtAreaSquare.Margin = new System.Windows.Forms.Padding(2); - this.txtAreaSquare.MinimumSize = new System.Drawing.Size(0, 28); - this.txtAreaSquare.Name = "txtAreaSquare"; - this.txtAreaSquare.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); - this.txtAreaSquare.Size = new System.Drawing.Size(238, 28); - this.txtAreaSquare.StyleController = this.layoutControl1; - this.txtAreaSquare.TabIndex = 152; + txtAreaSquare.Location = new Point(91, 52); + txtAreaSquare.Margin = new Padding(2, 3, 2, 3); + txtAreaSquare.MinimumSize = new Size(0, 36); + txtAreaSquare.Name = "txtAreaSquare"; + txtAreaSquare.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); + txtAreaSquare.Size = new Size(276, 36); + txtAreaSquare.StyleController = layoutControl1; + txtAreaSquare.TabIndex = 152; // // txtFloor // - this.txtFloor.Location = new System.Drawing.Point(83, 76); - this.txtFloor.Margin = new System.Windows.Forms.Padding(2); - this.txtFloor.MinimumSize = new System.Drawing.Size(0, 28); - this.txtFloor.Name = "txtFloor"; - this.txtFloor.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); - this.txtFloor.Size = new System.Drawing.Size(238, 28); - this.txtFloor.StyleController = this.layoutControl1; - this.txtFloor.TabIndex = 148; + txtFloor.Location = new Point(91, 12); + txtFloor.Margin = new Padding(2, 3, 2, 3); + txtFloor.MinimumSize = new Size(0, 36); + txtFloor.Name = "txtFloor"; + txtFloor.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); + txtFloor.Size = new Size(276, 36); + txtFloor.StyleController = layoutControl1; + txtFloor.TabIndex = 148; // // cbNature // - this.cbNature.Location = new System.Drawing.Point(465, 12); - this.cbNature.Margin = new System.Windows.Forms.Padding(2); - this.cbNature.MinimumSize = new System.Drawing.Size(0, 28); - this.cbNature.Name = "cbNature"; - this.cbNature.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { - new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.cbNature.Properties.Items.AddRange(new object[] { - "浜屾墜鍟嗛摵", - "鏂板缓鍟嗛摵"}); - this.cbNature.Properties.NullText = "璇烽�夋嫨"; - this.cbNature.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.cbNature.Size = new System.Drawing.Size(280, 28); - this.cbNature.StyleController = this.layoutControl1; - this.cbNature.TabIndex = 144; + cbNature.Location = new Point(529, 12); + cbNature.Margin = new Padding(2, 3, 2, 3); + cbNature.MinimumSize = new Size(0, 36); + cbNature.Name = "cbNature"; + cbNature.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); + cbNature.Properties.Items.AddRange(new object[] { "浜屾墜鍟嗛摵", "鏂板缓鍟嗛摵" }); + cbNature.Properties.NullText = "璇烽�夋嫨"; + cbNature.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; + cbNature.Size = new Size(324, 36); + cbNature.StyleController = layoutControl1; + cbNature.TabIndex = 144; // // txtPropertyRight // - this.txtPropertyRight.Location = new System.Drawing.Point(465, 108); - this.txtPropertyRight.Margin = new System.Windows.Forms.Padding(2); - this.txtPropertyRight.MinimumSize = new System.Drawing.Size(0, 28); - this.txtPropertyRight.Name = "txtPropertyRight"; - this.txtPropertyRight.Size = new System.Drawing.Size(280, 28); - this.txtPropertyRight.StyleController = this.layoutControl1; - this.txtPropertyRight.TabIndex = 140; + txtPropertyRight.Location = new Point(529, 52); + txtPropertyRight.Margin = new Padding(2, 3, 2, 3); + txtPropertyRight.MinimumSize = new Size(0, 36); + txtPropertyRight.Name = "txtPropertyRight"; + txtPropertyRight.Size = new Size(324, 36); + txtPropertyRight.StyleController = layoutControl1; + txtPropertyRight.TabIndex = 140; // // txtPropertyCompany // - this.txtPropertyCompany.Location = new System.Drawing.Point(83, 140); - this.txtPropertyCompany.Margin = new System.Windows.Forms.Padding(2); - this.txtPropertyCompany.MinimumSize = new System.Drawing.Size(0, 28); - this.txtPropertyCompany.Name = "txtPropertyCompany"; - this.txtPropertyCompany.Size = new System.Drawing.Size(238, 28); - this.txtPropertyCompany.StyleController = this.layoutControl1; - this.txtPropertyCompany.TabIndex = 138; + txtPropertyCompany.Location = new Point(91, 92); + txtPropertyCompany.Margin = new Padding(2, 3, 2, 3); + txtPropertyCompany.MinimumSize = new Size(0, 36); + txtPropertyCompany.Name = "txtPropertyCompany"; + txtPropertyCompany.Size = new Size(276, 36); + txtPropertyCompany.StyleController = layoutControl1; + txtPropertyCompany.TabIndex = 138; // // cbBusinessType // - this.cbBusinessType.Location = new System.Drawing.Point(465, 140); - this.cbBusinessType.Margin = new System.Windows.Forms.Padding(2); - this.cbBusinessType.MinimumSize = new System.Drawing.Size(0, 28); - this.cbBusinessType.Name = "cbBusinessType"; - this.cbBusinessType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { - new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.cbBusinessType.Properties.Items.AddRange(new object[] { - "椁愰ギ", - "鏂囧叿", - "鏈嶉グ", - "姹戒慨"}); - this.cbBusinessType.Properties.NullText = "璇烽�夋嫨"; - this.cbBusinessType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.cbBusinessType.Size = new System.Drawing.Size(280, 28); - this.cbBusinessType.StyleController = this.layoutControl1; - this.cbBusinessType.TabIndex = 137; - // - // txtAddress - // - this.txtAddress.Location = new System.Drawing.Point(83, 172); - this.txtAddress.Margin = new System.Windows.Forms.Padding(2); - this.txtAddress.MinimumSize = new System.Drawing.Size(0, 28); - this.txtAddress.Name = "txtAddress"; - this.txtAddress.Size = new System.Drawing.Size(662, 28); - this.txtAddress.StyleController = this.layoutControl1; - this.txtAddress.TabIndex = 135; - // - // 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(238, 28); - this.cbArea.StyleController = this.layoutControl1; - this.cbArea.TabIndex = 146; - // - // cbDist - // - this.cbDist.Location = new System.Drawing.Point(465, 44); - 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(280, 28); - this.cbDist.StyleController = this.layoutControl1; - this.cbDist.TabIndex = 150; - this.cbDist.SelectedIndexChanged += new System.EventHandler(this.cbDist_SelectedIndexChanged); - // - // cbCity - // - this.cbCity.Location = new System.Drawing.Point(465, 76); - 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(280, 28); - this.cbCity.StyleController = this.layoutControl1; - this.cbCity.TabIndex = 142; + cbBusinessType.Location = new Point(529, 92); + cbBusinessType.Margin = new Padding(2, 3, 2, 3); + cbBusinessType.MinimumSize = new Size(0, 36); + cbBusinessType.Name = "cbBusinessType"; + cbBusinessType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); + cbBusinessType.Properties.Items.AddRange(new object[] { "椁愰ギ", "鏂囧叿", "鏈嶉グ", "姹戒慨" }); + cbBusinessType.Properties.NullText = "璇烽�夋嫨"; + cbBusinessType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; + cbBusinessType.Size = new Size(324, 36); + cbBusinessType.StyleController = layoutControl1; + cbBusinessType.TabIndex = 137; // // 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.layoutControlItem2, - this.layoutControlItem18, - this.layoutControlItem21, - this.layoutControlItem16, - this.layoutControlItem19, - this.layoutControlItem8, - this.layoutControlItem12, - this.layoutControlItem14, - this.emptySpaceItem1, - this.layoutControlItem4, - this.layoutControlItem10, - this.layoutControlItem6}); - this.Root.Name = "Root"; - this.Root.Size = new System.Drawing.Size(757, 216); - this.Root.TextVisible = false; - // - // layoutControlItem2 - // - this.layoutControlItem2.AllowHtmlStringInCaption = true; - this.layoutControlItem2.Control = this.txtName; - this.layoutControlItem2.Location = new System.Drawing.Point(0, 0); - this.layoutControlItem2.Name = "layoutControlItem2"; - this.layoutControlItem2.Size = new System.Drawing.Size(313, 32); - this.layoutControlItem2.Text = "<color=red>*</color>鍟嗛摵鍚嶇О:"; - this.layoutControlItem2.TextSize = new System.Drawing.Size(59, 14); + 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[] { layoutControlItem18, layoutControlItem16, layoutControlItem19, layoutControlItem8, layoutControlItem12, emptySpaceItem1, layoutControlItem4 }); + Root.Name = "Root"; + Root.Size = new Size(865, 238); + Root.TextVisible = false; // // layoutControlItem18 // - this.layoutControlItem18.Control = this.txtPropertyCompany; - this.layoutControlItem18.Location = new System.Drawing.Point(0, 128); - this.layoutControlItem18.Name = "layoutControlItem18"; - this.layoutControlItem18.Size = new System.Drawing.Size(313, 32); - this.layoutControlItem18.Text = "鐗╀笟:"; - this.layoutControlItem18.TextSize = new System.Drawing.Size(59, 14); - // - // layoutControlItem21 - // - this.layoutControlItem21.Control = this.txtAddress; - this.layoutControlItem21.Location = new System.Drawing.Point(0, 160); - this.layoutControlItem21.Name = "layoutControlItem21"; - this.layoutControlItem21.Size = new System.Drawing.Size(737, 36); - this.layoutControlItem21.Text = "璇︾粏鍦板潃:"; - this.layoutControlItem21.TextSize = new System.Drawing.Size(59, 14); + layoutControlItem18.Control = txtPropertyCompany; + layoutControlItem18.Location = new Point(0, 80); + layoutControlItem18.Name = "layoutControlItem18"; + layoutControlItem18.Size = new Size(359, 138); + layoutControlItem18.Text = "鐗╀笟:"; + layoutControlItem18.TextSize = new Size(67, 18); // // layoutControlItem16 // - this.layoutControlItem16.Control = this.txtPropertyRight; - this.layoutControlItem16.Location = new System.Drawing.Point(382, 96); - this.layoutControlItem16.Name = "layoutControlItem16"; - this.layoutControlItem16.Size = new System.Drawing.Size(355, 32); - this.layoutControlItem16.Text = "鍟嗛摵浜ф潈:"; - this.layoutControlItem16.TextSize = new System.Drawing.Size(59, 14); + layoutControlItem16.Control = txtPropertyRight; + layoutControlItem16.Location = new Point(438, 40); + layoutControlItem16.Name = "layoutControlItem16"; + layoutControlItem16.Size = new Size(407, 40); + layoutControlItem16.Text = "鍟嗛摵浜ф潈:"; + layoutControlItem16.TextSize = new Size(67, 18); // // layoutControlItem19 // - this.layoutControlItem19.Control = this.cbBusinessType; - this.layoutControlItem19.Location = new System.Drawing.Point(382, 128); - this.layoutControlItem19.Name = "layoutControlItem19"; - this.layoutControlItem19.Size = new System.Drawing.Size(355, 32); - this.layoutControlItem19.Text = "缁忚惀绫诲瀷:"; - this.layoutControlItem19.TextSize = new System.Drawing.Size(59, 14); + layoutControlItem19.Control = cbBusinessType; + layoutControlItem19.Location = new Point(438, 80); + layoutControlItem19.Name = "layoutControlItem19"; + layoutControlItem19.Size = new Size(407, 138); + layoutControlItem19.Text = "缁忚惀绫诲瀷:"; + layoutControlItem19.TextSize = new Size(67, 18); // // layoutControlItem8 // - this.layoutControlItem8.Control = this.txtFloor; - this.layoutControlItem8.CustomizationFormText = "妤煎眰:"; - this.layoutControlItem8.Location = new System.Drawing.Point(0, 64); - this.layoutControlItem8.Name = "layoutControlItem8"; - this.layoutControlItem8.Size = new System.Drawing.Size(313, 32); - this.layoutControlItem8.Text = "妤煎眰:"; - this.layoutControlItem8.TextSize = new System.Drawing.Size(59, 14); + layoutControlItem8.Control = txtFloor; + layoutControlItem8.CustomizationFormText = "妤煎眰:"; + layoutControlItem8.Location = new Point(0, 0); + layoutControlItem8.Name = "layoutControlItem8"; + layoutControlItem8.Size = new Size(359, 40); + layoutControlItem8.Text = "妤煎眰:"; + layoutControlItem8.TextSize = new Size(67, 18); // // layoutControlItem12 // - this.layoutControlItem12.Control = this.cbNature; - this.layoutControlItem12.Location = new System.Drawing.Point(382, 0); - this.layoutControlItem12.Name = "layoutControlItem12"; - this.layoutControlItem12.Size = new System.Drawing.Size(355, 32); - this.layoutControlItem12.Text = "鍟嗛摵鎬ц川:"; - this.layoutControlItem12.TextSize = new System.Drawing.Size(59, 14); - // - // layoutControlItem14 - // - this.layoutControlItem14.AllowHtmlStringInCaption = true; - this.layoutControlItem14.Control = this.cbCity; - this.layoutControlItem14.Location = new System.Drawing.Point(382, 64); - this.layoutControlItem14.Name = "layoutControlItem14"; - this.layoutControlItem14.Size = new System.Drawing.Size(355, 32); - this.layoutControlItem14.Text = "<color=red>*</color>鎵�灞炲煄甯�:"; - this.layoutControlItem14.TextSize = new System.Drawing.Size(59, 14); + layoutControlItem12.Control = cbNature; + layoutControlItem12.Location = new Point(438, 0); + layoutControlItem12.Name = "layoutControlItem12"; + layoutControlItem12.Size = new Size(407, 40); + layoutControlItem12.Text = "鍟嗛摵鎬ц川:"; + layoutControlItem12.TextSize = new Size(67, 18); // // emptySpaceItem1 // - this.emptySpaceItem1.AllowHotTrack = false; - this.emptySpaceItem1.Location = new System.Drawing.Point(313, 0); - this.emptySpaceItem1.Name = "emptySpaceItem1"; - this.emptySpaceItem1.Size = new System.Drawing.Size(69, 160); - this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); + emptySpaceItem1.AllowHotTrack = false; + emptySpaceItem1.Location = new Point(359, 0); + emptySpaceItem1.Name = "emptySpaceItem1"; + emptySpaceItem1.Size = new Size(79, 218); + emptySpaceItem1.TextSize = new Size(0, 0); // // layoutControlItem4 // - this.layoutControlItem4.Control = this.txtAreaSquare; - this.layoutControlItem4.CustomizationFormText = "闈㈢Н:"; - this.layoutControlItem4.Location = new System.Drawing.Point(0, 96); - this.layoutControlItem4.Name = "layoutControlItem4"; - this.layoutControlItem4.Size = new System.Drawing.Size(313, 32); - this.layoutControlItem4.Text = "闈㈢Н(m鲁):"; - this.layoutControlItem4.TextSize = new System.Drawing.Size(59, 14); - // - // layoutControlItem10 - // - this.layoutControlItem10.AllowHtmlStringInCaption = true; - this.layoutControlItem10.Control = this.cbArea; - this.layoutControlItem10.Location = new System.Drawing.Point(0, 32); - this.layoutControlItem10.Name = "layoutControlItem10"; - this.layoutControlItem10.Size = new System.Drawing.Size(313, 32); - this.layoutControlItem10.Text = "<color=red>*</color>鎵�灞炵渷浠�:"; - this.layoutControlItem10.TextSize = new System.Drawing.Size(59, 14); - // - // layoutControlItem6 - // - this.layoutControlItem6.AllowHtmlStringInCaption = true; - this.layoutControlItem6.Control = this.cbDist; - this.layoutControlItem6.Location = new System.Drawing.Point(382, 32); - this.layoutControlItem6.Name = "layoutControlItem6"; - this.layoutControlItem6.Size = new System.Drawing.Size(355, 32); - this.layoutControlItem6.Text = "<color=red>*</color>鎵�灞炲尯鍘�:"; - this.layoutControlItem6.TextSize = new System.Drawing.Size(59, 14); + layoutControlItem4.Control = txtAreaSquare; + layoutControlItem4.CustomizationFormText = "闈㈢Н:"; + layoutControlItem4.Location = new Point(0, 40); + layoutControlItem4.Name = "layoutControlItem4"; + layoutControlItem4.Size = new Size(359, 40); + layoutControlItem4.Text = "闈㈢Н(m鲁):"; + layoutControlItem4.TextSize = new Size(67, 18); // // dxErrorProvider1 // - this.dxErrorProvider1.ContainerControl = this; + dxErrorProvider1.ContainerControl = this; // // ShopWizardForm // - 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 = "ShopWizardForm"; - this.Size = new System.Drawing.Size(757, 216); - this.Load += new System.EventHandler(this.ShopWizardForm_Load); - ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); - this.layoutControl1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtAreaSquare.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtFloor.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.cbNature.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtPropertyRight.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtPropertyCompany.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.cbBusinessType.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.layoutControlItem2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).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 = "ShopWizardForm"; + Size = new Size(865, 238); + Load += ShopWizardForm_Load; + ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); + layoutControl1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)txtAreaSquare.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)txtFloor.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)cbNature.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)txtPropertyRight.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)txtPropertyCompany.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)cbBusinessType.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)Root).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem18).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem16).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem19).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem12).EndInit(); + ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); + ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit(); + ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; - private DevExpress.XtraEditors.TextEdit txtName; private DevExpress.XtraEditors.TextEdit txtAreaSquare; private DevExpress.XtraEditors.TextEdit txtFloor; private DevExpress.XtraEditors.ComboBoxEdit cbNature; private DevExpress.XtraEditors.TextEdit txtPropertyRight; private DevExpress.XtraEditors.TextEdit txtPropertyCompany; private DevExpress.XtraEditors.ComboBoxEdit cbBusinessType; - public DevExpress.XtraEditors.TextEdit txtAddress; private DevExpress.XtraLayout.LayoutControlGroup Root; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; - private DevExpress.XtraEditors.ImageComboBoxEdit cbArea; - private DevExpress.XtraEditors.ImageComboBoxEdit cbDist; - private DevExpress.XtraEditors.ImageComboBoxEdit cbCity; } } -- Gitblit v1.9.3