CheckForm.Designer.cs 49 KB

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