namespace Mesnac.Action.ChemicalWeighing.Alarm.PmtAlarm
{
partial class FrmInsert
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.btnCancel = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
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.SuspendLayout();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(300, 366);
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(100, 29);
this.btnCancel.TabIndex = 10;
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(193, 366);
this.btnOk.Margin = new System.Windows.Forms.Padding(4);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(100, 29);
this.btnOk.TabIndex = 9;
this.btnOk.Text = "确定(&O)";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// 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(16, 15);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
this.groupBox1.Size = new System.Drawing.Size(384, 334);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "报警参数信息";
//
// cmbAlarmPLC
//
this.cmbAlarmPLC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbAlarmPLC.FormattingEnabled = true;
this.cmbAlarmPLC.ItemHeight = 15;
this.cmbAlarmPLC.Location = new System.Drawing.Point(144, 36);
this.cmbAlarmPLC.Margin = new System.Windows.Forms.Padding(4);
this.cmbAlarmPLC.Name = "cmbAlarmPLC";
this.cmbAlarmPLC.Size = new System.Drawing.Size(201, 23);
this.cmbAlarmPLC.TabIndex = 1;
//
// label21
//
this.label21.AutoSize = true;
this.label21.ForeColor = System.Drawing.Color.Red;
this.label21.Location = new System.Drawing.Point(121, 40);
this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(15, 15);
this.label21.TabIndex = 19;
this.label21.Text = "*";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(37, 40);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(61, 15);
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(121, 239);
this.label26.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(15, 15);
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(121, 199);
this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(15, 15);
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(121, 161);
this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(15, 15);
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(121, 120);
this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(15, 15);
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(121, 79);
this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(15, 15);
this.label22.TabIndex = 20;
this.label22.Text = "*";
//
// txtAlarmBlock
//
this.txtAlarmBlock.Location = new System.Drawing.Point(144, 74);
this.txtAlarmBlock.Margin = new System.Windows.Forms.Padding(4);
this.txtAlarmBlock.Name = "txtAlarmBlock";
this.txtAlarmBlock.Size = new System.Drawing.Size(201, 25);
this.txtAlarmBlock.TabIndex = 2;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(37, 79);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(82, 15);
this.label7.TabIndex = 12;
this.label7.Text = "报警数据块";
//
// txtAlarmPosition
//
this.txtAlarmPosition.Location = new System.Drawing.Point(144, 274);
this.txtAlarmPosition.Margin = new System.Windows.Forms.Padding(4);
this.txtAlarmPosition.Name = "txtAlarmPosition";
this.txtAlarmPosition.Size = new System.Drawing.Size(201, 25);
this.txtAlarmPosition.TabIndex = 7;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(37, 279);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(67, 15);
this.label5.TabIndex = 17;
this.label5.Text = "报警位置";
//
// txtAlarmBit
//
this.txtAlarmBit.Location = new System.Drawing.Point(144, 156);
this.txtAlarmBit.Margin = new System.Windows.Forms.Padding(4);
this.txtAlarmBit.Name = "txtAlarmBit";
this.txtAlarmBit.Size = new System.Drawing.Size(201, 25);
this.txtAlarmBit.TabIndex = 4;
//
// txtAlarmAddress
//
this.txtAlarmAddress.Location = new System.Drawing.Point(144, 115);
this.txtAlarmAddress.Margin = new System.Windows.Forms.Padding(4);
this.txtAlarmAddress.Name = "txtAlarmAddress";
this.txtAlarmAddress.Size = new System.Drawing.Size(201, 25);
this.txtAlarmAddress.TabIndex = 3;
//
// txtAlarmName
//
this.txtAlarmName.Location = new System.Drawing.Point(144, 234);
this.txtAlarmName.Margin = new System.Windows.Forms.Padding(4);
this.txtAlarmName.Name = "txtAlarmName";
this.txtAlarmName.Size = new System.Drawing.Size(201, 25);
this.txtAlarmName.TabIndex = 6;
//
// txtAlarmCode
//
this.txtAlarmCode.Location = new System.Drawing.Point(144, 195);
this.txtAlarmCode.Margin = new System.Windows.Forms.Padding(4);
this.txtAlarmCode.Name = "txtAlarmCode";
this.txtAlarmCode.Size = new System.Drawing.Size(201, 25);
this.txtAlarmCode.TabIndex = 5;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(37, 161);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(52, 15);
this.label2.TabIndex = 14;
this.label2.Text = "报警位";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(37, 120);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 15);
this.label1.TabIndex = 13;
this.label1.Text = "报警地址字";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(37, 239);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(67, 15);
this.label4.TabIndex = 16;
this.label4.Text = "报警信息";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(37, 199);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(67, 15);
this.label3.TabIndex = 15;
this.label3.Text = "报警代码";
//
// FrmInsert
//
this.AcceptButton = this.btnOk;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(416, 413);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOk);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmInsert";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
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.Button btnCancel;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.GroupBox groupBox1;
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.TextBox txtAlarmBlock;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.ComboBox cmbAlarmPLC;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label8;
}
}