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.label25 = 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.txtAlarmAlias = new System.Windows.Forms.TextBox();
this.txtAlarmCn = new System.Windows.Forms.TextBox();
this.label1 = 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(295, 228);
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(188, 228);
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.label25);
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.txtAlarmAlias);
this.groupBox1.Controls.Add(this.txtAlarmCn);
this.groupBox1.Controls.Add(this.label1);
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, 205);
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";
//
// label25
//
this.label25.AutoSize = true;
this.label25.ForeColor = System.Drawing.Color.Red;
this.label25.Location = new System.Drawing.Point(121, 160);
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 = "*";
//
// 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 = "报警数据块";
//
// txtAlarmAlias
//
this.txtAlarmAlias.Location = new System.Drawing.Point(144, 115);
this.txtAlarmAlias.Margin = new System.Windows.Forms.Padding(4);
this.txtAlarmAlias.Name = "txtAlarmAlias";
this.txtAlarmAlias.Size = new System.Drawing.Size(201, 25);
this.txtAlarmAlias.TabIndex = 3;
//
// txtAlarmCn
//
this.txtAlarmCn.Location = new System.Drawing.Point(144, 155);
this.txtAlarmCn.Margin = new System.Windows.Forms.Padding(4);
this.txtAlarmCn.Name = "txtAlarmCn";
this.txtAlarmCn.Size = new System.Drawing.Size(201, 25);
this.txtAlarmCn.TabIndex = 5;
//
// 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(67, 15);
this.label1.TabIndex = 13;
this.label1.Text = "点位别名";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(14, 159);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(97, 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, 274);
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 txtAlarmAlias;
private System.Windows.Forms.TextBox txtAlarmCn;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtAlarmBlock;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.ComboBox cmbAlarmPLC;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label8;
}
}