namespace TProduct.WinFrmUI.TestBench
|
{
|
partial class SetWorkBenchInstrument701Dlg
|
{
|
/// <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()
|
{
|
this.simpleBtnOK = new DevExpress.XtraEditors.SimpleButton();
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
this.workBenchInstrumentCtrl1 = new TProduct.WinFrmUI.TestBench.SetWorkBenchInstrument701Ctrl();
|
this.simpleBtnCancel = new DevExpress.XtraEditors.SimpleButton();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
this.layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
this.SuspendLayout();
|
//
|
// simpleBtnOK
|
//
|
this.simpleBtnOK.Appearance.BackColor = System.Drawing.Color.SteelBlue;
|
this.simpleBtnOK.Appearance.Options.UseBackColor = true;
|
this.simpleBtnOK.Location = new System.Drawing.Point(538, 343);
|
this.simpleBtnOK.Name = "simpleBtnOK";
|
this.simpleBtnOK.Size = new System.Drawing.Size(96, 22);
|
this.simpleBtnOK.StyleController = this.layoutControl1;
|
this.simpleBtnOK.TabIndex = 11;
|
this.simpleBtnOK.Text = "确定";
|
this.simpleBtnOK.Click += new System.EventHandler(this.simpleBtnOK_Click);
|
//
|
// layoutControl1
|
//
|
this.layoutControl1.Controls.Add(this.workBenchInstrumentCtrl1);
|
this.layoutControl1.Controls.Add(this.simpleBtnOK);
|
this.layoutControl1.Controls.Add(this.simpleBtnCancel);
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControl1.Name = "layoutControl1";
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(634, 264, 650, 400);
|
this.layoutControl1.Root = this.Root;
|
this.layoutControl1.Size = new System.Drawing.Size(746, 377);
|
this.layoutControl1.TabIndex = 13;
|
this.layoutControl1.Text = "layoutControl1";
|
//
|
// workBenchInstrumentCtrl1
|
//
|
this.workBenchInstrumentCtrl1.Location = new System.Drawing.Point(12, 12);
|
this.workBenchInstrumentCtrl1.Name = "workBenchInstrumentCtrl1";
|
this.workBenchInstrumentCtrl1.Size = new System.Drawing.Size(722, 327);
|
this.workBenchInstrumentCtrl1.TabIndex = 0;
|
//
|
// simpleBtnCancel
|
//
|
this.simpleBtnCancel.Appearance.BackColor = System.Drawing.Color.DarkOrange;
|
this.simpleBtnCancel.Appearance.Options.UseBackColor = true;
|
this.simpleBtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
this.simpleBtnCancel.Location = new System.Drawing.Point(638, 343);
|
this.simpleBtnCancel.Name = "simpleBtnCancel";
|
this.simpleBtnCancel.Size = new System.Drawing.Size(96, 22);
|
this.simpleBtnCancel.StyleController = this.layoutControl1;
|
this.simpleBtnCancel.TabIndex = 12;
|
this.simpleBtnCancel.Text = "取消";
|
this.simpleBtnCancel.Click += new System.EventHandler(this.simpleBtnCancel_Click);
|
//
|
// Root
|
//
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlItem1,
|
this.emptySpaceItem2,
|
this.layoutControlItem2,
|
this.layoutControlItem4});
|
this.Root.Name = "Root";
|
this.Root.Size = new System.Drawing.Size(746, 377);
|
this.Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
this.layoutControlItem1.Control = this.simpleBtnOK;
|
this.layoutControlItem1.Location = new System.Drawing.Point(526, 331);
|
this.layoutControlItem1.MaxSize = new System.Drawing.Size(100, 26);
|
this.layoutControlItem1.MinSize = new System.Drawing.Size(100, 26);
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
this.layoutControlItem1.Size = new System.Drawing.Size(100, 26);
|
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem1.TextVisible = false;
|
//
|
// emptySpaceItem2
|
//
|
this.emptySpaceItem2.AllowHotTrack = false;
|
this.emptySpaceItem2.Location = new System.Drawing.Point(0, 331);
|
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
this.emptySpaceItem2.Size = new System.Drawing.Size(526, 26);
|
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// layoutControlItem2
|
//
|
this.layoutControlItem2.Control = this.simpleBtnCancel;
|
this.layoutControlItem2.Location = new System.Drawing.Point(626, 331);
|
this.layoutControlItem2.MaxSize = new System.Drawing.Size(100, 26);
|
this.layoutControlItem2.MinSize = new System.Drawing.Size(100, 26);
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
this.layoutControlItem2.Size = new System.Drawing.Size(100, 26);
|
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem2.TextVisible = false;
|
//
|
// layoutControlItem4
|
//
|
this.layoutControlItem4.Control = this.workBenchInstrumentCtrl1;
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
this.layoutControlItem4.Size = new System.Drawing.Size(726, 331);
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem4.TextVisible = false;
|
//
|
// SetWorkBenchInstrument701Dlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(746, 377);
|
this.Controls.Add(this.layoutControl1);
|
this.MaximizeBox = false;
|
this.Name = "SetWorkBenchInstrument701Dlg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "设置仪器";
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
this.layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private DevExpress.XtraEditors.SimpleButton simpleBtnOK;
|
private DevExpress.XtraEditors.SimpleButton simpleBtnCancel;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private SetWorkBenchInstrument701Ctrl workBenchInstrumentCtrl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
}
|
}
|