12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- namespace IntelligentControlForsx.MyControls.windturbine
- {
- partial class PointValueDI
- {
- /// <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.lblStatus = new System.Windows.Forms.Label();
- this.lblName = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // lblStatus
- //
- this.lblStatus.BackColor = System.Drawing.Color.Lime;
- this.lblStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
- this.lblStatus.Location = new System.Drawing.Point(218, 10);
- this.lblStatus.Name = "lblStatus";
- this.lblStatus.Size = new System.Drawing.Size(20, 20);
- this.lblStatus.TabIndex = 129;
- this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // lblName
- //
- this.lblName.Font = new System.Drawing.Font("微软雅黑", 10.5F);
- this.lblName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(184)))), ((int)(((byte)(250)))));
- this.lblName.Location = new System.Drawing.Point(3, 5);
- this.lblName.Name = "lblName";
- this.lblName.Size = new System.Drawing.Size(154, 28);
- this.lblName.TabIndex = 128;
- this.lblName.Text = "U2项绕组电压";
- this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // PointValueDI
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(25)))), ((int)(((byte)(47)))));
- this.Controls.Add(this.lblStatus);
- this.Controls.Add(this.lblName);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "PointValueDI";
- this.Size = new System.Drawing.Size(295, 38);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label lblStatus;
- private System.Windows.Forms.Label lblName;
- }
- }
|