namespace HStation.WinFrmUI
{
partial class AddAssetsManufacturerDlg
{
///
/// 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();
dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
btnOk = new DevExpress.XtraEditors.SimpleButton();
btnCancel = new DevExpress.XtraEditors.SimpleButton();
NameTextEdit = new DevExpress.XtraEditors.TextEdit();
DescriptionTextEdit = new DevExpress.XtraEditors.MemoEdit();
TagNameTextEdit = new DevExpress.XtraEditors.TextEdit();
ContacterTextEdit = new DevExpress.XtraEditors.TextEdit();
TelephoneTextEdit = new DevExpress.XtraEditors.TextEdit();
AddressTextEdit = new DevExpress.XtraEditors.TextEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
ItemForName = new DevExpress.XtraLayout.LayoutControlItem();
ItemForDescription = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
ItemForTagName = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
dataLayoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)DescriptionTextEdit.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)TagNameTextEdit.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)ContacterTextEdit.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)TelephoneTextEdit.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)AddressTextEdit.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
((System.ComponentModel.ISupportInitialize)ItemForName).BeginInit();
((System.ComponentModel.ISupportInitialize)ItemForDescription).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
((System.ComponentModel.ISupportInitialize)ItemForTagName).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
SuspendLayout();
//
// dataLayoutControl1
//
dataLayoutControl1.Controls.Add(btnOk);
dataLayoutControl1.Controls.Add(btnCancel);
dataLayoutControl1.Controls.Add(NameTextEdit);
dataLayoutControl1.Controls.Add(DescriptionTextEdit);
dataLayoutControl1.Controls.Add(TagNameTextEdit);
dataLayoutControl1.Controls.Add(ContacterTextEdit);
dataLayoutControl1.Controls.Add(TelephoneTextEdit);
dataLayoutControl1.Controls.Add(AddressTextEdit);
dataLayoutControl1.Dock = DockStyle.Fill;
dataLayoutControl1.Location = new Point(0, 0);
dataLayoutControl1.Name = "dataLayoutControl1";
dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(900, 230, 650, 400);
dataLayoutControl1.Root = Root;
dataLayoutControl1.Size = new Size(349, 256);
dataLayoutControl1.TabIndex = 0;
dataLayoutControl1.Text = "dataLayoutControl1";
//
// btnOk
//
btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
btnOk.Appearance.Options.UseBackColor = true;
btnOk.Location = new Point(199, 222);
btnOk.Name = "btnOk";
btnOk.Size = new Size(67, 22);
btnOk.StyleController = dataLayoutControl1;
btnOk.TabIndex = 7;
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(270, 222);
btnCancel.Name = "btnCancel";
btnCancel.Size = new Size(67, 22);
btnCancel.StyleController = dataLayoutControl1;
btnCancel.TabIndex = 8;
btnCancel.Text = "取消";
//
// NameTextEdit
//
NameTextEdit.Location = new Point(76, 12);
NameTextEdit.Name = "NameTextEdit";
NameTextEdit.Size = new Size(261, 20);
NameTextEdit.StyleController = dataLayoutControl1;
NameTextEdit.TabIndex = 0;
//
// textEditDescription
//
DescriptionTextEdit.Location = new Point(76, 132);
DescriptionTextEdit.Name = "DescriptionTextEdit";
DescriptionTextEdit.Size = new Size(261, 86);
DescriptionTextEdit.StyleController = dataLayoutControl1;
DescriptionTextEdit.TabIndex = 6;
//
// TagNameTextEdit
//
TagNameTextEdit.Location = new Point(76, 108);
TagNameTextEdit.Name = "TagNameTextEdit";
TagNameTextEdit.Size = new Size(261, 20);
TagNameTextEdit.StyleController = dataLayoutControl1;
TagNameTextEdit.TabIndex = 4;
//
// ContacterTextEdit
//
ContacterTextEdit.Location = new Point(76, 36);
ContacterTextEdit.Margin = new Padding(2);
ContacterTextEdit.Name = "ContacterTextEdit";
ContacterTextEdit.Size = new Size(261, 20);
ContacterTextEdit.StyleController = dataLayoutControl1;
ContacterTextEdit.TabIndex = 10;
//
// TelephoneTextEdit
//
TelephoneTextEdit.Location = new Point(76, 60);
TelephoneTextEdit.Margin = new Padding(2);
TelephoneTextEdit.Name = "TelephoneTextEdit";
TelephoneTextEdit.Size = new Size(261, 20);
TelephoneTextEdit.StyleController = dataLayoutControl1;
TelephoneTextEdit.TabIndex = 11;
//
// AddressTextEdit
//
AddressTextEdit.Location = new Point(76, 84);
AddressTextEdit.Margin = new Padding(2);
AddressTextEdit.Name = "AddressTextEdit";
AddressTextEdit.Size = new Size(261, 20);
AddressTextEdit.StyleController = dataLayoutControl1;
AddressTextEdit.TabIndex = 12;
//
// 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[] { layoutControlGroup1 });
Root.Name = "Root";
Root.Size = new Size(349, 256);
Root.TextVisible = false;
//
// layoutControlGroup1
//
layoutControlGroup1.AllowDrawBackground = false;
layoutControlGroup1.GroupBordersVisible = false;
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForName, ItemForDescription, layoutControlItem1, layoutControlItem2, emptySpaceItem1, layoutControlItem4, ItemForTagName, layoutControlItem5, layoutControlItem6 });
layoutControlGroup1.Location = new Point(0, 0);
layoutControlGroup1.Name = "autoGeneratedGroup0";
layoutControlGroup1.Size = new Size(329, 236);
//
// ItemForName
//
ItemForName.AllowHtmlStringInCaption = true;
ItemForName.Control = NameTextEdit;
ItemForName.Location = new Point(0, 0);
ItemForName.Name = "ItemForName";
ItemForName.Size = new Size(329, 24);
ItemForName.Text = "*名称:";
ItemForName.TextSize = new Size(52, 14);
//
// ItemForDescription
//
ItemForDescription.Control = DescriptionTextEdit;
ItemForDescription.Location = new Point(0, 120);
ItemForDescription.Name = "ItemForDescription";
ItemForDescription.Size = new Size(329, 90);
ItemForDescription.Text = "说明:";
ItemForDescription.TextSize = new Size(52, 14);
//
// layoutControlItem1
//
layoutControlItem1.Control = btnCancel;
layoutControlItem1.Location = new Point(258, 210);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(71, 26);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = btnOk;
layoutControlItem2.Location = new Point(187, 210);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(71, 26);
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(0, 210);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(187, 26);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// layoutControlItem4
//
layoutControlItem4.Control = ContacterTextEdit;
layoutControlItem4.Location = new Point(0, 24);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(329, 24);
layoutControlItem4.Text = "联系人:";
layoutControlItem4.TextSize = new Size(52, 14);
//
// ItemForTagName
//
ItemForTagName.AppearanceItemCaption.Options.UseTextOptions = true;
ItemForTagName.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
ItemForTagName.Control = TagNameTextEdit;
ItemForTagName.Location = new Point(0, 96);
ItemForTagName.Name = "ItemForTagName";
ItemForTagName.Size = new Size(329, 24);
ItemForTagName.Text = "标签名称:";
ItemForTagName.TextSize = new Size(52, 14);
//
// layoutControlItem5
//
layoutControlItem5.Control = TelephoneTextEdit;
layoutControlItem5.Location = new Point(0, 48);
layoutControlItem5.Name = "layoutControlItem5";
layoutControlItem5.Size = new Size(329, 24);
layoutControlItem5.Text = "电话:";
layoutControlItem5.TextSize = new Size(52, 14);
//
// layoutControlItem6
//
layoutControlItem6.Control = AddressTextEdit;
layoutControlItem6.Location = new Point(0, 72);
layoutControlItem6.Name = "layoutControlItem6";
layoutControlItem6.Size = new Size(329, 24);
layoutControlItem6.Text = "地址:";
layoutControlItem6.TextSize = new Size(52, 14);
//
// dxErrorProvider1
//
dxErrorProvider1.ContainerControl = this;
//
// AddAssetsManufacturerDlg
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(349, 256);
Controls.Add(dataLayoutControl1);
Name = "AddAssetsManufacturerDlg";
StartPosition = FormStartPosition.CenterParent;
Text = "添加";
((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
dataLayoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)DescriptionTextEdit.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)TagNameTextEdit.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)ContacterTextEdit.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)TelephoneTextEdit.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)AddressTextEdit.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
((System.ComponentModel.ISupportInitialize)ItemForName).EndInit();
((System.ComponentModel.ISupportInitialize)ItemForDescription).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
((System.ComponentModel.ISupportInitialize)ItemForTagName).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.TextEdit NameTextEdit;
private DevExpress.XtraEditors.MemoEdit DescriptionTextEdit;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlItem ItemForName;
private DevExpress.XtraLayout.LayoutControlItem ItemForDescription;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
private DevExpress.XtraEditors.TextEdit TagNameTextEdit;
private DevExpress.XtraLayout.LayoutControlItem ItemForTagName;
private DevExpress.XtraEditors.TextEdit ContacterTextEdit;
private DevExpress.XtraEditors.TextEdit TelephoneTextEdit;
private DevExpress.XtraEditors.TextEdit AddressTextEdit;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
}
}