CheckForm.Designer.cs 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911
  1. namespace MOTINOVA_Motor_Factory_Set
  2. {
  3. partial class CheckForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckForm));
  30. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  31. this.设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32. this.端口设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.系统开关ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.开ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.关ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.功能选择ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.运行测试ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.运行测试执行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.运行测试不执行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.工具箱ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.屏幕键盘ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.备忘录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.删除配置文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44. this.查看文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45. this.合格ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  46. this.不合格ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47. this.groupBox4 = new System.Windows.Forms.GroupBox();
  48. this.comboBox_cfgFileDate = new System.Windows.Forms.ComboBox();
  49. this.checkBox_LocalFile = new System.Windows.Forms.CheckBox();
  50. this.comboBox_File = new System.Windows.Forms.ComboBox();
  51. this.label_SystemTime = new System.Windows.Forms.Label();
  52. this.label_NetStatus = new System.Windows.Forms.Label();
  53. this.label2 = new System.Windows.Forms.Label();
  54. this.label6 = new System.Windows.Forms.Label();
  55. this.richTextBox_CfgFile = new System.Windows.Forms.RichTextBox();
  56. this.label5 = new System.Windows.Forms.Label();
  57. this.label3 = new System.Windows.Forms.Label();
  58. this.textBox_TQ_Start = new System.Windows.Forms.TextBox();
  59. this.textBox_TQ_Zero = new System.Windows.Forms.TextBox();
  60. this.textBox_TQ_K = new System.Windows.Forms.TextBox();
  61. this.groupBox2 = new System.Windows.Forms.GroupBox();
  62. this.richTextBox_VerInfo = new System.Windows.Forms.RichTextBox();
  63. this.richTextBox_ReadCfg = new System.Windows.Forms.RichTextBox();
  64. this.groupBox3 = new System.Windows.Forms.GroupBox();
  65. this.richTextBox_TestRecord = new System.Windows.Forms.RichTextBox();
  66. this.label_error_code = new System.Windows.Forms.Label();
  67. this.label1 = new System.Windows.Forms.Label();
  68. this.label4 = new System.Windows.Forms.Label();
  69. this.textBox_PDinfo = new System.Windows.Forms.TextBox();
  70. this.groupBox5 = new System.Windows.Forms.GroupBox();
  71. this.button_Start = new System.Windows.Forms.Button();
  72. this.label32 = new System.Windows.Forms.Label();
  73. this.label_SerialNum = new System.Windows.Forms.Label();
  74. this.label_Step = new System.Windows.Forms.Label();
  75. this.label_Result = new System.Windows.Forms.Label();
  76. this.timer1 = new System.Windows.Forms.Timer(this.components);
  77. this.timer2 = new System.Windows.Forms.Timer(this.components);
  78. this.groupBox7 = new System.Windows.Forms.GroupBox();
  79. this.label8 = new System.Windows.Forms.Label();
  80. this.textBox_TQ_K_Sqrd = new System.Windows.Forms.TextBox();
  81. this.groupBox1 = new System.Windows.Forms.GroupBox();
  82. this.richTextBox_TQ = new System.Windows.Forms.RichTextBox();
  83. this.groupBox6 = new System.Windows.Forms.GroupBox();
  84. this.groupBox8 = new System.Windows.Forms.GroupBox();
  85. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  86. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  87. this.label_TestUser = new System.Windows.Forms.Label();
  88. this.label31 = new System.Windows.Forms.Label();
  89. this.label7 = new System.Windows.Forms.Label();
  90. this.label_OK_Count = new System.Windows.Forms.Label();
  91. this.label_Ver = new System.Windows.Forms.Label();
  92. this.menuStrip1.SuspendLayout();
  93. this.groupBox4.SuspendLayout();
  94. this.groupBox2.SuspendLayout();
  95. this.groupBox3.SuspendLayout();
  96. this.groupBox5.SuspendLayout();
  97. this.groupBox7.SuspendLayout();
  98. this.groupBox1.SuspendLayout();
  99. this.groupBox6.SuspendLayout();
  100. this.groupBox8.SuspendLayout();
  101. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  103. this.SuspendLayout();
  104. //
  105. // menuStrip1
  106. //
  107. this.menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  108. this.menuStrip1.Font = new System.Drawing.Font("微软雅黑", 12F);
  109. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  110. this.设置ToolStripMenuItem,
  111. this.功能选择ToolStripMenuItem,
  112. this.工具箱ToolStripMenuItem,
  113. this.查看文件ToolStripMenuItem});
  114. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  115. this.menuStrip1.Name = "menuStrip1";
  116. this.menuStrip1.Padding = new System.Windows.Forms.Padding(10, 4, 0, 4);
  117. this.menuStrip1.Size = new System.Drawing.Size(1234, 33);
  118. this.menuStrip1.TabIndex = 0;
  119. this.menuStrip1.Text = "menuStrip1";
  120. //
  121. // 设置ToolStripMenuItem
  122. //
  123. this.设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  124. this.端口设置ToolStripMenuItem,
  125. this.系统开关ToolStripMenuItem});
  126. this.设置ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  127. this.设置ToolStripMenuItem.Name = "设置ToolStripMenuItem";
  128. this.设置ToolStripMenuItem.Size = new System.Drawing.Size(54, 25);
  129. this.设置ToolStripMenuItem.Text = "设置";
  130. //
  131. // 端口设置ToolStripMenuItem
  132. //
  133. this.端口设置ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  134. this.端口设置ToolStripMenuItem.Name = "端口设置ToolStripMenuItem";
  135. this.端口设置ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
  136. this.端口设置ToolStripMenuItem.Text = "端口设置";
  137. this.端口设置ToolStripMenuItem.Click += new System.EventHandler(this.端口设置ToolStripMenuItem_Click);
  138. //
  139. // 系统开关ToolStripMenuItem
  140. //
  141. this.系统开关ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  142. this.开ToolStripMenuItem,
  143. this.关ToolStripMenuItem});
  144. this.系统开关ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  145. this.系统开关ToolStripMenuItem.Name = "系统开关ToolStripMenuItem";
  146. this.系统开关ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
  147. this.系统开关ToolStripMenuItem.Text = "系统开关";
  148. //
  149. // 开ToolStripMenuItem
  150. //
  151. this.开ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  152. this.开ToolStripMenuItem.Name = "开ToolStripMenuItem";
  153. this.开ToolStripMenuItem.Size = new System.Drawing.Size(96, 26);
  154. this.开ToolStripMenuItem.Text = "开";
  155. this.开ToolStripMenuItem.Click += new System.EventHandler(this.开ToolStripMenuItem_Click);
  156. //
  157. // 关ToolStripMenuItem
  158. //
  159. this.关ToolStripMenuItem.Checked = true;
  160. this.关ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
  161. this.关ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  162. this.关ToolStripMenuItem.Name = "关ToolStripMenuItem";
  163. this.关ToolStripMenuItem.Size = new System.Drawing.Size(96, 26);
  164. this.关ToolStripMenuItem.Text = "关";
  165. this.关ToolStripMenuItem.Click += new System.EventHandler(this.关ToolStripMenuItem_Click);
  166. //
  167. // 功能选择ToolStripMenuItem
  168. //
  169. this.功能选择ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  170. this.运行测试ToolStripMenuItem});
  171. this.功能选择ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  172. this.功能选择ToolStripMenuItem.Name = "功能选择ToolStripMenuItem";
  173. this.功能选择ToolStripMenuItem.Size = new System.Drawing.Size(86, 25);
  174. this.功能选择ToolStripMenuItem.Text = "功能选择";
  175. //
  176. // 运行测试ToolStripMenuItem
  177. //
  178. this.运行测试ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  179. this.运行测试执行ToolStripMenuItem,
  180. this.运行测试不执行ToolStripMenuItem});
  181. this.运行测试ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  182. this.运行测试ToolStripMenuItem.Name = "运行测试ToolStripMenuItem";
  183. this.运行测试ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
  184. this.运行测试ToolStripMenuItem.Text = "运行测试";
  185. //
  186. // 运行测试执行ToolStripMenuItem
  187. //
  188. this.运行测试执行ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  189. this.运行测试执行ToolStripMenuItem.Name = "运行测试执行ToolStripMenuItem";
  190. this.运行测试执行ToolStripMenuItem.Size = new System.Drawing.Size(128, 26);
  191. this.运行测试执行ToolStripMenuItem.Text = "执行";
  192. this.运行测试执行ToolStripMenuItem.Click += new System.EventHandler(this.运行测试执行ToolStripMenuItem_Click);
  193. //
  194. // 运行测试不执行ToolStripMenuItem
  195. //
  196. this.运行测试不执行ToolStripMenuItem.Checked = true;
  197. this.运行测试不执行ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
  198. this.运行测试不执行ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  199. this.运行测试不执行ToolStripMenuItem.Name = "运行测试不执行ToolStripMenuItem";
  200. this.运行测试不执行ToolStripMenuItem.Size = new System.Drawing.Size(128, 26);
  201. this.运行测试不执行ToolStripMenuItem.Text = "不执行";
  202. this.运行测试不执行ToolStripMenuItem.Click += new System.EventHandler(this.运行测试不执行ToolStripMenuItem_Click);
  203. //
  204. // 工具箱ToolStripMenuItem
  205. //
  206. this.工具箱ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  207. this.屏幕键盘ToolStripMenuItem,
  208. this.备忘录ToolStripMenuItem,
  209. this.删除配置文件ToolStripMenuItem});
  210. this.工具箱ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  211. this.工具箱ToolStripMenuItem.Name = "工具箱ToolStripMenuItem";
  212. this.工具箱ToolStripMenuItem.Size = new System.Drawing.Size(70, 25);
  213. this.工具箱ToolStripMenuItem.Text = "工具箱";
  214. //
  215. // 屏幕键盘ToolStripMenuItem
  216. //
  217. this.屏幕键盘ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  218. this.屏幕键盘ToolStripMenuItem.Name = "屏幕键盘ToolStripMenuItem";
  219. this.屏幕键盘ToolStripMenuItem.Size = new System.Drawing.Size(176, 26);
  220. this.屏幕键盘ToolStripMenuItem.Text = "屏幕键盘";
  221. this.屏幕键盘ToolStripMenuItem.Click += new System.EventHandler(this.屏幕键盘ToolStripMenuItem_Click_1);
  222. //
  223. // 备忘录ToolStripMenuItem
  224. //
  225. this.备忘录ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  226. this.备忘录ToolStripMenuItem.Name = "备忘录ToolStripMenuItem";
  227. this.备忘录ToolStripMenuItem.Size = new System.Drawing.Size(176, 26);
  228. this.备忘录ToolStripMenuItem.Text = "备忘录";
  229. this.备忘录ToolStripMenuItem.Click += new System.EventHandler(this.备忘录ToolStripMenuItem_Click);
  230. //
  231. // 删除配置文件ToolStripMenuItem
  232. //
  233. this.删除配置文件ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  234. this.删除配置文件ToolStripMenuItem.Name = "删除配置文件ToolStripMenuItem";
  235. this.删除配置文件ToolStripMenuItem.Size = new System.Drawing.Size(176, 26);
  236. this.删除配置文件ToolStripMenuItem.Text = "删除配置文件";
  237. this.删除配置文件ToolStripMenuItem.Click += new System.EventHandler(this.删除配置文件ToolStripMenuItem_Click);
  238. //
  239. // 查看文件ToolStripMenuItem
  240. //
  241. this.查看文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  242. this.合格ToolStripMenuItem,
  243. this.不合格ToolStripMenuItem});
  244. this.查看文件ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  245. this.查看文件ToolStripMenuItem.Name = "查看文件ToolStripMenuItem";
  246. this.查看文件ToolStripMenuItem.Size = new System.Drawing.Size(86, 25);
  247. this.查看文件ToolStripMenuItem.Text = "查看记录";
  248. //
  249. // 合格ToolStripMenuItem
  250. //
  251. this.合格ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  252. this.合格ToolStripMenuItem.Name = "合格ToolStripMenuItem";
  253. this.合格ToolStripMenuItem.Size = new System.Drawing.Size(160, 26);
  254. this.合格ToolStripMenuItem.Text = "合格记录";
  255. this.合格ToolStripMenuItem.Click += new System.EventHandler(this.合格ToolStripMenuItem_Click);
  256. //
  257. // 不合格ToolStripMenuItem
  258. //
  259. this.不合格ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  260. this.不合格ToolStripMenuItem.Name = "不合格ToolStripMenuItem";
  261. this.不合格ToolStripMenuItem.Size = new System.Drawing.Size(160, 26);
  262. this.不合格ToolStripMenuItem.Text = "不合格记录";
  263. this.不合格ToolStripMenuItem.Click += new System.EventHandler(this.不合格ToolStripMenuItem_Click);
  264. //
  265. // groupBox4
  266. //
  267. this.groupBox4.Controls.Add(this.comboBox_cfgFileDate);
  268. this.groupBox4.Controls.Add(this.checkBox_LocalFile);
  269. this.groupBox4.Controls.Add(this.comboBox_File);
  270. this.groupBox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  271. this.groupBox4.Location = new System.Drawing.Point(12, 36);
  272. this.groupBox4.Name = "groupBox4";
  273. this.groupBox4.Size = new System.Drawing.Size(964, 65);
  274. this.groupBox4.TabIndex = 10;
  275. this.groupBox4.TabStop = false;
  276. this.groupBox4.Text = "配置文件";
  277. //
  278. // comboBox_cfgFileDate
  279. //
  280. this.comboBox_cfgFileDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  281. this.comboBox_cfgFileDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  282. this.comboBox_cfgFileDate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  283. this.comboBox_cfgFileDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.comboBox_cfgFileDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  285. this.comboBox_cfgFileDate.FormattingEnabled = true;
  286. this.comboBox_cfgFileDate.ImeMode = System.Windows.Forms.ImeMode.Disable;
  287. this.comboBox_cfgFileDate.Location = new System.Drawing.Point(10, 26);
  288. this.comboBox_cfgFileDate.Name = "comboBox_cfgFileDate";
  289. this.comboBox_cfgFileDate.Size = new System.Drawing.Size(144, 29);
  290. this.comboBox_cfgFileDate.TabIndex = 3;
  291. this.comboBox_cfgFileDate.SelectionChangeCommitted += new System.EventHandler(this.comboBox_cfgFileDate_SelectionChangeCommitted);
  292. //
  293. // checkBox_LocalFile
  294. //
  295. this.checkBox_LocalFile.AutoSize = true;
  296. this.checkBox_LocalFile.Location = new System.Drawing.Point(891, 28);
  297. this.checkBox_LocalFile.Name = "checkBox_LocalFile";
  298. this.checkBox_LocalFile.Size = new System.Drawing.Size(61, 25);
  299. this.checkBox_LocalFile.TabIndex = 2;
  300. this.checkBox_LocalFile.Text = "本地";
  301. this.checkBox_LocalFile.UseVisualStyleBackColor = true;
  302. this.checkBox_LocalFile.CheckedChanged += new System.EventHandler(this.checkBox_LocalFile_CheckedChanged);
  303. //
  304. // comboBox_File
  305. //
  306. this.comboBox_File.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  307. this.comboBox_File.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  308. this.comboBox_File.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  309. this.comboBox_File.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.comboBox_File.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  311. this.comboBox_File.FormattingEnabled = true;
  312. this.comboBox_File.ImeMode = System.Windows.Forms.ImeMode.Disable;
  313. this.comboBox_File.Location = new System.Drawing.Point(160, 26);
  314. this.comboBox_File.Name = "comboBox_File";
  315. this.comboBox_File.Size = new System.Drawing.Size(725, 29);
  316. this.comboBox_File.TabIndex = 1;
  317. this.comboBox_File.SelectionChangeCommitted += new System.EventHandler(this.comboBox_File_SelectionChangeCommitted);
  318. //
  319. // label_SystemTime
  320. //
  321. this.label_SystemTime.AutoSize = true;
  322. this.label_SystemTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.label_SystemTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  324. this.label_SystemTime.Location = new System.Drawing.Point(1066, 787);
  325. this.label_SystemTime.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  326. this.label_SystemTime.Name = "label_SystemTime";
  327. this.label_SystemTime.Size = new System.Drawing.Size(154, 21);
  328. this.label_SystemTime.TabIndex = 11;
  329. this.label_SystemTime.Text = "2020-9-23 12:00:00";
  330. //
  331. // label_NetStatus
  332. //
  333. this.label_NetStatus.BackColor = System.Drawing.Color.Red;
  334. this.label_NetStatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.label_NetStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  336. this.label_NetStatus.Location = new System.Drawing.Point(743, 787);
  337. this.label_NetStatus.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  338. this.label_NetStatus.Name = "label_NetStatus";
  339. this.label_NetStatus.Size = new System.Drawing.Size(313, 21);
  340. this.label_NetStatus.TabIndex = 12;
  341. this.label_NetStatus.Text = "网络连接失败";
  342. this.label_NetStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  343. //
  344. // label2
  345. //
  346. this.label2.AutoSize = true;
  347. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  349. this.label2.Location = new System.Drawing.Point(8, 787);
  350. this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  351. this.label2.Name = "label2";
  352. this.label2.Size = new System.Drawing.Size(423, 21);
  353. this.label2.TabIndex = 13;
  354. this.label2.Text = "Copyright © 2024 MOTINOVA Inc. All Rights Reserved";
  355. //
  356. // label6
  357. //
  358. this.label6.AutoSize = true;
  359. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  360. this.label6.Location = new System.Drawing.Point(150, 28);
  361. this.label6.Name = "label6";
  362. this.label6.Size = new System.Drawing.Size(58, 21);
  363. this.label6.TabIndex = 16;
  364. this.label6.Text = "启动值";
  365. //
  366. // richTextBox_CfgFile
  367. //
  368. this.richTextBox_CfgFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  369. this.richTextBox_CfgFile.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.richTextBox_CfgFile.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  371. this.richTextBox_CfgFile.Location = new System.Drawing.Point(6, 31);
  372. this.richTextBox_CfgFile.Name = "richTextBox_CfgFile";
  373. this.richTextBox_CfgFile.ReadOnly = true;
  374. this.richTextBox_CfgFile.Size = new System.Drawing.Size(253, 555);
  375. this.richTextBox_CfgFile.TabIndex = 1;
  376. this.richTextBox_CfgFile.Text = "";
  377. //
  378. // label5
  379. //
  380. this.label5.AutoSize = true;
  381. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  382. this.label5.Location = new System.Drawing.Point(6, 61);
  383. this.label5.Name = "label5";
  384. this.label5.Size = new System.Drawing.Size(42, 21);
  385. this.label5.TabIndex = 16;
  386. this.label5.Text = "系数";
  387. //
  388. // label3
  389. //
  390. this.label3.AutoSize = true;
  391. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  392. this.label3.Location = new System.Drawing.Point(6, 29);
  393. this.label3.Name = "label3";
  394. this.label3.Size = new System.Drawing.Size(42, 21);
  395. this.label3.TabIndex = 16;
  396. this.label3.Text = "零点";
  397. //
  398. // textBox_TQ_Start
  399. //
  400. this.textBox_TQ_Start.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  401. this.textBox_TQ_Start.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  402. this.textBox_TQ_Start.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  403. this.textBox_TQ_Start.Location = new System.Drawing.Point(214, 25);
  404. this.textBox_TQ_Start.Name = "textBox_TQ_Start";
  405. this.textBox_TQ_Start.ReadOnly = true;
  406. this.textBox_TQ_Start.Size = new System.Drawing.Size(80, 26);
  407. this.textBox_TQ_Start.TabIndex = 15;
  408. this.textBox_TQ_Start.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  409. //
  410. // textBox_TQ_Zero
  411. //
  412. this.textBox_TQ_Zero.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  413. this.textBox_TQ_Zero.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.textBox_TQ_Zero.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  415. this.textBox_TQ_Zero.Location = new System.Drawing.Point(53, 25);
  416. this.textBox_TQ_Zero.Name = "textBox_TQ_Zero";
  417. this.textBox_TQ_Zero.ReadOnly = true;
  418. this.textBox_TQ_Zero.Size = new System.Drawing.Size(80, 26);
  419. this.textBox_TQ_Zero.TabIndex = 15;
  420. this.textBox_TQ_Zero.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  421. //
  422. // textBox_TQ_K
  423. //
  424. this.textBox_TQ_K.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  425. this.textBox_TQ_K.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  426. this.textBox_TQ_K.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  427. this.textBox_TQ_K.Location = new System.Drawing.Point(53, 57);
  428. this.textBox_TQ_K.Name = "textBox_TQ_K";
  429. this.textBox_TQ_K.ReadOnly = true;
  430. this.textBox_TQ_K.Size = new System.Drawing.Size(80, 26);
  431. this.textBox_TQ_K.TabIndex = 15;
  432. this.textBox_TQ_K.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  433. //
  434. // groupBox2
  435. //
  436. this.groupBox2.Controls.Add(this.richTextBox_VerInfo);
  437. this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  438. this.groupBox2.Location = new System.Drawing.Point(12, 192);
  439. this.groupBox2.Name = "groupBox2";
  440. this.groupBox2.Size = new System.Drawing.Size(300, 190);
  441. this.groupBox2.TabIndex = 14;
  442. this.groupBox2.TabStop = false;
  443. this.groupBox2.Text = "电机信息";
  444. //
  445. // richTextBox_VerInfo
  446. //
  447. this.richTextBox_VerInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  448. this.richTextBox_VerInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  449. this.richTextBox_VerInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  450. this.richTextBox_VerInfo.Location = new System.Drawing.Point(10, 28);
  451. this.richTextBox_VerInfo.Name = "richTextBox_VerInfo";
  452. this.richTextBox_VerInfo.ReadOnly = true;
  453. this.richTextBox_VerInfo.Size = new System.Drawing.Size(284, 150);
  454. this.richTextBox_VerInfo.TabIndex = 1;
  455. this.richTextBox_VerInfo.Text = "MODEL:\nSN:\nHW:\nFW:\nSPEICAL:\nTE:";
  456. //
  457. // richTextBox_ReadCfg
  458. //
  459. this.richTextBox_ReadCfg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  460. this.richTextBox_ReadCfg.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  461. this.richTextBox_ReadCfg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  462. this.richTextBox_ReadCfg.Location = new System.Drawing.Point(6, 31);
  463. this.richTextBox_ReadCfg.Name = "richTextBox_ReadCfg";
  464. this.richTextBox_ReadCfg.ReadOnly = true;
  465. this.richTextBox_ReadCfg.Size = new System.Drawing.Size(253, 555);
  466. this.richTextBox_ReadCfg.TabIndex = 1;
  467. this.richTextBox_ReadCfg.Text = "";
  468. //
  469. // groupBox3
  470. //
  471. this.groupBox3.Controls.Add(this.richTextBox_TestRecord);
  472. this.groupBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  473. this.groupBox3.Location = new System.Drawing.Point(860, 192);
  474. this.groupBox3.Name = "groupBox3";
  475. this.groupBox3.Size = new System.Drawing.Size(362, 592);
  476. this.groupBox3.TabIndex = 14;
  477. this.groupBox3.TabStop = false;
  478. this.groupBox3.Text = "检验记录";
  479. //
  480. // richTextBox_TestRecord
  481. //
  482. this.richTextBox_TestRecord.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  483. this.richTextBox_TestRecord.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  484. this.richTextBox_TestRecord.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  485. this.richTextBox_TestRecord.Location = new System.Drawing.Point(6, 31);
  486. this.richTextBox_TestRecord.Name = "richTextBox_TestRecord";
  487. this.richTextBox_TestRecord.ReadOnly = true;
  488. this.richTextBox_TestRecord.Size = new System.Drawing.Size(350, 555);
  489. this.richTextBox_TestRecord.TabIndex = 1;
  490. this.richTextBox_TestRecord.Text = "";
  491. //
  492. // label_error_code
  493. //
  494. this.label_error_code.BackColor = System.Drawing.Color.Green;
  495. this.label_error_code.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  496. this.label_error_code.Location = new System.Drawing.Point(590, 152);
  497. this.label_error_code.Name = "label_error_code";
  498. this.label_error_code.Size = new System.Drawing.Size(105, 30);
  499. this.label_error_code.TabIndex = 3;
  500. this.label_error_code.Text = "无故障";
  501. this.label_error_code.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  502. this.label_error_code.MouseHover += new System.EventHandler(this.label_error_code_MouseHover);
  503. //
  504. // label1
  505. //
  506. this.label1.AutoSize = true;
  507. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  508. this.label1.Location = new System.Drawing.Point(613, 115);
  509. this.label1.Name = "label1";
  510. this.label1.Size = new System.Drawing.Size(58, 21);
  511. this.label1.TabIndex = 0;
  512. this.label1.Text = "故障码";
  513. //
  514. // label4
  515. //
  516. this.label4.AutoSize = true;
  517. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  518. this.label4.Location = new System.Drawing.Point(26, 24);
  519. this.label4.Name = "label4";
  520. this.label4.Size = new System.Drawing.Size(218, 21);
  521. this.label4.TabIndex = 16;
  522. this.label4.Text = "扫码或手动填入电机打标信息";
  523. //
  524. // textBox_PDinfo
  525. //
  526. this.textBox_PDinfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  527. this.textBox_PDinfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  528. this.textBox_PDinfo.ImeMode = System.Windows.Forms.ImeMode.Disable;
  529. this.textBox_PDinfo.Location = new System.Drawing.Point(10, 50);
  530. this.textBox_PDinfo.Name = "textBox_PDinfo";
  531. this.textBox_PDinfo.Size = new System.Drawing.Size(250, 29);
  532. this.textBox_PDinfo.TabIndex = 15;
  533. this.textBox_PDinfo.Click += new System.EventHandler(this.textBox_PDinfo_Click);
  534. this.textBox_PDinfo.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox_PDinfo_KeyUp);
  535. //
  536. // groupBox5
  537. //
  538. this.groupBox5.Controls.Add(this.button_Start);
  539. this.groupBox5.Controls.Add(this.label4);
  540. this.groupBox5.Controls.Add(this.textBox_PDinfo);
  541. this.groupBox5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  542. this.groupBox5.Location = new System.Drawing.Point(12, 103);
  543. this.groupBox5.Name = "groupBox5";
  544. this.groupBox5.Size = new System.Drawing.Size(378, 86);
  545. this.groupBox5.TabIndex = 17;
  546. this.groupBox5.TabStop = false;
  547. this.groupBox5.Text = "操作";
  548. //
  549. // button_Start
  550. //
  551. this.button_Start.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  552. this.button_Start.ForeColor = System.Drawing.Color.White;
  553. this.button_Start.Location = new System.Drawing.Point(266, 22);
  554. this.button_Start.Name = "button_Start";
  555. this.button_Start.Size = new System.Drawing.Size(102, 57);
  556. this.button_Start.TabIndex = 17;
  557. this.button_Start.Text = "开始\r\n测试";
  558. this.button_Start.UseVisualStyleBackColor = false;
  559. this.button_Start.Click += new System.EventHandler(this.button_Start_Click);
  560. //
  561. // label32
  562. //
  563. this.label32.AutoSize = true;
  564. this.label32.BackColor = System.Drawing.Color.White;
  565. this.label32.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. this.label32.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  567. this.label32.Location = new System.Drawing.Point(409, 125);
  568. this.label32.Name = "label32";
  569. this.label32.Size = new System.Drawing.Size(58, 21);
  570. this.label32.TabIndex = 18;
  571. this.label32.Text = "流水号";
  572. this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  573. this.label32.DoubleClick += new System.EventHandler(this.label32_DoubleClick);
  574. //
  575. // label_SerialNum
  576. //
  577. this.label_SerialNum.BackColor = System.Drawing.Color.White;
  578. this.label_SerialNum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. this.label_SerialNum.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  580. this.label_SerialNum.Location = new System.Drawing.Point(398, 152);
  581. this.label_SerialNum.Name = "label_SerialNum";
  582. this.label_SerialNum.Size = new System.Drawing.Size(80, 29);
  583. this.label_SerialNum.TabIndex = 19;
  584. this.label_SerialNum.Text = "0";
  585. this.label_SerialNum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  586. //
  587. // label_Step
  588. //
  589. this.label_Step.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  590. this.label_Step.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  591. this.label_Step.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  592. this.label_Step.Location = new System.Drawing.Point(860, 115);
  593. this.label_Step.Name = "label_Step";
  594. this.label_Step.Size = new System.Drawing.Size(362, 67);
  595. this.label_Step.TabIndex = 18;
  596. this.label_Step.Text = "准备就绪";
  597. this.label_Step.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  598. //
  599. // label_Result
  600. //
  601. this.label_Result.BackColor = System.Drawing.Color.Red;
  602. this.label_Result.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  603. this.label_Result.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  604. this.label_Result.Location = new System.Drawing.Point(698, 115);
  605. this.label_Result.Name = "label_Result";
  606. this.label_Result.Size = new System.Drawing.Size(156, 67);
  607. this.label_Result.TabIndex = 19;
  608. this.label_Result.Text = "不合格";
  609. this.label_Result.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  610. //
  611. // timer1
  612. //
  613. this.timer1.Interval = 20;
  614. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  615. //
  616. // timer2
  617. //
  618. this.timer2.Interval = 1000;
  619. this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  620. //
  621. // groupBox7
  622. //
  623. this.groupBox7.Controls.Add(this.label8);
  624. this.groupBox7.Controls.Add(this.textBox_TQ_K_Sqrd);
  625. this.groupBox7.Controls.Add(this.label3);
  626. this.groupBox7.Controls.Add(this.label6);
  627. this.groupBox7.Controls.Add(this.textBox_TQ_Start);
  628. this.groupBox7.Controls.Add(this.textBox_TQ_K);
  629. this.groupBox7.Controls.Add(this.label5);
  630. this.groupBox7.Controls.Add(this.textBox_TQ_Zero);
  631. this.groupBox7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  632. this.groupBox7.Location = new System.Drawing.Point(12, 384);
  633. this.groupBox7.Name = "groupBox7";
  634. this.groupBox7.Size = new System.Drawing.Size(300, 90);
  635. this.groupBox7.TabIndex = 14;
  636. this.groupBox7.TabStop = false;
  637. this.groupBox7.Text = "力矩传感器参数范围";
  638. //
  639. // label8
  640. //
  641. this.label8.AutoSize = true;
  642. this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  643. this.label8.Location = new System.Drawing.Point(150, 60);
  644. this.label8.Name = "label8";
  645. this.label8.Size = new System.Drawing.Size(58, 21);
  646. this.label8.TabIndex = 18;
  647. this.label8.Text = "标准差";
  648. //
  649. // textBox_TQ_K_Sqrd
  650. //
  651. this.textBox_TQ_K_Sqrd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  652. this.textBox_TQ_K_Sqrd.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  653. this.textBox_TQ_K_Sqrd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  654. this.textBox_TQ_K_Sqrd.Location = new System.Drawing.Point(214, 57);
  655. this.textBox_TQ_K_Sqrd.Name = "textBox_TQ_K_Sqrd";
  656. this.textBox_TQ_K_Sqrd.ReadOnly = true;
  657. this.textBox_TQ_K_Sqrd.Size = new System.Drawing.Size(80, 26);
  658. this.textBox_TQ_K_Sqrd.TabIndex = 17;
  659. this.textBox_TQ_K_Sqrd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  660. //
  661. // groupBox1
  662. //
  663. this.groupBox1.Controls.Add(this.richTextBox_TQ);
  664. this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  665. this.groupBox1.Location = new System.Drawing.Point(12, 480);
  666. this.groupBox1.Name = "groupBox1";
  667. this.groupBox1.Size = new System.Drawing.Size(300, 304);
  668. this.groupBox1.TabIndex = 14;
  669. this.groupBox1.TabStop = false;
  670. this.groupBox1.Text = "力矩传感器标定结果";
  671. //
  672. // richTextBox_TQ
  673. //
  674. this.richTextBox_TQ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  675. this.richTextBox_TQ.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  676. this.richTextBox_TQ.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  677. this.richTextBox_TQ.Location = new System.Drawing.Point(10, 28);
  678. this.richTextBox_TQ.Name = "richTextBox_TQ";
  679. this.richTextBox_TQ.ReadOnly = true;
  680. this.richTextBox_TQ.Size = new System.Drawing.Size(284, 270);
  681. this.richTextBox_TQ.TabIndex = 1;
  682. this.richTextBox_TQ.Text = "零点1:\n\n零点2:\n\n零点3:\n\n校正系数1:\n校正系数2:\n校正系数3:\n启动值:";
  683. //
  684. // groupBox6
  685. //
  686. this.groupBox6.Controls.Add(this.richTextBox_ReadCfg);
  687. this.groupBox6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  688. this.groupBox6.Location = new System.Drawing.Point(589, 192);
  689. this.groupBox6.Name = "groupBox6";
  690. this.groupBox6.Size = new System.Drawing.Size(265, 592);
  691. this.groupBox6.TabIndex = 14;
  692. this.groupBox6.TabStop = false;
  693. this.groupBox6.Text = "电机配置导出(从电机导出)";
  694. //
  695. // groupBox8
  696. //
  697. this.groupBox8.Controls.Add(this.richTextBox_CfgFile);
  698. this.groupBox8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  699. this.groupBox8.Location = new System.Drawing.Point(318, 192);
  700. this.groupBox8.Name = "groupBox8";
  701. this.groupBox8.Size = new System.Drawing.Size(265, 592);
  702. this.groupBox8.TabIndex = 14;
  703. this.groupBox8.TabStop = false;
  704. this.groupBox8.Text = "电机配置信息(根据订单生成)";
  705. //
  706. // pictureBox2
  707. //
  708. this.pictureBox2.Image = global::MOTINOVA_Motor_Factory_Set.Properties.Resources._836618239619717251;
  709. this.pictureBox2.Location = new System.Drawing.Point(993, 54);
  710. this.pictureBox2.Name = "pictureBox2";
  711. this.pictureBox2.Size = new System.Drawing.Size(83, 43);
  712. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  713. this.pictureBox2.TabIndex = 31;
  714. this.pictureBox2.TabStop = false;
  715. //
  716. // pictureBox1
  717. //
  718. this.pictureBox1.Image = global::MOTINOVA_Motor_Factory_Set.Properties.Resources.title1;
  719. this.pictureBox1.Location = new System.Drawing.Point(1085, 64);
  720. this.pictureBox1.Name = "pictureBox1";
  721. this.pictureBox1.Size = new System.Drawing.Size(136, 33);
  722. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  723. this.pictureBox1.TabIndex = 30;
  724. this.pictureBox1.TabStop = false;
  725. //
  726. // label_TestUser
  727. //
  728. this.label_TestUser.AutoSize = true;
  729. this.label_TestUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  730. this.label_TestUser.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  731. this.label_TestUser.Location = new System.Drawing.Point(869, 6);
  732. this.label_TestUser.Name = "label_TestUser";
  733. this.label_TestUser.Size = new System.Drawing.Size(114, 21);
  734. this.label_TestUser.TabIndex = 36;
  735. this.label_TestUser.Text = "测试员:XXXX";
  736. //
  737. // label31
  738. //
  739. this.label31.BackColor = System.Drawing.Color.Silver;
  740. this.label31.Location = new System.Drawing.Point(861, 6);
  741. this.label31.Name = "label31";
  742. this.label31.Size = new System.Drawing.Size(1, 20);
  743. this.label31.TabIndex = 37;
  744. //
  745. // label7
  746. //
  747. this.label7.AutoSize = true;
  748. this.label7.BackColor = System.Drawing.Color.White;
  749. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  750. this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  751. this.label7.Location = new System.Drawing.Point(496, 125);
  752. this.label7.Name = "label7";
  753. this.label7.Size = new System.Drawing.Size(74, 21);
  754. this.label7.TabIndex = 38;
  755. this.label7.Text = "合格计数";
  756. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  757. //
  758. // label_OK_Count
  759. //
  760. this.label_OK_Count.BackColor = System.Drawing.Color.White;
  761. this.label_OK_Count.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  762. this.label_OK_Count.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  763. this.label_OK_Count.Location = new System.Drawing.Point(493, 152);
  764. this.label_OK_Count.Name = "label_OK_Count";
  765. this.label_OK_Count.Size = new System.Drawing.Size(80, 29);
  766. this.label_OK_Count.TabIndex = 39;
  767. this.label_OK_Count.Text = "0";
  768. this.label_OK_Count.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  769. //
  770. // label_Ver
  771. //
  772. this.label_Ver.AutoSize = true;
  773. this.label_Ver.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  774. this.label_Ver.Location = new System.Drawing.Point(439, 787);
  775. this.label_Ver.Name = "label_Ver";
  776. this.label_Ver.Size = new System.Drawing.Size(91, 21);
  777. this.label_Ver.TabIndex = 40;
  778. this.label_Ver.Text = "Ver: V1.8.0";
  779. //
  780. // CheckForm
  781. //
  782. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  783. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  784. this.BackColor = System.Drawing.Color.White;
  785. this.ClientSize = new System.Drawing.Size(1234, 817);
  786. this.Controls.Add(this.label_Ver);
  787. this.Controls.Add(this.label7);
  788. this.Controls.Add(this.label_OK_Count);
  789. this.Controls.Add(this.label32);
  790. this.Controls.Add(this.label_SerialNum);
  791. this.Controls.Add(this.label31);
  792. this.Controls.Add(this.label_TestUser);
  793. this.Controls.Add(this.pictureBox2);
  794. this.Controls.Add(this.pictureBox1);
  795. this.Controls.Add(this.label_error_code);
  796. this.Controls.Add(this.groupBox6);
  797. this.Controls.Add(this.groupBox1);
  798. this.Controls.Add(this.groupBox8);
  799. this.Controls.Add(this.label1);
  800. this.Controls.Add(this.groupBox7);
  801. this.Controls.Add(this.label_Step);
  802. this.Controls.Add(this.label_Result);
  803. this.Controls.Add(this.groupBox5);
  804. this.Controls.Add(this.groupBox3);
  805. this.Controls.Add(this.groupBox2);
  806. this.Controls.Add(this.label_SystemTime);
  807. this.Controls.Add(this.label_NetStatus);
  808. this.Controls.Add(this.label2);
  809. this.Controls.Add(this.groupBox4);
  810. this.Controls.Add(this.menuStrip1);
  811. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  812. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  813. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  814. this.MainMenuStrip = this.menuStrip1;
  815. this.Margin = new System.Windows.Forms.Padding(5);
  816. this.MaximizeBox = false;
  817. this.Name = "CheckForm";
  818. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  819. this.Text = "检验模式";
  820. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CheckForm_FormClosing);
  821. this.Load += new System.EventHandler(this.CheckForm_Load);
  822. this.menuStrip1.ResumeLayout(false);
  823. this.menuStrip1.PerformLayout();
  824. this.groupBox4.ResumeLayout(false);
  825. this.groupBox4.PerformLayout();
  826. this.groupBox2.ResumeLayout(false);
  827. this.groupBox3.ResumeLayout(false);
  828. this.groupBox5.ResumeLayout(false);
  829. this.groupBox5.PerformLayout();
  830. this.groupBox7.ResumeLayout(false);
  831. this.groupBox7.PerformLayout();
  832. this.groupBox1.ResumeLayout(false);
  833. this.groupBox6.ResumeLayout(false);
  834. this.groupBox8.ResumeLayout(false);
  835. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  836. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  837. this.ResumeLayout(false);
  838. this.PerformLayout();
  839. }
  840. #endregion
  841. private System.Windows.Forms.MenuStrip menuStrip1;
  842. private System.Windows.Forms.GroupBox groupBox4;
  843. private System.Windows.Forms.ComboBox comboBox_File;
  844. private System.Windows.Forms.Label label_SystemTime;
  845. public System.Windows.Forms.Label label_NetStatus;
  846. private System.Windows.Forms.Label label2;
  847. private System.Windows.Forms.GroupBox groupBox2;
  848. private System.Windows.Forms.GroupBox groupBox3;
  849. private System.Windows.Forms.Label label4;
  850. private System.Windows.Forms.TextBox textBox_PDinfo;
  851. private System.Windows.Forms.GroupBox groupBox5;
  852. private System.Windows.Forms.Button button_Start;
  853. private System.Windows.Forms.Label label_Step;
  854. private System.Windows.Forms.Label label_Result;
  855. private System.Windows.Forms.Label label1;
  856. private System.Windows.Forms.RichTextBox richTextBox_CfgFile;
  857. private System.Windows.Forms.RichTextBox richTextBox_ReadCfg;
  858. private System.Windows.Forms.RichTextBox richTextBox_TestRecord;
  859. private System.Windows.Forms.Label label_error_code;
  860. private System.Windows.Forms.Timer timer2;
  861. private System.Windows.Forms.ComboBox comboBox_cfgFileDate;
  862. public System.Windows.Forms.CheckBox checkBox_LocalFile;
  863. private System.Windows.Forms.Label label6;
  864. private System.Windows.Forms.Label label5;
  865. private System.Windows.Forms.TextBox textBox_TQ_Start;
  866. private System.Windows.Forms.TextBox textBox_TQ_K;
  867. private System.Windows.Forms.TextBox textBox_TQ_Zero;
  868. private System.Windows.Forms.Label label3;
  869. private System.Windows.Forms.RichTextBox richTextBox_VerInfo;
  870. private System.Windows.Forms.GroupBox groupBox7;
  871. private System.Windows.Forms.GroupBox groupBox1;
  872. private System.Windows.Forms.RichTextBox richTextBox_TQ;
  873. private System.Windows.Forms.GroupBox groupBox6;
  874. private System.Windows.Forms.Label label32;
  875. private System.Windows.Forms.Label label_SerialNum;
  876. private System.Windows.Forms.GroupBox groupBox8;
  877. private System.Windows.Forms.Button button1;
  878. public System.Windows.Forms.Timer timer1;
  879. private System.Windows.Forms.PictureBox pictureBox2;
  880. private System.Windows.Forms.PictureBox pictureBox1;
  881. private System.Windows.Forms.ToolStripMenuItem 工具箱ToolStripMenuItem;
  882. private System.Windows.Forms.ToolStripMenuItem 屏幕键盘ToolStripMenuItem;
  883. private System.Windows.Forms.ToolStripMenuItem 设置ToolStripMenuItem;
  884. private System.Windows.Forms.ToolStripMenuItem 端口设置ToolStripMenuItem;
  885. private System.Windows.Forms.ToolStripMenuItem 系统开关ToolStripMenuItem;
  886. private System.Windows.Forms.ToolStripMenuItem 开ToolStripMenuItem;
  887. private System.Windows.Forms.ToolStripMenuItem 关ToolStripMenuItem;
  888. private System.Windows.Forms.ToolStripMenuItem 查看文件ToolStripMenuItem;
  889. private System.Windows.Forms.ToolStripMenuItem 合格ToolStripMenuItem;
  890. private System.Windows.Forms.ToolStripMenuItem 不合格ToolStripMenuItem;
  891. private System.Windows.Forms.Label label_TestUser;
  892. private System.Windows.Forms.Label label31;
  893. private System.Windows.Forms.Label label7;
  894. private System.Windows.Forms.Label label_OK_Count;
  895. private System.Windows.Forms.ToolStripMenuItem 功能选择ToolStripMenuItem;
  896. private System.Windows.Forms.ToolStripMenuItem 运行测试ToolStripMenuItem;
  897. private System.Windows.Forms.ToolStripMenuItem 运行测试执行ToolStripMenuItem;
  898. private System.Windows.Forms.ToolStripMenuItem 运行测试不执行ToolStripMenuItem;
  899. private System.Windows.Forms.Label label8;
  900. private System.Windows.Forms.TextBox textBox_TQ_K_Sqrd;
  901. private System.Windows.Forms.ToolStripMenuItem 备忘录ToolStripMenuItem;
  902. private System.Windows.Forms.Label label_Ver;
  903. private System.Windows.Forms.ToolStripMenuItem 删除配置文件ToolStripMenuItem;
  904. }
  905. }