namespace HStation.WinFrmUI
{
partial class InputXhsProjectInfoWizardPage
{
///
/// 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 Container();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
txtDescription = new DevExpress.XtraEditors.MemoEdit();
txtTagNme = new DevExpress.XtraEditors.TextEdit();
txtAddress = new DevExpress.XtraEditors.TextEdit();
txtCustomer = new DevExpress.XtraEditors.TextEdit();
txtName = new DevExpress.XtraEditors.TextEdit();
txtNO = new DevExpress.XtraEditors.TextEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
setFlagsEditCtrl1 = new SetFlagsEditCtrl();
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)txtDescription.Properties).BeginInit();
((ISupportInitialize)txtTagNme.Properties).BeginInit();
((ISupportInitialize)txtAddress.Properties).BeginInit();
((ISupportInitialize)txtCustomer.Properties).BeginInit();
((ISupportInitialize)txtName.Properties).BeginInit();
((ISupportInitialize)txtNO.Properties).BeginInit();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
((ISupportInitialize)layoutControlItem3).BeginInit();
((ISupportInitialize)layoutControlItem4).BeginInit();
((ISupportInitialize)layoutControlItem6).BeginInit();
((ISupportInitialize)layoutControlItem7).BeginInit();
((ISupportInitialize)dxErrorProvider1).BeginInit();
((ISupportInitialize)layoutControlItem5).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(setFlagsEditCtrl1);
layoutControl1.Controls.Add(txtDescription);
layoutControl1.Controls.Add(txtTagNme);
layoutControl1.Controls.Add(txtAddress);
layoutControl1.Controls.Add(txtCustomer);
layoutControl1.Controls.Add(txtName);
layoutControl1.Controls.Add(txtNO);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1200, 175, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(859, 464);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// txtDescription
//
txtDescription.Location = new Point(67, 84);
txtDescription.Name = "txtDescription";
txtDescription.Size = new Size(780, 368);
txtDescription.StyleController = layoutControl1;
txtDescription.TabIndex = 10;
//
// txtTagNme
//
txtTagNme.Location = new Point(486, 60);
txtTagNme.Name = "txtTagNme";
txtTagNme.Size = new Size(361, 20);
txtTagNme.StyleController = layoutControl1;
txtTagNme.TabIndex = 9;
//
// txtAddress
//
txtAddress.Location = new Point(486, 36);
txtAddress.Name = "txtAddress";
txtAddress.Size = new Size(361, 20);
txtAddress.StyleController = layoutControl1;
txtAddress.TabIndex = 7;
//
// txtCustomer
//
txtCustomer.Location = new Point(67, 36);
txtCustomer.Name = "txtCustomer";
txtCustomer.Size = new Size(360, 20);
txtCustomer.StyleController = layoutControl1;
txtCustomer.TabIndex = 6;
//
// txtName
//
txtName.Location = new Point(486, 12);
txtName.Name = "txtName";
txtName.Size = new Size(361, 20);
txtName.StyleController = layoutControl1;
txtName.TabIndex = 5;
//
// txtNO
//
txtNO.Location = new Point(67, 12);
txtNO.Name = "txtNO";
txtNO.Size = new Size(360, 20);
txtNO.StyleController = layoutControl1;
txtNO.TabIndex = 4;
//
// 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[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, layoutControlItem4, layoutControlItem6, layoutControlItem7, layoutControlItem5 });
Root.Name = "Root";
Root.Size = new Size(859, 464);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = txtNO;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(419, 24);
layoutControlItem1.Text = "编号:";
layoutControlItem1.TextSize = new Size(43, 14);
//
// layoutControlItem2
//
layoutControlItem2.AllowHtmlStringInCaption = true;
layoutControlItem2.Control = txtName;
layoutControlItem2.Location = new Point(419, 0);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(420, 24);
layoutControlItem2.Text = "*名称:";
layoutControlItem2.TextSize = new Size(43, 14);
//
// layoutControlItem3
//
layoutControlItem3.Control = txtCustomer;
layoutControlItem3.Location = new Point(0, 24);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(419, 24);
layoutControlItem3.Text = "客户:";
layoutControlItem3.TextSize = new Size(43, 14);
//
// layoutControlItem4
//
layoutControlItem4.Control = txtAddress;
layoutControlItem4.Location = new Point(419, 24);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(420, 24);
layoutControlItem4.Text = "地址:";
layoutControlItem4.TextSize = new Size(43, 14);
//
// layoutControlItem6
//
layoutControlItem6.Control = txtTagNme;
layoutControlItem6.Location = new Point(419, 48);
layoutControlItem6.Name = "layoutControlItem6";
layoutControlItem6.Size = new Size(420, 24);
layoutControlItem6.Text = "标志:";
layoutControlItem6.TextSize = new Size(43, 14);
//
// layoutControlItem7
//
layoutControlItem7.Control = txtDescription;
layoutControlItem7.Location = new Point(0, 72);
layoutControlItem7.Name = "layoutControlItem7";
layoutControlItem7.Size = new Size(839, 372);
layoutControlItem7.Text = "说明";
layoutControlItem7.TextSize = new Size(43, 14);
//
// dxErrorProvider1
//
dxErrorProvider1.ContainerControl = this;
//
// setFlagsEditCtrl1
//
setFlagsEditCtrl1.Location = new Point(67, 60);
setFlagsEditCtrl1.Name = "setFlagsEditCtrl1";
setFlagsEditCtrl1.Size = new Size(360, 20);
setFlagsEditCtrl1.TabIndex = 11;
//
// layoutControlItem5
//
layoutControlItem5.Control = setFlagsEditCtrl1;
layoutControlItem5.Location = new Point(0, 48);
layoutControlItem5.Name = "layoutControlItem5";
layoutControlItem5.Size = new Size(419, 24);
layoutControlItem5.Text = "标签:";
layoutControlItem5.TextSize = new Size(43, 14);
//
// InputXhsProjectInfoWizardPage
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Name = "InputXhsProjectInfoWizardPage";
Size = new Size(859, 464);
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)txtDescription.Properties).EndInit();
((ISupportInitialize)txtTagNme.Properties).EndInit();
((ISupportInitialize)txtAddress.Properties).EndInit();
((ISupportInitialize)txtCustomer.Properties).EndInit();
((ISupportInitialize)txtName.Properties).EndInit();
((ISupportInitialize)txtNO.Properties).EndInit();
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
((ISupportInitialize)layoutControlItem3).EndInit();
((ISupportInitialize)layoutControlItem4).EndInit();
((ISupportInitialize)layoutControlItem6).EndInit();
((ISupportInitialize)layoutControlItem7).EndInit();
((ISupportInitialize)dxErrorProvider1).EndInit();
((ISupportInitialize)layoutControlItem5).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.TextEdit txtName;
private DevExpress.XtraEditors.TextEdit txtNO;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
private DevExpress.XtraEditors.TextEdit txtCustomer;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraEditors.TextEdit txtTagNme;
private DevExpress.XtraEditors.TextEdit txtAddress;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraEditors.MemoEdit txtDescription;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private SetFlagsEditCtrl setFlagsEditCtrl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
}
}