namespace IntelligentControlForsx { partial class AlarmItem { /// /// 必需的设计器变量。 /// 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.lblTime = new System.Windows.Forms.Label(); this.lblThingId = new System.Windows.Forms.Label(); this.lblAlarmText = new System.Windows.Forms.Label(); this.btnConfirm = new System.Windows.Forms.Button(); this.btnSend = new System.Windows.Forms.Button(); this.SuspendLayout(); // // lblTime // this.lblTime.Dock = System.Windows.Forms.DockStyle.Left; this.lblTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTime.Location = new System.Drawing.Point(0, 0); this.lblTime.Name = "lblTime"; this.lblTime.Size = new System.Drawing.Size(130, 30); this.lblTime.TabIndex = 0; this.lblTime.Text = "2019-03-17 14:40:00"; this.lblTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblTime.DoubleClick += new System.EventHandler(this.lblTime_DoubleClick); // // lblThingId // this.lblThingId.Dock = System.Windows.Forms.DockStyle.Left; this.lblThingId.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblThingId.Location = new System.Drawing.Point(130, 0); this.lblThingId.Name = "lblThingId"; this.lblThingId.Size = new System.Drawing.Size(140, 30); this.lblThingId.TabIndex = 1; this.lblThingId.Text = "石板泉一号风机"; this.lblThingId.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblThingId.DoubleClick += new System.EventHandler(this.lblThingId_DoubleClick); // // lblAlarmText // this.lblAlarmText.BackColor = System.Drawing.Color.Transparent; this.lblAlarmText.Dock = System.Windows.Forms.DockStyle.Left; this.lblAlarmText.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblAlarmText.Location = new System.Drawing.Point(270, 0); this.lblAlarmText.Name = "lblAlarmText"; this.lblAlarmText.Size = new System.Drawing.Size(206, 30); this.lblAlarmText.TabIndex = 2; this.lblAlarmText.Text = "停机收浆不到位"; this.lblAlarmText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblAlarmText.DoubleClick += new System.EventHandler(this.lblAlarmText_DoubleClick); // // btnConfirm // this.btnConfirm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.btnConfirm.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnConfirm.FlatAppearance.BorderSize = 0; this.btnConfirm.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnConfirm.Location = new System.Drawing.Point(543, 3); this.btnConfirm.Name = "btnConfirm"; this.btnConfirm.Size = new System.Drawing.Size(24, 24); this.btnConfirm.TabIndex = 3; this.btnConfirm.UseVisualStyleBackColor = false; this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click); // // btnSend // this.btnSend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225))))); this.btnSend.Location = new System.Drawing.Point(492, 3); this.btnSend.Name = "btnSend"; this.btnSend.Size = new System.Drawing.Size(43, 24); this.btnSend.TabIndex = 4; this.btnSend.Text = "复位"; this.btnSend.UseVisualStyleBackColor = false; this.btnSend.Click += new System.EventHandler(this.btnSend_Click); // // AlarmItem // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.btnSend); this.Controls.Add(this.btnConfirm); this.Controls.Add(this.lblAlarmText); this.Controls.Add(this.lblThingId); this.Controls.Add(this.lblTime); this.Name = "AlarmItem"; this.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0); this.Size = new System.Drawing.Size(570, 30); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblTime; private System.Windows.Forms.Label lblThingId; private System.Windows.Forms.Label lblAlarmText; private System.Windows.Forms.Button btnConfirm; private System.Windows.Forms.Button btnSend; } }