namespace MOTINOVA_MC_Test
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label58 = new System.Windows.Forms.Label();
this.button_RefreshPort = new System.Windows.Forms.Button();
this.button_ComOpen = new System.Windows.Forms.Button();
this.textBox_RevCnt = new System.Windows.Forms.TextBox();
this.comboBox_Baudrate = new System.Windows.Forms.ComboBox();
this.comboBox_ComIndex = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button_MC_Check = new System.Windows.Forms.Button();
this.button_MC_Ready = new System.Windows.Forms.Button();
this.button_MC_ReadDesignInfo = new System.Windows.Forms.Button();
this.button_MC_ReadCheckNum = new System.Windows.Forms.Button();
this.button_MC_ReadID = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.button_OBC_ReadCell = new System.Windows.Forms.Button();
this.button_OBC_ReadDesign = new System.Windows.Forms.Button();
this.button_OBC_ReadVer = new System.Windows.Forms.Button();
this.button_OBC_Ready = new System.Windows.Forms.Button();
this.button_OBC_ReadRunInfo = new System.Windows.Forms.Button();
this.label12 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.button_HMI_ReadCell = new System.Windows.Forms.Button();
this.button_HMI_Ready = new System.Windows.Forms.Button();
this.button_HMI_ReadDesignInfo = new System.Windows.Forms.Button();
this.button_HMI_ReadVerInfo = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.richTextBox_Data = new System.Windows.Forms.RichTextBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.textBox_SendData = new System.Windows.Forms.TextBox();
this.button_CDL_ReadLog = new System.Windows.Forms.Button();
this.button_CDL_Reset = new System.Windows.Forms.Button();
this.button_CDL_WriteSN = new System.Windows.Forms.Button();
this.button_CDL_WriteModel = new System.Windows.Forms.Button();
this.button_CDL_WriteFac = new System.Windows.Forms.Button();
this.button_CDL_Write_User3 = new System.Windows.Forms.Button();
this.button_CDL_ReadUser3 = new System.Windows.Forms.Button();
this.button_CDL_Write_User2 = new System.Windows.Forms.Button();
this.button_CDL_ReadUser2 = new System.Windows.Forms.Button();
this.button_CDL_Write_User1 = new System.Windows.Forms.Button();
this.button_CDL_ReadUser1 = new System.Windows.Forms.Button();
this.button_CDL_ReadHistory = new System.Windows.Forms.Button();
this.button_CDL_ReadFac = new System.Windows.Forms.Button();
this.button_CDL_ReadDesign = new System.Windows.Forms.Button();
this.button_CDL_ReadCell = new System.Windows.Forms.Button();
this.button_CDL_ReadRunInfo = new System.Windows.Forms.Button();
this.button_CDL_ReadVer = new System.Windows.Forms.Button();
this.button_CDL_WriteCheckNum = new System.Windows.Forms.Button();
this.button_CDL_ReadCheckNum = new System.Windows.Forms.Button();
this.button_CDL_ReadID = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.richTextBox_Rev = new System.Windows.Forms.RichTextBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox7.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label58);
this.groupBox1.Controls.Add(this.button_RefreshPort);
this.groupBox1.Controls.Add(this.button_ComOpen);
this.groupBox1.Controls.Add(this.textBox_RevCnt);
this.groupBox1.Controls.Add(this.comboBox_Baudrate);
this.groupBox1.Controls.Add(this.comboBox_ComIndex);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(220, 135);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "串口设置";
//
// label58
//
this.label58.AutoSize = true;
this.label58.Location = new System.Drawing.Point(6, 93);
this.label58.Name = "label58";
this.label58.Size = new System.Drawing.Size(37, 20);
this.label58.TabIndex = 10;
this.label58.Text = "计数";
this.label58.Click += new System.EventHandler(this.label58_Click);
//
// button_RefreshPort
//
this.button_RefreshPort.Location = new System.Drawing.Point(158, 19);
this.button_RefreshPort.Name = "button_RefreshPort";
this.button_RefreshPort.Size = new System.Drawing.Size(56, 32);
this.button_RefreshPort.TabIndex = 1;
this.button_RefreshPort.Text = "刷新";
this.button_RefreshPort.UseVisualStyleBackColor = true;
this.button_RefreshPort.Click += new System.EventHandler(this.button_RefreshPort_Click);
//
// button_ComOpen
//
this.button_ComOpen.Location = new System.Drawing.Point(158, 56);
this.button_ComOpen.Name = "button_ComOpen";
this.button_ComOpen.Size = new System.Drawing.Size(56, 59);
this.button_ComOpen.TabIndex = 1;
this.button_ComOpen.Text = "连接";
this.button_ComOpen.UseVisualStyleBackColor = true;
this.button_ComOpen.Click += new System.EventHandler(this.button_ComOpen_Click);
//
// textBox_RevCnt
//
this.textBox_RevCnt.Location = new System.Drawing.Point(70, 89);
this.textBox_RevCnt.Name = "textBox_RevCnt";
this.textBox_RevCnt.ReadOnly = true;
this.textBox_RevCnt.Size = new System.Drawing.Size(82, 26);
this.textBox_RevCnt.TabIndex = 2;
this.textBox_RevCnt.Text = "0";
//
// comboBox_Baudrate
//
this.comboBox_Baudrate.FormattingEnabled = true;
this.comboBox_Baudrate.Items.AddRange(new object[] {
"2400",
"4800",
"9600",
"19200",
"38400",
"57600",
"115200"});
this.comboBox_Baudrate.Location = new System.Drawing.Point(70, 56);
this.comboBox_Baudrate.Name = "comboBox_Baudrate";
this.comboBox_Baudrate.Size = new System.Drawing.Size(82, 28);
this.comboBox_Baudrate.TabIndex = 1;
//
// comboBox_ComIndex
//
this.comboBox_ComIndex.FormattingEnabled = true;
this.comboBox_ComIndex.Location = new System.Drawing.Point(70, 21);
this.comboBox_ComIndex.Name = "comboBox_ComIndex";
this.comboBox_ComIndex.Size = new System.Drawing.Size(82, 28);
this.comboBox_ComIndex.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 59);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(51, 20);
this.label2.TabIndex = 1;
this.label2.Text = "波特率";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(51, 20);
this.label1.TabIndex = 1;
this.label1.Text = "串口号";
//
// serialPort1
//
this.serialPort1.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.serialPort1_DataReceived);
//
// timer1
//
this.timer1.Interval = 20;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button_MC_Check);
this.groupBox2.Controls.Add(this.button_MC_Ready);
this.groupBox2.Controls.Add(this.button_MC_ReadDesignInfo);
this.groupBox2.Controls.Add(this.button_MC_ReadCheckNum);
this.groupBox2.Controls.Add(this.button_MC_ReadID);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox2.Location = new System.Drawing.Point(12, 153);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(133, 428);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "模拟MC";
//
// button_MC_Check
//
this.button_MC_Check.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_MC_Check.Location = new System.Drawing.Point(6, 73);
this.button_MC_Check.Name = "button_MC_Check";
this.button_MC_Check.Size = new System.Drawing.Size(120, 30);
this.button_MC_Check.TabIndex = 4;
this.button_MC_Check.Text = "在线检测";
this.button_MC_Check.UseVisualStyleBackColor = true;
this.button_MC_Check.Click += new System.EventHandler(this.button_MC_Check_Click);
//
// button_MC_Ready
//
this.button_MC_Ready.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_MC_Ready.Location = new System.Drawing.Point(6, 38);
this.button_MC_Ready.Name = "button_MC_Ready";
this.button_MC_Ready.Size = new System.Drawing.Size(120, 30);
this.button_MC_Ready.TabIndex = 5;
this.button_MC_Ready.Text = "关机就绪";
this.button_MC_Ready.UseVisualStyleBackColor = true;
this.button_MC_Ready.Click += new System.EventHandler(this.button_MC_Ready_Click);
//
// button_MC_ReadDesignInfo
//
this.button_MC_ReadDesignInfo.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_MC_ReadDesignInfo.Location = new System.Drawing.Point(6, 178);
this.button_MC_ReadDesignInfo.Name = "button_MC_ReadDesignInfo";
this.button_MC_ReadDesignInfo.Size = new System.Drawing.Size(120, 30);
this.button_MC_ReadDesignInfo.TabIndex = 3;
this.button_MC_ReadDesignInfo.Text = "查询设计信息";
this.button_MC_ReadDesignInfo.UseVisualStyleBackColor = true;
this.button_MC_ReadDesignInfo.Click += new System.EventHandler(this.button_MC_ReadDesignInfo_Click);
//
// button_MC_ReadCheckNum
//
this.button_MC_ReadCheckNum.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_MC_ReadCheckNum.Location = new System.Drawing.Point(6, 143);
this.button_MC_ReadCheckNum.Name = "button_MC_ReadCheckNum";
this.button_MC_ReadCheckNum.Size = new System.Drawing.Size(120, 30);
this.button_MC_ReadCheckNum.TabIndex = 3;
this.button_MC_ReadCheckNum.Text = "查询校验码";
this.button_MC_ReadCheckNum.UseVisualStyleBackColor = true;
this.button_MC_ReadCheckNum.Click += new System.EventHandler(this.button_MC_ReadCheckNum_Click);
//
// button_MC_ReadID
//
this.button_MC_ReadID.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_MC_ReadID.Location = new System.Drawing.Point(6, 108);
this.button_MC_ReadID.Name = "button_MC_ReadID";
this.button_MC_ReadID.Size = new System.Drawing.Size(120, 30);
this.button_MC_ReadID.TabIndex = 3;
this.button_MC_ReadID.Text = "查询物理ID";
this.button_MC_ReadID.UseVisualStyleBackColor = true;
this.button_MC_ReadID.Click += new System.EventHandler(this.button_MC_ReadID_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 18);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(0, 20);
this.label3.TabIndex = 2;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.button_OBC_ReadCell);
this.groupBox3.Controls.Add(this.button_OBC_ReadDesign);
this.groupBox3.Controls.Add(this.button_OBC_ReadVer);
this.groupBox3.Controls.Add(this.button_OBC_Ready);
this.groupBox3.Controls.Add(this.button_OBC_ReadRunInfo);
this.groupBox3.Controls.Add(this.label12);
this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox3.Location = new System.Drawing.Point(151, 153);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(133, 428);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "模拟PBU/OBC";
//
// button_OBC_ReadCell
//
this.button_OBC_ReadCell.Location = new System.Drawing.Point(6, 178);
this.button_OBC_ReadCell.Name = "button_OBC_ReadCell";
this.button_OBC_ReadCell.Size = new System.Drawing.Size(120, 30);
this.button_OBC_ReadCell.TabIndex = 9;
this.button_OBC_ReadCell.Text = "查询电芯电压";
this.button_OBC_ReadCell.UseVisualStyleBackColor = true;
this.button_OBC_ReadCell.Click += new System.EventHandler(this.button_OBC_ReadCell_Click);
//
// button_OBC_ReadDesign
//
this.button_OBC_ReadDesign.Location = new System.Drawing.Point(6, 143);
this.button_OBC_ReadDesign.Name = "button_OBC_ReadDesign";
this.button_OBC_ReadDesign.Size = new System.Drawing.Size(120, 30);
this.button_OBC_ReadDesign.TabIndex = 8;
this.button_OBC_ReadDesign.Text = "查询设计信息";
this.button_OBC_ReadDesign.UseVisualStyleBackColor = true;
this.button_OBC_ReadDesign.Click += new System.EventHandler(this.button_OBC_ReadDesign_Click);
//
// button_OBC_ReadVer
//
this.button_OBC_ReadVer.Location = new System.Drawing.Point(6, 108);
this.button_OBC_ReadVer.Name = "button_OBC_ReadVer";
this.button_OBC_ReadVer.Size = new System.Drawing.Size(120, 30);
this.button_OBC_ReadVer.TabIndex = 7;
this.button_OBC_ReadVer.Text = "查询版本信息";
this.button_OBC_ReadVer.UseVisualStyleBackColor = true;
this.button_OBC_ReadVer.Click += new System.EventHandler(this.button_OBC_ReadVer_Click);
//
// button_OBC_Ready
//
this.button_OBC_Ready.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_OBC_Ready.Location = new System.Drawing.Point(6, 38);
this.button_OBC_Ready.Name = "button_OBC_Ready";
this.button_OBC_Ready.Size = new System.Drawing.Size(120, 30);
this.button_OBC_Ready.TabIndex = 6;
this.button_OBC_Ready.Text = "关机就绪";
this.button_OBC_Ready.UseVisualStyleBackColor = true;
this.button_OBC_Ready.Click += new System.EventHandler(this.button_OBC_Ready_Click);
//
// button_OBC_ReadRunInfo
//
this.button_OBC_ReadRunInfo.Location = new System.Drawing.Point(6, 73);
this.button_OBC_ReadRunInfo.Name = "button_OBC_ReadRunInfo";
this.button_OBC_ReadRunInfo.Size = new System.Drawing.Size(120, 30);
this.button_OBC_ReadRunInfo.TabIndex = 3;
this.button_OBC_ReadRunInfo.Text = "查询运行信息";
this.button_OBC_ReadRunInfo.UseVisualStyleBackColor = true;
this.button_OBC_ReadRunInfo.Click += new System.EventHandler(this.button_OBC_ReadRunInfo_Click);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(6, 18);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(0, 20);
this.label12.TabIndex = 2;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.button_HMI_ReadCell);
this.groupBox4.Controls.Add(this.button_HMI_Ready);
this.groupBox4.Controls.Add(this.button_HMI_ReadDesignInfo);
this.groupBox4.Controls.Add(this.button_HMI_ReadVerInfo);
this.groupBox4.Controls.Add(this.label9);
this.groupBox4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox4.Location = new System.Drawing.Point(290, 153);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(133, 428);
this.groupBox4.TabIndex = 1;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "模拟HMI";
//
// button_HMI_ReadCell
//
this.button_HMI_ReadCell.Location = new System.Drawing.Point(7, 143);
this.button_HMI_ReadCell.Name = "button_HMI_ReadCell";
this.button_HMI_ReadCell.Size = new System.Drawing.Size(120, 30);
this.button_HMI_ReadCell.TabIndex = 10;
this.button_HMI_ReadCell.Text = "查询电芯电压";
this.button_HMI_ReadCell.UseVisualStyleBackColor = true;
this.button_HMI_ReadCell.Click += new System.EventHandler(this.button_HMI_ReadCell_Click);
//
// button_HMI_Ready
//
this.button_HMI_Ready.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_HMI_Ready.Location = new System.Drawing.Point(7, 38);
this.button_HMI_Ready.Name = "button_HMI_Ready";
this.button_HMI_Ready.Size = new System.Drawing.Size(120, 30);
this.button_HMI_Ready.TabIndex = 10;
this.button_HMI_Ready.Text = "关机就绪";
this.button_HMI_Ready.UseVisualStyleBackColor = true;
this.button_HMI_Ready.Click += new System.EventHandler(this.button_HMI_Ready_Click);
//
// button_HMI_ReadDesignInfo
//
this.button_HMI_ReadDesignInfo.Location = new System.Drawing.Point(7, 108);
this.button_HMI_ReadDesignInfo.Name = "button_HMI_ReadDesignInfo";
this.button_HMI_ReadDesignInfo.Size = new System.Drawing.Size(120, 30);
this.button_HMI_ReadDesignInfo.TabIndex = 3;
this.button_HMI_ReadDesignInfo.Text = "查询设计信息";
this.button_HMI_ReadDesignInfo.UseVisualStyleBackColor = true;
this.button_HMI_ReadDesignInfo.Click += new System.EventHandler(this.button_HMI_ReadDesignInfo_Click);
//
// button_HMI_ReadVerInfo
//
this.button_HMI_ReadVerInfo.Location = new System.Drawing.Point(7, 73);
this.button_HMI_ReadVerInfo.Name = "button_HMI_ReadVerInfo";
this.button_HMI_ReadVerInfo.Size = new System.Drawing.Size(120, 30);
this.button_HMI_ReadVerInfo.TabIndex = 3;
this.button_HMI_ReadVerInfo.Text = "查询版本信息";
this.button_HMI_ReadVerInfo.UseVisualStyleBackColor = true;
this.button_HMI_ReadVerInfo.Click += new System.EventHandler(this.button_HMI_ReadVerInfo_Click);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(6, 18);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(0, 20);
this.label9.TabIndex = 2;
//
// richTextBox_Data
//
this.richTextBox_Data.Location = new System.Drawing.Point(8, 28);
this.richTextBox_Data.Name = "richTextBox_Data";
this.richTextBox_Data.ReadOnly = true;
this.richTextBox_Data.Size = new System.Drawing.Size(238, 527);
this.richTextBox_Data.TabIndex = 5;
this.richTextBox_Data.Text = "";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.richTextBox_Data);
this.groupBox5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox5.Location = new System.Drawing.Point(700, 12);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(254, 569);
this.groupBox5.TabIndex = 6;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "数据解析";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.textBox_SendData);
this.groupBox6.Controls.Add(this.button_CDL_ReadLog);
this.groupBox6.Controls.Add(this.button_CDL_Reset);
this.groupBox6.Controls.Add(this.button_CDL_WriteSN);
this.groupBox6.Controls.Add(this.button_CDL_WriteModel);
this.groupBox6.Controls.Add(this.button_CDL_WriteFac);
this.groupBox6.Controls.Add(this.button_CDL_Write_User3);
this.groupBox6.Controls.Add(this.button_CDL_ReadUser3);
this.groupBox6.Controls.Add(this.button_CDL_Write_User2);
this.groupBox6.Controls.Add(this.button_CDL_ReadUser2);
this.groupBox6.Controls.Add(this.button_CDL_Write_User1);
this.groupBox6.Controls.Add(this.button_CDL_ReadUser1);
this.groupBox6.Controls.Add(this.button_CDL_ReadHistory);
this.groupBox6.Controls.Add(this.button_CDL_ReadFac);
this.groupBox6.Controls.Add(this.button_CDL_ReadDesign);
this.groupBox6.Controls.Add(this.button_CDL_ReadCell);
this.groupBox6.Controls.Add(this.button_CDL_ReadRunInfo);
this.groupBox6.Controls.Add(this.button_CDL_ReadVer);
this.groupBox6.Controls.Add(this.button_CDL_WriteCheckNum);
this.groupBox6.Controls.Add(this.button_CDL_ReadCheckNum);
this.groupBox6.Controls.Add(this.button_CDL_ReadID);
this.groupBox6.Controls.Add(this.label4);
this.groupBox6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox6.Location = new System.Drawing.Point(429, 153);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(265, 428);
this.groupBox6.TabIndex = 4;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "模拟CDL";
//
// textBox_SendData
//
this.textBox_SendData.Location = new System.Drawing.Point(6, 396);
this.textBox_SendData.Name = "textBox_SendData";
this.textBox_SendData.Size = new System.Drawing.Size(246, 26);
this.textBox_SendData.TabIndex = 31;
//
// button_CDL_ReadLog
//
this.button_CDL_ReadLog.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_ReadLog.Location = new System.Drawing.Point(132, 362);
this.button_CDL_ReadLog.Name = "button_CDL_ReadLog";
this.button_CDL_ReadLog.Size = new System.Drawing.Size(120, 30);
this.button_CDL_ReadLog.TabIndex = 30;
this.button_CDL_ReadLog.Text = "读取日志";
this.button_CDL_ReadLog.UseVisualStyleBackColor = true;
this.button_CDL_ReadLog.Click += new System.EventHandler(this.button_CDL_ReadLog_Click);
//
// button_CDL_Reset
//
this.button_CDL_Reset.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_Reset.Location = new System.Drawing.Point(6, 362);
this.button_CDL_Reset.Name = "button_CDL_Reset";
this.button_CDL_Reset.Size = new System.Drawing.Size(120, 30);
this.button_CDL_Reset.TabIndex = 29;
this.button_CDL_Reset.Text = "复位";
this.button_CDL_Reset.UseVisualStyleBackColor = true;
this.button_CDL_Reset.Click += new System.EventHandler(this.button_CDL_Reset_Click);
//
// button_CDL_WriteSN
//
this.button_CDL_WriteSN.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_WriteSN.Location = new System.Drawing.Point(132, 326);
this.button_CDL_WriteSN.Name = "button_CDL_WriteSN";
this.button_CDL_WriteSN.Size = new System.Drawing.Size(120, 30);
this.button_CDL_WriteSN.TabIndex = 28;
this.button_CDL_WriteSN.Text = "写入SN号";
this.button_CDL_WriteSN.UseVisualStyleBackColor = true;
this.button_CDL_WriteSN.Click += new System.EventHandler(this.button_CDL_WriteSN_Click);
//
// button_CDL_WriteModel
//
this.button_CDL_WriteModel.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_WriteModel.Location = new System.Drawing.Point(6, 326);
this.button_CDL_WriteModel.Name = "button_CDL_WriteModel";
this.button_CDL_WriteModel.Size = new System.Drawing.Size(120, 30);
this.button_CDL_WriteModel.TabIndex = 27;
this.button_CDL_WriteModel.Text = "写入型号";
this.button_CDL_WriteModel.UseVisualStyleBackColor = true;
this.button_CDL_WriteModel.Click += new System.EventHandler(this.button_CDL_WriteModel_Click);
//
// button_CDL_WriteFac
//
this.button_CDL_WriteFac.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_WriteFac.Location = new System.Drawing.Point(132, 290);
this.button_CDL_WriteFac.Name = "button_CDL_WriteFac";
this.button_CDL_WriteFac.Size = new System.Drawing.Size(120, 30);
this.button_CDL_WriteFac.TabIndex = 26;
this.button_CDL_WriteFac.Text = "写入生产信息";
this.button_CDL_WriteFac.UseVisualStyleBackColor = true;
this.button_CDL_WriteFac.Click += new System.EventHandler(this.button_CDL_WriteFac_Click);
//
// button_CDL_Write_User3
//
this.button_CDL_Write_User3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_Write_User3.Location = new System.Drawing.Point(6, 290);
this.button_CDL_Write_User3.Name = "button_CDL_Write_User3";
this.button_CDL_Write_User3.Size = new System.Drawing.Size(120, 30);
this.button_CDL_Write_User3.TabIndex = 25;
this.button_CDL_Write_User3.Text = "写入自定义3";
this.button_CDL_Write_User3.UseVisualStyleBackColor = true;
this.button_CDL_Write_User3.Click += new System.EventHandler(this.button_CDL_Write_User3_Click);
//
// button_CDL_ReadUser3
//
this.button_CDL_ReadUser3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_ReadUser3.Location = new System.Drawing.Point(132, 254);
this.button_CDL_ReadUser3.Name = "button_CDL_ReadUser3";
this.button_CDL_ReadUser3.Size = new System.Drawing.Size(120, 30);
this.button_CDL_ReadUser3.TabIndex = 24;
this.button_CDL_ReadUser3.Text = "查询自定义3";
this.button_CDL_ReadUser3.UseVisualStyleBackColor = true;
this.button_CDL_ReadUser3.Click += new System.EventHandler(this.button_CDL_ReadUser3_Click);
//
// button_CDL_Write_User2
//
this.button_CDL_Write_User2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_Write_User2.Location = new System.Drawing.Point(6, 254);
this.button_CDL_Write_User2.Name = "button_CDL_Write_User2";
this.button_CDL_Write_User2.Size = new System.Drawing.Size(120, 30);
this.button_CDL_Write_User2.TabIndex = 23;
this.button_CDL_Write_User2.Text = "写入自定义2";
this.button_CDL_Write_User2.UseVisualStyleBackColor = true;
this.button_CDL_Write_User2.Click += new System.EventHandler(this.button_CDL_Write_User2_Click);
//
// button_CDL_ReadUser2
//
this.button_CDL_ReadUser2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_ReadUser2.Location = new System.Drawing.Point(132, 218);
this.button_CDL_ReadUser2.Name = "button_CDL_ReadUser2";
this.button_CDL_ReadUser2.Size = new System.Drawing.Size(120, 30);
this.button_CDL_ReadUser2.TabIndex = 22;
this.button_CDL_ReadUser2.Text = "查询自定义2";
this.button_CDL_ReadUser2.UseVisualStyleBackColor = true;
this.button_CDL_ReadUser2.Click += new System.EventHandler(this.button_CDL_ReadUser2_Click);
//
// button_CDL_Write_User1
//
this.button_CDL_Write_User1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_Write_User1.Location = new System.Drawing.Point(6, 218);
this.button_CDL_Write_User1.Name = "button_CDL_Write_User1";
this.button_CDL_Write_User1.Size = new System.Drawing.Size(120, 30);
this.button_CDL_Write_User1.TabIndex = 21;
this.button_CDL_Write_User1.Text = "写入自定义1";
this.button_CDL_Write_User1.UseVisualStyleBackColor = true;
this.button_CDL_Write_User1.Click += new System.EventHandler(this.button_CDL_Write_User1_Click);
//
// button_CDL_ReadUser1
//
this.button_CDL_ReadUser1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_ReadUser1.Location = new System.Drawing.Point(132, 182);
this.button_CDL_ReadUser1.Name = "button_CDL_ReadUser1";
this.button_CDL_ReadUser1.Size = new System.Drawing.Size(120, 30);
this.button_CDL_ReadUser1.TabIndex = 20;
this.button_CDL_ReadUser1.Text = "查询自定义1";
this.button_CDL_ReadUser1.UseVisualStyleBackColor = true;
this.button_CDL_ReadUser1.Click += new System.EventHandler(this.button_CDL_ReadUser1_Click);
//
// button_CDL_ReadHistory
//
this.button_CDL_ReadHistory.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_ReadHistory.Location = new System.Drawing.Point(6, 182);
this.button_CDL_ReadHistory.Name = "button_CDL_ReadHistory";
this.button_CDL_ReadHistory.Size = new System.Drawing.Size(120, 30);
this.button_CDL_ReadHistory.TabIndex = 19;
this.button_CDL_ReadHistory.Text = "查询历史信息";
this.button_CDL_ReadHistory.UseVisualStyleBackColor = true;
this.button_CDL_ReadHistory.Click += new System.EventHandler(this.button_CDL_ReadHistory_Click);
//
// button_CDL_ReadFac
//
this.button_CDL_ReadFac.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_ReadFac.Location = new System.Drawing.Point(132, 146);
this.button_CDL_ReadFac.Name = "button_CDL_ReadFac";
this.button_CDL_ReadFac.Size = new System.Drawing.Size(120, 30);
this.button_CDL_ReadFac.TabIndex = 18;
this.button_CDL_ReadFac.Text = "查询生产信息";
this.button_CDL_ReadFac.UseVisualStyleBackColor = true;
this.button_CDL_ReadFac.Click += new System.EventHandler(this.button_CDL_ReadFac_Click);
//
// button_CDL_ReadDesign
//
this.button_CDL_ReadDesign.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_ReadDesign.Location = new System.Drawing.Point(6, 146);
this.button_CDL_ReadDesign.Name = "button_CDL_ReadDesign";
this.button_CDL_ReadDesign.Size = new System.Drawing.Size(120, 30);
this.button_CDL_ReadDesign.TabIndex = 17;
this.button_CDL_ReadDesign.Text = "查询设计信息";
this.button_CDL_ReadDesign.UseVisualStyleBackColor = true;
this.button_CDL_ReadDesign.Click += new System.EventHandler(this.button_CDL_ReadDesign_Click);
//
// button_CDL_ReadCell
//
this.button_CDL_ReadCell.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_ReadCell.Location = new System.Drawing.Point(132, 110);
this.button_CDL_ReadCell.Name = "button_CDL_ReadCell";
this.button_CDL_ReadCell.Size = new System.Drawing.Size(120, 30);
this.button_CDL_ReadCell.TabIndex = 16;
this.button_CDL_ReadCell.Text = "查询电芯电压";
this.button_CDL_ReadCell.UseVisualStyleBackColor = true;
this.button_CDL_ReadCell.Click += new System.EventHandler(this.button_CDL_ReadCell_Click);
//
// button_CDL_ReadRunInfo
//
this.button_CDL_ReadRunInfo.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_ReadRunInfo.Location = new System.Drawing.Point(6, 110);
this.button_CDL_ReadRunInfo.Name = "button_CDL_ReadRunInfo";
this.button_CDL_ReadRunInfo.Size = new System.Drawing.Size(120, 30);
this.button_CDL_ReadRunInfo.TabIndex = 15;
this.button_CDL_ReadRunInfo.Text = "查询运行信息";
this.button_CDL_ReadRunInfo.UseVisualStyleBackColor = true;
this.button_CDL_ReadRunInfo.Click += new System.EventHandler(this.button_CDL_ReadRunInfo_Click);
//
// button_CDL_ReadVer
//
this.button_CDL_ReadVer.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_ReadVer.Location = new System.Drawing.Point(132, 74);
this.button_CDL_ReadVer.Name = "button_CDL_ReadVer";
this.button_CDL_ReadVer.Size = new System.Drawing.Size(120, 30);
this.button_CDL_ReadVer.TabIndex = 14;
this.button_CDL_ReadVer.Text = "查询版本信息";
this.button_CDL_ReadVer.UseVisualStyleBackColor = true;
this.button_CDL_ReadVer.Click += new System.EventHandler(this.button_CDL_ReadVer_Click);
//
// button_CDL_WriteCheckNum
//
this.button_CDL_WriteCheckNum.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_WriteCheckNum.Location = new System.Drawing.Point(6, 74);
this.button_CDL_WriteCheckNum.Name = "button_CDL_WriteCheckNum";
this.button_CDL_WriteCheckNum.Size = new System.Drawing.Size(120, 30);
this.button_CDL_WriteCheckNum.TabIndex = 13;
this.button_CDL_WriteCheckNum.Text = "写入校验码";
this.button_CDL_WriteCheckNum.UseVisualStyleBackColor = true;
this.button_CDL_WriteCheckNum.Click += new System.EventHandler(this.button_CDL_WriteCheckNum_Click);
//
// button_CDL_ReadCheckNum
//
this.button_CDL_ReadCheckNum.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_ReadCheckNum.Location = new System.Drawing.Point(132, 38);
this.button_CDL_ReadCheckNum.Name = "button_CDL_ReadCheckNum";
this.button_CDL_ReadCheckNum.Size = new System.Drawing.Size(120, 30);
this.button_CDL_ReadCheckNum.TabIndex = 12;
this.button_CDL_ReadCheckNum.Text = "查询校验码";
this.button_CDL_ReadCheckNum.UseVisualStyleBackColor = true;
this.button_CDL_ReadCheckNum.Click += new System.EventHandler(this.button_CDL_ReadCheckNum_Click);
//
// button_CDL_ReadID
//
this.button_CDL_ReadID.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button_CDL_ReadID.Location = new System.Drawing.Point(6, 38);
this.button_CDL_ReadID.Name = "button_CDL_ReadID";
this.button_CDL_ReadID.Size = new System.Drawing.Size(120, 30);
this.button_CDL_ReadID.TabIndex = 11;
this.button_CDL_ReadID.Text = "查询物理ID";
this.button_CDL_ReadID.UseVisualStyleBackColor = true;
this.button_CDL_ReadID.Click += new System.EventHandler(this.button_CDL_ReadID_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 18);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(0, 20);
this.label4.TabIndex = 2;
//
// groupBox7
//
this.groupBox7.Controls.Add(this.richTextBox_Rev);
this.groupBox7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox7.Location = new System.Drawing.Point(238, 12);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(456, 135);
this.groupBox7.TabIndex = 7;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "接收数据";
//
// richTextBox_Rev
//
this.richTextBox_Rev.Location = new System.Drawing.Point(10, 28);
this.richTextBox_Rev.Name = "richTextBox_Rev";
this.richTextBox_Rev.ReadOnly = true;
this.richTextBox_Rev.Size = new System.Drawing.Size(433, 87);
this.richTextBox_Rev.TabIndex = 5;
this.richTextBox_Rev.Text = "";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.ClientSize = new System.Drawing.Size(964, 596);
this.Controls.Add(this.groupBox7);
this.Controls.Add(this.groupBox6);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MOTINOVA_BMS_Test";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox7.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ComboBox comboBox_Baudrate;
private System.Windows.Forms.ComboBox comboBox_ComIndex;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button_ComOpen;
private System.IO.Ports.SerialPort serialPort1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Label label58;
private System.Windows.Forms.TextBox textBox_RevCnt;
private System.Windows.Forms.Button button_RefreshPort;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button button_MC_ReadDesignInfo;
private System.Windows.Forms.Button button_MC_ReadCheckNum;
private System.Windows.Forms.Button button_MC_ReadID;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button button_OBC_ReadRunInfo;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button button_HMI_ReadDesignInfo;
private System.Windows.Forms.Button button_HMI_ReadVerInfo;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.RichTextBox richTextBox_Data;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.RichTextBox richTextBox_Rev;
private System.Windows.Forms.Button button_MC_Check;
private System.Windows.Forms.Button button_MC_Ready;
private System.Windows.Forms.Button button_OBC_ReadVer;
private System.Windows.Forms.Button button_OBC_Ready;
private System.Windows.Forms.Button button_OBC_ReadCell;
private System.Windows.Forms.Button button_OBC_ReadDesign;
private System.Windows.Forms.Button button_HMI_ReadCell;
private System.Windows.Forms.Button button_HMI_Ready;
private System.Windows.Forms.Button button_CDL_ReadCheckNum;
private System.Windows.Forms.Button button_CDL_ReadID;
private System.Windows.Forms.Button button_CDL_ReadLog;
private System.Windows.Forms.Button button_CDL_Reset;
private System.Windows.Forms.Button button_CDL_WriteSN;
private System.Windows.Forms.Button button_CDL_WriteModel;
private System.Windows.Forms.Button button_CDL_WriteFac;
private System.Windows.Forms.Button button_CDL_Write_User3;
private System.Windows.Forms.Button button_CDL_ReadUser3;
private System.Windows.Forms.Button button_CDL_Write_User2;
private System.Windows.Forms.Button button_CDL_ReadUser2;
private System.Windows.Forms.Button button_CDL_Write_User1;
private System.Windows.Forms.Button button_CDL_ReadUser1;
private System.Windows.Forms.Button button_CDL_ReadHistory;
private System.Windows.Forms.Button button_CDL_ReadFac;
private System.Windows.Forms.Button button_CDL_ReadDesign;
private System.Windows.Forms.Button button_CDL_ReadCell;
private System.Windows.Forms.Button button_CDL_ReadRunInfo;
private System.Windows.Forms.Button button_CDL_ReadVer;
private System.Windows.Forms.Button button_CDL_WriteCheckNum;
private System.Windows.Forms.TextBox textBox_SendData;
}
}