namespace HStation.WinFrmUI
|
{
|
partial class CreateXhsSchemeInfoPage
|
{
|
/// <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()
|
{
|
components = new Container();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
xhsSchemeChangeTypeCheckedListHorizCtrl1 = new XhsSchemeChangeTypeCheckedListHorizCtrl();
|
ckAllowCustom = new CheckEdit();
|
setFlagsEditCtrl1 = new SetFlagsEditCtrl();
|
txtDescription = new MemoEdit();
|
txtNO = new TextEdit();
|
txtName = new TextEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)ckAllowCustom.Properties).BeginInit();
|
((ISupportInitialize)txtDescription.Properties).BeginInit();
|
((ISupportInitialize)txtNO.Properties).BeginInit();
|
((ISupportInitialize)txtName.Properties).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
((ISupportInitialize)layoutControlItem7).BeginInit();
|
((ISupportInitialize)layoutControlItem5).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem4).BeginInit();
|
((ISupportInitialize)dxErrorProvider1).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(xhsSchemeChangeTypeCheckedListHorizCtrl1);
|
layoutControl1.Controls.Add(ckAllowCustom);
|
layoutControl1.Controls.Add(setFlagsEditCtrl1);
|
layoutControl1.Controls.Add(txtDescription);
|
layoutControl1.Controls.Add(txtNO);
|
layoutControl1.Controls.Add(txtName);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Margin = new Padding(4, 5, 4, 5);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(909, 193, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(1227, 729);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// xhsSchemeChangeTypeCheckedListHorizCtrl1
|
//
|
xhsSchemeChangeTypeCheckedListHorizCtrl1.Location = new Point(88, 76);
|
xhsSchemeChangeTypeCheckedListHorizCtrl1.Margin = new Padding(6, 8, 6, 8);
|
xhsSchemeChangeTypeCheckedListHorizCtrl1.Name = "xhsSchemeChangeTypeCheckedListHorizCtrl1";
|
xhsSchemeChangeTypeCheckedListHorizCtrl1.Size = new Size(1127, 148);
|
xhsSchemeChangeTypeCheckedListHorizCtrl1.TabIndex = 9;
|
//
|
// ckAllowCustom
|
//
|
ckAllowCustom.Location = new Point(691, 44);
|
ckAllowCustom.Margin = new Padding(4, 5, 4, 5);
|
ckAllowCustom.Name = "ckAllowCustom";
|
ckAllowCustom.Properties.AutoWidth = true;
|
ckAllowCustom.Properties.Caption = "";
|
ckAllowCustom.Size = new Size(27, 27);
|
ckAllowCustom.StyleController = layoutControl1;
|
ckAllowCustom.TabIndex = 8;
|
ckAllowCustom.ToolTip = "方案创建后,是否允许调整";
|
//
|
// setFlagsEditCtrl1
|
//
|
setFlagsEditCtrl1.Location = new Point(88, 44);
|
setFlagsEditCtrl1.Margin = new Padding(6, 8, 6, 8);
|
setFlagsEditCtrl1.Name = "setFlagsEditCtrl1";
|
setFlagsEditCtrl1.Size = new Size(523, 28);
|
setFlagsEditCtrl1.TabIndex = 5;
|
//
|
// txtDescription
|
//
|
txtDescription.Location = new Point(88, 228);
|
txtDescription.Margin = new Padding(4, 5, 4, 5);
|
txtDescription.Name = "txtDescription";
|
txtDescription.Size = new Size(1127, 489);
|
txtDescription.StyleController = layoutControl1;
|
txtDescription.TabIndex = 7;
|
//
|
// txtNO
|
//
|
txtNO.Location = new Point(691, 12);
|
txtNO.Margin = new Padding(4, 5, 4, 5);
|
txtNO.Name = "txtNO";
|
txtNO.Size = new Size(524, 28);
|
txtNO.StyleController = layoutControl1;
|
txtNO.TabIndex = 3;
|
//
|
// txtName
|
//
|
txtName.Location = new Point(88, 12);
|
txtName.Margin = new Padding(4, 5, 4, 5);
|
txtName.Name = "txtName";
|
txtName.Size = new Size(523, 28);
|
txtName.StyleController = layoutControl1;
|
txtName.TabIndex = 0;
|
//
|
// 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[] { layoutControlItem2, layoutControlItem7, layoutControlItem5, layoutControlItem3, layoutControlItem1, layoutControlItem4 });
|
Root.Name = "Root";
|
Root.Size = new Size(1227, 729);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.AllowHtmlStringInCaption = true;
|
layoutControlItem2.Control = txtName;
|
layoutControlItem2.Location = new Point(0, 0);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(603, 32);
|
layoutControlItem2.Text = "<color=red>*</color>名称:";
|
layoutControlItem2.TextSize = new Size(64, 22);
|
//
|
// layoutControlItem7
|
//
|
layoutControlItem7.Control = txtDescription;
|
layoutControlItem7.Location = new Point(0, 216);
|
layoutControlItem7.Name = "layoutControlItem7";
|
layoutControlItem7.Size = new Size(1207, 493);
|
layoutControlItem7.Text = "说明";
|
layoutControlItem7.TextSize = new Size(64, 22);
|
//
|
// layoutControlItem5
|
//
|
layoutControlItem5.Control = setFlagsEditCtrl1;
|
layoutControlItem5.Location = new Point(0, 32);
|
layoutControlItem5.Name = "layoutControlItem5";
|
layoutControlItem5.Size = new Size(603, 32);
|
layoutControlItem5.Text = "标签:";
|
layoutControlItem5.TextSize = new Size(64, 22);
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = txtNO;
|
layoutControlItem3.Location = new Point(603, 0);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(604, 32);
|
layoutControlItem3.Text = "编号:";
|
layoutControlItem3.TextSize = new Size(64, 22);
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = ckAllowCustom;
|
layoutControlItem1.Location = new Point(603, 32);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(604, 32);
|
layoutControlItem1.Text = "自定义:";
|
layoutControlItem1.TextSize = new Size(64, 22);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = xhsSchemeChangeTypeCheckedListHorizCtrl1;
|
layoutControlItem4.Location = new Point(0, 64);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(1207, 152);
|
layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
|
layoutControlItem4.Text = "变更:";
|
layoutControlItem4.TextSize = new Size(64, 22);
|
//
|
// dxErrorProvider1
|
//
|
dxErrorProvider1.ContainerControl = this;
|
//
|
// CreateXhsSchemeInfoPage
|
//
|
AutoScaleDimensions = new SizeF(10F, 22F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Margin = new Padding(4, 5, 4, 5);
|
Name = "CreateXhsSchemeInfoPage";
|
Size = new Size(1227, 729);
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)ckAllowCustom.Properties).EndInit();
|
((ISupportInitialize)txtDescription.Properties).EndInit();
|
((ISupportInitialize)txtNO.Properties).EndInit();
|
((ISupportInitialize)txtName.Properties).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
((ISupportInitialize)layoutControlItem7).EndInit();
|
((ISupportInitialize)layoutControlItem5).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem4).EndInit();
|
((ISupportInitialize)dxErrorProvider1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraEditors.TextEdit txtName;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
private DevExpress.XtraEditors.TextEdit txtNO;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraEditors.MemoEdit txtDescription;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
private SetFlagsEditCtrl setFlagsEditCtrl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private CheckEdit ckAllowCustom;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private XhsSchemeChangeTypeCheckedListHorizCtrl xhsSchemeChangeTypeCheckedListHorizCtrl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
}
|
}
|