ImportForm.Designer.cs 83 KB

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