123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- namespace IntelligentControlForsx
- {
- partial class MiniForm
- {
- /// <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 Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.showDetailFormTimer = new System.Windows.Forms.Timer(this.components);
- this.hideDetailFormTimer = new System.Windows.Forms.Timer(this.components);
- this.refreshTimer = new System.Windows.Forms.Timer(this.components);
- this.lblAlarmText = new System.Windows.Forms.Label();
- this.lblObjectName = new System.Windows.Forms.Label();
- this.lblAlarmTime = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // showDetailFormTimer
- //
- this.showDetailFormTimer.Interval = 700;
- this.showDetailFormTimer.Tick += new System.EventHandler(this.showDetailFormTimer_Tick);
- //
- // hideDetailFormTimer
- //
- this.hideDetailFormTimer.Interval = 700;
- this.hideDetailFormTimer.Tick += new System.EventHandler(this.hideDetailFormTimer_Tick);
- //
- // refreshTimer
- //
- this.refreshTimer.Enabled = true;
- this.refreshTimer.Interval = 1000;
- this.refreshTimer.Tick += new System.EventHandler(this.refreshTimer_Tick);
- //
- // lblAlarmText
- //
- this.lblAlarmText.Dock = System.Windows.Forms.DockStyle.Right;
- this.lblAlarmText.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblAlarmText.Location = new System.Drawing.Point(209, 0);
- this.lblAlarmText.Name = "lblAlarmText";
- this.lblAlarmText.Size = new System.Drawing.Size(386, 39);
- this.lblAlarmText.TabIndex = 1;
- this.lblAlarmText.Text = "报警信息";
- this.lblAlarmText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.lblAlarmText.MouseDown += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseDown);
- this.lblAlarmText.MouseEnter += new System.EventHandler(this.miniBigFormSpace_MouseEnter);
- this.lblAlarmText.MouseLeave += new System.EventHandler(this.miniBigFormSpace_MouseLeave);
- this.lblAlarmText.MouseMove += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseMove);
- this.lblAlarmText.MouseUp += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseUp);
- //
- // lblObjectName
- //
- this.lblObjectName.Dock = System.Windows.Forms.DockStyle.Right;
- this.lblObjectName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblObjectName.Location = new System.Drawing.Point(88, 0);
- this.lblObjectName.Name = "lblObjectName";
- this.lblObjectName.Size = new System.Drawing.Size(121, 39);
- this.lblObjectName.TabIndex = 2;
- this.lblObjectName.Text = "石板泉999号风机";
- this.lblObjectName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.lblObjectName.MouseDown += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseDown);
- this.lblObjectName.MouseEnter += new System.EventHandler(this.miniBigFormSpace_MouseEnter);
- this.lblObjectName.MouseLeave += new System.EventHandler(this.miniBigFormSpace_MouseLeave);
- this.lblObjectName.MouseMove += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseMove);
- this.lblObjectName.MouseUp += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseUp);
- //
- // lblAlarmTime
- //
- this.lblAlarmTime.Dock = System.Windows.Forms.DockStyle.Right;
- this.lblAlarmTime.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblAlarmTime.Location = new System.Drawing.Point(0, 0);
- this.lblAlarmTime.Name = "lblAlarmTime";
- this.lblAlarmTime.Size = new System.Drawing.Size(88, 39);
- this.lblAlarmTime.TabIndex = 3;
- this.lblAlarmTime.Text = "23:59:59";
- this.lblAlarmTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.lblAlarmTime.MouseDown += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseDown);
- this.lblAlarmTime.MouseEnter += new System.EventHandler(this.miniBigFormSpace_MouseEnter);
- this.lblAlarmTime.MouseLeave += new System.EventHandler(this.miniBigFormSpace_MouseLeave);
- this.lblAlarmTime.MouseMove += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseMove);
- this.lblAlarmTime.MouseUp += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseUp);
- //
- // MiniForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
- this.Controls.Add(this.lblAlarmTime);
- this.Controls.Add(this.lblObjectName);
- this.Controls.Add(this.lblAlarmText);
- this.Name = "MiniForm";
- this.Size = new System.Drawing.Size(595, 39);
- this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseDown);
- this.MouseEnter += new System.EventHandler(this.miniBigFormSpace_MouseEnter);
- this.MouseLeave += new System.EventHandler(this.miniBigFormSpace_MouseLeave);
- this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseMove);
- this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.miniBigFormSpace_MouseUp);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Timer showDetailFormTimer;
- private System.Windows.Forms.Timer hideDetailFormTimer;
- private System.Windows.Forms.Timer refreshTimer;
- private System.Windows.Forms.Label lblAlarmText;
- private System.Windows.Forms.Label lblObjectName;
- private System.Windows.Forms.Label lblAlarmTime;
- }
- }
|