namespace TProduct.WinFrmUI.TestBench
|
{
|
partial class ViewAllInstruments4ShunCtrl
|
{
|
/// <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.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// xtraTabControl1
|
//
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
this.xtraTabControl1.Size = new System.Drawing.Size(798, 509);
|
this.xtraTabControl1.TabIndex = 0;
|
//
|
// ViewAllInstruments4ShunCtrl
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.xtraTabControl1);
|
this.Name = "ViewAllInstruments4ShunCtrl";
|
this.Size = new System.Drawing.Size(798, 509);
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
|
#endregion
|
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
}
|
}
|