Files
6150-HMI/CowainHmi/Alarm/FrmEditAlarmRecord.Designer.cs
2026-01-15 15:06:36 +08:00

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;
}
}