ImportForm.Designer.cs 103 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762
  1. namespace MOTINOVA_Motor_Factory_Set
  2. {
  3. partial class ImportForm
  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(ImportForm));
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label_SystemTime = new System.Windows.Forms.Label();
  32. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  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.bMS通信检测ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  46. this.BMS检测执行ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  47. this.BMS检测不执行ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  48. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  49. this.只写入参数ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  50. this.工具箱ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  51. this.屏幕键盘ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  52. this.查看文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  53. this.合格ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  54. this.不合格ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  55. this.groupBox4 = new System.Windows.Forms.GroupBox();
  56. this.checkBox_LocalFile = new System.Windows.Forms.CheckBox();
  57. this.comboBox_cfgFileDate = new System.Windows.Forms.ComboBox();
  58. this.comboBox_File = new System.Windows.Forms.ComboBox();
  59. this.groupBox1 = new System.Windows.Forms.GroupBox();
  60. this.label30 = new System.Windows.Forms.Label();
  61. this.label_Boot_Version = new System.Windows.Forms.Label();
  62. this.label29 = new System.Windows.Forms.Label();
  63. this.label_Sensor_Break2 = new System.Windows.Forms.Label();
  64. this.label_ErrorInfo = new System.Windows.Forms.Label();
  65. this.label26 = new System.Windows.Forms.Label();
  66. this.label24 = new System.Windows.Forms.Label();
  67. this.label36 = new System.Windows.Forms.Label();
  68. this.label20 = new System.Windows.Forms.Label();
  69. this.label18 = new System.Windows.Forms.Label();
  70. this.label37 = new System.Windows.Forms.Label();
  71. this.label35 = new System.Windows.Forms.Label();
  72. this.label46 = new System.Windows.Forms.Label();
  73. this.label43 = new System.Windows.Forms.Label();
  74. this.label41 = new System.Windows.Forms.Label();
  75. this.label39 = new System.Windows.Forms.Label();
  76. this.label33 = new System.Windows.Forms.Label();
  77. this.label_sensor_coil_temp = new System.Windows.Forms.Label();
  78. this.label_sensor_cadence = new System.Windows.Forms.Label();
  79. this.label_sensor_MCU_temp = new System.Windows.Forms.Label();
  80. this.label28 = new System.Windows.Forms.Label();
  81. this.label_sensor_PCB_temp = new System.Windows.Forms.Label();
  82. this.label_sensor_cur = new System.Windows.Forms.Label();
  83. this.label_sensor_speed = new System.Windows.Forms.Label();
  84. this.label22 = new System.Windows.Forms.Label();
  85. this.label6 = new System.Windows.Forms.Label();
  86. this.label16 = new System.Windows.Forms.Label();
  87. this.label_sensor_vol = new System.Windows.Forms.Label();
  88. this.label14 = new System.Windows.Forms.Label();
  89. this.label_Sensor_Gas = new System.Windows.Forms.Label();
  90. this.label_sensor_motor = new System.Windows.Forms.Label();
  91. this.label_Sensor_Break1 = new System.Windows.Forms.Label();
  92. this.label_BMS_COM = new System.Windows.Forms.Label();
  93. this.label_FW_Version = new System.Windows.Forms.Label();
  94. this.label_sta_light = new System.Windows.Forms.Label();
  95. this.label_Sta_Write = new System.Windows.Forms.Label();
  96. this.label_error_code = new System.Windows.Forms.Label();
  97. this.label_Sta_Clear = new System.Windows.Forms.Label();
  98. this.label7 = new System.Windows.Forms.Label();
  99. this.label12 = new System.Windows.Forms.Label();
  100. this.groupBox2 = new System.Windows.Forms.GroupBox();
  101. this.label_OK_Count = new System.Windows.Forms.Label();
  102. this.label5 = new System.Windows.Forms.Label();
  103. this.label8 = new System.Windows.Forms.Label();
  104. this.label3 = new System.Windows.Forms.Label();
  105. this.label_SerialNum = new System.Windows.Forms.Label();
  106. this.radioButton_Light_NG = new System.Windows.Forms.RadioButton();
  107. this.button_Walk = new System.Windows.Forms.Button();
  108. this.radioButton_Light_OK = new System.Windows.Forms.RadioButton();
  109. this.button_LightCtl = new System.Windows.Forms.Button();
  110. this.label4 = new System.Windows.Forms.Label();
  111. this.textBox_PDinfo = new System.Windows.Forms.TextBox();
  112. this.button_Start = new System.Windows.Forms.Button();
  113. this.button_Check_Ver = new System.Windows.Forms.Button();
  114. this.groupBox11 = new System.Windows.Forms.GroupBox();
  115. this.richTextBox_Ver = new System.Windows.Forms.RichTextBox();
  116. this.groupBox9 = new System.Windows.Forms.GroupBox();
  117. this.textBox_Dir = new System.Windows.Forms.TextBox();
  118. this.textBox_Cadence = new System.Windows.Forms.TextBox();
  119. this.textBox_Torque = new System.Windows.Forms.TextBox();
  120. this.textBox_MotorSpeed = new System.Windows.Forms.TextBox();
  121. this.textBox_MCU = new System.Windows.Forms.TextBox();
  122. this.textBox_Cur = new System.Windows.Forms.TextBox();
  123. this.textBox_Coil = new System.Windows.Forms.TextBox();
  124. this.textBox_Vol = new System.Windows.Forms.TextBox();
  125. this.label1 = new System.Windows.Forms.Label();
  126. this.textBox_PCB = new System.Windows.Forms.TextBox();
  127. this.textBox_BikeSpeed = new System.Windows.Forms.TextBox();
  128. this.label_Torque = new System.Windows.Forms.Label();
  129. this.label_Cadence = new System.Windows.Forms.Label();
  130. this.label_MotorSpeed = new System.Windows.Forms.Label();
  131. this.label_Current = new System.Windows.Forms.Label();
  132. this.label_Vol = new System.Windows.Forms.Label();
  133. this.label_NTC_MCU = new System.Windows.Forms.Label();
  134. this.label_NTC_Coil = new System.Windows.Forms.Label();
  135. this.label_NTC_PCB = new System.Windows.Forms.Label();
  136. this.label_BikeSpeed = new System.Windows.Forms.Label();
  137. this.label21 = new System.Windows.Forms.Label();
  138. this.label19 = new System.Windows.Forms.Label();
  139. this.label17 = new System.Windows.Forms.Label();
  140. this.label15 = new System.Windows.Forms.Label();
  141. this.label13 = new System.Windows.Forms.Label();
  142. this.label11 = new System.Windows.Forms.Label();
  143. this.label27 = new System.Windows.Forms.Label();
  144. this.label25 = new System.Windows.Forms.Label();
  145. this.label23 = new System.Windows.Forms.Label();
  146. this.label9 = new System.Windows.Forms.Label();
  147. this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
  148. this.timer1 = new System.Windows.Forms.Timer(this.components);
  149. this.timer2 = new System.Windows.Forms.Timer(this.components);
  150. this.richTextBox_CfgFile = new System.Windows.Forms.RichTextBox();
  151. this.groupBox3 = new System.Windows.Forms.GroupBox();
  152. this.richTextBox_TestRecord = new System.Windows.Forms.RichTextBox();
  153. this.label_Step = new System.Windows.Forms.Label();
  154. this.label_Result = new System.Windows.Forms.Label();
  155. this.label_NetStatus = new System.Windows.Forms.Label();
  156. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  157. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  158. this.label_TestFun = new System.Windows.Forms.Label();
  159. this.label_TestUser = new System.Windows.Forms.Label();
  160. this.label31 = new System.Windows.Forms.Label();
  161. this.menuStrip1.SuspendLayout();
  162. this.groupBox4.SuspendLayout();
  163. this.groupBox1.SuspendLayout();
  164. this.groupBox2.SuspendLayout();
  165. this.groupBox11.SuspendLayout();
  166. this.groupBox9.SuspendLayout();
  167. this.groupBox3.SuspendLayout();
  168. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  169. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  170. this.SuspendLayout();
  171. //
  172. // label2
  173. //
  174. this.label2.AutoSize = true;
  175. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  177. this.label2.Location = new System.Drawing.Point(8, 791);
  178. this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  179. this.label2.Name = "label2";
  180. this.label2.Size = new System.Drawing.Size(423, 21);
  181. this.label2.TabIndex = 3;
  182. this.label2.Text = "Copyright © 2022 MOTINOVA Inc. All Rights Reserved";
  183. //
  184. // label_SystemTime
  185. //
  186. this.label_SystemTime.AutoSize = true;
  187. this.label_SystemTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.label_SystemTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  189. this.label_SystemTime.Location = new System.Drawing.Point(1070, 791);
  190. this.label_SystemTime.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  191. this.label_SystemTime.Name = "label_SystemTime";
  192. this.label_SystemTime.Size = new System.Drawing.Size(154, 21);
  193. this.label_SystemTime.TabIndex = 3;
  194. this.label_SystemTime.Text = "2020-9-23 12:00:00";
  195. //
  196. // menuStrip1
  197. //
  198. this.menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  199. this.menuStrip1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  201. this.设置ToolStripMenuItem,
  202. this.功能设置ToolStripMenuItem,
  203. this.工具箱ToolStripMenuItem,
  204. this.查看文件ToolStripMenuItem});
  205. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  206. this.menuStrip1.Name = "menuStrip1";
  207. this.menuStrip1.Size = new System.Drawing.Size(1230, 29);
  208. this.menuStrip1.TabIndex = 7;
  209. this.menuStrip1.Text = "端口设置";
  210. //
  211. // 设置ToolStripMenuItem
  212. //
  213. this.设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  214. this.端口选择ToolStripMenuItem,
  215. this.系统开关ToolStripMenuItem});
  216. this.设置ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  217. this.设置ToolStripMenuItem.Name = "设置ToolStripMenuItem";
  218. this.设置ToolStripMenuItem.Size = new System.Drawing.Size(54, 25);
  219. this.设置ToolStripMenuItem.Text = "设置";
  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)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  235. this.系统开关ToolStripMenuItem.Name = "系统开关ToolStripMenuItem";
  236. this.系统开关ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
  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(96, 26);
  244. this.开ToolStripMenuItem.Text = "开";
  245. this.开ToolStripMenuItem.Click += new System.EventHandler(this.开ToolStripMenuItem_Click);
  246. //
  247. // 关ToolStripMenuItem
  248. //
  249. this.关ToolStripMenuItem.Checked = true;
  250. this.关ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
  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(96, 26);
  254. this.关ToolStripMenuItem.Text = "关";
  255. this.关ToolStripMenuItem.Click += new System.EventHandler(this.关ToolStripMenuItem_Click);
  256. //
  257. // 功能设置ToolStripMenuItem
  258. //
  259. this.功能设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  260. this.推行测试ToolStripMenuItem,
  261. this.系统清除ToolStripMenuItem,
  262. this.bMS通信检测ToolStripMenuItem,
  263. this.toolStripSeparator1,
  264. this.只写入参数ToolStripMenuItem});
  265. this.功能设置ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  266. this.功能设置ToolStripMenuItem.Name = "功能设置ToolStripMenuItem";
  267. this.功能设置ToolStripMenuItem.Size = new System.Drawing.Size(86, 25);
  268. this.功能设置ToolStripMenuItem.Text = "功能选择";
  269. //
  270. // 推行测试ToolStripMenuItem
  271. //
  272. this.推行测试ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  273. this.推行测试执行ToolStripMenuItem,
  274. this.推行测试不执行ToolStripMenuItem});
  275. this.推行测试ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  276. this.推行测试ToolStripMenuItem.Name = "推行测试ToolStripMenuItem";
  277. this.推行测试ToolStripMenuItem.Size = new System.Drawing.Size(179, 26);
  278. this.推行测试ToolStripMenuItem.Text = "推行测试";
  279. //
  280. // 推行测试执行ToolStripMenuItem
  281. //
  282. this.推行测试执行ToolStripMenuItem.Checked = true;
  283. this.推行测试执行ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
  284. this.推行测试执行ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  285. this.推行测试执行ToolStripMenuItem.Name = "推行测试执行ToolStripMenuItem";
  286. this.推行测试执行ToolStripMenuItem.Size = new System.Drawing.Size(128, 26);
  287. this.推行测试执行ToolStripMenuItem.Text = "执行";
  288. this.推行测试执行ToolStripMenuItem.Click += new System.EventHandler(this.推行测试执行ToolStripMenuItem_Click);
  289. //
  290. // 推行测试不执行ToolStripMenuItem
  291. //
  292. this.推行测试不执行ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  293. this.推行测试不执行ToolStripMenuItem.Name = "推行测试不执行ToolStripMenuItem";
  294. this.推行测试不执行ToolStripMenuItem.Size = new System.Drawing.Size(128, 26);
  295. this.推行测试不执行ToolStripMenuItem.Text = "不执行";
  296. this.推行测试不执行ToolStripMenuItem.Click += new System.EventHandler(this.推行测试不执行ToolStripMenuItem_Click);
  297. //
  298. // 系统清除ToolStripMenuItem
  299. //
  300. this.系统清除ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  301. this.系统清除执行ToolStripMenuItem,
  302. this.系统清除不执行ToolStripMenuItem});
  303. this.系统清除ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  304. this.系统清除ToolStripMenuItem.Name = "系统清除ToolStripMenuItem";
  305. this.系统清除ToolStripMenuItem.Size = new System.Drawing.Size(179, 26);
  306. this.系统清除ToolStripMenuItem.Text = "系统清除";
  307. //
  308. // 系统清除执行ToolStripMenuItem
  309. //
  310. this.系统清除执行ToolStripMenuItem.Checked = true;
  311. this.系统清除执行ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
  312. this.系统清除执行ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  313. this.系统清除执行ToolStripMenuItem.Name = "系统清除执行ToolStripMenuItem";
  314. this.系统清除执行ToolStripMenuItem.Size = new System.Drawing.Size(128, 26);
  315. this.系统清除执行ToolStripMenuItem.Text = "执行";
  316. this.系统清除执行ToolStripMenuItem.Click += new System.EventHandler(this.系统清除执行ToolStripMenuItem_Click);
  317. //
  318. // 系统清除不执行ToolStripMenuItem
  319. //
  320. this.系统清除不执行ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  321. this.系统清除不执行ToolStripMenuItem.Name = "系统清除不执行ToolStripMenuItem";
  322. this.系统清除不执行ToolStripMenuItem.Size = new System.Drawing.Size(128, 26);
  323. this.系统清除不执行ToolStripMenuItem.Text = "不执行";
  324. this.系统清除不执行ToolStripMenuItem.Click += new System.EventHandler(this.系统清除不执行ToolStripMenuItem_Click);
  325. //
  326. // bMS通信检测ToolStripMenuItem
  327. //
  328. this.bMS通信检测ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  329. this.BMS检测执行ToolStripMenuItem1,
  330. this.BMS检测不执行ToolStripMenuItem1});
  331. this.bMS通信检测ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  332. this.bMS通信检测ToolStripMenuItem.Name = "bMS通信检测ToolStripMenuItem";
  333. this.bMS通信检测ToolStripMenuItem.Size = new System.Drawing.Size(179, 26);
  334. this.bMS通信检测ToolStripMenuItem.Text = "BMS通信检测";
  335. //
  336. // BMS检测执行ToolStripMenuItem1
  337. //
  338. this.BMS检测执行ToolStripMenuItem1.Checked = true;
  339. this.BMS检测执行ToolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked;
  340. this.BMS检测执行ToolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  341. this.BMS检测执行ToolStripMenuItem1.Name = "BMS检测执行ToolStripMenuItem1";
  342. this.BMS检测执行ToolStripMenuItem1.Size = new System.Drawing.Size(128, 26);
  343. this.BMS检测执行ToolStripMenuItem1.Text = "执行";
  344. this.BMS检测执行ToolStripMenuItem1.Click += new System.EventHandler(this.BMS检测执行ToolStripMenuItem1_Click);
  345. //
  346. // BMS检测不执行ToolStripMenuItem1
  347. //
  348. this.BMS检测不执行ToolStripMenuItem1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  349. this.BMS检测不执行ToolStripMenuItem1.Name = "BMS检测不执行ToolStripMenuItem1";
  350. this.BMS检测不执行ToolStripMenuItem1.Size = new System.Drawing.Size(128, 26);
  351. this.BMS检测不执行ToolStripMenuItem1.Text = "不执行";
  352. this.BMS检测不执行ToolStripMenuItem1.Click += new System.EventHandler(this.BMS检测不执行ToolStripMenuItem1_Click);
  353. //
  354. // toolStripSeparator1
  355. //
  356. this.toolStripSeparator1.Name = "toolStripSeparator1";
  357. this.toolStripSeparator1.Size = new System.Drawing.Size(176, 6);
  358. //
  359. // 只写入参数ToolStripMenuItem
  360. //
  361. this.只写入参数ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  362. this.只写入参数ToolStripMenuItem.Name = "只写入参数ToolStripMenuItem";
  363. this.只写入参数ToolStripMenuItem.Size = new System.Drawing.Size(179, 26);
  364. this.只写入参数ToolStripMenuItem.Text = "仅写入参数";
  365. this.只写入参数ToolStripMenuItem.Click += new System.EventHandler(this.只写入参数ToolStripMenuItem_Click);
  366. //
  367. // 工具箱ToolStripMenuItem
  368. //
  369. this.工具箱ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  370. this.屏幕键盘ToolStripMenuItem});
  371. this.工具箱ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  372. this.工具箱ToolStripMenuItem.Name = "工具箱ToolStripMenuItem";
  373. this.工具箱ToolStripMenuItem.Size = new System.Drawing.Size(70, 25);
  374. this.工具箱ToolStripMenuItem.Text = "工具箱";
  375. //
  376. // 屏幕键盘ToolStripMenuItem
  377. //
  378. this.屏幕键盘ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  379. this.屏幕键盘ToolStripMenuItem.Name = "屏幕键盘ToolStripMenuItem";
  380. this.屏幕键盘ToolStripMenuItem.Size = new System.Drawing.Size(144, 26);
  381. this.屏幕键盘ToolStripMenuItem.Text = "屏幕键盘";
  382. this.屏幕键盘ToolStripMenuItem.Click += new System.EventHandler(this.屏幕键盘ToolStripMenuItem_Click);
  383. //
  384. // 查看文件ToolStripMenuItem
  385. //
  386. this.查看文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  387. this.合格ToolStripMenuItem,
  388. this.不合格ToolStripMenuItem});
  389. this.查看文件ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  390. this.查看文件ToolStripMenuItem.Name = "查看文件ToolStripMenuItem";
  391. this.查看文件ToolStripMenuItem.Size = new System.Drawing.Size(86, 25);
  392. this.查看文件ToolStripMenuItem.Text = "查看记录";
  393. //
  394. // 合格ToolStripMenuItem
  395. //
  396. this.合格ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  397. this.合格ToolStripMenuItem.Name = "合格ToolStripMenuItem";
  398. this.合格ToolStripMenuItem.Size = new System.Drawing.Size(160, 26);
  399. this.合格ToolStripMenuItem.Text = "合格记录";
  400. this.合格ToolStripMenuItem.Click += new System.EventHandler(this.合格ToolStripMenuItem_Click);
  401. //
  402. // 不合格ToolStripMenuItem
  403. //
  404. this.不合格ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  405. this.不合格ToolStripMenuItem.Name = "不合格ToolStripMenuItem";
  406. this.不合格ToolStripMenuItem.Size = new System.Drawing.Size(160, 26);
  407. this.不合格ToolStripMenuItem.Text = "不合格记录";
  408. this.不合格ToolStripMenuItem.Click += new System.EventHandler(this.不合格ToolStripMenuItem_Click);
  409. //
  410. // groupBox4
  411. //
  412. this.groupBox4.Controls.Add(this.checkBox_LocalFile);
  413. this.groupBox4.Controls.Add(this.comboBox_cfgFileDate);
  414. this.groupBox4.Controls.Add(this.comboBox_File);
  415. this.groupBox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  416. this.groupBox4.Location = new System.Drawing.Point(12, 32);
  417. this.groupBox4.Name = "groupBox4";
  418. this.groupBox4.Size = new System.Drawing.Size(957, 65);
  419. this.groupBox4.TabIndex = 9;
  420. this.groupBox4.TabStop = false;
  421. this.groupBox4.Text = "配置文件";
  422. //
  423. // checkBox_LocalFile
  424. //
  425. this.checkBox_LocalFile.AutoSize = true;
  426. this.checkBox_LocalFile.Location = new System.Drawing.Point(889, 28);
  427. this.checkBox_LocalFile.Name = "checkBox_LocalFile";
  428. this.checkBox_LocalFile.Size = new System.Drawing.Size(61, 25);
  429. this.checkBox_LocalFile.TabIndex = 13;
  430. this.checkBox_LocalFile.Text = "本地";
  431. this.checkBox_LocalFile.UseVisualStyleBackColor = true;
  432. this.checkBox_LocalFile.CheckedChanged += new System.EventHandler(this.checkBox_LocalFile_CheckedChanged);
  433. //
  434. // comboBox_cfgFileDate
  435. //
  436. this.comboBox_cfgFileDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  437. this.comboBox_cfgFileDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  438. this.comboBox_cfgFileDate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  439. this.comboBox_cfgFileDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  440. this.comboBox_cfgFileDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  441. this.comboBox_cfgFileDate.FormattingEnabled = true;
  442. this.comboBox_cfgFileDate.ImeMode = System.Windows.Forms.ImeMode.Disable;
  443. this.comboBox_cfgFileDate.Location = new System.Drawing.Point(6, 26);
  444. this.comboBox_cfgFileDate.Name = "comboBox_cfgFileDate";
  445. this.comboBox_cfgFileDate.Size = new System.Drawing.Size(144, 29);
  446. this.comboBox_cfgFileDate.TabIndex = 4;
  447. this.comboBox_cfgFileDate.SelectionChangeCommitted += new System.EventHandler(this.comboBox_cfgFileDate_SelectionChangeCommitted);
  448. //
  449. // comboBox_File
  450. //
  451. this.comboBox_File.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  452. this.comboBox_File.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  453. this.comboBox_File.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  454. this.comboBox_File.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  455. this.comboBox_File.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  456. this.comboBox_File.FormattingEnabled = true;
  457. this.comboBox_File.ImeMode = System.Windows.Forms.ImeMode.Disable;
  458. this.comboBox_File.Location = new System.Drawing.Point(156, 26);
  459. this.comboBox_File.Name = "comboBox_File";
  460. this.comboBox_File.Size = new System.Drawing.Size(725, 29);
  461. this.comboBox_File.TabIndex = 1;
  462. this.comboBox_File.SelectionChangeCommitted += new System.EventHandler(this.comboBox_File_SelectionChangeCommitted);
  463. //
  464. // groupBox1
  465. //
  466. this.groupBox1.Controls.Add(this.label30);
  467. this.groupBox1.Controls.Add(this.label_Boot_Version);
  468. this.groupBox1.Controls.Add(this.label29);
  469. this.groupBox1.Controls.Add(this.label_Sensor_Break2);
  470. this.groupBox1.Controls.Add(this.label_ErrorInfo);
  471. this.groupBox1.Controls.Add(this.label26);
  472. this.groupBox1.Controls.Add(this.label24);
  473. this.groupBox1.Controls.Add(this.label36);
  474. this.groupBox1.Controls.Add(this.label20);
  475. this.groupBox1.Controls.Add(this.label18);
  476. this.groupBox1.Controls.Add(this.label37);
  477. this.groupBox1.Controls.Add(this.label35);
  478. this.groupBox1.Controls.Add(this.label46);
  479. this.groupBox1.Controls.Add(this.label43);
  480. this.groupBox1.Controls.Add(this.label41);
  481. this.groupBox1.Controls.Add(this.label39);
  482. this.groupBox1.Controls.Add(this.label33);
  483. this.groupBox1.Controls.Add(this.label_sensor_coil_temp);
  484. this.groupBox1.Controls.Add(this.label_sensor_cadence);
  485. this.groupBox1.Controls.Add(this.label_sensor_MCU_temp);
  486. this.groupBox1.Controls.Add(this.label28);
  487. this.groupBox1.Controls.Add(this.label_sensor_PCB_temp);
  488. this.groupBox1.Controls.Add(this.label_sensor_cur);
  489. this.groupBox1.Controls.Add(this.label_sensor_speed);
  490. this.groupBox1.Controls.Add(this.label22);
  491. this.groupBox1.Controls.Add(this.label6);
  492. this.groupBox1.Controls.Add(this.label16);
  493. this.groupBox1.Controls.Add(this.label_sensor_vol);
  494. this.groupBox1.Controls.Add(this.label14);
  495. this.groupBox1.Controls.Add(this.label_Sensor_Gas);
  496. this.groupBox1.Controls.Add(this.label_sensor_motor);
  497. this.groupBox1.Controls.Add(this.label_Sensor_Break1);
  498. this.groupBox1.Controls.Add(this.label_BMS_COM);
  499. this.groupBox1.Controls.Add(this.label_FW_Version);
  500. this.groupBox1.Controls.Add(this.label_sta_light);
  501. this.groupBox1.Controls.Add(this.label_Sta_Write);
  502. this.groupBox1.Controls.Add(this.label_error_code);
  503. this.groupBox1.Controls.Add(this.label_Sta_Clear);
  504. this.groupBox1.Controls.Add(this.label7);
  505. this.groupBox1.Controls.Add(this.label12);
  506. this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  507. this.groupBox1.Location = new System.Drawing.Point(495, 306);
  508. this.groupBox1.Name = "groupBox1";
  509. this.groupBox1.Size = new System.Drawing.Size(474, 482);
  510. this.groupBox1.TabIndex = 9;
  511. this.groupBox1.TabStop = false;
  512. this.groupBox1.Text = "测试状态";
  513. //
  514. // label30
  515. //
  516. this.label30.AutoSize = true;
  517. this.label30.Location = new System.Drawing.Point(310, 446);
  518. this.label30.Name = "label30";
  519. this.label30.Size = new System.Drawing.Size(94, 21);
  520. this.label30.TabIndex = 6;
  521. this.label30.Text = "Bootloader";
  522. //
  523. // label_Boot_Version
  524. //
  525. this.label_Boot_Version.BackColor = System.Drawing.Color.Red;
  526. this.label_Boot_Version.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  527. this.label_Boot_Version.Location = new System.Drawing.Point(419, 446);
  528. this.label_Boot_Version.Name = "label_Boot_Version";
  529. this.label_Boot_Version.Size = new System.Drawing.Size(42, 21);
  530. this.label_Boot_Version.TabIndex = 5;
  531. this.label_Boot_Version.Text = "NG";
  532. this.label_Boot_Version.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  533. //
  534. // label29
  535. //
  536. this.label29.AutoSize = true;
  537. this.label29.Location = new System.Drawing.Point(145, 446);
  538. this.label29.Name = "label29";
  539. this.label29.Size = new System.Drawing.Size(96, 21);
  540. this.label29.TabIndex = 4;
  541. this.label29.Text = "Application";
  542. //
  543. // label_Sensor_Break2
  544. //
  545. this.label_Sensor_Break2.BackColor = System.Drawing.Color.Red;
  546. this.label_Sensor_Break2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  547. this.label_Sensor_Break2.Location = new System.Drawing.Point(419, 332);
  548. this.label_Sensor_Break2.Name = "label_Sensor_Break2";
  549. this.label_Sensor_Break2.Size = new System.Drawing.Size(42, 21);
  550. this.label_Sensor_Break2.TabIndex = 3;
  551. this.label_Sensor_Break2.Text = "NG";
  552. this.label_Sensor_Break2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  553. //
  554. // label_ErrorInfo
  555. //
  556. this.label_ErrorInfo.Location = new System.Drawing.Point(262, 28);
  557. this.label_ErrorInfo.Name = "label_ErrorInfo";
  558. this.label_ErrorInfo.Size = new System.Drawing.Size(197, 135);
  559. this.label_ErrorInfo.TabIndex = 2;
  560. this.label_ErrorInfo.Text = "无故障";
  561. //
  562. // label26
  563. //
  564. this.label26.BackColor = System.Drawing.Color.Silver;
  565. this.label26.Location = new System.Drawing.Point(117, 21);
  566. this.label26.Name = "label26";
  567. this.label26.Size = new System.Drawing.Size(1, 452);
  568. this.label26.TabIndex = 1;
  569. this.label26.Text = "label26";
  570. //
  571. // label24
  572. //
  573. this.label24.AutoSize = true;
  574. this.label24.Location = new System.Drawing.Point(7, 370);
  575. this.label24.Name = "label24";
  576. this.label24.Size = new System.Drawing.Size(74, 21);
  577. this.label24.TabIndex = 0;
  578. this.label24.Text = "电池通讯";
  579. //
  580. // label36
  581. //
  582. this.label36.AutoSize = true;
  583. this.label36.Location = new System.Drawing.Point(310, 332);
  584. this.label36.Name = "label36";
  585. this.label36.Size = new System.Drawing.Size(83, 21);
  586. this.label36.TabIndex = 0;
  587. this.label36.Text = "断电刹把2";
  588. //
  589. // label20
  590. //
  591. this.label20.AutoSize = true;
  592. this.label20.Location = new System.Drawing.Point(145, 332);
  593. this.label20.Name = "label20";
  594. this.label20.Size = new System.Drawing.Size(83, 21);
  595. this.label20.TabIndex = 0;
  596. this.label20.Text = "断电刹把1";
  597. //
  598. // label18
  599. //
  600. this.label18.AutoSize = true;
  601. this.label18.Location = new System.Drawing.Point(7, 142);
  602. this.label18.Name = "label18";
  603. this.label18.Size = new System.Drawing.Size(90, 21);
  604. this.label18.TabIndex = 0;
  605. this.label18.Text = "前后灯电压";
  606. //
  607. // label37
  608. //
  609. this.label37.AutoSize = true;
  610. this.label37.Location = new System.Drawing.Point(307, 180);
  611. this.label37.Name = "label37";
  612. this.label37.Size = new System.Drawing.Size(74, 21);
  613. this.label37.TabIndex = 0;
  614. this.label37.Text = "踏频检测";
  615. //
  616. // label35
  617. //
  618. this.label35.AutoSize = true;
  619. this.label35.Location = new System.Drawing.Point(307, 218);
  620. this.label35.Name = "label35";
  621. this.label35.Size = new System.Drawing.Size(74, 21);
  622. this.label35.TabIndex = 0;
  623. this.label35.Text = "电流检测";
  624. //
  625. // label46
  626. //
  627. this.label46.AutoSize = true;
  628. this.label46.Location = new System.Drawing.Point(307, 294);
  629. this.label46.Name = "label46";
  630. this.label46.Size = new System.Drawing.Size(106, 21);
  631. this.label46.TabIndex = 0;
  632. this.label46.Text = "绕组温度检测";
  633. //
  634. // label43
  635. //
  636. this.label43.AutoSize = true;
  637. this.label43.Location = new System.Drawing.Point(145, 294);
  638. this.label43.Name = "label43";
  639. this.label43.Size = new System.Drawing.Size(113, 21);
  640. this.label43.TabIndex = 0;
  641. this.label43.Text = "MCU温度检测";
  642. //
  643. // label41
  644. //
  645. this.label41.AutoSize = true;
  646. this.label41.Location = new System.Drawing.Point(307, 256);
  647. this.label41.Name = "label41";
  648. this.label41.Size = new System.Drawing.Size(105, 21);
  649. this.label41.TabIndex = 0;
  650. this.label41.Text = "PCB温度检测";
  651. //
  652. // label39
  653. //
  654. this.label39.AutoSize = true;
  655. this.label39.Location = new System.Drawing.Point(145, 256);
  656. this.label39.Name = "label39";
  657. this.label39.Size = new System.Drawing.Size(90, 21);
  658. this.label39.TabIndex = 0;
  659. this.label39.Text = "速度传感器";
  660. //
  661. // label33
  662. //
  663. this.label33.AutoSize = true;
  664. this.label33.Location = new System.Drawing.Point(145, 218);
  665. this.label33.Name = "label33";
  666. this.label33.Size = new System.Drawing.Size(74, 21);
  667. this.label33.TabIndex = 0;
  668. this.label33.Text = "电压检测";
  669. //
  670. // label_sensor_coil_temp
  671. //
  672. this.label_sensor_coil_temp.BackColor = System.Drawing.Color.Red;
  673. this.label_sensor_coil_temp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  674. this.label_sensor_coil_temp.Location = new System.Drawing.Point(419, 294);
  675. this.label_sensor_coil_temp.Name = "label_sensor_coil_temp";
  676. this.label_sensor_coil_temp.Size = new System.Drawing.Size(42, 21);
  677. this.label_sensor_coil_temp.TabIndex = 0;
  678. this.label_sensor_coil_temp.Text = "NG";
  679. this.label_sensor_coil_temp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  680. //
  681. // label_sensor_cadence
  682. //
  683. this.label_sensor_cadence.BackColor = System.Drawing.Color.Red;
  684. this.label_sensor_cadence.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  685. this.label_sensor_cadence.Location = new System.Drawing.Point(419, 180);
  686. this.label_sensor_cadence.Name = "label_sensor_cadence";
  687. this.label_sensor_cadence.Size = new System.Drawing.Size(42, 21);
  688. this.label_sensor_cadence.TabIndex = 0;
  689. this.label_sensor_cadence.Text = "NG";
  690. this.label_sensor_cadence.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  691. //
  692. // label_sensor_MCU_temp
  693. //
  694. this.label_sensor_MCU_temp.BackColor = System.Drawing.Color.Red;
  695. this.label_sensor_MCU_temp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  696. this.label_sensor_MCU_temp.Location = new System.Drawing.Point(262, 294);
  697. this.label_sensor_MCU_temp.Name = "label_sensor_MCU_temp";
  698. this.label_sensor_MCU_temp.Size = new System.Drawing.Size(42, 21);
  699. this.label_sensor_MCU_temp.TabIndex = 0;
  700. this.label_sensor_MCU_temp.Text = "NG";
  701. this.label_sensor_MCU_temp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  702. //
  703. // label28
  704. //
  705. this.label28.AutoSize = true;
  706. this.label28.Location = new System.Drawing.Point(145, 180);
  707. this.label28.Name = "label28";
  708. this.label28.Size = new System.Drawing.Size(74, 21);
  709. this.label28.TabIndex = 0;
  710. this.label28.Text = "马达转速";
  711. //
  712. // label_sensor_PCB_temp
  713. //
  714. this.label_sensor_PCB_temp.BackColor = System.Drawing.Color.Red;
  715. this.label_sensor_PCB_temp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  716. this.label_sensor_PCB_temp.Location = new System.Drawing.Point(419, 256);
  717. this.label_sensor_PCB_temp.Name = "label_sensor_PCB_temp";
  718. this.label_sensor_PCB_temp.Size = new System.Drawing.Size(42, 21);
  719. this.label_sensor_PCB_temp.TabIndex = 0;
  720. this.label_sensor_PCB_temp.Text = "NG";
  721. this.label_sensor_PCB_temp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  722. //
  723. // label_sensor_cur
  724. //
  725. this.label_sensor_cur.BackColor = System.Drawing.Color.Red;
  726. this.label_sensor_cur.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  727. this.label_sensor_cur.Location = new System.Drawing.Point(419, 218);
  728. this.label_sensor_cur.Name = "label_sensor_cur";
  729. this.label_sensor_cur.Size = new System.Drawing.Size(42, 21);
  730. this.label_sensor_cur.TabIndex = 0;
  731. this.label_sensor_cur.Text = "NG";
  732. this.label_sensor_cur.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  733. //
  734. // label_sensor_speed
  735. //
  736. this.label_sensor_speed.BackColor = System.Drawing.Color.Red;
  737. this.label_sensor_speed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  738. this.label_sensor_speed.Location = new System.Drawing.Point(262, 256);
  739. this.label_sensor_speed.Name = "label_sensor_speed";
  740. this.label_sensor_speed.Size = new System.Drawing.Size(42, 21);
  741. this.label_sensor_speed.TabIndex = 0;
  742. this.label_sensor_speed.Text = "NG";
  743. this.label_sensor_speed.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  744. //
  745. // label22
  746. //
  747. this.label22.AutoSize = true;
  748. this.label22.Location = new System.Drawing.Point(7, 446);
  749. this.label22.Name = "label22";
  750. this.label22.Size = new System.Drawing.Size(74, 21);
  751. this.label22.TabIndex = 0;
  752. this.label22.Text = "软件版本";
  753. //
  754. // label6
  755. //
  756. this.label6.AutoSize = true;
  757. this.label6.Location = new System.Drawing.Point(7, 408);
  758. this.label6.Name = "label6";
  759. this.label6.Size = new System.Drawing.Size(74, 21);
  760. this.label6.TabIndex = 0;
  761. this.label6.Text = "转把模式";
  762. //
  763. // label16
  764. //
  765. this.label16.AutoSize = true;
  766. this.label16.Location = new System.Drawing.Point(7, 180);
  767. this.label16.Name = "label16";
  768. this.label16.Size = new System.Drawing.Size(74, 21);
  769. this.label16.TabIndex = 0;
  770. this.label16.Text = "推行测试";
  771. //
  772. // label_sensor_vol
  773. //
  774. this.label_sensor_vol.BackColor = System.Drawing.Color.Red;
  775. this.label_sensor_vol.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  776. this.label_sensor_vol.Location = new System.Drawing.Point(262, 218);
  777. this.label_sensor_vol.Name = "label_sensor_vol";
  778. this.label_sensor_vol.Size = new System.Drawing.Size(42, 21);
  779. this.label_sensor_vol.TabIndex = 0;
  780. this.label_sensor_vol.Text = "NG";
  781. this.label_sensor_vol.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  782. //
  783. // label14
  784. //
  785. this.label14.AutoSize = true;
  786. this.label14.Location = new System.Drawing.Point(7, 104);
  787. this.label14.Name = "label14";
  788. this.label14.Size = new System.Drawing.Size(106, 21);
  789. this.label14.TabIndex = 0;
  790. this.label14.Text = "电机参数写入";
  791. //
  792. // label_Sensor_Gas
  793. //
  794. this.label_Sensor_Gas.BackColor = System.Drawing.Color.Red;
  795. this.label_Sensor_Gas.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  796. this.label_Sensor_Gas.Location = new System.Drawing.Point(145, 408);
  797. this.label_Sensor_Gas.Name = "label_Sensor_Gas";
  798. this.label_Sensor_Gas.Size = new System.Drawing.Size(42, 21);
  799. this.label_Sensor_Gas.TabIndex = 0;
  800. this.label_Sensor_Gas.Text = "NG";
  801. this.label_Sensor_Gas.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  802. //
  803. // label_sensor_motor
  804. //
  805. this.label_sensor_motor.BackColor = System.Drawing.Color.Red;
  806. this.label_sensor_motor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  807. this.label_sensor_motor.Location = new System.Drawing.Point(262, 180);
  808. this.label_sensor_motor.Name = "label_sensor_motor";
  809. this.label_sensor_motor.Size = new System.Drawing.Size(42, 21);
  810. this.label_sensor_motor.TabIndex = 0;
  811. this.label_sensor_motor.Text = "NG";
  812. this.label_sensor_motor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  813. //
  814. // label_Sensor_Break1
  815. //
  816. this.label_Sensor_Break1.BackColor = System.Drawing.Color.Red;
  817. this.label_Sensor_Break1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  818. this.label_Sensor_Break1.Location = new System.Drawing.Point(262, 332);
  819. this.label_Sensor_Break1.Name = "label_Sensor_Break1";
  820. this.label_Sensor_Break1.Size = new System.Drawing.Size(42, 21);
  821. this.label_Sensor_Break1.TabIndex = 0;
  822. this.label_Sensor_Break1.Text = "NG";
  823. this.label_Sensor_Break1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  824. //
  825. // label_BMS_COM
  826. //
  827. this.label_BMS_COM.BackColor = System.Drawing.Color.Red;
  828. this.label_BMS_COM.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  829. this.label_BMS_COM.Location = new System.Drawing.Point(145, 370);
  830. this.label_BMS_COM.Name = "label_BMS_COM";
  831. this.label_BMS_COM.Size = new System.Drawing.Size(42, 21);
  832. this.label_BMS_COM.TabIndex = 0;
  833. this.label_BMS_COM.Text = "NG";
  834. this.label_BMS_COM.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  835. //
  836. // label_FW_Version
  837. //
  838. this.label_FW_Version.BackColor = System.Drawing.Color.Red;
  839. this.label_FW_Version.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  840. this.label_FW_Version.Location = new System.Drawing.Point(262, 446);
  841. this.label_FW_Version.Name = "label_FW_Version";
  842. this.label_FW_Version.Size = new System.Drawing.Size(42, 21);
  843. this.label_FW_Version.TabIndex = 0;
  844. this.label_FW_Version.Text = "NG";
  845. this.label_FW_Version.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  846. //
  847. // label_sta_light
  848. //
  849. this.label_sta_light.BackColor = System.Drawing.Color.Red;
  850. this.label_sta_light.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  851. this.label_sta_light.Location = new System.Drawing.Point(145, 142);
  852. this.label_sta_light.Name = "label_sta_light";
  853. this.label_sta_light.Size = new System.Drawing.Size(42, 21);
  854. this.label_sta_light.TabIndex = 0;
  855. this.label_sta_light.Text = "NG";
  856. this.label_sta_light.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  857. //
  858. // label_Sta_Write
  859. //
  860. this.label_Sta_Write.BackColor = System.Drawing.Color.Red;
  861. this.label_Sta_Write.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  862. this.label_Sta_Write.Location = new System.Drawing.Point(145, 104);
  863. this.label_Sta_Write.Name = "label_Sta_Write";
  864. this.label_Sta_Write.Size = new System.Drawing.Size(42, 21);
  865. this.label_Sta_Write.TabIndex = 0;
  866. this.label_Sta_Write.Text = "NG";
  867. this.label_Sta_Write.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  868. //
  869. // label_error_code
  870. //
  871. this.label_error_code.BackColor = System.Drawing.Color.Green;
  872. this.label_error_code.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  873. this.label_error_code.Location = new System.Drawing.Point(145, 28);
  874. this.label_error_code.Name = "label_error_code";
  875. this.label_error_code.Size = new System.Drawing.Size(113, 21);
  876. this.label_error_code.TabIndex = 0;
  877. this.label_error_code.Text = "OK";
  878. this.label_error_code.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  879. //
  880. // label_Sta_Clear
  881. //
  882. this.label_Sta_Clear.BackColor = System.Drawing.Color.Red;
  883. this.label_Sta_Clear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  884. this.label_Sta_Clear.Location = new System.Drawing.Point(145, 66);
  885. this.label_Sta_Clear.Name = "label_Sta_Clear";
  886. this.label_Sta_Clear.Size = new System.Drawing.Size(42, 21);
  887. this.label_Sta_Clear.TabIndex = 0;
  888. this.label_Sta_Clear.Text = "NG";
  889. this.label_Sta_Clear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  890. //
  891. // label7
  892. //
  893. this.label7.AutoSize = true;
  894. this.label7.Location = new System.Drawing.Point(7, 28);
  895. this.label7.Name = "label7";
  896. this.label7.Size = new System.Drawing.Size(74, 21);
  897. this.label7.TabIndex = 0;
  898. this.label7.Text = "故障代码";
  899. //
  900. // label12
  901. //
  902. this.label12.AutoSize = true;
  903. this.label12.Location = new System.Drawing.Point(7, 66);
  904. this.label12.Name = "label12";
  905. this.label12.Size = new System.Drawing.Size(74, 21);
  906. this.label12.TabIndex = 0;
  907. this.label12.Text = "系统清除";
  908. //
  909. // groupBox2
  910. //
  911. this.groupBox2.Controls.Add(this.label_OK_Count);
  912. this.groupBox2.Controls.Add(this.label5);
  913. this.groupBox2.Controls.Add(this.label8);
  914. this.groupBox2.Controls.Add(this.label3);
  915. this.groupBox2.Controls.Add(this.label_SerialNum);
  916. this.groupBox2.Controls.Add(this.radioButton_Light_NG);
  917. this.groupBox2.Controls.Add(this.button_Walk);
  918. this.groupBox2.Controls.Add(this.radioButton_Light_OK);
  919. this.groupBox2.Controls.Add(this.button_LightCtl);
  920. this.groupBox2.Controls.Add(this.label4);
  921. this.groupBox2.Controls.Add(this.textBox_PDinfo);
  922. this.groupBox2.Controls.Add(this.button_Start);
  923. this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  924. this.groupBox2.Location = new System.Drawing.Point(12, 98);
  925. this.groupBox2.Name = "groupBox2";
  926. this.groupBox2.Size = new System.Drawing.Size(476, 150);
  927. this.groupBox2.TabIndex = 9;
  928. this.groupBox2.TabStop = false;
  929. this.groupBox2.Text = "操作";
  930. //
  931. // label_OK_Count
  932. //
  933. this.label_OK_Count.BackColor = System.Drawing.Color.White;
  934. this.label_OK_Count.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  935. this.label_OK_Count.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  936. this.label_OK_Count.Location = new System.Drawing.Point(378, 43);
  937. this.label_OK_Count.Name = "label_OK_Count";
  938. this.label_OK_Count.Size = new System.Drawing.Size(90, 29);
  939. this.label_OK_Count.TabIndex = 6;
  940. this.label_OK_Count.Text = "0";
  941. this.label_OK_Count.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  942. //
  943. // label5
  944. //
  945. this.label5.AutoSize = true;
  946. this.label5.BackColor = System.Drawing.Color.White;
  947. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  948. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  949. this.label5.Location = new System.Drawing.Point(386, 19);
  950. this.label5.Name = "label5";
  951. this.label5.Size = new System.Drawing.Size(74, 21);
  952. this.label5.TabIndex = 5;
  953. this.label5.Text = "合格计数";
  954. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  955. //
  956. // label8
  957. //
  958. this.label8.AutoSize = true;
  959. this.label8.BackColor = System.Drawing.Color.White;
  960. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  961. this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  962. this.label8.Location = new System.Drawing.Point(291, 19);
  963. this.label8.Name = "label8";
  964. this.label8.Size = new System.Drawing.Size(58, 21);
  965. this.label8.TabIndex = 4;
  966. this.label8.Text = "流水号";
  967. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  968. this.label8.DoubleClick += new System.EventHandler(this.label8_DoubleClick);
  969. //
  970. // label3
  971. //
  972. this.label3.BackColor = System.Drawing.Color.Silver;
  973. this.label3.Location = new System.Drawing.Point(265, 24);
  974. this.label3.Name = "label3";
  975. this.label3.Size = new System.Drawing.Size(1, 50);
  976. this.label3.TabIndex = 3;
  977. this.label3.Text = "label3";
  978. //
  979. // label_SerialNum
  980. //
  981. this.label_SerialNum.BackColor = System.Drawing.Color.White;
  982. this.label_SerialNum.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  983. this.label_SerialNum.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  984. this.label_SerialNum.Location = new System.Drawing.Point(275, 43);
  985. this.label_SerialNum.Name = "label_SerialNum";
  986. this.label_SerialNum.Size = new System.Drawing.Size(90, 29);
  987. this.label_SerialNum.TabIndex = 0;
  988. this.label_SerialNum.Text = "0";
  989. this.label_SerialNum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  990. //
  991. // radioButton_Light_NG
  992. //
  993. this.radioButton_Light_NG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  994. this.radioButton_Light_NG.Enabled = false;
  995. this.radioButton_Light_NG.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  996. this.radioButton_Light_NG.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  997. this.radioButton_Light_NG.Location = new System.Drawing.Point(264, 91);
  998. this.radioButton_Light_NG.Name = "radioButton_Light_NG";
  999. this.radioButton_Light_NG.Size = new System.Drawing.Size(108, 43);
  1000. this.radioButton_Light_NG.TabIndex = 1;
  1001. this.radioButton_Light_NG.Text = "灯电压错误";
  1002. this.radioButton_Light_NG.UseVisualStyleBackColor = false;
  1003. //
  1004. // button_Walk
  1005. //
  1006. this.button_Walk.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  1007. this.button_Walk.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1008. this.button_Walk.Location = new System.Drawing.Point(393, 112);
  1009. this.button_Walk.Name = "button_Walk";
  1010. this.button_Walk.Size = new System.Drawing.Size(60, 30);
  1011. this.button_Walk.TabIndex = 0;
  1012. this.button_Walk.Text = "启动";
  1013. this.button_Walk.UseVisualStyleBackColor = false;
  1014. this.button_Walk.Click += new System.EventHandler(this.button_Walk_Click);
  1015. //
  1016. // radioButton_Light_OK
  1017. //
  1018. this.radioButton_Light_OK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  1019. this.radioButton_Light_OK.Enabled = false;
  1020. this.radioButton_Light_OK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1021. this.radioButton_Light_OK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1022. this.radioButton_Light_OK.Location = new System.Drawing.Point(150, 91);
  1023. this.radioButton_Light_OK.Name = "radioButton_Light_OK";
  1024. this.radioButton_Light_OK.Size = new System.Drawing.Size(108, 43);
  1025. this.radioButton_Light_OK.TabIndex = 1;
  1026. this.radioButton_Light_OK.Text = "灯电压正确";
  1027. this.radioButton_Light_OK.UseVisualStyleBackColor = false;
  1028. //
  1029. // button_LightCtl
  1030. //
  1031. this.button_LightCtl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  1032. this.button_LightCtl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1033. this.button_LightCtl.Location = new System.Drawing.Point(393, 80);
  1034. this.button_LightCtl.Name = "button_LightCtl";
  1035. this.button_LightCtl.Size = new System.Drawing.Size(60, 30);
  1036. this.button_LightCtl.TabIndex = 0;
  1037. this.button_LightCtl.Text = "开灯";
  1038. this.button_LightCtl.UseVisualStyleBackColor = false;
  1039. this.button_LightCtl.Click += new System.EventHandler(this.button_LightCtl_Click);
  1040. //
  1041. // label4
  1042. //
  1043. this.label4.AutoSize = true;
  1044. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1045. this.label4.Location = new System.Drawing.Point(29, 19);
  1046. this.label4.Name = "label4";
  1047. this.label4.Size = new System.Drawing.Size(218, 21);
  1048. this.label4.TabIndex = 2;
  1049. this.label4.Text = "扫码或手动填入电机打标信息";
  1050. //
  1051. // textBox_PDinfo
  1052. //
  1053. this.textBox_PDinfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  1054. this.textBox_PDinfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1055. this.textBox_PDinfo.ImeMode = System.Windows.Forms.ImeMode.Disable;
  1056. this.textBox_PDinfo.Location = new System.Drawing.Point(6, 43);
  1057. this.textBox_PDinfo.Name = "textBox_PDinfo";
  1058. this.textBox_PDinfo.Size = new System.Drawing.Size(250, 29);
  1059. this.textBox_PDinfo.TabIndex = 1;
  1060. this.textBox_PDinfo.Click += new System.EventHandler(this.textBox_PDinfo_Click);
  1061. this.textBox_PDinfo.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox_PDinfo_KeyUp);
  1062. //
  1063. // button_Start
  1064. //
  1065. this.button_Start.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1066. this.button_Start.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1067. this.button_Start.ForeColor = System.Drawing.Color.White;
  1068. this.button_Start.Location = new System.Drawing.Point(6, 80);
  1069. this.button_Start.Name = "button_Start";
  1070. this.button_Start.Size = new System.Drawing.Size(120, 64);
  1071. this.button_Start.TabIndex = 0;
  1072. this.button_Start.Text = "开始\r\n测试";
  1073. this.button_Start.UseVisualStyleBackColor = false;
  1074. this.button_Start.Click += new System.EventHandler(this.button_Start_Click);
  1075. //
  1076. // button_Check_Ver
  1077. //
  1078. this.button_Check_Ver.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  1079. this.button_Check_Ver.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1080. this.button_Check_Ver.Location = new System.Drawing.Point(410, 138);
  1081. this.button_Check_Ver.Name = "button_Check_Ver";
  1082. this.button_Check_Ver.Size = new System.Drawing.Size(61, 60);
  1083. this.button_Check_Ver.TabIndex = 0;
  1084. this.button_Check_Ver.Text = "查询";
  1085. this.button_Check_Ver.UseVisualStyleBackColor = false;
  1086. this.button_Check_Ver.Click += new System.EventHandler(this.button_Check_Ver_Click);
  1087. //
  1088. // groupBox11
  1089. //
  1090. this.groupBox11.Controls.Add(this.richTextBox_Ver);
  1091. this.groupBox11.Controls.Add(this.button_Check_Ver);
  1092. this.groupBox11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1093. this.groupBox11.Location = new System.Drawing.Point(12, 584);
  1094. this.groupBox11.Name = "groupBox11";
  1095. this.groupBox11.Size = new System.Drawing.Size(476, 204);
  1096. this.groupBox11.TabIndex = 10;
  1097. this.groupBox11.TabStop = false;
  1098. this.groupBox11.Text = "版本信息";
  1099. //
  1100. // richTextBox_Ver
  1101. //
  1102. this.richTextBox_Ver.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  1103. this.richTextBox_Ver.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1104. this.richTextBox_Ver.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1105. this.richTextBox_Ver.Location = new System.Drawing.Point(6, 28);
  1106. this.richTextBox_Ver.Name = "richTextBox_Ver";
  1107. this.richTextBox_Ver.ReadOnly = true;
  1108. this.richTextBox_Ver.Size = new System.Drawing.Size(398, 170);
  1109. this.richTextBox_Ver.TabIndex = 0;
  1110. this.richTextBox_Ver.Text = "";
  1111. //
  1112. // groupBox9
  1113. //
  1114. this.groupBox9.Controls.Add(this.textBox_Dir);
  1115. this.groupBox9.Controls.Add(this.textBox_Cadence);
  1116. this.groupBox9.Controls.Add(this.textBox_Torque);
  1117. this.groupBox9.Controls.Add(this.textBox_MotorSpeed);
  1118. this.groupBox9.Controls.Add(this.textBox_MCU);
  1119. this.groupBox9.Controls.Add(this.textBox_Cur);
  1120. this.groupBox9.Controls.Add(this.textBox_Coil);
  1121. this.groupBox9.Controls.Add(this.textBox_Vol);
  1122. this.groupBox9.Controls.Add(this.label1);
  1123. this.groupBox9.Controls.Add(this.textBox_PCB);
  1124. this.groupBox9.Controls.Add(this.textBox_BikeSpeed);
  1125. this.groupBox9.Controls.Add(this.label_Torque);
  1126. this.groupBox9.Controls.Add(this.label_Cadence);
  1127. this.groupBox9.Controls.Add(this.label_MotorSpeed);
  1128. this.groupBox9.Controls.Add(this.label_Current);
  1129. this.groupBox9.Controls.Add(this.label_Vol);
  1130. this.groupBox9.Controls.Add(this.label_NTC_MCU);
  1131. this.groupBox9.Controls.Add(this.label_NTC_Coil);
  1132. this.groupBox9.Controls.Add(this.label_NTC_PCB);
  1133. this.groupBox9.Controls.Add(this.label_BikeSpeed);
  1134. this.groupBox9.Controls.Add(this.label21);
  1135. this.groupBox9.Controls.Add(this.label19);
  1136. this.groupBox9.Controls.Add(this.label17);
  1137. this.groupBox9.Controls.Add(this.label15);
  1138. this.groupBox9.Controls.Add(this.label13);
  1139. this.groupBox9.Controls.Add(this.label11);
  1140. this.groupBox9.Controls.Add(this.label27);
  1141. this.groupBox9.Controls.Add(this.label25);
  1142. this.groupBox9.Controls.Add(this.label23);
  1143. this.groupBox9.Controls.Add(this.label9);
  1144. this.groupBox9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1145. this.groupBox9.Location = new System.Drawing.Point(495, 98);
  1146. this.groupBox9.Name = "groupBox9";
  1147. this.groupBox9.Size = new System.Drawing.Size(474, 206);
  1148. this.groupBox9.TabIndex = 9;
  1149. this.groupBox9.TabStop = false;
  1150. this.groupBox9.Text = "电机运行信息";
  1151. //
  1152. // textBox_Dir
  1153. //
  1154. this.textBox_Dir.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  1155. this.textBox_Dir.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1156. this.textBox_Dir.Location = new System.Drawing.Point(351, 169);
  1157. this.textBox_Dir.Name = "textBox_Dir";
  1158. this.textBox_Dir.ReadOnly = true;
  1159. this.textBox_Dir.Size = new System.Drawing.Size(68, 29);
  1160. this.textBox_Dir.TabIndex = 9;
  1161. //
  1162. // textBox_Cadence
  1163. //
  1164. this.textBox_Cadence.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  1165. this.textBox_Cadence.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1166. this.textBox_Cadence.Location = new System.Drawing.Point(109, 169);
  1167. this.textBox_Cadence.Name = "textBox_Cadence";
  1168. this.textBox_Cadence.ReadOnly = true;
  1169. this.textBox_Cadence.Size = new System.Drawing.Size(68, 29);
  1170. this.textBox_Cadence.TabIndex = 10;
  1171. //
  1172. // textBox_Torque
  1173. //
  1174. this.textBox_Torque.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  1175. this.textBox_Torque.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1176. this.textBox_Torque.Location = new System.Drawing.Point(351, 134);
  1177. this.textBox_Torque.Name = "textBox_Torque";
  1178. this.textBox_Torque.ReadOnly = true;
  1179. this.textBox_Torque.Size = new System.Drawing.Size(68, 29);
  1180. this.textBox_Torque.TabIndex = 7;
  1181. //
  1182. // textBox_MotorSpeed
  1183. //
  1184. this.textBox_MotorSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  1185. this.textBox_MotorSpeed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1186. this.textBox_MotorSpeed.Location = new System.Drawing.Point(109, 134);
  1187. this.textBox_MotorSpeed.Name = "textBox_MotorSpeed";
  1188. this.textBox_MotorSpeed.ReadOnly = true;
  1189. this.textBox_MotorSpeed.Size = new System.Drawing.Size(68, 29);
  1190. this.textBox_MotorSpeed.TabIndex = 8;
  1191. //
  1192. // textBox_MCU
  1193. //
  1194. this.textBox_MCU.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  1195. this.textBox_MCU.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1196. this.textBox_MCU.Location = new System.Drawing.Point(351, 99);
  1197. this.textBox_MCU.Name = "textBox_MCU";
  1198. this.textBox_MCU.ReadOnly = true;
  1199. this.textBox_MCU.Size = new System.Drawing.Size(68, 29);
  1200. this.textBox_MCU.TabIndex = 5;
  1201. //
  1202. // textBox_Cur
  1203. //
  1204. this.textBox_Cur.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  1205. this.textBox_Cur.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1206. this.textBox_Cur.Location = new System.Drawing.Point(109, 99);
  1207. this.textBox_Cur.Name = "textBox_Cur";
  1208. this.textBox_Cur.ReadOnly = true;
  1209. this.textBox_Cur.Size = new System.Drawing.Size(68, 29);
  1210. this.textBox_Cur.TabIndex = 6;
  1211. //
  1212. // textBox_Coil
  1213. //
  1214. this.textBox_Coil.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  1215. this.textBox_Coil.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1216. this.textBox_Coil.Location = new System.Drawing.Point(351, 64);
  1217. this.textBox_Coil.Name = "textBox_Coil";
  1218. this.textBox_Coil.ReadOnly = true;
  1219. this.textBox_Coil.Size = new System.Drawing.Size(68, 29);
  1220. this.textBox_Coil.TabIndex = 3;
  1221. //
  1222. // textBox_Vol
  1223. //
  1224. this.textBox_Vol.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  1225. this.textBox_Vol.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1226. this.textBox_Vol.Location = new System.Drawing.Point(109, 64);
  1227. this.textBox_Vol.Name = "textBox_Vol";
  1228. this.textBox_Vol.ReadOnly = true;
  1229. this.textBox_Vol.Size = new System.Drawing.Size(68, 29);
  1230. this.textBox_Vol.TabIndex = 4;
  1231. //
  1232. // label1
  1233. //
  1234. this.label1.BackColor = System.Drawing.Color.Silver;
  1235. this.label1.Location = new System.Drawing.Point(239, 19);
  1236. this.label1.Name = "label1";
  1237. this.label1.Size = new System.Drawing.Size(1, 180);
  1238. this.label1.TabIndex = 2;
  1239. //
  1240. // textBox_PCB
  1241. //
  1242. this.textBox_PCB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  1243. this.textBox_PCB.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1244. this.textBox_PCB.Location = new System.Drawing.Point(351, 29);
  1245. this.textBox_PCB.Name = "textBox_PCB";
  1246. this.textBox_PCB.ReadOnly = true;
  1247. this.textBox_PCB.Size = new System.Drawing.Size(68, 29);
  1248. this.textBox_PCB.TabIndex = 1;
  1249. //
  1250. // textBox_BikeSpeed
  1251. //
  1252. this.textBox_BikeSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  1253. this.textBox_BikeSpeed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1254. this.textBox_BikeSpeed.Location = new System.Drawing.Point(109, 29);
  1255. this.textBox_BikeSpeed.Name = "textBox_BikeSpeed";
  1256. this.textBox_BikeSpeed.ReadOnly = true;
  1257. this.textBox_BikeSpeed.Size = new System.Drawing.Size(68, 29);
  1258. this.textBox_BikeSpeed.TabIndex = 1;
  1259. //
  1260. // label_Torque
  1261. //
  1262. this.label_Torque.AutoSize = true;
  1263. this.label_Torque.Location = new System.Drawing.Point(423, 138);
  1264. this.label_Torque.Name = "label_Torque";
  1265. this.label_Torque.Size = new System.Drawing.Size(42, 21);
  1266. this.label_Torque.TabIndex = 0;
  1267. this.label_Torque.Text = "N.m";
  1268. //
  1269. // label_Cadence
  1270. //
  1271. this.label_Cadence.AutoSize = true;
  1272. this.label_Cadence.Location = new System.Drawing.Point(182, 173);
  1273. this.label_Cadence.Name = "label_Cadence";
  1274. this.label_Cadence.Size = new System.Drawing.Size(41, 21);
  1275. this.label_Cadence.TabIndex = 0;
  1276. this.label_Cadence.Text = "rpm";
  1277. //
  1278. // label_MotorSpeed
  1279. //
  1280. this.label_MotorSpeed.AutoSize = true;
  1281. this.label_MotorSpeed.Location = new System.Drawing.Point(182, 138);
  1282. this.label_MotorSpeed.Name = "label_MotorSpeed";
  1283. this.label_MotorSpeed.Size = new System.Drawing.Size(41, 21);
  1284. this.label_MotorSpeed.TabIndex = 0;
  1285. this.label_MotorSpeed.Text = "rpm";
  1286. //
  1287. // label_Current
  1288. //
  1289. this.label_Current.AutoSize = true;
  1290. this.label_Current.Location = new System.Drawing.Point(183, 103);
  1291. this.label_Current.Name = "label_Current";
  1292. this.label_Current.Size = new System.Drawing.Size(36, 21);
  1293. this.label_Current.TabIndex = 0;
  1294. this.label_Current.Text = "mA";
  1295. //
  1296. // label_Vol
  1297. //
  1298. this.label_Vol.AutoSize = true;
  1299. this.label_Vol.Location = new System.Drawing.Point(182, 68);
  1300. this.label_Vol.Name = "label_Vol";
  1301. this.label_Vol.Size = new System.Drawing.Size(36, 21);
  1302. this.label_Vol.TabIndex = 0;
  1303. this.label_Vol.Text = "mV";
  1304. //
  1305. // label_NTC_MCU
  1306. //
  1307. this.label_NTC_MCU.AutoSize = true;
  1308. this.label_NTC_MCU.Location = new System.Drawing.Point(424, 103);
  1309. this.label_NTC_MCU.Name = "label_NTC_MCU";
  1310. this.label_NTC_MCU.Size = new System.Drawing.Size(26, 21);
  1311. this.label_NTC_MCU.TabIndex = 0;
  1312. this.label_NTC_MCU.Text = "℃";
  1313. //
  1314. // label_NTC_Coil
  1315. //
  1316. this.label_NTC_Coil.AutoSize = true;
  1317. this.label_NTC_Coil.Location = new System.Drawing.Point(423, 68);
  1318. this.label_NTC_Coil.Name = "label_NTC_Coil";
  1319. this.label_NTC_Coil.Size = new System.Drawing.Size(26, 21);
  1320. this.label_NTC_Coil.TabIndex = 0;
  1321. this.label_NTC_Coil.Text = "℃";
  1322. //
  1323. // label_NTC_PCB
  1324. //
  1325. this.label_NTC_PCB.AutoSize = true;
  1326. this.label_NTC_PCB.Location = new System.Drawing.Point(424, 33);
  1327. this.label_NTC_PCB.Name = "label_NTC_PCB";
  1328. this.label_NTC_PCB.Size = new System.Drawing.Size(26, 21);
  1329. this.label_NTC_PCB.TabIndex = 0;
  1330. this.label_NTC_PCB.Text = "℃";
  1331. //
  1332. // label_BikeSpeed
  1333. //
  1334. this.label_BikeSpeed.AutoSize = true;
  1335. this.label_BikeSpeed.Location = new System.Drawing.Point(183, 33);
  1336. this.label_BikeSpeed.Name = "label_BikeSpeed";
  1337. this.label_BikeSpeed.Size = new System.Drawing.Size(51, 21);
  1338. this.label_BikeSpeed.TabIndex = 0;
  1339. this.label_BikeSpeed.Text = "km/h";
  1340. //
  1341. // label21
  1342. //
  1343. this.label21.AutoSize = true;
  1344. this.label21.Location = new System.Drawing.Point(249, 173);
  1345. this.label21.Name = "label21";
  1346. this.label21.Size = new System.Drawing.Size(90, 21);
  1347. this.label21.TabIndex = 0;
  1348. this.label21.Text = "踩踏方向:";
  1349. //
  1350. // label19
  1351. //
  1352. this.label19.AutoSize = true;
  1353. this.label19.Location = new System.Drawing.Point(249, 138);
  1354. this.label19.Name = "label19";
  1355. this.label19.Size = new System.Drawing.Size(90, 21);
  1356. this.label19.TabIndex = 0;
  1357. this.label19.Text = "踩踏力矩:";
  1358. //
  1359. // label17
  1360. //
  1361. this.label17.AutoSize = true;
  1362. this.label17.Location = new System.Drawing.Point(7, 173);
  1363. this.label17.Name = "label17";
  1364. this.label17.Size = new System.Drawing.Size(58, 21);
  1365. this.label17.TabIndex = 0;
  1366. this.label17.Text = "踏频:";
  1367. //
  1368. // label15
  1369. //
  1370. this.label15.AutoSize = true;
  1371. this.label15.Location = new System.Drawing.Point(7, 138);
  1372. this.label15.Name = "label15";
  1373. this.label15.Size = new System.Drawing.Size(90, 21);
  1374. this.label15.TabIndex = 0;
  1375. this.label15.Text = "电机转速:";
  1376. //
  1377. // label13
  1378. //
  1379. this.label13.AutoSize = true;
  1380. this.label13.Location = new System.Drawing.Point(7, 103);
  1381. this.label13.Name = "label13";
  1382. this.label13.Size = new System.Drawing.Size(58, 21);
  1383. this.label13.TabIndex = 0;
  1384. this.label13.Text = "电流:";
  1385. //
  1386. // label11
  1387. //
  1388. this.label11.AutoSize = true;
  1389. this.label11.Location = new System.Drawing.Point(7, 68);
  1390. this.label11.Name = "label11";
  1391. this.label11.Size = new System.Drawing.Size(58, 21);
  1392. this.label11.TabIndex = 0;
  1393. this.label11.Text = "电压:";
  1394. //
  1395. // label27
  1396. //
  1397. this.label27.AutoSize = true;
  1398. this.label27.Location = new System.Drawing.Point(250, 103);
  1399. this.label27.Name = "label27";
  1400. this.label27.Size = new System.Drawing.Size(97, 21);
  1401. this.label27.TabIndex = 0;
  1402. this.label27.Text = "MCU温度:";
  1403. //
  1404. // label25
  1405. //
  1406. this.label25.AutoSize = true;
  1407. this.label25.Location = new System.Drawing.Point(249, 68);
  1408. this.label25.Name = "label25";
  1409. this.label25.Size = new System.Drawing.Size(90, 21);
  1410. this.label25.TabIndex = 0;
  1411. this.label25.Text = "绕组温度:";
  1412. //
  1413. // label23
  1414. //
  1415. this.label23.AutoSize = true;
  1416. this.label23.Location = new System.Drawing.Point(250, 33);
  1417. this.label23.Name = "label23";
  1418. this.label23.Size = new System.Drawing.Size(89, 21);
  1419. this.label23.TabIndex = 0;
  1420. this.label23.Text = "PCB温度:";
  1421. //
  1422. // label9
  1423. //
  1424. this.label9.AutoSize = true;
  1425. this.label9.Location = new System.Drawing.Point(7, 33);
  1426. this.label9.Name = "label9";
  1427. this.label9.Size = new System.Drawing.Size(58, 21);
  1428. this.label9.TabIndex = 0;
  1429. this.label9.Text = "车速:";
  1430. //
  1431. // toolStripComboBox1
  1432. //
  1433. this.toolStripComboBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1434. this.toolStripComboBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1435. this.toolStripComboBox1.Name = "toolStripComboBox1";
  1436. this.toolStripComboBox1.Size = new System.Drawing.Size(121, 29);
  1437. //
  1438. // timer1
  1439. //
  1440. this.timer1.Interval = 20;
  1441. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  1442. //
  1443. // timer2
  1444. //
  1445. this.timer2.Interval = 1000;
  1446. this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  1447. //
  1448. // richTextBox_CfgFile
  1449. //
  1450. this.richTextBox_CfgFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  1451. this.richTextBox_CfgFile.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1452. this.richTextBox_CfgFile.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1453. this.richTextBox_CfgFile.Location = new System.Drawing.Point(974, 114);
  1454. this.richTextBox_CfgFile.Name = "richTextBox_CfgFile";
  1455. this.richTextBox_CfgFile.ReadOnly = true;
  1456. this.richTextBox_CfgFile.Size = new System.Drawing.Size(250, 674);
  1457. this.richTextBox_CfgFile.TabIndex = 11;
  1458. this.richTextBox_CfgFile.Text = "";
  1459. //
  1460. // groupBox3
  1461. //
  1462. this.groupBox3.Controls.Add(this.richTextBox_TestRecord);
  1463. this.groupBox3.Controls.Add(this.label_Step);
  1464. this.groupBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1465. this.groupBox3.Location = new System.Drawing.Point(12, 306);
  1466. this.groupBox3.Name = "groupBox3";
  1467. this.groupBox3.Size = new System.Drawing.Size(476, 275);
  1468. this.groupBox3.TabIndex = 10;
  1469. this.groupBox3.TabStop = false;
  1470. this.groupBox3.Text = "测试步骤";
  1471. //
  1472. // richTextBox_TestRecord
  1473. //
  1474. this.richTextBox_TestRecord.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  1475. this.richTextBox_TestRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1476. this.richTextBox_TestRecord.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1477. this.richTextBox_TestRecord.Location = new System.Drawing.Point(6, 79);
  1478. this.richTextBox_TestRecord.Name = "richTextBox_TestRecord";
  1479. this.richTextBox_TestRecord.ReadOnly = true;
  1480. this.richTextBox_TestRecord.Size = new System.Drawing.Size(464, 190);
  1481. this.richTextBox_TestRecord.TabIndex = 0;
  1482. this.richTextBox_TestRecord.Text = "";
  1483. this.richTextBox_TestRecord.TextChanged += new System.EventHandler(this.richTextBox_TestRecord_TextChanged);
  1484. //
  1485. // label_Step
  1486. //
  1487. this.label_Step.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  1488. this.label_Step.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1489. this.label_Step.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1490. this.label_Step.Location = new System.Drawing.Point(6, 25);
  1491. this.label_Step.Name = "label_Step";
  1492. this.label_Step.Size = new System.Drawing.Size(465, 51);
  1493. this.label_Step.TabIndex = 0;
  1494. this.label_Step.Text = "准备就绪";
  1495. this.label_Step.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1496. //
  1497. // label_Result
  1498. //
  1499. this.label_Result.BackColor = System.Drawing.Color.Red;
  1500. this.label_Result.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1501. this.label_Result.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  1502. this.label_Result.Location = new System.Drawing.Point(18, 251);
  1503. this.label_Result.Name = "label_Result";
  1504. this.label_Result.Size = new System.Drawing.Size(465, 51);
  1505. this.label_Result.TabIndex = 0;
  1506. this.label_Result.Text = "不合格";
  1507. this.label_Result.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1508. //
  1509. // label_NetStatus
  1510. //
  1511. this.label_NetStatus.BackColor = System.Drawing.Color.Red;
  1512. this.label_NetStatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1513. this.label_NetStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  1514. this.label_NetStatus.Location = new System.Drawing.Point(616, 791);
  1515. this.label_NetStatus.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  1516. this.label_NetStatus.Name = "label_NetStatus";
  1517. this.label_NetStatus.Size = new System.Drawing.Size(355, 21);
  1518. this.label_NetStatus.TabIndex = 3;
  1519. this.label_NetStatus.Text = "网络连接失败";
  1520. this.label_NetStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1521. //
  1522. // pictureBox2
  1523. //
  1524. this.pictureBox2.Image = global::MOTINOVA_Motor_Factory_Set.Properties.Resources._836618239619717251;
  1525. this.pictureBox2.Location = new System.Drawing.Point(991, 49);
  1526. this.pictureBox2.Name = "pictureBox2";
  1527. this.pictureBox2.Size = new System.Drawing.Size(83, 43);
  1528. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  1529. this.pictureBox2.TabIndex = 33;
  1530. this.pictureBox2.TabStop = false;
  1531. //
  1532. // pictureBox1
  1533. //
  1534. this.pictureBox1.Image = global::MOTINOVA_Motor_Factory_Set.Properties.Resources.title1;
  1535. this.pictureBox1.Location = new System.Drawing.Point(1083, 59);
  1536. this.pictureBox1.Name = "pictureBox1";
  1537. this.pictureBox1.Size = new System.Drawing.Size(136, 33);
  1538. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  1539. this.pictureBox1.TabIndex = 32;
  1540. this.pictureBox1.TabStop = false;
  1541. //
  1542. // label_TestFun
  1543. //
  1544. this.label_TestFun.AutoSize = true;
  1545. this.label_TestFun.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1546. this.label_TestFun.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  1547. this.label_TestFun.Location = new System.Drawing.Point(775, 4);
  1548. this.label_TestFun.Name = "label_TestFun";
  1549. this.label_TestFun.Size = new System.Drawing.Size(429, 21);
  1550. this.label_TestFun.TabIndex = 34;
  1551. this.label_TestFun.Text = "测试项目:系统清除、参数写入、推行测试,BMS通信检测";
  1552. //
  1553. // label_TestUser
  1554. //
  1555. this.label_TestUser.AutoSize = true;
  1556. this.label_TestUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1557. this.label_TestUser.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  1558. this.label_TestUser.Location = new System.Drawing.Point(503, 4);
  1559. this.label_TestUser.Name = "label_TestUser";
  1560. this.label_TestUser.Size = new System.Drawing.Size(114, 21);
  1561. this.label_TestUser.TabIndex = 35;
  1562. this.label_TestUser.Text = "测试员:XXXX";
  1563. //
  1564. // label31
  1565. //
  1566. this.label31.BackColor = System.Drawing.Color.Silver;
  1567. this.label31.Location = new System.Drawing.Point(495, 4);
  1568. this.label31.Name = "label31";
  1569. this.label31.Size = new System.Drawing.Size(1, 20);
  1570. this.label31.TabIndex = 36;
  1571. //
  1572. // ImportForm
  1573. //
  1574. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  1575. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1576. this.BackColor = System.Drawing.Color.White;
  1577. this.ClientSize = new System.Drawing.Size(1230, 813);
  1578. this.Controls.Add(this.label31);
  1579. this.Controls.Add(this.label_TestUser);
  1580. this.Controls.Add(this.label_TestFun);
  1581. this.Controls.Add(this.pictureBox2);
  1582. this.Controls.Add(this.pictureBox1);
  1583. this.Controls.Add(this.richTextBox_CfgFile);
  1584. this.Controls.Add(this.label_Result);
  1585. this.Controls.Add(this.groupBox4);
  1586. this.Controls.Add(this.label_SystemTime);
  1587. this.Controls.Add(this.label_NetStatus);
  1588. this.Controls.Add(this.label2);
  1589. this.Controls.Add(this.groupBox3);
  1590. this.Controls.Add(this.groupBox11);
  1591. this.Controls.Add(this.menuStrip1);
  1592. this.Controls.Add(this.groupBox9);
  1593. this.Controls.Add(this.groupBox1);
  1594. this.Controls.Add(this.groupBox2);
  1595. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1596. this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1597. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  1598. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1599. this.MainMenuStrip = this.menuStrip1;
  1600. this.Margin = new System.Windows.Forms.Padding(5);
  1601. this.MaximizeBox = false;
  1602. this.Name = "ImportForm";
  1603. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1604. this.Text = "生产模式";
  1605. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImportForm_FormClosing);
  1606. this.Load += new System.EventHandler(this.ImportForm_Load);
  1607. this.menuStrip1.ResumeLayout(false);
  1608. this.menuStrip1.PerformLayout();
  1609. this.groupBox4.ResumeLayout(false);
  1610. this.groupBox4.PerformLayout();
  1611. this.groupBox1.ResumeLayout(false);
  1612. this.groupBox1.PerformLayout();
  1613. this.groupBox2.ResumeLayout(false);
  1614. this.groupBox2.PerformLayout();
  1615. this.groupBox11.ResumeLayout(false);
  1616. this.groupBox9.ResumeLayout(false);
  1617. this.groupBox9.PerformLayout();
  1618. this.groupBox3.ResumeLayout(false);
  1619. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  1620. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1621. this.ResumeLayout(false);
  1622. this.PerformLayout();
  1623. }
  1624. #endregion
  1625. private System.Windows.Forms.Label label2;
  1626. private System.Windows.Forms.Label label_SystemTime;
  1627. private System.Windows.Forms.GroupBox groupBox4;
  1628. private System.Windows.Forms.ComboBox comboBox_File;
  1629. private System.Windows.Forms.GroupBox groupBox1;
  1630. private System.Windows.Forms.GroupBox groupBox2;
  1631. private System.Windows.Forms.Label label4;
  1632. private System.Windows.Forms.TextBox textBox_PDinfo;
  1633. private System.Windows.Forms.GroupBox groupBox9;
  1634. private System.Windows.Forms.Label label_Torque;
  1635. private System.Windows.Forms.Label label_Cadence;
  1636. private System.Windows.Forms.Label label_MotorSpeed;
  1637. private System.Windows.Forms.Label label_Current;
  1638. private System.Windows.Forms.Label label_Vol;
  1639. private System.Windows.Forms.Label label_NTC_MCU;
  1640. private System.Windows.Forms.Label label_NTC_Coil;
  1641. private System.Windows.Forms.Label label_NTC_PCB;
  1642. private System.Windows.Forms.Label label_BikeSpeed;
  1643. private System.Windows.Forms.Label label21;
  1644. private System.Windows.Forms.Label label19;
  1645. private System.Windows.Forms.Label label17;
  1646. private System.Windows.Forms.Label label15;
  1647. private System.Windows.Forms.Label label13;
  1648. private System.Windows.Forms.Label label11;
  1649. private System.Windows.Forms.Label label27;
  1650. private System.Windows.Forms.Label label25;
  1651. private System.Windows.Forms.Label label23;
  1652. private System.Windows.Forms.Label label9;
  1653. private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
  1654. private System.Windows.Forms.GroupBox groupBox11;
  1655. private System.Windows.Forms.RichTextBox richTextBox_Ver;
  1656. private System.Windows.Forms.Button button_Check_Ver;
  1657. private System.Windows.Forms.Label label12;
  1658. private System.Windows.Forms.Label label18;
  1659. private System.Windows.Forms.Label label16;
  1660. private System.Windows.Forms.Label label14;
  1661. private System.Windows.Forms.Label label_Sta_Write;
  1662. private System.Windows.Forms.Label label_Sta_Clear;
  1663. private System.Windows.Forms.Label label26;
  1664. private System.Windows.Forms.Label label37;
  1665. private System.Windows.Forms.Label label35;
  1666. private System.Windows.Forms.Label label33;
  1667. private System.Windows.Forms.Label label_sensor_cadence;
  1668. private System.Windows.Forms.Label label28;
  1669. private System.Windows.Forms.Label label_sensor_cur;
  1670. private System.Windows.Forms.Label label_sensor_vol;
  1671. private System.Windows.Forms.Label label_sensor_motor;
  1672. private System.Windows.Forms.Label label46;
  1673. private System.Windows.Forms.Label label43;
  1674. private System.Windows.Forms.Label label41;
  1675. private System.Windows.Forms.Label label39;
  1676. private System.Windows.Forms.Label label_sensor_coil_temp;
  1677. private System.Windows.Forms.Label label_sensor_MCU_temp;
  1678. private System.Windows.Forms.Label label_sensor_PCB_temp;
  1679. private System.Windows.Forms.Label label_sensor_speed;
  1680. private System.Windows.Forms.Label label_sta_light;
  1681. private System.Windows.Forms.Button button_LightCtl;
  1682. private System.Windows.Forms.Button button_Walk;
  1683. private System.Windows.Forms.RadioButton radioButton_Light_NG;
  1684. private System.Windows.Forms.RadioButton radioButton_Light_OK;
  1685. private System.Windows.Forms.TextBox textBox_Dir;
  1686. private System.Windows.Forms.TextBox textBox_Cadence;
  1687. private System.Windows.Forms.TextBox textBox_Torque;
  1688. private System.Windows.Forms.TextBox textBox_MotorSpeed;
  1689. private System.Windows.Forms.TextBox textBox_MCU;
  1690. private System.Windows.Forms.TextBox textBox_Cur;
  1691. private System.Windows.Forms.TextBox textBox_Coil;
  1692. private System.Windows.Forms.TextBox textBox_Vol;
  1693. private System.Windows.Forms.Label label1;
  1694. private System.Windows.Forms.TextBox textBox_PCB;
  1695. private System.Windows.Forms.TextBox textBox_BikeSpeed;
  1696. private System.Windows.Forms.Label label_error_code;
  1697. private System.Windows.Forms.Label label7;
  1698. private System.Windows.Forms.Button button_Start;
  1699. private System.Windows.Forms.Timer timer2;
  1700. private System.Windows.Forms.MenuStrip menuStrip1;
  1701. private System.Windows.Forms.Label label_ErrorInfo;
  1702. private System.Windows.Forms.RichTextBox richTextBox_CfgFile;
  1703. private System.Windows.Forms.Label label3;
  1704. private System.Windows.Forms.GroupBox groupBox3;
  1705. private System.Windows.Forms.RichTextBox richTextBox_TestRecord;
  1706. private System.Windows.Forms.Label label_Result;
  1707. private System.Windows.Forms.Label label_Step;
  1708. private System.Windows.Forms.Label label6;
  1709. private System.Windows.Forms.Label label_FW_Version;
  1710. private System.Windows.Forms.Label label_SerialNum;
  1711. private System.Windows.Forms.Label label24;
  1712. private System.Windows.Forms.Label label20;
  1713. private System.Windows.Forms.Label label_Sensor_Gas;
  1714. private System.Windows.Forms.Label label_Sensor_Break1;
  1715. private System.Windows.Forms.Label label8;
  1716. public System.Windows.Forms.Label label_NetStatus;
  1717. private System.Windows.Forms.ComboBox comboBox_cfgFileDate;
  1718. private System.Windows.Forms.Label label22;
  1719. private System.Windows.Forms.Label label_BMS_COM;
  1720. public System.Windows.Forms.CheckBox checkBox_LocalFile;
  1721. private System.Windows.Forms.Label label_Sensor_Break2;
  1722. private System.Windows.Forms.Label label36;
  1723. public System.Windows.Forms.Timer timer1;
  1724. private System.Windows.Forms.PictureBox pictureBox2;
  1725. private System.Windows.Forms.PictureBox pictureBox1;
  1726. private System.Windows.Forms.ToolStripMenuItem 工具箱ToolStripMenuItem;
  1727. private System.Windows.Forms.ToolStripMenuItem 屏幕键盘ToolStripMenuItem;
  1728. private System.Windows.Forms.ToolStripMenuItem 设置ToolStripMenuItem;
  1729. private System.Windows.Forms.ToolStripMenuItem 端口选择ToolStripMenuItem;
  1730. private System.Windows.Forms.ToolStripMenuItem 系统开关ToolStripMenuItem;
  1731. private System.Windows.Forms.ToolStripMenuItem 开ToolStripMenuItem;
  1732. private System.Windows.Forms.ToolStripMenuItem 关ToolStripMenuItem;
  1733. private System.Windows.Forms.Label label_TestFun;
  1734. private System.Windows.Forms.ToolStripMenuItem 功能设置ToolStripMenuItem;
  1735. private System.Windows.Forms.ToolStripMenuItem 推行测试ToolStripMenuItem;
  1736. private System.Windows.Forms.ToolStripMenuItem 推行测试执行ToolStripMenuItem;
  1737. private System.Windows.Forms.ToolStripMenuItem 推行测试不执行ToolStripMenuItem;
  1738. private System.Windows.Forms.ToolStripMenuItem 系统清除ToolStripMenuItem;
  1739. private System.Windows.Forms.ToolStripMenuItem 系统清除执行ToolStripMenuItem;
  1740. private System.Windows.Forms.ToolStripMenuItem 系统清除不执行ToolStripMenuItem;
  1741. private System.Windows.Forms.ToolStripMenuItem bMS通信检测ToolStripMenuItem;
  1742. private System.Windows.Forms.ToolStripMenuItem BMS检测执行ToolStripMenuItem1;
  1743. private System.Windows.Forms.ToolStripMenuItem BMS检测不执行ToolStripMenuItem1;
  1744. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1745. private System.Windows.Forms.ToolStripMenuItem 只写入参数ToolStripMenuItem;
  1746. private System.Windows.Forms.ToolStripMenuItem 查看文件ToolStripMenuItem;
  1747. private System.Windows.Forms.ToolStripMenuItem 合格ToolStripMenuItem;
  1748. private System.Windows.Forms.ToolStripMenuItem 不合格ToolStripMenuItem;
  1749. private System.Windows.Forms.Label label_TestUser;
  1750. private System.Windows.Forms.Label label31;
  1751. private System.Windows.Forms.Label label30;
  1752. private System.Windows.Forms.Label label_Boot_Version;
  1753. private System.Windows.Forms.Label label29;
  1754. private System.Windows.Forms.Label label_OK_Count;
  1755. private System.Windows.Forms.Label label5;
  1756. }
  1757. }