| | |
| | | { |
| | | 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(); |
| | |
| | | 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(); |
| | |
| | | ((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); |
| | |
| | | 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); |
| | |
| | | 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 |
| | | // |
| | |
| | | // |
| | | 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); |
| | |
| | | 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(); |
| | |
| | | ((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; |
| | |
| | | private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; |
| | | private DevExpress.XtraEditors.TextEdit textGreeningRate; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
| | | private DevExpress.XtraEditors.ImageComboBoxEdit cbPropertyType; |
| | | } |
| | | } |