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.
CommService/ClientTest/E_AlarmSettingForm.Designer.cs

267 lines
11 KiB
C#

namespace ClientTest
{
partial class E_AlarmSettingForm
{
/// <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.tbMeterNo = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.tbThresholdUU = new System.Windows.Forms.TextBox();
this.tbThresholdUUU = new System.Windows.Forms.TextBox();
this.tbThresholdIU = new System.Windows.Forms.TextBox();
this.tbThresholdIUU = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label9 = new System.Windows.Forms.Label();
this.tbThresholdULL = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.tbThresholdILL = new System.Windows.Forms.TextBox();
this.tbThresholdUL = new System.Windows.Forms.TextBox();
this.tbThresholdIL = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// tbMeterNo
//
this.tbMeterNo.Location = new System.Drawing.Point(201, 20);
this.tbMeterNo.Name = "tbMeterNo";
this.tbMeterNo.ReadOnly = true;
this.tbMeterNo.Size = new System.Drawing.Size(100, 21);
this.tbMeterNo.TabIndex = 35;
this.tbMeterNo.Text = "01";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(122, 25);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(53, 12);
this.label13.TabIndex = 61;
this.label13.Text = "电表编号";
//
// button2
//
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button2.Enabled = false;
this.button2.Location = new System.Drawing.Point(279, 299);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(126, 33);
this.button2.TabIndex = 59;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button1.Location = new System.Drawing.Point(149, 299);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(111, 33);
this.button1.TabIndex = 57;
this.button1.Text = "应用";
this.button1.UseVisualStyleBackColor = true;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(32, 100);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 58;
this.label7.Text = "上 限";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(32, 55);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 55;
this.label6.Text = "上上限";
//
// tbThresholdUU
//
this.tbThresholdUU.Location = new System.Drawing.Point(260, 143);
this.tbThresholdUU.Name = "tbThresholdUU";
this.tbThresholdUU.Size = new System.Drawing.Size(100, 21);
this.tbThresholdUU.TabIndex = 52;
//
// tbThresholdUUU
//
this.tbThresholdUUU.Location = new System.Drawing.Point(260, 98);
this.tbThresholdUUU.Name = "tbThresholdUUU";
this.tbThresholdUUU.Size = new System.Drawing.Size(100, 21);
this.tbThresholdUUU.TabIndex = 51;
//
// tbThresholdIU
//
this.tbThresholdIU.Location = new System.Drawing.Point(110, 143);
this.tbThresholdIU.Name = "tbThresholdIU";
this.tbThresholdIU.Size = new System.Drawing.Size(100, 21);
this.tbThresholdIU.TabIndex = 40;
//
// tbThresholdIUU
//
this.tbThresholdIUU.Location = new System.Drawing.Point(110, 98);
this.tbThresholdIUU.Name = "tbThresholdIUU";
this.tbThresholdIUU.Size = new System.Drawing.Size(100, 21);
this.tbThresholdIUU.TabIndex = 37;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(264, 71);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 38;
this.label3.Text = "三相电压";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(111, 71);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 36;
this.label2.Text = "三相电流";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.tbThresholdULL);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.tbThresholdILL);
this.groupBox1.Controls.Add(this.tbThresholdUL);
this.groupBox1.Controls.Add(this.tbThresholdIL);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Location = new System.Drawing.Point(21, 47);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(379, 228);
this.groupBox1.TabIndex = 62;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "报警参数";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(32, 143);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 76;
this.label9.Text = "下 限";
//
// tbThresholdULL
//
this.tbThresholdULL.Location = new System.Drawing.Point(239, 184);
this.tbThresholdULL.Name = "tbThresholdULL";
this.tbThresholdULL.Size = new System.Drawing.Size(100, 21);
this.tbThresholdULL.TabIndex = 75;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(32, 188);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(41, 12);
this.label10.TabIndex = 77;
this.label10.Text = "下下限";
//
// tbThresholdILL
//
this.tbThresholdILL.Location = new System.Drawing.Point(89, 184);
this.tbThresholdILL.Name = "tbThresholdILL";
this.tbThresholdILL.Size = new System.Drawing.Size(100, 21);
this.tbThresholdILL.TabIndex = 65;
//
// tbThresholdUL
//
this.tbThresholdUL.Location = new System.Drawing.Point(239, 139);
this.tbThresholdUL.Name = "tbThresholdUL";
this.tbThresholdUL.Size = new System.Drawing.Size(100, 21);
this.tbThresholdUL.TabIndex = 74;
//
// tbThresholdIL
//
this.tbThresholdIL.Location = new System.Drawing.Point(89, 139);
this.tbThresholdIL.Name = "tbThresholdIL";
this.tbThresholdIL.Size = new System.Drawing.Size(100, 21);
this.tbThresholdIL.TabIndex = 64;
//
// E_AlarmSettingForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(421, 355);
this.Controls.Add(this.tbMeterNo);
this.Controls.Add(this.label13);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.tbThresholdUU);
this.Controls.Add(this.tbThresholdUUU);
this.Controls.Add(this.tbThresholdIU);
this.Controls.Add(this.tbThresholdIUU);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.groupBox1);
this.Name = "E_AlarmSettingForm";
this.Text = "E_AlarmSettingForm";
this.Shown += new System.EventHandler(this.E_AlarmSettingForm_Shown);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox tbMeterNo;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox tbThresholdUU;
private System.Windows.Forms.TextBox tbThresholdUUU;
private System.Windows.Forms.TextBox tbThresholdIU;
private System.Windows.Forms.TextBox tbThresholdIUU;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox tbThresholdULL;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox tbThresholdILL;
private System.Windows.Forms.TextBox tbThresholdUL;
private System.Windows.Forms.TextBox tbThresholdIL;
}
}