namespace ISupply.WinFrm.Main
{
partial class AddSyStemTypeDlg
{
///
/// 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 Windows Form 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();
btnOk = new DevExpress.XtraEditors.SimpleButton();
btnCancel = new DevExpress.XtraEditors.SimpleButton();
TxtName = new DevExpress.XtraEditors.TextEdit();
TagName = new DevExpress.XtraEditors.TextEdit();
TxtDescription = new DevExpress.XtraEditors.MemoEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
Txt = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
memo = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)TxtName.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)TagName.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)TxtDescription.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)Txt).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)memo).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(btnOk);
layoutControl1.Controls.Add(btnCancel);
layoutControl1.Controls.Add(TxtName);
layoutControl1.Controls.Add(TagName);
layoutControl1.Controls.Add(TxtDescription);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(635, 246, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(451, 168);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// btnOk
//
btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
btnOk.Appearance.Options.UseBackColor = true;
btnOk.Location = new Point(269, 134);
btnOk.MaximumSize = new Size(83, 22);
btnOk.MinimumSize = new Size(83, 22);
btnOk.Name = "btnOk";
btnOk.Size = new Size(83, 22);
btnOk.StyleController = layoutControl1;
btnOk.TabIndex = 9;
btnOk.Text = "确定";
btnOk.Click += btnOk_Click;
//
// btnCancel
//
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
btnCancel.Appearance.Options.UseBackColor = true;
btnCancel.DialogResult = DialogResult.Cancel;
btnCancel.Location = new Point(356, 134);
btnCancel.MaximumSize = new Size(83, 22);
btnCancel.MinimumSize = new Size(83, 22);
btnCancel.Name = "btnCancel";
btnCancel.Size = new Size(83, 22);
btnCancel.StyleController = layoutControl1;
btnCancel.TabIndex = 10;
btnCancel.Text = "取消";
//
// TxtName
//
TxtName.Location = new Point(59, 12);
TxtName.Name = "TxtName";
TxtName.Size = new Size(380, 20);
TxtName.StyleController = layoutControl1;
TxtName.TabIndex = 4;
//
// TagName
//
TagName.Location = new Point(59, 36);
TagName.Name = "TagName";
TagName.Size = new Size(380, 20);
TagName.StyleController = layoutControl1;
TagName.TabIndex = 5;
//
// TxtDescription
//
TxtDescription.Location = new Point(59, 60);
TxtDescription.Name = "TxtDescription";
TxtDescription.Size = new Size(380, 70);
TxtDescription.StyleController = layoutControl1;
TxtDescription.TabIndex = 7;
//
// 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[] { Txt, layoutControlItem2, memo, layoutControlItem5, emptySpaceItem1, layoutControlItem1 });
Root.Name = "Root";
Root.Size = new Size(451, 168);
Root.TextVisible = false;
//
// Txt
//
Txt.AllowHtmlStringInCaption = true;
Txt.Control = TxtName;
Txt.Location = new Point(0, 0);
Txt.Name = "Txt";
Txt.Size = new Size(431, 24);
Txt.Text = "*名称:";
Txt.TextSize = new Size(35, 14);
//
// layoutControlItem2
//
layoutControlItem2.Control = TagName;
layoutControlItem2.Location = new Point(0, 24);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(431, 24);
layoutControlItem2.Text = "标签:";
layoutControlItem2.TextSize = new Size(35, 14);
//
// memo
//
memo.Control = TxtDescription;
memo.Location = new Point(0, 48);
memo.Name = "memo";
memo.Size = new Size(431, 74);
memo.Text = "说明:";
memo.TextSize = new Size(35, 14);
//
// layoutControlItem5
//
layoutControlItem5.Control = btnCancel;
layoutControlItem5.Location = new Point(344, 122);
layoutControlItem5.Name = "layoutControlItem5";
layoutControlItem5.Size = new Size(87, 26);
layoutControlItem5.TextSize = new Size(0, 0);
layoutControlItem5.TextVisible = false;
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(0, 122);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(257, 26);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// layoutControlItem1
//
layoutControlItem1.Control = btnOk;
layoutControlItem1.Location = new Point(257, 122);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(87, 26);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// dxErrorProvider1
//
dxErrorProvider1.ContainerControl = this;
//
// AddSyStemTypeDlg
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(451, 168);
Controls.Add(layoutControl1);
Name = "AddSyStemTypeDlg";
StartPosition = FormStartPosition.CenterScreen;
Text = "添加";
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)TxtName.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)TagName.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)TxtDescription.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)Txt).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
((System.ComponentModel.ISupportInitialize)memo).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.TextEdit TxtName;
private DevExpress.XtraEditors.TextEdit TagName;
private DevExpress.XtraEditors.MemoEdit TxtDescription;
private DevExpress.XtraLayout.LayoutControlItem Txt;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem memo;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
}
}