You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
349 lines
16 KiB
C#
349 lines
16 KiB
C#
namespace Mesnac.Action.ChemicalWeighing.Solvent.Alarm
|
|
{
|
|
partial class FrmInsert
|
|
{
|
|
/// <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.cmbAlarmPLC = new System.Windows.Forms.ComboBox();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label26 = new System.Windows.Forms.Label();
|
|
this.label25 = new System.Windows.Forms.Label();
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.txtAlarmBlock = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.txtAlarmPosition = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtAlarmBit = new System.Windows.Forms.TextBox();
|
|
this.txtAlarmAddress = new System.Windows.Forms.TextBox();
|
|
this.txtAlarmName = new System.Windows.Forms.TextBox();
|
|
this.txtAlarmCode = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnOk = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// cmbAlarmPLC
|
|
//
|
|
this.cmbAlarmPLC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbAlarmPLC.FormattingEnabled = true;
|
|
this.cmbAlarmPLC.ItemHeight = 18;
|
|
this.cmbAlarmPLC.Location = new System.Drawing.Point(162, 43);
|
|
this.cmbAlarmPLC.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.cmbAlarmPLC.Name = "cmbAlarmPLC";
|
|
this.cmbAlarmPLC.Size = new System.Drawing.Size(226, 26);
|
|
this.cmbAlarmPLC.TabIndex = 1;
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.ForeColor = System.Drawing.Color.Red;
|
|
this.label21.Location = new System.Drawing.Point(136, 48);
|
|
this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(17, 18);
|
|
this.label21.TabIndex = 19;
|
|
this.label21.Text = "*";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(42, 48);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(71, 18);
|
|
this.label8.TabIndex = 11;
|
|
this.label8.Text = "报警PLC";
|
|
//
|
|
// label26
|
|
//
|
|
this.label26.AutoSize = true;
|
|
this.label26.ForeColor = System.Drawing.Color.Red;
|
|
this.label26.Location = new System.Drawing.Point(136, 287);
|
|
this.label26.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label26.Name = "label26";
|
|
this.label26.Size = new System.Drawing.Size(17, 18);
|
|
this.label26.TabIndex = 24;
|
|
this.label26.Text = "*";
|
|
//
|
|
// label25
|
|
//
|
|
this.label25.AutoSize = true;
|
|
this.label25.ForeColor = System.Drawing.Color.Red;
|
|
this.label25.Location = new System.Drawing.Point(136, 239);
|
|
this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label25.Name = "label25";
|
|
this.label25.Size = new System.Drawing.Size(17, 18);
|
|
this.label25.TabIndex = 23;
|
|
this.label25.Text = "*";
|
|
//
|
|
// label24
|
|
//
|
|
this.label24.AutoSize = true;
|
|
this.label24.ForeColor = System.Drawing.Color.Red;
|
|
this.label24.Location = new System.Drawing.Point(136, 193);
|
|
this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label24.Name = "label24";
|
|
this.label24.Size = new System.Drawing.Size(17, 18);
|
|
this.label24.TabIndex = 22;
|
|
this.label24.Text = "*";
|
|
//
|
|
// label23
|
|
//
|
|
this.label23.AutoSize = true;
|
|
this.label23.ForeColor = System.Drawing.Color.Red;
|
|
this.label23.Location = new System.Drawing.Point(136, 144);
|
|
this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(17, 18);
|
|
this.label23.TabIndex = 21;
|
|
this.label23.Text = "*";
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.AutoSize = true;
|
|
this.label22.ForeColor = System.Drawing.Color.Red;
|
|
this.label22.Location = new System.Drawing.Point(136, 95);
|
|
this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(17, 18);
|
|
this.label22.TabIndex = 20;
|
|
this.label22.Text = "*";
|
|
//
|
|
// txtAlarmBlock
|
|
//
|
|
this.txtAlarmBlock.Location = new System.Drawing.Point(162, 89);
|
|
this.txtAlarmBlock.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtAlarmBlock.Name = "txtAlarmBlock";
|
|
this.txtAlarmBlock.Size = new System.Drawing.Size(226, 28);
|
|
this.txtAlarmBlock.TabIndex = 2;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(42, 95);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(98, 18);
|
|
this.label7.TabIndex = 12;
|
|
this.label7.Text = "报警数据块";
|
|
//
|
|
// txtAlarmPosition
|
|
//
|
|
this.txtAlarmPosition.Location = new System.Drawing.Point(162, 329);
|
|
this.txtAlarmPosition.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtAlarmPosition.Name = "txtAlarmPosition";
|
|
this.txtAlarmPosition.Size = new System.Drawing.Size(226, 28);
|
|
this.txtAlarmPosition.TabIndex = 7;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(42, 335);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(80, 18);
|
|
this.label5.TabIndex = 17;
|
|
this.label5.Text = "报警位置";
|
|
//
|
|
// txtAlarmBit
|
|
//
|
|
this.txtAlarmBit.Location = new System.Drawing.Point(162, 187);
|
|
this.txtAlarmBit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtAlarmBit.Name = "txtAlarmBit";
|
|
this.txtAlarmBit.Size = new System.Drawing.Size(226, 28);
|
|
this.txtAlarmBit.TabIndex = 4;
|
|
//
|
|
// txtAlarmAddress
|
|
//
|
|
this.txtAlarmAddress.Location = new System.Drawing.Point(162, 138);
|
|
this.txtAlarmAddress.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtAlarmAddress.Name = "txtAlarmAddress";
|
|
this.txtAlarmAddress.Size = new System.Drawing.Size(226, 28);
|
|
this.txtAlarmAddress.TabIndex = 3;
|
|
//
|
|
// txtAlarmName
|
|
//
|
|
this.txtAlarmName.Location = new System.Drawing.Point(162, 281);
|
|
this.txtAlarmName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtAlarmName.Name = "txtAlarmName";
|
|
this.txtAlarmName.Size = new System.Drawing.Size(226, 28);
|
|
this.txtAlarmName.TabIndex = 6;
|
|
//
|
|
// txtAlarmCode
|
|
//
|
|
this.txtAlarmCode.Location = new System.Drawing.Point(162, 234);
|
|
this.txtAlarmCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtAlarmCode.Name = "txtAlarmCode";
|
|
this.txtAlarmCode.Size = new System.Drawing.Size(226, 28);
|
|
this.txtAlarmCode.TabIndex = 5;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(42, 193);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(62, 18);
|
|
this.label2.TabIndex = 14;
|
|
this.label2.Text = "报警位";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(42, 144);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(98, 18);
|
|
this.label1.TabIndex = 13;
|
|
this.label1.Text = "报警地址字";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(42, 287);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(80, 18);
|
|
this.label4.TabIndex = 16;
|
|
this.label4.Text = "报警信息";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(42, 239);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(80, 18);
|
|
this.label3.TabIndex = 15;
|
|
this.label3.Text = "报警代码";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.cmbAlarmPLC);
|
|
this.groupBox1.Controls.Add(this.label21);
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.label26);
|
|
this.groupBox1.Controls.Add(this.label25);
|
|
this.groupBox1.Controls.Add(this.label24);
|
|
this.groupBox1.Controls.Add(this.label23);
|
|
this.groupBox1.Controls.Add(this.label22);
|
|
this.groupBox1.Controls.Add(this.txtAlarmBlock);
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
this.groupBox1.Controls.Add(this.txtAlarmPosition);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.txtAlarmBit);
|
|
this.groupBox1.Controls.Add(this.txtAlarmAddress);
|
|
this.groupBox1.Controls.Add(this.txtAlarmName);
|
|
this.groupBox1.Controls.Add(this.txtAlarmCode);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Location = new System.Drawing.Point(18, 20);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.groupBox1.Size = new System.Drawing.Size(432, 401);
|
|
this.groupBox1.TabIndex = 11;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "报警参数信息";
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(338, 441);
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(112, 35);
|
|
this.btnCancel.TabIndex = 13;
|
|
this.btnCancel.Text = "取消(&C)";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.Location = new System.Drawing.Point(217, 441);
|
|
this.btnOk.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(112, 35);
|
|
this.btnOk.TabIndex = 12;
|
|
this.btnOk.Text = "确定(&O)";
|
|
this.btnOk.UseVisualStyleBackColor = true;
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// FrmInsert
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(468, 496);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnOk);
|
|
this.Name = "FrmInsert";
|
|
this.Text = "添加报警参数";
|
|
this.Load += new System.EventHandler(this.FrmInsert_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ComboBox cmbAlarmPLC;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label26;
|
|
private System.Windows.Forms.Label label25;
|
|
private System.Windows.Forms.Label label24;
|
|
private System.Windows.Forms.Label label23;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.TextBox txtAlarmBlock;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox txtAlarmPosition;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txtAlarmBit;
|
|
private System.Windows.Forms.TextBox txtAlarmAddress;
|
|
private System.Windows.Forms.TextBox txtAlarmName;
|
|
private System.Windows.Forms.TextBox txtAlarmCode;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnOk;
|
|
}
|
|
} |