namespace MOTINOVA_Motor_Factory_Set { partial class CheckForm { /// /// 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(CheckForm)); this.menuStrip1 = 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.开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.查看文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.合格ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.不合格ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.comboBox_cfgFileDate = new System.Windows.Forms.ComboBox(); this.checkBox_LocalFile = new System.Windows.Forms.CheckBox(); this.comboBox_File = new System.Windows.Forms.ComboBox(); this.label_SystemTime = new System.Windows.Forms.Label(); this.label_NetStatus = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.richTextBox_CfgFile = new System.Windows.Forms.RichTextBox(); this.label5 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textBox_TQ_Start = new System.Windows.Forms.TextBox(); this.textBox_TQ_Zero = new System.Windows.Forms.TextBox(); this.textBox_TQ_K = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.richTextBox_VerInfo = new System.Windows.Forms.RichTextBox(); this.richTextBox_ReadCfg = new System.Windows.Forms.RichTextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.richTextBox_TestRecord = new System.Windows.Forms.RichTextBox(); this.label_error_code = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.textBox_PDinfo = new System.Windows.Forms.TextBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.button_Start = new System.Windows.Forms.Button(); this.label32 = new System.Windows.Forms.Label(); this.label_SerialNum = new System.Windows.Forms.Label(); this.label_Step = new System.Windows.Forms.Label(); this.label_Result = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.label8 = new System.Windows.Forms.Label(); this.textBox_TQ_K_Sqrd = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.richTextBox_TQ = new System.Windows.Forms.RichTextBox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.groupBox8 = new System.Windows.Forms.GroupBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label_TestUser = new System.Windows.Forms.Label(); this.label31 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label_OK_Count = new System.Windows.Forms.Label(); this.label_Ver = new System.Windows.Forms.Label(); this.menuStrip1.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox5.SuspendLayout(); this.groupBox7.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox6.SuspendLayout(); this.groupBox8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.menuStrip1.Font = new System.Drawing.Font("微软雅黑", 12F); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.设置ToolStripMenuItem, this.功能选择ToolStripMenuItem, this.工具箱ToolStripMenuItem, this.查看文件ToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Padding = new System.Windows.Forms.Padding(10, 4, 0, 4); this.menuStrip1.Size = new System.Drawing.Size(1234, 33); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // 设置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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); 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)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.系统开关ToolStripMenuItem.Name = "系统开关ToolStripMenuItem"; this.系统开关ToolStripMenuItem.Size = new System.Drawing.Size(144, 26); this.系统开关ToolStripMenuItem.Text = "系统开关"; // // 开ToolStripMenuItem // this.开ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.开ToolStripMenuItem.Name = "开ToolStripMenuItem"; this.开ToolStripMenuItem.Size = new System.Drawing.Size(96, 26); this.开ToolStripMenuItem.Text = "开"; this.开ToolStripMenuItem.Click += new System.EventHandler(this.开ToolStripMenuItem_Click); // // 关ToolStripMenuItem // this.关ToolStripMenuItem.Checked = true; this.关ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.关ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.关ToolStripMenuItem.Name = "关ToolStripMenuItem"; this.关ToolStripMenuItem.Size = new System.Drawing.Size(96, 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(86, 25); this.功能选择ToolStripMenuItem.Text = "功能选择"; // // 运行测试ToolStripMenuItem // this.运行测试ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.运行测试执行ToolStripMenuItem, this.运行测试不执行ToolStripMenuItem}); this.运行测试ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.运行测试ToolStripMenuItem.Name = "运行测试ToolStripMenuItem"; this.运行测试ToolStripMenuItem.Size = new System.Drawing.Size(144, 26); this.运行测试ToolStripMenuItem.Text = "运行测试"; // // 运行测试执行ToolStripMenuItem // this.运行测试执行ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.运行测试执行ToolStripMenuItem.Name = "运行测试执行ToolStripMenuItem"; this.运行测试执行ToolStripMenuItem.Size = new System.Drawing.Size(128, 26); this.运行测试执行ToolStripMenuItem.Text = "执行"; this.运行测试执行ToolStripMenuItem.Click += new System.EventHandler(this.运行测试执行ToolStripMenuItem_Click); // // 运行测试不执行ToolStripMenuItem // this.运行测试不执行ToolStripMenuItem.Checked = true; this.运行测试不执行ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.运行测试不执行ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.运行测试不执行ToolStripMenuItem.Name = "运行测试不执行ToolStripMenuItem"; this.运行测试不执行ToolStripMenuItem.Size = new System.Drawing.Size(128, 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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.屏幕键盘ToolStripMenuItem.Name = "屏幕键盘ToolStripMenuItem"; this.屏幕键盘ToolStripMenuItem.Size = new System.Drawing.Size(176, 26); this.屏幕键盘ToolStripMenuItem.Text = "屏幕键盘"; this.屏幕键盘ToolStripMenuItem.Click += new System.EventHandler(this.屏幕键盘ToolStripMenuItem_Click_1); // // 备忘录ToolStripMenuItem // this.备忘录ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.备忘录ToolStripMenuItem.Name = "备忘录ToolStripMenuItem"; this.备忘录ToolStripMenuItem.Size = new System.Drawing.Size(176, 26); this.备忘录ToolStripMenuItem.Text = "备忘录"; this.备忘录ToolStripMenuItem.Click += new System.EventHandler(this.备忘录ToolStripMenuItem_Click); // // 删除配置文件ToolStripMenuItem // this.删除配置文件ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.删除配置文件ToolStripMenuItem.Name = "删除配置文件ToolStripMenuItem"; this.删除配置文件ToolStripMenuItem.Size = new System.Drawing.Size(176, 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(86, 25); this.查看文件ToolStripMenuItem.Text = "查看记录"; // // 合格ToolStripMenuItem // this.合格ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.合格ToolStripMenuItem.Name = "合格ToolStripMenuItem"; this.合格ToolStripMenuItem.Size = new System.Drawing.Size(160, 26); this.合格ToolStripMenuItem.Text = "合格记录"; this.合格ToolStripMenuItem.Click += new System.EventHandler(this.合格ToolStripMenuItem_Click); // // 不合格ToolStripMenuItem // this.不合格ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.不合格ToolStripMenuItem.Name = "不合格ToolStripMenuItem"; this.不合格ToolStripMenuItem.Size = new System.Drawing.Size(160, 26); this.不合格ToolStripMenuItem.Text = "不合格记录"; this.不合格ToolStripMenuItem.Click += new System.EventHandler(this.不合格ToolStripMenuItem_Click); // // groupBox4 // this.groupBox4.Controls.Add(this.comboBox_cfgFileDate); this.groupBox4.Controls.Add(this.checkBox_LocalFile); this.groupBox4.Controls.Add(this.comboBox_File); this.groupBox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.groupBox4.Location = new System.Drawing.Point(12, 36); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(964, 65); this.groupBox4.TabIndex = 10; this.groupBox4.TabStop = false; this.groupBox4.Text = "配置文件"; // // comboBox_cfgFileDate // this.comboBox_cfgFileDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.comboBox_cfgFileDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox_cfgFileDate.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.comboBox_cfgFileDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.comboBox_cfgFileDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.comboBox_cfgFileDate.FormattingEnabled = true; this.comboBox_cfgFileDate.ImeMode = System.Windows.Forms.ImeMode.Disable; this.comboBox_cfgFileDate.Location = new System.Drawing.Point(10, 26); this.comboBox_cfgFileDate.Name = "comboBox_cfgFileDate"; this.comboBox_cfgFileDate.Size = new System.Drawing.Size(144, 29); this.comboBox_cfgFileDate.TabIndex = 3; this.comboBox_cfgFileDate.SelectionChangeCommitted += new System.EventHandler(this.comboBox_cfgFileDate_SelectionChangeCommitted); // // checkBox_LocalFile // this.checkBox_LocalFile.AutoSize = true; this.checkBox_LocalFile.Location = new System.Drawing.Point(891, 28); this.checkBox_LocalFile.Name = "checkBox_LocalFile"; this.checkBox_LocalFile.Size = new System.Drawing.Size(61, 25); this.checkBox_LocalFile.TabIndex = 2; this.checkBox_LocalFile.Text = "本地"; this.checkBox_LocalFile.UseVisualStyleBackColor = true; this.checkBox_LocalFile.CheckedChanged += new System.EventHandler(this.checkBox_LocalFile_CheckedChanged); // // comboBox_File // this.comboBox_File.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.comboBox_File.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox_File.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.comboBox_File.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.comboBox_File.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.comboBox_File.FormattingEnabled = true; this.comboBox_File.ImeMode = System.Windows.Forms.ImeMode.Disable; this.comboBox_File.Location = new System.Drawing.Point(160, 26); this.comboBox_File.Name = "comboBox_File"; this.comboBox_File.Size = new System.Drawing.Size(725, 29); this.comboBox_File.TabIndex = 1; this.comboBox_File.SelectionChangeCommitted += new System.EventHandler(this.comboBox_File_SelectionChangeCommitted); // // label_SystemTime // this.label_SystemTime.AutoSize = true; this.label_SystemTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label_SystemTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label_SystemTime.Location = new System.Drawing.Point(1066, 787); this.label_SystemTime.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label_SystemTime.Name = "label_SystemTime"; this.label_SystemTime.Size = new System.Drawing.Size(154, 21); this.label_SystemTime.TabIndex = 11; this.label_SystemTime.Text = "2020-9-23 12:00:00"; // // label_NetStatus // this.label_NetStatus.BackColor = System.Drawing.Color.Red; this.label_NetStatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label_NetStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.label_NetStatus.Location = new System.Drawing.Point(743, 787); this.label_NetStatus.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label_NetStatus.Name = "label_NetStatus"; this.label_NetStatus.Size = new System.Drawing.Size(313, 21); this.label_NetStatus.TabIndex = 12; this.label_NetStatus.Text = "网络连接失败"; this.label_NetStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label2.Location = new System.Drawing.Point(8, 787); this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(423, 21); this.label2.TabIndex = 13; this.label2.Text = "Copyright © 2024 MOTINOVA Inc. All Rights Reserved"; // // label6 // this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label6.Location = new System.Drawing.Point(150, 28); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(58, 21); this.label6.TabIndex = 16; this.label6.Text = "启动值"; // // richTextBox_CfgFile // this.richTextBox_CfgFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.richTextBox_CfgFile.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.richTextBox_CfgFile.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.richTextBox_CfgFile.Location = new System.Drawing.Point(6, 31); this.richTextBox_CfgFile.Name = "richTextBox_CfgFile"; this.richTextBox_CfgFile.ReadOnly = true; this.richTextBox_CfgFile.Size = new System.Drawing.Size(253, 555); this.richTextBox_CfgFile.TabIndex = 1; this.richTextBox_CfgFile.Text = ""; // // label5 // this.label5.AutoSize = true; this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label5.Location = new System.Drawing.Point(6, 61); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(42, 21); this.label5.TabIndex = 16; this.label5.Text = "系数"; // // label3 // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label3.Location = new System.Drawing.Point(6, 29); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(42, 21); this.label3.TabIndex = 16; this.label3.Text = "零点"; // // textBox_TQ_Start // this.textBox_TQ_Start.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.textBox_TQ_Start.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox_TQ_Start.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.textBox_TQ_Start.Location = new System.Drawing.Point(214, 25); this.textBox_TQ_Start.Name = "textBox_TQ_Start"; this.textBox_TQ_Start.ReadOnly = true; this.textBox_TQ_Start.Size = new System.Drawing.Size(80, 26); this.textBox_TQ_Start.TabIndex = 15; this.textBox_TQ_Start.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textBox_TQ_Zero // this.textBox_TQ_Zero.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.textBox_TQ_Zero.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox_TQ_Zero.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.textBox_TQ_Zero.Location = new System.Drawing.Point(53, 25); this.textBox_TQ_Zero.Name = "textBox_TQ_Zero"; this.textBox_TQ_Zero.ReadOnly = true; this.textBox_TQ_Zero.Size = new System.Drawing.Size(80, 26); this.textBox_TQ_Zero.TabIndex = 15; this.textBox_TQ_Zero.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textBox_TQ_K // this.textBox_TQ_K.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.textBox_TQ_K.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox_TQ_K.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.textBox_TQ_K.Location = new System.Drawing.Point(53, 57); this.textBox_TQ_K.Name = "textBox_TQ_K"; this.textBox_TQ_K.ReadOnly = true; this.textBox_TQ_K.Size = new System.Drawing.Size(80, 26); this.textBox_TQ_K.TabIndex = 15; this.textBox_TQ_K.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // groupBox2 // this.groupBox2.Controls.Add(this.richTextBox_VerInfo); this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.groupBox2.Location = new System.Drawing.Point(12, 192); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(300, 190); this.groupBox2.TabIndex = 14; this.groupBox2.TabStop = false; this.groupBox2.Text = "电机信息"; // // richTextBox_VerInfo // this.richTextBox_VerInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.richTextBox_VerInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.richTextBox_VerInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.richTextBox_VerInfo.Location = new System.Drawing.Point(10, 28); this.richTextBox_VerInfo.Name = "richTextBox_VerInfo"; this.richTextBox_VerInfo.ReadOnly = true; this.richTextBox_VerInfo.Size = new System.Drawing.Size(284, 150); this.richTextBox_VerInfo.TabIndex = 1; this.richTextBox_VerInfo.Text = "MODEL:\nSN:\nHW:\nFW:\nSPEICAL:\nTE:"; // // richTextBox_ReadCfg // this.richTextBox_ReadCfg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.richTextBox_ReadCfg.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.richTextBox_ReadCfg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.richTextBox_ReadCfg.Location = new System.Drawing.Point(6, 31); this.richTextBox_ReadCfg.Name = "richTextBox_ReadCfg"; this.richTextBox_ReadCfg.ReadOnly = true; this.richTextBox_ReadCfg.Size = new System.Drawing.Size(253, 555); this.richTextBox_ReadCfg.TabIndex = 1; this.richTextBox_ReadCfg.Text = ""; // // groupBox3 // this.groupBox3.Controls.Add(this.richTextBox_TestRecord); this.groupBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.groupBox3.Location = new System.Drawing.Point(860, 192); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(362, 592); this.groupBox3.TabIndex = 14; this.groupBox3.TabStop = false; this.groupBox3.Text = "检验记录"; // // richTextBox_TestRecord // this.richTextBox_TestRecord.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.richTextBox_TestRecord.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.richTextBox_TestRecord.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.richTextBox_TestRecord.Location = new System.Drawing.Point(6, 31); this.richTextBox_TestRecord.Name = "richTextBox_TestRecord"; this.richTextBox_TestRecord.ReadOnly = true; this.richTextBox_TestRecord.Size = new System.Drawing.Size(350, 555); this.richTextBox_TestRecord.TabIndex = 1; this.richTextBox_TestRecord.Text = ""; // // label_error_code // this.label_error_code.BackColor = System.Drawing.Color.Green; this.label_error_code.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.label_error_code.Location = new System.Drawing.Point(590, 152); this.label_error_code.Name = "label_error_code"; this.label_error_code.Size = new System.Drawing.Size(105, 30); this.label_error_code.TabIndex = 3; this.label_error_code.Text = "无故障"; this.label_error_code.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label_error_code.MouseHover += new System.EventHandler(this.label_error_code_MouseHover); // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label1.Location = new System.Drawing.Point(613, 115); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(58, 21); this.label1.TabIndex = 0; this.label1.Text = "故障码"; // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label4.Location = new System.Drawing.Point(26, 24); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(218, 21); this.label4.TabIndex = 16; this.label4.Text = "扫码或手动填入电机打标信息"; // // textBox_PDinfo // this.textBox_PDinfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.textBox_PDinfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.textBox_PDinfo.ImeMode = System.Windows.Forms.ImeMode.Disable; this.textBox_PDinfo.Location = new System.Drawing.Point(10, 50); this.textBox_PDinfo.Name = "textBox_PDinfo"; this.textBox_PDinfo.Size = new System.Drawing.Size(250, 29); this.textBox_PDinfo.TabIndex = 15; this.textBox_PDinfo.Click += new System.EventHandler(this.textBox_PDinfo_Click); this.textBox_PDinfo.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox_PDinfo_KeyUp); // // groupBox5 // this.groupBox5.Controls.Add(this.button_Start); this.groupBox5.Controls.Add(this.label4); this.groupBox5.Controls.Add(this.textBox_PDinfo); this.groupBox5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.groupBox5.Location = new System.Drawing.Point(12, 103); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(378, 86); this.groupBox5.TabIndex = 17; this.groupBox5.TabStop = false; this.groupBox5.Text = "操作"; // // button_Start // this.button_Start.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.button_Start.ForeColor = System.Drawing.Color.White; this.button_Start.Location = new System.Drawing.Point(266, 22); this.button_Start.Name = "button_Start"; this.button_Start.Size = new System.Drawing.Size(102, 57); this.button_Start.TabIndex = 17; this.button_Start.Text = "开始\r\n测试"; this.button_Start.UseVisualStyleBackColor = false; this.button_Start.Click += new System.EventHandler(this.button_Start_Click); // // label32 // this.label32.AutoSize = true; this.label32.BackColor = System.Drawing.Color.White; this.label32.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label32.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label32.Location = new System.Drawing.Point(409, 125); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(58, 21); this.label32.TabIndex = 18; this.label32.Text = "流水号"; this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label32.DoubleClick += new System.EventHandler(this.label32_DoubleClick); // // label_SerialNum // this.label_SerialNum.BackColor = System.Drawing.Color.White; this.label_SerialNum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label_SerialNum.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label_SerialNum.Location = new System.Drawing.Point(398, 152); this.label_SerialNum.Name = "label_SerialNum"; this.label_SerialNum.Size = new System.Drawing.Size(80, 29); this.label_SerialNum.TabIndex = 19; this.label_SerialNum.Text = "0"; this.label_SerialNum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label_Step // this.label_Step.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.label_Step.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label_Step.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label_Step.Location = new System.Drawing.Point(860, 115); this.label_Step.Name = "label_Step"; this.label_Step.Size = new System.Drawing.Size(362, 67); this.label_Step.TabIndex = 18; this.label_Step.Text = "准备就绪"; this.label_Step.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label_Result // this.label_Result.BackColor = System.Drawing.Color.Red; this.label_Result.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label_Result.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.label_Result.Location = new System.Drawing.Point(698, 115); this.label_Result.Name = "label_Result"; this.label_Result.Size = new System.Drawing.Size(156, 67); this.label_Result.TabIndex = 19; this.label_Result.Text = "不合格"; this.label_Result.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // timer1 // this.timer1.Interval = 20; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer2 // this.timer2.Interval = 1000; this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // groupBox7 // this.groupBox7.Controls.Add(this.label8); this.groupBox7.Controls.Add(this.textBox_TQ_K_Sqrd); this.groupBox7.Controls.Add(this.label3); this.groupBox7.Controls.Add(this.label6); this.groupBox7.Controls.Add(this.textBox_TQ_Start); this.groupBox7.Controls.Add(this.textBox_TQ_K); this.groupBox7.Controls.Add(this.label5); this.groupBox7.Controls.Add(this.textBox_TQ_Zero); this.groupBox7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.groupBox7.Location = new System.Drawing.Point(12, 384); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(300, 90); this.groupBox7.TabIndex = 14; this.groupBox7.TabStop = false; this.groupBox7.Text = "力矩传感器参数范围"; // // label8 // this.label8.AutoSize = true; this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label8.Location = new System.Drawing.Point(150, 60); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(58, 21); this.label8.TabIndex = 18; this.label8.Text = "标准差"; // // textBox_TQ_K_Sqrd // this.textBox_TQ_K_Sqrd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.textBox_TQ_K_Sqrd.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox_TQ_K_Sqrd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.textBox_TQ_K_Sqrd.Location = new System.Drawing.Point(214, 57); this.textBox_TQ_K_Sqrd.Name = "textBox_TQ_K_Sqrd"; this.textBox_TQ_K_Sqrd.ReadOnly = true; this.textBox_TQ_K_Sqrd.Size = new System.Drawing.Size(80, 26); this.textBox_TQ_K_Sqrd.TabIndex = 17; this.textBox_TQ_K_Sqrd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // groupBox1 // this.groupBox1.Controls.Add(this.richTextBox_TQ); this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.groupBox1.Location = new System.Drawing.Point(12, 480); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(300, 304); this.groupBox1.TabIndex = 14; this.groupBox1.TabStop = false; this.groupBox1.Text = "力矩传感器标定结果"; // // richTextBox_TQ // this.richTextBox_TQ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.richTextBox_TQ.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.richTextBox_TQ.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.richTextBox_TQ.Location = new System.Drawing.Point(10, 28); this.richTextBox_TQ.Name = "richTextBox_TQ"; this.richTextBox_TQ.ReadOnly = true; this.richTextBox_TQ.Size = new System.Drawing.Size(284, 270); this.richTextBox_TQ.TabIndex = 1; this.richTextBox_TQ.Text = "零点1:\n\n零点2:\n\n零点3:\n\n校正系数1:\n校正系数2:\n校正系数3:\n启动值:"; // // groupBox6 // this.groupBox6.Controls.Add(this.richTextBox_ReadCfg); this.groupBox6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.groupBox6.Location = new System.Drawing.Point(589, 192); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(265, 592); this.groupBox6.TabIndex = 14; this.groupBox6.TabStop = false; this.groupBox6.Text = "电机配置导出(从电机导出)"; // // groupBox8 // this.groupBox8.Controls.Add(this.richTextBox_CfgFile); this.groupBox8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.groupBox8.Location = new System.Drawing.Point(318, 192); this.groupBox8.Name = "groupBox8"; this.groupBox8.Size = new System.Drawing.Size(265, 592); this.groupBox8.TabIndex = 14; this.groupBox8.TabStop = false; this.groupBox8.Text = "电机配置信息(根据订单生成)"; // // pictureBox2 // this.pictureBox2.Image = global::MOTINOVA_Motor_Factory_Set.Properties.Resources._836618239619717251; this.pictureBox2.Location = new System.Drawing.Point(993, 54); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(83, 43); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox2.TabIndex = 31; this.pictureBox2.TabStop = false; // // pictureBox1 // this.pictureBox1.Image = global::MOTINOVA_Motor_Factory_Set.Properties.Resources.title1; this.pictureBox1.Location = new System.Drawing.Point(1085, 64); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(136, 33); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 30; this.pictureBox1.TabStop = false; // // label_TestUser // this.label_TestUser.AutoSize = true; this.label_TestUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label_TestUser.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.label_TestUser.Location = new System.Drawing.Point(869, 6); this.label_TestUser.Name = "label_TestUser"; this.label_TestUser.Size = new System.Drawing.Size(114, 21); this.label_TestUser.TabIndex = 36; this.label_TestUser.Text = "测试员:XXXX"; // // label31 // this.label31.BackColor = System.Drawing.Color.Silver; this.label31.Location = new System.Drawing.Point(861, 6); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(1, 20); this.label31.TabIndex = 37; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.White; this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label7.Location = new System.Drawing.Point(496, 125); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(74, 21); this.label7.TabIndex = 38; this.label7.Text = "合格计数"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label_OK_Count // this.label_OK_Count.BackColor = System.Drawing.Color.White; this.label_OK_Count.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label_OK_Count.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label_OK_Count.Location = new System.Drawing.Point(493, 152); this.label_OK_Count.Name = "label_OK_Count"; this.label_OK_Count.Size = new System.Drawing.Size(80, 29); this.label_OK_Count.TabIndex = 39; this.label_OK_Count.Text = "0"; this.label_OK_Count.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label_Ver // this.label_Ver.AutoSize = true; this.label_Ver.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185))))); this.label_Ver.Location = new System.Drawing.Point(439, 787); this.label_Ver.Name = "label_Ver"; this.label_Ver.Size = new System.Drawing.Size(91, 21); this.label_Ver.TabIndex = 40; this.label_Ver.Text = "Ver: V1.8.0"; // // CheckForm // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1234, 817); this.Controls.Add(this.label_Ver); this.Controls.Add(this.label7); this.Controls.Add(this.label_OK_Count); this.Controls.Add(this.label32); this.Controls.Add(this.label_SerialNum); this.Controls.Add(this.label31); this.Controls.Add(this.label_TestUser); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.label_error_code); this.Controls.Add(this.groupBox6); this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox8); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox7); this.Controls.Add(this.label_Step); this.Controls.Add(this.label_Result); this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.label_SystemTime); this.Controls.Add(this.label_NetStatus); this.Controls.Add(this.label2); this.Controls.Add(this.groupBox4); this.Controls.Add(this.menuStrip1); this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.Margin = new System.Windows.Forms.Padding(5); this.MaximizeBox = false; this.Name = "CheckForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "检验模式"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CheckForm_FormClosing); this.Load += new System.EventHandler(this.CheckForm_Load); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupBox7.ResumeLayout(false); this.groupBox7.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox6.ResumeLayout(false); this.groupBox8.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.ComboBox comboBox_File; private System.Windows.Forms.Label label_SystemTime; public System.Windows.Forms.Label label_NetStatus; private System.Windows.Forms.Label label2; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBox_PDinfo; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.Button button_Start; private System.Windows.Forms.Label label_Step; private System.Windows.Forms.Label label_Result; private System.Windows.Forms.Label label1; private System.Windows.Forms.RichTextBox richTextBox_CfgFile; private System.Windows.Forms.RichTextBox richTextBox_ReadCfg; private System.Windows.Forms.RichTextBox richTextBox_TestRecord; private System.Windows.Forms.Label label_error_code; private System.Windows.Forms.Timer timer2; private System.Windows.Forms.ComboBox comboBox_cfgFileDate; public System.Windows.Forms.CheckBox checkBox_LocalFile; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBox_TQ_Start; private System.Windows.Forms.TextBox textBox_TQ_K; private System.Windows.Forms.TextBox textBox_TQ_Zero; private System.Windows.Forms.Label label3; private System.Windows.Forms.RichTextBox richTextBox_VerInfo; private System.Windows.Forms.GroupBox groupBox7; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RichTextBox richTextBox_TQ; private System.Windows.Forms.GroupBox groupBox6; private System.Windows.Forms.Label label32; private System.Windows.Forms.Label label_SerialNum; private System.Windows.Forms.GroupBox groupBox8; private System.Windows.Forms.Button button1; public System.Windows.Forms.Timer timer1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.ToolStripMenuItem 工具箱ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 屏幕键盘ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 设置ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 端口设置ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 系统开关ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 开ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 关ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 查看文件ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 合格ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 不合格ToolStripMenuItem; private System.Windows.Forms.Label label_TestUser; private System.Windows.Forms.Label label31; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label_OK_Count; private System.Windows.Forms.ToolStripMenuItem 功能选择ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 运行测试ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 运行测试执行ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 运行测试不执行ToolStripMenuItem; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox textBox_TQ_K_Sqrd; private System.Windows.Forms.ToolStripMenuItem 备忘录ToolStripMenuItem; private System.Windows.Forms.Label label_Ver; private System.Windows.Forms.ToolStripMenuItem 删除配置文件ToolStripMenuItem; } }