CheckForm.Designer.cs 41 KB

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