|
@@ -96,6 +96,9 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.电机温度ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.toolStripTextBox_ThT_Motor = new System.Windows.Forms.ToolStripTextBox();
|
|
|
this.力矩传感器检验ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.协议类型ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.cANToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.uARTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.UART协议ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.协议类型ToolStripMenuItem = new System.Windows.Forms.ToolStripComboBox();
|
|
|
this.工具箱ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
@@ -416,6 +419,8 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.button_FacModeInit = new System.Windows.Forms.Button();
|
|
|
this.tabPage_ProductMode_Write = new System.Windows.Forms.TabPage();
|
|
|
this.groupBox28 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.label130 = new System.Windows.Forms.Label();
|
|
|
+ this.label_FacModeMosCal = new System.Windows.Forms.Label();
|
|
|
this.label117 = new System.Windows.Forms.Label();
|
|
|
this.label_FacModeSpeed = new System.Windows.Forms.Label();
|
|
|
this.label_FacModeBMS = new System.Windows.Forms.Label();
|
|
@@ -454,6 +459,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.comboBox_FacModeCfgFile = new System.Windows.Forms.ComboBox();
|
|
|
this.comboBox_FacModeCfgDate = new System.Windows.Forms.ComboBox();
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.checkBox_FacMode_MosCal = new System.Windows.Forms.CheckBox();
|
|
|
this.pictureBox_WriteLock = new System.Windows.Forms.PictureBox();
|
|
|
this.checkBox_FacCad = new System.Windows.Forms.CheckBox();
|
|
|
this.checkBox_FacLightTest = new System.Windows.Forms.CheckBox();
|
|
@@ -589,12 +595,23 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.label_UserName = new System.Windows.Forms.Label();
|
|
|
this.label124 = new System.Windows.Forms.Label();
|
|
|
this.label46 = new System.Windows.Forms.Label();
|
|
|
- this.checkBox_FacMode_MosCal = new System.Windows.Forms.CheckBox();
|
|
|
- this.label130 = new System.Windows.Forms.Label();
|
|
|
- this.label_FacModeMosCal = new System.Windows.Forms.Label();
|
|
|
- this.协议类型ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.cANToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.uARTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.label131 = new System.Windows.Forms.Label();
|
|
|
+ this.label_FacModeSerial = new System.Windows.Forms.Label();
|
|
|
+ this.label_CheckModeSerial = new System.Windows.Forms.Label();
|
|
|
+ this.label135 = new System.Windows.Forms.Label();
|
|
|
+ this.mOS内阻校准系数ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.toolStripTextBox_MosCalK = new System.Windows.Forms.ToolStripTextBox();
|
|
|
+ this.mOS内阻范围ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.mOS1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.mOS2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.mOS3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.toolStripTextBox_MOS1 = new System.Windows.Forms.ToolStripTextBox();
|
|
|
+ this.toolStripTextBox_MOS2 = new System.Windows.Forms.ToolStripTextBox();
|
|
|
+ this.toolStripTextBox_MOS3 = new System.Windows.Forms.ToolStripTextBox();
|
|
|
+ this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
this.menuStrip_Set.SuspendLayout();
|
|
|
this.statusStrip1.SuspendLayout();
|
|
|
this.groupBox1.SuspendLayout();
|
|
@@ -797,14 +814,14 @@ namespace Welling_Motor_Debug_Tool
|
|
|
// 开机ToolStripMenuItem
|
|
|
//
|
|
|
this.开机ToolStripMenuItem.Name = "开机ToolStripMenuItem";
|
|
|
- this.开机ToolStripMenuItem.Size = new System.Drawing.Size(112, 26);
|
|
|
+ this.开机ToolStripMenuItem.Size = new System.Drawing.Size(180, 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(112, 26);
|
|
|
+ this.关机ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.关机ToolStripMenuItem.Text = "关机";
|
|
|
this.关机ToolStripMenuItem.Click += new System.EventHandler(this.关机ToolStripMenuItem_Click);
|
|
|
//
|
|
@@ -812,12 +829,18 @@ namespace Welling_Motor_Debug_Tool
|
|
|
//
|
|
|
this.配置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.写入存储ToolStripMenuItem,
|
|
|
+ this.toolStripSeparator2,
|
|
|
this.离线使用ToolStripMenuItem,
|
|
|
this.服务器配置ToolStripMenuItem,
|
|
|
+ this.toolStripSeparator3,
|
|
|
this.生产信息ToolStripMenuItem,
|
|
|
this.电机类型ToolStripMenuItem,
|
|
|
+ this.toolStripSeparator4,
|
|
|
this.判断阈值ToolStripMenuItem,
|
|
|
this.力矩传感器检验ToolStripMenuItem,
|
|
|
+ this.mOS内阻校准系数ToolStripMenuItem,
|
|
|
+ this.mOS内阻范围ToolStripMenuItem,
|
|
|
+ this.toolStripSeparator5,
|
|
|
this.协议类型ToolStripMenuItem1,
|
|
|
this.UART协议ToolStripMenuItem});
|
|
|
this.配置ToolStripMenuItem.ForeColor = System.Drawing.Color.White;
|
|
@@ -830,7 +853,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.写入存储ToolStripMenuItem.Checked = true;
|
|
|
this.写入存储ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.写入存储ToolStripMenuItem.Name = "写入存储ToolStripMenuItem";
|
|
|
- this.写入存储ToolStripMenuItem.Size = new System.Drawing.Size(192, 26);
|
|
|
+ this.写入存储ToolStripMenuItem.Size = new System.Drawing.Size(214, 26);
|
|
|
this.写入存储ToolStripMenuItem.Text = "写入时执行保存";
|
|
|
this.写入存储ToolStripMenuItem.Click += new System.EventHandler(this.写入存储ToolStripMenuItem_Click);
|
|
|
//
|
|
@@ -840,13 +863,13 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.允许ToolStripMenuItem,
|
|
|
this.不允许ToolStripMenuItem});
|
|
|
this.离线使用ToolStripMenuItem.Name = "离线使用ToolStripMenuItem";
|
|
|
- this.离线使用ToolStripMenuItem.Size = new System.Drawing.Size(192, 26);
|
|
|
+ this.离线使用ToolStripMenuItem.Size = new System.Drawing.Size(214, 26);
|
|
|
this.离线使用ToolStripMenuItem.Text = "离线使用";
|
|
|
//
|
|
|
// 允许ToolStripMenuItem
|
|
|
//
|
|
|
this.允许ToolStripMenuItem.Name = "允许ToolStripMenuItem";
|
|
|
- this.允许ToolStripMenuItem.Size = new System.Drawing.Size(128, 26);
|
|
|
+ this.允许ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.允许ToolStripMenuItem.Text = "允许";
|
|
|
this.允许ToolStripMenuItem.Click += new System.EventHandler(this.允许ToolStripMenuItem_Click);
|
|
|
//
|
|
@@ -855,7 +878,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.不允许ToolStripMenuItem.Checked = true;
|
|
|
this.不允许ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.不允许ToolStripMenuItem.Name = "不允许ToolStripMenuItem";
|
|
|
- this.不允许ToolStripMenuItem.Size = new System.Drawing.Size(128, 26);
|
|
|
+ this.不允许ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.不允许ToolStripMenuItem.Text = "不允许";
|
|
|
this.不允许ToolStripMenuItem.Click += new System.EventHandler(this.不允许ToolStripMenuItem_Click);
|
|
|
//
|
|
@@ -868,7 +891,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.密码ToolStripMenuItem,
|
|
|
this.存储路径ToolStripMenuItem});
|
|
|
this.服务器配置ToolStripMenuItem.Name = "服务器配置ToolStripMenuItem";
|
|
|
- this.服务器配置ToolStripMenuItem.Size = new System.Drawing.Size(192, 26);
|
|
|
+ this.服务器配置ToolStripMenuItem.Size = new System.Drawing.Size(214, 26);
|
|
|
this.服务器配置ToolStripMenuItem.Text = "FTP服务器配置";
|
|
|
//
|
|
|
// IP地址ToolStripMenuItem
|
|
@@ -876,7 +899,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.IP地址ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_ServerIP});
|
|
|
this.IP地址ToolStripMenuItem.Name = "IP地址ToolStripMenuItem";
|
|
|
- this.IP地址ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
+ this.IP地址ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.IP地址ToolStripMenuItem.Text = "IP地址";
|
|
|
//
|
|
|
// toolStripTextBox_ServerIP
|
|
@@ -892,7 +915,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.端口ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_ServerPort});
|
|
|
this.端口ToolStripMenuItem.Name = "端口ToolStripMenuItem";
|
|
|
- this.端口ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
+ this.端口ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.端口ToolStripMenuItem.Text = "端口";
|
|
|
//
|
|
|
// toolStripTextBox_ServerPort
|
|
@@ -908,7 +931,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.用户名ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_ServerUser});
|
|
|
this.用户名ToolStripMenuItem.Name = "用户名ToolStripMenuItem";
|
|
|
- this.用户名ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
+ this.用户名ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.用户名ToolStripMenuItem.Text = "用户名";
|
|
|
//
|
|
|
// toolStripTextBox_ServerUser
|
|
@@ -924,7 +947,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.密码ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_ServerPasswd});
|
|
|
this.密码ToolStripMenuItem.Name = "密码ToolStripMenuItem";
|
|
|
- this.密码ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
+ this.密码ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.密码ToolStripMenuItem.Text = "密码";
|
|
|
//
|
|
|
// toolStripTextBox_ServerPasswd
|
|
@@ -940,7 +963,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.存储路径ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_ServerPath});
|
|
|
this.存储路径ToolStripMenuItem.Name = "存储路径ToolStripMenuItem";
|
|
|
- this.存储路径ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
+ this.存储路径ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.存储路径ToolStripMenuItem.Text = "存储路径";
|
|
|
//
|
|
|
// toolStripTextBox_ServerPath
|
|
@@ -959,7 +982,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.生产日期ToolStripMenuItem,
|
|
|
this.产品标识ToolStripMenuItem});
|
|
|
this.生产信息ToolStripMenuItem.Name = "生产信息ToolStripMenuItem";
|
|
|
- this.生产信息ToolStripMenuItem.Size = new System.Drawing.Size(192, 26);
|
|
|
+ this.生产信息ToolStripMenuItem.Size = new System.Drawing.Size(214, 26);
|
|
|
this.生产信息ToolStripMenuItem.Text = "生产信息";
|
|
|
//
|
|
|
// 生产商ToolStripMenuItem
|
|
@@ -967,7 +990,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.生产商ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_MAC});
|
|
|
this.生产商ToolStripMenuItem.Name = "生产商ToolStripMenuItem";
|
|
|
- this.生产商ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
+ this.生产商ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.生产商ToolStripMenuItem.Text = "生产商";
|
|
|
//
|
|
|
// toolStripTextBox_MAC
|
|
@@ -983,7 +1006,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.生产地ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBoxMACAddr});
|
|
|
this.生产地ToolStripMenuItem.Name = "生产地ToolStripMenuItem";
|
|
|
- this.生产地ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
+ this.生产地ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.生产地ToolStripMenuItem.Text = "生产地";
|
|
|
//
|
|
|
// toolStripTextBoxMACAddr
|
|
@@ -999,7 +1022,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.生产日期ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_MACDate});
|
|
|
this.生产日期ToolStripMenuItem.Name = "生产日期ToolStripMenuItem";
|
|
|
- this.生产日期ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
+ this.生产日期ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.生产日期ToolStripMenuItem.Text = "生产日期";
|
|
|
//
|
|
|
// toolStripTextBox_MACDate
|
|
@@ -1015,7 +1038,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.产品标识ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_MACPD});
|
|
|
this.产品标识ToolStripMenuItem.Name = "产品标识ToolStripMenuItem";
|
|
|
- this.产品标识ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
+ this.产品标识ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.产品标识ToolStripMenuItem.Text = "产品标识";
|
|
|
//
|
|
|
// toolStripTextBox_MACPD
|
|
@@ -1032,7 +1055,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.中置电机ToolStripMenuItem,
|
|
|
this.轮毂电机ToolStripMenuItem});
|
|
|
this.电机类型ToolStripMenuItem.Name = "电机类型ToolStripMenuItem";
|
|
|
- this.电机类型ToolStripMenuItem.Size = new System.Drawing.Size(192, 26);
|
|
|
+ this.电机类型ToolStripMenuItem.Size = new System.Drawing.Size(214, 26);
|
|
|
this.电机类型ToolStripMenuItem.Text = "电机类型";
|
|
|
//
|
|
|
// 中置电机ToolStripMenuItem
|
|
@@ -1040,14 +1063,14 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.中置电机ToolStripMenuItem.Checked = true;
|
|
|
this.中置电机ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.中置电机ToolStripMenuItem.Name = "中置电机ToolStripMenuItem";
|
|
|
- this.中置电机ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
+ this.中置电机ToolStripMenuItem.Size = new System.Drawing.Size(180, 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.Size = new System.Drawing.Size(180, 26);
|
|
|
this.轮毂电机ToolStripMenuItem.Text = "轮毂电机";
|
|
|
this.轮毂电机ToolStripMenuItem.Click += new System.EventHandler(this.轮毂电机ToolStripMenuItem_Click);
|
|
|
//
|
|
@@ -1064,7 +1087,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.mCU温度ToolStripMenuItem,
|
|
|
this.电机温度ToolStripMenuItem});
|
|
|
this.判断阈值ToolStripMenuItem.Name = "判断阈值ToolStripMenuItem";
|
|
|
- this.判断阈值ToolStripMenuItem.Size = new System.Drawing.Size(192, 26);
|
|
|
+ this.判断阈值ToolStripMenuItem.Size = new System.Drawing.Size(214, 26);
|
|
|
this.判断阈值ToolStripMenuItem.Text = "判断阈值";
|
|
|
//
|
|
|
// 电压ToolStripMenuItem
|
|
@@ -1072,7 +1095,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.电压ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_ThVol});
|
|
|
this.电压ToolStripMenuItem.Name = "电压ToolStripMenuItem";
|
|
|
- this.电压ToolStripMenuItem.Size = new System.Drawing.Size(151, 26);
|
|
|
+ this.电压ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.电压ToolStripMenuItem.Text = "电压";
|
|
|
//
|
|
|
// toolStripTextBox_ThVol
|
|
@@ -1088,7 +1111,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.电流ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_ThCur});
|
|
|
this.电流ToolStripMenuItem.Name = "电流ToolStripMenuItem";
|
|
|
- this.电流ToolStripMenuItem.Size = new System.Drawing.Size(151, 26);
|
|
|
+ this.电流ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.电流ToolStripMenuItem.Text = "电流";
|
|
|
//
|
|
|
// toolStripTextBox_ThCur
|
|
@@ -1104,7 +1127,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.转速ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_ThSpeed});
|
|
|
this.转速ToolStripMenuItem.Name = "转速ToolStripMenuItem";
|
|
|
- this.转速ToolStripMenuItem.Size = new System.Drawing.Size(151, 26);
|
|
|
+ this.转速ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.转速ToolStripMenuItem.Text = "转速";
|
|
|
//
|
|
|
// toolStripTextBox_ThSpeed
|
|
@@ -1112,7 +1135,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.toolStripTextBox_ThSpeed.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.toolStripTextBox_ThSpeed.Name = "toolStripTextBox_ThSpeed";
|
|
|
this.toolStripTextBox_ThSpeed.Size = new System.Drawing.Size(100, 28);
|
|
|
- this.toolStripTextBox_ThSpeed.Text = "500,1500";
|
|
|
+ this.toolStripTextBox_ThSpeed.Text = "500,2500";
|
|
|
this.toolStripTextBox_ThSpeed.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConfigFileSave_KeyDown);
|
|
|
//
|
|
|
// 力矩ToolStripMenuItem
|
|
@@ -1120,7 +1143,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.力矩ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_ThTor});
|
|
|
this.力矩ToolStripMenuItem.Name = "力矩ToolStripMenuItem";
|
|
|
- this.力矩ToolStripMenuItem.Size = new System.Drawing.Size(151, 26);
|
|
|
+ this.力矩ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.力矩ToolStripMenuItem.Text = "力矩";
|
|
|
//
|
|
|
// toolStripTextBox_ThTor
|
|
@@ -1128,7 +1151,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.toolStripTextBox_ThTor.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.toolStripTextBox_ThTor.Name = "toolStripTextBox_ThTor";
|
|
|
this.toolStripTextBox_ThTor.Size = new System.Drawing.Size(100, 28);
|
|
|
- this.toolStripTextBox_ThTor.Text = "70,80";
|
|
|
+ this.toolStripTextBox_ThTor.Text = "60,80";
|
|
|
this.toolStripTextBox_ThTor.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConfigFileSave_KeyDown);
|
|
|
//
|
|
|
// 踏频ToolStripMenuItem
|
|
@@ -1136,7 +1159,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.踏频ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_ThCad});
|
|
|
this.踏频ToolStripMenuItem.Name = "踏频ToolStripMenuItem";
|
|
|
- this.踏频ToolStripMenuItem.Size = new System.Drawing.Size(151, 26);
|
|
|
+ this.踏频ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.踏频ToolStripMenuItem.Text = "踏频";
|
|
|
//
|
|
|
// toolStripTextBox_ThCad
|
|
@@ -1144,7 +1167,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.toolStripTextBox_ThCad.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
|
|
|
this.toolStripTextBox_ThCad.Name = "toolStripTextBox_ThCad";
|
|
|
this.toolStripTextBox_ThCad.Size = new System.Drawing.Size(100, 28);
|
|
|
- this.toolStripTextBox_ThCad.Text = "30,50";
|
|
|
+ this.toolStripTextBox_ThCad.Text = "25,75";
|
|
|
this.toolStripTextBox_ThCad.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConfigFileSave_KeyDown);
|
|
|
//
|
|
|
// 车速ToolStripMenuItem
|
|
@@ -1152,7 +1175,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.车速ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_ThBikeSpeed});
|
|
|
this.车速ToolStripMenuItem.Name = "车速ToolStripMenuItem";
|
|
|
- this.车速ToolStripMenuItem.Size = new System.Drawing.Size(151, 26);
|
|
|
+ this.车速ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.车速ToolStripMenuItem.Text = "车速";
|
|
|
//
|
|
|
// toolStripTextBox_ThBikeSpeed
|
|
@@ -1160,7 +1183,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.toolStripTextBox_ThBikeSpeed.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
|
|
|
this.toolStripTextBox_ThBikeSpeed.Name = "toolStripTextBox_ThBikeSpeed";
|
|
|
this.toolStripTextBox_ThBikeSpeed.Size = new System.Drawing.Size(100, 28);
|
|
|
- this.toolStripTextBox_ThBikeSpeed.Text = "20,40";
|
|
|
+ this.toolStripTextBox_ThBikeSpeed.Text = "15,40";
|
|
|
this.toolStripTextBox_ThBikeSpeed.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConfigFileSave_KeyDown);
|
|
|
//
|
|
|
// pCB温度ToolStripMenuItem
|
|
@@ -1168,7 +1191,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.pCB温度ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_ThT_PCB});
|
|
|
this.pCB温度ToolStripMenuItem.Name = "pCB温度ToolStripMenuItem";
|
|
|
- this.pCB温度ToolStripMenuItem.Size = new System.Drawing.Size(151, 26);
|
|
|
+ this.pCB温度ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.pCB温度ToolStripMenuItem.Text = "PCB温度";
|
|
|
//
|
|
|
// toolStripTextBox_ThT_PCB
|
|
@@ -1184,7 +1207,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.mCU温度ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_ThT_MCU});
|
|
|
this.mCU温度ToolStripMenuItem.Name = "mCU温度ToolStripMenuItem";
|
|
|
- this.mCU温度ToolStripMenuItem.Size = new System.Drawing.Size(151, 26);
|
|
|
+ this.mCU温度ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.mCU温度ToolStripMenuItem.Text = "MCU温度";
|
|
|
//
|
|
|
// toolStripTextBox_ThT_MCU
|
|
@@ -1200,7 +1223,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.电机温度ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_ThT_Motor});
|
|
|
this.电机温度ToolStripMenuItem.Name = "电机温度ToolStripMenuItem";
|
|
|
- this.电机温度ToolStripMenuItem.Size = new System.Drawing.Size(151, 26);
|
|
|
+ this.电机温度ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.电机温度ToolStripMenuItem.Text = "电机温度";
|
|
|
//
|
|
|
// toolStripTextBox_ThT_Motor
|
|
@@ -1214,16 +1237,41 @@ namespace Welling_Motor_Debug_Tool
|
|
|
// 力矩传感器检验ToolStripMenuItem
|
|
|
//
|
|
|
this.力矩传感器检验ToolStripMenuItem.Name = "力矩传感器检验ToolStripMenuItem";
|
|
|
- this.力矩传感器检验ToolStripMenuItem.Size = new System.Drawing.Size(192, 26);
|
|
|
+ this.力矩传感器检验ToolStripMenuItem.Size = new System.Drawing.Size(214, 26);
|
|
|
this.力矩传感器检验ToolStripMenuItem.Text = "力矩检验参数";
|
|
|
this.力矩传感器检验ToolStripMenuItem.Click += new System.EventHandler(this.力矩传感器检验ToolStripMenuItem_Click);
|
|
|
//
|
|
|
+ // 协议类型ToolStripMenuItem1
|
|
|
+ //
|
|
|
+ this.协议类型ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.cANToolStripMenuItem,
|
|
|
+ this.uARTToolStripMenuItem});
|
|
|
+ this.协议类型ToolStripMenuItem1.Name = "协议类型ToolStripMenuItem1";
|
|
|
+ this.协议类型ToolStripMenuItem1.Size = new System.Drawing.Size(214, 26);
|
|
|
+ this.协议类型ToolStripMenuItem1.Text = "协议类型";
|
|
|
+ //
|
|
|
+ // cANToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.cANToolStripMenuItem.Checked = true;
|
|
|
+ this.cANToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
+ this.cANToolStripMenuItem.Name = "cANToolStripMenuItem";
|
|
|
+ this.cANToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.cANToolStripMenuItem.Text = "CAN";
|
|
|
+ this.cANToolStripMenuItem.Click += new System.EventHandler(this.cANToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
+ // uARTToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.uARTToolStripMenuItem.Name = "uARTToolStripMenuItem";
|
|
|
+ this.uARTToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.uARTToolStripMenuItem.Text = "UART";
|
|
|
+ this.uARTToolStripMenuItem.Click += new System.EventHandler(this.uARTToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
// UART协议ToolStripMenuItem
|
|
|
//
|
|
|
this.UART协议ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.协议类型ToolStripMenuItem});
|
|
|
this.UART协议ToolStripMenuItem.Name = "UART协议ToolStripMenuItem";
|
|
|
- this.UART协议ToolStripMenuItem.Size = new System.Drawing.Size(192, 26);
|
|
|
+ this.UART协议ToolStripMenuItem.Size = new System.Drawing.Size(214, 26);
|
|
|
this.UART协议ToolStripMenuItem.Text = "UART协议设置";
|
|
|
this.UART协议ToolStripMenuItem.Visible = false;
|
|
|
//
|
|
@@ -1258,28 +1306,28 @@ namespace Welling_Motor_Debug_Tool
|
|
|
// 运行信息记录ToolStripMenuItem
|
|
|
//
|
|
|
this.运行信息记录ToolStripMenuItem.Name = "运行信息记录ToolStripMenuItem";
|
|
|
- this.运行信息记录ToolStripMenuItem.Size = new System.Drawing.Size(176, 26);
|
|
|
+ this.运行信息记录ToolStripMenuItem.Size = new System.Drawing.Size(180, 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(176, 26);
|
|
|
+ this.计算器ToolStripMenuItem.Size = new System.Drawing.Size(180, 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(176, 26);
|
|
|
+ this.页面保存ToolStripMenuItem.Size = new System.Drawing.Size(180, 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(176, 26);
|
|
|
+ this.屏幕键盘ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.屏幕键盘ToolStripMenuItem.Text = "屏幕键盘";
|
|
|
this.屏幕键盘ToolStripMenuItem.Click += new System.EventHandler(this.屏幕键盘ToolStripMenuItem_Click);
|
|
|
//
|
|
@@ -1289,7 +1337,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.生产配置文件ToolStripMenuItem,
|
|
|
this.样机测试记录ToolStripMenuItem});
|
|
|
this.删除远程文件ToolStripMenuItem.Name = "删除远程文件ToolStripMenuItem";
|
|
|
- this.删除远程文件ToolStripMenuItem.Size = new System.Drawing.Size(176, 26);
|
|
|
+ this.删除远程文件ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.删除远程文件ToolStripMenuItem.Text = "删除远程文件";
|
|
|
//
|
|
|
// 生产配置文件ToolStripMenuItem
|
|
@@ -1297,7 +1345,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.生产配置文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_DelCfgFile});
|
|
|
this.生产配置文件ToolStripMenuItem.Name = "生产配置文件ToolStripMenuItem";
|
|
|
- this.生产配置文件ToolStripMenuItem.Size = new System.Drawing.Size(176, 26);
|
|
|
+ this.生产配置文件ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.生产配置文件ToolStripMenuItem.Text = "生产配置文件";
|
|
|
//
|
|
|
// toolStripTextBox_DelCfgFile
|
|
@@ -1313,7 +1361,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.样机测试记录ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_DelLogFile});
|
|
|
this.样机测试记录ToolStripMenuItem.Name = "样机测试记录ToolStripMenuItem";
|
|
|
- this.样机测试记录ToolStripMenuItem.Size = new System.Drawing.Size(176, 26);
|
|
|
+ this.样机测试记录ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.样机测试记录ToolStripMenuItem.Text = "样机测试记录";
|
|
|
//
|
|
|
// toolStripTextBox_DelLogFile
|
|
@@ -1328,7 +1376,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
//
|
|
|
this.指令调试ToolStripMenuItem.Enabled = false;
|
|
|
this.指令调试ToolStripMenuItem.Name = "指令调试ToolStripMenuItem";
|
|
|
- this.指令调试ToolStripMenuItem.Size = new System.Drawing.Size(176, 26);
|
|
|
+ this.指令调试ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
this.指令调试ToolStripMenuItem.Text = "指令调试";
|
|
|
//
|
|
|
// 查询ToolStripMenuItem
|
|
@@ -4711,6 +4759,8 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.tabPage_ProductMode_Write.Controls.Add(this.checkBox_OffLineFacMode);
|
|
|
this.tabPage_ProductMode_Write.Controls.Add(this.label_FacModeResult);
|
|
|
this.tabPage_ProductMode_Write.Controls.Add(this.label111);
|
|
|
+ this.tabPage_ProductMode_Write.Controls.Add(this.label_FacModeSerial);
|
|
|
+ this.tabPage_ProductMode_Write.Controls.Add(this.label131);
|
|
|
this.tabPage_ProductMode_Write.Location = new System.Drawing.Point(4, 30);
|
|
|
this.tabPage_ProductMode_Write.Name = "tabPage_ProductMode_Write";
|
|
|
this.tabPage_ProductMode_Write.Size = new System.Drawing.Size(990, 315);
|
|
@@ -4760,6 +4810,29 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.groupBox28.TabStop = false;
|
|
|
this.groupBox28.Text = "测试状态";
|
|
|
//
|
|
|
+ // label130
|
|
|
+ //
|
|
|
+ this.label130.AutoSize = true;
|
|
|
+ this.label130.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label130.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.label130.Location = new System.Drawing.Point(6, 216);
|
|
|
+ this.label130.Name = "label130";
|
|
|
+ this.label130.Size = new System.Drawing.Size(85, 17);
|
|
|
+ this.label130.TabIndex = 26;
|
|
|
+ this.label130.Text = "MOS内阻校准";
|
|
|
+ this.label130.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ //
|
|
|
+ // label_FacModeMosCal
|
|
|
+ //
|
|
|
+ this.label_FacModeMosCal.BackColor = System.Drawing.Color.Red;
|
|
|
+ this.label_FacModeMosCal.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label_FacModeMosCal.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.label_FacModeMosCal.Location = new System.Drawing.Point(95, 218);
|
|
|
+ this.label_FacModeMosCal.Name = "label_FacModeMosCal";
|
|
|
+ this.label_FacModeMosCal.Size = new System.Drawing.Size(12, 12);
|
|
|
+ this.label_FacModeMosCal.TabIndex = 27;
|
|
|
+ this.label_FacModeMosCal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
+ //
|
|
|
// label117
|
|
|
//
|
|
|
this.label117.AutoSize = true;
|
|
@@ -5154,6 +5227,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
// button__FacMode_Start
|
|
|
//
|
|
|
this.button__FacMode_Start.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
+ this.button__FacMode_Start.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button__FacMode_Start.ForeColor = System.Drawing.Color.White;
|
|
|
this.button__FacMode_Start.Location = new System.Drawing.Point(551, 35);
|
|
|
this.button__FacMode_Start.Name = "button__FacMode_Start";
|
|
@@ -5207,6 +5281,20 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "测试项目";
|
|
|
//
|
|
|
+ // checkBox_FacMode_MosCal
|
|
|
+ //
|
|
|
+ this.checkBox_FacMode_MosCal.AutoSize = true;
|
|
|
+ this.checkBox_FacMode_MosCal.Checked = true;
|
|
|
+ this.checkBox_FacMode_MosCal.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
+ this.checkBox_FacMode_MosCal.Enabled = false;
|
|
|
+ this.checkBox_FacMode_MosCal.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.checkBox_FacMode_MosCal.Location = new System.Drawing.Point(6, 106);
|
|
|
+ this.checkBox_FacMode_MosCal.Name = "checkBox_FacMode_MosCal";
|
|
|
+ this.checkBox_FacMode_MosCal.Size = new System.Drawing.Size(104, 21);
|
|
|
+ this.checkBox_FacMode_MosCal.TabIndex = 8;
|
|
|
+ this.checkBox_FacMode_MosCal.Text = "MOS内阻校准";
|
|
|
+ this.checkBox_FacMode_MosCal.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// pictureBox_WriteLock
|
|
|
//
|
|
|
this.pictureBox_WriteLock.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.Lock;
|
|
@@ -5370,11 +5458,11 @@ namespace Welling_Motor_Debug_Tool
|
|
|
// label_FacModeStatus
|
|
|
//
|
|
|
this.label_FacModeStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
|
- this.label_FacModeStatus.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label_FacModeStatus.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label_FacModeStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
this.label_FacModeStatus.Location = new System.Drawing.Point(783, 38);
|
|
|
this.label_FacModeStatus.Name = "label_FacModeStatus";
|
|
|
- this.label_FacModeStatus.Size = new System.Drawing.Size(198, 29);
|
|
|
+ this.label_FacModeStatus.Size = new System.Drawing.Size(132, 29);
|
|
|
this.label_FacModeStatus.TabIndex = 5;
|
|
|
this.label_FacModeStatus.Text = "测试结束";
|
|
|
this.label_FacModeStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
@@ -5383,10 +5471,10 @@ namespace Welling_Motor_Debug_Tool
|
|
|
//
|
|
|
this.checkBox_OffLineFacMode.AutoSize = true;
|
|
|
this.checkBox_OffLineFacMode.Enabled = false;
|
|
|
- this.checkBox_OffLineFacMode.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.checkBox_OffLineFacMode.Location = new System.Drawing.Point(920, 8);
|
|
|
+ this.checkBox_OffLineFacMode.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.checkBox_OffLineFacMode.Location = new System.Drawing.Point(930, 6);
|
|
|
this.checkBox_OffLineFacMode.Name = "checkBox_OffLineFacMode";
|
|
|
- this.checkBox_OffLineFacMode.Size = new System.Drawing.Size(61, 25);
|
|
|
+ this.checkBox_OffLineFacMode.Size = new System.Drawing.Size(51, 21);
|
|
|
this.checkBox_OffLineFacMode.TabIndex = 0;
|
|
|
this.checkBox_OffLineFacMode.Text = "本地";
|
|
|
this.checkBox_OffLineFacMode.UseVisualStyleBackColor = true;
|
|
@@ -5395,7 +5483,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
// label_FacModeResult
|
|
|
//
|
|
|
this.label_FacModeResult.BackColor = System.Drawing.Color.Green;
|
|
|
- this.label_FacModeResult.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label_FacModeResult.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label_FacModeResult.ForeColor = System.Drawing.Color.White;
|
|
|
this.label_FacModeResult.Location = new System.Drawing.Point(657, 38);
|
|
|
this.label_FacModeResult.Name = "label_FacModeResult";
|
|
@@ -5419,6 +5507,8 @@ namespace Welling_Motor_Debug_Tool
|
|
|
// tabPage_ProductMode_Read
|
|
|
//
|
|
|
this.tabPage_ProductMode_Read.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
|
+ this.tabPage_ProductMode_Read.Controls.Add(this.label_CheckModeSerial);
|
|
|
+ this.tabPage_ProductMode_Read.Controls.Add(this.label135);
|
|
|
this.tabPage_ProductMode_Read.Controls.Add(this.checkBox_OffLineCheckMode);
|
|
|
this.tabPage_ProductMode_Read.Controls.Add(this.comboBox_CheckModeCfgFile);
|
|
|
this.tabPage_ProductMode_Read.Controls.Add(this.groupBox31);
|
|
@@ -5441,10 +5531,10 @@ namespace Welling_Motor_Debug_Tool
|
|
|
//
|
|
|
this.checkBox_OffLineCheckMode.AutoSize = true;
|
|
|
this.checkBox_OffLineCheckMode.Enabled = false;
|
|
|
- this.checkBox_OffLineCheckMode.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.checkBox_OffLineCheckMode.Location = new System.Drawing.Point(920, 8);
|
|
|
+ this.checkBox_OffLineCheckMode.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.checkBox_OffLineCheckMode.Location = new System.Drawing.Point(930, 6);
|
|
|
this.checkBox_OffLineCheckMode.Name = "checkBox_OffLineCheckMode";
|
|
|
- this.checkBox_OffLineCheckMode.Size = new System.Drawing.Size(61, 25);
|
|
|
+ this.checkBox_OffLineCheckMode.Size = new System.Drawing.Size(51, 21);
|
|
|
this.checkBox_OffLineCheckMode.TabIndex = 21;
|
|
|
this.checkBox_OffLineCheckMode.Text = "本地";
|
|
|
this.checkBox_OffLineCheckMode.UseVisualStyleBackColor = true;
|
|
@@ -5713,6 +5803,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
// button_CheckModeStart
|
|
|
//
|
|
|
this.button_CheckModeStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
+ this.button_CheckModeStart.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button_CheckModeStart.ForeColor = System.Drawing.Color.White;
|
|
|
this.button_CheckModeStart.Location = new System.Drawing.Point(551, 35);
|
|
|
this.button_CheckModeStart.Name = "button_CheckModeStart";
|
|
@@ -5748,11 +5839,11 @@ namespace Welling_Motor_Debug_Tool
|
|
|
// label_CheckModeStatus
|
|
|
//
|
|
|
this.label_CheckModeStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
|
- this.label_CheckModeStatus.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label_CheckModeStatus.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label_CheckModeStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
this.label_CheckModeStatus.Location = new System.Drawing.Point(783, 38);
|
|
|
this.label_CheckModeStatus.Name = "label_CheckModeStatus";
|
|
|
- this.label_CheckModeStatus.Size = new System.Drawing.Size(198, 29);
|
|
|
+ this.label_CheckModeStatus.Size = new System.Drawing.Size(132, 29);
|
|
|
this.label_CheckModeStatus.TabIndex = 11;
|
|
|
this.label_CheckModeStatus.Text = "测试结束";
|
|
|
this.label_CheckModeStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
@@ -5760,7 +5851,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
// label_CheckModeResult
|
|
|
//
|
|
|
this.label_CheckModeResult.BackColor = System.Drawing.Color.Green;
|
|
|
- this.label_CheckModeResult.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label_CheckModeResult.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label_CheckModeResult.ForeColor = System.Drawing.Color.White;
|
|
|
this.label_CheckModeResult.Location = new System.Drawing.Point(657, 38);
|
|
|
this.label_CheckModeResult.Name = "label_CheckModeResult";
|
|
@@ -6690,67 +6781,149 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.label46.TabIndex = 21;
|
|
|
this.label46.Text = "/";
|
|
|
//
|
|
|
- // checkBox_FacMode_MosCal
|
|
|
+ // label131
|
|
|
+ //
|
|
|
+ this.label131.AutoSize = true;
|
|
|
+ this.label131.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label131.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.label131.Location = new System.Drawing.Point(930, 32);
|
|
|
+ this.label131.Name = "label131";
|
|
|
+ this.label131.Size = new System.Drawing.Size(44, 17);
|
|
|
+ this.label131.TabIndex = 12;
|
|
|
+ this.label131.Text = "流水号";
|
|
|
+ this.label131.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.label131.DoubleClick += new System.EventHandler(this.label131_DoubleClick);
|
|
|
+ //
|
|
|
+ // label_FacModeSerial
|
|
|
+ //
|
|
|
+ this.label_FacModeSerial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
|
+ this.label_FacModeSerial.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label_FacModeSerial.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
+ this.label_FacModeSerial.Location = new System.Drawing.Point(920, 53);
|
|
|
+ this.label_FacModeSerial.Name = "label_FacModeSerial";
|
|
|
+ this.label_FacModeSerial.Size = new System.Drawing.Size(65, 15);
|
|
|
+ this.label_FacModeSerial.TabIndex = 12;
|
|
|
+ this.label_FacModeSerial.Text = "0";
|
|
|
+ this.label_FacModeSerial.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
+ //
|
|
|
+ // label_CheckModeSerial
|
|
|
+ //
|
|
|
+ this.label_CheckModeSerial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
|
+ this.label_CheckModeSerial.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label_CheckModeSerial.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
+ this.label_CheckModeSerial.Location = new System.Drawing.Point(920, 53);
|
|
|
+ this.label_CheckModeSerial.Name = "label_CheckModeSerial";
|
|
|
+ this.label_CheckModeSerial.Size = new System.Drawing.Size(65, 15);
|
|
|
+ this.label_CheckModeSerial.TabIndex = 22;
|
|
|
+ this.label_CheckModeSerial.Text = "0";
|
|
|
+ this.label_CheckModeSerial.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
+ //
|
|
|
+ // label135
|
|
|
+ //
|
|
|
+ this.label135.AutoSize = true;
|
|
|
+ this.label135.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label135.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.label135.Location = new System.Drawing.Point(930, 32);
|
|
|
+ this.label135.Name = "label135";
|
|
|
+ this.label135.Size = new System.Drawing.Size(44, 17);
|
|
|
+ this.label135.TabIndex = 23;
|
|
|
+ this.label135.Text = "流水号";
|
|
|
+ this.label135.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.label135.DoubleClick += new System.EventHandler(this.label135_DoubleClick);
|
|
|
+ //
|
|
|
+ // mOS内阻校准系数ToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.mOS内阻校准系数ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.toolStripTextBox_MosCalK});
|
|
|
+ this.mOS内阻校准系数ToolStripMenuItem.Name = "mOS内阻校准系数ToolStripMenuItem";
|
|
|
+ this.mOS内阻校准系数ToolStripMenuItem.Size = new System.Drawing.Size(214, 26);
|
|
|
+ this.mOS内阻校准系数ToolStripMenuItem.Text = "MOS内阻校准系数";
|
|
|
+ //
|
|
|
+ // toolStripTextBox_MosCalK
|
|
|
+ //
|
|
|
+ this.toolStripTextBox_MosCalK.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.toolStripTextBox_MosCalK.Name = "toolStripTextBox_MosCalK";
|
|
|
+ this.toolStripTextBox_MosCalK.Size = new System.Drawing.Size(220, 28);
|
|
|
+ this.toolStripTextBox_MosCalK.Text = "1245,1393,1540,1704,1868";
|
|
|
+ this.toolStripTextBox_MosCalK.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConfigFileSave_KeyDown);
|
|
|
+ //
|
|
|
+ // mOS内阻范围ToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.mOS内阻范围ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.mOS1ToolStripMenuItem,
|
|
|
+ this.mOS2ToolStripMenuItem,
|
|
|
+ this.mOS3ToolStripMenuItem});
|
|
|
+ this.mOS内阻范围ToolStripMenuItem.Name = "mOS内阻范围ToolStripMenuItem";
|
|
|
+ this.mOS内阻范围ToolStripMenuItem.Size = new System.Drawing.Size(214, 26);
|
|
|
+ this.mOS内阻范围ToolStripMenuItem.Text = "MOS内阻范围";
|
|
|
+ //
|
|
|
+ // mOS1ToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.mOS1ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.toolStripTextBox_MOS1});
|
|
|
+ this.mOS1ToolStripMenuItem.Name = "mOS1ToolStripMenuItem";
|
|
|
+ this.mOS1ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.mOS1ToolStripMenuItem.Text = "MOS1";
|
|
|
+ //
|
|
|
+ // mOS2ToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.mOS2ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.toolStripTextBox_MOS2});
|
|
|
+ this.mOS2ToolStripMenuItem.Name = "mOS2ToolStripMenuItem";
|
|
|
+ this.mOS2ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.mOS2ToolStripMenuItem.Text = "MOS2";
|
|
|
+ //
|
|
|
+ // mOS3ToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.mOS3ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.toolStripTextBox_MOS3});
|
|
|
+ this.mOS3ToolStripMenuItem.Name = "mOS3ToolStripMenuItem";
|
|
|
+ this.mOS3ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.mOS3ToolStripMenuItem.Text = "MOS3";
|
|
|
+ //
|
|
|
+ // toolStripTextBox_MOS1
|
|
|
+ //
|
|
|
+ this.toolStripTextBox_MOS1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.toolStripTextBox_MOS1.Name = "toolStripTextBox_MOS1";
|
|
|
+ this.toolStripTextBox_MOS1.Size = new System.Drawing.Size(100, 28);
|
|
|
+ this.toolStripTextBox_MOS1.Text = "2500,3500";
|
|
|
+ this.toolStripTextBox_MOS1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConfigFileSave_KeyDown);
|
|
|
+ //
|
|
|
+ // toolStripTextBox_MOS2
|
|
|
//
|
|
|
- this.checkBox_FacMode_MosCal.AutoSize = true;
|
|
|
- this.checkBox_FacMode_MosCal.Checked = true;
|
|
|
- this.checkBox_FacMode_MosCal.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
- this.checkBox_FacMode_MosCal.Enabled = false;
|
|
|
- this.checkBox_FacMode_MosCal.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.checkBox_FacMode_MosCal.Location = new System.Drawing.Point(6, 106);
|
|
|
- this.checkBox_FacMode_MosCal.Name = "checkBox_FacMode_MosCal";
|
|
|
- this.checkBox_FacMode_MosCal.Size = new System.Drawing.Size(104, 21);
|
|
|
- this.checkBox_FacMode_MosCal.TabIndex = 8;
|
|
|
- this.checkBox_FacMode_MosCal.Text = "MOS内阻校准";
|
|
|
- this.checkBox_FacMode_MosCal.UseVisualStyleBackColor = true;
|
|
|
+ this.toolStripTextBox_MOS2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.toolStripTextBox_MOS2.Name = "toolStripTextBox_MOS2";
|
|
|
+ this.toolStripTextBox_MOS2.Size = new System.Drawing.Size(100, 28);
|
|
|
+ this.toolStripTextBox_MOS2.Text = "2500,3500";
|
|
|
+ this.toolStripTextBox_MOS2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConfigFileSave_KeyDown);
|
|
|
+ //
|
|
|
+ // toolStripTextBox_MOS3
|
|
|
//
|
|
|
- // label130
|
|
|
+ this.toolStripTextBox_MOS3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.toolStripTextBox_MOS3.Name = "toolStripTextBox_MOS3";
|
|
|
+ this.toolStripTextBox_MOS3.Size = new System.Drawing.Size(100, 28);
|
|
|
+ this.toolStripTextBox_MOS3.Text = "2500,3500";
|
|
|
+ this.toolStripTextBox_MOS3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConfigFileSave_KeyDown);
|
|
|
//
|
|
|
- this.label130.AutoSize = true;
|
|
|
- this.label130.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label130.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.label130.Location = new System.Drawing.Point(6, 216);
|
|
|
- this.label130.Name = "label130";
|
|
|
- this.label130.Size = new System.Drawing.Size(85, 17);
|
|
|
- this.label130.TabIndex = 26;
|
|
|
- this.label130.Text = "MOS内阻校准";
|
|
|
- this.label130.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ // toolStripSeparator2
|
|
|
//
|
|
|
- // label_FacModeMosCal
|
|
|
+ this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
|
+ this.toolStripSeparator2.Size = new System.Drawing.Size(211, 6);
|
|
|
//
|
|
|
- this.label_FacModeMosCal.BackColor = System.Drawing.Color.Red;
|
|
|
- this.label_FacModeMosCal.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label_FacModeMosCal.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.label_FacModeMosCal.Location = new System.Drawing.Point(95, 218);
|
|
|
- this.label_FacModeMosCal.Name = "label_FacModeMosCal";
|
|
|
- this.label_FacModeMosCal.Size = new System.Drawing.Size(12, 12);
|
|
|
- this.label_FacModeMosCal.TabIndex = 27;
|
|
|
- this.label_FacModeMosCal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
+ // toolStripSeparator3
|
|
|
//
|
|
|
- // 协议类型ToolStripMenuItem1
|
|
|
- //
|
|
|
- this.协议类型ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
- this.cANToolStripMenuItem,
|
|
|
- this.uARTToolStripMenuItem});
|
|
|
- this.协议类型ToolStripMenuItem1.Name = "协议类型ToolStripMenuItem1";
|
|
|
- this.协议类型ToolStripMenuItem1.Size = new System.Drawing.Size(192, 26);
|
|
|
- this.协议类型ToolStripMenuItem1.Text = "协议类型";
|
|
|
+ this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
|
+ this.toolStripSeparator3.Size = new System.Drawing.Size(211, 6);
|
|
|
//
|
|
|
- // cANToolStripMenuItem
|
|
|
+ // toolStripSeparator4
|
|
|
//
|
|
|
- this.cANToolStripMenuItem.Checked = true;
|
|
|
- this.cANToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
- this.cANToolStripMenuItem.Name = "cANToolStripMenuItem";
|
|
|
- this.cANToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
- this.cANToolStripMenuItem.Text = "CAN";
|
|
|
- this.cANToolStripMenuItem.Click += new System.EventHandler(this.cANToolStripMenuItem_Click);
|
|
|
+ this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
|
+ this.toolStripSeparator4.Size = new System.Drawing.Size(211, 6);
|
|
|
//
|
|
|
- // uARTToolStripMenuItem
|
|
|
+ // toolStripSeparator5
|
|
|
//
|
|
|
- this.uARTToolStripMenuItem.Name = "uARTToolStripMenuItem";
|
|
|
- this.uARTToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
- this.uARTToolStripMenuItem.Text = "UART";
|
|
|
- this.uARTToolStripMenuItem.Click += new System.EventHandler(this.uARTToolStripMenuItem_Click);
|
|
|
+ this.toolStripSeparator5.Name = "toolStripSeparator5";
|
|
|
+ this.toolStripSeparator5.Size = new System.Drawing.Size(211, 6);
|
|
|
//
|
|
|
// mainForm
|
|
|
//
|
|
@@ -7455,5 +7628,22 @@ namespace Welling_Motor_Debug_Tool
|
|
|
private ToolStripMenuItem 协议类型ToolStripMenuItem1;
|
|
|
private ToolStripMenuItem cANToolStripMenuItem;
|
|
|
private ToolStripMenuItem uARTToolStripMenuItem;
|
|
|
+ private Label label_FacModeSerial;
|
|
|
+ private Label label131;
|
|
|
+ private Label label_CheckModeSerial;
|
|
|
+ private Label label135;
|
|
|
+ private ToolStripMenuItem mOS内阻校准系数ToolStripMenuItem;
|
|
|
+ private ToolStripTextBox toolStripTextBox_MosCalK;
|
|
|
+ private ToolStripSeparator toolStripSeparator2;
|
|
|
+ private ToolStripSeparator toolStripSeparator3;
|
|
|
+ private ToolStripSeparator toolStripSeparator4;
|
|
|
+ private ToolStripMenuItem mOS内阻范围ToolStripMenuItem;
|
|
|
+ private ToolStripMenuItem mOS1ToolStripMenuItem;
|
|
|
+ private ToolStripTextBox toolStripTextBox_MOS1;
|
|
|
+ private ToolStripMenuItem mOS2ToolStripMenuItem;
|
|
|
+ private ToolStripTextBox toolStripTextBox_MOS2;
|
|
|
+ private ToolStripMenuItem mOS3ToolStripMenuItem;
|
|
|
+ private ToolStripTextBox toolStripTextBox_MOS3;
|
|
|
+ private ToolStripSeparator toolStripSeparator5;
|
|
|
}
|
|
|
}
|