123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- namespace IntelligentControlForsx.MyControls.windturbine
- {
- partial class LabelInfo
- {
- /// <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.wlValue = new IntelligentControlForsx.MyControls.WebfontLable();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.AutoSize = true;
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81)))));
- this.panel1.Controls.Add(this.wlValue);
- this.panel1.Location = new System.Drawing.Point(1, 1);
- this.panel1.Margin = new System.Windows.Forms.Padding(1);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(141, 29);
- this.panel1.TabIndex = 0;
- //
- // wlValue
- //
- this.wlValue.AutoSize = true;
- this.wlValue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(24)))), ((int)(((byte)(48)))));
- this.wlValue.LableShowType = 0;
- this.wlValue.LableText = "00000";
- this.wlValue.LableType = 0;
- this.wlValue.Location = new System.Drawing.Point(0, 0);
- this.wlValue.Margin = new System.Windows.Forms.Padding(1);
- this.wlValue.MyEmSize = 21.75F;
- this.wlValue.MyLabelDock = System.Windows.Forms.DockStyle.Right;
- this.wlValue.MyLabelTextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.wlValue.Name = "wlValue";
- this.wlValue.Size = new System.Drawing.Size(140, 28);
- this.wlValue.TabIndex = 177;
- this.wlValue.TestPointId = null;
- this.wlValue.UniformCode = null;
- this.wlValue.WindPowerId = null;
- this.wlValue.WindTurbineId = null;
- //
- // LabelInfo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSize = true;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(118)))), ((int)(((byte)(152)))));
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(1);
- this.Name = "LabelInfo";
- this.Size = new System.Drawing.Size(143, 31);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private WebfontLable wlValue;
- }
- }
|