|
@@ -405,6 +405,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.textBox_FacModeSensorCal2 = new System.Windows.Forms.TextBox();
|
|
|
this.groupBox19 = new System.Windows.Forms.GroupBox();
|
|
|
this.button_FacModeInit = new System.Windows.Forms.Button();
|
|
|
+ this.tabPage_ProductMode = new System.Windows.Forms.TabPage();
|
|
|
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);
|
|
@@ -1463,6 +1464,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.tabControl1.Controls.Add(this.tabPage_OBC);
|
|
|
this.tabControl1.Controls.Add(this.tabPage_RAMorFLASH);
|
|
|
this.tabControl1.Controls.Add(this.tabPage_FactoryMode);
|
|
|
+ this.tabControl1.Controls.Add(this.tabPage_ProductMode);
|
|
|
this.tabControl1.Location = new System.Drawing.Point(10, 27);
|
|
|
this.tabControl1.Name = "tabControl1";
|
|
|
this.tabControl1.SelectedIndex = 0;
|
|
@@ -3518,7 +3520,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.tabPage_FactoryMode.Name = "tabPage_FactoryMode";
|
|
|
this.tabPage_FactoryMode.Size = new System.Drawing.Size(990, 315);
|
|
|
this.tabPage_FactoryMode.TabIndex = 10;
|
|
|
- this.tabPage_FactoryMode.Text = "生产模式";
|
|
|
+ this.tabPage_FactoryMode.Text = "样机配置";
|
|
|
//
|
|
|
// button_ScanCode
|
|
|
//
|
|
@@ -4457,6 +4459,15 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.button_FacModeInit.UseVisualStyleBackColor = false;
|
|
|
this.button_FacModeInit.Click += new System.EventHandler(this.button_FacModeInit_Click);
|
|
|
//
|
|
|
+ // tabPage_ProductMode
|
|
|
+ //
|
|
|
+ this.tabPage_ProductMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
|
+ this.tabPage_ProductMode.Location = new System.Drawing.Point(4, 30);
|
|
|
+ this.tabPage_ProductMode.Name = "tabPage_ProductMode";
|
|
|
+ this.tabPage_ProductMode.Size = new System.Drawing.Size(990, 315);
|
|
|
+ this.tabPage_ProductMode.TabIndex = 11;
|
|
|
+ this.tabPage_ProductMode.Text = "工厂模式";
|
|
|
+ //
|
|
|
// label23
|
|
|
//
|
|
|
this.label23.AutoSize = true;
|
|
@@ -5093,5 +5104,6 @@ namespace Welling_Motor_Debug_Tool
|
|
|
private Button Button_FacModeSetNum;
|
|
|
private Button button_FacModeSetName;
|
|
|
private Button button_ScanCode;
|
|
|
+ private TabPage tabPage_ProductMode;
|
|
|
}
|
|
|
}
|