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()
|
{
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
txtName = new DevExpress.XtraEditors.TextEdit();
|
txtAreaSquare = new DevExpress.XtraEditors.TextEdit();
|
cbDist = new DevExpress.XtraEditors.ComboBoxEdit();
|
txtFloor = new DevExpress.XtraEditors.TextEdit();
|
cbArea = new DevExpress.XtraEditors.ComboBoxEdit();
|
cbNature = new DevExpress.XtraEditors.ComboBoxEdit();
|
cbCity = new DevExpress.XtraEditors.ComboBoxEdit();
|
txtPropertyRight = new DevExpress.XtraEditors.TextEdit();
|
txtPropertyCompany = new DevExpress.XtraEditors.TextEdit();
|
cbBusinessType = new DevExpress.XtraEditors.ComboBoxEdit();
|
txtAddress = new DevExpress.XtraEditors.TextEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)txtName.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)txtAreaSquare.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)cbDist.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)txtFloor.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)cbArea.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)cbNature.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)cbCity.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)txtPropertyRight.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)txtPropertyCompany.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)cbBusinessType.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)txtAddress.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem18).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem21).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem16).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem19).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem10).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem12).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem14).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(txtName);
|
layoutControl1.Controls.Add(txtAreaSquare);
|
layoutControl1.Controls.Add(cbDist);
|
layoutControl1.Controls.Add(txtFloor);
|
layoutControl1.Controls.Add(cbArea);
|
layoutControl1.Controls.Add(cbNature);
|
layoutControl1.Controls.Add(cbCity);
|
layoutControl1.Controls.Add(txtPropertyRight);
|
layoutControl1.Controls.Add(txtPropertyCompany);
|
layoutControl1.Controls.Add(cbBusinessType);
|
layoutControl1.Controls.Add(txtAddress);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(903, 122, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(713, 167);
|
layoutControl1.TabIndex = 133;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// txtName
|
//
|
txtName.Location = new Point(69, 12);
|
txtName.Margin = new Padding(2);
|
txtName.Name = "txtName";
|
txtName.Size = new Size(224, 20);
|
txtName.StyleController = layoutControl1;
|
txtName.TabIndex = 154;
|
//
|
// txtAreaSquare
|
//
|
txtAreaSquare.Location = new Point(453, 12);
|
txtAreaSquare.Margin = new Padding(2);
|
txtAreaSquare.Name = "txtAreaSquare";
|
txtAreaSquare.Size = new Size(248, 20);
|
txtAreaSquare.StyleController = layoutControl1;
|
txtAreaSquare.TabIndex = 152;
|
//
|
// cbDist
|
//
|
cbDist.Location = new Point(69, 84);
|
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(224, 20);
|
cbDist.StyleController = layoutControl1;
|
cbDist.TabIndex = 150;
|
//
|
// txtFloor
|
//
|
txtFloor.Location = new Point(73, 36);
|
txtFloor.Margin = new Padding(2);
|
txtFloor.Name = "txtFloor";
|
txtFloor.Size = new Size(220, 20);
|
txtFloor.StyleController = layoutControl1;
|
txtFloor.TabIndex = 148;
|
//
|
// cbArea
|
//
|
cbArea.Location = new Point(69, 60);
|
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(224, 20);
|
cbArea.StyleController = layoutControl1;
|
cbArea.TabIndex = 146;
|
//
|
// cbNature
|
//
|
cbNature.Location = new Point(449, 36);
|
cbNature.Margin = new Padding(2);
|
cbNature.Name = "cbNature";
|
cbNature.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
cbNature.Properties.Items.AddRange(new object[] { "二手商铺", "新建商铺" });
|
cbNature.Properties.NullText = "请选择";
|
cbNature.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
cbNature.Size = new Size(252, 20);
|
cbNature.StyleController = layoutControl1;
|
cbNature.TabIndex = 144;
|
//
|
// cbCity
|
//
|
cbCity.Location = new Point(449, 60);
|
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(252, 20);
|
cbCity.StyleController = layoutControl1;
|
cbCity.TabIndex = 142;
|
//
|
// txtPropertyRight
|
//
|
txtPropertyRight.Location = new Point(449, 84);
|
txtPropertyRight.Margin = new Padding(2);
|
txtPropertyRight.Name = "txtPropertyRight";
|
txtPropertyRight.Size = new Size(252, 20);
|
txtPropertyRight.StyleController = layoutControl1;
|
txtPropertyRight.TabIndex = 140;
|
//
|
// txtPropertyCompany
|
//
|
txtPropertyCompany.Location = new Point(73, 108);
|
txtPropertyCompany.Margin = new Padding(2);
|
txtPropertyCompany.Name = "txtPropertyCompany";
|
txtPropertyCompany.Size = new Size(220, 20);
|
txtPropertyCompany.StyleController = layoutControl1;
|
txtPropertyCompany.TabIndex = 138;
|
//
|
// cbBusinessType
|
//
|
cbBusinessType.Location = new Point(449, 108);
|
cbBusinessType.Margin = new Padding(2);
|
cbBusinessType.Name = "cbBusinessType";
|
cbBusinessType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
cbBusinessType.Properties.Items.AddRange(new object[] { "餐饮", "文具", "服饰", "汽修" });
|
cbBusinessType.Properties.NullText = "请选择";
|
cbBusinessType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
cbBusinessType.Size = new Size(252, 20);
|
cbBusinessType.StyleController = layoutControl1;
|
cbBusinessType.TabIndex = 137;
|
//
|
// txtAddress
|
//
|
txtAddress.Location = new Point(69, 132);
|
txtAddress.Margin = new Padding(2);
|
txtAddress.Name = "txtAddress";
|
txtAddress.Size = new Size(632, 20);
|
txtAddress.StyleController = layoutControl1;
|
txtAddress.TabIndex = 135;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem18, layoutControlItem21, layoutControlItem4, layoutControlItem16, layoutControlItem19, layoutControlItem10, layoutControlItem8, layoutControlItem6, layoutControlItem12, layoutControlItem14, emptySpaceItem1 });
|
Root.Name = "Root";
|
Root.Size = new Size(713, 167);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = txtName;
|
layoutControlItem2.Location = new Point(0, 0);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(285, 24);
|
layoutControlItem2.Text = "商铺名称:";
|
layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
layoutControlItem2.TextSize = new Size(52, 14);
|
layoutControlItem2.TextToControlDistance = 5;
|
//
|
// layoutControlItem18
|
//
|
layoutControlItem18.Control = txtPropertyCompany;
|
layoutControlItem18.Location = new Point(0, 96);
|
layoutControlItem18.Name = "layoutControlItem18";
|
layoutControlItem18.Size = new Size(285, 24);
|
layoutControlItem18.Text = "物 业:";
|
layoutControlItem18.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
layoutControlItem18.TextSize = new Size(56, 14);
|
layoutControlItem18.TextToControlDistance = 5;
|
//
|
// layoutControlItem21
|
//
|
layoutControlItem21.Control = txtAddress;
|
layoutControlItem21.Location = new Point(0, 120);
|
layoutControlItem21.Name = "layoutControlItem21";
|
layoutControlItem21.Size = new Size(693, 27);
|
layoutControlItem21.Text = "详细地址:";
|
layoutControlItem21.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
layoutControlItem21.TextSize = new Size(52, 14);
|
layoutControlItem21.TextToControlDistance = 5;
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = txtAreaSquare;
|
layoutControlItem4.Location = new Point(380, 0);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(313, 24);
|
layoutControlItem4.Text = "面 积:";
|
layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
layoutControlItem4.TextSize = new Size(56, 14);
|
layoutControlItem4.TextToControlDistance = 5;
|
//
|
// layoutControlItem16
|
//
|
layoutControlItem16.Control = txtPropertyRight;
|
layoutControlItem16.Location = new Point(380, 72);
|
layoutControlItem16.Name = "layoutControlItem16";
|
layoutControlItem16.Size = new Size(313, 24);
|
layoutControlItem16.Text = "商铺产权:";
|
layoutControlItem16.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
layoutControlItem16.TextSize = new Size(52, 14);
|
layoutControlItem16.TextToControlDistance = 5;
|
//
|
// layoutControlItem19
|
//
|
layoutControlItem19.Control = cbBusinessType;
|
layoutControlItem19.Location = new Point(380, 96);
|
layoutControlItem19.Name = "layoutControlItem19";
|
layoutControlItem19.Size = new Size(313, 24);
|
layoutControlItem19.Text = "经营类型:";
|
layoutControlItem19.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
layoutControlItem19.TextSize = new Size(52, 14);
|
layoutControlItem19.TextToControlDistance = 5;
|
//
|
// layoutControlItem10
|
//
|
layoutControlItem10.Control = cbArea;
|
layoutControlItem10.Location = new Point(0, 48);
|
layoutControlItem10.Name = "layoutControlItem10";
|
layoutControlItem10.Size = new Size(285, 24);
|
layoutControlItem10.Text = "所属省份:";
|
layoutControlItem10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
layoutControlItem10.TextSize = new Size(52, 14);
|
layoutControlItem10.TextToControlDistance = 5;
|
//
|
// layoutControlItem8
|
//
|
layoutControlItem8.Control = txtFloor;
|
layoutControlItem8.Location = new Point(0, 24);
|
layoutControlItem8.Name = "layoutControlItem8";
|
layoutControlItem8.Size = new Size(285, 24);
|
layoutControlItem8.Text = "楼 层:";
|
layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
layoutControlItem8.TextSize = new Size(56, 14);
|
layoutControlItem8.TextToControlDistance = 5;
|
//
|
// layoutControlItem6
|
//
|
layoutControlItem6.Control = cbDist;
|
layoutControlItem6.Location = new Point(0, 72);
|
layoutControlItem6.Name = "layoutControlItem6";
|
layoutControlItem6.Size = new Size(285, 24);
|
layoutControlItem6.Text = "所属区县:";
|
layoutControlItem6.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
layoutControlItem6.TextSize = new Size(52, 14);
|
layoutControlItem6.TextToControlDistance = 5;
|
//
|
// layoutControlItem12
|
//
|
layoutControlItem12.Control = cbNature;
|
layoutControlItem12.Location = new Point(380, 24);
|
layoutControlItem12.Name = "layoutControlItem12";
|
layoutControlItem12.Size = new Size(313, 24);
|
layoutControlItem12.Text = "商铺性质:";
|
layoutControlItem12.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
layoutControlItem12.TextSize = new Size(52, 14);
|
layoutControlItem12.TextToControlDistance = 5;
|
//
|
// layoutControlItem14
|
//
|
layoutControlItem14.Control = cbCity;
|
layoutControlItem14.Location = new Point(380, 48);
|
layoutControlItem14.Name = "layoutControlItem14";
|
layoutControlItem14.Size = new Size(313, 24);
|
layoutControlItem14.Text = "所属城市:";
|
layoutControlItem14.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
layoutControlItem14.TextSize = new Size(52, 14);
|
layoutControlItem14.TextToControlDistance = 5;
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(285, 0);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(95, 120);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// ShopWizardForm
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Margin = new Padding(2);
|
Name = "ShopWizardForm";
|
Size = new Size(713, 167);
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)txtName.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)txtAreaSquare.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)cbDist.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)txtFloor.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)cbArea.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)cbNature.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)cbCity.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)txtPropertyRight.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)txtPropertyCompany.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)cbBusinessType.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)txtAddress.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem18).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem21).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem16).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem19).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem10).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem12).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem14).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
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;
|
}
|
}
|