namespace TProduct.WinFrmUI.TestBench
{
partial class SetWorkBenchInstrument701Ctrl
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
this.plC701ParasControl1 = new TProduct.WinFrmUI.TestBench.PLC701ParasControl();
((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
this.SuspendLayout();
//
// tabbedControlGroup1
//
this.tabbedControlGroup1.Location = new System.Drawing.Point(0, 0);
this.tabbedControlGroup1.Name = "tabbedControlGroup1";
this.tabbedControlGroup1.SelectedTabPage = null;
this.tabbedControlGroup1.Size = new System.Drawing.Size(283, 161);
//
// dxErrorProvider1
//
this.dxErrorProvider1.ContainerControl = this;
//
// plC701ParasControl1
//
this.plC701ParasControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.plC701ParasControl1.Location = new System.Drawing.Point(0, 0);
this.plC701ParasControl1.Name = "plC701ParasControl1";
this.plC701ParasControl1.Size = new System.Drawing.Size(720, 321);
this.plC701ParasControl1.TabIndex = 0;
//
// SetWorkBenchInstrument701Ctrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.plC701ParasControl1);
this.Name = "SetWorkBenchInstrument701Ctrl";
this.Size = new System.Drawing.Size(720, 321);
((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup1;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
private PLC701ParasControl plC701ParasControl1;
}
}