namespace ISupply.WinFrm.Main._UserControls
|
{
|
partial class ShopWizardForm
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Component Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
this.txtName = new DevExpress.XtraEditors.TextEdit();
|
this.txtAreaSquare = new DevExpress.XtraEditors.TextEdit();
|
this.cbDist = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.txtFloor = new DevExpress.XtraEditors.TextEdit();
|
this.cbArea = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.cbNature = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.cbCity = 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.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
((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.cbDist.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtFloor.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.cbArea.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.cbNature.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.cbCity.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.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// layoutControl1
|
//
|
this.layoutControl1.Controls.Add(this.txtName);
|
this.layoutControl1.Controls.Add(this.txtAreaSquare);
|
this.layoutControl1.Controls.Add(this.cbDist);
|
this.layoutControl1.Controls.Add(this.txtFloor);
|
this.layoutControl1.Controls.Add(this.cbArea);
|
this.layoutControl1.Controls.Add(this.cbNature);
|
this.layoutControl1.Controls.Add(this.cbCity);
|
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.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(903, 122, 650, 400);
|
this.layoutControl1.Root = this.Root;
|
this.layoutControl1.Size = new System.Drawing.Size(713, 167);
|
this.layoutControl1.TabIndex = 133;
|
this.layoutControl1.Text = "layoutControl1";
|
//
|
// txtName
|
//
|
this.txtName.Location = new System.Drawing.Point(65, 7);
|
this.txtName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.txtName.Name = "txtName";
|
this.txtName.Size = new System.Drawing.Size(174, 20);
|
this.txtName.StyleController = this.layoutControl1;
|
this.txtName.TabIndex = 154;
|
//
|
// txtAreaSquare
|
//
|
this.txtAreaSquare.Location = new System.Drawing.Point(390, 7);
|
this.txtAreaSquare.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.txtAreaSquare.Name = "txtAreaSquare";
|
this.txtAreaSquare.Size = new System.Drawing.Size(315, 20);
|
this.txtAreaSquare.StyleController = this.layoutControl1;
|
this.txtAreaSquare.TabIndex = 152;
|
//
|
// cbDist
|
//
|
this.cbDist.Location = new System.Drawing.Point(65, 73);
|
this.cbDist.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
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.Items.AddRange(new object[] {
|
"闵行区"});
|
this.cbDist.Properties.NullText = "请选择";
|
this.cbDist.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.cbDist.Size = new System.Drawing.Size(174, 20);
|
this.cbDist.StyleController = this.layoutControl1;
|
this.cbDist.TabIndex = 150;
|
//
|
// txtFloor
|
//
|
this.txtFloor.Location = new System.Drawing.Point(69, 29);
|
this.txtFloor.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.txtFloor.Name = "txtFloor";
|
this.txtFloor.Size = new System.Drawing.Size(170, 20);
|
this.txtFloor.StyleController = this.layoutControl1;
|
this.txtFloor.TabIndex = 148;
|
//
|
// cbArea
|
//
|
this.cbArea.Location = new System.Drawing.Point(65, 51);
|
this.cbArea.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
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.Items.AddRange(new object[] {
|
"上海市"});
|
this.cbArea.Properties.NullText = "请选择";
|
this.cbArea.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.cbArea.Size = new System.Drawing.Size(174, 20);
|
this.cbArea.StyleController = this.layoutControl1;
|
this.cbArea.TabIndex = 146;
|
//
|
// cbNature
|
//
|
this.cbNature.Location = new System.Drawing.Point(386, 29);
|
this.cbNature.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
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(319, 20);
|
this.cbNature.StyleController = this.layoutControl1;
|
this.cbNature.TabIndex = 144;
|
//
|
// cbCity
|
//
|
this.cbCity.Location = new System.Drawing.Point(386, 51);
|
this.cbCity.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
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.Items.AddRange(new object[] {
|
"上海市"});
|
this.cbCity.Properties.NullText = "请选择";
|
this.cbCity.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.cbCity.Size = new System.Drawing.Size(319, 20);
|
this.cbCity.StyleController = this.layoutControl1;
|
this.cbCity.TabIndex = 142;
|
//
|
// txtPropertyRight
|
//
|
this.txtPropertyRight.Location = new System.Drawing.Point(386, 73);
|
this.txtPropertyRight.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.txtPropertyRight.Name = "txtPropertyRight";
|
this.txtPropertyRight.Size = new System.Drawing.Size(319, 20);
|
this.txtPropertyRight.StyleController = this.layoutControl1;
|
this.txtPropertyRight.TabIndex = 140;
|
//
|
// txtPropertyCompany
|
//
|
this.txtPropertyCompany.Location = new System.Drawing.Point(69, 95);
|
this.txtPropertyCompany.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.txtPropertyCompany.Name = "txtPropertyCompany";
|
this.txtPropertyCompany.Size = new System.Drawing.Size(170, 20);
|
this.txtPropertyCompany.StyleController = this.layoutControl1;
|
this.txtPropertyCompany.TabIndex = 138;
|
//
|
// cbBusinessType
|
//
|
this.cbBusinessType.Location = new System.Drawing.Point(386, 95);
|
this.cbBusinessType.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
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(319, 20);
|
this.cbBusinessType.StyleController = this.layoutControl1;
|
this.cbBusinessType.TabIndex = 137;
|
//
|
// txtAddress
|
//
|
this.txtAddress.Location = new System.Drawing.Point(65, 117);
|
this.txtAddress.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.txtAddress.Name = "txtAddress";
|
this.txtAddress.Size = new System.Drawing.Size(640, 20);
|
this.txtAddress.StyleController = this.layoutControl1;
|
this.txtAddress.TabIndex = 135;
|
//
|
// Root
|
//
|
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.layoutControlItem4,
|
this.layoutControlItem16,
|
this.layoutControlItem19,
|
this.layoutControlItem10,
|
this.layoutControlItem8,
|
this.layoutControlItem6,
|
this.layoutControlItem12,
|
this.layoutControlItem14,
|
this.emptySpaceItem1});
|
this.Root.Name = "Root";
|
this.Root.Size = new System.Drawing.Size(713, 167);
|
this.Root.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
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(233, 22);
|
this.layoutControlItem2.Text = "商铺名称:";
|
this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(52, 14);
|
this.layoutControlItem2.TextToControlDistance = 5;
|
//
|
// layoutControlItem18
|
//
|
this.layoutControlItem18.Control = this.txtPropertyCompany;
|
this.layoutControlItem18.Location = new System.Drawing.Point(0, 88);
|
this.layoutControlItem18.Name = "layoutControlItem18";
|
this.layoutControlItem18.Size = new System.Drawing.Size(233, 22);
|
this.layoutControlItem18.Text = "物 业:";
|
this.layoutControlItem18.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutControlItem18.TextSize = new System.Drawing.Size(56, 14);
|
this.layoutControlItem18.TextToControlDistance = 5;
|
//
|
// layoutControlItem21
|
//
|
this.layoutControlItem21.Control = this.txtAddress;
|
this.layoutControlItem21.Location = new System.Drawing.Point(0, 110);
|
this.layoutControlItem21.Name = "layoutControlItem21";
|
this.layoutControlItem21.Size = new System.Drawing.Size(699, 45);
|
this.layoutControlItem21.Text = "详细地址:";
|
this.layoutControlItem21.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutControlItem21.TextSize = new System.Drawing.Size(52, 14);
|
this.layoutControlItem21.TextToControlDistance = 5;
|
//
|
// layoutControlItem4
|
//
|
this.layoutControlItem4.Control = this.txtAreaSquare;
|
this.layoutControlItem4.Location = new System.Drawing.Point(321, 0);
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
this.layoutControlItem4.Size = new System.Drawing.Size(378, 22);
|
this.layoutControlItem4.Text = "面 积:";
|
this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(56, 14);
|
this.layoutControlItem4.TextToControlDistance = 5;
|
//
|
// layoutControlItem16
|
//
|
this.layoutControlItem16.Control = this.txtPropertyRight;
|
this.layoutControlItem16.Location = new System.Drawing.Point(321, 66);
|
this.layoutControlItem16.Name = "layoutControlItem16";
|
this.layoutControlItem16.Size = new System.Drawing.Size(378, 22);
|
this.layoutControlItem16.Text = "商铺产权:";
|
this.layoutControlItem16.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutControlItem16.TextSize = new System.Drawing.Size(52, 14);
|
this.layoutControlItem16.TextToControlDistance = 5;
|
//
|
// layoutControlItem19
|
//
|
this.layoutControlItem19.Control = this.cbBusinessType;
|
this.layoutControlItem19.Location = new System.Drawing.Point(321, 88);
|
this.layoutControlItem19.Name = "layoutControlItem19";
|
this.layoutControlItem19.Size = new System.Drawing.Size(378, 22);
|
this.layoutControlItem19.Text = "经营类型:";
|
this.layoutControlItem19.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutControlItem19.TextSize = new System.Drawing.Size(52, 14);
|
this.layoutControlItem19.TextToControlDistance = 5;
|
//
|
// layoutControlItem10
|
//
|
this.layoutControlItem10.Control = this.cbArea;
|
this.layoutControlItem10.Location = new System.Drawing.Point(0, 44);
|
this.layoutControlItem10.Name = "layoutControlItem10";
|
this.layoutControlItem10.Size = new System.Drawing.Size(233, 22);
|
this.layoutControlItem10.Text = "所属省份:";
|
this.layoutControlItem10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutControlItem10.TextSize = new System.Drawing.Size(52, 14);
|
this.layoutControlItem10.TextToControlDistance = 5;
|
//
|
// layoutControlItem8
|
//
|
this.layoutControlItem8.Control = this.txtFloor;
|
this.layoutControlItem8.Location = new System.Drawing.Point(0, 22);
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
this.layoutControlItem8.Size = new System.Drawing.Size(233, 22);
|
this.layoutControlItem8.Text = "楼 层:";
|
this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(56, 14);
|
this.layoutControlItem8.TextToControlDistance = 5;
|
//
|
// layoutControlItem6
|
//
|
this.layoutControlItem6.Control = this.cbDist;
|
this.layoutControlItem6.Location = new System.Drawing.Point(0, 66);
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
this.layoutControlItem6.Size = new System.Drawing.Size(233, 22);
|
this.layoutControlItem6.Text = "所属区县:";
|
this.layoutControlItem6.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(52, 14);
|
this.layoutControlItem6.TextToControlDistance = 5;
|
//
|
// layoutControlItem12
|
//
|
this.layoutControlItem12.Control = this.cbNature;
|
this.layoutControlItem12.Location = new System.Drawing.Point(321, 22);
|
this.layoutControlItem12.Name = "layoutControlItem12";
|
this.layoutControlItem12.Size = new System.Drawing.Size(378, 22);
|
this.layoutControlItem12.Text = "商铺性质:";
|
this.layoutControlItem12.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutControlItem12.TextSize = new System.Drawing.Size(52, 14);
|
this.layoutControlItem12.TextToControlDistance = 5;
|
//
|
// layoutControlItem14
|
//
|
this.layoutControlItem14.Control = this.cbCity;
|
this.layoutControlItem14.Location = new System.Drawing.Point(321, 44);
|
this.layoutControlItem14.Name = "layoutControlItem14";
|
this.layoutControlItem14.Size = new System.Drawing.Size(378, 22);
|
this.layoutControlItem14.Text = "所属城市:";
|
this.layoutControlItem14.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutControlItem14.TextSize = new System.Drawing.Size(52, 14);
|
this.layoutControlItem14.TextToControlDistance = 5;
|
//
|
// emptySpaceItem1
|
//
|
this.emptySpaceItem1.AllowHotTrack = false;
|
this.emptySpaceItem1.Location = new System.Drawing.Point(233, 0);
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
this.emptySpaceItem1.Size = new System.Drawing.Size(88, 110);
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// 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, 2, 2, 2);
|
this.Name = "ShopWizardForm";
|
this.Size = new System.Drawing.Size(713, 167);
|
((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.cbDist.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtFloor.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.cbArea.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.cbNature.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.cbCity.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.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraEditors.TextEdit txtName;
|
private DevExpress.XtraEditors.TextEdit txtAreaSquare;
|
private DevExpress.XtraEditors.ComboBoxEdit cbDist;
|
private DevExpress.XtraEditors.TextEdit txtFloor;
|
private DevExpress.XtraEditors.ComboBoxEdit cbArea;
|
private DevExpress.XtraEditors.ComboBoxEdit cbNature;
|
private DevExpress.XtraEditors.ComboBoxEdit cbCity;
|
private DevExpress.XtraEditors.TextEdit txtPropertyRight;
|
private DevExpress.XtraEditors.TextEdit txtPropertyCompany;
|
private DevExpress.XtraEditors.ComboBoxEdit cbBusinessType;
|
private 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;
|
}
|
}
|