using System.ComponentModel; namespace WinFormStarter; partial class Form2 { /// /// Required designer variable. /// private 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.grpData = new System.Windows.Forms.GroupBox(); this.rTxtData = new System.Windows.Forms.RichTextBox(); this.grpMsg = new System.Windows.Forms.GroupBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.rTxtSend = new System.Windows.Forms.RichTextBox(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.rTxtReceive = new System.Windows.Forms.RichTextBox(); this.grpCmd = new System.Windows.Forms.GroupBox(); this.btnReadBatteryInfo = new System.Windows.Forms.Button(); this.btnChangeInOrOut = new System.Windows.Forms.Button(); this.btnSetPrice = new System.Windows.Forms.Button(); this.btnSendOutEnableCharge = new System.Windows.Forms.Button(); this.btnOfflineStopCharge = new System.Windows.Forms.Button(); this.btnSetChargeRate = new System.Windows.Forms.Button(); this.btnChangePower = new System.Windows.Forms.Button(); this.btnSendAuxiliaryPower = new System.Windows.Forms.Button(); this.btnStopCharge = new System.Windows.Forms.Button(); this.btnStartCharge = new System.Windows.Forms.Button(); this.btnSendBinStatus = new System.Windows.Forms.Button(); this.btnAuth = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.lblConnStatus = new System.Windows.Forms.Label(); this.btnConn = new System.Windows.Forms.Button(); this.txtDestAddr = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtPort = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtIp = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.btnRefreshData = new System.Windows.Forms.Button(); this.lblBatterNo = new System.Windows.Forms.Label(); this.lblChargeOrderNo = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.grpData.SuspendLayout(); this.grpMsg.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.groupBox6.SuspendLayout(); this.groupBox7.SuspendLayout(); this.grpCmd.SuspendLayout(); this.groupBox2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.grpData); this.groupBox1.Controls.Add(this.grpMsg); this.groupBox1.Controls.Add(this.grpCmd); this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(1118, 1150); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "充电机测试程序"; // // grpData // this.grpData.Controls.Add(this.panel1); this.grpData.Controls.Add(this.rTxtData); this.grpData.Dock = System.Windows.Forms.DockStyle.Fill; this.grpData.Location = new System.Drawing.Point(3, 718); this.grpData.Name = "grpData"; this.grpData.Size = new System.Drawing.Size(1112, 429); this.grpData.TabIndex = 3; this.grpData.TabStop = false; this.grpData.Text = "数据展示"; // // rTxtData // this.rTxtData.Dock = System.Windows.Forms.DockStyle.Left; this.rTxtData.Location = new System.Drawing.Point(3, 19); this.rTxtData.Name = "rTxtData"; this.rTxtData.Size = new System.Drawing.Size(613, 407); this.rTxtData.TabIndex = 0; this.rTxtData.Text = ""; // // grpMsg // this.grpMsg.Controls.Add(this.splitContainer1); this.grpMsg.Dock = System.Windows.Forms.DockStyle.Top; this.grpMsg.Location = new System.Drawing.Point(3, 326); this.grpMsg.Name = "grpMsg"; this.grpMsg.Size = new System.Drawing.Size(1112, 392); this.grpMsg.TabIndex = 2; this.grpMsg.TabStop = false; this.grpMsg.Text = "报文展示"; // // splitContainer1 // this.splitContainer1.Cursor = System.Windows.Forms.Cursors.VSplit; this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(3, 19); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.groupBox6); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.groupBox7); this.splitContainer1.Size = new System.Drawing.Size(1106, 370); this.splitContainer1.SplitterDistance = 563; this.splitContainer1.TabIndex = 0; // // groupBox6 // this.groupBox6.Controls.Add(this.rTxtSend); this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox6.Location = new System.Drawing.Point(0, 0); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(563, 370); this.groupBox6.TabIndex = 0; this.groupBox6.TabStop = false; this.groupBox6.Text = "发送报文"; // // rTxtSend // this.rTxtSend.Dock = System.Windows.Forms.DockStyle.Fill; this.rTxtSend.Location = new System.Drawing.Point(3, 19); this.rTxtSend.Name = "rTxtSend"; this.rTxtSend.Size = new System.Drawing.Size(557, 348); this.rTxtSend.TabIndex = 1; this.rTxtSend.Text = ""; // // groupBox7 // this.groupBox7.Controls.Add(this.rTxtReceive); this.groupBox7.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox7.Location = new System.Drawing.Point(0, 0); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(539, 370); this.groupBox7.TabIndex = 0; this.groupBox7.TabStop = false; this.groupBox7.Text = "接收报文"; // // rTxtReceive // this.rTxtReceive.Dock = System.Windows.Forms.DockStyle.Fill; this.rTxtReceive.Location = new System.Drawing.Point(3, 19); this.rTxtReceive.Name = "rTxtReceive"; this.rTxtReceive.Size = new System.Drawing.Size(533, 348); this.rTxtReceive.TabIndex = 0; this.rTxtReceive.Text = ""; // // grpCmd // this.grpCmd.Controls.Add(this.btnReadBatteryInfo); this.grpCmd.Controls.Add(this.btnChangeInOrOut); this.grpCmd.Controls.Add(this.btnSetPrice); this.grpCmd.Controls.Add(this.btnSendOutEnableCharge); this.grpCmd.Controls.Add(this.btnOfflineStopCharge); this.grpCmd.Controls.Add(this.btnSetChargeRate); this.grpCmd.Controls.Add(this.btnChangePower); this.grpCmd.Controls.Add(this.btnSendAuxiliaryPower); this.grpCmd.Controls.Add(this.btnStopCharge); this.grpCmd.Controls.Add(this.btnStartCharge); this.grpCmd.Controls.Add(this.btnSendBinStatus); this.grpCmd.Controls.Add(this.btnAuth); this.grpCmd.Dock = System.Windows.Forms.DockStyle.Top; this.grpCmd.Location = new System.Drawing.Point(3, 115); this.grpCmd.Name = "grpCmd"; this.grpCmd.Size = new System.Drawing.Size(1112, 211); this.grpCmd.TabIndex = 1; this.grpCmd.TabStop = false; this.grpCmd.Text = "操作指令"; // // btnReadBatteryInfo // this.btnReadBatteryInfo.Location = new System.Drawing.Point(379, 153); this.btnReadBatteryInfo.Name = "btnReadBatteryInfo"; this.btnReadBatteryInfo.Size = new System.Drawing.Size(130, 23); this.btnReadBatteryInfo.TabIndex = 18; this.btnReadBatteryInfo.Text = "读取电池信息"; this.btnReadBatteryInfo.UseVisualStyleBackColor = true; this.btnReadBatteryInfo.Click += new System.EventHandler(this.btnReadBatteryInfo_Click); // // btnChangeInOrOut // this.btnChangeInOrOut.Location = new System.Drawing.Point(218, 153); this.btnChangeInOrOut.Name = "btnChangeInOrOut"; this.btnChangeInOrOut.Size = new System.Drawing.Size(130, 23); this.btnChangeInOrOut.TabIndex = 17; this.btnChangeInOrOut.Text = "切换站内外充电"; this.btnChangeInOrOut.UseVisualStyleBackColor = true; this.btnChangeInOrOut.Click += new System.EventHandler(this.btnChangeInOrOut_Click); // // btnSetPrice // this.btnSetPrice.Location = new System.Drawing.Point(63, 153); this.btnSetPrice.Name = "btnSetPrice"; this.btnSetPrice.Size = new System.Drawing.Size(130, 23); this.btnSetPrice.TabIndex = 16; this.btnSetPrice.Text = "设置尖峰平谷"; this.btnSetPrice.UseVisualStyleBackColor = true; this.btnSetPrice.Click += new System.EventHandler(this.btnSetPrice_Click); // // btnSendOutEnableCharge // this.btnSendOutEnableCharge.Location = new System.Drawing.Point(526, 99); this.btnSendOutEnableCharge.Name = "btnSendOutEnableCharge"; this.btnSendOutEnableCharge.Size = new System.Drawing.Size(165, 23); this.btnSendOutEnableCharge.TabIndex = 15; this.btnSendOutEnableCharge.Text = "下发站外允许充电SOC"; this.btnSendOutEnableCharge.UseVisualStyleBackColor = true; this.btnSendOutEnableCharge.Click += new System.EventHandler(this.btnSendOutEnableCharge_Click); // // btnOfflineStopCharge // this.btnOfflineStopCharge.Location = new System.Drawing.Point(379, 99); this.btnOfflineStopCharge.Name = "btnOfflineStopCharge"; this.btnOfflineStopCharge.Size = new System.Drawing.Size(130, 23); this.btnOfflineStopCharge.TabIndex = 14; this.btnOfflineStopCharge.Text = "掉线停止充电"; this.btnOfflineStopCharge.UseVisualStyleBackColor = true; this.btnOfflineStopCharge.Click += new System.EventHandler(this.btnOfflineStopCharge_Click); // // btnSetChargeRate // this.btnSetChargeRate.Location = new System.Drawing.Point(218, 99); this.btnSetChargeRate.Name = "btnSetChargeRate"; this.btnSetChargeRate.Size = new System.Drawing.Size(130, 23); this.btnSetChargeRate.TabIndex = 13; this.btnSetChargeRate.Text = "充电速率设置"; this.btnSetChargeRate.UseVisualStyleBackColor = true; this.btnSetChargeRate.Click += new System.EventHandler(this.btnSetChargeRate_Click); // // btnChangePower // this.btnChangePower.Location = new System.Drawing.Point(63, 99); this.btnChangePower.Name = "btnChangePower"; this.btnChangePower.Size = new System.Drawing.Size(130, 23); this.btnChangePower.TabIndex = 12; this.btnChangePower.Text = "功率调节"; this.btnChangePower.UseVisualStyleBackColor = true; this.btnChangePower.Click += new System.EventHandler(this.btnChangePower_Click); // // btnSendAuxiliaryPower // this.btnSendAuxiliaryPower.Location = new System.Drawing.Point(316, 43); this.btnSendAuxiliaryPower.Name = "btnSendAuxiliaryPower"; this.btnSendAuxiliaryPower.Size = new System.Drawing.Size(130, 23); this.btnSendAuxiliaryPower.TabIndex = 11; this.btnSendAuxiliaryPower.Text = "下发辅助源控制"; this.btnSendAuxiliaryPower.UseVisualStyleBackColor = true; this.btnSendAuxiliaryPower.Click += new System.EventHandler(this.btnSendAuxiliaryPower_Click); // // btnStopCharge // this.btnStopCharge.Location = new System.Drawing.Point(633, 43); this.btnStopCharge.Name = "btnStopCharge"; this.btnStopCharge.Size = new System.Drawing.Size(130, 23); this.btnStopCharge.TabIndex = 10; this.btnStopCharge.Text = "停止充电"; this.btnStopCharge.UseVisualStyleBackColor = true; this.btnStopCharge.Click += new System.EventHandler(this.btnStopCharge_Click); // // btnStartCharge // this.btnStartCharge.Location = new System.Drawing.Point(479, 43); this.btnStartCharge.Name = "btnStartCharge"; this.btnStartCharge.Size = new System.Drawing.Size(130, 23); this.btnStartCharge.TabIndex = 9; this.btnStartCharge.Text = "开始充电"; this.btnStartCharge.UseVisualStyleBackColor = true; this.btnStartCharge.Click += new System.EventHandler(this.btnStartCharge_Click); // // btnSendBinStatus // this.btnSendBinStatus.Location = new System.Drawing.Point(159, 43); this.btnSendBinStatus.Name = "btnSendBinStatus"; this.btnSendBinStatus.Size = new System.Drawing.Size(130, 23); this.btnSendBinStatus.TabIndex = 8; this.btnSendBinStatus.Text = "下发电池仓状态"; this.btnSendBinStatus.UseVisualStyleBackColor = true; this.btnSendBinStatus.Click += new System.EventHandler(this.btnSendBinStatus_Click); // // btnAuth // this.btnAuth.Location = new System.Drawing.Point(63, 43); this.btnAuth.Name = "btnAuth"; this.btnAuth.Size = new System.Drawing.Size(75, 23); this.btnAuth.TabIndex = 7; this.btnAuth.Text = "鉴权"; this.btnAuth.UseVisualStyleBackColor = true; this.btnAuth.Click += new System.EventHandler(this.btnAuth_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.lblConnStatus); this.groupBox2.Controls.Add(this.btnConn); this.groupBox2.Controls.Add(this.txtDestAddr); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.txtPort); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.txtIp); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.Location = new System.Drawing.Point(3, 19); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(1112, 96); this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; this.groupBox2.Text = "充电机连接"; // // lblConnStatus // this.lblConnStatus.AutoSize = true; this.lblConnStatus.Location = new System.Drawing.Point(1018, 32); this.lblConnStatus.Name = "lblConnStatus"; this.lblConnStatus.Size = new System.Drawing.Size(46, 15); this.lblConnStatus.TabIndex = 7; this.lblConnStatus.Text = "未连接"; // // btnConn // this.btnConn.Location = new System.Drawing.Point(908, 28); this.btnConn.Name = "btnConn"; this.btnConn.Size = new System.Drawing.Size(75, 23); this.btnConn.TabIndex = 6; this.btnConn.Text = "连接"; this.btnConn.UseVisualStyleBackColor = true; this.btnConn.Click += new System.EventHandler(this.btnConn_Click); // // txtDestAddr // this.txtDestAddr.Location = new System.Drawing.Point(657, 29); this.txtDestAddr.Name = "txtDestAddr"; this.txtDestAddr.Size = new System.Drawing.Size(202, 23); this.txtDestAddr.TabIndex = 5; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(592, 32); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(59, 15); this.label3.TabIndex = 4; this.label3.Text = "DestAddr:"; // // txtPort // this.txtPort.Location = new System.Drawing.Point(354, 29); this.txtPort.Name = "txtPort"; this.txtPort.Size = new System.Drawing.Size(202, 23); this.txtPort.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(300, 32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(48, 15); this.label2.TabIndex = 2; this.label2.Text = "PORT:"; // // txtIp // this.txtIp.Location = new System.Drawing.Point(63, 29); this.txtIp.Name = "txtIp"; this.txtIp.Size = new System.Drawing.Size(202, 23); this.txtIp.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(27, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(30, 15); this.label1.TabIndex = 0; this.label1.Text = "IP:"; // // panel1 // this.panel1.Controls.Add(this.lblChargeOrderNo); this.panel1.Controls.Add(this.lblBatterNo); this.panel1.Controls.Add(this.btnRefreshData); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(616, 19); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(493, 407); this.panel1.TabIndex = 1; // // btnRefreshData // this.btnRefreshData.Location = new System.Drawing.Point(28, 31); this.btnRefreshData.Name = "btnRefreshData"; this.btnRefreshData.Size = new System.Drawing.Size(75, 23); this.btnRefreshData.TabIndex = 19; this.btnRefreshData.Text = "刷新数据"; this.btnRefreshData.UseVisualStyleBackColor = true; this.btnRefreshData.Click += new System.EventHandler(this.btnRefreshData_Click); // // lblBatterNo // this.lblBatterNo.AutoSize = true; this.lblBatterNo.Location = new System.Drawing.Point(148, 35); this.lblBatterNo.Name = "lblBatterNo"; this.lblBatterNo.Size = new System.Drawing.Size(0, 15); this.lblBatterNo.TabIndex = 20; // // lblChargeOrderNo // this.lblChargeOrderNo.AutoSize = true; this.lblChargeOrderNo.Location = new System.Drawing.Point(148, 77); this.lblChargeOrderNo.Name = "lblChargeOrderNo"; this.lblChargeOrderNo.Size = new System.Drawing.Size(0, 15); this.lblChargeOrderNo.TabIndex = 21; // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1118, 1150); this.Controls.Add(this.groupBox1); this.Name = "Form2"; this.Text = "Form2"; this.groupBox1.ResumeLayout(false); this.grpData.ResumeLayout(false); this.grpMsg.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.groupBox6.ResumeLayout(false); this.groupBox7.ResumeLayout(false); this.grpCmd.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private GroupBox groupBox1; private GroupBox grpCmd; private Button btnChangeInOrOut; private Button btnSetPrice; private Button btnSendOutEnableCharge; private Button btnOfflineStopCharge; private Button btnSetChargeRate; private Button btnChangePower; private Button btnSendAuxiliaryPower; private Button btnStopCharge; private Button btnStartCharge; private Button btnSendBinStatus; private Button btnAuth; private GroupBox groupBox2; private Label lblConnStatus; private Button btnConn; private TextBox txtDestAddr; private Label label3; private TextBox txtPort; private Label label2; private TextBox txtIp; private Label label1; private Button btnReadBatteryInfo; private GroupBox grpMsg; private SplitContainer splitContainer1; private GroupBox groupBox6; private GroupBox groupBox7; private RichTextBox rTxtReceive; private RichTextBox rTxtSend; private GroupBox grpData; private RichTextBox rTxtData; private Panel panel1; private Button btnRefreshData; private Label lblChargeOrderNo; private Label lblBatterNo; }