namespace ISupply.WinFrm.Main._UserControls
{
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()
{
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
cbCity = new DevExpress.XtraEditors.ComboBoxEdit();
cbArea = new DevExpress.XtraEditors.ComboBoxEdit();
cbDist = new DevExpress.XtraEditors.ComboBoxEdit();
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();
txtGreeningRate = new NumberTextEdit();
txtDeveloper = new DevExpress.XtraEditors.TextEdit();
txtAddress = new NumberTextEdit();
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();
layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem10 = 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();
simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)cbCity.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)cbArea.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)cbDist.Properties).BeginInit();
((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)txtGreeningRate.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtDeveloper.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtAddress.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)layoutControlItem21).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem25).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem10).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)simpleLabelItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)simpleLabelItem2).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(cbCity);
layoutControl1.Controls.Add(cbArea);
layoutControl1.Controls.Add(cbDist);
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(txtGreeningRate);
layoutControl1.Controls.Add(txtDeveloper);
layoutControl1.Controls.Add(txtAddress);
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(788, 207);
layoutControl1.TabIndex = 91;
layoutControl1.Text = "layoutControl1";
//
// cbCity
//
cbCity.Location = new Point(450, 36);
cbCity.Margin = new Padding(2);
cbCity.Name = "cbCity";
cbCity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
cbCity.Properties.Items.AddRange(new object[] { "上海市" });
cbCity.Properties.NullText = "请选择";
cbCity.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
cbCity.Size = new Size(326, 20);
cbCity.StyleController = layoutControl1;
cbCity.TabIndex = 118;
//
// cbArea
//
cbArea.Location = new Point(69, 36);
cbArea.Margin = new Padding(2);
cbArea.Name = "cbArea";
cbArea.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
cbArea.Properties.Items.AddRange(new object[] { "上海市" });
cbArea.Properties.NullText = "请选择";
cbArea.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
cbArea.Size = new Size(258, 20);
cbArea.StyleController = layoutControl1;
cbArea.TabIndex = 116;
//
// cbDist
//
cbDist.Location = new Point(69, 60);
cbDist.Margin = new Padding(2);
cbDist.Name = "cbDist";
cbDist.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
cbDist.Properties.Items.AddRange(new object[] { "闵行区" });
cbDist.Properties.NullText = "请选择";
cbDist.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
cbDist.Size = new Size(258, 20);
cbDist.StyleController = layoutControl1;
cbDist.TabIndex = 112;
//
// cbPropertyType
//
cbPropertyType.Location = new Point(450, 12);
cbPropertyType.Margin = new Padding(2);
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(326, 20);
cbPropertyType.StyleController = layoutControl1;
cbPropertyType.TabIndex = 111;
//
// txtName
//
txtName.Location = new Point(69, 12);
txtName.Margin = new Padding(2);
txtName.Name = "txtName";
txtName.Size = new Size(258, 20);
txtName.StyleController = layoutControl1;
txtName.TabIndex = 109;
//
// txtCompletionTime
//
txtCompletionTime.Location = new Point(450, 60);
txtCompletionTime.Margin = new Padding(2);
txtCompletionTime.Name = "txtCompletionTime";
txtCompletionTime.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtCompletionTime.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
txtCompletionTime.Properties.MaskSettings.Set("mask", "f");
txtCompletionTime.Size = new Size(298, 20);
txtCompletionTime.StyleController = layoutControl1;
txtCompletionTime.TabIndex = 108;
//
// txtProperTyYears
//
txtProperTyYears.Location = new Point(69, 84);
txtProperTyYears.Margin = new Padding(2);
txtProperTyYears.Name = "txtProperTyYears";
txtProperTyYears.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtProperTyYears.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
txtProperTyYears.Properties.MaskSettings.Set("mask", "f");
txtProperTyYears.Size = new Size(229, 20);
txtProperTyYears.StyleController = layoutControl1;
txtProperTyYears.TabIndex = 106;
//
// txtTotalHouseHolds
//
txtTotalHouseHolds.Location = new Point(450, 84);
txtTotalHouseHolds.Margin = new Padding(2);
txtTotalHouseHolds.Name = "txtTotalHouseHolds";
txtTotalHouseHolds.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtTotalHouseHolds.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
txtTotalHouseHolds.Properties.MaskSettings.Set("mask", "d");
txtTotalHouseHolds.Size = new Size(326, 20);
txtTotalHouseHolds.StyleController = layoutControl1;
txtTotalHouseHolds.TabIndex = 104;
//
// txtAreaSquare
//
txtAreaSquare.Location = new Point(69, 108);
txtAreaSquare.Margin = new Padding(2);
txtAreaSquare.Name = "txtAreaSquare";
txtAreaSquare.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtAreaSquare.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
txtAreaSquare.Properties.MaskSettings.Set("mask", "f");
txtAreaSquare.Size = new Size(258, 20);
txtAreaSquare.StyleController = layoutControl1;
txtAreaSquare.TabIndex = 102;
//
// txtPlotRatio
//
txtPlotRatio.Location = new Point(450, 108);
txtPlotRatio.Margin = new Padding(2);
txtPlotRatio.Name = "txtPlotRatio";
txtPlotRatio.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtPlotRatio.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
txtPlotRatio.Properties.MaskSettings.Set("mask", "f");
txtPlotRatio.Size = new Size(326, 20);
txtPlotRatio.StyleController = layoutControl1;
txtPlotRatio.TabIndex = 100;
//
// txtGreeningRate
//
txtGreeningRate.IsEmptyContent = true;
txtGreeningRate.Location = new Point(69, 132);
txtGreeningRate.Margin = new Padding(2);
txtGreeningRate.MinValue = null;
txtGreeningRate.Name = "txtGreeningRate";
txtGreeningRate.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtGreeningRate.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
txtGreeningRate.Properties.MaskSettings.Set("mask", "f");
txtGreeningRate.Size = new Size(258, 20);
txtGreeningRate.StyleController = layoutControl1;
txtGreeningRate.TabIndex = 98;
//
// txtDeveloper
//
txtDeveloper.Location = new Point(450, 132);
txtDeveloper.Margin = new Padding(2);
txtDeveloper.Name = "txtDeveloper";
txtDeveloper.Size = new Size(326, 20);
txtDeveloper.StyleController = layoutControl1;
txtDeveloper.TabIndex = 96;
//
// txtAddress
//
txtAddress.IsEmptyContent = true;
txtAddress.Location = new Point(69, 156);
txtAddress.Margin = new Padding(2);
txtAddress.MinValue = null;
txtAddress.Name = "txtAddress";
txtAddress.Size = new Size(707, 20);
txtAddress.StyleController = layoutControl1;
txtAddress.TabIndex = 94;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem7, layoutControlItem13, layoutControlItem17, layoutControlItem21, layoutControlItem25, layoutControlItem10, layoutControlItem8, layoutControlItem3, layoutControlItem11, layoutControlItem15, layoutControlItem19, layoutControlItem23, emptySpaceItem1, simpleLabelItem1, simpleLabelItem2 });
Root.Name = "Root";
Root.Size = new Size(788, 207);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = cbCity;
layoutControlItem1.Location = new Point(381, 24);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(387, 24);
layoutControlItem1.Text = "所属城市:";
layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
layoutControlItem1.TextSize = new Size(52, 14);
layoutControlItem1.TextToControlDistance = 5;
//
// layoutControlItem7
//
layoutControlItem7.Control = cbDist;
layoutControlItem7.Location = new Point(0, 48);
layoutControlItem7.Name = "layoutControlItem7";
layoutControlItem7.Size = new Size(319, 24);
layoutControlItem7.Text = "所属区县:";
layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
layoutControlItem7.TextSize = new Size(52, 14);
layoutControlItem7.TextToControlDistance = 5;
//
// layoutControlItem13
//
layoutControlItem13.Control = txtProperTyYears;
layoutControlItem13.Location = new Point(0, 72);
layoutControlItem13.Name = "layoutControlItem13";
layoutControlItem13.Size = new Size(290, 24);
layoutControlItem13.Text = "产权年限:";
layoutControlItem13.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
layoutControlItem13.TextSize = new Size(52, 14);
layoutControlItem13.TextToControlDistance = 5;
//
// layoutControlItem17
//
layoutControlItem17.Control = txtAreaSquare;
layoutControlItem17.Location = new Point(0, 96);
layoutControlItem17.Name = "layoutControlItem17";
layoutControlItem17.Size = new Size(319, 24);
layoutControlItem17.Text = "总建面积:";
layoutControlItem17.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
layoutControlItem17.TextSize = new Size(52, 14);
layoutControlItem17.TextToControlDistance = 5;
//
// layoutControlItem21
//
layoutControlItem21.Control = txtGreeningRate;
layoutControlItem21.Location = new Point(0, 120);
layoutControlItem21.Name = "layoutControlItem21";
layoutControlItem21.Size = new Size(319, 24);
layoutControlItem21.Text = "绿化率:";
layoutControlItem21.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
layoutControlItem21.TextSize = new Size(40, 14);
layoutControlItem21.TextToControlDistance = 17;
//
// layoutControlItem25
//
layoutControlItem25.Control = txtAddress;
layoutControlItem25.Location = new Point(0, 144);
layoutControlItem25.Name = "layoutControlItem25";
layoutControlItem25.Size = new Size(768, 43);
layoutControlItem25.Text = "详细地址:";
layoutControlItem25.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
layoutControlItem25.TextSize = new Size(52, 14);
layoutControlItem25.TextToControlDistance = 5;
//
// layoutControlItem10
//
layoutControlItem10.Control = txtName;
layoutControlItem10.Location = new Point(0, 0);
layoutControlItem10.Name = "layoutControlItem10";
layoutControlItem10.Size = new Size(319, 24);
layoutControlItem10.Text = "小区名称:";
layoutControlItem10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
layoutControlItem10.TextSize = new Size(52, 14);
layoutControlItem10.TextToControlDistance = 5;
//
// layoutControlItem8
//
layoutControlItem8.Control = cbPropertyType;
layoutControlItem8.Location = new Point(381, 0);
layoutControlItem8.Name = "layoutControlItem8";
layoutControlItem8.Size = new Size(387, 24);
layoutControlItem8.Text = "物业类型:";
layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
layoutControlItem8.TextSize = new Size(52, 14);
layoutControlItem8.TextToControlDistance = 5;
//
// layoutControlItem3
//
layoutControlItem3.Control = cbArea;
layoutControlItem3.Location = new Point(0, 24);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(319, 24);
layoutControlItem3.Text = "所属省份:";
layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
layoutControlItem3.TextSize = new Size(52, 14);
layoutControlItem3.TextToControlDistance = 5;
//
// layoutControlItem11
//
layoutControlItem11.Control = txtCompletionTime;
layoutControlItem11.Location = new Point(381, 48);
layoutControlItem11.Name = "layoutControlItem11";
layoutControlItem11.Size = new Size(359, 24);
layoutControlItem11.Text = "竣工时间:";
layoutControlItem11.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
layoutControlItem11.TextSize = new Size(52, 14);
layoutControlItem11.TextToControlDistance = 5;
//
// layoutControlItem15
//
layoutControlItem15.Control = txtTotalHouseHolds;
layoutControlItem15.Location = new Point(381, 72);
layoutControlItem15.Name = "layoutControlItem15";
layoutControlItem15.Size = new Size(387, 24);
layoutControlItem15.Text = "总户数:";
layoutControlItem15.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
layoutControlItem15.TextSize = new Size(40, 14);
layoutControlItem15.TextToControlDistance = 17;
//
// layoutControlItem19
//
layoutControlItem19.Control = txtPlotRatio;
layoutControlItem19.Location = new Point(381, 96);
layoutControlItem19.Name = "layoutControlItem19";
layoutControlItem19.Size = new Size(387, 24);
layoutControlItem19.Text = "容积率:";
layoutControlItem19.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
layoutControlItem19.TextSize = new Size(40, 14);
layoutControlItem19.TextToControlDistance = 17;
//
// layoutControlItem23
//
layoutControlItem23.Control = txtDeveloper;
layoutControlItem23.Location = new Point(381, 120);
layoutControlItem23.Name = "layoutControlItem23";
layoutControlItem23.Size = new Size(387, 24);
layoutControlItem23.Text = "开发商:";
layoutControlItem23.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
layoutControlItem23.TextSize = new Size(40, 14);
layoutControlItem23.TextToControlDistance = 17;
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(319, 0);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(62, 144);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// simpleLabelItem1
//
simpleLabelItem1.AllowHotTrack = false;
simpleLabelItem1.Location = new Point(290, 72);
simpleLabelItem1.Name = "simpleLabelItem1";
simpleLabelItem1.Size = new Size(29, 24);
simpleLabelItem1.Text = "年";
simpleLabelItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
simpleLabelItem1.TextSize = new Size(12, 14);
//
// simpleLabelItem2
//
simpleLabelItem2.AllowHotTrack = false;
simpleLabelItem2.Location = new Point(740, 48);
simpleLabelItem2.Name = "simpleLabelItem2";
simpleLabelItem2.Size = new Size(28, 24);
simpleLabelItem2.Text = "年";
simpleLabelItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
simpleLabelItem2.TextSize = new Size(12, 14);
//
// BuildWizardForm
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Margin = new Padding(2);
Name = "BuildWizardForm";
Size = new Size(788, 207);
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)cbCity.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)cbArea.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)cbDist.Properties).EndInit();
((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)txtGreeningRate.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtDeveloper.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtAddress.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)layoutControlItem21).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem25).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem10).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)simpleLabelItem1).EndInit();
((System.ComponentModel.ISupportInitialize)simpleLabelItem2).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.ComboBoxEdit cbCity;
private DevExpress.XtraEditors.ComboBoxEdit cbArea;
private DevExpress.XtraEditors.ComboBoxEdit cbDist;
private DevExpress.XtraEditors.ComboBoxEdit cbPropertyType;
private 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 NumberTextEdit txtGreeningRate;
private DevExpress.XtraEditors.TextEdit txtDeveloper;
private NumberTextEdit txtAddress;
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 layoutControlItem21;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem25;
}
}