CheckForm.Designer.cs 43 KB

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