ImportForm.Designer.cs 100 KB

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