You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
365 lines
17 KiB
365 lines
17 KiB
|
|
namespace Monitor.ModbusTcpEMeterTest
|
|
{
|
|
partial class FrmElecMeterResult
|
|
{
|
|
/// <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.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.txtEnergy09 = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.txtEnergy08 = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.txtEnergy07 = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtEnergy06 = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtEnergy05 = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtEnergy04 = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtEnergy03 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtEnergy02 = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtEnergy01 = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.BtnClose = new System.Windows.Forms.Button();
|
|
this.BtnDisconnect = new System.Windows.Forms.Button();
|
|
this.BtnConnect = new System.Windows.Forms.Button();
|
|
this.BtnDataTest = new System.Windows.Forms.Button();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.txtEnergy09);
|
|
this.groupBox2.Controls.Add(this.label9);
|
|
this.groupBox2.Controls.Add(this.txtEnergy08);
|
|
this.groupBox2.Controls.Add(this.label7);
|
|
this.groupBox2.Controls.Add(this.txtEnergy07);
|
|
this.groupBox2.Controls.Add(this.label6);
|
|
this.groupBox2.Controls.Add(this.txtEnergy06);
|
|
this.groupBox2.Controls.Add(this.label5);
|
|
this.groupBox2.Controls.Add(this.txtEnergy05);
|
|
this.groupBox2.Controls.Add(this.label4);
|
|
this.groupBox2.Controls.Add(this.txtEnergy04);
|
|
this.groupBox2.Controls.Add(this.label3);
|
|
this.groupBox2.Controls.Add(this.txtEnergy03);
|
|
this.groupBox2.Controls.Add(this.label2);
|
|
this.groupBox2.Controls.Add(this.txtEnergy02);
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
this.groupBox2.Controls.Add(this.txtEnergy01);
|
|
this.groupBox2.Controls.Add(this.label8);
|
|
this.groupBox2.Location = new System.Drawing.Point(14, 154);
|
|
this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.groupBox2.Size = new System.Drawing.Size(1253, 157);
|
|
this.groupBox2.TabIndex = 48;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "电表状态";
|
|
//
|
|
// txtEnergy09
|
|
//
|
|
this.txtEnergy09.Location = new System.Drawing.Point(1146, 66);
|
|
this.txtEnergy09.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtEnergy09.Name = "txtEnergy09";
|
|
this.txtEnergy09.ReadOnly = true;
|
|
this.txtEnergy09.Size = new System.Drawing.Size(84, 27);
|
|
this.txtEnergy09.TabIndex = 58;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(1036, 69);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(108, 20);
|
|
this.label9.TabIndex = 57;
|
|
this.label9.Text = "8号充电机电能";
|
|
//
|
|
// txtEnergy08
|
|
//
|
|
this.txtEnergy08.Location = new System.Drawing.Point(895, 97);
|
|
this.txtEnergy08.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtEnergy08.Name = "txtEnergy08";
|
|
this.txtEnergy08.ReadOnly = true;
|
|
this.txtEnergy08.Size = new System.Drawing.Size(84, 27);
|
|
this.txtEnergy08.TabIndex = 56;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(785, 100);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(108, 20);
|
|
this.label7.TabIndex = 55;
|
|
this.label7.Text = "7号充电机电能";
|
|
//
|
|
// txtEnergy07
|
|
//
|
|
this.txtEnergy07.Location = new System.Drawing.Point(664, 100);
|
|
this.txtEnergy07.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtEnergy07.Name = "txtEnergy07";
|
|
this.txtEnergy07.ReadOnly = true;
|
|
this.txtEnergy07.Size = new System.Drawing.Size(84, 27);
|
|
this.txtEnergy07.TabIndex = 54;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(554, 103);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(108, 20);
|
|
this.label6.TabIndex = 53;
|
|
this.label6.Text = "5号充电机电能";
|
|
//
|
|
// txtEnergy06
|
|
//
|
|
this.txtEnergy06.Location = new System.Drawing.Point(423, 97);
|
|
this.txtEnergy06.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtEnergy06.Name = "txtEnergy06";
|
|
this.txtEnergy06.ReadOnly = true;
|
|
this.txtEnergy06.Size = new System.Drawing.Size(84, 27);
|
|
this.txtEnergy06.TabIndex = 52;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(313, 100);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(108, 20);
|
|
this.label5.TabIndex = 51;
|
|
this.label5.Text = "4号充电机电能";
|
|
//
|
|
// txtEnergy05
|
|
//
|
|
this.txtEnergy05.Location = new System.Drawing.Point(154, 101);
|
|
this.txtEnergy05.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtEnergy05.Name = "txtEnergy05";
|
|
this.txtEnergy05.ReadOnly = true;
|
|
this.txtEnergy05.Size = new System.Drawing.Size(84, 27);
|
|
this.txtEnergy05.TabIndex = 50;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(44, 104);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(108, 20);
|
|
this.label4.TabIndex = 49;
|
|
this.label4.Text = "3号充电机电能";
|
|
//
|
|
// txtEnergy04
|
|
//
|
|
this.txtEnergy04.Location = new System.Drawing.Point(895, 35);
|
|
this.txtEnergy04.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtEnergy04.Name = "txtEnergy04";
|
|
this.txtEnergy04.ReadOnly = true;
|
|
this.txtEnergy04.Size = new System.Drawing.Size(84, 27);
|
|
this.txtEnergy04.TabIndex = 48;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(785, 38);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(108, 20);
|
|
this.label3.TabIndex = 47;
|
|
this.label3.Text = "2号充电机电能";
|
|
//
|
|
// txtEnergy03
|
|
//
|
|
this.txtEnergy03.Location = new System.Drawing.Point(664, 38);
|
|
this.txtEnergy03.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtEnergy03.Name = "txtEnergy03";
|
|
this.txtEnergy03.ReadOnly = true;
|
|
this.txtEnergy03.Size = new System.Drawing.Size(84, 27);
|
|
this.txtEnergy03.TabIndex = 46;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(554, 41);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(108, 20);
|
|
this.label2.TabIndex = 45;
|
|
this.label2.Text = "1号充电机电能";
|
|
//
|
|
// txtEnergy02
|
|
//
|
|
this.txtEnergy02.Location = new System.Drawing.Point(423, 35);
|
|
this.txtEnergy02.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtEnergy02.Name = "txtEnergy02";
|
|
this.txtEnergy02.ReadOnly = true;
|
|
this.txtEnergy02.Size = new System.Drawing.Size(84, 27);
|
|
this.txtEnergy02.TabIndex = 44;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(313, 38);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(99, 20);
|
|
this.label1.TabIndex = 43;
|
|
this.label1.Text = "水冷电表电能";
|
|
//
|
|
// txtEnergy01
|
|
//
|
|
this.txtEnergy01.Location = new System.Drawing.Point(154, 39);
|
|
this.txtEnergy01.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtEnergy01.Name = "txtEnergy01";
|
|
this.txtEnergy01.ReadOnly = true;
|
|
this.txtEnergy01.Size = new System.Drawing.Size(84, 27);
|
|
this.txtEnergy01.TabIndex = 42;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(44, 42);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(99, 20);
|
|
this.label8.TabIndex = 40;
|
|
this.label8.Text = "主控电表电能";
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.BtnDataTest);
|
|
this.groupBox3.Controls.Add(this.BtnClose);
|
|
this.groupBox3.Controls.Add(this.BtnDisconnect);
|
|
this.groupBox3.Controls.Add(this.BtnConnect);
|
|
this.groupBox3.Location = new System.Drawing.Point(14, 15);
|
|
this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.groupBox3.Size = new System.Drawing.Size(1252, 120);
|
|
this.groupBox3.TabIndex = 49;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "电表链接";
|
|
//
|
|
// BtnClose
|
|
//
|
|
this.BtnClose.Location = new System.Drawing.Point(1126, 45);
|
|
this.BtnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.BtnClose.Name = "BtnClose";
|
|
this.BtnClose.Size = new System.Drawing.Size(118, 40);
|
|
this.BtnClose.TabIndex = 53;
|
|
this.BtnClose.Text = "关 闭";
|
|
this.BtnClose.UseVisualStyleBackColor = true;
|
|
this.BtnClose.Click += new System.EventHandler(this.BtnClose_Click);
|
|
//
|
|
// BtnDisconnect
|
|
//
|
|
this.BtnDisconnect.Location = new System.Drawing.Point(166, 45);
|
|
this.BtnDisconnect.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.BtnDisconnect.Name = "BtnDisconnect";
|
|
this.BtnDisconnect.Size = new System.Drawing.Size(112, 40);
|
|
this.BtnDisconnect.TabIndex = 48;
|
|
this.BtnDisconnect.Text = "断开";
|
|
this.BtnDisconnect.UseVisualStyleBackColor = true;
|
|
this.BtnDisconnect.Click += new System.EventHandler(this.BtnDisconnect_Click);
|
|
//
|
|
// BtnConnect
|
|
//
|
|
this.BtnConnect.Location = new System.Drawing.Point(22, 45);
|
|
this.BtnConnect.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.BtnConnect.Name = "BtnConnect";
|
|
this.BtnConnect.Size = new System.Drawing.Size(112, 40);
|
|
this.BtnConnect.TabIndex = 47;
|
|
this.BtnConnect.Text = "连接";
|
|
this.BtnConnect.UseVisualStyleBackColor = true;
|
|
this.BtnConnect.Click += new System.EventHandler(this.BtnConnect_Click);
|
|
//
|
|
// BtnDataTest
|
|
//
|
|
this.BtnDataTest.Location = new System.Drawing.Point(747, 45);
|
|
this.BtnDataTest.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.BtnDataTest.Name = "BtnDataTest";
|
|
this.BtnDataTest.Size = new System.Drawing.Size(112, 40);
|
|
this.BtnDataTest.TabIndex = 54;
|
|
this.BtnDataTest.Text = "数据测试";
|
|
this.BtnDataTest.UseVisualStyleBackColor = true;
|
|
this.BtnDataTest.Click += new System.EventHandler(this.BtnDataTest_Click);
|
|
//
|
|
// FrmElecMeterResult
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1279, 347);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Name = "FrmElecMeterResult";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
|
|
this.Text = "测试读写控制器";
|
|
this.Load += new System.EventHandler(this.FrmRwEMeterResult_Load);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.TextBox txtEnergy01;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.Button BtnDisconnect;
|
|
private System.Windows.Forms.Button BtnConnect;
|
|
private System.Windows.Forms.Button BtnClose;
|
|
private System.Windows.Forms.TextBox txtEnergy09;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox txtEnergy08;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox txtEnergy07;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txtEnergy06;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txtEnergy05;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txtEnergy04;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtEnergy03;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtEnergy02;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button BtnDataTest;
|
|
}
|
|
} |