ImportForm.Designer.cs 95 KB

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