1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- namespace IntelligentControlForsx
- {
- partial class LightPlate
- {
- /// <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.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;
- }
- }
|