|
@@ -60,10 +60,10 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.toolStripTextBox_ServerPort = new System.Windows.Forms.ToolStripTextBox();
|
|
|
this.用户名ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.toolStripTextBox_ServerUser = new System.Windows.Forms.ToolStripTextBox();
|
|
|
- this.存储路径ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.toolStripTextBox_ServerPath = new System.Windows.Forms.ToolStripTextBox();
|
|
|
this.密码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.toolStripTextBox_ServerPasswd = new System.Windows.Forms.ToolStripTextBox();
|
|
|
+ this.存储路径ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.toolStripTextBox_ServerPath = new System.Windows.Forms.ToolStripTextBox();
|
|
|
this.生产信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.生产商ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.toolStripTextBox_MAC = new System.Windows.Forms.ToolStripTextBox();
|
|
@@ -100,6 +100,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
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();
|
|
@@ -432,9 +433,11 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.textBox_FacModeScan = new System.Windows.Forms.TextBox();
|
|
|
this.label112 = new System.Windows.Forms.Label();
|
|
|
this.label_FacModeStatus = new System.Windows.Forms.Label();
|
|
|
+ this.checkBox_OffLineFacMode = new System.Windows.Forms.CheckBox();
|
|
|
this.label_FacModeResult = new System.Windows.Forms.Label();
|
|
|
this.label111 = new System.Windows.Forms.Label();
|
|
|
this.tabPage_ProductMode_Read = new System.Windows.Forms.TabPage();
|
|
|
+ this.checkBox_OffLineCheckMode = new System.Windows.Forms.CheckBox();
|
|
|
this.comboBox_CheckModeCfgFile = new System.Windows.Forms.ComboBox();
|
|
|
this.groupBox31 = new System.Windows.Forms.GroupBox();
|
|
|
this.label148 = new System.Windows.Forms.Label();
|
|
@@ -550,9 +553,6 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.label107 = new System.Windows.Forms.Label();
|
|
|
this.label_StarInfo = new System.Windows.Forms.Label();
|
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
|
- this.屏幕键盘ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.checkBox_OffLineFacMode = new System.Windows.Forms.CheckBox();
|
|
|
- this.checkBox_OffLineCheckMode = new System.Windows.Forms.CheckBox();
|
|
|
this.menuStrip_Set.SuspendLayout();
|
|
|
this.statusStrip1.SuspendLayout();
|
|
|
this.groupBox1.SuspendLayout();
|
|
@@ -752,14 +752,14 @@ namespace Welling_Motor_Debug_Tool
|
|
|
// 开机ToolStripMenuItem
|
|
|
//
|
|
|
this.开机ToolStripMenuItem.Name = "开机ToolStripMenuItem";
|
|
|
- this.开机ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.开机ToolStripMenuItem.Size = new System.Drawing.Size(112, 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(180, 26);
|
|
|
+ this.关机ToolStripMenuItem.Size = new System.Drawing.Size(112, 26);
|
|
|
this.关机ToolStripMenuItem.Text = "关机";
|
|
|
this.关机ToolStripMenuItem.Click += new System.EventHandler(this.关机ToolStripMenuItem_Click);
|
|
|
//
|
|
@@ -799,7 +799,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
// 允许ToolStripMenuItem
|
|
|
//
|
|
|
this.允许ToolStripMenuItem.Name = "允许ToolStripMenuItem";
|
|
|
- this.允许ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.允许ToolStripMenuItem.Size = new System.Drawing.Size(128, 26);
|
|
|
this.允许ToolStripMenuItem.Text = "允许";
|
|
|
this.允许ToolStripMenuItem.Click += new System.EventHandler(this.允许ToolStripMenuItem_Click);
|
|
|
//
|
|
@@ -808,7 +808,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(180, 26);
|
|
|
+ this.不允许ToolStripMenuItem.Size = new System.Drawing.Size(128, 26);
|
|
|
this.不允许ToolStripMenuItem.Text = "不允许";
|
|
|
this.不允许ToolStripMenuItem.Click += new System.EventHandler(this.不允许ToolStripMenuItem_Click);
|
|
|
//
|
|
@@ -829,7 +829,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(180, 26);
|
|
|
+ this.IP地址ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
this.IP地址ToolStripMenuItem.Text = "IP地址";
|
|
|
//
|
|
|
// toolStripTextBox_ServerIP
|
|
@@ -845,7 +845,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(180, 26);
|
|
|
+ this.端口ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
this.端口ToolStripMenuItem.Text = "端口";
|
|
|
//
|
|
|
// toolStripTextBox_ServerPort
|
|
@@ -861,7 +861,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(180, 26);
|
|
|
+ this.用户名ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
this.用户名ToolStripMenuItem.Text = "用户名";
|
|
|
//
|
|
|
// toolStripTextBox_ServerUser
|
|
@@ -872,28 +872,12 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.toolStripTextBox_ServerUser.Text = "factory_test";
|
|
|
this.toolStripTextBox_ServerUser.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConfigFileSave_KeyDown);
|
|
|
//
|
|
|
- // 存储路径ToolStripMenuItem
|
|
|
- //
|
|
|
- this.存储路径ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
- this.toolStripTextBox_ServerPath});
|
|
|
- this.存储路径ToolStripMenuItem.Name = "存储路径ToolStripMenuItem";
|
|
|
- this.存储路径ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
- this.存储路径ToolStripMenuItem.Text = "存储路径";
|
|
|
- //
|
|
|
- // toolStripTextBox_ServerPath
|
|
|
- //
|
|
|
- this.toolStripTextBox_ServerPath.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
|
|
|
- this.toolStripTextBox_ServerPath.Name = "toolStripTextBox_ServerPath";
|
|
|
- this.toolStripTextBox_ServerPath.Size = new System.Drawing.Size(200, 28);
|
|
|
- this.toolStripTextBox_ServerPath.Text = "MIGIC_TEST";
|
|
|
- this.toolStripTextBox_ServerPath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConfigFileSave_KeyDown);
|
|
|
- //
|
|
|
// 密码ToolStripMenuItem
|
|
|
//
|
|
|
this.密码ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripTextBox_ServerPasswd});
|
|
|
this.密码ToolStripMenuItem.Name = "密码ToolStripMenuItem";
|
|
|
- this.密码ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.密码ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
this.密码ToolStripMenuItem.Text = "密码";
|
|
|
//
|
|
|
// toolStripTextBox_ServerPasswd
|
|
@@ -904,6 +888,22 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.toolStripTextBox_ServerPasswd.Text = "ttium";
|
|
|
this.toolStripTextBox_ServerPasswd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConfigFileSave_KeyDown);
|
|
|
//
|
|
|
+ // 存储路径ToolStripMenuItem
|
|
|
+ //
|
|
|
+ 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.Text = "存储路径";
|
|
|
+ //
|
|
|
+ // toolStripTextBox_ServerPath
|
|
|
+ //
|
|
|
+ this.toolStripTextBox_ServerPath.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
|
|
|
+ this.toolStripTextBox_ServerPath.Name = "toolStripTextBox_ServerPath";
|
|
|
+ this.toolStripTextBox_ServerPath.Size = new System.Drawing.Size(200, 28);
|
|
|
+ this.toolStripTextBox_ServerPath.Text = "MIGIC_TEST";
|
|
|
+ this.toolStripTextBox_ServerPath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConfigFileSave_KeyDown);
|
|
|
+ //
|
|
|
// 生产信息ToolStripMenuItem
|
|
|
//
|
|
|
this.生产信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
@@ -920,7 +920,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(180, 26);
|
|
|
+ this.生产商ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
this.生产商ToolStripMenuItem.Text = "生产商";
|
|
|
//
|
|
|
// toolStripTextBox_MAC
|
|
@@ -936,7 +936,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(180, 26);
|
|
|
+ this.生产地ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
this.生产地ToolStripMenuItem.Text = "生产地";
|
|
|
//
|
|
|
// toolStripTextBoxMACAddr
|
|
@@ -952,7 +952,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(180, 26);
|
|
|
+ this.生产日期ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
this.生产日期ToolStripMenuItem.Text = "生产日期";
|
|
|
//
|
|
|
// toolStripTextBox_MACDate
|
|
@@ -968,7 +968,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(180, 26);
|
|
|
+ this.产品标识ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
this.产品标识ToolStripMenuItem.Text = "产品标识";
|
|
|
//
|
|
|
// toolStripTextBox_MACPD
|
|
@@ -1049,7 +1049,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.toolStripTextBox_ThCur.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.toolStripTextBox_ThCur.Name = "toolStripTextBox_ThCur";
|
|
|
this.toolStripTextBox_ThCur.Size = new System.Drawing.Size(100, 28);
|
|
|
- this.toolStripTextBox_ThCur.Text = "500,2500";
|
|
|
+ this.toolStripTextBox_ThCur.Text = "200,2500";
|
|
|
this.toolStripTextBox_ThCur.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConfigFileSave_KeyDown);
|
|
|
//
|
|
|
// 转速ToolStripMenuItem
|
|
@@ -1187,29 +1187,36 @@ namespace Welling_Motor_Debug_Tool
|
|
|
// 运行信息记录ToolStripMenuItem
|
|
|
//
|
|
|
this.运行信息记录ToolStripMenuItem.Name = "运行信息记录ToolStripMenuItem";
|
|
|
- this.运行信息记录ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ 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(180, 26);
|
|
|
+ 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(180, 26);
|
|
|
+ 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 = "屏幕键盘";
|
|
|
+ this.屏幕键盘ToolStripMenuItem.Click += new System.EventHandler(this.屏幕键盘ToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
// 指令调试ToolStripMenuItem
|
|
|
//
|
|
|
this.指令调试ToolStripMenuItem.Enabled = false;
|
|
|
this.指令调试ToolStripMenuItem.Name = "指令调试ToolStripMenuItem";
|
|
|
- this.指令调试ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.指令调试ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
this.指令调试ToolStripMenuItem.Text = "指令调试";
|
|
|
//
|
|
|
// 查询ToolStripMenuItem
|
|
@@ -1225,14 +1232,14 @@ namespace Welling_Motor_Debug_Tool
|
|
|
// 调试记录数据ToolStripMenuItem
|
|
|
//
|
|
|
this.调试记录数据ToolStripMenuItem.Name = "调试记录数据ToolStripMenuItem";
|
|
|
- this.调试记录数据ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.调试记录数据ToolStripMenuItem.Size = new System.Drawing.Size(176, 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(180, 26);
|
|
|
+ this.生产记录数据ToolStripMenuItem.Size = new System.Drawing.Size(176, 26);
|
|
|
this.生产记录数据ToolStripMenuItem.Text = "生产记录数据";
|
|
|
this.生产记录数据ToolStripMenuItem.Click += new System.EventHandler(this.生产记录数据ToolStripMenuItem_Click);
|
|
|
//
|
|
@@ -1250,13 +1257,13 @@ namespace Welling_Motor_Debug_Tool
|
|
|
// 帮助ToolStripMenuItem
|
|
|
//
|
|
|
this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
|
|
|
- this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
this.帮助ToolStripMenuItem.Text = "查看帮助";
|
|
|
//
|
|
|
// 版本ToolStripMenuItem
|
|
|
//
|
|
|
this.版本ToolStripMenuItem.Name = "版本ToolStripMenuItem";
|
|
|
- this.版本ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.版本ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
this.版本ToolStripMenuItem.Text = "版本信息";
|
|
|
//
|
|
|
// 累计运行时间ToolStripMenuItem
|
|
@@ -1264,14 +1271,14 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.累计运行时间ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripMenuItem_RunTime});
|
|
|
this.累计运行时间ToolStripMenuItem.Name = "累计运行时间ToolStripMenuItem";
|
|
|
- this.累计运行时间ToolStripMenuItem.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.累计运行时间ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
|
|
|
this.累计运行时间ToolStripMenuItem.Text = "运行时间";
|
|
|
this.累计运行时间ToolStripMenuItem.MouseHover += new System.EventHandler(this.累计运行时间ToolStripMenuItem_MouseHover);
|
|
|
//
|
|
|
// toolStripMenuItem_RunTime
|
|
|
//
|
|
|
this.toolStripMenuItem_RunTime.Name = "toolStripMenuItem_RunTime";
|
|
|
- this.toolStripMenuItem_RunTime.Size = new System.Drawing.Size(180, 26);
|
|
|
+ this.toolStripMenuItem_RunTime.Size = new System.Drawing.Size(142, 26);
|
|
|
this.toolStripMenuItem_RunTime.Text = "00:00:00";
|
|
|
//
|
|
|
// statusStrip1
|
|
@@ -4973,6 +4980,19 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.label_FacModeStatus.Text = "测试结束";
|
|
|
this.label_FacModeStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
//
|
|
|
+ // checkBox_OffLineFacMode
|
|
|
+ //
|
|
|
+ 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.Name = "checkBox_OffLineFacMode";
|
|
|
+ this.checkBox_OffLineFacMode.Size = new System.Drawing.Size(61, 25);
|
|
|
+ this.checkBox_OffLineFacMode.TabIndex = 0;
|
|
|
+ this.checkBox_OffLineFacMode.Text = "本地";
|
|
|
+ this.checkBox_OffLineFacMode.UseVisualStyleBackColor = true;
|
|
|
+ this.checkBox_OffLineFacMode.CheckedChanged += new System.EventHandler(this.checkBox_OffLineFacMode_CheckedChanged);
|
|
|
+ //
|
|
|
// label_FacModeResult
|
|
|
//
|
|
|
this.label_FacModeResult.BackColor = System.Drawing.Color.Green;
|
|
@@ -5018,6 +5038,19 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.tabPage_ProductMode_Read.TabIndex = 12;
|
|
|
this.tabPage_ProductMode_Read.Text = "量产检验";
|
|
|
//
|
|
|
+ // checkBox_OffLineCheckMode
|
|
|
+ //
|
|
|
+ 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.Name = "checkBox_OffLineCheckMode";
|
|
|
+ this.checkBox_OffLineCheckMode.Size = new System.Drawing.Size(61, 25);
|
|
|
+ this.checkBox_OffLineCheckMode.TabIndex = 21;
|
|
|
+ this.checkBox_OffLineCheckMode.Text = "本地";
|
|
|
+ this.checkBox_OffLineCheckMode.UseVisualStyleBackColor = true;
|
|
|
+ this.checkBox_OffLineCheckMode.CheckedChanged += new System.EventHandler(this.checkBox_OffLineCheckMode_CheckedChanged);
|
|
|
+ //
|
|
|
// comboBox_CheckModeCfgFile
|
|
|
//
|
|
|
this.comboBox_CheckModeCfgFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
|
@@ -6231,39 +6264,6 @@ namespace Welling_Motor_Debug_Tool
|
|
|
this.pictureBox2.TabIndex = 16;
|
|
|
this.pictureBox2.TabStop = false;
|
|
|
//
|
|
|
- // 屏幕键盘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);
|
|
|
- //
|
|
|
- // checkBox_OffLineFacMode
|
|
|
- //
|
|
|
- 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.Name = "checkBox_OffLineFacMode";
|
|
|
- this.checkBox_OffLineFacMode.Size = new System.Drawing.Size(61, 25);
|
|
|
- this.checkBox_OffLineFacMode.TabIndex = 0;
|
|
|
- this.checkBox_OffLineFacMode.Text = "本地";
|
|
|
- this.checkBox_OffLineFacMode.UseVisualStyleBackColor = true;
|
|
|
- this.checkBox_OffLineFacMode.CheckedChanged += new System.EventHandler(this.checkBox_OffLineFacMode_CheckedChanged);
|
|
|
- //
|
|
|
- // checkBox_OffLineCheckMode
|
|
|
- //
|
|
|
- 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.Name = "checkBox_OffLineCheckMode";
|
|
|
- this.checkBox_OffLineCheckMode.Size = new System.Drawing.Size(61, 25);
|
|
|
- this.checkBox_OffLineCheckMode.TabIndex = 21;
|
|
|
- this.checkBox_OffLineCheckMode.Text = "本地";
|
|
|
- this.checkBox_OffLineCheckMode.UseVisualStyleBackColor = true;
|
|
|
- this.checkBox_OffLineCheckMode.CheckedChanged += new System.EventHandler(this.checkBox_OffLineCheckMode_CheckedChanged);
|
|
|
- //
|
|
|
// mainForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
|