123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- namespace IntelligentControlForsx.MyControls
- {
- partial class MatrixDevice3
- {
- /// <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.components = new System.ComponentModel.Container();
- this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
- this.pBack = new System.Windows.Forms.Panel();
- this.pTop = new System.Windows.Forms.Panel();
- this.lblPower = new System.Windows.Forms.Label();
- this.btnTip = new System.Windows.Forms.Button();
- this.lblWindSpeed = new System.Windows.Forms.Label();
- this.lblDeviceId = new System.Windows.Forms.Label();
- this.pBack.SuspendLayout();
- this.pTop.SuspendLayout();
- this.SuspendLayout();
- //
- // 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);
- //
- // pBack
- //
- this.pBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(141)))), ((int)(((byte)(149)))));
- this.pBack.Controls.Add(this.pTop);
- this.pBack.Location = new System.Drawing.Point(0, 0);
- this.pBack.Name = "pBack";
- this.pBack.Size = new System.Drawing.Size(98, 38);
- this.pBack.TabIndex = 0;
- //
- // pTop
- //
- this.pTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(141)))), ((int)(((byte)(149)))));
- this.pTop.Controls.Add(this.lblPower);
- this.pTop.Controls.Add(this.btnTip);
- this.pTop.Controls.Add(this.lblWindSpeed);
- this.pTop.Controls.Add(this.lblDeviceId);
- this.pTop.Location = new System.Drawing.Point(0, 2);
- this.pTop.Name = "pTop";
- this.pTop.Size = new System.Drawing.Size(98, 34);
- this.pTop.TabIndex = 0;
- this.pTop.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.pTop_MouseDoubleClick);
- //
- // lblPower
- //
- this.lblPower.AutoSize = true;
- 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(36, 18);
- this.lblPower.Name = "lblPower";
- this.lblPower.Size = new System.Drawing.Size(59, 16);
- this.lblPower.TabIndex = 6;
- this.lblPower.Text = "0000.00kw";
- this.lblPower.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.lblPower.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lblPower_MouseDoubleClick);
- this.lblPower.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lblPower_MouseUp);
- //
- // 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(3, 17);
- this.btnTip.Name = "btnTip";
- this.btnTip.Size = new System.Drawing.Size(16, 16);
- this.btnTip.TabIndex = 5;
- this.btnTip.UseVisualStyleBackColor = false;
- //
- // lblWindSpeed
- //
- this.lblWindSpeed.AutoSize = true;
- 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(43, 0);
- this.lblWindSpeed.Name = "lblWindSpeed";
- this.lblWindSpeed.Size = new System.Drawing.Size(52, 16);
- this.lblWindSpeed.TabIndex = 2;
- this.lblWindSpeed.Text = "00.00m/s";
- this.lblWindSpeed.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.lblWindSpeed.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lblWindSpeed_MouseDoubleClick);
- this.lblWindSpeed.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblWindSpeed_MouseDown);
- this.lblWindSpeed.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lblWindSpeed_MouseMove);
- this.lblWindSpeed.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lblWindSpeed_MouseUp);
- //
- // lblDeviceId
- //
- this.lblDeviceId.AllowDrop = true;
- this.lblDeviceId.AutoSize = true;
- this.lblDeviceId.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.lblDeviceId.Location = new System.Drawing.Point(-2, -1);
- this.lblDeviceId.Name = "lblDeviceId";
- this.lblDeviceId.Size = new System.Drawing.Size(43, 17);
- this.lblDeviceId.TabIndex = 1;
- this.lblDeviceId.Text = "MG01";
- this.lblDeviceId.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.lblDeviceId.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lblDeviceId_MouseDoubleClick);
- this.lblDeviceId.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblDeviceId_MouseDown);
- this.lblDeviceId.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lblDeviceId_MouseMove);
- //
- // MatrixDevice3
- //
- 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.pBack);
- 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 = "MatrixDevice3";
- this.Size = new System.Drawing.Size(100, 40);
- this.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.MatrixDevice3_MouseDoubleClick);
- this.pBack.ResumeLayout(false);
- this.pTop.ResumeLayout(false);
- this.pTop.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.ToolTip toolTip1;
- private System.Windows.Forms.Panel pBack;
- private System.Windows.Forms.Panel pTop;
- private System.Windows.Forms.Label lblDeviceId;
- private System.Windows.Forms.Label lblWindSpeed;
- private System.Windows.Forms.Button btnTip;
- private System.Windows.Forms.Label lblPower;
- }
- }
|