CheckForm.Designer.cs 56 KB

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