namespace IntelligentControlForsx { partial class AlarmBar { /// /// 必需的设计器变量。 /// 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.button1 = new System.Windows.Forms.Button(); this.lblAlarmText = new System.Windows.Forms.Label(); this.lblAlarmTime = new System.Windows.Forms.Label(); this.lblThingId = new System.Windows.Forms.Label(); this.SuspendLayout(); // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.button1.Dock = System.Windows.Forms.DockStyle.Right; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button1.ForeColor = System.Drawing.Color.White; this.button1.Location = new System.Drawing.Point(900, 0); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(100, 39); this.button1.TabIndex = 0; this.button1.Text = "0"; this.button1.UseVisualStyleBackColor = false; // // lblAlarmText // this.lblAlarmText.BackColor = System.Drawing.Color.Transparent; this.lblAlarmText.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAlarmText.ForeColor = System.Drawing.Color.White; this.lblAlarmText.Location = new System.Drawing.Point(517, 9); this.lblAlarmText.Margin = new System.Windows.Forms.Padding(0); this.lblAlarmText.Name = "lblAlarmText"; this.lblAlarmText.Size = new System.Drawing.Size(317, 22); this.lblAlarmText.TabIndex = 5; this.lblAlarmText.Text = "停机收浆超时"; this.lblAlarmText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblAlarmTime // this.lblAlarmTime.BackColor = System.Drawing.Color.Transparent; this.lblAlarmTime.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAlarmTime.ForeColor = System.Drawing.Color.White; this.lblAlarmTime.Location = new System.Drawing.Point(17, 9); this.lblAlarmTime.Margin = new System.Windows.Forms.Padding(0); this.lblAlarmTime.Name = "lblAlarmTime"; this.lblAlarmTime.Size = new System.Drawing.Size(203, 22); this.lblAlarmTime.TabIndex = 6; this.lblAlarmTime.Text = "2019-03-20 21:43:00"; this.lblAlarmTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblThingId // this.lblThingId.BackColor = System.Drawing.Color.Transparent; this.lblThingId.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblThingId.ForeColor = System.Drawing.Color.White; this.lblThingId.Location = new System.Drawing.Point(249, 9); this.lblThingId.Margin = new System.Windows.Forms.Padding(0); this.lblThingId.Name = "lblThingId"; this.lblThingId.Size = new System.Drawing.Size(246, 22); this.lblThingId.TabIndex = 7; this.lblThingId.Text = "石板泉一号风机"; this.lblThingId.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // AlarmBar // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlDark; this.Controls.Add(this.lblThingId); this.Controls.Add(this.lblAlarmTime); this.Controls.Add(this.lblAlarmText); this.Controls.Add(this.button1); this.Name = "AlarmBar"; this.Size = new System.Drawing.Size(1000, 39); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Label lblAlarmText; private System.Windows.Forms.Label lblAlarmTime; private System.Windows.Forms.Label lblThingId; } }