namespace IntelligentControlForsx.MyControls.windturbine
{
partial class OutInLine
{
///
/// 必需的设计器变量。
///
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()
{
this.panel1 = new System.Windows.Forms.Panel();
this.lblPLCName = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.lblPointName = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.lblValue = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.lblWarningNum = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.panel4.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
this.panel1.Controls.Add(this.lblPLCName);
this.panel1.Location = new System.Drawing.Point(98, 1);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0);
this.panel1.Size = new System.Drawing.Size(408, 28);
this.panel1.TabIndex = 0;
//
// lblPLCName
//
this.lblPLCName.AutoSize = true;
this.lblPLCName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblPLCName.ForeColor = System.Drawing.Color.White;
this.lblPLCName.Location = new System.Drawing.Point(7, 4);
this.lblPLCName.Name = "lblPLCName";
this.lblPLCName.Size = new System.Drawing.Size(76, 20);
this.lblPLCName.TabIndex = 0;
this.lblPLCName.Text = "PLC变量名";
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
this.panel2.Controls.Add(this.lblPointName);
this.panel2.Location = new System.Drawing.Point(507, 1);
this.panel2.Name = "panel2";
this.panel2.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0);
this.panel2.Size = new System.Drawing.Size(405, 28);
this.panel2.TabIndex = 0;
//
// lblPointName
//
this.lblPointName.AutoSize = true;
this.lblPointName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblPointName.ForeColor = System.Drawing.Color.White;
this.lblPointName.Location = new System.Drawing.Point(16, 4);
this.lblPointName.Name = "lblPointName";
this.lblPointName.Size = new System.Drawing.Size(65, 20);
this.lblPointName.TabIndex = 0;
this.lblPointName.Text = "报警信息";
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
this.panel3.Controls.Add(this.lblValue);
this.panel3.Location = new System.Drawing.Point(913, 1);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(186, 28);
this.panel3.TabIndex = 0;
//
// lblValue
//
this.lblValue.AutoSize = true;
this.lblValue.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblValue.ForeColor = System.Drawing.Color.White;
this.lblValue.Location = new System.Drawing.Point(92, 3);
this.lblValue.Name = "lblValue";
this.lblValue.Size = new System.Drawing.Size(15, 20);
this.lblValue.TabIndex = 0;
this.lblValue.Text = "-";
this.lblValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
this.panel4.Controls.Add(this.lblWarningNum);
this.panel4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel4.Location = new System.Drawing.Point(1, 1);
this.panel4.Name = "panel4";
this.panel4.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0);
this.panel4.Size = new System.Drawing.Size(96, 28);
this.panel4.TabIndex = 1;
//
// lblWarningNum
//
this.lblWarningNum.AutoSize = true;
this.lblWarningNum.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblWarningNum.ForeColor = System.Drawing.Color.White;
this.lblWarningNum.Location = new System.Drawing.Point(7, 4);
this.lblWarningNum.Name = "lblWarningNum";
this.lblWarningNum.Size = new System.Drawing.Size(65, 20);
this.lblWarningNum.TabIndex = 0;
this.lblWarningNum.Text = "报警编号";
//
// OutInLine
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "OutInLine";
this.Size = new System.Drawing.Size(1101, 30);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lblPLCName;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label lblPointName;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label lblValue;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Label lblWarningNum;
}
}