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.
CDJ/Monitor.ChargeTest/FrmChargeResult.Designer.cs

792 lines
34 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace Monitor.ChargeTest
{
partial class FrmChargeResult
{
/// <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 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
groupBox3 = new System.Windows.Forms.GroupBox();
label3 = new System.Windows.Forms.Label();
groupBox1 = new System.Windows.Forms.GroupBox();
lstBoxConnect = new System.Windows.Forms.ListBox();
txtDestAddr = new System.Windows.Forms.TextBox();
label2 = new System.Windows.Forms.Label();
txtChargePort = new System.Windows.Forms.TextBox();
label1 = new System.Windows.Forms.Label();
txtChargeIp = new System.Windows.Forms.TextBox();
BtnCloseConnect = new System.Windows.Forms.Button();
BtnChrg01Connect = new System.Windows.Forms.Button();
groupBox5 = new System.Windows.Forms.GroupBox();
lstSendFrameInfo = new System.Windows.Forms.ListBox();
groupBox9 = new System.Windows.Forms.GroupBox();
groupBox8 = new System.Windows.Forms.GroupBox();
button12 = new System.Windows.Forms.Button();
button15 = new System.Windows.Forms.Button();
button14 = new System.Windows.Forms.Button();
button16 = new System.Windows.Forms.Button();
lstRecvFrameInfo = new System.Windows.Forms.ListBox();
groupBox2 = new System.Windows.Forms.GroupBox();
button1 = new System.Windows.Forms.Button();
button2 = new System.Windows.Forms.Button();
button3 = new System.Windows.Forms.Button();
button4 = new System.Windows.Forms.Button();
button5 = new System.Windows.Forms.Button();
button6 = new System.Windows.Forms.Button();
button7 = new System.Windows.Forms.Button();
button8 = new System.Windows.Forms.Button();
button9 = new System.Windows.Forms.Button();
button10 = new System.Windows.Forms.Button();
groupBox4 = new System.Windows.Forms.GroupBox();
groupBox6 = new System.Windows.Forms.GroupBox();
groupBox7 = new System.Windows.Forms.GroupBox();
groupBox10 = new System.Windows.Forms.GroupBox();
groupBox13 = new System.Windows.Forms.GroupBox();
button32 = new System.Windows.Forms.Button();
button11 = new System.Windows.Forms.Button();
button13 = new System.Windows.Forms.Button();
button25 = new System.Windows.Forms.Button();
button31 = new System.Windows.Forms.Button();
groupBox14 = new System.Windows.Forms.GroupBox();
button33 = new System.Windows.Forms.Button();
button34 = new System.Windows.Forms.Button();
groupBox15 = new System.Windows.Forms.GroupBox();
button36 = new System.Windows.Forms.Button();
groupBox16 = new System.Windows.Forms.GroupBox();
button42 = new System.Windows.Forms.Button();
button41 = new System.Windows.Forms.Button();
button35 = new System.Windows.Forms.Button();
button37 = new System.Windows.Forms.Button();
button38 = new System.Windows.Forms.Button();
button39 = new System.Windows.Forms.Button();
button40 = new System.Windows.Forms.Button();
button17 = new System.Windows.Forms.Button();
groupBox3.SuspendLayout();
groupBox1.SuspendLayout();
groupBox5.SuspendLayout();
groupBox9.SuspendLayout();
groupBox8.SuspendLayout();
groupBox4.SuspendLayout();
groupBox6.SuspendLayout();
groupBox7.SuspendLayout();
groupBox10.SuspendLayout();
groupBox13.SuspendLayout();
groupBox14.SuspendLayout();
groupBox15.SuspendLayout();
groupBox16.SuspendLayout();
SuspendLayout();
//
// groupBox3
//
groupBox3.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
groupBox3.Controls.Add(label3);
groupBox3.Controls.Add(groupBox1);
groupBox3.Controls.Add(txtDestAddr);
groupBox3.Controls.Add(label2);
groupBox3.Controls.Add(txtChargePort);
groupBox3.Controls.Add(label1);
groupBox3.Controls.Add(txtChargeIp);
groupBox3.Controls.Add(BtnCloseConnect);
groupBox3.Controls.Add(BtnChrg01Connect);
groupBox3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
groupBox3.Location = new System.Drawing.Point(11, 28);
groupBox3.Margin = new System.Windows.Forms.Padding(5);
groupBox3.Name = "groupBox3";
groupBox3.Padding = new System.Windows.Forms.Padding(5);
groupBox3.Size = new System.Drawing.Size(1540, 63);
groupBox3.TabIndex = 80;
groupBox3.TabStop = false;
groupBox3.Text = "充电机连接";
//
// label3
//
label3.AutoSize = true;
label3.Location = new System.Drawing.Point(343, 33);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(94, 20);
label3.TabIndex = 20;
label3.Text = "DestAddr";
//
// groupBox1
//
groupBox1.Controls.Add(lstBoxConnect);
groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
groupBox1.Location = new System.Drawing.Point(861, 6);
groupBox1.Margin = new System.Windows.Forms.Padding(5);
groupBox1.Name = "groupBox1";
groupBox1.Padding = new System.Windows.Forms.Padding(5);
groupBox1.Size = new System.Drawing.Size(664, 57);
groupBox1.TabIndex = 79;
groupBox1.TabStop = false;
groupBox1.Text = "充电机连接状态";
//
// lstBoxConnect
//
lstBoxConnect.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
lstBoxConnect.FormattingEnabled = true;
lstBoxConnect.ItemHeight = 20;
lstBoxConnect.Location = new System.Drawing.Point(10, 18);
lstBoxConnect.Margin = new System.Windows.Forms.Padding(5);
lstBoxConnect.Name = "lstBoxConnect";
lstBoxConnect.Size = new System.Drawing.Size(641, 24);
lstBoxConnect.TabIndex = 71;
//
// txtDestAddr
//
txtDestAddr.Location = new System.Drawing.Point(443, 35);
txtDestAddr.Name = "txtDestAddr";
txtDestAddr.Size = new System.Drawing.Size(130, 27);
txtDestAddr.TabIndex = 19;
txtDestAddr.Text = "1";
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(205, 38);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(55, 20);
label2.TabIndex = 18;
label2.Text = "Port";
//
// txtChargePort
//
txtChargePort.Location = new System.Drawing.Point(271, 31);
txtChargePort.Name = "txtChargePort";
txtChargePort.Size = new System.Drawing.Size(72, 27);
txtChargePort.TabIndex = 17;
txtChargePort.Text = "502";
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(12, 38);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(41, 20);
label1.TabIndex = 16;
label1.Text = "IP ";
//
// txtChargeIp
//
txtChargeIp.Location = new System.Drawing.Point(64, 31);
txtChargeIp.Name = "txtChargeIp";
txtChargeIp.Size = new System.Drawing.Size(130, 27);
txtChargeIp.TabIndex = 15;
txtChargeIp.Text = "127.0.0.1";
//
// BtnCloseConnect
//
BtnCloseConnect.Location = new System.Drawing.Point(721, 25);
BtnCloseConnect.Margin = new System.Windows.Forms.Padding(5);
BtnCloseConnect.Name = "BtnCloseConnect";
BtnCloseConnect.Size = new System.Drawing.Size(130, 37);
BtnCloseConnect.TabIndex = 14;
BtnCloseConnect.Text = "关闭连接";
BtnCloseConnect.UseVisualStyleBackColor = true;
//
// BtnChrg01Connect
//
BtnChrg01Connect.Location = new System.Drawing.Point(581, 25);
BtnChrg01Connect.Margin = new System.Windows.Forms.Padding(5);
BtnChrg01Connect.Name = "BtnChrg01Connect";
BtnChrg01Connect.Size = new System.Drawing.Size(130, 37);
BtnChrg01Connect.TabIndex = 8;
BtnChrg01Connect.Text = "充电机连接";
BtnChrg01Connect.UseVisualStyleBackColor = true;
BtnChrg01Connect.Click += BtnChrg01Connect_Click;
//
// groupBox5
//
groupBox5.Controls.Add(lstSendFrameInfo);
groupBox5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
groupBox5.Location = new System.Drawing.Point(6, 477);
groupBox5.Margin = new System.Windows.Forms.Padding(5);
groupBox5.Name = "groupBox5";
groupBox5.Padding = new System.Windows.Forms.Padding(5);
groupBox5.Size = new System.Drawing.Size(1538, 172);
groupBox5.TabIndex = 82;
groupBox5.TabStop = false;
groupBox5.Text = "发送数据帧信息";
//
// lstSendFrameInfo
//
lstSendFrameInfo.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
lstSendFrameInfo.FormattingEnabled = true;
lstSendFrameInfo.ItemHeight = 20;
lstSendFrameInfo.Location = new System.Drawing.Point(10, 24);
lstSendFrameInfo.Margin = new System.Windows.Forms.Padding(5);
lstSendFrameInfo.Name = "lstSendFrameInfo";
lstSendFrameInfo.Size = new System.Drawing.Size(1522, 124);
lstSendFrameInfo.TabIndex = 73;
//
// groupBox9
//
groupBox9.Controls.Add(groupBox3);
groupBox9.Location = new System.Drawing.Point(8, 12);
groupBox9.Name = "groupBox9";
groupBox9.Size = new System.Drawing.Size(1551, 98);
groupBox9.TabIndex = 117;
groupBox9.TabStop = false;
groupBox9.Text = "站控发送指令";
//
// groupBox8
//
groupBox8.Controls.Add(button12);
groupBox8.Controls.Add(button15);
groupBox8.Controls.Add(button14);
groupBox8.Controls.Add(button16);
groupBox8.Location = new System.Drawing.Point(8, 116);
groupBox8.Name = "groupBox8";
groupBox8.Size = new System.Drawing.Size(555, 70);
groupBox8.TabIndex = 101;
groupBox8.TabStop = false;
groupBox8.Text = "协议格式";
//
// button12
//
button12.Location = new System.Drawing.Point(408, 19);
button12.Name = "button12";
button12.Size = new System.Drawing.Size(115, 37);
button12.TabIndex = 123;
button12.Text = "7";
button12.UseVisualStyleBackColor = true;
button12.Click += button12_Click;
//
// button15
//
button15.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button15.Location = new System.Drawing.Point(133, 17);
button15.Margin = new System.Windows.Forms.Padding(5);
button15.Name = "button15";
button15.Size = new System.Drawing.Size(115, 37);
button15.TabIndex = 91;
button15.Text = "(CMD=3)后台服务器下发充电桩字符型参数";
button15.UseVisualStyleBackColor = true;
button15.Click += button15_Click;
//
// button14
//
button14.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button14.Location = new System.Drawing.Point(8, 17);
button14.Margin = new System.Windows.Forms.Padding(5);
button14.Name = "button14";
button14.Size = new System.Drawing.Size(115, 37);
button14.TabIndex = 90;
button14.Text = "1";
button14.UseVisualStyleBackColor = true;
button14.Click += button14_Click;
//
// button16
//
button16.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button16.Location = new System.Drawing.Point(270, 17);
button16.Margin = new System.Windows.Forms.Padding(5);
button16.Name = "button16";
button16.Size = new System.Drawing.Size(115, 37);
button16.TabIndex = 92;
button16.Text = "(CMD=5)后台服务器下发充电桩控制命令";
button16.UseVisualStyleBackColor = true;
button16.Click += button16_Click;
//
// lstRecvFrameInfo
//
lstRecvFrameInfo.Anchor = System.Windows.Forms.AnchorStyles.None;
lstRecvFrameInfo.FormattingEnabled = true;
lstRecvFrameInfo.ItemHeight = 20;
lstRecvFrameInfo.Location = new System.Drawing.Point(8, 659);
lstRecvFrameInfo.Margin = new System.Windows.Forms.Padding(5);
lstRecvFrameInfo.Name = "lstRecvFrameInfo";
lstRecvFrameInfo.Size = new System.Drawing.Size(1536, 124);
lstRecvFrameInfo.TabIndex = 72;
//
// groupBox2
//
groupBox2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
groupBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
groupBox2.Location = new System.Drawing.Point(6, 753);
groupBox2.Margin = new System.Windows.Forms.Padding(5);
groupBox2.Name = "groupBox2";
groupBox2.Padding = new System.Windows.Forms.Padding(5);
groupBox2.Size = new System.Drawing.Size(1545, 0);
groupBox2.TabIndex = 81;
groupBox2.TabStop = false;
groupBox2.Text = "接收数据帧信息";
//
// button1
//
button1.Location = new System.Drawing.Point(6, 26);
button1.Name = "button1";
button1.Size = new System.Drawing.Size(115, 37);
button1.TabIndex = 118;
button1.Text = "1101";
button1.UseVisualStyleBackColor = true;
button1.Click += button1_Click;
//
// button2
//
button2.Location = new System.Drawing.Point(149, 26);
button2.Name = "button2";
button2.Size = new System.Drawing.Size(115, 37);
button2.TabIndex = 119;
button2.Text = "1103";
button2.UseVisualStyleBackColor = true;
button2.Click += button2_Click;
//
// button3
//
button3.Location = new System.Drawing.Point(294, 26);
button3.Name = "button3";
button3.Size = new System.Drawing.Size(115, 37);
button3.TabIndex = 120;
button3.Text = "1105";
button3.UseVisualStyleBackColor = true;
button3.Click += button3_Click;
//
// button4
//
button4.Location = new System.Drawing.Point(439, 26);
button4.Name = "button4";
button4.Size = new System.Drawing.Size(115, 37);
button4.TabIndex = 121;
button4.Text = "1107";
button4.UseVisualStyleBackColor = true;
button4.Click += button4_Click;
//
// button5
//
button5.Location = new System.Drawing.Point(6, 26);
button5.Name = "button5";
button5.Size = new System.Drawing.Size(115, 37);
button5.TabIndex = 122;
button5.Text = "1301";
button5.UseVisualStyleBackColor = true;
button5.Click += button5_Click;
//
// button6
//
button6.Location = new System.Drawing.Point(6, 26);
button6.Name = "button6";
button6.Size = new System.Drawing.Size(115, 37);
button6.TabIndex = 123;
button6.Text = "1401";
button6.UseVisualStyleBackColor = true;
button6.Click += button6_Click;
//
// button7
//
button7.Location = new System.Drawing.Point(127, 26);
button7.Name = "button7";
button7.Size = new System.Drawing.Size(115, 37);
button7.TabIndex = 124;
button7.Text = "1406";
button7.UseVisualStyleBackColor = true;
button7.Click += button7_Click;
//
// button8
//
button8.Location = new System.Drawing.Point(5, 26);
button8.Name = "button8";
button8.Size = new System.Drawing.Size(115, 37);
button8.TabIndex = 125;
button8.Text = "1502";
button8.UseVisualStyleBackColor = true;
button8.Click += button8_Click;
//
// button9
//
button9.Location = new System.Drawing.Point(147, 26);
button9.Name = "button9";
button9.Size = new System.Drawing.Size(115, 37);
button9.TabIndex = 126;
button9.Text = "1504";
button9.UseVisualStyleBackColor = true;
button9.Click += button9_Click;
//
// button10
//
button10.Location = new System.Drawing.Point(289, 26);
button10.Name = "button10";
button10.Size = new System.Drawing.Size(115, 37);
button10.TabIndex = 127;
button10.Text = "1506";
button10.UseVisualStyleBackColor = true;
button10.Click += button10_Click;
//
// groupBox4
//
groupBox4.Controls.Add(button3);
groupBox4.Controls.Add(button1);
groupBox4.Controls.Add(button2);
groupBox4.Controls.Add(button4);
groupBox4.Location = new System.Drawing.Point(9, 381);
groupBox4.Name = "groupBox4";
groupBox4.Size = new System.Drawing.Size(562, 75);
groupBox4.TabIndex = 128;
groupBox4.TabStop = false;
groupBox4.Text = "与计费策略相关的指令";
//
// groupBox6
//
groupBox6.Controls.Add(button5);
groupBox6.Location = new System.Drawing.Point(602, 381);
groupBox6.Name = "groupBox6";
groupBox6.Size = new System.Drawing.Size(130, 75);
groupBox6.TabIndex = 129;
groupBox6.TabStop = false;
groupBox6.Text = "白名单报文";
//
// groupBox7
//
groupBox7.Controls.Add(button6);
groupBox7.Controls.Add(button7);
groupBox7.Location = new System.Drawing.Point(758, 381);
groupBox7.Name = "groupBox7";
groupBox7.Size = new System.Drawing.Size(250, 75);
groupBox7.TabIndex = 129;
groupBox7.TabStop = false;
groupBox7.Text = "FTP远程升级、FTP日志上传";
//
// groupBox10
//
groupBox10.Controls.Add(button9);
groupBox10.Controls.Add(button8);
groupBox10.Controls.Add(button10);
groupBox10.Location = new System.Drawing.Point(1034, 381);
groupBox10.Name = "groupBox10";
groupBox10.Size = new System.Drawing.Size(410, 75);
groupBox10.TabIndex = 130;
groupBox10.TabStop = false;
groupBox10.Text = "协议方式日志上传";
//
// groupBox13
//
groupBox13.Controls.Add(button32);
groupBox13.Controls.Add(button11);
groupBox13.Controls.Add(button13);
groupBox13.Controls.Add(button25);
groupBox13.Controls.Add(button31);
groupBox13.Location = new System.Drawing.Point(11, 212);
groupBox13.Name = "groupBox13";
groupBox13.Size = new System.Drawing.Size(712, 75);
groupBox13.TabIndex = 129;
groupBox13.TabStop = false;
groupBox13.Text = "充电信息数据";
//
// button32
//
button32.Location = new System.Drawing.Point(576, 26);
button32.Name = "button32";
button32.Size = new System.Drawing.Size(115, 37);
button32.TabIndex = 122;
button32.Text = "209";
button32.UseVisualStyleBackColor = true;
button32.Click += button32_Click;
//
// button11
//
button11.Location = new System.Drawing.Point(294, 26);
button11.Name = "button11";
button11.Size = new System.Drawing.Size(115, 37);
button11.TabIndex = 120;
button11.Text = "205";
button11.UseVisualStyleBackColor = true;
button11.Click += button11_Click;
//
// button13
//
button13.Location = new System.Drawing.Point(6, 26);
button13.Name = "button13";
button13.Size = new System.Drawing.Size(115, 37);
button13.TabIndex = 118;
button13.Text = "201/221";
button13.UseVisualStyleBackColor = true;
button13.Click += button13_Click;
//
// button25
//
button25.Location = new System.Drawing.Point(149, 26);
button25.Name = "button25";
button25.Size = new System.Drawing.Size(115, 37);
button25.TabIndex = 119;
button25.Text = "203";
button25.UseVisualStyleBackColor = true;
button25.Click += button25_Click;
//
// button31
//
button31.Location = new System.Drawing.Point(439, 26);
button31.Name = "button31";
button31.Size = new System.Drawing.Size(115, 37);
button31.TabIndex = 121;
button31.Text = "207";
button31.UseVisualStyleBackColor = true;
button31.Click += button31_Click;
//
// groupBox14
//
groupBox14.Controls.Add(button33);
groupBox14.Controls.Add(button34);
groupBox14.Location = new System.Drawing.Point(740, 212);
groupBox14.Name = "groupBox14";
groupBox14.Size = new System.Drawing.Size(273, 75);
groupBox14.TabIndex = 130;
groupBox14.TabStop = false;
groupBox14.Text = "直流充电桩BMS信息数据预留";
//
// button33
//
button33.Location = new System.Drawing.Point(6, 26);
button33.Name = "button33";
button33.Size = new System.Drawing.Size(115, 37);
button33.TabIndex = 118;
button33.Text = "301";
button33.UseVisualStyleBackColor = true;
button33.Click += button33_Click;
//
// button34
//
button34.Location = new System.Drawing.Point(140, 26);
button34.Name = "button34";
button34.Size = new System.Drawing.Size(115, 37);
button34.TabIndex = 119;
button34.Text = "303";
button34.UseVisualStyleBackColor = true;
button34.Click += button34_Click;
//
// groupBox15
//
groupBox15.Controls.Add(button36);
groupBox15.Location = new System.Drawing.Point(1039, 212);
groupBox15.Name = "groupBox15";
groupBox15.Size = new System.Drawing.Size(130, 75);
groupBox15.TabIndex = 130;
groupBox15.TabStop = false;
groupBox15.Text = "历史数据";
//
// button36
//
button36.Location = new System.Drawing.Point(6, 26);
button36.Name = "button36";
button36.Size = new System.Drawing.Size(115, 37);
button36.TabIndex = 122;
button36.Text = "401/421";
button36.UseVisualStyleBackColor = true;
button36.Click += button36_Click;
//
// groupBox16
//
groupBox16.Controls.Add(button42);
groupBox16.Controls.Add(button41);
groupBox16.Controls.Add(button35);
groupBox16.Controls.Add(button37);
groupBox16.Controls.Add(button38);
groupBox16.Controls.Add(button39);
groupBox16.Controls.Add(button40);
groupBox16.Location = new System.Drawing.Point(6, 293);
groupBox16.Name = "groupBox16";
groupBox16.Size = new System.Drawing.Size(1007, 75);
groupBox16.TabIndex = 130;
groupBox16.TabStop = false;
groupBox16.Text = "升级命令";
//
// button42
//
button42.Location = new System.Drawing.Point(870, 26);
button42.Name = "button42";
button42.Size = new System.Drawing.Size(115, 37);
button42.TabIndex = 124;
button42.Text = "1021";
button42.UseVisualStyleBackColor = true;
button42.Click += button42_Click;
//
// button41
//
button41.Location = new System.Drawing.Point(726, 26);
button41.Name = "button41";
button41.Size = new System.Drawing.Size(115, 37);
button41.TabIndex = 123;
button41.Text = "1011";
button41.UseVisualStyleBackColor = true;
button41.Click += button41_Click;
//
// button35
//
button35.Location = new System.Drawing.Point(582, 26);
button35.Name = "button35";
button35.Size = new System.Drawing.Size(115, 37);
button35.TabIndex = 122;
button35.Text = "1009";
button35.UseVisualStyleBackColor = true;
button35.Click += button35_Click;
//
// button37
//
button37.Location = new System.Drawing.Point(294, 26);
button37.Name = "button37";
button37.Size = new System.Drawing.Size(115, 37);
button37.TabIndex = 120;
button37.Text = "1005";
button37.UseVisualStyleBackColor = true;
button37.Click += button37_Click;
//
// button38
//
button38.Location = new System.Drawing.Point(6, 26);
button38.Name = "button38";
button38.Size = new System.Drawing.Size(115, 37);
button38.TabIndex = 118;
button38.Text = "1001";
button38.UseVisualStyleBackColor = true;
button38.Click += button38_Click;
//
// button39
//
button39.Location = new System.Drawing.Point(150, 26);
button39.Name = "button39";
button39.Size = new System.Drawing.Size(115, 37);
button39.TabIndex = 119;
button39.Text = "1003";
button39.UseVisualStyleBackColor = true;
button39.Click += button39_Click;
//
// button40
//
button40.Location = new System.Drawing.Point(438, 26);
button40.Name = "button40";
button40.Size = new System.Drawing.Size(115, 37);
button40.TabIndex = 121;
button40.Text = "1007";
button40.UseVisualStyleBackColor = true;
button40.Click += button40_Click;
//
// button17
//
button17.Location = new System.Drawing.Point(608, 135);
button17.Name = "button17";
button17.Size = new System.Drawing.Size(115, 37);
button17.TabIndex = 124;
button17.Text = "113";
button17.UseVisualStyleBackColor = true;
button17.Click += button17_Click;
//
// FrmChargeResult
//
AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
ClientSize = new System.Drawing.Size(1563, 900);
Controls.Add(button17);
Controls.Add(lstRecvFrameInfo);
Controls.Add(groupBox16);
Controls.Add(groupBox15);
Controls.Add(groupBox14);
Controls.Add(groupBox13);
Controls.Add(groupBox10);
Controls.Add(groupBox7);
Controls.Add(groupBox6);
Controls.Add(groupBox4);
Controls.Add(groupBox9);
Controls.Add(groupBox5);
Controls.Add(groupBox8);
Controls.Add(groupBox2);
FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
Margin = new System.Windows.Forms.Padding(5);
Name = "FrmChargeResult";
Text = "充电机对接";
groupBox3.ResumeLayout(false);
groupBox3.PerformLayout();
groupBox1.ResumeLayout(false);
groupBox5.ResumeLayout(false);
groupBox9.ResumeLayout(false);
groupBox8.ResumeLayout(false);
groupBox4.ResumeLayout(false);
groupBox6.ResumeLayout(false);
groupBox7.ResumeLayout(false);
groupBox10.ResumeLayout(false);
groupBox13.ResumeLayout(false);
groupBox14.ResumeLayout(false);
groupBox15.ResumeLayout(false);
groupBox16.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ListBox lstBoxConnect;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.ListBox lstSendFrameInfo;
private System.Windows.Forms.Button BtnChrg01Connect;
private System.Windows.Forms.Button BtnCloseConnect;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtChargePort;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtChargeIp;
private System.Windows.Forms.GroupBox groupBox9;
private System.Windows.Forms.ListBox lstRecvFrameInfo;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtDestAddr;
private System.Windows.Forms.Button button14;
private System.Windows.Forms.Button button16;
private System.Windows.Forms.Button button15;
private System.Windows.Forms.GroupBox groupBox8;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.GroupBox groupBox10;
private System.Windows.Forms.GroupBox groupBox13;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button13;
private System.Windows.Forms.Button button25;
private System.Windows.Forms.Button button31;
private System.Windows.Forms.Button button32;
private System.Windows.Forms.GroupBox groupBox14;
private System.Windows.Forms.Button button33;
private System.Windows.Forms.Button button34;
private System.Windows.Forms.GroupBox groupBox15;
private System.Windows.Forms.Button button36;
private System.Windows.Forms.GroupBox groupBox16;
private System.Windows.Forms.Button button42;
private System.Windows.Forms.Button button41;
private System.Windows.Forms.Button button35;
private System.Windows.Forms.Button button37;
private System.Windows.Forms.Button button38;
private System.Windows.Forms.Button button39;
private System.Windows.Forms.Button button40;
private System.Windows.Forms.Button button12;
private System.Windows.Forms.Button button17;
}
}