78 lines
2.9 KiB
C#
78 lines
2.9 KiB
C#
namespace SLC1_N
|
|
{
|
|
partial class Form_Alarm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.lb_alarmmsg = new System.Windows.Forms.Label();
|
|
this.bt_OK = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// lb_alarmmsg
|
|
//
|
|
this.lb_alarmmsg.AutoSize = true;
|
|
this.lb_alarmmsg.Font = new System.Drawing.Font("宋体", 18F);
|
|
this.lb_alarmmsg.Location = new System.Drawing.Point(68, 71);
|
|
this.lb_alarmmsg.Name = "lb_alarmmsg";
|
|
this.lb_alarmmsg.Size = new System.Drawing.Size(106, 24);
|
|
this.lb_alarmmsg.TabIndex = 0;
|
|
this.lb_alarmmsg.Text = "警报信息";
|
|
//
|
|
// bt_OK
|
|
//
|
|
this.bt_OK.Location = new System.Drawing.Point(182, 139);
|
|
this.bt_OK.Name = "bt_OK";
|
|
this.bt_OK.Size = new System.Drawing.Size(123, 48);
|
|
this.bt_OK.TabIndex = 1;
|
|
this.bt_OK.Text = "已处理";
|
|
this.bt_OK.UseVisualStyleBackColor = true;
|
|
this.bt_OK.Click += new System.EventHandler(this.bt_OK_Click);
|
|
//
|
|
// Form_Alarm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(513, 226);
|
|
this.Controls.Add(this.bt_OK);
|
|
this.Controls.Add(this.lb_alarmmsg);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "Form_Alarm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "PLC警报";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.Form_Alarm_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lb_alarmmsg;
|
|
private System.Windows.Forms.Button bt_OK;
|
|
}
|
|
} |