123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- namespace IntelligentControlForsx.MyControls.windturbine
- {
- partial class LabelWindturbineName
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- 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;
- }
- }
|