namespace PBS.WinFrmUI
{
partial class BuildWizardForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
cbPropertyType = new DevExpress.XtraEditors.ComboBoxEdit();
txtName = new DevExpress.XtraEditors.TextEdit();
txtCompletionTime = new DevExpress.XtraEditors.TextEdit();
txtProperTyYears = new DevExpress.XtraEditors.TextEdit();
txtTotalHouseHolds = new DevExpress.XtraEditors.TextEdit();
txtAreaSquare = new DevExpress.XtraEditors.TextEdit();
txtPlotRatio = new DevExpress.XtraEditors.TextEdit();
txtDeveloper = new DevExpress.XtraEditors.TextEdit();
cbArea = new DevExpress.XtraEditors.ImageComboBoxEdit();
cbDist = new DevExpress.XtraEditors.ImageComboBoxEdit();
cbCity = new DevExpress.XtraEditors.ImageComboBoxEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
r = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
txtAddress = new DevExpress.XtraEditors.TextEdit();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
textGreeningRate = new DevExpress.XtraEditors.TextEdit();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)cbPropertyType.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtName.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtCompletionTime.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtProperTyYears.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtTotalHouseHolds.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtAreaSquare.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtPlotRatio.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtDeveloper.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)cbArea.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)cbDist.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)cbCity.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem13).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem17).BeginInit();
((System.ComponentModel.ISupportInitialize)r).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem11).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem15).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem19).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem23).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem10).BeginInit();
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
((System.ComponentModel.ISupportInitialize)txtAddress.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)textGreeningRate.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(cbPropertyType);
layoutControl1.Controls.Add(txtName);
layoutControl1.Controls.Add(txtCompletionTime);
layoutControl1.Controls.Add(txtProperTyYears);
layoutControl1.Controls.Add(txtTotalHouseHolds);
layoutControl1.Controls.Add(txtAreaSquare);
layoutControl1.Controls.Add(txtPlotRatio);
layoutControl1.Controls.Add(txtDeveloper);
layoutControl1.Controls.Add(cbArea);
layoutControl1.Controls.Add(cbDist);
layoutControl1.Controls.Add(cbCity);
layoutControl1.Controls.Add(txtAddress);
layoutControl1.Controls.Add(textGreeningRate);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(872, 229, 685, 516);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(809, 250);
layoutControl1.TabIndex = 91;
layoutControl1.Text = "layoutControl1";
//
// cbPropertyType
//
cbPropertyType.Location = new Point(496, 76);
cbPropertyType.Margin = new Padding(2);
cbPropertyType.MinimumSize = new Size(0, 28);
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(301, 28);
cbPropertyType.StyleController = layoutControl1;
cbPropertyType.TabIndex = 6;
//
// txtName
//
txtName.Location = new Point(102, 76);
txtName.Margin = new Padding(2);
txtName.MinimumSize = new Size(0, 28);
txtName.Name = "txtName";
txtName.Size = new Size(300, 28);
txtName.StyleController = layoutControl1;
txtName.TabIndex = 5;
//
// txtCompletionTime
//
txtCompletionTime.Location = new Point(496, 108);
txtCompletionTime.Margin = new Padding(2);
txtCompletionTime.MinimumSize = new Size(0, 28);
txtCompletionTime.Name = "txtCompletionTime";
txtCompletionTime.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtCompletionTime.Size = new Size(301, 28);
txtCompletionTime.StyleController = layoutControl1;
txtCompletionTime.TabIndex = 8;
//
// txtProperTyYears
//
txtProperTyYears.Location = new Point(102, 44);
txtProperTyYears.Margin = new Padding(2);
txtProperTyYears.MinimumSize = new Size(0, 28);
txtProperTyYears.Name = "txtProperTyYears";
txtProperTyYears.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtProperTyYears.Size = new Size(300, 28);
txtProperTyYears.StyleController = layoutControl1;
txtProperTyYears.TabIndex = 3;
//
// txtTotalHouseHolds
//
txtTotalHouseHolds.Location = new Point(102, 140);
txtTotalHouseHolds.Margin = new Padding(2);
txtTotalHouseHolds.MinimumSize = new Size(0, 28);
txtTotalHouseHolds.Name = "txtTotalHouseHolds";
txtTotalHouseHolds.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtTotalHouseHolds.Size = new Size(300, 28);
txtTotalHouseHolds.StyleController = layoutControl1;
txtTotalHouseHolds.TabIndex = 9;
//
// txtAreaSquare
//
txtAreaSquare.Location = new Point(496, 44);
txtAreaSquare.Margin = new Padding(2);
txtAreaSquare.MinimumSize = new Size(0, 28);
txtAreaSquare.Name = "txtAreaSquare";
txtAreaSquare.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtAreaSquare.Size = new Size(301, 28);
txtAreaSquare.StyleController = layoutControl1;
txtAreaSquare.TabIndex = 4;
//
// txtPlotRatio
//
txtPlotRatio.Location = new Point(496, 140);
txtPlotRatio.Margin = new Padding(2);
txtPlotRatio.MinimumSize = new Size(0, 28);
txtPlotRatio.Name = "txtPlotRatio";
txtPlotRatio.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtPlotRatio.Size = new Size(301, 28);
txtPlotRatio.StyleController = layoutControl1;
txtPlotRatio.TabIndex = 10;
//
// txtDeveloper
//
txtDeveloper.Location = new Point(102, 172);
txtDeveloper.Margin = new Padding(2);
txtDeveloper.MinimumSize = new Size(0, 28);
txtDeveloper.Name = "txtDeveloper";
txtDeveloper.Size = new Size(300, 28);
txtDeveloper.StyleController = layoutControl1;
txtDeveloper.TabIndex = 11;
//
// cbArea
//
cbArea.Location = new Point(102, 108);
cbArea.Margin = new Padding(2);
cbArea.MinimumSize = new Size(0, 28);
cbArea.Name = "cbArea";
cbArea.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
cbArea.Properties.NullText = "请选择";
cbArea.Size = new Size(300, 28);
cbArea.StyleController = layoutControl1;
cbArea.TabIndex = 7;
cbArea.SelectedIndexChanged += cbArea_SelectedIndexChanged;
//
// cbDist
//
cbDist.Location = new Point(496, 12);
cbDist.Margin = new Padding(2);
cbDist.MinimumSize = new Size(0, 28);
cbDist.Name = "cbDist";
cbDist.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
cbDist.Properties.NullText = "请选择";
cbDist.Size = new Size(301, 28);
cbDist.StyleController = layoutControl1;
cbDist.TabIndex = 2;
//
// cbCity
//
cbCity.Location = new Point(102, 12);
cbCity.Margin = new Padding(2);
cbCity.MinimumSize = new Size(0, 28);
cbCity.Name = "cbCity";
cbCity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
cbCity.Properties.NullText = "请选择";
cbCity.Size = new Size(300, 28);
cbCity.StyleController = layoutControl1;
cbCity.TabIndex = 0;
//
// Root
//
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[] { layoutControlItem1, layoutControlItem7, layoutControlItem13, layoutControlItem17, r, layoutControlItem8, layoutControlItem3, layoutControlItem11, layoutControlItem15, layoutControlItem19, layoutControlItem23, layoutControlItem2, layoutControlItem4, emptySpaceItem1 });
Root.Name = "Root";
Root.Size = new Size(809, 250);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.AllowHtmlStringInCaption = true;
layoutControlItem1.Control = cbCity;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(394, 32);
layoutControlItem1.Text = "*所属城市:";
layoutControlItem1.TextSize = new Size(78, 14);
//
// layoutControlItem7
//
layoutControlItem7.AllowHtmlStringInCaption = true;
layoutControlItem7.Control = cbDist;
layoutControlItem7.Location = new Point(394, 0);
layoutControlItem7.Name = "layoutControlItem7";
layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 1;
layoutControlItem7.Size = new Size(395, 32);
layoutControlItem7.Text = "*所属区县:";
layoutControlItem7.TextSize = new Size(78, 14);
//
// layoutControlItem13
//
layoutControlItem13.AllowHtmlStringInCaption = true;
layoutControlItem13.Control = txtProperTyYears;
layoutControlItem13.Location = new Point(0, 32);
layoutControlItem13.Name = "layoutControlItem13";
layoutControlItem13.OptionsTableLayoutItem.RowIndex = 1;
layoutControlItem13.Size = new Size(394, 32);
layoutControlItem13.Text = "产权年限(年):";
layoutControlItem13.TextSize = new Size(78, 14);
//
// layoutControlItem17
//
layoutControlItem17.Control = txtAreaSquare;
layoutControlItem17.Location = new Point(394, 32);
layoutControlItem17.Name = "layoutControlItem17";
layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 1;
layoutControlItem17.OptionsTableLayoutItem.RowIndex = 1;
layoutControlItem17.Size = new Size(395, 32);
layoutControlItem17.Text = "总建面积(m³):";
layoutControlItem17.TextSize = new Size(78, 14);
//
// r
//
r.AllowHtmlStringInCaption = true;
r.Control = txtName;
r.Location = new Point(0, 64);
r.Name = "layoutControlItem10";
r.OptionsTableLayoutItem.RowIndex = 2;
r.Size = new Size(394, 32);
r.Text = "*小区名称:";
r.TextSize = new Size(78, 14);
//
// layoutControlItem8
//
layoutControlItem8.Control = cbPropertyType;
layoutControlItem8.Location = new Point(394, 64);
layoutControlItem8.Name = "layoutControlItem8";
layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 1;
layoutControlItem8.OptionsTableLayoutItem.RowIndex = 2;
layoutControlItem8.Size = new Size(395, 32);
layoutControlItem8.Text = "物业类型:";
layoutControlItem8.TextSize = new Size(78, 14);
//
// layoutControlItem3
//
layoutControlItem3.AllowHtmlStringInCaption = true;
layoutControlItem3.Control = cbArea;
layoutControlItem3.Location = new Point(0, 96);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.OptionsTableLayoutItem.RowIndex = 3;
layoutControlItem3.Size = new Size(394, 32);
layoutControlItem3.Text = "*所属省份:";
layoutControlItem3.TextSize = new Size(78, 14);
//
// layoutControlItem11
//
layoutControlItem11.Control = txtCompletionTime;
layoutControlItem11.Location = new Point(394, 96);
layoutControlItem11.Name = "layoutControlItem11";
layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 1;
layoutControlItem11.OptionsTableLayoutItem.RowIndex = 3;
layoutControlItem11.Size = new Size(395, 32);
layoutControlItem11.Text = "竣工时间(年):";
layoutControlItem11.TextSize = new Size(78, 14);
//
// layoutControlItem15
//
layoutControlItem15.Control = txtTotalHouseHolds;
layoutControlItem15.Location = new Point(0, 128);
layoutControlItem15.Name = "layoutControlItem15";
layoutControlItem15.OptionsTableLayoutItem.RowIndex = 4;
layoutControlItem15.Size = new Size(394, 32);
layoutControlItem15.Text = "总户数:";
layoutControlItem15.TextSize = new Size(78, 14);
//
// layoutControlItem19
//
layoutControlItem19.Control = txtPlotRatio;
layoutControlItem19.Location = new Point(394, 128);
layoutControlItem19.Name = "layoutControlItem19";
layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 1;
layoutControlItem19.OptionsTableLayoutItem.RowIndex = 4;
layoutControlItem19.Size = new Size(395, 32);
layoutControlItem19.Text = "容积率(%):";
layoutControlItem19.TextSize = new Size(78, 14);
//
// layoutControlItem23
//
layoutControlItem23.Control = txtDeveloper;
layoutControlItem23.Location = new Point(0, 160);
layoutControlItem23.Name = "layoutControlItem23";
layoutControlItem23.OptionsTableLayoutItem.RowIndex = 5;
layoutControlItem23.Size = new Size(394, 32);
layoutControlItem23.Text = "开发商:";
layoutControlItem23.TextSize = new Size(78, 14);
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(0, 216);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.OptionsTableLayoutItem.ColumnIndex = 1;
emptySpaceItem1.OptionsTableLayoutItem.RowIndex = 5;
emptySpaceItem1.Size = new Size(789, 14);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// layoutControlItem10
//
layoutControlItem10.AllowHtmlStringInCaption = true;
layoutControlItem10.Control = txtName;
layoutControlItem10.Location = new Point(0, 0);
layoutControlItem10.Name = "layoutControlItem10";
layoutControlItem10.Size = new Size(319, 24);
layoutControlItem10.Text = "*小区名称:";
layoutControlItem10.TextSize = new Size(59, 14);
//
// dxErrorProvider1
//
dxErrorProvider1.ContainerControl = this;
//
// txtAddress
//
txtAddress.Location = new Point(102, 204);
txtAddress.Name = "txtAddress";
txtAddress.Size = new Size(695, 20);
txtAddress.StyleController = layoutControl1;
txtAddress.TabIndex = 13;
//
// layoutControlItem2
//
layoutControlItem2.Control = txtAddress;
layoutControlItem2.Location = new Point(0, 192);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.OptionsTableLayoutItem.RowIndex = 6;
layoutControlItem2.Size = new Size(789, 24);
layoutControlItem2.Text = "详细地址:";
layoutControlItem2.TextSize = new Size(78, 14);
//
// textGreeningRate
//
textGreeningRate.Location = new Point(496, 172);
textGreeningRate.Margin = new Padding(2);
textGreeningRate.MinimumSize = new Size(0, 28);
textGreeningRate.Name = "textGreeningRate";
textGreeningRate.Size = new Size(301, 28);
textGreeningRate.StyleController = layoutControl1;
textGreeningRate.TabIndex = 12;
//
// layoutControlItem4
//
layoutControlItem4.Control = textGreeningRate;
layoutControlItem4.Location = new Point(394, 160);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 1;
layoutControlItem4.OptionsTableLayoutItem.RowIndex = 6;
layoutControlItem4.Size = new Size(395, 32);
layoutControlItem4.Text = "绿化率(%):";
layoutControlItem4.TextSize = new Size(78, 14);
//
// BuildWizardForm
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Margin = new Padding(2);
Name = "BuildWizardForm";
Size = new Size(809, 250);
Load += BuildWizardForm_Load;
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)cbPropertyType.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtName.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtCompletionTime.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtProperTyYears.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtTotalHouseHolds.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtAreaSquare.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtPlotRatio.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtDeveloper.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)cbArea.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)cbDist.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)cbCity.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem13).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem17).EndInit();
((System.ComponentModel.ISupportInitialize)r).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem11).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem15).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem19).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem23).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem10).EndInit();
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
((System.ComponentModel.ISupportInitialize)txtAddress.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
((System.ComponentModel.ISupportInitialize)textGreeningRate.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.ComboBoxEdit cbPropertyType;
public DevExpress.XtraEditors.TextEdit txtName;
private DevExpress.XtraEditors.TextEdit txtCompletionTime;
private DevExpress.XtraEditors.TextEdit txtProperTyYears;
private DevExpress.XtraEditors.TextEdit txtTotalHouseHolds;
private DevExpress.XtraEditors.TextEdit txtAreaSquare;
private DevExpress.XtraEditors.TextEdit txtPlotRatio;
private DevExpress.XtraEditors.TextEdit txtDeveloper;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
private DevExpress.XtraLayout.LayoutControlItem r;
private DevExpress.XtraEditors.ImageComboBoxEdit cbArea;
private DevExpress.XtraEditors.ImageComboBoxEdit cbDist;
private DevExpress.XtraEditors.ImageComboBoxEdit cbCity;
private DevExpress.XtraEditors.TextEdit txtAddress;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraEditors.TextEdit textGreeningRate;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
}
}