|
@@ -181,6 +181,8 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.button_ReadBikeParam2 = new System.Windows.Forms.Button();
|
|
|
this.richTextBox_BikeParam2 = new System.Windows.Forms.RichTextBox();
|
|
|
this.tabPage_ControlParam = new System.Windows.Forms.TabPage();
|
|
|
+ this.comboBox_Bike_CCS = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label133 = new System.Windows.Forms.Label();
|
|
|
this.button_WriteControlParam = new System.Windows.Forms.Button();
|
|
|
this.button_ReadControlParam = new System.Windows.Forms.Button();
|
|
|
this.richTextBox_ControlParam = new System.Windows.Forms.RichTextBox();
|
|
@@ -320,6 +322,8 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.label50 = new System.Windows.Forms.Label();
|
|
|
this.label51 = new System.Windows.Forms.Label();
|
|
|
this.groupBox13 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.comboBox_OBC_BikeCCS = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label137 = new System.Windows.Forms.Label();
|
|
|
this.numericUpDown_OBC_SpeedLimitAdj = new System.Windows.Forms.NumericUpDown();
|
|
|
this.label80 = new System.Windows.Forms.Label();
|
|
|
this.label128 = new System.Windows.Forms.Label();
|
|
@@ -1939,6 +1943,9 @@ namespace Welling_Motor_Debug_Tool
|
|
|
//
|
|
|
// comboBox_TailLightVol
|
|
|
//
|
|
|
+ this.comboBox_TailLightVol.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
|
+ this.comboBox_TailLightVol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.comboBox_TailLightVol.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.comboBox_TailLightVol.FormattingEnabled = true;
|
|
|
this.comboBox_TailLightVol.Items.AddRange(new object[] {
|
|
|
"6V",
|
|
@@ -1959,6 +1966,9 @@ namespace Welling_Motor_Debug_Tool
|
|
|
//
|
|
|
// comboBox_FrontLightVol
|
|
|
//
|
|
|
+ this.comboBox_FrontLightVol.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
|
+ this.comboBox_FrontLightVol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.comboBox_FrontLightVol.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.comboBox_FrontLightVol.FormattingEnabled = true;
|
|
|
this.comboBox_FrontLightVol.Items.AddRange(new object[] {
|
|
|
"6V",
|
|
@@ -1979,6 +1989,9 @@ namespace Welling_Motor_Debug_Tool
|
|
|
//
|
|
|
// comboBox_TailLightMode
|
|
|
//
|
|
|
+ this.comboBox_TailLightMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
|
+ this.comboBox_TailLightMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.comboBox_TailLightMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.comboBox_TailLightMode.FormattingEnabled = true;
|
|
|
this.comboBox_TailLightMode.Items.AddRange(new object[] {
|
|
|
"1",
|
|
@@ -2078,6 +2091,8 @@ namespace Welling_Motor_Debug_Tool
|
|
|
// 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.comboBox_Bike_CCS);
|
|
|
+ this.tabPage_ControlParam.Controls.Add(this.label133);
|
|
|
this.tabPage_ControlParam.Controls.Add(this.button_WriteControlParam);
|
|
|
this.tabPage_ControlParam.Controls.Add(this.button_ReadControlParam);
|
|
|
this.tabPage_ControlParam.Controls.Add(this.richTextBox_ControlParam);
|
|
@@ -2087,6 +2102,30 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.tabPage_ControlParam.TabIndex = 2;
|
|
|
this.tabPage_ControlParam.Text = "控制参数";
|
|
|
//
|
|
|
+ // comboBox_Bike_CCS
|
|
|
+ //
|
|
|
+ this.comboBox_Bike_CCS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
|
+ this.comboBox_Bike_CCS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.comboBox_Bike_CCS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
+ this.comboBox_Bike_CCS.FormattingEnabled = true;
|
|
|
+ this.comboBox_Bike_CCS.Items.AddRange(new object[] {
|
|
|
+ "NA",
|
|
|
+ "开",
|
|
|
+ "关"});
|
|
|
+ this.comboBox_Bike_CCS.Location = new System.Drawing.Point(932, 14);
|
|
|
+ this.comboBox_Bike_CCS.Name = "comboBox_Bike_CCS";
|
|
|
+ this.comboBox_Bike_CCS.Size = new System.Drawing.Size(55, 29);
|
|
|
+ this.comboBox_Bike_CCS.TabIndex = 10;
|
|
|
+ //
|
|
|
+ // label133
|
|
|
+ //
|
|
|
+ this.label133.AutoSize = true;
|
|
|
+ this.label133.Location = new System.Drawing.Point(855, 18);
|
|
|
+ this.label133.Name = "label133";
|
|
|
+ this.label133.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.label133.TabIndex = 8;
|
|
|
+ this.label133.Text = "转把巡航";
|
|
|
+ //
|
|
|
// button_WriteControlParam
|
|
|
//
|
|
|
this.button_WriteControlParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
@@ -3601,6 +3640,8 @@ namespace Welling_Motor_Debug_Tool
|
|
|
//
|
|
|
// groupBox13
|
|
|
//
|
|
|
+ this.groupBox13.Controls.Add(this.comboBox_OBC_BikeCCS);
|
|
|
+ this.groupBox13.Controls.Add(this.label137);
|
|
|
this.groupBox13.Controls.Add(this.numericUpDown_OBC_SpeedLimitAdj);
|
|
|
this.groupBox13.Controls.Add(this.label80);
|
|
|
this.groupBox13.Controls.Add(this.label128);
|
|
@@ -3622,6 +3663,30 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.groupBox13.TabStop = false;
|
|
|
this.groupBox13.Text = "设置用户参数";
|
|
|
//
|
|
|
+ // comboBox_OBC_BikeCCS
|
|
|
+ //
|
|
|
+ this.comboBox_OBC_BikeCCS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
|
+ this.comboBox_OBC_BikeCCS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.comboBox_OBC_BikeCCS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
+ this.comboBox_OBC_BikeCCS.FormattingEnabled = true;
|
|
|
+ this.comboBox_OBC_BikeCCS.Items.AddRange(new object[] {
|
|
|
+ "NA",
|
|
|
+ "开",
|
|
|
+ "关"});
|
|
|
+ this.comboBox_OBC_BikeCCS.Location = new System.Drawing.Point(83, 174);
|
|
|
+ this.comboBox_OBC_BikeCCS.Name = "comboBox_OBC_BikeCCS";
|
|
|
+ this.comboBox_OBC_BikeCCS.Size = new System.Drawing.Size(91, 29);
|
|
|
+ this.comboBox_OBC_BikeCCS.TabIndex = 18;
|
|
|
+ //
|
|
|
+ // label137
|
|
|
+ //
|
|
|
+ this.label137.AutoSize = true;
|
|
|
+ this.label137.Location = new System.Drawing.Point(6, 178);
|
|
|
+ this.label137.Name = "label137";
|
|
|
+ this.label137.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.label137.TabIndex = 19;
|
|
|
+ this.label137.Text = "转把巡航";
|
|
|
+ //
|
|
|
// numericUpDown_OBC_SpeedLimitAdj
|
|
|
//
|
|
|
this.numericUpDown_OBC_SpeedLimitAdj.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
@@ -7050,6 +7115,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.tabPage_BikeParam.PerformLayout();
|
|
|
this.tabPage_BikeParam2.ResumeLayout(false);
|
|
|
this.tabPage_ControlParam.ResumeLayout(false);
|
|
|
+ this.tabPage_ControlParam.PerformLayout();
|
|
|
this.tabPage_SensorParam.ResumeLayout(false);
|
|
|
this.tabPage_SensorParam.PerformLayout();
|
|
|
this.tabPage_AssistParam.ResumeLayout(false);
|
|
@@ -7724,5 +7790,9 @@ namespace Welling_Motor_Debug_Tool
|
|
|
private ToolStripMenuItem 自动更新ToolStripMenuItem;
|
|
|
private ToolStripMenuItem 打开ToolStripMenuItem;
|
|
|
private ToolStripMenuItem 关闭ToolStripMenuItem;
|
|
|
+ private Label label133;
|
|
|
+ private ComboBox comboBox_Bike_CCS;
|
|
|
+ public ComboBox comboBox_OBC_BikeCCS;
|
|
|
+ private Label label137;
|
|
|
}
|
|
|
}
|