namespace IntelligentControlForsx.MyControls
{
partial class MatrixDevice
{
///
/// 必需的设计器变量。
///
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.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;
}
}