69 lines
2.7 KiB
C#
69 lines
2.7 KiB
C#
|
namespace ITC81DB.Controls
|
|||
|
{
|
|||
|
partial class ControlCenterEquipTest
|
|||
|
{
|
|||
|
/// <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 Component 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()
|
|||
|
{
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterEquipTest));
|
|||
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// smartGroupBox1
|
|||
|
//
|
|||
|
this.smartGroupBox1.BackPictureBox = null;
|
|||
|
this.smartGroupBox1.BackPictureBox1 = null;
|
|||
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
|||
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
|||
|
this.smartGroupBox1.FrameLineThickness = 1;
|
|||
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
|
|||
|
this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image")));
|
|||
|
this.smartGroupBox1.InitVisible = true;
|
|||
|
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|||
|
this.smartGroupBox1.RoundRadius = 5;
|
|||
|
this.smartGroupBox1.Size = new System.Drawing.Size(710, 469);
|
|||
|
this.smartGroupBox1.TabIndex = 0;
|
|||
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
|||
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|||
|
//
|
|||
|
// ControlCenterEquipTest
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.Controls.Add(this.smartGroupBox1);
|
|||
|
this.Name = "ControlCenterEquipTest";
|
|||
|
this.Size = new System.Drawing.Size(710, 470);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|||
|
}
|
|||
|
}
|