namespace IntelligentControlForsx { partial class LightPlate { /// /// 必需的设计器变量。 /// 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.lblTitle = new System.Windows.Forms.Label(); this.lblCount = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.BackColor = System.Drawing.Color.Transparent; this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTitle.ForeColor = System.Drawing.Color.White; this.lblTitle.Location = new System.Drawing.Point(1, 2); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(93, 20); this.lblTitle.TabIndex = 0; this.lblTitle.Text = "石板泉风电场"; // // lblCount // this.lblCount.AutoSize = true; this.lblCount.BackColor = System.Drawing.Color.Transparent; this.lblCount.Font = new System.Drawing.Font("新宋体", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCount.ForeColor = System.Drawing.Color.White; this.lblCount.Location = new System.Drawing.Point(71, 35); this.lblCount.Name = "lblCount"; this.lblCount.Size = new System.Drawing.Size(18, 18); this.lblCount.TabIndex = 1; this.lblCount.Text = "0"; this.lblCount.TextAlign = System.Drawing.ContentAlignment.BottomRight; // // LightPlate // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; this.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.光字牌02; this.Controls.Add(this.lblCount); this.Controls.Add(this.lblTitle); this.Name = "LightPlate"; this.Size = new System.Drawing.Size(108, 60); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.Label lblCount; } }