namespace ISupply.WinFrm.Main
|
{
|
partial class SetTagNameDlg
|
{
|
/// <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();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetTagNameDlg));
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
txtTagName = new DevExpress.XtraEditors.TextEdit();
|
btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
btnOk = new DevExpress.XtraEditors.SimpleButton();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)txtTagName.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
|
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(txtTagName);
|
layoutControl1.Controls.Add(btnCancel);
|
layoutControl1.Controls.Add(btnOk);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Margin = new Padding(3, 2, 3, 2);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(399, 0, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(279, 70);
|
layoutControl1.TabIndex = 1;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// txtTagName
|
//
|
txtTagName.Location = new Point(45, 12);
|
txtTagName.Margin = new Padding(3, 2, 3, 2);
|
txtTagName.Name = "txtTagName";
|
txtTagName.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
|
txtTagName.Size = new Size(222, 20);
|
txtTagName.StyleController = layoutControl1;
|
txtTagName.TabIndex = 7;
|
//
|
// btnCancel
|
//
|
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
|
btnCancel.Appearance.Options.UseBackColor = true;
|
btnCancel.DialogResult = DialogResult.Cancel;
|
btnCancel.Location = new Point(201, 36);
|
btnCancel.Margin = new Padding(2);
|
btnCancel.Name = "btnCancel";
|
btnCancel.Size = new Size(66, 22);
|
btnCancel.StyleController = layoutControl1;
|
btnCancel.TabIndex = 5;
|
btnCancel.Text = "取消";
|
//
|
// btnOk
|
//
|
btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
btnOk.Appearance.Options.UseBackColor = true;
|
btnOk.Location = new Point(135, 36);
|
btnOk.Margin = new Padding(2);
|
btnOk.Name = "btnOk";
|
btnOk.Size = new Size(62, 22);
|
btnOk.StyleController = layoutControl1;
|
btnOk.TabIndex = 4;
|
btnOk.Text = "确定";
|
btnOk.Click += btnOk_Click;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, emptySpaceItem1, layoutControlItem4 });
|
Root.Name = "Root";
|
Root.Size = new Size(279, 70);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = btnOk;
|
layoutControlItem1.Location = new Point(123, 24);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(66, 26);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = btnCancel;
|
layoutControlItem2.Location = new Point(189, 24);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(70, 26);
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 24);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(123, 26);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = txtTagName;
|
layoutControlItem4.Location = new Point(0, 0);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(259, 24);
|
layoutControlItem4.Text = "标签:";
|
layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
layoutControlItem4.TextSize = new Size(28, 14);
|
layoutControlItem4.TextToControlDistance = 5;
|
//
|
// dxErrorProvider1
|
//
|
dxErrorProvider1.ContainerControl = this;
|
//
|
// SetTagNameDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(279, 70);
|
Controls.Add(layoutControl1);
|
FormBorderStyle = FormBorderStyle.FixedToolWindow;
|
IconOptions.Icon = (Icon)resources.GetObject("SetTagNameDlg.IconOptions.Icon");
|
Margin = new Padding(3, 2, 3, 2);
|
Name = "SetTagNameDlg";
|
StartPosition = FormStartPosition.CenterParent;
|
Text = "设置标签";
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)txtTagName.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
|
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraEditors.TextEdit txtTagName;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
}
|
}
|