namespace TProduct.WinFrmUI.TestBench
{
partial class ViewWorkBenchInstrument701Dlg
{
///
/// 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()
{
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.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.emptySpaceItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.workBenchInstrumentCtrl1);
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(758, 423);
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(734, 373);
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(650, 389);
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.emptySpaceItem2,
this.layoutControlItem2,
this.layoutControlItem4});
this.Root.Name = "Root";
this.Root.Size = new System.Drawing.Size(758, 423);
this.Root.TextVisible = false;
//
// emptySpaceItem2
//
this.emptySpaceItem2.AllowHotTrack = false;
this.emptySpaceItem2.Location = new System.Drawing.Point(0, 377);
this.emptySpaceItem2.Name = "emptySpaceItem2";
this.emptySpaceItem2.Size = new System.Drawing.Size(638, 26);
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.simpleBtnCancel;
this.layoutControlItem2.Location = new System.Drawing.Point(638, 377);
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(738, 377);
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem4.TextVisible = false;
//
// ViewWorkBenchInstrument701Dlg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(758, 423);
this.Controls.Add(this.layoutControl1);
this.Name = "ViewWorkBenchInstrument701Dlg";
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.emptySpaceItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton simpleBtnCancel;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private SetWorkBenchInstrument701Ctrl workBenchInstrumentCtrl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
}
}