CheckForm.Designer.cs 57 KB

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