namespace IntelligentControlForsx.MyControls
{
partial class MatrixDevice2
{
///
/// 必需的设计器变量。
///
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.components = new System.ComponentModel.Container();
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.btnTip = new System.Windows.Forms.Button();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.pnlTop.SuspendLayout();
this.pnlBottom.SuspendLayout();
this.SuspendLayout();
//
// lblDeviceId
//
this.lblDeviceId.AllowDrop = true;
this.lblDeviceId.AutoSize = true;
this.lblDeviceId.Font = new System.Drawing.Font("微软雅黑", 9F);
this.lblDeviceId.Location = new System.Drawing.Point(-3, -2);
this.lblDeviceId.Name = "lblDeviceId";
this.lblDeviceId.Size = new System.Drawing.Size(43, 17);
this.lblDeviceId.TabIndex = 0;
this.lblDeviceId.Text = "MG01";
this.lblDeviceId.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblDeviceId_MouseDown);
this.lblDeviceId.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lblDeviceId_MouseMove);
//
// lblWindSpeed
//
this.lblWindSpeed.AutoSize = true;
this.lblWindSpeed.Dock = System.Windows.Forms.DockStyle.Right;
this.lblWindSpeed.Font = new System.Drawing.Font("微软雅黑", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblWindSpeed.Location = new System.Drawing.Point(48, 0);
this.lblWindSpeed.Name = "lblWindSpeed";
this.lblWindSpeed.Size = new System.Drawing.Size(52, 16);
this.lblWindSpeed.TabIndex = 1;
this.lblWindSpeed.Text = "00.00m/s";
//
// lblPower
//
this.lblPower.AutoSize = true;
this.lblPower.Dock = System.Windows.Forms.DockStyle.Right;
this.lblPower.Font = new System.Drawing.Font("微软雅黑", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblPower.Location = new System.Drawing.Point(59, 0);
this.lblPower.Name = "lblPower";
this.lblPower.Size = new System.Drawing.Size(41, 16);
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(100, 20);
this.pnlTop.TabIndex = 3;
//
// pnlBottom
//
this.pnlBottom.BackColor = System.Drawing.Color.Transparent;
this.pnlBottom.Controls.Add(this.btnTip);
this.pnlBottom.Controls.Add(this.lblPower);
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlBottom.Location = new System.Drawing.Point(0, 22);
this.pnlBottom.Name = "pnlBottom";
this.pnlBottom.Size = new System.Drawing.Size(100, 18);
this.pnlBottom.TabIndex = 4;
//
// btnTip
//
this.btnTip.BackColor = System.Drawing.Color.Transparent;
this.btnTip.FlatAppearance.BorderSize = 0;
this.btnTip.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnTip.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnTip.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnTip.ForeColor = System.Drawing.Color.Transparent;
this.btnTip.Image = global::IntelligentControlForsx.Properties.Resources.time;
this.btnTip.Location = new System.Drawing.Point(8, 0);
this.btnTip.Name = "btnTip";
this.btnTip.Size = new System.Drawing.Size(16, 16);
this.btnTip.TabIndex = 4;
this.btnTip.UseVisualStyleBackColor = false;
//
// toolTip1
//
this.toolTip1.AutoPopDelay = 20000;
this.toolTip1.InitialDelay = 500;
this.toolTip1.ReshowDelay = 1000;
this.toolTip1.ShowAlways = true;
this.toolTip1.Popup += new System.Windows.Forms.PopupEventHandler(this.toolTip1_Popup);
//
// MatrixDevice2
//
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 = "MatrixDevice2";
this.Size = new System.Drawing.Size(100, 40);
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;
private System.Windows.Forms.Button btnTip;
private System.Windows.Forms.ToolTip toolTip1;
}
}