namespace IntelligentControlForsx { partial class MiniForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// 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; } }