using System.Windows.Forms;
namespace Welling_Motor_Debug_Tool
{
partial class Form1
{
///
/// 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 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.menuStrip_Set = new System.Windows.Forms.MenuStrip();
this.端口连接ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.刷新ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.端口号ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripComboBox_ComNum = new System.Windows.Forms.ToolStripComboBox();
this.波特率ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripComboBox_Baudrate = new System.Windows.Forms.ToolStripComboBox();
this.连接ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.配置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.写入存储ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.工具箱ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.记录数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.一键查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.计算器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.版本ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label24 = new System.Windows.Forms.Label();
this.numericUpDown_SpeedAdj = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.comboBox_LightSwitch = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.comboBox_GearSt = new System.Windows.Forms.ComboBox();
this.comboBox_WorkMode = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textBox_ErrorCode = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_Trip_Time = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_Range = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_Power = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_Trip = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_SOC = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_Current = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_T_Coil = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_LightSwitch = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_Vol = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_T_MCU = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_GearSt = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_MotorSpeed = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_T_PCB = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_Dir = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_Cadence = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_AvgPower = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_Torque = new System.Windows.Forms.TextBox();
this.textBox_RunInfo_BikeSpeed = new System.Windows.Forms.TextBox();
this.label28 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage_MotorParam = new System.Windows.Forms.TabPage();
this.button_Write = new System.Windows.Forms.Button();
this.button_Read_MotorParam = new System.Windows.Forms.Button();
this.richTextBox_MotorParam = new System.Windows.Forms.RichTextBox();
this.tabPage_BikeParam = new System.Windows.Forms.TabPage();
this.button_WriteBikeParam = new System.Windows.Forms.Button();
this.button_ReadBikeParam = new System.Windows.Forms.Button();
this.richTextBox_BikeParam = new System.Windows.Forms.RichTextBox();
this.tabPage_ControlParam = new System.Windows.Forms.TabPage();
this.button_WriteControlParam = new System.Windows.Forms.Button();
this.button_ReadControlParam = new System.Windows.Forms.Button();
this.richTextBox_ControlParam = new System.Windows.Forms.RichTextBox();
this.tabPage_SensorParam = new System.Windows.Forms.TabPage();
this.button_WriteTqSensorParam = new System.Windows.Forms.Button();
this.comboBox_TorqueSet = new System.Windows.Forms.ComboBox();
this.label29 = new System.Windows.Forms.Label();
this.textBox_Load = new System.Windows.Forms.TextBox();
this.label27 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.button_Write_Cal = new System.Windows.Forms.Button();
this.button_WriteSensorParam = new System.Windows.Forms.Button();
this.button_ReadSensorParam = new System.Windows.Forms.Button();
this.richTextBox_SensorParam = new System.Windows.Forms.RichTextBox();
this.tabPage_AssistParam = new System.Windows.Forms.TabPage();
this.label62 = new System.Windows.Forms.Label();
this.label47 = new System.Windows.Forms.Label();
this.comboBox_AssistTorque = new System.Windows.Forms.ComboBox();
this.comboBox_AssistCadence = new System.Windows.Forms.ComboBox();
this.label25 = new System.Windows.Forms.Label();
this.button_WriteAssistParam = new System.Windows.Forms.Button();
this.button_ReadAssistParam = new System.Windows.Forms.Button();
this.richTextBox_AssistParam = new System.Windows.Forms.RichTextBox();
this.tabPage_DebugParam = new System.Windows.Forms.TabPage();
this.button_WriteDebugParam = new System.Windows.Forms.Button();
this.button_ReadDebugParam = new System.Windows.Forms.Button();
this.richTextBox_DebugParam = new System.Windows.Forms.RichTextBox();
this.tabPage_RecordInfo = new System.Windows.Forms.TabPage();
this.button_SaveRecordInfo = new System.Windows.Forms.Button();
this.button_ReadRecord = new System.Windows.Forms.Button();
this.button_ExportLog = new System.Windows.Forms.Button();
this.richTextBox_Record = new System.Windows.Forms.RichTextBox();
this.tabPage_OtherInfo = new System.Windows.Forms.TabPage();
this.groupBox9 = new System.Windows.Forms.GroupBox();
this.button_Recovery = new System.Windows.Forms.Button();
this.button_ClearLog = new System.Windows.Forms.Button();
this.button_Reset = new System.Windows.Forms.Button();
this.button_SystemClear = new System.Windows.Forms.Button();
this.groupBox8 = new System.Windows.Forms.GroupBox();
this.button_ReadOnLine = new System.Windows.Forms.Button();
this.textBox_Online = new System.Windows.Forms.TextBox();
this.label42 = new System.Windows.Forms.Label();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.button_ReadMAC = new System.Windows.Forms.Button();
this.button_WriteMac = new System.Windows.Forms.Button();
this.textBox_PP = new System.Windows.Forms.TextBox();
this.textBox_MACDate = new System.Windows.Forms.TextBox();
this.textBox_MACAdd = new System.Windows.Forms.TextBox();
this.label34 = new System.Windows.Forms.Label();
this.label39 = new System.Windows.Forms.Label();
this.textBox_MAC = new System.Windows.Forms.TextBox();
this.label40 = new System.Windows.Forms.Label();
this.label41 = new System.Windows.Forms.Label();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.button_ReadUser3 = new System.Windows.Forms.Button();
this.button_WriteUser3 = new System.Windows.Forms.Button();
this.button_ReadUser2 = new System.Windows.Forms.Button();
this.button_WriteUser2 = new System.Windows.Forms.Button();
this.button_ReadUser1 = new System.Windows.Forms.Button();
this.button_WriteUser1 = new System.Windows.Forms.Button();
this.textBox_User3 = new System.Windows.Forms.TextBox();
this.textBox_User2 = new System.Windows.Forms.TextBox();
this.label35 = new System.Windows.Forms.Label();
this.textBox_User1 = new System.Windows.Forms.TextBox();
this.label36 = new System.Windows.Forms.Label();
this.label38 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.button_ReadKey = new System.Windows.Forms.Button();
this.button_WriteKey = new System.Windows.Forms.Button();
this.textBox_Key = new System.Windows.Forms.TextBox();
this.label37 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.button_ReadVersion = new System.Windows.Forms.Button();
this.button_WriteSN = new System.Windows.Forms.Button();
this.button_WriteModel = new System.Windows.Forms.Button();
this.textBox_FW = new System.Windows.Forms.TextBox();
this.textBox_HW = new System.Windows.Forms.TextBox();
this.textBox_SN = new System.Windows.Forms.TextBox();
this.label33 = new System.Windows.Forms.Label();
this.label32 = new System.Windows.Forms.Label();
this.textBox_Model = new System.Windows.Forms.TextBox();
this.label31 = new System.Windows.Forms.Label();
this.label30 = new System.Windows.Forms.Label();
this.tabPage_OBC = new System.Windows.Forms.TabPage();
this.groupBox15 = new System.Windows.Forms.GroupBox();
this.textBox_OBC_ODO_TIME = new System.Windows.Forms.TextBox();
this.button_OBC_ReadRideInfo = new System.Windows.Forms.Button();
this.textBox_OBC_ODO_KM = new System.Windows.Forms.TextBox();
this.button_OBC_ClearTrip = new System.Windows.Forms.Button();
this.label55 = new System.Windows.Forms.Label();
this.textBox_OBC_TRIP_TIME = new System.Windows.Forms.TextBox();
this.label54 = new System.Windows.Forms.Label();
this.textBox_OBC_TRIP_KM = new System.Windows.Forms.TextBox();
this.label52 = new System.Windows.Forms.Label();
this.label53 = new System.Windows.Forms.Label();
this.groupBox14 = new System.Windows.Forms.GroupBox();
this.button_OBC_ReadVerInfo = new System.Windows.Forms.Button();
this.textBox_OBC_ReadFW = new System.Windows.Forms.TextBox();
this.textBox_OBC_ReadHW = new System.Windows.Forms.TextBox();
this.textBox_OBC_ReadSN = new System.Windows.Forms.TextBox();
this.label48 = new System.Windows.Forms.Label();
this.label49 = new System.Windows.Forms.Label();
this.textBox_OBC_ReadModel = new System.Windows.Forms.TextBox();
this.label50 = new System.Windows.Forms.Label();
this.label51 = new System.Windows.Forms.Label();
this.groupBox13 = new System.Windows.Forms.GroupBox();
this.numericUpDown_OBC_WheelAdj = new System.Windows.Forms.NumericUpDown();
this.label59 = new System.Windows.Forms.Label();
this.comboBox_OBC_AssistFunc = new System.Windows.Forms.ComboBox();
this.comboBox_OBC_StartMode = new System.Windows.Forms.ComboBox();
this.label58 = new System.Windows.Forms.Label();
this.label57 = new System.Windows.Forms.Label();
this.button_OBC_WriteUserInfo = new System.Windows.Forms.Button();
this.label56 = new System.Windows.Forms.Label();
this.groupBox12 = new System.Windows.Forms.GroupBox();
this.richTextBox_OBC_ReadUserInfo = new System.Windows.Forms.RichTextBox();
this.button_OBC_ReadUserInfo = new System.Windows.Forms.Button();
this.groupBox11 = new System.Windows.Forms.GroupBox();
this.richTextBox_OBC_BMS_RunInfo = new System.Windows.Forms.RichTextBox();
this.checkBox_OBC_StartReadBMS = new System.Windows.Forms.CheckBox();
this.groupBox10 = new System.Windows.Forms.GroupBox();
this.label60 = new System.Windows.Forms.Label();
this.comboBox_OBC_LightSw = new System.Windows.Forms.ComboBox();
this.label61 = new System.Windows.Forms.Label();
this.comboBox_OBC_SetGearST = new System.Windows.Forms.ComboBox();
this.checkBox_OBC_StartSetGearSt = new System.Windows.Forms.CheckBox();
this.label23 = new System.Windows.Forms.Label();
this.label_RecCount = new System.Windows.Forms.Label();
this.timer_1s = new System.Windows.Forms.Timer(this.components);
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label_BuildTime = new System.Windows.Forms.Label();
this.label_SystemTime = new System.Windows.Forms.Label();
this.label_COM_Sta = new System.Windows.Forms.Label();
this.label43 = new System.Windows.Forms.Label();
this.label44 = new System.Windows.Forms.Label();
this.label45 = new System.Windows.Forms.Label();
this.label46 = new System.Windows.Forms.Label();
this.groupBox16 = new System.Windows.Forms.GroupBox();
this.checkBox_SaveYes = new System.Windows.Forms.CheckBox();
this.radioButton_SIP_SaveYes = new System.Windows.Forms.RadioButton();
this.radioButton_SIP_SaveNo = new System.Windows.Forms.RadioButton();
this.button_ReadSaveFlag = new System.Windows.Forms.Button();
this.button_WriteSaveFlag = new System.Windows.Forms.Button();
this.groupBox17 = new System.Windows.Forms.GroupBox();
this.radioButton_EE_SaveYes = new System.Windows.Forms.RadioButton();
this.radioButton_EE_SaveNo = new System.Windows.Forms.RadioButton();
this.groupBox18 = new System.Windows.Forms.GroupBox();
this.menuStrip_Set.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_SpeedAdj)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage_MotorParam.SuspendLayout();
this.tabPage_BikeParam.SuspendLayout();
this.tabPage_ControlParam.SuspendLayout();
this.tabPage_SensorParam.SuspendLayout();
this.tabPage_AssistParam.SuspendLayout();
this.tabPage_DebugParam.SuspendLayout();
this.tabPage_RecordInfo.SuspendLayout();
this.tabPage_OtherInfo.SuspendLayout();
this.groupBox9.SuspendLayout();
this.groupBox8.SuspendLayout();
this.groupBox7.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox4.SuspendLayout();
this.tabPage_OBC.SuspendLayout();
this.groupBox15.SuspendLayout();
this.groupBox14.SuspendLayout();
this.groupBox13.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_OBC_WheelAdj)).BeginInit();
this.groupBox12.SuspendLayout();
this.groupBox11.SuspendLayout();
this.groupBox10.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.groupBox16.SuspendLayout();
this.groupBox17.SuspendLayout();
this.groupBox18.SuspendLayout();
this.SuspendLayout();
//
// menuStrip_Set
//
this.menuStrip_Set.BackColor = System.Drawing.Color.DodgerBlue;
this.menuStrip_Set.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
this.menuStrip_Set.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.端口连接ToolStripMenuItem,
this.配置ToolStripMenuItem,
this.工具箱ToolStripMenuItem,
this.关于ToolStripMenuItem});
this.menuStrip_Set.Location = new System.Drawing.Point(0, 0);
this.menuStrip_Set.Name = "menuStrip_Set";
this.menuStrip_Set.Size = new System.Drawing.Size(984, 29);
this.menuStrip_Set.TabIndex = 1;
this.menuStrip_Set.Text = "menuStrip2";
//
// 端口连接ToolStripMenuItem
//
this.端口连接ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.刷新ToolStripMenuItem,
this.端口号ToolStripMenuItem,
this.波特率ToolStripMenuItem,
this.连接ToolStripMenuItem});
this.端口连接ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.端口连接ToolStripMenuItem.Name = "端口连接ToolStripMenuItem";
this.端口连接ToolStripMenuItem.Size = new System.Drawing.Size(86, 25);
this.端口连接ToolStripMenuItem.Text = "端口设置";
//
// 刷新ToolStripMenuItem
//
this.刷新ToolStripMenuItem.Name = "刷新ToolStripMenuItem";
this.刷新ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
this.刷新ToolStripMenuItem.Text = "刷新";
this.刷新ToolStripMenuItem.Click += new System.EventHandler(this.刷新ToolStripMenuItem_Click);
//
// 端口号ToolStripMenuItem
//
this.端口号ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripComboBox_ComNum});
this.端口号ToolStripMenuItem.Name = "端口号ToolStripMenuItem";
this.端口号ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
this.端口号ToolStripMenuItem.Text = "端口号";
//
// toolStripComboBox_ComNum
//
this.toolStripComboBox_ComNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.toolStripComboBox_ComNum.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.toolStripComboBox_ComNum.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolStripComboBox_ComNum.Name = "toolStripComboBox_ComNum";
this.toolStripComboBox_ComNum.Size = new System.Drawing.Size(121, 29);
//
// 波特率ToolStripMenuItem
//
this.波特率ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripComboBox_Baudrate});
this.波特率ToolStripMenuItem.Name = "波特率ToolStripMenuItem";
this.波特率ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
this.波特率ToolStripMenuItem.Text = "波特率";
//
// toolStripComboBox_Baudrate
//
this.toolStripComboBox_Baudrate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.toolStripComboBox_Baudrate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.toolStripComboBox_Baudrate.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolStripComboBox_Baudrate.Items.AddRange(new object[] {
"9600",
"115200",
"230400"});
this.toolStripComboBox_Baudrate.Name = "toolStripComboBox_Baudrate";
this.toolStripComboBox_Baudrate.Size = new System.Drawing.Size(121, 29);
//
// 连接ToolStripMenuItem
//
this.连接ToolStripMenuItem.Name = "连接ToolStripMenuItem";
this.连接ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
this.连接ToolStripMenuItem.Text = "连接";
this.连接ToolStripMenuItem.Click += new System.EventHandler(this.连接ToolStripMenuItem_Click);
//
// 配置ToolStripMenuItem
//
this.配置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.写入存储ToolStripMenuItem});
this.配置ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.配置ToolStripMenuItem.Name = "配置ToolStripMenuItem";
this.配置ToolStripMenuItem.Size = new System.Drawing.Size(54, 25);
this.配置ToolStripMenuItem.Text = "配置";
//
// 写入存储ToolStripMenuItem
//
this.写入存储ToolStripMenuItem.Name = "写入存储ToolStripMenuItem";
this.写入存储ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
this.写入存储ToolStripMenuItem.Text = "执行保存";
this.写入存储ToolStripMenuItem.Click += new System.EventHandler(this.写入存储ToolStripMenuItem_Click);
//
// 工具箱ToolStripMenuItem
//
this.工具箱ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.记录数据ToolStripMenuItem,
this.一键查询ToolStripMenuItem,
this.计算器ToolStripMenuItem});
this.工具箱ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.工具箱ToolStripMenuItem.Name = "工具箱ToolStripMenuItem";
this.工具箱ToolStripMenuItem.Size = new System.Drawing.Size(70, 25);
this.工具箱ToolStripMenuItem.Text = "工具箱";
//
// 记录数据ToolStripMenuItem
//
this.记录数据ToolStripMenuItem.Name = "记录数据ToolStripMenuItem";
this.记录数据ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
this.记录数据ToolStripMenuItem.Text = "记录数据";
this.记录数据ToolStripMenuItem.Click += new System.EventHandler(this.记录数据ToolStripMenuItem_Click);
//
// 一键查询ToolStripMenuItem
//
this.一键查询ToolStripMenuItem.Name = "一键查询ToolStripMenuItem";
this.一键查询ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
this.一键查询ToolStripMenuItem.Text = "一键查询";
//
// 计算器ToolStripMenuItem
//
this.计算器ToolStripMenuItem.Name = "计算器ToolStripMenuItem";
this.计算器ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
this.计算器ToolStripMenuItem.Text = "计算器";
this.计算器ToolStripMenuItem.Click += new System.EventHandler(this.计算器ToolStripMenuItem_Click);
//
// 关于ToolStripMenuItem
//
this.关于ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.帮助ToolStripMenuItem,
this.版本ToolStripMenuItem});
this.关于ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
this.关于ToolStripMenuItem.Size = new System.Drawing.Size(54, 25);
this.关于ToolStripMenuItem.Text = "关于";
//
// 帮助ToolStripMenuItem
//
this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
this.帮助ToolStripMenuItem.Text = "查看帮助";
//
// 版本ToolStripMenuItem
//
this.版本ToolStripMenuItem.Name = "版本ToolStripMenuItem";
this.版本ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
this.版本ToolStripMenuItem.Text = "版本信息";
//
// statusStrip1
//
this.statusStrip1.BackColor = System.Drawing.Color.DodgerBlue;
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 619);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(984, 22);
this.statusStrip1.TabIndex = 3;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.White;
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(212, 17);
this.toolStripStatusLabel1.Text = "版权所有:武汉天腾动力科技有限公司";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label24);
this.groupBox1.Controls.Add(this.numericUpDown_SpeedAdj);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.comboBox_LightSwitch);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.comboBox_GearSt);
this.groupBox1.Controls.Add(this.comboBox_WorkMode);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 32);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(191, 196);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "电机控制";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(161, 152);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(24, 21);
this.label24.TabIndex = 6;
this.label24.Text = "%";
//
// numericUpDown_SpeedAdj
//
this.numericUpDown_SpeedAdj.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.numericUpDown_SpeedAdj.Location = new System.Drawing.Point(85, 148);
this.numericUpDown_SpeedAdj.Minimum = new decimal(new int[] {
5,
0,
0,
0});
this.numericUpDown_SpeedAdj.Name = "numericUpDown_SpeedAdj";
this.numericUpDown_SpeedAdj.ReadOnly = true;
this.numericUpDown_SpeedAdj.Size = new System.Drawing.Size(73, 28);
this.numericUpDown_SpeedAdj.TabIndex = 5;
this.numericUpDown_SpeedAdj.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numericUpDown_SpeedAdj.Value = new decimal(new int[] {
5,
0,
0,
0});
this.numericUpDown_SpeedAdj.ValueChanged += new System.EventHandler(this.numericUpDown_SpeedAdj_ValueChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 152);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(74, 21);
this.label4.TabIndex = 4;
this.label4.Text = "转速调节";
//
// comboBox_LightSwitch
//
this.comboBox_LightSwitch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.comboBox_LightSwitch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_LightSwitch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.comboBox_LightSwitch.FormattingEnabled = true;
this.comboBox_LightSwitch.Items.AddRange(new object[] {
"ON",
"OFF"});
this.comboBox_LightSwitch.Location = new System.Drawing.Point(85, 109);
this.comboBox_LightSwitch.Name = "comboBox_LightSwitch";
this.comboBox_LightSwitch.Size = new System.Drawing.Size(100, 29);
this.comboBox_LightSwitch.TabIndex = 3;
this.comboBox_LightSwitch.SelectionChangeCommitted += new System.EventHandler(this.comboBox_GearSt_SelectionChangeCommitted);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 113);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(74, 21);
this.label3.TabIndex = 2;
this.label3.Text = "大灯开关";
//
// comboBox_GearSt
//
this.comboBox_GearSt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.comboBox_GearSt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_GearSt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.comboBox_GearSt.FormattingEnabled = true;
this.comboBox_GearSt.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"4",
"5",
"Walk"});
this.comboBox_GearSt.Location = new System.Drawing.Point(85, 70);
this.comboBox_GearSt.Name = "comboBox_GearSt";
this.comboBox_GearSt.Size = new System.Drawing.Size(100, 29);
this.comboBox_GearSt.TabIndex = 1;
this.comboBox_GearSt.SelectionChangeCommitted += new System.EventHandler(this.comboBox_GearSt_SelectionChangeCommitted);
//
// comboBox_WorkMode
//
this.comboBox_WorkMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.comboBox_WorkMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_WorkMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.comboBox_WorkMode.FormattingEnabled = true;
this.comboBox_WorkMode.Items.AddRange(new object[] {
"运行模式",
"配置模式"});
this.comboBox_WorkMode.Location = new System.Drawing.Point(85, 31);
this.comboBox_WorkMode.Name = "comboBox_WorkMode";
this.comboBox_WorkMode.Size = new System.Drawing.Size(100, 29);
this.comboBox_WorkMode.TabIndex = 1;
this.comboBox_WorkMode.SelectionChangeCommitted += new System.EventHandler(this.comboBox_WorkMode_SelectionChangeCommitted);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 74);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(74, 21);
this.label2.TabIndex = 0;
this.label2.Text = "助力档位";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(74, 21);
this.label1.TabIndex = 0;
this.label1.Text = "工作模式";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.textBox_ErrorCode);
this.groupBox2.Controls.Add(this.textBox_RunInfo_Trip_Time);
this.groupBox2.Controls.Add(this.textBox_RunInfo_Range);
this.groupBox2.Controls.Add(this.textBox_RunInfo_Power);
this.groupBox2.Controls.Add(this.textBox_RunInfo_Trip);
this.groupBox2.Controls.Add(this.textBox_RunInfo_SOC);
this.groupBox2.Controls.Add(this.textBox_RunInfo_Current);
this.groupBox2.Controls.Add(this.textBox_RunInfo_T_Coil);
this.groupBox2.Controls.Add(this.textBox_RunInfo_LightSwitch);
this.groupBox2.Controls.Add(this.textBox_RunInfo_Vol);
this.groupBox2.Controls.Add(this.textBox_RunInfo_T_MCU);
this.groupBox2.Controls.Add(this.textBox_RunInfo_GearSt);
this.groupBox2.Controls.Add(this.textBox_RunInfo_MotorSpeed);
this.groupBox2.Controls.Add(this.textBox_RunInfo_T_PCB);
this.groupBox2.Controls.Add(this.textBox_RunInfo_Dir);
this.groupBox2.Controls.Add(this.textBox_RunInfo_Cadence);
this.groupBox2.Controls.Add(this.textBox_RunInfo_AvgPower);
this.groupBox2.Controls.Add(this.textBox_RunInfo_Torque);
this.groupBox2.Controls.Add(this.textBox_RunInfo_BikeSpeed);
this.groupBox2.Controls.Add(this.label28);
this.groupBox2.Controls.Add(this.label22);
this.groupBox2.Controls.Add(this.label16);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.label21);
this.groupBox2.Controls.Add(this.label15);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label20);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label19);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label18);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label17);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Location = new System.Drawing.Point(209, 32);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(764, 196);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "运行信息";
//
// textBox_ErrorCode
//
this.textBox_ErrorCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_ErrorCode.Location = new System.Drawing.Point(667, 107);
this.textBox_ErrorCode.Name = "textBox_ErrorCode";
this.textBox_ErrorCode.ReadOnly = true;
this.textBox_ErrorCode.Size = new System.Drawing.Size(80, 28);
this.textBox_ErrorCode.TabIndex = 1;
this.textBox_ErrorCode.MouseHover += new System.EventHandler(this.textBox_ErrorCode_MouseHover);
//
// textBox_RunInfo_Trip_Time
//
this.textBox_RunInfo_Trip_Time.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_Trip_Time.Location = new System.Drawing.Point(667, 69);
this.textBox_RunInfo_Trip_Time.Name = "textBox_RunInfo_Trip_Time";
this.textBox_RunInfo_Trip_Time.ReadOnly = true;
this.textBox_RunInfo_Trip_Time.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_Trip_Time.TabIndex = 1;
//
// textBox_RunInfo_Range
//
this.textBox_RunInfo_Range.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_Range.Location = new System.Drawing.Point(501, 107);
this.textBox_RunInfo_Range.Name = "textBox_RunInfo_Range";
this.textBox_RunInfo_Range.ReadOnly = true;
this.textBox_RunInfo_Range.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_Range.TabIndex = 1;
//
// textBox_RunInfo_Power
//
this.textBox_RunInfo_Power.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_Power.Location = new System.Drawing.Point(196, 108);
this.textBox_RunInfo_Power.Name = "textBox_RunInfo_Power";
this.textBox_RunInfo_Power.ReadOnly = true;
this.textBox_RunInfo_Power.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_Power.TabIndex = 1;
//
// textBox_RunInfo_Trip
//
this.textBox_RunInfo_Trip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_Trip.Location = new System.Drawing.Point(667, 30);
this.textBox_RunInfo_Trip.Name = "textBox_RunInfo_Trip";
this.textBox_RunInfo_Trip.ReadOnly = true;
this.textBox_RunInfo_Trip.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_Trip.TabIndex = 1;
//
// textBox_RunInfo_SOC
//
this.textBox_RunInfo_SOC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_SOC.Location = new System.Drawing.Point(501, 30);
this.textBox_RunInfo_SOC.Name = "textBox_RunInfo_SOC";
this.textBox_RunInfo_SOC.ReadOnly = true;
this.textBox_RunInfo_SOC.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_SOC.TabIndex = 1;
//
// textBox_RunInfo_Current
//
this.textBox_RunInfo_Current.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_Current.Location = new System.Drawing.Point(196, 70);
this.textBox_RunInfo_Current.Name = "textBox_RunInfo_Current";
this.textBox_RunInfo_Current.ReadOnly = true;
this.textBox_RunInfo_Current.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_Current.TabIndex = 1;
//
// textBox_RunInfo_T_Coil
//
this.textBox_RunInfo_T_Coil.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_T_Coil.Location = new System.Drawing.Point(367, 108);
this.textBox_RunInfo_T_Coil.Name = "textBox_RunInfo_T_Coil";
this.textBox_RunInfo_T_Coil.ReadOnly = true;
this.textBox_RunInfo_T_Coil.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_T_Coil.TabIndex = 1;
//
// textBox_RunInfo_LightSwitch
//
this.textBox_RunInfo_LightSwitch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_LightSwitch.Location = new System.Drawing.Point(501, 147);
this.textBox_RunInfo_LightSwitch.Name = "textBox_RunInfo_LightSwitch";
this.textBox_RunInfo_LightSwitch.ReadOnly = true;
this.textBox_RunInfo_LightSwitch.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_LightSwitch.TabIndex = 1;
//
// textBox_RunInfo_Vol
//
this.textBox_RunInfo_Vol.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_Vol.Location = new System.Drawing.Point(196, 31);
this.textBox_RunInfo_Vol.Name = "textBox_RunInfo_Vol";
this.textBox_RunInfo_Vol.ReadOnly = true;
this.textBox_RunInfo_Vol.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_Vol.TabIndex = 1;
//
// textBox_RunInfo_T_MCU
//
this.textBox_RunInfo_T_MCU.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_T_MCU.Location = new System.Drawing.Point(367, 70);
this.textBox_RunInfo_T_MCU.Name = "textBox_RunInfo_T_MCU";
this.textBox_RunInfo_T_MCU.ReadOnly = true;
this.textBox_RunInfo_T_MCU.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_T_MCU.TabIndex = 1;
//
// textBox_RunInfo_GearSt
//
this.textBox_RunInfo_GearSt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_GearSt.Location = new System.Drawing.Point(367, 148);
this.textBox_RunInfo_GearSt.Name = "textBox_RunInfo_GearSt";
this.textBox_RunInfo_GearSt.ReadOnly = true;
this.textBox_RunInfo_GearSt.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_GearSt.TabIndex = 1;
//
// textBox_RunInfo_MotorSpeed
//
this.textBox_RunInfo_MotorSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_MotorSpeed.Location = new System.Drawing.Point(62, 148);
this.textBox_RunInfo_MotorSpeed.Name = "textBox_RunInfo_MotorSpeed";
this.textBox_RunInfo_MotorSpeed.ReadOnly = true;
this.textBox_RunInfo_MotorSpeed.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_MotorSpeed.TabIndex = 1;
//
// textBox_RunInfo_T_PCB
//
this.textBox_RunInfo_T_PCB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_T_PCB.Location = new System.Drawing.Point(367, 31);
this.textBox_RunInfo_T_PCB.Name = "textBox_RunInfo_T_PCB";
this.textBox_RunInfo_T_PCB.ReadOnly = true;
this.textBox_RunInfo_T_PCB.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_T_PCB.TabIndex = 1;
//
// textBox_RunInfo_Dir
//
this.textBox_RunInfo_Dir.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_Dir.Location = new System.Drawing.Point(196, 148);
this.textBox_RunInfo_Dir.Name = "textBox_RunInfo_Dir";
this.textBox_RunInfo_Dir.ReadOnly = true;
this.textBox_RunInfo_Dir.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_Dir.TabIndex = 1;
//
// textBox_RunInfo_Cadence
//
this.textBox_RunInfo_Cadence.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_Cadence.Location = new System.Drawing.Point(62, 70);
this.textBox_RunInfo_Cadence.Name = "textBox_RunInfo_Cadence";
this.textBox_RunInfo_Cadence.ReadOnly = true;
this.textBox_RunInfo_Cadence.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_Cadence.TabIndex = 1;
//
// textBox_RunInfo_AvgPower
//
this.textBox_RunInfo_AvgPower.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_AvgPower.Location = new System.Drawing.Point(501, 69);
this.textBox_RunInfo_AvgPower.Name = "textBox_RunInfo_AvgPower";
this.textBox_RunInfo_AvgPower.ReadOnly = true;
this.textBox_RunInfo_AvgPower.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_AvgPower.TabIndex = 1;
//
// textBox_RunInfo_Torque
//
this.textBox_RunInfo_Torque.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_Torque.Location = new System.Drawing.Point(62, 109);
this.textBox_RunInfo_Torque.Name = "textBox_RunInfo_Torque";
this.textBox_RunInfo_Torque.ReadOnly = true;
this.textBox_RunInfo_Torque.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_Torque.TabIndex = 1;
//
// textBox_RunInfo_BikeSpeed
//
this.textBox_RunInfo_BikeSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_RunInfo_BikeSpeed.Location = new System.Drawing.Point(62, 31);
this.textBox_RunInfo_BikeSpeed.Name = "textBox_RunInfo_BikeSpeed";
this.textBox_RunInfo_BikeSpeed.ReadOnly = true;
this.textBox_RunInfo_BikeSpeed.Size = new System.Drawing.Size(80, 28);
this.textBox_RunInfo_BikeSpeed.TabIndex = 1;
//
// label28
//
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(587, 111);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(58, 21);
this.label28.TabIndex = 0;
this.label28.Text = "故障码";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(587, 73);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(74, 21);
this.label22.TabIndex = 0;
this.label22.Text = "单次时间";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(453, 111);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(42, 21);
this.label16.TabIndex = 0;
this.label16.Text = "续航";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(148, 113);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(42, 21);
this.label10.TabIndex = 0;
this.label10.Text = "功率";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(587, 34);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(74, 21);
this.label21.TabIndex = 0;
this.label21.Text = "单次里程";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(453, 34);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(42, 21);
this.label15.TabIndex = 0;
this.label15.Text = "电量";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(148, 74);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(42, 21);
this.label9.TabIndex = 0;
this.label9.Text = "电流";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(282, 112);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(74, 21);
this.label20.TabIndex = 0;
this.label20.Text = "绕组温度";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(453, 151);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(42, 21);
this.label14.TabIndex = 0;
this.label14.Text = "大灯";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(148, 35);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(42, 21);
this.label8.TabIndex = 0;
this.label8.Text = "电压";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(282, 74);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(81, 21);
this.label19.TabIndex = 0;
this.label19.Text = "MCU温度";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(282, 152);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(42, 21);
this.label13.TabIndex = 0;
this.label13.Text = "档位";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(14, 152);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(42, 21);
this.label7.TabIndex = 0;
this.label7.Text = "转速";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(282, 35);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(73, 21);
this.label18.TabIndex = 0;
this.label18.Text = "PCB温度";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(148, 152);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(42, 21);
this.label12.TabIndex = 0;
this.label12.Text = "方向";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(14, 74);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(42, 21);
this.label6.TabIndex = 0;
this.label6.Text = "踏频";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(453, 73);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(42, 21);
this.label17.TabIndex = 0;
this.label17.Text = "功耗";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(14, 113);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(42, 21);
this.label11.TabIndex = 0;
this.label11.Text = "力矩";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(14, 35);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(42, 21);
this.label5.TabIndex = 0;
this.label5.Text = "车速";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.tabControl1);
this.groupBox3.Location = new System.Drawing.Point(12, 234);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(961, 382);
this.groupBox3.TabIndex = 6;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "参数查询/写入";
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage_MotorParam);
this.tabControl1.Controls.Add(this.tabPage_BikeParam);
this.tabControl1.Controls.Add(this.tabPage_ControlParam);
this.tabControl1.Controls.Add(this.tabPage_SensorParam);
this.tabControl1.Controls.Add(this.tabPage_AssistParam);
this.tabControl1.Controls.Add(this.tabPage_DebugParam);
this.tabControl1.Controls.Add(this.tabPage_RecordInfo);
this.tabControl1.Controls.Add(this.tabPage_OtherInfo);
this.tabControl1.Controls.Add(this.tabPage_OBC);
this.tabControl1.Location = new System.Drawing.Point(10, 27);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(945, 349);
this.tabControl1.TabIndex = 0;
//
// tabPage_MotorParam
//
this.tabPage_MotorParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tabPage_MotorParam.Controls.Add(this.button_Write);
this.tabPage_MotorParam.Controls.Add(this.button_Read_MotorParam);
this.tabPage_MotorParam.Controls.Add(this.richTextBox_MotorParam);
this.tabPage_MotorParam.Location = new System.Drawing.Point(4, 30);
this.tabPage_MotorParam.Name = "tabPage_MotorParam";
this.tabPage_MotorParam.Padding = new System.Windows.Forms.Padding(3);
this.tabPage_MotorParam.Size = new System.Drawing.Size(937, 315);
this.tabPage_MotorParam.TabIndex = 0;
this.tabPage_MotorParam.Text = "马达参数";
//
// button_Write
//
this.button_Write.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.button_Write.Location = new System.Drawing.Point(808, 259);
this.button_Write.Name = "button_Write";
this.button_Write.Size = new System.Drawing.Size(112, 50);
this.button_Write.TabIndex = 1;
this.button_Write.Text = "写入参数";
this.button_Write.UseVisualStyleBackColor = false;
this.button_Write.Click += new System.EventHandler(this.button_Write_Click);
//
// button_Read_MotorParam
//
this.button_Read_MotorParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_Read_MotorParam.Location = new System.Drawing.Point(808, 203);
this.button_Read_MotorParam.Name = "button_Read_MotorParam";
this.button_Read_MotorParam.Size = new System.Drawing.Size(112, 50);
this.button_Read_MotorParam.TabIndex = 1;
this.button_Read_MotorParam.Text = "读取参数";
this.button_Read_MotorParam.UseVisualStyleBackColor = false;
this.button_Read_MotorParam.Click += new System.EventHandler(this.button_Read_MotorParam_Click);
//
// richTextBox_MotorParam
//
this.richTextBox_MotorParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.richTextBox_MotorParam.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.richTextBox_MotorParam.Location = new System.Drawing.Point(6, 6);
this.richTextBox_MotorParam.Name = "richTextBox_MotorParam";
this.richTextBox_MotorParam.Size = new System.Drawing.Size(796, 303);
this.richTextBox_MotorParam.TabIndex = 0;
this.richTextBox_MotorParam.Text = "";
//
// tabPage_BikeParam
//
this.tabPage_BikeParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tabPage_BikeParam.Controls.Add(this.button_WriteBikeParam);
this.tabPage_BikeParam.Controls.Add(this.button_ReadBikeParam);
this.tabPage_BikeParam.Controls.Add(this.richTextBox_BikeParam);
this.tabPage_BikeParam.Location = new System.Drawing.Point(4, 30);
this.tabPage_BikeParam.Name = "tabPage_BikeParam";
this.tabPage_BikeParam.Padding = new System.Windows.Forms.Padding(3);
this.tabPage_BikeParam.Size = new System.Drawing.Size(937, 315);
this.tabPage_BikeParam.TabIndex = 1;
this.tabPage_BikeParam.Text = "整车信息";
//
// button_WriteBikeParam
//
this.button_WriteBikeParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.button_WriteBikeParam.Location = new System.Drawing.Point(808, 259);
this.button_WriteBikeParam.Name = "button_WriteBikeParam";
this.button_WriteBikeParam.Size = new System.Drawing.Size(112, 50);
this.button_WriteBikeParam.TabIndex = 4;
this.button_WriteBikeParam.Text = "写入参数";
this.button_WriteBikeParam.UseVisualStyleBackColor = false;
this.button_WriteBikeParam.Click += new System.EventHandler(this.button_WriteBikeParam_Click);
//
// button_ReadBikeParam
//
this.button_ReadBikeParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_ReadBikeParam.Location = new System.Drawing.Point(808, 203);
this.button_ReadBikeParam.Name = "button_ReadBikeParam";
this.button_ReadBikeParam.Size = new System.Drawing.Size(112, 50);
this.button_ReadBikeParam.TabIndex = 3;
this.button_ReadBikeParam.Text = "读取参数";
this.button_ReadBikeParam.UseVisualStyleBackColor = false;
this.button_ReadBikeParam.Click += new System.EventHandler(this.button_ReadBikeParam_Click);
//
// richTextBox_BikeParam
//
this.richTextBox_BikeParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.richTextBox_BikeParam.Location = new System.Drawing.Point(6, 6);
this.richTextBox_BikeParam.Name = "richTextBox_BikeParam";
this.richTextBox_BikeParam.Size = new System.Drawing.Size(796, 303);
this.richTextBox_BikeParam.TabIndex = 2;
this.richTextBox_BikeParam.Text = "";
//
// tabPage_ControlParam
//
this.tabPage_ControlParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tabPage_ControlParam.Controls.Add(this.button_WriteControlParam);
this.tabPage_ControlParam.Controls.Add(this.button_ReadControlParam);
this.tabPage_ControlParam.Controls.Add(this.richTextBox_ControlParam);
this.tabPage_ControlParam.Location = new System.Drawing.Point(4, 30);
this.tabPage_ControlParam.Name = "tabPage_ControlParam";
this.tabPage_ControlParam.Size = new System.Drawing.Size(937, 315);
this.tabPage_ControlParam.TabIndex = 2;
this.tabPage_ControlParam.Text = "控制参数";
//
// button_WriteControlParam
//
this.button_WriteControlParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.button_WriteControlParam.Location = new System.Drawing.Point(808, 259);
this.button_WriteControlParam.Name = "button_WriteControlParam";
this.button_WriteControlParam.Size = new System.Drawing.Size(112, 50);
this.button_WriteControlParam.TabIndex = 4;
this.button_WriteControlParam.Text = "写入参数";
this.button_WriteControlParam.UseVisualStyleBackColor = false;
this.button_WriteControlParam.Click += new System.EventHandler(this.button_WriteControlParam_Click);
//
// button_ReadControlParam
//
this.button_ReadControlParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_ReadControlParam.Location = new System.Drawing.Point(808, 203);
this.button_ReadControlParam.Name = "button_ReadControlParam";
this.button_ReadControlParam.Size = new System.Drawing.Size(112, 50);
this.button_ReadControlParam.TabIndex = 3;
this.button_ReadControlParam.Text = "读取参数";
this.button_ReadControlParam.UseVisualStyleBackColor = false;
this.button_ReadControlParam.Click += new System.EventHandler(this.button_ReadControlParam_Click);
//
// richTextBox_ControlParam
//
this.richTextBox_ControlParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.richTextBox_ControlParam.Location = new System.Drawing.Point(6, 6);
this.richTextBox_ControlParam.Name = "richTextBox_ControlParam";
this.richTextBox_ControlParam.Size = new System.Drawing.Size(796, 303);
this.richTextBox_ControlParam.TabIndex = 2;
this.richTextBox_ControlParam.Text = "";
//
// tabPage_SensorParam
//
this.tabPage_SensorParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tabPage_SensorParam.Controls.Add(this.button_WriteTqSensorParam);
this.tabPage_SensorParam.Controls.Add(this.comboBox_TorqueSet);
this.tabPage_SensorParam.Controls.Add(this.label29);
this.tabPage_SensorParam.Controls.Add(this.textBox_Load);
this.tabPage_SensorParam.Controls.Add(this.label27);
this.tabPage_SensorParam.Controls.Add(this.label26);
this.tabPage_SensorParam.Controls.Add(this.button_Write_Cal);
this.tabPage_SensorParam.Controls.Add(this.button_WriteSensorParam);
this.tabPage_SensorParam.Controls.Add(this.button_ReadSensorParam);
this.tabPage_SensorParam.Controls.Add(this.richTextBox_SensorParam);
this.tabPage_SensorParam.Location = new System.Drawing.Point(4, 30);
this.tabPage_SensorParam.Name = "tabPage_SensorParam";
this.tabPage_SensorParam.Size = new System.Drawing.Size(937, 315);
this.tabPage_SensorParam.TabIndex = 3;
this.tabPage_SensorParam.Text = "传感器参数";
//
// button_WriteTqSensorParam
//
this.button_WriteTqSensorParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.button_WriteTqSensorParam.Location = new System.Drawing.Point(808, 205);
this.button_WriteTqSensorParam.Name = "button_WriteTqSensorParam";
this.button_WriteTqSensorParam.Size = new System.Drawing.Size(112, 50);
this.button_WriteTqSensorParam.TabIndex = 10;
this.button_WriteTqSensorParam.Text = "写入力矩传感器参数";
this.button_WriteTqSensorParam.UseVisualStyleBackColor = false;
this.button_WriteTqSensorParam.Click += new System.EventHandler(this.button_WriteTqSensorParam_Click);
//
// comboBox_TorqueSet
//
this.comboBox_TorqueSet.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.comboBox_TorqueSet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_TorqueSet.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.comboBox_TorqueSet.FormattingEnabled = true;
this.comboBox_TorqueSet.Items.AddRange(new object[] {
"1",
"2",
"3",
"4"});
this.comboBox_TorqueSet.Location = new System.Drawing.Point(861, 12);
this.comboBox_TorqueSet.Name = "comboBox_TorqueSet";
this.comboBox_TorqueSet.Size = new System.Drawing.Size(59, 29);
this.comboBox_TorqueSet.TabIndex = 9;
//
// label29
//
this.label29.BackColor = System.Drawing.Color.Silver;
this.label29.Location = new System.Drawing.Point(808, 146);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(112, 1);
this.label29.TabIndex = 7;
//
// textBox_Load
//
this.textBox_Load.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_Load.Location = new System.Drawing.Point(861, 52);
this.textBox_Load.Name = "textBox_Load";
this.textBox_Load.Size = new System.Drawing.Size(59, 28);
this.textBox_Load.TabIndex = 6;
this.textBox_Load.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(808, 45);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(42, 42);
this.label27.TabIndex = 5;
this.label27.Text = "负载\r\nN.m";
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(808, 16);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(42, 21);
this.label26.TabIndex = 3;
this.label26.Text = "序号";
//
// button_Write_Cal
//
this.button_Write_Cal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
this.button_Write_Cal.Location = new System.Drawing.Point(808, 92);
this.button_Write_Cal.Name = "button_Write_Cal";
this.button_Write_Cal.Size = new System.Drawing.Size(112, 50);
this.button_Write_Cal.TabIndex = 2;
this.button_Write_Cal.Text = "力矩传感器标定";
this.button_Write_Cal.UseVisualStyleBackColor = false;
this.button_Write_Cal.Click += new System.EventHandler(this.button_Write_Cal_Click);
//
// button_WriteSensorParam
//
this.button_WriteSensorParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.button_WriteSensorParam.Location = new System.Drawing.Point(808, 259);
this.button_WriteSensorParam.Name = "button_WriteSensorParam";
this.button_WriteSensorParam.Size = new System.Drawing.Size(112, 50);
this.button_WriteSensorParam.TabIndex = 2;
this.button_WriteSensorParam.Text = "写入其它传感器参数";
this.button_WriteSensorParam.UseVisualStyleBackColor = false;
this.button_WriteSensorParam.Click += new System.EventHandler(this.button_WriteSensorParam_Click);
//
// button_ReadSensorParam
//
this.button_ReadSensorParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_ReadSensorParam.Location = new System.Drawing.Point(808, 151);
this.button_ReadSensorParam.Name = "button_ReadSensorParam";
this.button_ReadSensorParam.Size = new System.Drawing.Size(112, 50);
this.button_ReadSensorParam.TabIndex = 2;
this.button_ReadSensorParam.Text = "读取参数";
this.button_ReadSensorParam.UseVisualStyleBackColor = false;
this.button_ReadSensorParam.Click += new System.EventHandler(this.button_ReadSensorParam_Click);
//
// richTextBox_SensorParam
//
this.richTextBox_SensorParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.richTextBox_SensorParam.Location = new System.Drawing.Point(6, 6);
this.richTextBox_SensorParam.Name = "richTextBox_SensorParam";
this.richTextBox_SensorParam.Size = new System.Drawing.Size(796, 303);
this.richTextBox_SensorParam.TabIndex = 1;
this.richTextBox_SensorParam.Text = "";
//
// tabPage_AssistParam
//
this.tabPage_AssistParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tabPage_AssistParam.Controls.Add(this.label62);
this.tabPage_AssistParam.Controls.Add(this.label47);
this.tabPage_AssistParam.Controls.Add(this.comboBox_AssistTorque);
this.tabPage_AssistParam.Controls.Add(this.comboBox_AssistCadence);
this.tabPage_AssistParam.Controls.Add(this.label25);
this.tabPage_AssistParam.Controls.Add(this.button_WriteAssistParam);
this.tabPage_AssistParam.Controls.Add(this.button_ReadAssistParam);
this.tabPage_AssistParam.Controls.Add(this.richTextBox_AssistParam);
this.tabPage_AssistParam.Location = new System.Drawing.Point(4, 30);
this.tabPage_AssistParam.Name = "tabPage_AssistParam";
this.tabPage_AssistParam.Size = new System.Drawing.Size(937, 315);
this.tabPage_AssistParam.TabIndex = 4;
this.tabPage_AssistParam.Text = "助力参数";
//
// label62
//
this.label62.BackColor = System.Drawing.Color.Silver;
this.label62.Location = new System.Drawing.Point(808, 237);
this.label62.Name = "label62";
this.label62.Size = new System.Drawing.Size(112, 1);
this.label62.TabIndex = 10;
//
// label47
//
this.label47.AutoSize = true;
this.label47.Location = new System.Drawing.Point(827, 10);
this.label47.Name = "label47";
this.label47.Size = new System.Drawing.Size(74, 42);
this.label47.TabIndex = 9;
this.label47.Text = "助力转矩\r\n曲线编号";
//
// comboBox_AssistTorque
//
this.comboBox_AssistTorque.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.comboBox_AssistTorque.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_AssistTorque.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.comboBox_AssistTorque.FormattingEnabled = true;
this.comboBox_AssistTorque.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15"});
this.comboBox_AssistTorque.Location = new System.Drawing.Point(820, 55);
this.comboBox_AssistTorque.Name = "comboBox_AssistTorque";
this.comboBox_AssistTorque.Size = new System.Drawing.Size(89, 29);
this.comboBox_AssistTorque.TabIndex = 8;
//
// comboBox_AssistCadence
//
this.comboBox_AssistCadence.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.comboBox_AssistCadence.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_AssistCadence.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.comboBox_AssistCadence.FormattingEnabled = true;
this.comboBox_AssistCadence.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5"});
this.comboBox_AssistCadence.Location = new System.Drawing.Point(820, 132);
this.comboBox_AssistCadence.Name = "comboBox_AssistCadence";
this.comboBox_AssistCadence.Size = new System.Drawing.Size(89, 29);
this.comboBox_AssistCadence.TabIndex = 7;
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(827, 87);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(74, 42);
this.label25.TabIndex = 2;
this.label25.Text = "助力踏频\r\n曲线编号";
//
// button_WriteAssistParam
//
this.button_WriteAssistParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.button_WriteAssistParam.Location = new System.Drawing.Point(808, 259);
this.button_WriteAssistParam.Name = "button_WriteAssistParam";
this.button_WriteAssistParam.Size = new System.Drawing.Size(112, 50);
this.button_WriteAssistParam.TabIndex = 4;
this.button_WriteAssistParam.Text = "写入参数";
this.button_WriteAssistParam.UseVisualStyleBackColor = false;
this.button_WriteAssistParam.Click += new System.EventHandler(this.button_WriteAssistParam_Click);
//
// button_ReadAssistParam
//
this.button_ReadAssistParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_ReadAssistParam.Location = new System.Drawing.Point(808, 167);
this.button_ReadAssistParam.Name = "button_ReadAssistParam";
this.button_ReadAssistParam.Size = new System.Drawing.Size(112, 50);
this.button_ReadAssistParam.TabIndex = 3;
this.button_ReadAssistParam.Text = "读取参数";
this.button_ReadAssistParam.UseVisualStyleBackColor = false;
this.button_ReadAssistParam.Click += new System.EventHandler(this.button_ReadAssistParam_Click);
//
// richTextBox_AssistParam
//
this.richTextBox_AssistParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.richTextBox_AssistParam.Location = new System.Drawing.Point(6, 6);
this.richTextBox_AssistParam.Name = "richTextBox_AssistParam";
this.richTextBox_AssistParam.Size = new System.Drawing.Size(796, 303);
this.richTextBox_AssistParam.TabIndex = 2;
this.richTextBox_AssistParam.Text = "";
//
// tabPage_DebugParam
//
this.tabPage_DebugParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tabPage_DebugParam.Controls.Add(this.button_WriteDebugParam);
this.tabPage_DebugParam.Controls.Add(this.button_ReadDebugParam);
this.tabPage_DebugParam.Controls.Add(this.richTextBox_DebugParam);
this.tabPage_DebugParam.ForeColor = System.Drawing.Color.Black;
this.tabPage_DebugParam.Location = new System.Drawing.Point(4, 30);
this.tabPage_DebugParam.Name = "tabPage_DebugParam";
this.tabPage_DebugParam.Size = new System.Drawing.Size(937, 315);
this.tabPage_DebugParam.TabIndex = 5;
this.tabPage_DebugParam.Text = "调试模式";
//
// button_WriteDebugParam
//
this.button_WriteDebugParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.button_WriteDebugParam.Location = new System.Drawing.Point(808, 259);
this.button_WriteDebugParam.Name = "button_WriteDebugParam";
this.button_WriteDebugParam.Size = new System.Drawing.Size(112, 50);
this.button_WriteDebugParam.TabIndex = 4;
this.button_WriteDebugParam.Text = "写入";
this.button_WriteDebugParam.UseVisualStyleBackColor = false;
this.button_WriteDebugParam.Click += new System.EventHandler(this.button_WriteDebugParam_Click);
//
// button_ReadDebugParam
//
this.button_ReadDebugParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_ReadDebugParam.Location = new System.Drawing.Point(808, 203);
this.button_ReadDebugParam.Name = "button_ReadDebugParam";
this.button_ReadDebugParam.Size = new System.Drawing.Size(112, 50);
this.button_ReadDebugParam.TabIndex = 3;
this.button_ReadDebugParam.Text = "读取";
this.button_ReadDebugParam.UseVisualStyleBackColor = false;
this.button_ReadDebugParam.Click += new System.EventHandler(this.button_ReadDebugParam_Click);
//
// richTextBox_DebugParam
//
this.richTextBox_DebugParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.richTextBox_DebugParam.Location = new System.Drawing.Point(6, 6);
this.richTextBox_DebugParam.Name = "richTextBox_DebugParam";
this.richTextBox_DebugParam.Size = new System.Drawing.Size(796, 303);
this.richTextBox_DebugParam.TabIndex = 2;
this.richTextBox_DebugParam.Text = "";
//
// tabPage_RecordInfo
//
this.tabPage_RecordInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tabPage_RecordInfo.Controls.Add(this.button_SaveRecordInfo);
this.tabPage_RecordInfo.Controls.Add(this.button_ReadRecord);
this.tabPage_RecordInfo.Controls.Add(this.button_ExportLog);
this.tabPage_RecordInfo.Controls.Add(this.richTextBox_Record);
this.tabPage_RecordInfo.Location = new System.Drawing.Point(4, 30);
this.tabPage_RecordInfo.Name = "tabPage_RecordInfo";
this.tabPage_RecordInfo.Size = new System.Drawing.Size(937, 315);
this.tabPage_RecordInfo.TabIndex = 6;
this.tabPage_RecordInfo.Text = "历史信息";
//
// button_SaveRecordInfo
//
this.button_SaveRecordInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.button_SaveRecordInfo.Location = new System.Drawing.Point(808, 259);
this.button_SaveRecordInfo.Name = "button_SaveRecordInfo";
this.button_SaveRecordInfo.Size = new System.Drawing.Size(112, 50);
this.button_SaveRecordInfo.TabIndex = 4;
this.button_SaveRecordInfo.Text = "保存信息";
this.button_SaveRecordInfo.UseVisualStyleBackColor = false;
//
// button_ReadRecord
//
this.button_ReadRecord.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_ReadRecord.Location = new System.Drawing.Point(808, 147);
this.button_ReadRecord.Name = "button_ReadRecord";
this.button_ReadRecord.Size = new System.Drawing.Size(112, 50);
this.button_ReadRecord.TabIndex = 3;
this.button_ReadRecord.Text = "读取历史";
this.button_ReadRecord.UseVisualStyleBackColor = false;
this.button_ReadRecord.Click += new System.EventHandler(this.button_ReadRecord_Click);
//
// button_ExportLog
//
this.button_ExportLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
this.button_ExportLog.Location = new System.Drawing.Point(808, 203);
this.button_ExportLog.Name = "button_ExportLog";
this.button_ExportLog.Size = new System.Drawing.Size(112, 50);
this.button_ExportLog.TabIndex = 3;
this.button_ExportLog.Text = "导出日志";
this.button_ExportLog.UseVisualStyleBackColor = false;
//
// richTextBox_Record
//
this.richTextBox_Record.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.richTextBox_Record.Location = new System.Drawing.Point(6, 6);
this.richTextBox_Record.Name = "richTextBox_Record";
this.richTextBox_Record.Size = new System.Drawing.Size(796, 303);
this.richTextBox_Record.TabIndex = 2;
this.richTextBox_Record.Text = "";
//
// tabPage_OtherInfo
//
this.tabPage_OtherInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tabPage_OtherInfo.Controls.Add(this.groupBox16);
this.tabPage_OtherInfo.Controls.Add(this.groupBox9);
this.tabPage_OtherInfo.Controls.Add(this.groupBox8);
this.tabPage_OtherInfo.Controls.Add(this.groupBox7);
this.tabPage_OtherInfo.Controls.Add(this.groupBox6);
this.tabPage_OtherInfo.Controls.Add(this.groupBox5);
this.tabPage_OtherInfo.Controls.Add(this.groupBox4);
this.tabPage_OtherInfo.Location = new System.Drawing.Point(4, 30);
this.tabPage_OtherInfo.Name = "tabPage_OtherInfo";
this.tabPage_OtherInfo.Size = new System.Drawing.Size(937, 315);
this.tabPage_OtherInfo.TabIndex = 7;
this.tabPage_OtherInfo.Text = "其它信息";
//
// groupBox9
//
this.groupBox9.Controls.Add(this.button_Recovery);
this.groupBox9.Controls.Add(this.button_ClearLog);
this.groupBox9.Controls.Add(this.button_Reset);
this.groupBox9.Controls.Add(this.button_SystemClear);
this.groupBox9.Location = new System.Drawing.Point(627, 4);
this.groupBox9.Name = "groupBox9";
this.groupBox9.Size = new System.Drawing.Size(303, 162);
this.groupBox9.TabIndex = 4;
this.groupBox9.TabStop = false;
this.groupBox9.Text = "系统操作";
//
// button_Recovery
//
this.button_Recovery.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.button_Recovery.Location = new System.Drawing.Point(168, 26);
this.button_Recovery.Name = "button_Recovery";
this.button_Recovery.Size = new System.Drawing.Size(100, 60);
this.button_Recovery.TabIndex = 2;
this.button_Recovery.Text = "参数还原";
this.button_Recovery.UseVisualStyleBackColor = false;
this.button_Recovery.Click += new System.EventHandler(this.button_Recovery_Click);
//
// button_ClearLog
//
this.button_ClearLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.button_ClearLog.Location = new System.Drawing.Point(168, 90);
this.button_ClearLog.Name = "button_ClearLog";
this.button_ClearLog.Size = new System.Drawing.Size(100, 60);
this.button_ClearLog.TabIndex = 2;
this.button_ClearLog.Text = "记录清除";
this.button_ClearLog.UseVisualStyleBackColor = false;
this.button_ClearLog.Click += new System.EventHandler(this.button_ClearLog_Click);
//
// button_Reset
//
this.button_Reset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
this.button_Reset.Location = new System.Drawing.Point(37, 90);
this.button_Reset.Name = "button_Reset";
this.button_Reset.Size = new System.Drawing.Size(100, 60);
this.button_Reset.TabIndex = 2;
this.button_Reset.Text = "系统复位";
this.button_Reset.UseVisualStyleBackColor = false;
this.button_Reset.Click += new System.EventHandler(this.button_Reset_Click);
//
// button_SystemClear
//
this.button_SystemClear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.button_SystemClear.Location = new System.Drawing.Point(37, 26);
this.button_SystemClear.Name = "button_SystemClear";
this.button_SystemClear.Size = new System.Drawing.Size(100, 60);
this.button_SystemClear.TabIndex = 2;
this.button_SystemClear.Text = "系统清除";
this.button_SystemClear.UseVisualStyleBackColor = false;
this.button_SystemClear.Click += new System.EventHandler(this.button_SystemClear_Click);
//
// groupBox8
//
this.groupBox8.Controls.Add(this.button_ReadOnLine);
this.groupBox8.Controls.Add(this.textBox_Online);
this.groupBox8.Controls.Add(this.label42);
this.groupBox8.Location = new System.Drawing.Point(313, 238);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(303, 66);
this.groupBox8.TabIndex = 3;
this.groupBox8.TabStop = false;
this.groupBox8.Text = "在线查询";
//
// button_ReadOnLine
//
this.button_ReadOnLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_ReadOnLine.Location = new System.Drawing.Point(244, 28);
this.button_ReadOnLine.Name = "button_ReadOnLine";
this.button_ReadOnLine.Size = new System.Drawing.Size(50, 29);
this.button_ReadOnLine.TabIndex = 2;
this.button_ReadOnLine.Text = "查询";
this.button_ReadOnLine.UseVisualStyleBackColor = false;
this.button_ReadOnLine.Click += new System.EventHandler(this.button_ReadOnLine_Click);
//
// textBox_Online
//
this.textBox_Online.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_Online.Location = new System.Drawing.Point(82, 28);
this.textBox_Online.Name = "textBox_Online";
this.textBox_Online.ReadOnly = true;
this.textBox_Online.Size = new System.Drawing.Size(100, 28);
this.textBox_Online.TabIndex = 1;
//
// label42
//
this.label42.AutoSize = true;
this.label42.Location = new System.Drawing.Point(6, 32);
this.label42.Name = "label42";
this.label42.Size = new System.Drawing.Size(74, 21);
this.label42.TabIndex = 0;
this.label42.Text = "在线状态";
//
// groupBox7
//
this.groupBox7.Controls.Add(this.button_ReadMAC);
this.groupBox7.Controls.Add(this.button_WriteMac);
this.groupBox7.Controls.Add(this.textBox_PP);
this.groupBox7.Controls.Add(this.textBox_MACDate);
this.groupBox7.Controls.Add(this.textBox_MACAdd);
this.groupBox7.Controls.Add(this.label34);
this.groupBox7.Controls.Add(this.label39);
this.groupBox7.Controls.Add(this.textBox_MAC);
this.groupBox7.Controls.Add(this.label40);
this.groupBox7.Controls.Add(this.label41);
this.groupBox7.Location = new System.Drawing.Point(313, 4);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(303, 162);
this.groupBox7.TabIndex = 3;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "生产信息";
//
// button_ReadMAC
//
this.button_ReadMAC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_ReadMAC.Location = new System.Drawing.Point(219, 89);
this.button_ReadMAC.Name = "button_ReadMAC";
this.button_ReadMAC.Size = new System.Drawing.Size(75, 62);
this.button_ReadMAC.TabIndex = 2;
this.button_ReadMAC.Text = "查询";
this.button_ReadMAC.UseVisualStyleBackColor = false;
this.button_ReadMAC.Click += new System.EventHandler(this.button_ReadMAC_Click);
//
// button_WriteMac
//
this.button_WriteMac.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.button_WriteMac.Location = new System.Drawing.Point(219, 25);
this.button_WriteMac.Name = "button_WriteMac";
this.button_WriteMac.Size = new System.Drawing.Size(75, 62);
this.button_WriteMac.TabIndex = 2;
this.button_WriteMac.Text = "写入";
this.button_WriteMac.UseVisualStyleBackColor = false;
this.button_WriteMac.Click += new System.EventHandler(this.button_WriteMac_Click);
//
// textBox_PP
//
this.textBox_PP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_PP.Location = new System.Drawing.Point(82, 123);
this.textBox_PP.Name = "textBox_PP";
this.textBox_PP.Size = new System.Drawing.Size(100, 28);
this.textBox_PP.TabIndex = 1;
//
// textBox_MACDate
//
this.textBox_MACDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_MACDate.Location = new System.Drawing.Point(82, 90);
this.textBox_MACDate.Name = "textBox_MACDate";
this.textBox_MACDate.Size = new System.Drawing.Size(100, 28);
this.textBox_MACDate.TabIndex = 1;
//
// textBox_MACAdd
//
this.textBox_MACAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_MACAdd.Location = new System.Drawing.Point(82, 57);
this.textBox_MACAdd.Name = "textBox_MACAdd";
this.textBox_MACAdd.Size = new System.Drawing.Size(100, 28);
this.textBox_MACAdd.TabIndex = 1;
//
// label34
//
this.label34.AutoSize = true;
this.label34.Location = new System.Drawing.Point(6, 127);
this.label34.Name = "label34";
this.label34.Size = new System.Drawing.Size(74, 21);
this.label34.TabIndex = 0;
this.label34.Text = "产品品牌";
//
// label39
//
this.label39.AutoSize = true;
this.label39.Location = new System.Drawing.Point(6, 94);
this.label39.Name = "label39";
this.label39.Size = new System.Drawing.Size(74, 21);
this.label39.TabIndex = 0;
this.label39.Text = "生产日期";
//
// textBox_MAC
//
this.textBox_MAC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_MAC.Location = new System.Drawing.Point(82, 25);
this.textBox_MAC.Name = "textBox_MAC";
this.textBox_MAC.Size = new System.Drawing.Size(100, 28);
this.textBox_MAC.TabIndex = 1;
//
// label40
//
this.label40.AutoSize = true;
this.label40.Location = new System.Drawing.Point(6, 61);
this.label40.Name = "label40";
this.label40.Size = new System.Drawing.Size(58, 21);
this.label40.TabIndex = 0;
this.label40.Text = "生产地";
//
// label41
//
this.label41.AutoSize = true;
this.label41.Location = new System.Drawing.Point(7, 28);
this.label41.Name = "label41";
this.label41.Size = new System.Drawing.Size(58, 21);
this.label41.TabIndex = 0;
this.label41.Text = "生产商";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.button_ReadUser3);
this.groupBox6.Controls.Add(this.button_WriteUser3);
this.groupBox6.Controls.Add(this.button_ReadUser2);
this.groupBox6.Controls.Add(this.button_WriteUser2);
this.groupBox6.Controls.Add(this.button_ReadUser1);
this.groupBox6.Controls.Add(this.button_WriteUser1);
this.groupBox6.Controls.Add(this.textBox_User3);
this.groupBox6.Controls.Add(this.textBox_User2);
this.groupBox6.Controls.Add(this.label35);
this.groupBox6.Controls.Add(this.textBox_User1);
this.groupBox6.Controls.Add(this.label36);
this.groupBox6.Controls.Add(this.label38);
this.groupBox6.Location = new System.Drawing.Point(4, 172);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(303, 132);
this.groupBox6.TabIndex = 2;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "自定义";
//
// button_ReadUser3
//
this.button_ReadUser3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_ReadUser3.Location = new System.Drawing.Point(196, 94);
this.button_ReadUser3.Name = "button_ReadUser3";
this.button_ReadUser3.Size = new System.Drawing.Size(50, 29);
this.button_ReadUser3.TabIndex = 5;
this.button_ReadUser3.Text = "查询";
this.button_ReadUser3.UseVisualStyleBackColor = false;
this.button_ReadUser3.Click += new System.EventHandler(this.button_ReadUser3_Click);
//
// button_WriteUser3
//
this.button_WriteUser3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.button_WriteUser3.Location = new System.Drawing.Point(248, 94);
this.button_WriteUser3.Name = "button_WriteUser3";
this.button_WriteUser3.Size = new System.Drawing.Size(50, 29);
this.button_WriteUser3.TabIndex = 6;
this.button_WriteUser3.Text = "写入";
this.button_WriteUser3.UseVisualStyleBackColor = false;
this.button_WriteUser3.Click += new System.EventHandler(this.button_WriteUser3_Click);
//
// button_ReadUser2
//
this.button_ReadUser2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_ReadUser2.Location = new System.Drawing.Point(196, 61);
this.button_ReadUser2.Name = "button_ReadUser2";
this.button_ReadUser2.Size = new System.Drawing.Size(50, 29);
this.button_ReadUser2.TabIndex = 3;
this.button_ReadUser2.Text = "查询";
this.button_ReadUser2.UseVisualStyleBackColor = false;
this.button_ReadUser2.Click += new System.EventHandler(this.button_ReadUser2_Click);
//
// button_WriteUser2
//
this.button_WriteUser2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.button_WriteUser2.Location = new System.Drawing.Point(248, 61);
this.button_WriteUser2.Name = "button_WriteUser2";
this.button_WriteUser2.Size = new System.Drawing.Size(50, 29);
this.button_WriteUser2.TabIndex = 4;
this.button_WriteUser2.Text = "写入";
this.button_WriteUser2.UseVisualStyleBackColor = false;
this.button_WriteUser2.Click += new System.EventHandler(this.button_WriteUser2_Click);
//
// button_ReadUser1
//
this.button_ReadUser1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_ReadUser1.Location = new System.Drawing.Point(196, 24);
this.button_ReadUser1.Name = "button_ReadUser1";
this.button_ReadUser1.Size = new System.Drawing.Size(50, 29);
this.button_ReadUser1.TabIndex = 2;
this.button_ReadUser1.Text = "查询";
this.button_ReadUser1.UseVisualStyleBackColor = false;
this.button_ReadUser1.Click += new System.EventHandler(this.button_ReadUser1_Click);
//
// button_WriteUser1
//
this.button_WriteUser1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.button_WriteUser1.Location = new System.Drawing.Point(248, 24);
this.button_WriteUser1.Name = "button_WriteUser1";
this.button_WriteUser1.Size = new System.Drawing.Size(50, 29);
this.button_WriteUser1.TabIndex = 2;
this.button_WriteUser1.Text = "写入";
this.button_WriteUser1.UseVisualStyleBackColor = false;
this.button_WriteUser1.Click += new System.EventHandler(this.button_WriteUser1_Click);
//
// textBox_User3
//
this.textBox_User3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_User3.Location = new System.Drawing.Point(31, 94);
this.textBox_User3.Name = "textBox_User3";
this.textBox_User3.Size = new System.Drawing.Size(164, 28);
this.textBox_User3.TabIndex = 1;
//
// textBox_User2
//
this.textBox_User2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_User2.Location = new System.Drawing.Point(31, 61);
this.textBox_User2.Name = "textBox_User2";
this.textBox_User2.Size = new System.Drawing.Size(164, 28);
this.textBox_User2.TabIndex = 1;
//
// label35
//
this.label35.AutoSize = true;
this.label35.Location = new System.Drawing.Point(6, 94);
this.label35.Name = "label35";
this.label35.Size = new System.Drawing.Size(19, 21);
this.label35.TabIndex = 0;
this.label35.Text = "3";
//
// textBox_User1
//
this.textBox_User1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_User1.Location = new System.Drawing.Point(32, 24);
this.textBox_User1.Name = "textBox_User1";
this.textBox_User1.Size = new System.Drawing.Size(164, 28);
this.textBox_User1.TabIndex = 1;
//
// label36
//
this.label36.AutoSize = true;
this.label36.Location = new System.Drawing.Point(6, 61);
this.label36.Name = "label36";
this.label36.Size = new System.Drawing.Size(19, 21);
this.label36.TabIndex = 0;
this.label36.Text = "2";
//
// label38
//
this.label38.AutoSize = true;
this.label38.Location = new System.Drawing.Point(7, 28);
this.label38.Name = "label38";
this.label38.Size = new System.Drawing.Size(19, 21);
this.label38.TabIndex = 0;
this.label38.Text = "1";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.button_ReadKey);
this.groupBox5.Controls.Add(this.button_WriteKey);
this.groupBox5.Controls.Add(this.textBox_Key);
this.groupBox5.Controls.Add(this.label37);
this.groupBox5.Location = new System.Drawing.Point(313, 172);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(303, 66);
this.groupBox5.TabIndex = 1;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "校验密钥";
//
// button_ReadKey
//
this.button_ReadKey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_ReadKey.Location = new System.Drawing.Point(190, 24);
this.button_ReadKey.Name = "button_ReadKey";
this.button_ReadKey.Size = new System.Drawing.Size(50, 29);
this.button_ReadKey.TabIndex = 2;
this.button_ReadKey.Text = "查询";
this.button_ReadKey.UseVisualStyleBackColor = false;
this.button_ReadKey.Click += new System.EventHandler(this.button_ReadKey_Click);
//
// button_WriteKey
//
this.button_WriteKey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.button_WriteKey.Location = new System.Drawing.Point(244, 24);
this.button_WriteKey.Name = "button_WriteKey";
this.button_WriteKey.Size = new System.Drawing.Size(50, 29);
this.button_WriteKey.TabIndex = 2;
this.button_WriteKey.Text = "写入";
this.button_WriteKey.UseVisualStyleBackColor = false;
this.button_WriteKey.Click += new System.EventHandler(this.button_WriteKey_Click);
//
// textBox_Key
//
this.textBox_Key.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_Key.Location = new System.Drawing.Point(82, 24);
this.textBox_Key.Name = "textBox_Key";
this.textBox_Key.Size = new System.Drawing.Size(100, 28);
this.textBox_Key.TabIndex = 1;
//
// label37
//
this.label37.AutoSize = true;
this.label37.Location = new System.Drawing.Point(7, 28);
this.label37.Name = "label37";
this.label37.Size = new System.Drawing.Size(42, 21);
this.label37.TabIndex = 0;
this.label37.Text = "密钥";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.button_ReadVersion);
this.groupBox4.Controls.Add(this.button_WriteSN);
this.groupBox4.Controls.Add(this.button_WriteModel);
this.groupBox4.Controls.Add(this.textBox_FW);
this.groupBox4.Controls.Add(this.textBox_HW);
this.groupBox4.Controls.Add(this.textBox_SN);
this.groupBox4.Controls.Add(this.label33);
this.groupBox4.Controls.Add(this.label32);
this.groupBox4.Controls.Add(this.textBox_Model);
this.groupBox4.Controls.Add(this.label31);
this.groupBox4.Controls.Add(this.label30);
this.groupBox4.Location = new System.Drawing.Point(4, 4);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(303, 162);
this.groupBox4.TabIndex = 0;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "版本信息";
//
// button_ReadVersion
//
this.button_ReadVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_ReadVersion.Location = new System.Drawing.Point(248, 90);
this.button_ReadVersion.Name = "button_ReadVersion";
this.button_ReadVersion.Size = new System.Drawing.Size(50, 62);
this.button_ReadVersion.TabIndex = 2;
this.button_ReadVersion.Text = "查询";
this.button_ReadVersion.UseVisualStyleBackColor = false;
this.button_ReadVersion.Click += new System.EventHandler(this.button_ReadVersion_Click);
//
// button_WriteSN
//
this.button_WriteSN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.button_WriteSN.Location = new System.Drawing.Point(248, 57);
this.button_WriteSN.Name = "button_WriteSN";
this.button_WriteSN.Size = new System.Drawing.Size(50, 29);
this.button_WriteSN.TabIndex = 2;
this.button_WriteSN.Text = "写入";
this.button_WriteSN.UseVisualStyleBackColor = false;
this.button_WriteSN.Click += new System.EventHandler(this.button_WriteSN_Click);
//
// button_WriteModel
//
this.button_WriteModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.button_WriteModel.Location = new System.Drawing.Point(248, 24);
this.button_WriteModel.Name = "button_WriteModel";
this.button_WriteModel.Size = new System.Drawing.Size(50, 29);
this.button_WriteModel.TabIndex = 2;
this.button_WriteModel.Text = "写入";
this.button_WriteModel.UseVisualStyleBackColor = false;
this.button_WriteModel.Click += new System.EventHandler(this.button_WriteModel_Click);
//
// textBox_FW
//
this.textBox_FW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_FW.Location = new System.Drawing.Point(55, 123);
this.textBox_FW.Name = "textBox_FW";
this.textBox_FW.ReadOnly = true;
this.textBox_FW.Size = new System.Drawing.Size(191, 28);
this.textBox_FW.TabIndex = 1;
//
// textBox_HW
//
this.textBox_HW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_HW.Location = new System.Drawing.Point(55, 90);
this.textBox_HW.Name = "textBox_HW";
this.textBox_HW.ReadOnly = true;
this.textBox_HW.Size = new System.Drawing.Size(191, 28);
this.textBox_HW.TabIndex = 1;
//
// textBox_SN
//
this.textBox_SN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_SN.Location = new System.Drawing.Point(55, 57);
this.textBox_SN.Name = "textBox_SN";
this.textBox_SN.Size = new System.Drawing.Size(191, 28);
this.textBox_SN.TabIndex = 1;
//
// label33
//
this.label33.AutoSize = true;
this.label33.Location = new System.Drawing.Point(6, 127);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(35, 21);
this.label33.TabIndex = 0;
this.label33.Text = "FW";
//
// label32
//
this.label32.AutoSize = true;
this.label32.Location = new System.Drawing.Point(6, 94);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(38, 21);
this.label32.TabIndex = 0;
this.label32.Text = "HW";
//
// textBox_Model
//
this.textBox_Model.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_Model.Location = new System.Drawing.Point(56, 24);
this.textBox_Model.Name = "textBox_Model";
this.textBox_Model.Size = new System.Drawing.Size(190, 28);
this.textBox_Model.TabIndex = 1;
//
// label31
//
this.label31.AutoSize = true;
this.label31.Location = new System.Drawing.Point(6, 61);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(32, 21);
this.label31.TabIndex = 0;
this.label31.Text = "SN";
//
// label30
//
this.label30.AutoSize = true;
this.label30.Location = new System.Drawing.Point(7, 28);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(42, 21);
this.label30.TabIndex = 0;
this.label30.Text = "型号";
//
// tabPage_OBC
//
this.tabPage_OBC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tabPage_OBC.Controls.Add(this.groupBox15);
this.tabPage_OBC.Controls.Add(this.groupBox14);
this.tabPage_OBC.Controls.Add(this.groupBox13);
this.tabPage_OBC.Controls.Add(this.groupBox12);
this.tabPage_OBC.Controls.Add(this.groupBox11);
this.tabPage_OBC.Controls.Add(this.groupBox10);
this.tabPage_OBC.Location = new System.Drawing.Point(4, 30);
this.tabPage_OBC.Name = "tabPage_OBC";
this.tabPage_OBC.Size = new System.Drawing.Size(937, 315);
this.tabPage_OBC.TabIndex = 8;
this.tabPage_OBC.Text = "模拟仪表";
//
// groupBox15
//
this.groupBox15.Controls.Add(this.textBox_OBC_ODO_TIME);
this.groupBox15.Controls.Add(this.button_OBC_ReadRideInfo);
this.groupBox15.Controls.Add(this.textBox_OBC_ODO_KM);
this.groupBox15.Controls.Add(this.button_OBC_ClearTrip);
this.groupBox15.Controls.Add(this.label55);
this.groupBox15.Controls.Add(this.textBox_OBC_TRIP_TIME);
this.groupBox15.Controls.Add(this.label54);
this.groupBox15.Controls.Add(this.textBox_OBC_TRIP_KM);
this.groupBox15.Controls.Add(this.label52);
this.groupBox15.Controls.Add(this.label53);
this.groupBox15.Location = new System.Drawing.Point(622, 160);
this.groupBox15.Name = "groupBox15";
this.groupBox15.Size = new System.Drawing.Size(303, 149);
this.groupBox15.TabIndex = 14;
this.groupBox15.TabStop = false;
this.groupBox15.Text = "骑行历史";
//
// textBox_OBC_ODO_TIME
//
this.textBox_OBC_ODO_TIME.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_OBC_ODO_TIME.Location = new System.Drawing.Point(104, 117);
this.textBox_OBC_ODO_TIME.Name = "textBox_OBC_ODO_TIME";
this.textBox_OBC_ODO_TIME.ReadOnly = true;
this.textBox_OBC_ODO_TIME.Size = new System.Drawing.Size(131, 28);
this.textBox_OBC_ODO_TIME.TabIndex = 3;
//
// button_OBC_ReadRideInfo
//
this.button_OBC_ReadRideInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_OBC_ReadRideInfo.Location = new System.Drawing.Point(241, 53);
this.button_OBC_ReadRideInfo.Name = "button_OBC_ReadRideInfo";
this.button_OBC_ReadRideInfo.Size = new System.Drawing.Size(53, 35);
this.button_OBC_ReadRideInfo.TabIndex = 6;
this.button_OBC_ReadRideInfo.Text = "读取";
this.button_OBC_ReadRideInfo.UseVisualStyleBackColor = false;
this.button_OBC_ReadRideInfo.Click += new System.EventHandler(this.button_OBC_ReadRideInfo_Click);
//
// textBox_OBC_ODO_KM
//
this.textBox_OBC_ODO_KM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_OBC_ODO_KM.Location = new System.Drawing.Point(104, 87);
this.textBox_OBC_ODO_KM.Name = "textBox_OBC_ODO_KM";
this.textBox_OBC_ODO_KM.ReadOnly = true;
this.textBox_OBC_ODO_KM.Size = new System.Drawing.Size(131, 28);
this.textBox_OBC_ODO_KM.TabIndex = 4;
//
// button_OBC_ClearTrip
//
this.button_OBC_ClearTrip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.button_OBC_ClearTrip.Location = new System.Drawing.Point(241, 90);
this.button_OBC_ClearTrip.Name = "button_OBC_ClearTrip";
this.button_OBC_ClearTrip.Size = new System.Drawing.Size(53, 55);
this.button_OBC_ClearTrip.TabIndex = 6;
this.button_OBC_ClearTrip.Text = "清除TRIP";
this.button_OBC_ClearTrip.UseVisualStyleBackColor = false;
this.button_OBC_ClearTrip.Click += new System.EventHandler(this.button_OBC_ClearTrip_Click);
//
// label55
//
this.label55.AutoSize = true;
this.label55.Location = new System.Drawing.Point(6, 121);
this.label55.Name = "label55";
this.label55.Size = new System.Drawing.Size(80, 21);
this.label55.TabIndex = 0;
this.label55.Text = "ODO时间";
//
// textBox_OBC_TRIP_TIME
//
this.textBox_OBC_TRIP_TIME.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_OBC_TRIP_TIME.Location = new System.Drawing.Point(104, 57);
this.textBox_OBC_TRIP_TIME.Name = "textBox_OBC_TRIP_TIME";
this.textBox_OBC_TRIP_TIME.ReadOnly = true;
this.textBox_OBC_TRIP_TIME.Size = new System.Drawing.Size(131, 28);
this.textBox_OBC_TRIP_TIME.TabIndex = 5;
//
// label54
//
this.label54.AutoSize = true;
this.label54.Location = new System.Drawing.Point(6, 91);
this.label54.Name = "label54";
this.label54.Size = new System.Drawing.Size(80, 21);
this.label54.TabIndex = 0;
this.label54.Text = "ODO里程";
//
// textBox_OBC_TRIP_KM
//
this.textBox_OBC_TRIP_KM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_OBC_TRIP_KM.Location = new System.Drawing.Point(104, 27);
this.textBox_OBC_TRIP_KM.Name = "textBox_OBC_TRIP_KM";
this.textBox_OBC_TRIP_KM.ReadOnly = true;
this.textBox_OBC_TRIP_KM.Size = new System.Drawing.Size(131, 28);
this.textBox_OBC_TRIP_KM.TabIndex = 6;
//
// label52
//
this.label52.AutoSize = true;
this.label52.Location = new System.Drawing.Point(7, 31);
this.label52.Name = "label52";
this.label52.Size = new System.Drawing.Size(76, 21);
this.label52.TabIndex = 0;
this.label52.Text = "TRIP里程";
//
// label53
//
this.label53.AutoSize = true;
this.label53.Location = new System.Drawing.Point(6, 61);
this.label53.Name = "label53";
this.label53.Size = new System.Drawing.Size(76, 21);
this.label53.TabIndex = 0;
this.label53.Text = "TRIP时间";
//
// groupBox14
//
this.groupBox14.Controls.Add(this.button_OBC_ReadVerInfo);
this.groupBox14.Controls.Add(this.textBox_OBC_ReadFW);
this.groupBox14.Controls.Add(this.textBox_OBC_ReadHW);
this.groupBox14.Controls.Add(this.textBox_OBC_ReadSN);
this.groupBox14.Controls.Add(this.label48);
this.groupBox14.Controls.Add(this.label49);
this.groupBox14.Controls.Add(this.textBox_OBC_ReadModel);
this.groupBox14.Controls.Add(this.label50);
this.groupBox14.Controls.Add(this.label51);
this.groupBox14.Location = new System.Drawing.Point(622, 4);
this.groupBox14.Name = "groupBox14";
this.groupBox14.Size = new System.Drawing.Size(303, 150);
this.groupBox14.TabIndex = 13;
this.groupBox14.TabStop = false;
this.groupBox14.Text = "版本信息";
//
// button_OBC_ReadVerInfo
//
this.button_OBC_ReadVerInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_OBC_ReadVerInfo.Location = new System.Drawing.Point(241, 81);
this.button_OBC_ReadVerInfo.Name = "button_OBC_ReadVerInfo";
this.button_OBC_ReadVerInfo.Size = new System.Drawing.Size(53, 62);
this.button_OBC_ReadVerInfo.TabIndex = 2;
this.button_OBC_ReadVerInfo.Text = "查询";
this.button_OBC_ReadVerInfo.UseVisualStyleBackColor = false;
this.button_OBC_ReadVerInfo.Click += new System.EventHandler(this.button_OBC_ReadVerInfo_Click);
//
// textBox_OBC_ReadFW
//
this.textBox_OBC_ReadFW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_OBC_ReadFW.Location = new System.Drawing.Point(56, 114);
this.textBox_OBC_ReadFW.Name = "textBox_OBC_ReadFW";
this.textBox_OBC_ReadFW.ReadOnly = true;
this.textBox_OBC_ReadFW.Size = new System.Drawing.Size(179, 28);
this.textBox_OBC_ReadFW.TabIndex = 1;
//
// textBox_OBC_ReadHW
//
this.textBox_OBC_ReadHW.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_OBC_ReadHW.Location = new System.Drawing.Point(56, 84);
this.textBox_OBC_ReadHW.Name = "textBox_OBC_ReadHW";
this.textBox_OBC_ReadHW.ReadOnly = true;
this.textBox_OBC_ReadHW.Size = new System.Drawing.Size(179, 28);
this.textBox_OBC_ReadHW.TabIndex = 1;
//
// textBox_OBC_ReadSN
//
this.textBox_OBC_ReadSN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_OBC_ReadSN.Location = new System.Drawing.Point(56, 54);
this.textBox_OBC_ReadSN.Name = "textBox_OBC_ReadSN";
this.textBox_OBC_ReadSN.ReadOnly = true;
this.textBox_OBC_ReadSN.Size = new System.Drawing.Size(179, 28);
this.textBox_OBC_ReadSN.TabIndex = 1;
//
// label48
//
this.label48.AutoSize = true;
this.label48.Location = new System.Drawing.Point(6, 118);
this.label48.Name = "label48";
this.label48.Size = new System.Drawing.Size(35, 21);
this.label48.TabIndex = 0;
this.label48.Text = "FW";
//
// label49
//
this.label49.AutoSize = true;
this.label49.Location = new System.Drawing.Point(6, 88);
this.label49.Name = "label49";
this.label49.Size = new System.Drawing.Size(38, 21);
this.label49.TabIndex = 0;
this.label49.Text = "HW";
//
// textBox_OBC_ReadModel
//
this.textBox_OBC_ReadModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.textBox_OBC_ReadModel.Location = new System.Drawing.Point(56, 24);
this.textBox_OBC_ReadModel.Name = "textBox_OBC_ReadModel";
this.textBox_OBC_ReadModel.ReadOnly = true;
this.textBox_OBC_ReadModel.Size = new System.Drawing.Size(179, 28);
this.textBox_OBC_ReadModel.TabIndex = 1;
//
// label50
//
this.label50.AutoSize = true;
this.label50.Location = new System.Drawing.Point(6, 58);
this.label50.Name = "label50";
this.label50.Size = new System.Drawing.Size(32, 21);
this.label50.TabIndex = 0;
this.label50.Text = "SN";
//
// label51
//
this.label51.AutoSize = true;
this.label51.Location = new System.Drawing.Point(7, 28);
this.label51.Name = "label51";
this.label51.Size = new System.Drawing.Size(42, 21);
this.label51.TabIndex = 0;
this.label51.Text = "型号";
//
// groupBox13
//
this.groupBox13.Controls.Add(this.numericUpDown_OBC_WheelAdj);
this.groupBox13.Controls.Add(this.label59);
this.groupBox13.Controls.Add(this.comboBox_OBC_AssistFunc);
this.groupBox13.Controls.Add(this.comboBox_OBC_StartMode);
this.groupBox13.Controls.Add(this.label58);
this.groupBox13.Controls.Add(this.label57);
this.groupBox13.Controls.Add(this.button_OBC_WriteUserInfo);
this.groupBox13.Controls.Add(this.label56);
this.groupBox13.Location = new System.Drawing.Point(416, 4);
this.groupBox13.Name = "groupBox13";
this.groupBox13.Size = new System.Drawing.Size(200, 305);
this.groupBox13.TabIndex = 14;
this.groupBox13.TabStop = false;
this.groupBox13.Text = "设置用户参数";
//
// numericUpDown_OBC_WheelAdj
//
this.numericUpDown_OBC_WheelAdj.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.numericUpDown_OBC_WheelAdj.Location = new System.Drawing.Point(83, 24);
this.numericUpDown_OBC_WheelAdj.Maximum = new decimal(new int[] {
10,
0,
0,
0});
this.numericUpDown_OBC_WheelAdj.Minimum = new decimal(new int[] {
10,
0,
0,
-2147483648});
this.numericUpDown_OBC_WheelAdj.Name = "numericUpDown_OBC_WheelAdj";
this.numericUpDown_OBC_WheelAdj.ReadOnly = true;
this.numericUpDown_OBC_WheelAdj.Size = new System.Drawing.Size(72, 28);
this.numericUpDown_OBC_WheelAdj.TabIndex = 7;
this.numericUpDown_OBC_WheelAdj.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label59
//
this.label59.AutoSize = true;
this.label59.Location = new System.Drawing.Point(161, 28);
this.label59.Name = "label59";
this.label59.Size = new System.Drawing.Size(33, 21);
this.label59.TabIndex = 11;
this.label59.Text = "cm";
//
// comboBox_OBC_AssistFunc
//
this.comboBox_OBC_AssistFunc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.comboBox_OBC_AssistFunc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_OBC_AssistFunc.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.comboBox_OBC_AssistFunc.FormattingEnabled = true;
this.comboBox_OBC_AssistFunc.Items.AddRange(new object[] {
"方案一",
"方案二"});
this.comboBox_OBC_AssistFunc.Location = new System.Drawing.Point(83, 84);
this.comboBox_OBC_AssistFunc.Name = "comboBox_OBC_AssistFunc";
this.comboBox_OBC_AssistFunc.Size = new System.Drawing.Size(111, 29);
this.comboBox_OBC_AssistFunc.TabIndex = 10;
//
// comboBox_OBC_StartMode
//
this.comboBox_OBC_StartMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.comboBox_OBC_StartMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_OBC_StartMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.comboBox_OBC_StartMode.FormattingEnabled = true;
this.comboBox_OBC_StartMode.Items.AddRange(new object[] {
"柔和",
"正常",
"强劲"});
this.comboBox_OBC_StartMode.Location = new System.Drawing.Point(83, 54);
this.comboBox_OBC_StartMode.Name = "comboBox_OBC_StartMode";
this.comboBox_OBC_StartMode.Size = new System.Drawing.Size(111, 29);
this.comboBox_OBC_StartMode.TabIndex = 6;
//
// label58
//
this.label58.AutoSize = true;
this.label58.Location = new System.Drawing.Point(6, 88);
this.label58.Name = "label58";
this.label58.Size = new System.Drawing.Size(74, 21);
this.label58.TabIndex = 9;
this.label58.Text = "助力方案";
//
// label57
//
this.label57.AutoSize = true;
this.label57.Location = new System.Drawing.Point(6, 58);
this.label57.Name = "label57";
this.label57.Size = new System.Drawing.Size(74, 21);
this.label57.TabIndex = 9;
this.label57.Text = "启动模式";
//
// button_OBC_WriteUserInfo
//
this.button_OBC_WriteUserInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.button_OBC_WriteUserInfo.Location = new System.Drawing.Point(141, 264);
this.button_OBC_WriteUserInfo.Name = "button_OBC_WriteUserInfo";
this.button_OBC_WriteUserInfo.Size = new System.Drawing.Size(53, 35);
this.button_OBC_WriteUserInfo.TabIndex = 6;
this.button_OBC_WriteUserInfo.Text = "写入";
this.button_OBC_WriteUserInfo.UseVisualStyleBackColor = false;
this.button_OBC_WriteUserInfo.Click += new System.EventHandler(this.button_OBC_WriteUserInfo_Click);
//
// label56
//
this.label56.AutoSize = true;
this.label56.Location = new System.Drawing.Point(6, 28);
this.label56.Name = "label56";
this.label56.Size = new System.Drawing.Size(74, 21);
this.label56.TabIndex = 7;
this.label56.Text = "周长微调";
//
// groupBox12
//
this.groupBox12.Controls.Add(this.richTextBox_OBC_ReadUserInfo);
this.groupBox12.Controls.Add(this.button_OBC_ReadUserInfo);
this.groupBox12.Location = new System.Drawing.Point(235, 4);
this.groupBox12.Name = "groupBox12";
this.groupBox12.Size = new System.Drawing.Size(175, 305);
this.groupBox12.TabIndex = 13;
this.groupBox12.TabStop = false;
this.groupBox12.Text = "查询用户参数";
//
// richTextBox_OBC_ReadUserInfo
//
this.richTextBox_OBC_ReadUserInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.richTextBox_OBC_ReadUserInfo.Location = new System.Drawing.Point(6, 27);
this.richTextBox_OBC_ReadUserInfo.Name = "richTextBox_OBC_ReadUserInfo";
this.richTextBox_OBC_ReadUserInfo.ReadOnly = true;
this.richTextBox_OBC_ReadUserInfo.Size = new System.Drawing.Size(159, 231);
this.richTextBox_OBC_ReadUserInfo.TabIndex = 12;
this.richTextBox_OBC_ReadUserInfo.Text = "";
//
// button_OBC_ReadUserInfo
//
this.button_OBC_ReadUserInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_OBC_ReadUserInfo.Location = new System.Drawing.Point(112, 264);
this.button_OBC_ReadUserInfo.Name = "button_OBC_ReadUserInfo";
this.button_OBC_ReadUserInfo.Size = new System.Drawing.Size(53, 35);
this.button_OBC_ReadUserInfo.TabIndex = 6;
this.button_OBC_ReadUserInfo.Text = "读取";
this.button_OBC_ReadUserInfo.UseVisualStyleBackColor = false;
this.button_OBC_ReadUserInfo.Click += new System.EventHandler(this.button_OBC_ReadUserInfo_Click);
//
// groupBox11
//
this.groupBox11.Controls.Add(this.richTextBox_OBC_BMS_RunInfo);
this.groupBox11.Controls.Add(this.checkBox_OBC_StartReadBMS);
this.groupBox11.Location = new System.Drawing.Point(4, 108);
this.groupBox11.Name = "groupBox11";
this.groupBox11.Size = new System.Drawing.Size(225, 201);
this.groupBox11.TabIndex = 11;
this.groupBox11.TabStop = false;
this.groupBox11.Text = "读取电池运行信息";
//
// richTextBox_OBC_BMS_RunInfo
//
this.richTextBox_OBC_BMS_RunInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.richTextBox_OBC_BMS_RunInfo.Location = new System.Drawing.Point(6, 27);
this.richTextBox_OBC_BMS_RunInfo.Name = "richTextBox_OBC_BMS_RunInfo";
this.richTextBox_OBC_BMS_RunInfo.ReadOnly = true;
this.richTextBox_OBC_BMS_RunInfo.Size = new System.Drawing.Size(213, 127);
this.richTextBox_OBC_BMS_RunInfo.TabIndex = 12;
this.richTextBox_OBC_BMS_RunInfo.Text = "";
//
// checkBox_OBC_StartReadBMS
//
this.checkBox_OBC_StartReadBMS.AutoSize = true;
this.checkBox_OBC_StartReadBMS.Location = new System.Drawing.Point(158, 169);
this.checkBox_OBC_StartReadBMS.Name = "checkBox_OBC_StartReadBMS";
this.checkBox_OBC_StartReadBMS.Size = new System.Drawing.Size(61, 25);
this.checkBox_OBC_StartReadBMS.TabIndex = 5;
this.checkBox_OBC_StartReadBMS.Text = "启动";
this.checkBox_OBC_StartReadBMS.UseVisualStyleBackColor = true;
this.checkBox_OBC_StartReadBMS.CheckedChanged += new System.EventHandler(this.checkBox_OBC_StartReadBMS_CheckedChanged);
//
// groupBox10
//
this.groupBox10.Controls.Add(this.label60);
this.groupBox10.Controls.Add(this.comboBox_OBC_LightSw);
this.groupBox10.Controls.Add(this.label61);
this.groupBox10.Controls.Add(this.comboBox_OBC_SetGearST);
this.groupBox10.Controls.Add(this.checkBox_OBC_StartSetGearSt);
this.groupBox10.Location = new System.Drawing.Point(4, 4);
this.groupBox10.Name = "groupBox10";
this.groupBox10.Size = new System.Drawing.Size(225, 98);
this.groupBox10.TabIndex = 10;
this.groupBox10.TabStop = false;
this.groupBox10.Text = "控制电机档位";
//
// label60
//
this.label60.AutoSize = true;
this.label60.Location = new System.Drawing.Point(6, 62);
this.label60.Name = "label60";
this.label60.Size = new System.Drawing.Size(42, 21);
this.label60.TabIndex = 8;
this.label60.Text = "大灯";
//
// comboBox_OBC_LightSw
//
this.comboBox_OBC_LightSw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.comboBox_OBC_LightSw.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_OBC_LightSw.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.comboBox_OBC_LightSw.FormattingEnabled = true;
this.comboBox_OBC_LightSw.Items.AddRange(new object[] {
"ON",
"OFF"});
this.comboBox_OBC_LightSw.Location = new System.Drawing.Point(51, 58);
this.comboBox_OBC_LightSw.Name = "comboBox_OBC_LightSw";
this.comboBox_OBC_LightSw.Size = new System.Drawing.Size(89, 29);
this.comboBox_OBC_LightSw.TabIndex = 6;
//
// label61
//
this.label61.AutoSize = true;
this.label61.Location = new System.Drawing.Point(6, 32);
this.label61.Name = "label61";
this.label61.Size = new System.Drawing.Size(42, 21);
this.label61.TabIndex = 7;
this.label61.Text = "档位";
//
// comboBox_OBC_SetGearST
//
this.comboBox_OBC_SetGearST.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.comboBox_OBC_SetGearST.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_OBC_SetGearST.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.comboBox_OBC_SetGearST.FormattingEnabled = true;
this.comboBox_OBC_SetGearST.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"4",
"5",
"Walk"});
this.comboBox_OBC_SetGearST.Location = new System.Drawing.Point(51, 28);
this.comboBox_OBC_SetGearST.Name = "comboBox_OBC_SetGearST";
this.comboBox_OBC_SetGearST.Size = new System.Drawing.Size(89, 29);
this.comboBox_OBC_SetGearST.TabIndex = 4;
//
// checkBox_OBC_StartSetGearSt
//
this.checkBox_OBC_StartSetGearSt.AutoSize = true;
this.checkBox_OBC_StartSetGearSt.Location = new System.Drawing.Point(158, 61);
this.checkBox_OBC_StartSetGearSt.Name = "checkBox_OBC_StartSetGearSt";
this.checkBox_OBC_StartSetGearSt.Size = new System.Drawing.Size(61, 25);
this.checkBox_OBC_StartSetGearSt.TabIndex = 5;
this.checkBox_OBC_StartSetGearSt.Text = "启动";
this.checkBox_OBC_StartSetGearSt.UseVisualStyleBackColor = true;
this.checkBox_OBC_StartSetGearSt.CheckedChanged += new System.EventHandler(this.checkBox_OBC_StartSetGearSt_CheckedChanged);
//
// label23
//
this.label23.AutoSize = true;
this.label23.BackColor = System.Drawing.Color.DodgerBlue;
this.label23.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label23.ForeColor = System.Drawing.Color.White;
this.label23.Location = new System.Drawing.Point(448, 622);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(68, 17);
this.label23.TabIndex = 7;
this.label23.Text = "接收计数:";
//
// label_RecCount
//
this.label_RecCount.AutoSize = true;
this.label_RecCount.BackColor = System.Drawing.Color.DodgerBlue;
this.label_RecCount.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_RecCount.ForeColor = System.Drawing.Color.White;
this.label_RecCount.Location = new System.Drawing.Point(523, 622);
this.label_RecCount.Name = "label_RecCount";
this.label_RecCount.Size = new System.Drawing.Size(15, 17);
this.label_RecCount.TabIndex = 8;
this.label_RecCount.Text = "0";
//
// timer_1s
//
this.timer_1s.Enabled = true;
this.timer_1s.Interval = 1000;
this.timer_1s.Tick += new System.EventHandler(this.timer_1s_Tick);
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.DodgerBlue;
this.pictureBox1.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.Welling_Log;
this.pictureBox1.Location = new System.Drawing.Point(882, 1);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(91, 28);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 9;
this.pictureBox1.TabStop = false;
//
// label_BuildTime
//
this.label_BuildTime.AutoSize = true;
this.label_BuildTime.BackColor = System.Drawing.Color.DodgerBlue;
this.label_BuildTime.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_BuildTime.ForeColor = System.Drawing.Color.White;
this.label_BuildTime.Location = new System.Drawing.Point(595, 622);
this.label_BuildTime.Name = "label_BuildTime";
this.label_BuildTime.Size = new System.Drawing.Size(186, 17);
this.label_BuildTime.TabIndex = 10;
this.label_BuildTime.Text = "编译时间:2022-05-22 14:00:00";
//
// label_SystemTime
//
this.label_SystemTime.AutoSize = true;
this.label_SystemTime.BackColor = System.Drawing.Color.DodgerBlue;
this.label_SystemTime.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_SystemTime.ForeColor = System.Drawing.Color.White;
this.label_SystemTime.Location = new System.Drawing.Point(787, 622);
this.label_SystemTime.Name = "label_SystemTime";
this.label_SystemTime.Size = new System.Drawing.Size(186, 17);
this.label_SystemTime.TabIndex = 11;
this.label_SystemTime.Text = "系统时间:2022-05-22 14:00:00";
//
// label_COM_Sta
//
this.label_COM_Sta.AutoSize = true;
this.label_COM_Sta.BackColor = System.Drawing.Color.DodgerBlue;
this.label_COM_Sta.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_COM_Sta.ForeColor = System.Drawing.Color.White;
this.label_COM_Sta.Location = new System.Drawing.Point(295, 622);
this.label_COM_Sta.Name = "label_COM_Sta";
this.label_COM_Sta.Size = new System.Drawing.Size(104, 17);
this.label_COM_Sta.TabIndex = 12;
this.label_COM_Sta.Text = "连接状态:未连接";
//
// label43
//
this.label43.BackColor = System.Drawing.Color.Silver;
this.label43.Location = new System.Drawing.Point(288, 623);
this.label43.Name = "label43";
this.label43.Size = new System.Drawing.Size(1, 15);
this.label43.TabIndex = 8;
//
// label44
//
this.label44.BackColor = System.Drawing.Color.Silver;
this.label44.Location = new System.Drawing.Point(441, 623);
this.label44.Name = "label44";
this.label44.Size = new System.Drawing.Size(1, 15);
this.label44.TabIndex = 13;
//
// label45
//
this.label45.BackColor = System.Drawing.Color.Silver;
this.label45.Location = new System.Drawing.Point(588, 623);
this.label45.Name = "label45";
this.label45.Size = new System.Drawing.Size(1, 15);
this.label45.TabIndex = 14;
//
// label46
//
this.label46.BackColor = System.Drawing.Color.Silver;
this.label46.Location = new System.Drawing.Point(780, 623);
this.label46.Name = "label46";
this.label46.Size = new System.Drawing.Size(1, 15);
this.label46.TabIndex = 15;
//
// groupBox16
//
this.groupBox16.Controls.Add(this.groupBox18);
this.groupBox16.Controls.Add(this.groupBox17);
this.groupBox16.Controls.Add(this.button_ReadSaveFlag);
this.groupBox16.Controls.Add(this.button_WriteSaveFlag);
this.groupBox16.Controls.Add(this.checkBox_SaveYes);
this.groupBox16.Location = new System.Drawing.Point(627, 172);
this.groupBox16.Name = "groupBox16";
this.groupBox16.Size = new System.Drawing.Size(303, 132);
this.groupBox16.TabIndex = 5;
this.groupBox16.TabStop = false;
this.groupBox16.Text = "存储标志";
//
// checkBox_SaveYes
//
this.checkBox_SaveYes.AutoSize = true;
this.checkBox_SaveYes.Location = new System.Drawing.Point(207, 27);
this.checkBox_SaveYes.Name = "checkBox_SaveYes";
this.checkBox_SaveYes.Size = new System.Drawing.Size(93, 25);
this.checkBox_SaveYes.TabIndex = 5;
this.checkBox_SaveYes.Text = "执行保存";
this.checkBox_SaveYes.UseVisualStyleBackColor = true;
//
// radioButton_SIP_SaveYes
//
this.radioButton_SIP_SaveYes.AutoSize = true;
this.radioButton_SIP_SaveYes.Location = new System.Drawing.Point(12, 56);
this.radioButton_SIP_SaveYes.Name = "radioButton_SIP_SaveYes";
this.radioButton_SIP_SaveYes.Size = new System.Drawing.Size(76, 25);
this.radioButton_SIP_SaveYes.TabIndex = 8;
this.radioButton_SIP_SaveYes.TabStop = true;
this.radioButton_SIP_SaveYes.Text = "已存储";
this.radioButton_SIP_SaveYes.UseVisualStyleBackColor = true;
//
// radioButton_SIP_SaveNo
//
this.radioButton_SIP_SaveNo.AutoSize = true;
this.radioButton_SIP_SaveNo.Location = new System.Drawing.Point(12, 31);
this.radioButton_SIP_SaveNo.Name = "radioButton_SIP_SaveNo";
this.radioButton_SIP_SaveNo.Size = new System.Drawing.Size(76, 25);
this.radioButton_SIP_SaveNo.TabIndex = 9;
this.radioButton_SIP_SaveNo.TabStop = true;
this.radioButton_SIP_SaveNo.Text = "未存储";
this.radioButton_SIP_SaveNo.UseVisualStyleBackColor = true;
//
// button_ReadSaveFlag
//
this.button_ReadSaveFlag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button_ReadSaveFlag.Location = new System.Drawing.Point(207, 61);
this.button_ReadSaveFlag.Name = "button_ReadSaveFlag";
this.button_ReadSaveFlag.Size = new System.Drawing.Size(61, 29);
this.button_ReadSaveFlag.TabIndex = 3;
this.button_ReadSaveFlag.Text = "查询";
this.button_ReadSaveFlag.UseVisualStyleBackColor = false;
this.button_ReadSaveFlag.Click += new System.EventHandler(this.button_ReadSaveFlag_Click);
//
// button_WriteSaveFlag
//
this.button_WriteSaveFlag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.button_WriteSaveFlag.Location = new System.Drawing.Point(207, 94);
this.button_WriteSaveFlag.Name = "button_WriteSaveFlag";
this.button_WriteSaveFlag.Size = new System.Drawing.Size(61, 29);
this.button_WriteSaveFlag.TabIndex = 4;
this.button_WriteSaveFlag.Text = "写入";
this.button_WriteSaveFlag.UseVisualStyleBackColor = false;
this.button_WriteSaveFlag.Click += new System.EventHandler(this.button_WriteSaveFlag_Click);
//
// groupBox17
//
this.groupBox17.Controls.Add(this.radioButton_EE_SaveYes);
this.groupBox17.Controls.Add(this.radioButton_EE_SaveNo);
this.groupBox17.Location = new System.Drawing.Point(6, 26);
this.groupBox17.Name = "groupBox17";
this.groupBox17.Size = new System.Drawing.Size(95, 96);
this.groupBox17.TabIndex = 10;
this.groupBox17.TabStop = false;
this.groupBox17.Text = "EEPROM";
//
// radioButton_EE_SaveYes
//
this.radioButton_EE_SaveYes.AutoSize = true;
this.radioButton_EE_SaveYes.Location = new System.Drawing.Point(15, 57);
this.radioButton_EE_SaveYes.Name = "radioButton_EE_SaveYes";
this.radioButton_EE_SaveYes.Size = new System.Drawing.Size(76, 25);
this.radioButton_EE_SaveYes.TabIndex = 8;
this.radioButton_EE_SaveYes.TabStop = true;
this.radioButton_EE_SaveYes.Text = "已存储";
this.radioButton_EE_SaveYes.UseVisualStyleBackColor = true;
//
// radioButton_EE_SaveNo
//
this.radioButton_EE_SaveNo.AutoSize = true;
this.radioButton_EE_SaveNo.Location = new System.Drawing.Point(15, 32);
this.radioButton_EE_SaveNo.Name = "radioButton_EE_SaveNo";
this.radioButton_EE_SaveNo.Size = new System.Drawing.Size(76, 25);
this.radioButton_EE_SaveNo.TabIndex = 9;
this.radioButton_EE_SaveNo.TabStop = true;
this.radioButton_EE_SaveNo.Text = "未存储";
this.radioButton_EE_SaveNo.UseVisualStyleBackColor = true;
//
// groupBox18
//
this.groupBox18.Controls.Add(this.radioButton_SIP_SaveNo);
this.groupBox18.Controls.Add(this.radioButton_SIP_SaveYes);
this.groupBox18.Location = new System.Drawing.Point(106, 27);
this.groupBox18.Name = "groupBox18";
this.groupBox18.Size = new System.Drawing.Size(95, 95);
this.groupBox18.TabIndex = 11;
this.groupBox18.TabStop = false;
this.groupBox18.Text = "SIP校准";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
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(984, 641);
this.Controls.Add(this.label46);
this.Controls.Add(this.label45);
this.Controls.Add(this.label44);
this.Controls.Add(this.label43);
this.Controls.Add(this.label_COM_Sta);
this.Controls.Add(this.label_SystemTime);
this.Controls.Add(this.label_BuildTime);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label_RecCount);
this.Controls.Add(this.label23);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStrip_Set);
this.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Welling中置电机调试工具V1.0.6";
this.Load += new System.EventHandler(this.Form1_Load);
this.menuStrip_Set.ResumeLayout(false);
this.menuStrip_Set.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_SpeedAdj)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage_MotorParam.ResumeLayout(false);
this.tabPage_BikeParam.ResumeLayout(false);
this.tabPage_ControlParam.ResumeLayout(false);
this.tabPage_SensorParam.ResumeLayout(false);
this.tabPage_SensorParam.PerformLayout();
this.tabPage_AssistParam.ResumeLayout(false);
this.tabPage_AssistParam.PerformLayout();
this.tabPage_DebugParam.ResumeLayout(false);
this.tabPage_RecordInfo.ResumeLayout(false);
this.tabPage_OtherInfo.ResumeLayout(false);
this.groupBox9.ResumeLayout(false);
this.groupBox8.ResumeLayout(false);
this.groupBox8.PerformLayout();
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.tabPage_OBC.ResumeLayout(false);
this.groupBox15.ResumeLayout(false);
this.groupBox15.PerformLayout();
this.groupBox14.ResumeLayout(false);
this.groupBox14.PerformLayout();
this.groupBox13.ResumeLayout(false);
this.groupBox13.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_OBC_WheelAdj)).EndInit();
this.groupBox12.ResumeLayout(false);
this.groupBox11.ResumeLayout(false);
this.groupBox11.PerformLayout();
this.groupBox10.ResumeLayout(false);
this.groupBox10.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.groupBox16.ResumeLayout(false);
this.groupBox16.PerformLayout();
this.groupBox17.ResumeLayout(false);
this.groupBox17.PerformLayout();
this.groupBox18.ResumeLayout(false);
this.groupBox18.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MenuStrip menuStrip_Set;
private ToolStripMenuItem 端口连接ToolStripMenuItem;
private ToolStripMenuItem 端口号ToolStripMenuItem;
private ToolStripMenuItem 波特率ToolStripMenuItem;
private ToolStripMenuItem 工具箱ToolStripMenuItem;
private ToolStripMenuItem 记录数据ToolStripMenuItem;
private ToolStripMenuItem 一键查询ToolStripMenuItem;
private ToolStripMenuItem 关于ToolStripMenuItem;
private ToolStripMenuItem 帮助ToolStripMenuItem;
private ToolStripMenuItem 版本ToolStripMenuItem;
private StatusStrip statusStrip1;
private ToolStripStatusLabel toolStripStatusLabel1;
private GroupBox groupBox1;
private GroupBox groupBox2;
private GroupBox groupBox3;
private ToolStripMenuItem 连接ToolStripMenuItem;
private NumericUpDown numericUpDown_SpeedAdj;
private Label label4;
private Label label3;
private ComboBox comboBox_WorkMode;
private Label label2;
private Label label1;
private Label label10;
private Label label9;
private Label label8;
private Label label7;
private Label label6;
private Label label5;
private Label label28;
private Label label22;
private Label label16;
private Label label21;
private Label label15;
private Label label20;
private Label label14;
private Label label19;
private Label label13;
private Label label18;
private Label label12;
private Label label17;
private Label label11;
private ToolStripMenuItem 配置ToolStripMenuItem;
private ToolStripMenuItem 写入存储ToolStripMenuItem;
private ToolStripMenuItem 计算器ToolStripMenuItem;
private ToolStripMenuItem 刷新ToolStripMenuItem;
private ToolStripComboBox toolStripComboBox_ComNum;
private ToolStripComboBox toolStripComboBox_Baudrate;
public ComboBox comboBox_LightSwitch;
public ComboBox comboBox_GearSt;
private TextBox textBox_RunInfo_Power;
private TextBox textBox_RunInfo_Current;
private TextBox textBox_RunInfo_Vol;
private TextBox textBox_RunInfo_MotorSpeed;
private TextBox textBox_RunInfo_Cadence;
private TextBox textBox_RunInfo_BikeSpeed;
private TextBox textBox_ErrorCode;
private TextBox textBox_RunInfo_Trip_Time;
private TextBox textBox_RunInfo_Range;
private TextBox textBox_RunInfo_Trip;
private TextBox textBox_RunInfo_SOC;
private TextBox textBox_RunInfo_T_Coil;
private TextBox textBox_RunInfo_LightSwitch;
private TextBox textBox_RunInfo_T_MCU;
private TextBox textBox_RunInfo_GearSt;
private TextBox textBox_RunInfo_T_PCB;
private TextBox textBox_RunInfo_Dir;
private TextBox textBox_RunInfo_AvgPower;
private TextBox textBox_RunInfo_Torque;
private Label label23;
private Label label_RecCount;
private Timer timer_1s;
private Label label24;
private TabControl tabControl1;
private TabPage tabPage_MotorParam;
private TabPage tabPage_BikeParam;
private TabPage tabPage_ControlParam;
private TabPage tabPage_SensorParam;
private TabPage tabPage_AssistParam;
private TabPage tabPage_DebugParam;
private TabPage tabPage_RecordInfo;
private TabPage tabPage_OtherInfo;
private Button button_Write;
private Button button_Read_MotorParam;
private RichTextBox richTextBox_MotorParam;
private Button button_WriteBikeParam;
private Button button_ReadBikeParam;
private RichTextBox richTextBox_BikeParam;
private Button button_WriteControlParam;
private Button button_ReadControlParam;
private RichTextBox richTextBox_ControlParam;
private Button button_WriteAssistParam;
private Button button_ReadAssistParam;
private RichTextBox richTextBox_AssistParam;
private Button button_WriteDebugParam;
private Button button_ReadDebugParam;
private RichTextBox richTextBox_DebugParam;
private Button button_SaveRecordInfo;
private Button button_ReadRecord;
private Button button_ExportLog;
private RichTextBox richTextBox_Record;
private Button button_Write_Cal;
private Button button_WriteSensorParam;
private Button button_ReadSensorParam;
private RichTextBox richTextBox_SensorParam;
private Label label25;
private PictureBox pictureBox1;
private TextBox textBox_Load;
private Label label27;
private Label label26;
private Label label29;
private GroupBox groupBox4;
private Button button_ReadVersion;
private Button button_WriteSN;
private Button button_WriteModel;
private TextBox textBox_FW;
private TextBox textBox_HW;
private TextBox textBox_SN;
private Label label33;
private Label label32;
private TextBox textBox_Model;
private Label label31;
private Label label30;
private GroupBox groupBox6;
private Button button_ReadUser3;
private Button button_WriteUser3;
private Button button_ReadUser2;
private Button button_WriteUser2;
private Button button_ReadUser1;
private Button button_WriteUser1;
private TextBox textBox_User3;
private TextBox textBox_User2;
private Label label35;
private TextBox textBox_User1;
private Label label36;
private Label label38;
private GroupBox groupBox5;
private Button button_ReadKey;
private Button button_WriteKey;
private TextBox textBox_Key;
private Label label37;
private GroupBox groupBox8;
private Button button_ReadOnLine;
private TextBox textBox_Online;
private Label label42;
private GroupBox groupBox7;
private Button button_ReadMAC;
private Button button_WriteMac;
private TextBox textBox_PP;
private TextBox textBox_MACDate;
private TextBox textBox_MACAdd;
private Label label34;
private Label label39;
private TextBox textBox_MAC;
private Label label40;
private Label label41;
private GroupBox groupBox9;
private Button button_Recovery;
private Button button_ClearLog;
private Button button_Reset;
private Button button_SystemClear;
private Label label_BuildTime;
private Label label_SystemTime;
private Label label_COM_Sta;
private Label label43;
private Label label44;
private Label label45;
private Label label46;
private Label label47;
private ComboBox comboBox_AssistTorque;
private ComboBox comboBox_AssistCadence;
private ComboBox comboBox_TorqueSet;
private TabPage tabPage_OBC;
private CheckBox checkBox_OBC_StartSetGearSt;
public ComboBox comboBox_OBC_SetGearST;
private GroupBox groupBox15;
private TextBox textBox_OBC_ODO_TIME;
private Button button_OBC_ReadRideInfo;
private TextBox textBox_OBC_ODO_KM;
private Button button_OBC_ClearTrip;
private Label label55;
private TextBox textBox_OBC_TRIP_TIME;
private Label label54;
private TextBox textBox_OBC_TRIP_KM;
private Label label52;
private Label label53;
private GroupBox groupBox14;
private Button button_OBC_ReadVerInfo;
private TextBox textBox_OBC_ReadFW;
private TextBox textBox_OBC_ReadHW;
private TextBox textBox_OBC_ReadSN;
private Label label48;
private Label label49;
private TextBox textBox_OBC_ReadModel;
private Label label50;
private Label label51;
private GroupBox groupBox13;
private Button button_OBC_WriteUserInfo;
private GroupBox groupBox12;
private RichTextBox richTextBox_OBC_ReadUserInfo;
private Button button_OBC_ReadUserInfo;
private GroupBox groupBox11;
private RichTextBox richTextBox_OBC_BMS_RunInfo;
private CheckBox checkBox_OBC_StartReadBMS;
private GroupBox groupBox10;
private Label label56;
private NumericUpDown numericUpDown_OBC_WheelAdj;
private Label label59;
public ComboBox comboBox_OBC_AssistFunc;
public ComboBox comboBox_OBC_StartMode;
private Label label58;
private Label label57;
private Label label60;
public ComboBox comboBox_OBC_LightSw;
private Label label61;
private Label label62;
private Button button_WriteTqSensorParam;
private GroupBox groupBox16;
private RadioButton radioButton_SIP_SaveYes;
private RadioButton radioButton_SIP_SaveNo;
private CheckBox checkBox_SaveYes;
private Button button_ReadSaveFlag;
private Button button_WriteSaveFlag;
private GroupBox groupBox18;
private GroupBox groupBox17;
private RadioButton radioButton_EE_SaveYes;
private RadioButton radioButton_EE_SaveNo;
}
}