396 lines
16 KiB
C#
396 lines
16 KiB
C#
namespace CowainHmi.Alarm
|
|
{
|
|
partial class FrmEditAlarmRecord
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.地址 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.类型 = new System.Windows.Forms.ComboBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.等级 = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.PLC = new System.Windows.Forms.TextBox();
|
|
this.触发条件 = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.代码 = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.报警组 = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.语言1 = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.语言2 = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.语言3 = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.语言4 = new System.Windows.Forms.TextBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.语言5 = new System.Windows.Forms.TextBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.语言6 = new System.Windows.Forms.TextBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.语言7 = new System.Windows.Forms.TextBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.语言8 = new System.Windows.Forms.TextBox();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(46, 50);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(35, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "地址:";
|
|
//
|
|
// 地址
|
|
//
|
|
this.地址.Location = new System.Drawing.Point(93, 47);
|
|
this.地址.Name = "地址";
|
|
this.地址.Size = new System.Drawing.Size(213, 21);
|
|
this.地址.TabIndex = 1;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(46, 79);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(35, 12);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "类型:";
|
|
//
|
|
// 类型
|
|
//
|
|
this.类型.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.类型.FormattingEnabled = true;
|
|
this.类型.Location = new System.Drawing.Point(93, 76);
|
|
this.类型.Name = "类型";
|
|
this.类型.Size = new System.Drawing.Size(213, 20);
|
|
this.类型.TabIndex = 3;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(93, 456);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(213, 30);
|
|
this.button1.TabIndex = 4;
|
|
this.button1.Text = "保存";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// 等级
|
|
//
|
|
this.等级.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.等级.FormattingEnabled = true;
|
|
this.等级.Location = new System.Drawing.Point(93, 191);
|
|
this.等级.Name = "等级";
|
|
this.等级.Size = new System.Drawing.Size(213, 20);
|
|
this.等级.TabIndex = 5;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(46, 195);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(35, 12);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "等级:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(52, 21);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(29, 12);
|
|
this.label4.TabIndex = 7;
|
|
this.label4.Text = "PLC:";
|
|
//
|
|
// PLC
|
|
//
|
|
this.PLC.Location = new System.Drawing.Point(93, 18);
|
|
this.PLC.Name = "PLC";
|
|
this.PLC.Size = new System.Drawing.Size(213, 21);
|
|
this.PLC.TabIndex = 8;
|
|
//
|
|
// 触发条件
|
|
//
|
|
this.触发条件.Location = new System.Drawing.Point(93, 104);
|
|
this.触发条件.Name = "触发条件";
|
|
this.触发条件.Size = new System.Drawing.Size(213, 21);
|
|
this.触发条件.TabIndex = 10;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(22, 108);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(59, 12);
|
|
this.label5.TabIndex = 9;
|
|
this.label5.Text = "触发条件:";
|
|
//
|
|
// 代码
|
|
//
|
|
this.代码.Location = new System.Drawing.Point(93, 133);
|
|
this.代码.Name = "代码";
|
|
this.代码.Size = new System.Drawing.Size(213, 21);
|
|
this.代码.TabIndex = 12;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(46, 137);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(35, 12);
|
|
this.label6.TabIndex = 11;
|
|
this.label6.Text = "代码:";
|
|
//
|
|
// 报警组
|
|
//
|
|
this.报警组.Location = new System.Drawing.Point(93, 162);
|
|
this.报警组.Name = "报警组";
|
|
this.报警组.Size = new System.Drawing.Size(213, 21);
|
|
this.报警组.TabIndex = 14;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(34, 166);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(47, 12);
|
|
this.label7.TabIndex = 13;
|
|
this.label7.Text = "报警组:";
|
|
//
|
|
// 语言1
|
|
//
|
|
this.语言1.Location = new System.Drawing.Point(93, 219);
|
|
this.语言1.Name = "语言1";
|
|
this.语言1.Size = new System.Drawing.Size(213, 21);
|
|
this.语言1.TabIndex = 16;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(40, 224);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(41, 12);
|
|
this.label8.TabIndex = 15;
|
|
this.label8.Text = "语言1:";
|
|
//
|
|
// 语言2
|
|
//
|
|
this.语言2.Location = new System.Drawing.Point(93, 248);
|
|
this.语言2.Name = "语言2";
|
|
this.语言2.Size = new System.Drawing.Size(213, 21);
|
|
this.语言2.TabIndex = 18;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(40, 253);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(41, 12);
|
|
this.label9.TabIndex = 17;
|
|
this.label9.Text = "语言2:";
|
|
//
|
|
// 语言3
|
|
//
|
|
this.语言3.Location = new System.Drawing.Point(93, 277);
|
|
this.语言3.Name = "语言3";
|
|
this.语言3.Size = new System.Drawing.Size(213, 21);
|
|
this.语言3.TabIndex = 20;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(40, 282);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(41, 12);
|
|
this.label10.TabIndex = 19;
|
|
this.label10.Text = "语言3:";
|
|
//
|
|
// 语言4
|
|
//
|
|
this.语言4.Location = new System.Drawing.Point(93, 306);
|
|
this.语言4.Name = "语言4";
|
|
this.语言4.Size = new System.Drawing.Size(213, 21);
|
|
this.语言4.TabIndex = 22;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(40, 311);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(41, 12);
|
|
this.label11.TabIndex = 21;
|
|
this.label11.Text = "语言4:";
|
|
//
|
|
// 语言5
|
|
//
|
|
this.语言5.Location = new System.Drawing.Point(93, 335);
|
|
this.语言5.Name = "语言5";
|
|
this.语言5.Size = new System.Drawing.Size(213, 21);
|
|
this.语言5.TabIndex = 24;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(40, 340);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(41, 12);
|
|
this.label12.TabIndex = 23;
|
|
this.label12.Text = "语言5:";
|
|
//
|
|
// 语言6
|
|
//
|
|
this.语言6.Location = new System.Drawing.Point(93, 364);
|
|
this.语言6.Name = "语言6";
|
|
this.语言6.Size = new System.Drawing.Size(213, 21);
|
|
this.语言6.TabIndex = 26;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(40, 369);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(41, 12);
|
|
this.label13.TabIndex = 25;
|
|
this.label13.Text = "语言6:";
|
|
//
|
|
// 语言7
|
|
//
|
|
this.语言7.Location = new System.Drawing.Point(93, 393);
|
|
this.语言7.Name = "语言7";
|
|
this.语言7.Size = new System.Drawing.Size(213, 21);
|
|
this.语言7.TabIndex = 28;
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(40, 398);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(41, 12);
|
|
this.label14.TabIndex = 27;
|
|
this.label14.Text = "语言7:";
|
|
//
|
|
// 语言8
|
|
//
|
|
this.语言8.Location = new System.Drawing.Point(93, 422);
|
|
this.语言8.Name = "语言8";
|
|
this.语言8.Size = new System.Drawing.Size(213, 21);
|
|
this.语言8.TabIndex = 30;
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(40, 427);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(41, 12);
|
|
this.label15.TabIndex = 29;
|
|
this.label15.Text = "语言8:";
|
|
//
|
|
// FrmEditAlarmRecord
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(422, 513);
|
|
this.Controls.Add(this.语言8);
|
|
this.Controls.Add(this.label15);
|
|
this.Controls.Add(this.语言7);
|
|
this.Controls.Add(this.label14);
|
|
this.Controls.Add(this.语言6);
|
|
this.Controls.Add(this.label13);
|
|
this.Controls.Add(this.语言5);
|
|
this.Controls.Add(this.label12);
|
|
this.Controls.Add(this.语言4);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.语言3);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.语言2);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.语言1);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.报警组);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.代码);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.触发条件);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.PLC);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.等级);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.类型);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.地址);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "FrmEditAlarmRecord";
|
|
this.Text = "报警编辑";
|
|
this.Load += new System.EventHandler(this.FrmEditAlarmRecord_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox 地址;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox 类型;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.ComboBox 等级;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox PLC;
|
|
private System.Windows.Forms.TextBox 触发条件;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox 代码;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox 报警组;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox 语言1;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox 语言2;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox 语言3;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox 语言4;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TextBox 语言5;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.TextBox 语言6;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.TextBox 语言7;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.TextBox 语言8;
|
|
private System.Windows.Forms.Label label15;
|
|
}
|
|
} |