namespace Monitor.ChargeTest
{
partial class FrmChargeResult
{
///
/// 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 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
groupBox3 = new System.Windows.Forms.GroupBox();
label3 = new System.Windows.Forms.Label();
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();
groupBox1 = new System.Windows.Forms.GroupBox();
lstBoxConnect = new System.Windows.Forms.ListBox();
groupBox5 = new System.Windows.Forms.GroupBox();
lstSendFrameInfo = new System.Windows.Forms.ListBox();
BtnChrg01SignIn = new System.Windows.Forms.Button();
BtnChrg01Stop = new System.Windows.Forms.Button();
BtnChrg01Start = new System.Windows.Forms.Button();
BtnChrg01SharpPeak = new System.Windows.Forms.Button();
button1 = new System.Windows.Forms.Button();
button2 = new System.Windows.Forms.Button();
groupBox4 = new System.Windows.Forms.GroupBox();
button13 = new System.Windows.Forms.Button();
button3 = new System.Windows.Forms.Button();
groupBox6 = new System.Windows.Forms.GroupBox();
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();
groupBox7 = new System.Windows.Forms.GroupBox();
button4 = new System.Windows.Forms.Button();
button10 = new System.Windows.Forms.Button();
button11 = new System.Windows.Forms.Button();
groupBox9 = new System.Windows.Forms.GroupBox();
groupBox10 = new System.Windows.Forms.GroupBox();
button25 = new System.Windows.Forms.Button();
groupBox11 = new System.Windows.Forms.GroupBox();
button26 = new System.Windows.Forms.Button();
button20 = new System.Windows.Forms.Button();
button21 = new System.Windows.Forms.Button();
button24 = new System.Windows.Forms.Button();
button19 = new System.Windows.Forms.Button();
button23 = new System.Windows.Forms.Button();
button22 = new System.Windows.Forms.Button();
groupBox8 = new System.Windows.Forms.GroupBox();
groupBox12 = new System.Windows.Forms.GroupBox();
button12 = new System.Windows.Forms.Button();
button27 = new System.Windows.Forms.Button();
button28 = new System.Windows.Forms.Button();
button29 = new System.Windows.Forms.Button();
button30 = new System.Windows.Forms.Button();
button15 = new System.Windows.Forms.Button();
button14 = new System.Windows.Forms.Button();
button16 = new System.Windows.Forms.Button();
button17 = new System.Windows.Forms.Button();
button18 = new System.Windows.Forms.Button();
lstRecvFrameInfo = new System.Windows.Forms.ListBox();
groupBox2 = new System.Windows.Forms.GroupBox();
groupBox3.SuspendLayout();
groupBox1.SuspendLayout();
groupBox5.SuspendLayout();
groupBox4.SuspendLayout();
groupBox6.SuspendLayout();
groupBox7.SuspendLayout();
groupBox9.SuspendLayout();
groupBox10.SuspendLayout();
groupBox11.SuspendLayout();
groupBox8.SuspendLayout();
groupBox12.SuspendLayout();
groupBox2.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(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(437, 34);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(94, 20);
label3.TabIndex = 20;
label3.Text = "DestAddr:";
//
// txtDestAddr
//
txtDestAddr.Location = new System.Drawing.Point(539, 28);
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(130, 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(908, 21);
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;
BtnCloseConnect.Click += BtnCloseConnect_Click;
//
// BtnChrg01Connect
//
BtnChrg01Connect.Location = new System.Drawing.Point(715, 23);
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;
//
// 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(7, 96);
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(1536, 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(1513, 24);
lstBoxConnect.TabIndex = 71;
//
// 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(14, 392);
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(1524, 178);
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(-68, 24);
lstSendFrameInfo.Margin = new System.Windows.Forms.Padding(5);
lstSendFrameInfo.Name = "lstSendFrameInfo";
lstSendFrameInfo.Size = new System.Drawing.Size(1576, 144);
lstSendFrameInfo.TabIndex = 73;
//
// BtnChrg01SignIn
//
BtnChrg01SignIn.Location = new System.Drawing.Point(8, 20);
BtnChrg01SignIn.Margin = new System.Windows.Forms.Padding(5);
BtnChrg01SignIn.Name = "BtnChrg01SignIn";
BtnChrg01SignIn.Size = new System.Drawing.Size(140, 37);
BtnChrg01SignIn.TabIndex = 84;
BtnChrg01SignIn.Text = "充电机鉴权";
BtnChrg01SignIn.UseVisualStyleBackColor = true;
BtnChrg01SignIn.Click += BtnChrg01SignIn_Click;
//
// BtnChrg01Stop
//
BtnChrg01Stop.Location = new System.Drawing.Point(440, 20);
BtnChrg01Stop.Margin = new System.Windows.Forms.Padding(5);
BtnChrg01Stop.Name = "BtnChrg01Stop";
BtnChrg01Stop.Size = new System.Drawing.Size(140, 37);
BtnChrg01Stop.TabIndex = 83;
BtnChrg01Stop.Text = "充电机停止充电";
BtnChrg01Stop.UseVisualStyleBackColor = true;
BtnChrg01Stop.Click += BtnChrg01Stop_Click;
//
// BtnChrg01Start
//
BtnChrg01Start.Location = new System.Drawing.Point(224, 20);
BtnChrg01Start.Margin = new System.Windows.Forms.Padding(5);
BtnChrg01Start.Name = "BtnChrg01Start";
BtnChrg01Start.Size = new System.Drawing.Size(140, 37);
BtnChrg01Start.TabIndex = 85;
BtnChrg01Start.Text = "充电机开始充电";
BtnChrg01Start.UseVisualStyleBackColor = true;
BtnChrg01Start.Click += BtnChrg01Start_Click;
//
// BtnChrg01SharpPeak
//
BtnChrg01SharpPeak.Location = new System.Drawing.Point(616, 20);
BtnChrg01SharpPeak.Margin = new System.Windows.Forms.Padding(5);
BtnChrg01SharpPeak.Name = "BtnChrg01SharpPeak";
BtnChrg01SharpPeak.Size = new System.Drawing.Size(220, 37);
BtnChrg01SharpPeak.TabIndex = 88;
BtnChrg01SharpPeak.Text = "设置充电机尖峰平谷";
BtnChrg01SharpPeak.UseVisualStyleBackColor = true;
BtnChrg01SharpPeak.Click += BtnChrg01SharpPeak_Click;
//
// button1
//
button1.Location = new System.Drawing.Point(718, 23);
button1.Margin = new System.Windows.Forms.Padding(5);
button1.Name = "button1";
button1.Size = new System.Drawing.Size(220, 37);
button1.TabIndex = 86;
button1.Text = " 监控平台应答充电启动完成帧";
button1.UseVisualStyleBackColor = true;
button1.Click += button1_Click;
//
// button2
//
button2.Location = new System.Drawing.Point(462, 20);
button2.Margin = new System.Windows.Forms.Padding(5);
button2.Name = "button2";
button2.Size = new System.Drawing.Size(225, 37);
button2.TabIndex = 113;
button2.Text = "监控平台应答停止充电完成帧";
button2.UseVisualStyleBackColor = true;
button2.Click += button2_Click;
//
// groupBox4
//
groupBox4.Controls.Add(BtnChrg01SignIn);
groupBox4.Controls.Add(BtnChrg01Start);
groupBox4.Controls.Add(BtnChrg01Stop);
groupBox4.Controls.Add(button13);
groupBox4.Controls.Add(BtnChrg01SharpPeak);
groupBox4.Location = new System.Drawing.Point(19, 881);
groupBox4.Name = "groupBox4";
groupBox4.Size = new System.Drawing.Size(1533, 68);
groupBox4.TabIndex = 113;
groupBox4.TabStop = false;
groupBox4.Text = "设备鉴权和操作指令";
//
// button13
//
button13.Location = new System.Drawing.Point(890, 20);
button13.Margin = new System.Windows.Forms.Padding(5);
button13.Name = "button13";
button13.Size = new System.Drawing.Size(245, 37);
button13.TabIndex = 86;
button13.Text = "站控查询监控网关尖峰平谷设置";
button13.UseVisualStyleBackColor = true;
button13.Click += button13_Click;
//
// button3
//
button3.Location = new System.Drawing.Point(1231, 20);
button3.Margin = new System.Windows.Forms.Padding(5);
button3.Name = "button3";
button3.Size = new System.Drawing.Size(272, 37);
button3.TabIndex = 114;
button3.Text = "监控平台应答充电设备登录签到报文";
button3.UseVisualStyleBackColor = true;
button3.Click += button3_Click;
//
// groupBox6
//
groupBox6.Controls.Add(button5);
groupBox6.Controls.Add(button6);
groupBox6.Controls.Add(button7);
groupBox6.Controls.Add(button8);
groupBox6.Controls.Add(button9);
groupBox6.Location = new System.Drawing.Point(19, 955);
groupBox6.Name = "groupBox6";
groupBox6.Size = new System.Drawing.Size(1533, 68);
groupBox6.TabIndex = 115;
groupBox6.TabStop = false;
groupBox6.Text = "参数设置";
//
// button5
//
button5.Location = new System.Drawing.Point(1076, 20);
button5.Margin = new System.Windows.Forms.Padding(5);
button5.Name = "button5";
button5.Size = new System.Drawing.Size(220, 37);
button5.TabIndex = 113;
button5.Text = "监控平台下发版本号查询";
button5.UseVisualStyleBackColor = true;
button5.Click += button5_Click;
//
// button6
//
button6.Location = new System.Drawing.Point(8, 20);
button6.Margin = new System.Windows.Forms.Padding(5);
button6.Name = "button6";
button6.Size = new System.Drawing.Size(220, 37);
button6.TabIndex = 84;
button6.Text = "发送功率调节指令";
button6.UseVisualStyleBackColor = true;
button6.Click += button6_Click;
//
// button7
//
button7.Location = new System.Drawing.Point(275, 20);
button7.Margin = new System.Windows.Forms.Padding(5);
button7.Name = "button7";
button7.Size = new System.Drawing.Size(220, 37);
button7.TabIndex = 85;
button7.Text = "下发辅源控制指令";
button7.UseVisualStyleBackColor = true;
button7.Click += button7_Click;
//
// button8
//
button8.Location = new System.Drawing.Point(542, 20);
button8.Margin = new System.Windows.Forms.Padding(5);
button8.Name = "button8";
button8.Size = new System.Drawing.Size(220, 37);
button8.TabIndex = 83;
button8.Text = "下发掉线停止充电";
button8.UseVisualStyleBackColor = true;
button8.Click += button8_Click;
//
// button9
//
button9.Location = new System.Drawing.Point(809, 20);
button9.Margin = new System.Windows.Forms.Padding(5);
button9.Name = "button9";
button9.Size = new System.Drawing.Size(220, 37);
button9.TabIndex = 86;
button9.Text = "下发站外允许充电SOC";
button9.UseVisualStyleBackColor = true;
button9.Click += button9_Click;
//
// groupBox7
//
groupBox7.Controls.Add(button3);
groupBox7.Controls.Add(button4);
groupBox7.Controls.Add(button2);
groupBox7.Controls.Add(button1);
groupBox7.Controls.Add(button10);
groupBox7.Controls.Add(button11);
groupBox7.Location = new System.Drawing.Point(19, 1029);
groupBox7.Name = "groupBox7";
groupBox7.Size = new System.Drawing.Size(1533, 68);
groupBox7.TabIndex = 116;
groupBox7.TabStop = false;
groupBox7.Text = "站控数据上报\\查询";
//
// button4
//
button4.Location = new System.Drawing.Point(976, 20);
button4.Margin = new System.Windows.Forms.Padding(5);
button4.Name = "button4";
button4.Size = new System.Drawing.Size(245, 37);
button4.TabIndex = 113;
button4.Text = "站控响应充放电机上报模块状态";
button4.UseVisualStyleBackColor = true;
button4.Click += button4_Click;
//
// button10
//
button10.Location = new System.Drawing.Point(8, 20);
button10.Margin = new System.Windows.Forms.Padding(5);
button10.Name = "button10";
button10.Size = new System.Drawing.Size(197, 37);
button10.TabIndex = 84;
button10.Text = "主动上送充电记录响应";
button10.UseVisualStyleBackColor = true;
button10.Click += button10_Click;
//
// button11
//
button11.Location = new System.Drawing.Point(238, 20);
button11.Margin = new System.Windows.Forms.Padding(5);
button11.Name = "button11";
button11.Size = new System.Drawing.Size(197, 37);
button11.TabIndex = 85;
button11.Text = " 监控平台心跳应答";
button11.UseVisualStyleBackColor = true;
button11.Click += button11_Click;
//
// groupBox9
//
groupBox9.Controls.Add(groupBox10);
groupBox9.Controls.Add(groupBox3);
groupBox9.Controls.Add(groupBox1);
groupBox9.Location = new System.Drawing.Point(8, 12);
groupBox9.Name = "groupBox9";
groupBox9.Size = new System.Drawing.Size(1551, 384);
groupBox9.TabIndex = 117;
groupBox9.TabStop = false;
groupBox9.Text = "站控发送指令";
//
// groupBox10
//
groupBox10.Controls.Add(button25);
groupBox10.Controls.Add(groupBox11);
groupBox10.Controls.Add(groupBox8);
groupBox10.Location = new System.Drawing.Point(11, 177);
groupBox10.Name = "groupBox10";
groupBox10.Size = new System.Drawing.Size(1532, 179);
groupBox10.TabIndex = 82;
groupBox10.TabStop = false;
groupBox10.Text = "自定义";
//
// button25
//
button25.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button25.Location = new System.Drawing.Point(1326, 134);
button25.Margin = new System.Windows.Forms.Padding(5);
button25.Name = "button25";
button25.Size = new System.Drawing.Size(115, 37);
button25.TabIndex = 101;
button25.Text = "(CMD=111)服务器应答充电桩上报模块信息(预留)";
button25.UseVisualStyleBackColor = true;
//
// groupBox11
//
groupBox11.Controls.Add(button26);
groupBox11.Controls.Add(button20);
groupBox11.Controls.Add(button21);
groupBox11.Controls.Add(button24);
groupBox11.Controls.Add(button19);
groupBox11.Controls.Add(button23);
groupBox11.Controls.Add(button22);
groupBox11.Location = new System.Drawing.Point(609, 37);
groupBox11.Name = "groupBox11";
groupBox11.Size = new System.Drawing.Size(838, 70);
groupBox11.TabIndex = 102;
groupBox11.TabStop = false;
groupBox11.Text = "充电桩主动上传数据";
//
// button26
//
button26.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button26.Location = new System.Drawing.Point(717, 25);
button26.Margin = new System.Windows.Forms.Padding(5);
button26.Name = "button26";
button26.Size = new System.Drawing.Size(115, 37);
button26.TabIndex = 101;
button26.Text = "(CMD=113)服务器查询最近一次充电各时段信息";
button26.UseVisualStyleBackColor = true;
button26.Click += button26_Click;
//
// button20
//
button20.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button20.Location = new System.Drawing.Point(2, 25);
button20.Margin = new System.Windows.Forms.Padding(5);
button20.Name = "button20";
button20.Size = new System.Drawing.Size(115, 37);
button20.TabIndex = 96;
button20.Text = "(CMD=101)服务器应答心跳包信息";
button20.UseVisualStyleBackColor = true;
button20.Click += button20_Click;
//
// button21
//
button21.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button21.Location = new System.Drawing.Point(121, 25);
button21.Margin = new System.Windows.Forms.Padding(5);
button21.Name = "button21";
button21.Size = new System.Drawing.Size(115, 37);
button21.TabIndex = 97;
button21.Text = "(CMD=103)服务器应答充电桩状态信息包";
button21.UseVisualStyleBackColor = true;
button21.Click += button21_Click;
//
// button24
//
button24.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button24.Location = new System.Drawing.Point(592, 25);
button24.Margin = new System.Windows.Forms.Padding(5);
button24.Name = "button24";
button24.Size = new System.Drawing.Size(115, 37);
button24.TabIndex = 100;
button24.Text = "(CMD=111)服务器应答充电桩上报模块信息(预留)";
button24.UseVisualStyleBackColor = true;
button24.Click += button24_Click;
//
// button19
//
button19.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button19.Location = new System.Drawing.Point(236, 25);
button19.Margin = new System.Windows.Forms.Padding(5);
button19.Name = "button19";
button19.Size = new System.Drawing.Size(115, 37);
button19.TabIndex = 95;
button19.Text = "(CMD=105)服务器应答充电桩签到命令";
button19.UseVisualStyleBackColor = true;
button19.Click += button19_Click;
//
// button23
//
button23.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button23.Location = new System.Drawing.Point(467, 25);
button23.Margin = new System.Windows.Forms.Padding(5);
button23.Name = "button23";
button23.Size = new System.Drawing.Size(115, 37);
button23.TabIndex = 99;
button23.Text = "(CMD=109)服务器应答充电桩启动完成命令";
button23.UseVisualStyleBackColor = true;
button23.Click += button23_Click;
//
// button22
//
button22.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button22.Location = new System.Drawing.Point(350, 25);
button22.Margin = new System.Windows.Forms.Padding(5);
button22.Name = "button22";
button22.Size = new System.Drawing.Size(115, 37);
button22.TabIndex = 98;
button22.Text = "(CMD=107)服务器应答充电桩告警信息";
button22.UseVisualStyleBackColor = true;
button22.Click += button22_Click;
//
// groupBox8
//
groupBox8.Controls.Add(groupBox12);
groupBox8.Controls.Add(button15);
groupBox8.Controls.Add(button14);
groupBox8.Controls.Add(button16);
groupBox8.Controls.Add(button17);
groupBox8.Controls.Add(button18);
groupBox8.Location = new System.Drawing.Point(5, 13);
groupBox8.Name = "groupBox8";
groupBox8.Size = new System.Drawing.Size(598, 73);
groupBox8.TabIndex = 101;
groupBox8.TabStop = false;
groupBox8.Text = "协议格式";
//
// groupBox12
//
groupBox12.Controls.Add(button12);
groupBox12.Controls.Add(button27);
groupBox12.Controls.Add(button28);
groupBox12.Controls.Add(button29);
groupBox12.Controls.Add(button30);
groupBox12.Location = new System.Drawing.Point(0, 71);
groupBox12.Name = "groupBox12";
groupBox12.Size = new System.Drawing.Size(598, 73);
groupBox12.TabIndex = 102;
groupBox12.TabStop = false;
groupBox12.Text = "充电信息数据";
//
// button12
//
button12.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button12.Location = new System.Drawing.Point(117, 26);
button12.Margin = new System.Windows.Forms.Padding(5);
button12.Name = "button12";
button12.Size = new System.Drawing.Size(115, 37);
button12.TabIndex = 91;
button12.Text = "(CMD=203)服务器应答帐户查询信息";
button12.UseVisualStyleBackColor = true;
button12.Click += button12_Click;
//
// button27
//
button27.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button27.Location = new System.Drawing.Point(1, 26);
button27.Margin = new System.Windows.Forms.Padding(5);
button27.Name = "button27";
button27.Size = new System.Drawing.Size(115, 37);
button27.TabIndex = 90;
button27.Text = "(CMD=201/221)服务器应答充电桩上报充电信息报文";
button27.UseVisualStyleBackColor = true;
button27.Click += button27_Click;
//
// button28
//
button28.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button28.Location = new System.Drawing.Point(233, 28);
button28.Margin = new System.Windows.Forms.Padding(5);
button28.Name = "button28";
button28.Size = new System.Drawing.Size(115, 37);
button28.TabIndex = 92;
button28.Text = "(CMD=205)服务器应答充电密码验证报文(预留)";
button28.UseVisualStyleBackColor = true;
button28.Click += button28_Click;
//
// button29
//
button29.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button29.Location = new System.Drawing.Point(348, 28);
button29.Margin = new System.Windows.Forms.Padding(5);
button29.Name = "button29";
button29.Size = new System.Drawing.Size(115, 37);
button29.TabIndex = 93;
button29.Text = "(CMD=207) 平台回复”即插即充“请求充电结果";
button29.UseVisualStyleBackColor = true;
button29.Click += button29_Click;
//
// button30
//
button30.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button30.Location = new System.Drawing.Point(473, 28);
button30.Margin = new System.Windows.Forms.Padding(5);
button30.Name = "button30";
button30.Size = new System.Drawing.Size(115, 37);
button30.TabIndex = 94;
button30.Text = "(CMD=209) 平台回复“即插即充” 启动充电结果(没用)";
button30.UseVisualStyleBackColor = true;
button30.Click += button30_Click;
//
// button15
//
button15.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button15.Location = new System.Drawing.Point(117, 26);
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", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button14.Location = new System.Drawing.Point(1, 26);
button14.Margin = new System.Windows.Forms.Padding(5);
button14.Name = "button14";
button14.Size = new System.Drawing.Size(115, 37);
button14.TabIndex = 90;
button14.Text = "(CMD=1)后台服务器下发充电桩整形工作参数";
button14.UseVisualStyleBackColor = true;
button14.Click += button14_Click;
//
// button16
//
button16.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button16.Location = new System.Drawing.Point(233, 28);
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;
//
// button17
//
button17.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button17.Location = new System.Drawing.Point(348, 28);
button17.Margin = new System.Windows.Forms.Padding(5);
button17.Name = "button17";
button17.Size = new System.Drawing.Size(115, 37);
button17.TabIndex = 93;
button17.Text = "(CMD=7)后台服务器下发充电桩开启充电控制命令";
button17.UseVisualStyleBackColor = true;
button17.Click += button17_Click;
//
// button18
//
button18.Font = new System.Drawing.Font("Microsoft YaHei UI", 4.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
button18.Location = new System.Drawing.Point(473, 28);
button18.Margin = new System.Windows.Forms.Padding(5);
button18.Name = "button18";
button18.Size = new System.Drawing.Size(115, 37);
button18.TabIndex = 94;
button18.Text = "(CMD=9)后台服务器应答桩上传命令请求(预留)";
button18.UseVisualStyleBackColor = true;
button18.Click += button18_Click;
//
// lstRecvFrameInfo
//
lstRecvFrameInfo.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
lstRecvFrameInfo.FormattingEnabled = true;
lstRecvFrameInfo.ItemHeight = 20;
lstRecvFrameInfo.Location = new System.Drawing.Point(10, 20);
lstRecvFrameInfo.Margin = new System.Windows.Forms.Padding(5);
lstRecvFrameInfo.Name = "lstRecvFrameInfo";
lstRecvFrameInfo.Size = new System.Drawing.Size(1528, 324);
lstRecvFrameInfo.TabIndex = 72;
//
// groupBox2
//
groupBox2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
groupBox2.Controls.Add(lstRecvFrameInfo);
groupBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
groupBox2.Location = new System.Drawing.Point(14, 580);
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, 370);
groupBox2.TabIndex = 81;
groupBox2.TabStop = false;
groupBox2.Text = "接收数据帧信息";
//
// FrmChargeResult
//
AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
ClientSize = new System.Drawing.Size(1563, 1055);
Controls.Add(groupBox9);
Controls.Add(groupBox7);
Controls.Add(groupBox5);
Controls.Add(groupBox4);
Controls.Add(groupBox6);
Controls.Add(groupBox2);
FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
Margin = new System.Windows.Forms.Padding(5);
Name = "FrmChargeResult";
Text = "充电机对接";
Load += FrmChargeResult_Load;
groupBox3.ResumeLayout(false);
groupBox3.PerformLayout();
groupBox1.ResumeLayout(false);
groupBox5.ResumeLayout(false);
groupBox4.ResumeLayout(false);
groupBox6.ResumeLayout(false);
groupBox7.ResumeLayout(false);
groupBox9.ResumeLayout(false);
groupBox10.ResumeLayout(false);
groupBox11.ResumeLayout(false);
groupBox8.ResumeLayout(false);
groupBox12.ResumeLayout(false);
groupBox2.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.Button BtnChrg01SignIn;
private System.Windows.Forms.Button BtnChrg01Stop;
private System.Windows.Forms.ListBox lstSendFrameInfo;
private System.Windows.Forms.Button BtnChrg01Start;
private System.Windows.Forms.Button BtnChrg01SharpPeak;
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.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.GroupBox groupBox6;
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.GroupBox groupBox7;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button13;
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.GroupBox groupBox10;
private System.Windows.Forms.Button button14;
private System.Windows.Forms.Button button24;
private System.Windows.Forms.Button button23;
private System.Windows.Forms.Button button22;
private System.Windows.Forms.Button button21;
private System.Windows.Forms.Button button20;
private System.Windows.Forms.Button button19;
private System.Windows.Forms.Button button18;
private System.Windows.Forms.Button button17;
private System.Windows.Forms.Button button16;
private System.Windows.Forms.Button button15;
private System.Windows.Forms.Button button25;
private System.Windows.Forms.GroupBox groupBox11;
private System.Windows.Forms.Button button26;
private System.Windows.Forms.GroupBox groupBox8;
private System.Windows.Forms.GroupBox groupBox12;
private System.Windows.Forms.Button button12;
private System.Windows.Forms.Button button27;
private System.Windows.Forms.Button button28;
private System.Windows.Forms.Button button29;
private System.Windows.Forms.Button button30;
}
}