namespace HStation.WinFrmUI.Basic
|
{
|
partial class EditSysTypeDlg
|
{
|
/// <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()
|
{
|
components = new System.ComponentModel.Container();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
BtnOk = new DevExpress.XtraEditors.SimpleButton();
|
btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
TextEditCode = new DevExpress.XtraEditors.TextEdit();
|
TextEditName = new DevExpress.XtraEditors.TextEdit();
|
TextEditDescription = new DevExpress.XtraEditors.MemoEdit();
|
TextEditExType = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)TextEditCode.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)TextEditName.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)TextEditDescription.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)TextEditExType.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(BtnOk);
|
layoutControl1.Controls.Add(btnCancel);
|
layoutControl1.Controls.Add(TextEditCode);
|
layoutControl1.Controls.Add(TextEditName);
|
layoutControl1.Controls.Add(TextEditDescription);
|
layoutControl1.Controls.Add(TextEditExType);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(511, 275);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// BtnOk
|
//
|
BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
BtnOk.Appearance.Options.UseBackColor = true;
|
BtnOk.Location = new Point(356, 245);
|
BtnOk.Name = "BtnOk";
|
BtnOk.Size = new Size(70, 22);
|
BtnOk.StyleController = layoutControl1;
|
BtnOk.TabIndex = 5;
|
BtnOk.Text = "完成";
|
BtnOk.Click += BtnOk_ClickAsync;
|
//
|
// btnCancel
|
//
|
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
|
btnCancel.Appearance.Options.UseBackColor = true;
|
btnCancel.DialogResult = DialogResult.Cancel;
|
btnCancel.Location = new Point(430, 245);
|
btnCancel.Name = "btnCancel";
|
btnCancel.Size = new Size(73, 22);
|
btnCancel.StyleController = layoutControl1;
|
btnCancel.TabIndex = 6;
|
btnCancel.Text = "取消";
|
//
|
// TextEditCode
|
//
|
TextEditCode.Location = new Point(79, 32);
|
TextEditCode.Name = "TextEditCode";
|
TextEditCode.Size = new Size(424, 20);
|
TextEditCode.StyleController = layoutControl1;
|
TextEditCode.TabIndex = 3;
|
//
|
// TextEditName
|
//
|
TextEditName.Location = new Point(79, 8);
|
TextEditName.Name = "TextEditName";
|
TextEditName.Size = new Size(424, 20);
|
TextEditName.StyleController = layoutControl1;
|
TextEditName.TabIndex = 0;
|
//
|
// TextEditDescription
|
//
|
TextEditDescription.Location = new Point(79, 80);
|
TextEditDescription.Name = "TextEditDescription";
|
TextEditDescription.Size = new Size(424, 161);
|
TextEditDescription.StyleController = layoutControl1;
|
TextEditDescription.TabIndex = 4;
|
//
|
// TextEditExType
|
//
|
TextEditExType.Location = new Point(79, 56);
|
TextEditExType.Name = "TextEditExType";
|
TextEditExType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
TextEditExType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("无", "0", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("配置", "1", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("分类", "2", -1) });
|
TextEditExType.Size = new Size(424, 20);
|
TextEditExType.StyleController = layoutControl1;
|
TextEditExType.TabIndex = 3;
|
//
|
// 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[] { layoutControlItem3, layoutControlItem5, layoutControlItem1, layoutControlItem6, emptySpaceItem1, layoutControlItem4, layoutControlItem2 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
|
Root.Size = new Size(511, 275);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.AllowHtmlStringInCaption = true;
|
layoutControlItem3.Control = TextEditCode;
|
layoutControlItem3.Location = new Point(0, 24);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(499, 24);
|
layoutControlItem3.Text = "<color=red>*</color>编码:";
|
layoutControlItem3.TextSize = new Size(59, 14);
|
//
|
// layoutControlItem5
|
//
|
layoutControlItem5.Control = TextEditDescription;
|
layoutControlItem5.Location = new Point(0, 72);
|
layoutControlItem5.Name = "layoutControlItem5";
|
layoutControlItem5.Size = new Size(499, 165);
|
layoutControlItem5.Text = "说明:";
|
layoutControlItem5.TextSize = new Size(59, 14);
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.AllowHtmlStringInCaption = true;
|
layoutControlItem1.Control = TextEditName;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(499, 24);
|
layoutControlItem1.Text = "<color=red>*</color>名称:";
|
layoutControlItem1.TextSize = new Size(59, 14);
|
//
|
// layoutControlItem6
|
//
|
layoutControlItem6.Control = btnCancel;
|
layoutControlItem6.Location = new Point(422, 237);
|
layoutControlItem6.Name = "layoutControlItem6";
|
layoutControlItem6.Size = new Size(77, 26);
|
layoutControlItem6.TextSize = new Size(0, 0);
|
layoutControlItem6.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 237);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(348, 26);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = BtnOk;
|
layoutControlItem4.Location = new Point(348, 237);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(74, 26);
|
layoutControlItem4.TextSize = new Size(0, 0);
|
layoutControlItem4.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.AllowHtmlStringInCaption = true;
|
layoutControlItem2.Control = TextEditExType;
|
layoutControlItem2.Location = new Point(0, 48);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(499, 24);
|
layoutControlItem2.Text = "<color=red>*</color>拓展类型:";
|
layoutControlItem2.TextSize = new Size(59, 14);
|
//
|
// dxErrorProvider1
|
//
|
dxErrorProvider1.ContainerControl = this;
|
//
|
// EditTypeDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(511, 275);
|
Controls.Add(layoutControl1);
|
Name = "EditTypeDlg";
|
StartPosition = FormStartPosition.CenterScreen;
|
Text = "添加类型";
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)TextEditCode.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)TextEditName.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)TextEditDescription.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)TextEditExType.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraEditors.TextEdit TextEditName;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraEditors.TextEdit TextEditCode;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private DevExpress.XtraEditors.MemoEdit TextEditDescription;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
private DevExpress.XtraEditors.SimpleButton BtnOk;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraEditors.ImageComboBoxEdit TextEditExType;
|
}
|
}
|