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()
{
components = new System.ComponentModel.Container();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
txtAreaSquare = new DevExpress.XtraEditors.TextEdit();
txtFloor = new DevExpress.XtraEditors.TextEdit();
cbNature = new DevExpress.XtraEditors.ComboBoxEdit();
txtPropertyRight = new DevExpress.XtraEditors.TextEdit();
txtPropertyCompany = new DevExpress.XtraEditors.TextEdit();
cbBusinessType = new DevExpress.XtraEditors.ComboBoxEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)txtAreaSquare.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtFloor.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)cbNature.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtPropertyRight.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtPropertyCompany.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)cbBusinessType.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem18).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem16).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem19).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem12).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(txtAreaSquare);
layoutControl1.Controls.Add(txtFloor);
layoutControl1.Controls.Add(cbNature);
layoutControl1.Controls.Add(txtPropertyRight);
layoutControl1.Controls.Add(txtPropertyCompany);
layoutControl1.Controls.Add(cbBusinessType);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Margin = new Padding(3, 4, 3, 4);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(880, 221, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(865, 238);
layoutControl1.TabIndex = 133;
layoutControl1.Text = "layoutControl1";
//
// txtAreaSquare
//
txtAreaSquare.Location = new Point(91, 52);
txtAreaSquare.Margin = new Padding(2, 3, 2, 3);
txtAreaSquare.MinimumSize = new Size(0, 36);
txtAreaSquare.Name = "txtAreaSquare";
txtAreaSquare.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtAreaSquare.Size = new Size(276, 36);
txtAreaSquare.StyleController = layoutControl1;
txtAreaSquare.TabIndex = 152;
//
// txtFloor
//
txtFloor.Location = new Point(91, 12);
txtFloor.Margin = new Padding(2, 3, 2, 3);
txtFloor.MinimumSize = new Size(0, 36);
txtFloor.Name = "txtFloor";
txtFloor.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtFloor.Size = new Size(276, 36);
txtFloor.StyleController = layoutControl1;
txtFloor.TabIndex = 148;
//
// cbNature
//
cbNature.Location = new Point(529, 12);
cbNature.Margin = new Padding(2, 3, 2, 3);
cbNature.MinimumSize = new Size(0, 36);
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(324, 36);
cbNature.StyleController = layoutControl1;
cbNature.TabIndex = 144;
//
// txtPropertyRight
//
txtPropertyRight.Location = new Point(529, 52);
txtPropertyRight.Margin = new Padding(2, 3, 2, 3);
txtPropertyRight.MinimumSize = new Size(0, 36);
txtPropertyRight.Name = "txtPropertyRight";
txtPropertyRight.Size = new Size(324, 36);
txtPropertyRight.StyleController = layoutControl1;
txtPropertyRight.TabIndex = 140;
//
// txtPropertyCompany
//
txtPropertyCompany.Location = new Point(91, 92);
txtPropertyCompany.Margin = new Padding(2, 3, 2, 3);
txtPropertyCompany.MinimumSize = new Size(0, 36);
txtPropertyCompany.Name = "txtPropertyCompany";
txtPropertyCompany.Size = new Size(276, 36);
txtPropertyCompany.StyleController = layoutControl1;
txtPropertyCompany.TabIndex = 138;
//
// cbBusinessType
//
cbBusinessType.Location = new Point(529, 92);
cbBusinessType.Margin = new Padding(2, 3, 2, 3);
cbBusinessType.MinimumSize = new Size(0, 36);
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(324, 36);
cbBusinessType.StyleController = layoutControl1;
cbBusinessType.TabIndex = 137;
//
// 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[] { layoutControlItem18, layoutControlItem16, layoutControlItem19, layoutControlItem8, layoutControlItem12, emptySpaceItem1, layoutControlItem4 });
Root.Name = "Root";
Root.Size = new Size(865, 238);
Root.TextVisible = false;
//
// layoutControlItem18
//
layoutControlItem18.Control = txtPropertyCompany;
layoutControlItem18.Location = new Point(0, 80);
layoutControlItem18.Name = "layoutControlItem18";
layoutControlItem18.Size = new Size(359, 138);
layoutControlItem18.Text = "物业:";
layoutControlItem18.TextSize = new Size(67, 18);
//
// layoutControlItem16
//
layoutControlItem16.Control = txtPropertyRight;
layoutControlItem16.Location = new Point(438, 40);
layoutControlItem16.Name = "layoutControlItem16";
layoutControlItem16.Size = new Size(407, 40);
layoutControlItem16.Text = "商铺产权:";
layoutControlItem16.TextSize = new Size(67, 18);
//
// layoutControlItem19
//
layoutControlItem19.Control = cbBusinessType;
layoutControlItem19.Location = new Point(438, 80);
layoutControlItem19.Name = "layoutControlItem19";
layoutControlItem19.Size = new Size(407, 138);
layoutControlItem19.Text = "经营类型:";
layoutControlItem19.TextSize = new Size(67, 18);
//
// layoutControlItem8
//
layoutControlItem8.Control = txtFloor;
layoutControlItem8.CustomizationFormText = "楼层:";
layoutControlItem8.Location = new Point(0, 0);
layoutControlItem8.Name = "layoutControlItem8";
layoutControlItem8.Size = new Size(359, 40);
layoutControlItem8.Text = "楼层:";
layoutControlItem8.TextSize = new Size(67, 18);
//
// layoutControlItem12
//
layoutControlItem12.Control = cbNature;
layoutControlItem12.Location = new Point(438, 0);
layoutControlItem12.Name = "layoutControlItem12";
layoutControlItem12.Size = new Size(407, 40);
layoutControlItem12.Text = "商铺性质:";
layoutControlItem12.TextSize = new Size(67, 18);
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(359, 0);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(79, 218);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// layoutControlItem4
//
layoutControlItem4.Control = txtAreaSquare;
layoutControlItem4.CustomizationFormText = "面积:";
layoutControlItem4.Location = new Point(0, 40);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(359, 40);
layoutControlItem4.Text = "面积(m³):";
layoutControlItem4.TextSize = new Size(67, 18);
//
// dxErrorProvider1
//
dxErrorProvider1.ContainerControl = this;
//
// ShopWizardForm
//
AutoScaleDimensions = new SizeF(8F, 18F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Margin = new Padding(2, 3, 2, 3);
Name = "ShopWizardForm";
Size = new Size(865, 238);
Load += ShopWizardForm_Load;
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)txtAreaSquare.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtFloor.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)cbNature.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtPropertyRight.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtPropertyCompany.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)cbBusinessType.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem18).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem16).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem19).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem12).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
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;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
}
}