namespace PBS.WinFrmUI
{
partial class ShopWizardForm
{
///
/// 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()
{
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();
//
// 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;
//
// 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;
//
// 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;
//
// 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;
//
// 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;
//
// 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;
//
// 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;
//
// 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 = "*商铺名称:";
this.layoutControlItem2.TextSize = new System.Drawing.Size(59, 14);
//
// 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);
//
// 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);
//
// 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);
//
// 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);
//
// 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 = "*所属城市:";
this.layoutControlItem14.TextSize = new System.Drawing.Size(59, 14);
//
// 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);
//
// 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 = "*所属省份:";
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 = "*所属区县:";
this.layoutControlItem6.TextSize = new System.Drawing.Size(59, 14);
//
// dxErrorProvider1
//
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);
}
#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;
}
}