namespace HStation.WinFrmUI.Xhs
|
{
|
partial class AddProjectDlg
|
{
|
/// <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 Windows Form 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()
|
{
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
TextProjectName = new DevExpress.XtraEditors.TextEdit();
|
TextAdress = new DevExpress.XtraEditors.TextEdit();
|
TextCustomerName = new DevExpress.XtraEditors.TextEdit();
|
TextTagName = new DevExpress.XtraEditors.TextEdit();
|
BtnCancel = new DevExpress.XtraEditors.SimpleButton();
|
BtnOk = new DevExpress.XtraEditors.SimpleButton();
|
TextDescription = new DevExpress.XtraEditors.MemoEdit();
|
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();
|
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)TextProjectName.Properties).BeginInit();
|
((ISupportInitialize)TextAdress.Properties).BeginInit();
|
((ISupportInitialize)TextCustomerName.Properties).BeginInit();
|
((ISupportInitialize)TextTagName.Properties).BeginInit();
|
((ISupportInitialize)TextDescription.Properties).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
((ISupportInitialize)layoutControlItem4).BeginInit();
|
((ISupportInitialize)layoutControlItem6).BeginInit();
|
((ISupportInitialize)layoutControlItem5).BeginInit();
|
((ISupportInitialize)emptySpaceItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem7).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(TextProjectName);
|
layoutControl1.Controls.Add(TextAdress);
|
layoutControl1.Controls.Add(TextCustomerName);
|
layoutControl1.Controls.Add(TextTagName);
|
layoutControl1.Controls.Add(BtnCancel);
|
layoutControl1.Controls.Add(BtnOk);
|
layoutControl1.Controls.Add(TextDescription);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(982, 129, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(641, 417);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// TextProjectName
|
//
|
TextProjectName.Location = new Point(76, 12);
|
TextProjectName.Name = "TextProjectName";
|
TextProjectName.Size = new Size(553, 20);
|
TextProjectName.StyleController = layoutControl1;
|
TextProjectName.TabIndex = 0;
|
//
|
// TextAdress
|
//
|
TextAdress.Location = new Point(76, 36);
|
TextAdress.Name = "TextAdress";
|
TextAdress.Size = new Size(553, 20);
|
TextAdress.StyleController = layoutControl1;
|
TextAdress.TabIndex = 2;
|
//
|
// TextCustomerName
|
//
|
TextCustomerName.Location = new Point(76, 60);
|
TextCustomerName.Name = "TextCustomerName";
|
TextCustomerName.Size = new Size(553, 20);
|
TextCustomerName.StyleController = layoutControl1;
|
TextCustomerName.TabIndex = 3;
|
//
|
// TextTagName
|
//
|
TextTagName.Location = new Point(76, 84);
|
TextTagName.Name = "TextTagName";
|
TextTagName.Size = new Size(553, 20);
|
TextTagName.StyleController = layoutControl1;
|
TextTagName.TabIndex = 4;
|
//
|
// BtnCancel
|
//
|
BtnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
|
BtnCancel.Appearance.Options.UseBackColor = true;
|
BtnCancel.Location = new Point(544, 383);
|
BtnCancel.Name = "BtnCancel";
|
BtnCancel.Size = new Size(85, 22);
|
BtnCancel.StyleController = layoutControl1;
|
BtnCancel.TabIndex = 7;
|
BtnCancel.Text = "取消";
|
//
|
// BtnOk
|
//
|
BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
BtnOk.Appearance.Options.UseBackColor = true;
|
BtnOk.Location = new Point(455, 383);
|
BtnOk.Name = "BtnOk";
|
BtnOk.Size = new Size(85, 22);
|
BtnOk.StyleController = layoutControl1;
|
BtnOk.TabIndex = 6;
|
BtnOk.Text = "确定";
|
BtnOk.Click += BtnOk_Click;
|
//
|
// TextDescription
|
//
|
TextDescription.Location = new Point(76, 108);
|
TextDescription.Name = "TextDescription";
|
TextDescription.Size = new Size(553, 271);
|
TextDescription.StyleController = layoutControl1;
|
TextDescription.TabIndex = 5;
|
//
|
// 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, layoutControlItem5, emptySpaceItem1, layoutControlItem7 });
|
Root.Name = "Root";
|
Root.Size = new Size(641, 417);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = TextProjectName;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(621, 24);
|
layoutControlItem1.Text = "项目名称:";
|
layoutControlItem1.TextSize = new Size(52, 14);
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = TextAdress;
|
layoutControlItem2.Location = new Point(0, 24);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(621, 24);
|
layoutControlItem2.Text = "详细地址:";
|
layoutControlItem2.TextSize = new Size(52, 14);
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = TextCustomerName;
|
layoutControlItem3.Location = new Point(0, 48);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(621, 24);
|
layoutControlItem3.Text = "客户名称:";
|
layoutControlItem3.TextSize = new Size(52, 14);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = TextTagName;
|
layoutControlItem4.Location = new Point(0, 72);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(621, 24);
|
layoutControlItem4.Text = "标签:";
|
layoutControlItem4.TextSize = new Size(52, 14);
|
//
|
// layoutControlItem6
|
//
|
layoutControlItem6.Control = BtnCancel;
|
layoutControlItem6.Location = new Point(532, 371);
|
layoutControlItem6.Name = "layoutControlItem6";
|
layoutControlItem6.Size = new Size(89, 26);
|
layoutControlItem6.TextSize = new Size(0, 0);
|
layoutControlItem6.TextVisible = false;
|
//
|
// layoutControlItem5
|
//
|
layoutControlItem5.Control = TextDescription;
|
layoutControlItem5.Location = new Point(0, 96);
|
layoutControlItem5.Name = "layoutControlItem5";
|
layoutControlItem5.Size = new Size(621, 275);
|
layoutControlItem5.Text = "说明:";
|
layoutControlItem5.TextSize = new Size(52, 14);
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 371);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(443, 26);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem7
|
//
|
layoutControlItem7.Control = BtnOk;
|
layoutControlItem7.Location = new Point(443, 371);
|
layoutControlItem7.Name = "layoutControlItem7";
|
layoutControlItem7.Size = new Size(89, 26);
|
layoutControlItem7.TextSize = new Size(0, 0);
|
layoutControlItem7.TextVisible = false;
|
//
|
// AddProjectDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(641, 417);
|
Controls.Add(layoutControl1);
|
Name = "AddProjectDlg";
|
StartPosition = FormStartPosition.CenterScreen;
|
Text = "添加项目";
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)TextProjectName.Properties).EndInit();
|
((ISupportInitialize)TextAdress.Properties).EndInit();
|
((ISupportInitialize)TextCustomerName.Properties).EndInit();
|
((ISupportInitialize)TextTagName.Properties).EndInit();
|
((ISupportInitialize)TextDescription.Properties).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
((ISupportInitialize)layoutControlItem4).EndInit();
|
((ISupportInitialize)layoutControlItem6).EndInit();
|
((ISupportInitialize)layoutControlItem5).EndInit();
|
((ISupportInitialize)emptySpaceItem1).EndInit();
|
((ISupportInitialize)layoutControlItem7).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraEditors.TextEdit TextProjectName;
|
private DevExpress.XtraEditors.TextEdit TextAdress;
|
private DevExpress.XtraEditors.TextEdit TextCustomerName;
|
private DevExpress.XtraEditors.TextEdit TextTagName;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraEditors.SimpleButton BtnCancel;
|
private DevExpress.XtraEditors.SimpleButton BtnOk;
|
private DevExpress.XtraEditors.MemoEdit TextDescription;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
}
|
}
|