namespace IntelligentControlForsx.MyControls.windturbine { partial class LabelWindturbineName { /// /// 必需的设计器变量。 /// 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.lblStatus = new System.Windows.Forms.Label(); this.lblWindturbineName = new System.Windows.Forms.Label(); this.panel1.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.lblStatus); this.panel1.Controls.Add(this.lblWindturbineName); this.panel1.Location = new System.Drawing.Point(1, 1); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(130, 25); this.panel1.TabIndex = 0; // // lblStatus // this.lblStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(161)))), ((int)(((byte)(58))))); this.lblStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold); this.lblStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(161)))), ((int)(((byte)(58))))); this.lblStatus.Location = new System.Drawing.Point(96, 2); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(20, 20); this.lblStatus.TabIndex = 1; // // lblWindturbineName // this.lblWindturbineName.AutoSize = true; this.lblWindturbineName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblWindturbineName.ForeColor = System.Drawing.Color.White; this.lblWindturbineName.Location = new System.Drawing.Point(15, 4); this.lblWindturbineName.Name = "lblWindturbineName"; this.lblWindturbineName.Size = new System.Drawing.Size(70, 19); this.lblWindturbineName.TabIndex = 0; this.lblWindturbineName.Text = "SG01-01"; this.lblWindturbineName.Click += new System.EventHandler(this.lblWindturbineName_Click); // // LabelWindturbineName // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(73)))), ((int)(((byte)(109))))); this.Controls.Add(this.panel1); this.Name = "LabelWindturbineName"; this.Size = new System.Drawing.Size(132, 27); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lblWindturbineName; private System.Windows.Forms.Label lblStatus; } }