namespace Mesnac.Controls.Sulf
{
partial class Curing
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Curing));
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.statelight1 = new Mesnac.Controls.Sulf.Statelight();
this.panel2 = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel4.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(0, 106);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(118, 19);
this.panel1.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Black;
this.label1.Location = new System.Drawing.Point(3, 2);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(57, 12);
this.label1.TabIndex = 2;
this.label1.Text = "设备名称";
//
// statelight1
//
this.statelight1.bHaveAction = false;
this.statelight1.Location = new System.Drawing.Point(3, 45);
this.statelight1.Name = "statelight1";
this.statelight1.Size = new System.Drawing.Size(15, 15);
this.statelight1.Status = Mesnac.Controls.Sulf.Statelight.Statuses.close;
this.statelight1.StatusName = null;
this.statelight1.TabIndex = 3;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Gray;
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.panel3);
this.panel2.Location = new System.Drawing.Point(0, 125);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(118, 19);
this.panel2.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Red;
this.label2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(48, 1);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(49, 14);
this.label2.TabIndex = 3;
this.label2.Text = " ";
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Lime;
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(41, 17);
this.panel3.TabIndex = 0;
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.White;
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel4.Controls.Add(this.label3);
this.panel4.Location = new System.Drawing.Point(0, 144);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(118, 19);
this.panel4.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Cursor = System.Windows.Forms.Cursors.Hand;
this.label3.Location = new System.Drawing.Point(66, 3);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 0;
this.label3.Text = "物料";
//
// Curing
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.Controls.Add(this.panel4);
this.Controls.Add(this.statelight1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Cursor = System.Windows.Forms.Cursors.Hand;
this.Name = "Curing";
this.Size = new System.Drawing.Size(118, 163);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel panel3;
private Statelight statelight1;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Label label3;
}
}