CheckForm.Designer.cs 43 KB

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