123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- namespace IntelligentControlForsx.MyControls
- {
- partial class MatrixDevice
- {
- /// <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.lblDeviceId = new System.Windows.Forms.Label();
- this.lblWindSpeed = new System.Windows.Forms.Label();
- this.lblPower = new System.Windows.Forms.Label();
- this.pnlTop = new System.Windows.Forms.Panel();
- this.pnlBottom = new System.Windows.Forms.Panel();
- this.pnlTop.SuspendLayout();
- this.pnlBottom.SuspendLayout();
- this.SuspendLayout();
- //
- // lblDeviceId
- //
- this.lblDeviceId.AutoSize = true;
- this.lblDeviceId.Dock = System.Windows.Forms.DockStyle.Left;
- this.lblDeviceId.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDeviceId.Location = new System.Drawing.Point(0, 0);
- this.lblDeviceId.Name = "lblDeviceId";
- this.lblDeviceId.Size = new System.Drawing.Size(43, 17);
- this.lblDeviceId.TabIndex = 0;
- this.lblDeviceId.Text = "MG01";
- //
- // lblWindSpeed
- //
- this.lblWindSpeed.AutoSize = true;
- this.lblWindSpeed.Dock = System.Windows.Forms.DockStyle.Right;
- this.lblWindSpeed.Font = new System.Drawing.Font("微软雅黑", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblWindSpeed.Location = new System.Drawing.Point(46, 0);
- this.lblWindSpeed.Name = "lblWindSpeed";
- this.lblWindSpeed.Size = new System.Drawing.Size(40, 14);
- this.lblWindSpeed.TabIndex = 1;
- this.lblWindSpeed.Text = "0.00m/s";
- //
- // lblPower
- //
- this.lblPower.AutoSize = true;
- this.lblPower.Dock = System.Windows.Forms.DockStyle.Right;
- this.lblPower.Font = new System.Drawing.Font("微软雅黑", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblPower.Location = new System.Drawing.Point(50, 0);
- this.lblPower.Name = "lblPower";
- this.lblPower.Size = new System.Drawing.Size(36, 14);
- this.lblPower.TabIndex = 2;
- this.lblPower.Text = "0.00kw";
- //
- // pnlTop
- //
- this.pnlTop.BackColor = System.Drawing.Color.Transparent;
- this.pnlTop.Controls.Add(this.lblDeviceId);
- this.pnlTop.Controls.Add(this.lblWindSpeed);
- this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
- this.pnlTop.Location = new System.Drawing.Point(0, 0);
- this.pnlTop.Name = "pnlTop";
- this.pnlTop.Size = new System.Drawing.Size(86, 18);
- this.pnlTop.TabIndex = 3;
- //
- // pnlBottom
- //
- this.pnlBottom.BackColor = System.Drawing.Color.Transparent;
- this.pnlBottom.Controls.Add(this.lblPower);
- this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pnlBottom.Location = new System.Drawing.Point(0, 18);
- this.pnlBottom.Name = "pnlBottom";
- this.pnlBottom.Size = new System.Drawing.Size(86, 14);
- this.pnlBottom.TabIndex = 4;
- //
- // MatrixDevice
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(141)))), ((int)(((byte)(149)))));
- this.Controls.Add(this.pnlBottom);
- this.Controls.Add(this.pnlTop);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ForeColor = System.Drawing.Color.White;
- this.Margin = new System.Windows.Forms.Padding(1);
- this.Name = "MatrixDevice";
- this.Size = new System.Drawing.Size(86, 32);
- this.pnlTop.ResumeLayout(false);
- this.pnlTop.PerformLayout();
- this.pnlBottom.ResumeLayout(false);
- this.pnlBottom.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label lblDeviceId;
- private System.Windows.Forms.Label lblWindSpeed;
- private System.Windows.Forms.Label lblPower;
- private System.Windows.Forms.Panel pnlTop;
- private System.Windows.Forms.Panel pnlBottom;
- }
- }
|