namespace IntelligentControlForsx.MyControls { partial class PopupDevice2 { /// /// 必需的设计器变量。 /// 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.lblPower = new System.Windows.Forms.Label(); this.pnlTop = new System.Windows.Forms.Panel(); this.chkSelect = new System.Windows.Forms.CheckBox(); this.btnClose = new System.Windows.Forms.Button(); this.pnlBottom = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.pnlMiddle = new System.Windows.Forms.Panel(); this.lblWindSpeed = new System.Windows.Forms.Label(); this.lblRank = new System.Windows.Forms.Label(); this.pnlTop.SuspendLayout(); this.pnlBottom.SuspendLayout(); this.panel1.SuspendLayout(); this.pnlMiddle.SuspendLayout(); this.SuspendLayout(); // // lblDeviceId // this.lblDeviceId.AutoSize = true; this.lblDeviceId.Dock = System.Windows.Forms.DockStyle.Left; this.lblDeviceId.Font = new System.Drawing.Font("微软雅黑", 10.5F, 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(49, 20); this.lblDeviceId.TabIndex = 0; this.lblDeviceId.Text = "MG01"; // // 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(22, 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.chkSelect); this.pnlTop.Controls.Add(this.btnClose); this.pnlTop.Controls.Add(this.lblDeviceId); 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(90, 25); this.pnlTop.TabIndex = 3; // // chkSelect // this.chkSelect.AutoSize = true; this.chkSelect.Location = new System.Drawing.Point(48, 4); this.chkSelect.Name = "chkSelect"; this.chkSelect.Size = new System.Drawing.Size(15, 14); this.chkSelect.TabIndex = 5; this.chkSelect.UseVisualStyleBackColor = true; this.chkSelect.CheckedChanged += new System.EventHandler(this.chkSelect_CheckedChanged); // // btnClose // this.btnClose.FlatAppearance.BorderSize = 0; this.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClose.ForeColor = System.Drawing.Color.Transparent; this.btnClose.Image = global::IntelligentControlForsx.Properties.Resources.close_white; this.btnClose.Location = new System.Drawing.Point(75, 3); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(10, 10); this.btnClose.TabIndex = 1; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); this.btnClose.MouseLeave += new System.EventHandler(this.btnClose_MouseLeave); this.btnClose.MouseHover += new System.EventHandler(this.btnClose_MouseHover); // // pnlBottom // this.pnlBottom.BackColor = System.Drawing.Color.Transparent; this.pnlBottom.Controls.Add(this.panel1); this.pnlBottom.Controls.Add(this.pnlMiddle); this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Right; this.pnlBottom.Location = new System.Drawing.Point(32, 25); this.pnlBottom.Name = "pnlBottom"; this.pnlBottom.Size = new System.Drawing.Size(58, 31); this.pnlBottom.TabIndex = 4; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.Controls.Add(this.lblPower); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 15); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(58, 15); this.panel1.TabIndex = 6; // // pnlMiddle // this.pnlMiddle.BackColor = System.Drawing.Color.Transparent; this.pnlMiddle.Controls.Add(this.lblWindSpeed); this.pnlMiddle.Dock = System.Windows.Forms.DockStyle.Top; this.pnlMiddle.Location = new System.Drawing.Point(0, 0); this.pnlMiddle.Name = "pnlMiddle"; this.pnlMiddle.Size = new System.Drawing.Size(58, 15); this.pnlMiddle.TabIndex = 5; // // 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(18, 0); this.lblWindSpeed.Name = "lblWindSpeed"; this.lblWindSpeed.Size = new System.Drawing.Size(40, 14); this.lblWindSpeed.TabIndex = 3; this.lblWindSpeed.Text = "0.00m/s"; // // lblRank // this.lblRank.AutoSize = true; this.lblRank.Font = new System.Drawing.Font("微软雅黑", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblRank.Location = new System.Drawing.Point(6, 31); this.lblRank.Name = "lblRank"; this.lblRank.Size = new System.Drawing.Size(24, 16); this.lblRank.TabIndex = 5; this.lblRank.Text = "AA"; // // PopupDevice2 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(102))))); this.Controls.Add(this.lblRank); 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 = "PopupDevice2"; this.Size = new System.Drawing.Size(90, 56); this.pnlTop.ResumeLayout(false); this.pnlTop.PerformLayout(); this.pnlBottom.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.pnlMiddle.ResumeLayout(false); this.pnlMiddle.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblDeviceId; private System.Windows.Forms.Label lblPower; private System.Windows.Forms.Panel pnlTop; private System.Windows.Forms.Panel pnlBottom; private System.Windows.Forms.Panel pnlMiddle; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Label lblWindSpeed; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.CheckBox chkSelect; private System.Windows.Forms.Label lblRank; } }