duheng
2025-03-28 d5a2d7e66f9c8046bd88b8269e61aac5a2a265e2
WinFrmUI/PBS.WinFrmUI/01-place/00-core/BuildWizardForm.Designer.cs
@@ -30,7 +30,6 @@
        {
            components = new System.ComponentModel.Container();
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            cbPropertyType = new DevExpress.XtraEditors.ComboBoxEdit();
            txtCompletionTime = new DevExpress.XtraEditors.TextEdit();
            txtProperTyYears = new DevExpress.XtraEditors.TextEdit();
            txtTotalHouseHolds = new DevExpress.XtraEditors.TextEdit();
@@ -49,9 +48,9 @@
            emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
            cbPropertyType = new DevExpress.XtraEditors.ImageComboBoxEdit();
            ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)cbPropertyType.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)txtCompletionTime.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)txtProperTyYears.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)txtTotalHouseHolds.Properties).BeginInit();
@@ -70,11 +69,11 @@
            ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem11).BeginInit();
            ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)cbPropertyType.Properties).BeginInit();
            SuspendLayout();
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(cbPropertyType);
            layoutControl1.Controls.Add(txtCompletionTime);
            layoutControl1.Controls.Add(txtProperTyYears);
            layoutControl1.Controls.Add(txtTotalHouseHolds);
@@ -82,6 +81,7 @@
            layoutControl1.Controls.Add(txtPlotRatio);
            layoutControl1.Controls.Add(txtDeveloper);
            layoutControl1.Controls.Add(textGreeningRate);
            layoutControl1.Controls.Add(cbPropertyType);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Margin = new Padding(3, 4, 3, 4);
@@ -91,20 +91,6 @@
            layoutControl1.Size = new Size(925, 321);
            layoutControl1.TabIndex = 91;
            layoutControl1.Text = "layoutControl1";
            //
            // cbPropertyType
            //
            cbPropertyType.Location = new Point(121, 52);
            cbPropertyType.Margin = new Padding(2, 3, 2, 3);
            cbPropertyType.MinimumSize = new Size(0, 36);
            cbPropertyType.Name = "cbPropertyType";
            cbPropertyType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            cbPropertyType.Properties.Items.AddRange(new object[] { "公寓住宅" });
            cbPropertyType.Properties.NullText = "请选择";
            cbPropertyType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            cbPropertyType.Size = new Size(339, 36);
            cbPropertyType.StyleController = layoutControl1;
            cbPropertyType.TabIndex = 6;
            // 
            // txtCompletionTime
            // 
@@ -292,6 +278,19 @@
            // 
            dxErrorProvider1.ContainerControl = this;
            // 
            // cbPropertyType
            //
            cbPropertyType.Location = new Point(121, 52);
            cbPropertyType.Margin = new Padding(2, 3, 2, 3);
            cbPropertyType.MinimumSize = new Size(0, 36);
            cbPropertyType.Name = "cbPropertyType";
            cbPropertyType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            cbPropertyType.Properties.NullText = "请选择";
            cbPropertyType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            cbPropertyType.Size = new Size(339, 36);
            cbPropertyType.StyleController = layoutControl1;
            cbPropertyType.TabIndex = 6;
            //
            // BuildWizardForm
            // 
            AutoScaleDimensions = new SizeF(8F, 18F);
@@ -300,9 +299,8 @@
            Margin = new Padding(2, 3, 2, 3);
            Name = "BuildWizardForm";
            Size = new Size(925, 321);
             ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)cbPropertyType.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)txtCompletionTime.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)txtProperTyYears.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)txtTotalHouseHolds.Properties).EndInit();
@@ -321,12 +319,12 @@
            ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem11).EndInit();
            ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
            ((System.ComponentModel.ISupportInitialize)cbPropertyType.Properties).EndInit();
            ResumeLayout(false);
        }
        #endregion
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
        private DevExpress.XtraEditors.ComboBoxEdit cbPropertyType;
        private DevExpress.XtraEditors.TextEdit txtCompletionTime;
        private DevExpress.XtraEditors.TextEdit txtProperTyYears;
        private DevExpress.XtraEditors.TextEdit txtTotalHouseHolds;
@@ -345,5 +343,6 @@
        private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
        private DevExpress.XtraEditors.TextEdit textGreeningRate;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
        private DevExpress.XtraEditors.ImageComboBoxEdit cbPropertyType;
    }
}