ExportForm.Designer.cs 74 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546
  1. namespace MOTINOVA_Motor_Factory_Set
  2. {
  3. partial class ExportForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportForm));
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.groupBox2 = new System.Windows.Forms.GroupBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.textBox_WalkSpeed = new System.Windows.Forms.TextBox();
  33. this.textBox_WheelSizeAdj = new System.Windows.Forms.TextBox();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.textBox_CadenceStart = new System.Windows.Forms.TextBox();
  36. this.label9 = new System.Windows.Forms.Label();
  37. this.textBox_SMART_Gain = new System.Windows.Forms.TextBox();
  38. this.label12 = new System.Windows.Forms.Label();
  39. this.textBox_SPORT_Acc = new System.Windows.Forms.TextBox();
  40. this.label15 = new System.Windows.Forms.Label();
  41. this.textBox_NORM_Gain = new System.Windows.Forms.TextBox();
  42. this.label18 = new System.Windows.Forms.Label();
  43. this.textBox_Serial = new System.Windows.Forms.TextBox();
  44. this.label21 = new System.Windows.Forms.Label();
  45. this.textBox_NTC_Ptotect = new System.Windows.Forms.TextBox();
  46. this.label24 = new System.Windows.Forms.Label();
  47. this.textBox_T_Tail = new System.Windows.Forms.TextBox();
  48. this.label49 = new System.Windows.Forms.Label();
  49. this.label27 = new System.Windows.Forms.Label();
  50. this.textBox_SpeedLimit = new System.Windows.Forms.TextBox();
  51. this.textBox_Walk_SpeedLimit = new System.Windows.Forms.TextBox();
  52. this.label4 = new System.Windows.Forms.Label();
  53. this.label7 = new System.Windows.Forms.Label();
  54. this.textBox_SMART_Acc = new System.Windows.Forms.TextBox();
  55. this.textBox_UV_Protect = new System.Windows.Forms.TextBox();
  56. this.textBox_SpeedSensor = new System.Windows.Forms.TextBox();
  57. this.label10 = new System.Windows.Forms.Label();
  58. this.textBox_TURBO_Gain = new System.Windows.Forms.TextBox();
  59. this.textBox_TURBO_Acc = new System.Windows.Forms.TextBox();
  60. this.label13 = new System.Windows.Forms.Label();
  61. this.textBox_NORM_Acc = new System.Windows.Forms.TextBox();
  62. this.textBox_SPORT_Gain = new System.Windows.Forms.TextBox();
  63. this.label16 = new System.Windows.Forms.Label();
  64. this.textBox_ECO_Gain = new System.Windows.Forms.TextBox();
  65. this.textBox_ECO_Acc = new System.Windows.Forms.TextBox();
  66. this.label19 = new System.Windows.Forms.Label();
  67. this.textBox_WheelSize = new System.Windows.Forms.TextBox();
  68. this.label22 = new System.Windows.Forms.Label();
  69. this.textBox_NTC_Alarm = new System.Windows.Forms.TextBox();
  70. this.label25 = new System.Windows.Forms.Label();
  71. this.label48 = new System.Windows.Forms.Label();
  72. this.textBox_MaxCurrent = new System.Windows.Forms.TextBox();
  73. this.textBox_Dec = new System.Windows.Forms.TextBox();
  74. this.textBox_T_Front = new System.Windows.Forms.TextBox();
  75. this.label28 = new System.Windows.Forms.Label();
  76. this.textBox_StopTime = new System.Windows.Forms.TextBox();
  77. this.label5 = new System.Windows.Forms.Label();
  78. this.comboBox_SpeedSensor = new System.Windows.Forms.ComboBox();
  79. this.comboBox_GasMode = new System.Windows.Forms.ComboBox();
  80. this.label8 = new System.Windows.Forms.Label();
  81. this.label11 = new System.Windows.Forms.Label();
  82. this.label14 = new System.Windows.Forms.Label();
  83. this.label17 = new System.Windows.Forms.Label();
  84. this.label20 = new System.Windows.Forms.Label();
  85. this.comboBox_NoPBU = new System.Windows.Forms.ComboBox();
  86. this.label23 = new System.Windows.Forms.Label();
  87. this.label26 = new System.Windows.Forms.Label();
  88. this.label47 = new System.Windows.Forms.Label();
  89. this.label29 = new System.Windows.Forms.Label();
  90. this.comboBox_StartMode = new System.Windows.Forms.ComboBox();
  91. this.groupBox3 = new System.Windows.Forms.GroupBox();
  92. this.label3 = new System.Windows.Forms.Label();
  93. this.label46 = new System.Windows.Forms.Label();
  94. this.textBox_Angle_R = new System.Windows.Forms.TextBox();
  95. this.comboBox_LightMode = new System.Windows.Forms.ComboBox();
  96. this.label44 = new System.Windows.Forms.Label();
  97. this.comboBox_AstSensor = new System.Windows.Forms.ComboBox();
  98. this.label45 = new System.Windows.Forms.Label();
  99. this.textBox_Angle_P = new System.Windows.Forms.TextBox();
  100. this.groupBox7 = new System.Windows.Forms.GroupBox();
  101. this.label43 = new System.Windows.Forms.Label();
  102. this.label42 = new System.Windows.Forms.Label();
  103. this.textBox_Info2 = new System.Windows.Forms.TextBox();
  104. this.label41 = new System.Windows.Forms.Label();
  105. this.textBox_Info1 = new System.Windows.Forms.TextBox();
  106. this.textBox_Info3 = new System.Windows.Forms.TextBox();
  107. this.groupBox4 = new System.Windows.Forms.GroupBox();
  108. this.label35 = new System.Windows.Forms.Label();
  109. this.label30 = new System.Windows.Forms.Label();
  110. this.label31 = new System.Windows.Forms.Label();
  111. this.label32 = new System.Windows.Forms.Label();
  112. this.textBox_RatePower = new System.Windows.Forms.TextBox();
  113. this.textBox_RotorR = new System.Windows.Forms.TextBox();
  114. this.textBox_Rate_Vol = new System.Windows.Forms.TextBox();
  115. this.textBox_Rotor_Ld = new System.Windows.Forms.TextBox();
  116. this.label36 = new System.Windows.Forms.Label();
  117. this.label33 = new System.Windows.Forms.Label();
  118. this.label34 = new System.Windows.Forms.Label();
  119. this.textBox_RateSpeed = new System.Windows.Forms.TextBox();
  120. this.textBox_Rotor_Lq = new System.Windows.Forms.TextBox();
  121. this.textBox_E = new System.Windows.Forms.TextBox();
  122. this.groupBox5 = new System.Windows.Forms.GroupBox();
  123. this.label37 = new System.Windows.Forms.Label();
  124. this.textBox_Secrect = new System.Windows.Forms.TextBox();
  125. this.groupBox6 = new System.Windows.Forms.GroupBox();
  126. this.label40 = new System.Windows.Forms.Label();
  127. this.label38 = new System.Windows.Forms.Label();
  128. this.label39 = new System.Windows.Forms.Label();
  129. this.textBox_Mac_Date = new System.Windows.Forms.TextBox();
  130. this.textBox_Mac = new System.Windows.Forms.TextBox();
  131. this.textBox_Mac_Addr = new System.Windows.Forms.TextBox();
  132. this.button_Generate = new System.Windows.Forms.Button();
  133. this.button_Default = new System.Windows.Forms.Button();
  134. this.groupBox1 = new System.Windows.Forms.GroupBox();
  135. this.label53 = new System.Windows.Forms.Label();
  136. this.label52 = new System.Windows.Forms.Label();
  137. this.label51 = new System.Windows.Forms.Label();
  138. this.textBox_Remark = new System.Windows.Forms.TextBox();
  139. this.label50 = new System.Windows.Forms.Label();
  140. this.textBox_FW_Version = new System.Windows.Forms.TextBox();
  141. this.textBox_Client = new System.Windows.Forms.TextBox();
  142. this.textBox_Model = new System.Windows.Forms.TextBox();
  143. this.groupBox8 = new System.Windows.Forms.GroupBox();
  144. this.label54 = new System.Windows.Forms.Label();
  145. this.label55 = new System.Windows.Forms.Label();
  146. this.textBox_SpeedTh = new System.Windows.Forms.TextBox();
  147. this.textBox_NC_Current = new System.Windows.Forms.TextBox();
  148. this.textBox_GasSpeedTh = new System.Windows.Forms.TextBox();
  149. this.label56 = new System.Windows.Forms.Label();
  150. this.textBox_TE_FW_Version = new System.Windows.Forms.TextBox();
  151. this.label57 = new System.Windows.Forms.Label();
  152. this.groupBox2.SuspendLayout();
  153. this.groupBox3.SuspendLayout();
  154. this.groupBox7.SuspendLayout();
  155. this.groupBox4.SuspendLayout();
  156. this.groupBox5.SuspendLayout();
  157. this.groupBox6.SuspendLayout();
  158. this.groupBox1.SuspendLayout();
  159. this.groupBox8.SuspendLayout();
  160. this.SuspendLayout();
  161. //
  162. // label2
  163. //
  164. this.label2.AutoSize = true;
  165. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  167. this.label2.Location = new System.Drawing.Point(8, 578);
  168. this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  169. this.label2.Name = "label2";
  170. this.label2.Size = new System.Drawing.Size(423, 21);
  171. this.label2.TabIndex = 5;
  172. this.label2.Text = "Copyright © 2021 MOTINOVA Inc. All Rights Reserved";
  173. //
  174. // groupBox2
  175. //
  176. this.groupBox2.Controls.Add(this.label1);
  177. this.groupBox2.Controls.Add(this.textBox_WalkSpeed);
  178. this.groupBox2.Controls.Add(this.textBox_WheelSizeAdj);
  179. this.groupBox2.Controls.Add(this.label6);
  180. this.groupBox2.Controls.Add(this.textBox_CadenceStart);
  181. this.groupBox2.Controls.Add(this.label9);
  182. this.groupBox2.Controls.Add(this.textBox_SMART_Gain);
  183. this.groupBox2.Controls.Add(this.label12);
  184. this.groupBox2.Controls.Add(this.textBox_SPORT_Acc);
  185. this.groupBox2.Controls.Add(this.label15);
  186. this.groupBox2.Controls.Add(this.textBox_NORM_Gain);
  187. this.groupBox2.Controls.Add(this.label18);
  188. this.groupBox2.Controls.Add(this.textBox_Serial);
  189. this.groupBox2.Controls.Add(this.label21);
  190. this.groupBox2.Controls.Add(this.textBox_NTC_Ptotect);
  191. this.groupBox2.Controls.Add(this.label24);
  192. this.groupBox2.Controls.Add(this.textBox_T_Tail);
  193. this.groupBox2.Controls.Add(this.label49);
  194. this.groupBox2.Controls.Add(this.label27);
  195. this.groupBox2.Controls.Add(this.textBox_SpeedLimit);
  196. this.groupBox2.Controls.Add(this.textBox_Walk_SpeedLimit);
  197. this.groupBox2.Controls.Add(this.label4);
  198. this.groupBox2.Controls.Add(this.label7);
  199. this.groupBox2.Controls.Add(this.textBox_SMART_Acc);
  200. this.groupBox2.Controls.Add(this.textBox_UV_Protect);
  201. this.groupBox2.Controls.Add(this.textBox_SpeedSensor);
  202. this.groupBox2.Controls.Add(this.label10);
  203. this.groupBox2.Controls.Add(this.textBox_TURBO_Gain);
  204. this.groupBox2.Controls.Add(this.textBox_TURBO_Acc);
  205. this.groupBox2.Controls.Add(this.label13);
  206. this.groupBox2.Controls.Add(this.textBox_NORM_Acc);
  207. this.groupBox2.Controls.Add(this.textBox_SPORT_Gain);
  208. this.groupBox2.Controls.Add(this.label16);
  209. this.groupBox2.Controls.Add(this.textBox_ECO_Gain);
  210. this.groupBox2.Controls.Add(this.textBox_ECO_Acc);
  211. this.groupBox2.Controls.Add(this.label19);
  212. this.groupBox2.Controls.Add(this.textBox_WheelSize);
  213. this.groupBox2.Controls.Add(this.label22);
  214. this.groupBox2.Controls.Add(this.textBox_NTC_Alarm);
  215. this.groupBox2.Controls.Add(this.label25);
  216. this.groupBox2.Controls.Add(this.label48);
  217. this.groupBox2.Controls.Add(this.textBox_MaxCurrent);
  218. this.groupBox2.Controls.Add(this.textBox_Dec);
  219. this.groupBox2.Controls.Add(this.textBox_T_Front);
  220. this.groupBox2.Controls.Add(this.label28);
  221. this.groupBox2.Controls.Add(this.textBox_StopTime);
  222. this.groupBox2.Controls.Add(this.label5);
  223. this.groupBox2.Controls.Add(this.comboBox_SpeedSensor);
  224. this.groupBox2.Controls.Add(this.comboBox_GasMode);
  225. this.groupBox2.Controls.Add(this.label8);
  226. this.groupBox2.Controls.Add(this.label11);
  227. this.groupBox2.Controls.Add(this.label14);
  228. this.groupBox2.Controls.Add(this.label17);
  229. this.groupBox2.Controls.Add(this.label20);
  230. this.groupBox2.Controls.Add(this.comboBox_NoPBU);
  231. this.groupBox2.Controls.Add(this.label23);
  232. this.groupBox2.Controls.Add(this.label26);
  233. this.groupBox2.Controls.Add(this.label47);
  234. this.groupBox2.Controls.Add(this.label29);
  235. this.groupBox2.Controls.Add(this.comboBox_StartMode);
  236. this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  237. this.groupBox2.Location = new System.Drawing.Point(12, 12);
  238. this.groupBox2.Name = "groupBox2";
  239. this.groupBox2.Size = new System.Drawing.Size(530, 396);
  240. this.groupBox2.TabIndex = 3;
  241. this.groupBox2.TabStop = false;
  242. this.groupBox2.Text = "用户参数1";
  243. //
  244. // label1
  245. //
  246. this.label1.AutoSize = true;
  247. this.label1.Location = new System.Drawing.Point(6, 33);
  248. this.label1.Name = "label1";
  249. this.label1.Size = new System.Drawing.Size(74, 21);
  250. this.label1.TabIndex = 0;
  251. this.label1.Text = "启动模式";
  252. //
  253. // textBox_WalkSpeed
  254. //
  255. this.textBox_WalkSpeed.ForeColor = System.Drawing.Color.Black;
  256. this.textBox_WalkSpeed.Location = new System.Drawing.Point(463, 353);
  257. this.textBox_WalkSpeed.Name = "textBox_WalkSpeed";
  258. this.textBox_WalkSpeed.Size = new System.Drawing.Size(60, 29);
  259. this.textBox_WalkSpeed.TabIndex = 2;
  260. //
  261. // textBox_WheelSizeAdj
  262. //
  263. this.textBox_WheelSizeAdj.ForeColor = System.Drawing.Color.Black;
  264. this.textBox_WheelSizeAdj.Location = new System.Drawing.Point(463, 317);
  265. this.textBox_WheelSizeAdj.Name = "textBox_WheelSizeAdj";
  266. this.textBox_WheelSizeAdj.Size = new System.Drawing.Size(60, 29);
  267. this.textBox_WheelSizeAdj.TabIndex = 2;
  268. //
  269. // label6
  270. //
  271. this.label6.AutoSize = true;
  272. this.label6.Location = new System.Drawing.Point(6, 69);
  273. this.label6.Name = "label6";
  274. this.label6.Size = new System.Drawing.Size(74, 21);
  275. this.label6.TabIndex = 0;
  276. this.label6.Text = "下降速度";
  277. //
  278. // textBox_CadenceStart
  279. //
  280. this.textBox_CadenceStart.ForeColor = System.Drawing.Color.Black;
  281. this.textBox_CadenceStart.Location = new System.Drawing.Point(463, 281);
  282. this.textBox_CadenceStart.Name = "textBox_CadenceStart";
  283. this.textBox_CadenceStart.Size = new System.Drawing.Size(60, 29);
  284. this.textBox_CadenceStart.TabIndex = 2;
  285. //
  286. // label9
  287. //
  288. this.label9.AutoSize = true;
  289. this.label9.Location = new System.Drawing.Point(6, 105);
  290. this.label9.Name = "label9";
  291. this.label9.Size = new System.Drawing.Size(58, 21);
  292. this.label9.TabIndex = 0;
  293. this.label9.Text = "限流值";
  294. //
  295. // textBox_SMART_Gain
  296. //
  297. this.textBox_SMART_Gain.ForeColor = System.Drawing.Color.Black;
  298. this.textBox_SMART_Gain.Location = new System.Drawing.Point(463, 245);
  299. this.textBox_SMART_Gain.Name = "textBox_SMART_Gain";
  300. this.textBox_SMART_Gain.Size = new System.Drawing.Size(60, 29);
  301. this.textBox_SMART_Gain.TabIndex = 2;
  302. //
  303. // label12
  304. //
  305. this.label12.AutoSize = true;
  306. this.label12.Location = new System.Drawing.Point(6, 141);
  307. this.label12.Name = "label12";
  308. this.label12.Size = new System.Drawing.Size(42, 21);
  309. this.label12.TabIndex = 0;
  310. this.label12.Text = "码表";
  311. //
  312. // textBox_SPORT_Acc
  313. //
  314. this.textBox_SPORT_Acc.ForeColor = System.Drawing.Color.Black;
  315. this.textBox_SPORT_Acc.Location = new System.Drawing.Point(463, 209);
  316. this.textBox_SPORT_Acc.Name = "textBox_SPORT_Acc";
  317. this.textBox_SPORT_Acc.Size = new System.Drawing.Size(60, 29);
  318. this.textBox_SPORT_Acc.TabIndex = 2;
  319. //
  320. // label15
  321. //
  322. this.label15.AutoSize = true;
  323. this.label15.Location = new System.Drawing.Point(6, 177);
  324. this.label15.Name = "label15";
  325. this.label15.Size = new System.Drawing.Size(75, 21);
  326. this.label15.TabIndex = 0;
  327. this.label15.Text = "ECO增益";
  328. //
  329. // textBox_NORM_Gain
  330. //
  331. this.textBox_NORM_Gain.ForeColor = System.Drawing.Color.Black;
  332. this.textBox_NORM_Gain.Location = new System.Drawing.Point(463, 173);
  333. this.textBox_NORM_Gain.Name = "textBox_NORM_Gain";
  334. this.textBox_NORM_Gain.Size = new System.Drawing.Size(60, 29);
  335. this.textBox_NORM_Gain.TabIndex = 2;
  336. //
  337. // label18
  338. //
  339. this.label18.AutoSize = true;
  340. this.label18.Location = new System.Drawing.Point(6, 213);
  341. this.label18.Name = "label18";
  342. this.label18.Size = new System.Drawing.Size(94, 21);
  343. this.label18.TabIndex = 0;
  344. this.label18.Text = "NORM加速";
  345. //
  346. // textBox_Serial
  347. //
  348. this.textBox_Serial.ForeColor = System.Drawing.Color.Black;
  349. this.textBox_Serial.Location = new System.Drawing.Point(463, 137);
  350. this.textBox_Serial.Name = "textBox_Serial";
  351. this.textBox_Serial.Size = new System.Drawing.Size(60, 29);
  352. this.textBox_Serial.TabIndex = 2;
  353. //
  354. // label21
  355. //
  356. this.label21.AutoSize = true;
  357. this.label21.Location = new System.Drawing.Point(6, 249);
  358. this.label21.Name = "label21";
  359. this.label21.Size = new System.Drawing.Size(96, 21);
  360. this.label21.TabIndex = 0;
  361. this.label21.Text = "TURBO增益";
  362. //
  363. // textBox_NTC_Ptotect
  364. //
  365. this.textBox_NTC_Ptotect.ForeColor = System.Drawing.Color.Black;
  366. this.textBox_NTC_Ptotect.Location = new System.Drawing.Point(463, 101);
  367. this.textBox_NTC_Ptotect.Name = "textBox_NTC_Ptotect";
  368. this.textBox_NTC_Ptotect.Size = new System.Drawing.Size(60, 29);
  369. this.textBox_NTC_Ptotect.TabIndex = 2;
  370. //
  371. // label24
  372. //
  373. this.label24.AutoSize = true;
  374. this.label24.Location = new System.Drawing.Point(6, 285);
  375. this.label24.Name = "label24";
  376. this.label24.Size = new System.Drawing.Size(97, 21);
  377. this.label24.TabIndex = 0;
  378. this.label24.Text = "SMART加速";
  379. //
  380. // textBox_T_Tail
  381. //
  382. this.textBox_T_Tail.ForeColor = System.Drawing.Color.Black;
  383. this.textBox_T_Tail.Location = new System.Drawing.Point(463, 65);
  384. this.textBox_T_Tail.Name = "textBox_T_Tail";
  385. this.textBox_T_Tail.Size = new System.Drawing.Size(60, 29);
  386. this.textBox_T_Tail.TabIndex = 2;
  387. //
  388. // label49
  389. //
  390. this.label49.AutoSize = true;
  391. this.label49.Location = new System.Drawing.Point(7, 357);
  392. this.label49.Name = "label49";
  393. this.label49.Size = new System.Drawing.Size(74, 21);
  394. this.label49.TabIndex = 0;
  395. this.label49.Text = "低压保护";
  396. //
  397. // label27
  398. //
  399. this.label27.AutoSize = true;
  400. this.label27.Location = new System.Drawing.Point(6, 321);
  401. this.label27.Name = "label27";
  402. this.label27.Size = new System.Drawing.Size(74, 21);
  403. this.label27.TabIndex = 0;
  404. this.label27.Text = "指拨模式";
  405. //
  406. // textBox_SpeedLimit
  407. //
  408. this.textBox_SpeedLimit.ForeColor = System.Drawing.Color.Black;
  409. this.textBox_SpeedLimit.Location = new System.Drawing.Point(463, 29);
  410. this.textBox_SpeedLimit.Name = "textBox_SpeedLimit";
  411. this.textBox_SpeedLimit.Size = new System.Drawing.Size(60, 29);
  412. this.textBox_SpeedLimit.TabIndex = 2;
  413. //
  414. // textBox_Walk_SpeedLimit
  415. //
  416. this.textBox_Walk_SpeedLimit.ForeColor = System.Drawing.Color.Black;
  417. this.textBox_Walk_SpeedLimit.Location = new System.Drawing.Point(288, 353);
  418. this.textBox_Walk_SpeedLimit.Name = "textBox_Walk_SpeedLimit";
  419. this.textBox_Walk_SpeedLimit.Size = new System.Drawing.Size(70, 29);
  420. this.textBox_Walk_SpeedLimit.TabIndex = 2;
  421. //
  422. // label4
  423. //
  424. this.label4.AutoSize = true;
  425. this.label4.Location = new System.Drawing.Point(180, 33);
  426. this.label4.Name = "label4";
  427. this.label4.Size = new System.Drawing.Size(74, 21);
  428. this.label4.TabIndex = 0;
  429. this.label4.Text = "停机时间";
  430. //
  431. // label7
  432. //
  433. this.label7.AutoSize = true;
  434. this.label7.Location = new System.Drawing.Point(180, 69);
  435. this.label7.Name = "label7";
  436. this.label7.Size = new System.Drawing.Size(42, 21);
  437. this.label7.TabIndex = 0;
  438. this.label7.Text = "前飞";
  439. //
  440. // textBox_SMART_Acc
  441. //
  442. this.textBox_SMART_Acc.ForeColor = System.Drawing.Color.Black;
  443. this.textBox_SMART_Acc.Location = new System.Drawing.Point(105, 281);
  444. this.textBox_SMART_Acc.Name = "textBox_SMART_Acc";
  445. this.textBox_SMART_Acc.Size = new System.Drawing.Size(70, 29);
  446. this.textBox_SMART_Acc.TabIndex = 2;
  447. //
  448. // textBox_UV_Protect
  449. //
  450. this.textBox_UV_Protect.ForeColor = System.Drawing.Color.Black;
  451. this.textBox_UV_Protect.Location = new System.Drawing.Point(105, 353);
  452. this.textBox_UV_Protect.Name = "textBox_UV_Protect";
  453. this.textBox_UV_Protect.Size = new System.Drawing.Size(70, 29);
  454. this.textBox_UV_Protect.TabIndex = 2;
  455. //
  456. // textBox_SpeedSensor
  457. //
  458. this.textBox_SpeedSensor.ForeColor = System.Drawing.Color.Black;
  459. this.textBox_SpeedSensor.Location = new System.Drawing.Point(288, 281);
  460. this.textBox_SpeedSensor.Name = "textBox_SpeedSensor";
  461. this.textBox_SpeedSensor.Size = new System.Drawing.Size(70, 29);
  462. this.textBox_SpeedSensor.TabIndex = 2;
  463. //
  464. // label10
  465. //
  466. this.label10.AutoSize = true;
  467. this.label10.Location = new System.Drawing.Point(180, 105);
  468. this.label10.Name = "label10";
  469. this.label10.Size = new System.Drawing.Size(74, 21);
  470. this.label10.TabIndex = 0;
  471. this.label10.Text = "温度预警";
  472. //
  473. // textBox_TURBO_Gain
  474. //
  475. this.textBox_TURBO_Gain.ForeColor = System.Drawing.Color.Black;
  476. this.textBox_TURBO_Gain.Location = new System.Drawing.Point(105, 245);
  477. this.textBox_TURBO_Gain.Name = "textBox_TURBO_Gain";
  478. this.textBox_TURBO_Gain.Size = new System.Drawing.Size(70, 29);
  479. this.textBox_TURBO_Gain.TabIndex = 2;
  480. //
  481. // textBox_TURBO_Acc
  482. //
  483. this.textBox_TURBO_Acc.ForeColor = System.Drawing.Color.Black;
  484. this.textBox_TURBO_Acc.Location = new System.Drawing.Point(288, 245);
  485. this.textBox_TURBO_Acc.Name = "textBox_TURBO_Acc";
  486. this.textBox_TURBO_Acc.Size = new System.Drawing.Size(70, 29);
  487. this.textBox_TURBO_Acc.TabIndex = 2;
  488. //
  489. // label13
  490. //
  491. this.label13.AutoSize = true;
  492. this.label13.Location = new System.Drawing.Point(180, 141);
  493. this.label13.Name = "label13";
  494. this.label13.Size = new System.Drawing.Size(74, 21);
  495. this.label13.TabIndex = 0;
  496. this.label13.Text = "轮胎周长";
  497. //
  498. // textBox_NORM_Acc
  499. //
  500. this.textBox_NORM_Acc.ForeColor = System.Drawing.Color.Black;
  501. this.textBox_NORM_Acc.Location = new System.Drawing.Point(105, 209);
  502. this.textBox_NORM_Acc.Name = "textBox_NORM_Acc";
  503. this.textBox_NORM_Acc.Size = new System.Drawing.Size(70, 29);
  504. this.textBox_NORM_Acc.TabIndex = 2;
  505. //
  506. // textBox_SPORT_Gain
  507. //
  508. this.textBox_SPORT_Gain.ForeColor = System.Drawing.Color.Black;
  509. this.textBox_SPORT_Gain.Location = new System.Drawing.Point(288, 209);
  510. this.textBox_SPORT_Gain.Name = "textBox_SPORT_Gain";
  511. this.textBox_SPORT_Gain.Size = new System.Drawing.Size(70, 29);
  512. this.textBox_SPORT_Gain.TabIndex = 2;
  513. //
  514. // label16
  515. //
  516. this.label16.AutoSize = true;
  517. this.label16.Location = new System.Drawing.Point(180, 177);
  518. this.label16.Name = "label16";
  519. this.label16.Size = new System.Drawing.Size(75, 21);
  520. this.label16.TabIndex = 0;
  521. this.label16.Text = "ECO加速";
  522. //
  523. // textBox_ECO_Gain
  524. //
  525. this.textBox_ECO_Gain.ForeColor = System.Drawing.Color.Black;
  526. this.textBox_ECO_Gain.Location = new System.Drawing.Point(105, 173);
  527. this.textBox_ECO_Gain.Name = "textBox_ECO_Gain";
  528. this.textBox_ECO_Gain.Size = new System.Drawing.Size(70, 29);
  529. this.textBox_ECO_Gain.TabIndex = 2;
  530. //
  531. // textBox_ECO_Acc
  532. //
  533. this.textBox_ECO_Acc.ForeColor = System.Drawing.Color.Black;
  534. this.textBox_ECO_Acc.Location = new System.Drawing.Point(288, 173);
  535. this.textBox_ECO_Acc.Name = "textBox_ECO_Acc";
  536. this.textBox_ECO_Acc.Size = new System.Drawing.Size(70, 29);
  537. this.textBox_ECO_Acc.TabIndex = 2;
  538. //
  539. // label19
  540. //
  541. this.label19.AutoSize = true;
  542. this.label19.Location = new System.Drawing.Point(180, 213);
  543. this.label19.Name = "label19";
  544. this.label19.Size = new System.Drawing.Size(93, 21);
  545. this.label19.TabIndex = 0;
  546. this.label19.Text = "SPORT增益";
  547. //
  548. // textBox_WheelSize
  549. //
  550. this.textBox_WheelSize.ForeColor = System.Drawing.Color.Black;
  551. this.textBox_WheelSize.Location = new System.Drawing.Point(288, 137);
  552. this.textBox_WheelSize.Name = "textBox_WheelSize";
  553. this.textBox_WheelSize.Size = new System.Drawing.Size(70, 29);
  554. this.textBox_WheelSize.TabIndex = 2;
  555. //
  556. // label22
  557. //
  558. this.label22.AutoSize = true;
  559. this.label22.Location = new System.Drawing.Point(180, 249);
  560. this.label22.Name = "label22";
  561. this.label22.Size = new System.Drawing.Size(96, 21);
  562. this.label22.TabIndex = 0;
  563. this.label22.Text = "TURBO加速";
  564. //
  565. // textBox_NTC_Alarm
  566. //
  567. this.textBox_NTC_Alarm.ForeColor = System.Drawing.Color.Black;
  568. this.textBox_NTC_Alarm.Location = new System.Drawing.Point(288, 101);
  569. this.textBox_NTC_Alarm.Name = "textBox_NTC_Alarm";
  570. this.textBox_NTC_Alarm.Size = new System.Drawing.Size(70, 29);
  571. this.textBox_NTC_Alarm.TabIndex = 2;
  572. //
  573. // label25
  574. //
  575. this.label25.AutoSize = true;
  576. this.label25.Location = new System.Drawing.Point(180, 285);
  577. this.label25.Name = "label25";
  578. this.label25.Size = new System.Drawing.Size(74, 21);
  579. this.label25.TabIndex = 0;
  580. this.label25.Text = "车速级数";
  581. //
  582. // label48
  583. //
  584. this.label48.AutoSize = true;
  585. this.label48.Location = new System.Drawing.Point(180, 357);
  586. this.label48.Name = "label48";
  587. this.label48.Size = new System.Drawing.Size(74, 21);
  588. this.label48.TabIndex = 0;
  589. this.label48.Text = "推行限速";
  590. //
  591. // textBox_MaxCurrent
  592. //
  593. this.textBox_MaxCurrent.ForeColor = System.Drawing.Color.Black;
  594. this.textBox_MaxCurrent.Location = new System.Drawing.Point(105, 101);
  595. this.textBox_MaxCurrent.Name = "textBox_MaxCurrent";
  596. this.textBox_MaxCurrent.Size = new System.Drawing.Size(70, 29);
  597. this.textBox_MaxCurrent.TabIndex = 2;
  598. //
  599. // textBox_Dec
  600. //
  601. this.textBox_Dec.ForeColor = System.Drawing.Color.Black;
  602. this.textBox_Dec.Location = new System.Drawing.Point(105, 65);
  603. this.textBox_Dec.Name = "textBox_Dec";
  604. this.textBox_Dec.Size = new System.Drawing.Size(70, 29);
  605. this.textBox_Dec.TabIndex = 2;
  606. //
  607. // textBox_T_Front
  608. //
  609. this.textBox_T_Front.ForeColor = System.Drawing.Color.Black;
  610. this.textBox_T_Front.Location = new System.Drawing.Point(288, 65);
  611. this.textBox_T_Front.Name = "textBox_T_Front";
  612. this.textBox_T_Front.Size = new System.Drawing.Size(70, 29);
  613. this.textBox_T_Front.TabIndex = 2;
  614. //
  615. // label28
  616. //
  617. this.label28.AutoSize = true;
  618. this.label28.Location = new System.Drawing.Point(180, 321);
  619. this.label28.Name = "label28";
  620. this.label28.Size = new System.Drawing.Size(106, 21);
  621. this.label28.TabIndex = 0;
  622. this.label28.Text = "速度信号来源";
  623. //
  624. // textBox_StopTime
  625. //
  626. this.textBox_StopTime.ForeColor = System.Drawing.Color.Black;
  627. this.textBox_StopTime.Location = new System.Drawing.Point(288, 29);
  628. this.textBox_StopTime.Name = "textBox_StopTime";
  629. this.textBox_StopTime.Size = new System.Drawing.Size(70, 29);
  630. this.textBox_StopTime.TabIndex = 2;
  631. //
  632. // label5
  633. //
  634. this.label5.AutoSize = true;
  635. this.label5.Location = new System.Drawing.Point(363, 33);
  636. this.label5.Name = "label5";
  637. this.label5.Size = new System.Drawing.Size(58, 21);
  638. this.label5.TabIndex = 0;
  639. this.label5.Text = "限速值";
  640. //
  641. // comboBox_SpeedSensor
  642. //
  643. this.comboBox_SpeedSensor.ForeColor = System.Drawing.Color.Black;
  644. this.comboBox_SpeedSensor.FormattingEnabled = true;
  645. this.comboBox_SpeedSensor.Items.AddRange(new object[] {
  646. "传感器",
  647. "踏频",
  648. "通信"});
  649. this.comboBox_SpeedSensor.Location = new System.Drawing.Point(288, 317);
  650. this.comboBox_SpeedSensor.Name = "comboBox_SpeedSensor";
  651. this.comboBox_SpeedSensor.Size = new System.Drawing.Size(70, 29);
  652. this.comboBox_SpeedSensor.TabIndex = 1;
  653. //
  654. // comboBox_GasMode
  655. //
  656. this.comboBox_GasMode.ForeColor = System.Drawing.Color.Black;
  657. this.comboBox_GasMode.FormattingEnabled = true;
  658. this.comboBox_GasMode.Items.AddRange(new object[] {
  659. "不支持",
  660. "支持"});
  661. this.comboBox_GasMode.Location = new System.Drawing.Point(105, 317);
  662. this.comboBox_GasMode.Name = "comboBox_GasMode";
  663. this.comboBox_GasMode.Size = new System.Drawing.Size(70, 29);
  664. this.comboBox_GasMode.TabIndex = 1;
  665. //
  666. // label8
  667. //
  668. this.label8.AutoSize = true;
  669. this.label8.Location = new System.Drawing.Point(363, 69);
  670. this.label8.Name = "label8";
  671. this.label8.Size = new System.Drawing.Size(42, 21);
  672. this.label8.TabIndex = 0;
  673. this.label8.Text = "后飞";
  674. //
  675. // label11
  676. //
  677. this.label11.AutoSize = true;
  678. this.label11.Location = new System.Drawing.Point(363, 105);
  679. this.label11.Name = "label11";
  680. this.label11.Size = new System.Drawing.Size(74, 21);
  681. this.label11.TabIndex = 0;
  682. this.label11.Text = "温度保护";
  683. //
  684. // label14
  685. //
  686. this.label14.AutoSize = true;
  687. this.label14.Location = new System.Drawing.Point(363, 141);
  688. this.label14.Name = "label14";
  689. this.label14.Size = new System.Drawing.Size(58, 21);
  690. this.label14.TabIndex = 0;
  691. this.label14.Text = "系列号";
  692. //
  693. // label17
  694. //
  695. this.label17.AutoSize = true;
  696. this.label17.Location = new System.Drawing.Point(363, 177);
  697. this.label17.Name = "label17";
  698. this.label17.Size = new System.Drawing.Size(94, 21);
  699. this.label17.TabIndex = 0;
  700. this.label17.Text = "NORM增益";
  701. //
  702. // label20
  703. //
  704. this.label20.AutoSize = true;
  705. this.label20.Location = new System.Drawing.Point(363, 213);
  706. this.label20.Name = "label20";
  707. this.label20.Size = new System.Drawing.Size(93, 21);
  708. this.label20.TabIndex = 0;
  709. this.label20.Text = "SPORT加速";
  710. //
  711. // comboBox_NoPBU
  712. //
  713. this.comboBox_NoPBU.ForeColor = System.Drawing.Color.Black;
  714. this.comboBox_NoPBU.FormattingEnabled = true;
  715. this.comboBox_NoPBU.Items.AddRange(new object[] {
  716. "无",
  717. "有"});
  718. this.comboBox_NoPBU.Location = new System.Drawing.Point(105, 137);
  719. this.comboBox_NoPBU.Name = "comboBox_NoPBU";
  720. this.comboBox_NoPBU.Size = new System.Drawing.Size(70, 29);
  721. this.comboBox_NoPBU.TabIndex = 1;
  722. //
  723. // label23
  724. //
  725. this.label23.AutoSize = true;
  726. this.label23.Location = new System.Drawing.Point(363, 249);
  727. this.label23.Name = "label23";
  728. this.label23.Size = new System.Drawing.Size(97, 21);
  729. this.label23.TabIndex = 0;
  730. this.label23.Text = "SMART增益";
  731. //
  732. // label26
  733. //
  734. this.label26.AutoSize = true;
  735. this.label26.Location = new System.Drawing.Point(363, 285);
  736. this.label26.Name = "label26";
  737. this.label26.Size = new System.Drawing.Size(74, 21);
  738. this.label26.TabIndex = 0;
  739. this.label26.Text = "踏频启动";
  740. //
  741. // label47
  742. //
  743. this.label47.AutoSize = true;
  744. this.label47.Location = new System.Drawing.Point(363, 357);
  745. this.label47.Name = "label47";
  746. this.label47.Size = new System.Drawing.Size(74, 21);
  747. this.label47.TabIndex = 0;
  748. this.label47.Text = "推行转速";
  749. //
  750. // label29
  751. //
  752. this.label29.AutoSize = true;
  753. this.label29.Location = new System.Drawing.Point(363, 321);
  754. this.label29.Name = "label29";
  755. this.label29.Size = new System.Drawing.Size(74, 21);
  756. this.label29.TabIndex = 0;
  757. this.label29.Text = "周长微调";
  758. //
  759. // comboBox_StartMode
  760. //
  761. this.comboBox_StartMode.ForeColor = System.Drawing.Color.Black;
  762. this.comboBox_StartMode.FormattingEnabled = true;
  763. this.comboBox_StartMode.Items.AddRange(new object[] {
  764. "柔和",
  765. "正常",
  766. "强劲"});
  767. this.comboBox_StartMode.Location = new System.Drawing.Point(105, 29);
  768. this.comboBox_StartMode.Name = "comboBox_StartMode";
  769. this.comboBox_StartMode.Size = new System.Drawing.Size(70, 29);
  770. this.comboBox_StartMode.TabIndex = 1;
  771. //
  772. // groupBox3
  773. //
  774. this.groupBox3.Controls.Add(this.label3);
  775. this.groupBox3.Controls.Add(this.label46);
  776. this.groupBox3.Controls.Add(this.textBox_Angle_R);
  777. this.groupBox3.Controls.Add(this.comboBox_LightMode);
  778. this.groupBox3.Controls.Add(this.label44);
  779. this.groupBox3.Controls.Add(this.comboBox_AstSensor);
  780. this.groupBox3.Controls.Add(this.label45);
  781. this.groupBox3.Controls.Add(this.textBox_Angle_P);
  782. this.groupBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  783. this.groupBox3.Location = new System.Drawing.Point(12, 413);
  784. this.groupBox3.Name = "groupBox3";
  785. this.groupBox3.Size = new System.Drawing.Size(530, 139);
  786. this.groupBox3.TabIndex = 4;
  787. this.groupBox3.TabStop = false;
  788. this.groupBox3.Text = "用户参数2";
  789. //
  790. // label3
  791. //
  792. this.label3.AutoSize = true;
  793. this.label3.Location = new System.Drawing.Point(6, 71);
  794. this.label3.Name = "label3";
  795. this.label3.Size = new System.Drawing.Size(74, 21);
  796. this.label3.TabIndex = 0;
  797. this.label3.Text = "尾灯模式";
  798. //
  799. // label46
  800. //
  801. this.label46.AutoSize = true;
  802. this.label46.Location = new System.Drawing.Point(6, 34);
  803. this.label46.Name = "label46";
  804. this.label46.Size = new System.Drawing.Size(90, 21);
  805. this.label46.TabIndex = 0;
  806. this.label46.Text = "姿态传感器";
  807. //
  808. // textBox_Angle_R
  809. //
  810. this.textBox_Angle_R.ForeColor = System.Drawing.Color.Black;
  811. this.textBox_Angle_R.Location = new System.Drawing.Point(463, 30);
  812. this.textBox_Angle_R.Name = "textBox_Angle_R";
  813. this.textBox_Angle_R.Size = new System.Drawing.Size(60, 29);
  814. this.textBox_Angle_R.TabIndex = 2;
  815. //
  816. // comboBox_LightMode
  817. //
  818. this.comboBox_LightMode.ForeColor = System.Drawing.Color.Black;
  819. this.comboBox_LightMode.FormattingEnabled = true;
  820. this.comboBox_LightMode.Items.AddRange(new object[] {
  821. "模式 1",
  822. "模式 2",
  823. "模式 3",
  824. "模式 4"});
  825. this.comboBox_LightMode.Location = new System.Drawing.Point(105, 67);
  826. this.comboBox_LightMode.Name = "comboBox_LightMode";
  827. this.comboBox_LightMode.Size = new System.Drawing.Size(70, 29);
  828. this.comboBox_LightMode.TabIndex = 1;
  829. //
  830. // label44
  831. //
  832. this.label44.AutoSize = true;
  833. this.label44.Location = new System.Drawing.Point(363, 34);
  834. this.label44.Name = "label44";
  835. this.label44.Size = new System.Drawing.Size(90, 21);
  836. this.label44.TabIndex = 0;
  837. this.label44.Text = "横滚角零偏";
  838. //
  839. // comboBox_AstSensor
  840. //
  841. this.comboBox_AstSensor.ForeColor = System.Drawing.Color.Black;
  842. this.comboBox_AstSensor.FormattingEnabled = true;
  843. this.comboBox_AstSensor.Items.AddRange(new object[] {
  844. "不支持",
  845. "支持"});
  846. this.comboBox_AstSensor.Location = new System.Drawing.Point(105, 30);
  847. this.comboBox_AstSensor.Name = "comboBox_AstSensor";
  848. this.comboBox_AstSensor.Size = new System.Drawing.Size(70, 29);
  849. this.comboBox_AstSensor.TabIndex = 1;
  850. //
  851. // label45
  852. //
  853. this.label45.AutoSize = true;
  854. this.label45.Location = new System.Drawing.Point(180, 34);
  855. this.label45.Name = "label45";
  856. this.label45.Size = new System.Drawing.Size(90, 21);
  857. this.label45.TabIndex = 0;
  858. this.label45.Text = "俯仰角零偏";
  859. //
  860. // textBox_Angle_P
  861. //
  862. this.textBox_Angle_P.ForeColor = System.Drawing.Color.Black;
  863. this.textBox_Angle_P.Location = new System.Drawing.Point(288, 30);
  864. this.textBox_Angle_P.Name = "textBox_Angle_P";
  865. this.textBox_Angle_P.Size = new System.Drawing.Size(70, 29);
  866. this.textBox_Angle_P.TabIndex = 2;
  867. //
  868. // groupBox7
  869. //
  870. this.groupBox7.Controls.Add(this.label43);
  871. this.groupBox7.Controls.Add(this.label42);
  872. this.groupBox7.Controls.Add(this.textBox_Info2);
  873. this.groupBox7.Controls.Add(this.label41);
  874. this.groupBox7.Controls.Add(this.textBox_Info1);
  875. this.groupBox7.Controls.Add(this.textBox_Info3);
  876. this.groupBox7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  877. this.groupBox7.Location = new System.Drawing.Point(548, 416);
  878. this.groupBox7.Name = "groupBox7";
  879. this.groupBox7.Size = new System.Drawing.Size(334, 136);
  880. this.groupBox7.TabIndex = 4;
  881. this.groupBox7.TabStop = false;
  882. this.groupBox7.Text = "自定义信息";
  883. //
  884. // label43
  885. //
  886. this.label43.AutoSize = true;
  887. this.label43.Location = new System.Drawing.Point(6, 34);
  888. this.label43.Name = "label43";
  889. this.label43.Size = new System.Drawing.Size(51, 21);
  890. this.label43.TabIndex = 0;
  891. this.label43.Text = "信息1";
  892. //
  893. // label42
  894. //
  895. this.label42.AutoSize = true;
  896. this.label42.Location = new System.Drawing.Point(6, 67);
  897. this.label42.Name = "label42";
  898. this.label42.Size = new System.Drawing.Size(51, 21);
  899. this.label42.TabIndex = 0;
  900. this.label42.Text = "信息2";
  901. //
  902. // textBox_Info2
  903. //
  904. this.textBox_Info2.ForeColor = System.Drawing.Color.Black;
  905. this.textBox_Info2.Location = new System.Drawing.Point(82, 63);
  906. this.textBox_Info2.Name = "textBox_Info2";
  907. this.textBox_Info2.Size = new System.Drawing.Size(246, 29);
  908. this.textBox_Info2.TabIndex = 2;
  909. //
  910. // label41
  911. //
  912. this.label41.AutoSize = true;
  913. this.label41.Location = new System.Drawing.Point(6, 100);
  914. this.label41.Name = "label41";
  915. this.label41.Size = new System.Drawing.Size(51, 21);
  916. this.label41.TabIndex = 0;
  917. this.label41.Text = "信息3";
  918. //
  919. // textBox_Info1
  920. //
  921. this.textBox_Info1.ForeColor = System.Drawing.Color.Black;
  922. this.textBox_Info1.Location = new System.Drawing.Point(82, 30);
  923. this.textBox_Info1.Name = "textBox_Info1";
  924. this.textBox_Info1.Size = new System.Drawing.Size(246, 29);
  925. this.textBox_Info1.TabIndex = 2;
  926. //
  927. // textBox_Info3
  928. //
  929. this.textBox_Info3.ForeColor = System.Drawing.Color.Black;
  930. this.textBox_Info3.Location = new System.Drawing.Point(82, 96);
  931. this.textBox_Info3.Name = "textBox_Info3";
  932. this.textBox_Info3.Size = new System.Drawing.Size(246, 29);
  933. this.textBox_Info3.TabIndex = 2;
  934. //
  935. // groupBox4
  936. //
  937. this.groupBox4.Controls.Add(this.label35);
  938. this.groupBox4.Controls.Add(this.label30);
  939. this.groupBox4.Controls.Add(this.label31);
  940. this.groupBox4.Controls.Add(this.label32);
  941. this.groupBox4.Controls.Add(this.textBox_RatePower);
  942. this.groupBox4.Controls.Add(this.textBox_RotorR);
  943. this.groupBox4.Controls.Add(this.textBox_Rate_Vol);
  944. this.groupBox4.Controls.Add(this.textBox_Rotor_Ld);
  945. this.groupBox4.Controls.Add(this.label36);
  946. this.groupBox4.Controls.Add(this.label33);
  947. this.groupBox4.Controls.Add(this.label34);
  948. this.groupBox4.Controls.Add(this.textBox_RateSpeed);
  949. this.groupBox4.Controls.Add(this.textBox_Rotor_Lq);
  950. this.groupBox4.Controls.Add(this.textBox_E);
  951. this.groupBox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  952. this.groupBox4.Location = new System.Drawing.Point(548, 12);
  953. this.groupBox4.Name = "groupBox4";
  954. this.groupBox4.Size = new System.Drawing.Size(334, 181);
  955. this.groupBox4.TabIndex = 4;
  956. this.groupBox4.TabStop = false;
  957. this.groupBox4.Text = "马达参数";
  958. //
  959. // label35
  960. //
  961. this.label35.AutoSize = true;
  962. this.label35.Location = new System.Drawing.Point(6, 33);
  963. this.label35.Name = "label35";
  964. this.label35.Size = new System.Drawing.Size(74, 21);
  965. this.label35.TabIndex = 0;
  966. this.label35.Text = "额定功率";
  967. //
  968. // label30
  969. //
  970. this.label30.AutoSize = true;
  971. this.label30.Location = new System.Drawing.Point(168, 105);
  972. this.label30.Name = "label30";
  973. this.label30.Size = new System.Drawing.Size(74, 21);
  974. this.label30.TabIndex = 0;
  975. this.label30.Text = "反电动势";
  976. //
  977. // label31
  978. //
  979. this.label31.AutoSize = true;
  980. this.label31.Location = new System.Drawing.Point(168, 69);
  981. this.label31.Name = "label31";
  982. this.label31.Size = new System.Drawing.Size(60, 21);
  983. this.label31.TabIndex = 0;
  984. this.label31.Text = "定子Lq";
  985. //
  986. // label32
  987. //
  988. this.label32.AutoSize = true;
  989. this.label32.Location = new System.Drawing.Point(168, 33);
  990. this.label32.Name = "label32";
  991. this.label32.Size = new System.Drawing.Size(74, 21);
  992. this.label32.TabIndex = 0;
  993. this.label32.Text = "额定转速";
  994. //
  995. // textBox_RatePower
  996. //
  997. this.textBox_RatePower.ForeColor = System.Drawing.Color.Black;
  998. this.textBox_RatePower.Location = new System.Drawing.Point(82, 29);
  999. this.textBox_RatePower.Name = "textBox_RatePower";
  1000. this.textBox_RatePower.Size = new System.Drawing.Size(80, 29);
  1001. this.textBox_RatePower.TabIndex = 2;
  1002. //
  1003. // textBox_RotorR
  1004. //
  1005. this.textBox_RotorR.ForeColor = System.Drawing.Color.Black;
  1006. this.textBox_RotorR.Location = new System.Drawing.Point(82, 65);
  1007. this.textBox_RotorR.Name = "textBox_RotorR";
  1008. this.textBox_RotorR.Size = new System.Drawing.Size(80, 29);
  1009. this.textBox_RotorR.TabIndex = 2;
  1010. //
  1011. // textBox_Rate_Vol
  1012. //
  1013. this.textBox_Rate_Vol.ForeColor = System.Drawing.Color.Black;
  1014. this.textBox_Rate_Vol.Location = new System.Drawing.Point(82, 137);
  1015. this.textBox_Rate_Vol.Name = "textBox_Rate_Vol";
  1016. this.textBox_Rate_Vol.Size = new System.Drawing.Size(80, 29);
  1017. this.textBox_Rate_Vol.TabIndex = 2;
  1018. //
  1019. // textBox_Rotor_Ld
  1020. //
  1021. this.textBox_Rotor_Ld.ForeColor = System.Drawing.Color.Black;
  1022. this.textBox_Rotor_Ld.Location = new System.Drawing.Point(82, 101);
  1023. this.textBox_Rotor_Ld.Name = "textBox_Rotor_Ld";
  1024. this.textBox_Rotor_Ld.Size = new System.Drawing.Size(80, 29);
  1025. this.textBox_Rotor_Ld.TabIndex = 2;
  1026. //
  1027. // label36
  1028. //
  1029. this.label36.AutoSize = true;
  1030. this.label36.Location = new System.Drawing.Point(6, 141);
  1031. this.label36.Name = "label36";
  1032. this.label36.Size = new System.Drawing.Size(74, 21);
  1033. this.label36.TabIndex = 0;
  1034. this.label36.Text = "额定电压";
  1035. //
  1036. // label33
  1037. //
  1038. this.label33.AutoSize = true;
  1039. this.label33.Location = new System.Drawing.Point(6, 105);
  1040. this.label33.Name = "label33";
  1041. this.label33.Size = new System.Drawing.Size(60, 21);
  1042. this.label33.TabIndex = 0;
  1043. this.label33.Text = "定子Ld";
  1044. //
  1045. // label34
  1046. //
  1047. this.label34.AutoSize = true;
  1048. this.label34.Location = new System.Drawing.Point(6, 69);
  1049. this.label34.Name = "label34";
  1050. this.label34.Size = new System.Drawing.Size(74, 21);
  1051. this.label34.TabIndex = 0;
  1052. this.label34.Text = "定子电阻";
  1053. //
  1054. // textBox_RateSpeed
  1055. //
  1056. this.textBox_RateSpeed.ForeColor = System.Drawing.Color.Black;
  1057. this.textBox_RateSpeed.Location = new System.Drawing.Point(248, 29);
  1058. this.textBox_RateSpeed.Name = "textBox_RateSpeed";
  1059. this.textBox_RateSpeed.Size = new System.Drawing.Size(80, 29);
  1060. this.textBox_RateSpeed.TabIndex = 2;
  1061. //
  1062. // textBox_Rotor_Lq
  1063. //
  1064. this.textBox_Rotor_Lq.ForeColor = System.Drawing.Color.Black;
  1065. this.textBox_Rotor_Lq.Location = new System.Drawing.Point(248, 65);
  1066. this.textBox_Rotor_Lq.Name = "textBox_Rotor_Lq";
  1067. this.textBox_Rotor_Lq.Size = new System.Drawing.Size(80, 29);
  1068. this.textBox_Rotor_Lq.TabIndex = 2;
  1069. //
  1070. // textBox_E
  1071. //
  1072. this.textBox_E.ForeColor = System.Drawing.Color.Black;
  1073. this.textBox_E.Location = new System.Drawing.Point(248, 101);
  1074. this.textBox_E.Name = "textBox_E";
  1075. this.textBox_E.Size = new System.Drawing.Size(80, 29);
  1076. this.textBox_E.TabIndex = 2;
  1077. //
  1078. // groupBox5
  1079. //
  1080. this.groupBox5.Controls.Add(this.label37);
  1081. this.groupBox5.Controls.Add(this.textBox_Secrect);
  1082. this.groupBox5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1083. this.groupBox5.Location = new System.Drawing.Point(548, 343);
  1084. this.groupBox5.Name = "groupBox5";
  1085. this.groupBox5.Size = new System.Drawing.Size(334, 65);
  1086. this.groupBox5.TabIndex = 4;
  1087. this.groupBox5.TabStop = false;
  1088. this.groupBox5.Text = "校验密钥";
  1089. //
  1090. // label37
  1091. //
  1092. this.label37.AutoSize = true;
  1093. this.label37.Location = new System.Drawing.Point(6, 26);
  1094. this.label37.Name = "label37";
  1095. this.label37.Size = new System.Drawing.Size(74, 21);
  1096. this.label37.TabIndex = 0;
  1097. this.label37.Text = "校验密钥";
  1098. //
  1099. // textBox_Secrect
  1100. //
  1101. this.textBox_Secrect.ForeColor = System.Drawing.Color.Black;
  1102. this.textBox_Secrect.Location = new System.Drawing.Point(82, 22);
  1103. this.textBox_Secrect.Name = "textBox_Secrect";
  1104. this.textBox_Secrect.Size = new System.Drawing.Size(246, 29);
  1105. this.textBox_Secrect.TabIndex = 2;
  1106. //
  1107. // groupBox6
  1108. //
  1109. this.groupBox6.Controls.Add(this.label40);
  1110. this.groupBox6.Controls.Add(this.label38);
  1111. this.groupBox6.Controls.Add(this.label39);
  1112. this.groupBox6.Controls.Add(this.textBox_Mac_Date);
  1113. this.groupBox6.Controls.Add(this.textBox_Mac);
  1114. this.groupBox6.Controls.Add(this.textBox_Mac_Addr);
  1115. this.groupBox6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1116. this.groupBox6.Location = new System.Drawing.Point(548, 199);
  1117. this.groupBox6.Name = "groupBox6";
  1118. this.groupBox6.Size = new System.Drawing.Size(334, 135);
  1119. this.groupBox6.TabIndex = 4;
  1120. this.groupBox6.TabStop = false;
  1121. this.groupBox6.Text = "生产信息";
  1122. //
  1123. // label40
  1124. //
  1125. this.label40.AutoSize = true;
  1126. this.label40.Location = new System.Drawing.Point(6, 26);
  1127. this.label40.Name = "label40";
  1128. this.label40.Size = new System.Drawing.Size(58, 21);
  1129. this.label40.TabIndex = 0;
  1130. this.label40.Text = "生产商";
  1131. //
  1132. // label38
  1133. //
  1134. this.label38.AutoSize = true;
  1135. this.label38.Location = new System.Drawing.Point(6, 96);
  1136. this.label38.Name = "label38";
  1137. this.label38.Size = new System.Drawing.Size(74, 21);
  1138. this.label38.TabIndex = 0;
  1139. this.label38.Text = "生产时间";
  1140. //
  1141. // label39
  1142. //
  1143. this.label39.AutoSize = true;
  1144. this.label39.Location = new System.Drawing.Point(6, 61);
  1145. this.label39.Name = "label39";
  1146. this.label39.Size = new System.Drawing.Size(58, 21);
  1147. this.label39.TabIndex = 0;
  1148. this.label39.Text = "生产地";
  1149. //
  1150. // textBox_Mac_Date
  1151. //
  1152. this.textBox_Mac_Date.ForeColor = System.Drawing.Color.Black;
  1153. this.textBox_Mac_Date.Location = new System.Drawing.Point(82, 92);
  1154. this.textBox_Mac_Date.Name = "textBox_Mac_Date";
  1155. this.textBox_Mac_Date.Size = new System.Drawing.Size(246, 29);
  1156. this.textBox_Mac_Date.TabIndex = 2;
  1157. //
  1158. // textBox_Mac
  1159. //
  1160. this.textBox_Mac.ForeColor = System.Drawing.Color.Black;
  1161. this.textBox_Mac.Location = new System.Drawing.Point(82, 22);
  1162. this.textBox_Mac.Name = "textBox_Mac";
  1163. this.textBox_Mac.Size = new System.Drawing.Size(246, 29);
  1164. this.textBox_Mac.TabIndex = 2;
  1165. //
  1166. // textBox_Mac_Addr
  1167. //
  1168. this.textBox_Mac_Addr.ForeColor = System.Drawing.Color.Black;
  1169. this.textBox_Mac_Addr.Location = new System.Drawing.Point(82, 57);
  1170. this.textBox_Mac_Addr.Name = "textBox_Mac_Addr";
  1171. this.textBox_Mac_Addr.Size = new System.Drawing.Size(246, 29);
  1172. this.textBox_Mac_Addr.TabIndex = 2;
  1173. //
  1174. // button_Generate
  1175. //
  1176. this.button_Generate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1177. this.button_Generate.ForeColor = System.Drawing.Color.White;
  1178. this.button_Generate.Location = new System.Drawing.Point(974, 491);
  1179. this.button_Generate.Name = "button_Generate";
  1180. this.button_Generate.Size = new System.Drawing.Size(80, 61);
  1181. this.button_Generate.TabIndex = 6;
  1182. this.button_Generate.Text = "生成";
  1183. this.button_Generate.UseVisualStyleBackColor = false;
  1184. this.button_Generate.Click += new System.EventHandler(this.button_Generate_Click);
  1185. //
  1186. // button_Default
  1187. //
  1188. this.button_Default.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1189. this.button_Default.ForeColor = System.Drawing.Color.White;
  1190. this.button_Default.Location = new System.Drawing.Point(888, 491);
  1191. this.button_Default.Name = "button_Default";
  1192. this.button_Default.Size = new System.Drawing.Size(80, 61);
  1193. this.button_Default.TabIndex = 6;
  1194. this.button_Default.Text = "默认";
  1195. this.button_Default.UseVisualStyleBackColor = false;
  1196. this.button_Default.Click += new System.EventHandler(this.button_Default_Click);
  1197. //
  1198. // groupBox1
  1199. //
  1200. this.groupBox1.Controls.Add(this.label53);
  1201. this.groupBox1.Controls.Add(this.label57);
  1202. this.groupBox1.Controls.Add(this.label52);
  1203. this.groupBox1.Controls.Add(this.label51);
  1204. this.groupBox1.Controls.Add(this.textBox_Remark);
  1205. this.groupBox1.Controls.Add(this.textBox_TE_FW_Version);
  1206. this.groupBox1.Controls.Add(this.label50);
  1207. this.groupBox1.Controls.Add(this.textBox_FW_Version);
  1208. this.groupBox1.Controls.Add(this.textBox_Client);
  1209. this.groupBox1.Controls.Add(this.textBox_Model);
  1210. this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1211. this.groupBox1.Location = new System.Drawing.Point(888, 12);
  1212. this.groupBox1.Name = "groupBox1";
  1213. this.groupBox1.Size = new System.Drawing.Size(166, 322);
  1214. this.groupBox1.TabIndex = 4;
  1215. this.groupBox1.TabStop = false;
  1216. this.groupBox1.Text = "文件信息";
  1217. //
  1218. // label53
  1219. //
  1220. this.label53.AutoSize = true;
  1221. this.label53.Location = new System.Drawing.Point(62, 249);
  1222. this.label53.Name = "label53";
  1223. this.label53.Size = new System.Drawing.Size(42, 21);
  1224. this.label53.TabIndex = 0;
  1225. this.label53.Text = "备注";
  1226. //
  1227. // label52
  1228. //
  1229. this.label52.AutoSize = true;
  1230. this.label52.Location = new System.Drawing.Point(30, 141);
  1231. this.label52.Name = "label52";
  1232. this.label52.Size = new System.Drawing.Size(106, 21);
  1233. this.label52.TabIndex = 0;
  1234. this.label52.Text = "主控软件版本";
  1235. //
  1236. // label51
  1237. //
  1238. this.label51.AutoSize = true;
  1239. this.label51.Location = new System.Drawing.Point(46, 87);
  1240. this.label51.Name = "label51";
  1241. this.label51.Size = new System.Drawing.Size(74, 21);
  1242. this.label51.TabIndex = 0;
  1243. this.label51.Text = "客户代码";
  1244. //
  1245. // textBox_Remark
  1246. //
  1247. this.textBox_Remark.ForeColor = System.Drawing.Color.Black;
  1248. this.textBox_Remark.Location = new System.Drawing.Point(7, 272);
  1249. this.textBox_Remark.Name = "textBox_Remark";
  1250. this.textBox_Remark.Size = new System.Drawing.Size(152, 29);
  1251. this.textBox_Remark.TabIndex = 2;
  1252. //
  1253. // label50
  1254. //
  1255. this.label50.AutoSize = true;
  1256. this.label50.Location = new System.Drawing.Point(46, 33);
  1257. this.label50.Name = "label50";
  1258. this.label50.Size = new System.Drawing.Size(74, 21);
  1259. this.label50.TabIndex = 0;
  1260. this.label50.Text = "电机型号";
  1261. //
  1262. // textBox_FW_Version
  1263. //
  1264. this.textBox_FW_Version.ForeColor = System.Drawing.Color.Black;
  1265. this.textBox_FW_Version.Location = new System.Drawing.Point(7, 164);
  1266. this.textBox_FW_Version.Name = "textBox_FW_Version";
  1267. this.textBox_FW_Version.Size = new System.Drawing.Size(152, 29);
  1268. this.textBox_FW_Version.TabIndex = 2;
  1269. //
  1270. // textBox_Client
  1271. //
  1272. this.textBox_Client.ForeColor = System.Drawing.Color.Black;
  1273. this.textBox_Client.Location = new System.Drawing.Point(7, 110);
  1274. this.textBox_Client.Name = "textBox_Client";
  1275. this.textBox_Client.Size = new System.Drawing.Size(152, 29);
  1276. this.textBox_Client.TabIndex = 2;
  1277. //
  1278. // textBox_Model
  1279. //
  1280. this.textBox_Model.ForeColor = System.Drawing.Color.Black;
  1281. this.textBox_Model.Location = new System.Drawing.Point(7, 56);
  1282. this.textBox_Model.Name = "textBox_Model";
  1283. this.textBox_Model.Size = new System.Drawing.Size(152, 29);
  1284. this.textBox_Model.TabIndex = 2;
  1285. //
  1286. // groupBox8
  1287. //
  1288. this.groupBox8.Controls.Add(this.label54);
  1289. this.groupBox8.Controls.Add(this.label56);
  1290. this.groupBox8.Controls.Add(this.textBox_GasSpeedTh);
  1291. this.groupBox8.Controls.Add(this.label55);
  1292. this.groupBox8.Controls.Add(this.textBox_SpeedTh);
  1293. this.groupBox8.Controls.Add(this.textBox_NC_Current);
  1294. this.groupBox8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1295. this.groupBox8.Location = new System.Drawing.Point(888, 343);
  1296. this.groupBox8.Name = "groupBox8";
  1297. this.groupBox8.Size = new System.Drawing.Size(166, 136);
  1298. this.groupBox8.TabIndex = 5;
  1299. this.groupBox8.TabStop = false;
  1300. this.groupBox8.Text = "测试阈值";
  1301. //
  1302. // label54
  1303. //
  1304. this.label54.AutoSize = true;
  1305. this.label54.Location = new System.Drawing.Point(6, 34);
  1306. this.label54.Name = "label54";
  1307. this.label54.Size = new System.Drawing.Size(74, 21);
  1308. this.label54.TabIndex = 0;
  1309. this.label54.Text = "空载电流";
  1310. //
  1311. // label55
  1312. //
  1313. this.label55.AutoSize = true;
  1314. this.label55.Location = new System.Drawing.Point(6, 67);
  1315. this.label55.Name = "label55";
  1316. this.label55.Size = new System.Drawing.Size(42, 21);
  1317. this.label55.TabIndex = 0;
  1318. this.label55.Text = "车速";
  1319. //
  1320. // textBox_SpeedTh
  1321. //
  1322. this.textBox_SpeedTh.ForeColor = System.Drawing.Color.Black;
  1323. this.textBox_SpeedTh.Location = new System.Drawing.Point(82, 63);
  1324. this.textBox_SpeedTh.Name = "textBox_SpeedTh";
  1325. this.textBox_SpeedTh.Size = new System.Drawing.Size(76, 29);
  1326. this.textBox_SpeedTh.TabIndex = 2;
  1327. //
  1328. // textBox_NC_Current
  1329. //
  1330. this.textBox_NC_Current.ForeColor = System.Drawing.Color.Black;
  1331. this.textBox_NC_Current.Location = new System.Drawing.Point(82, 30);
  1332. this.textBox_NC_Current.Name = "textBox_NC_Current";
  1333. this.textBox_NC_Current.Size = new System.Drawing.Size(76, 29);
  1334. this.textBox_NC_Current.TabIndex = 2;
  1335. //
  1336. // textBox_GasSpeedTh
  1337. //
  1338. this.textBox_GasSpeedTh.ForeColor = System.Drawing.Color.Black;
  1339. this.textBox_GasSpeedTh.Location = new System.Drawing.Point(82, 96);
  1340. this.textBox_GasSpeedTh.Name = "textBox_GasSpeedTh";
  1341. this.textBox_GasSpeedTh.Size = new System.Drawing.Size(76, 29);
  1342. this.textBox_GasSpeedTh.TabIndex = 2;
  1343. //
  1344. // label56
  1345. //
  1346. this.label56.AutoSize = true;
  1347. this.label56.Location = new System.Drawing.Point(6, 100);
  1348. this.label56.Name = "label56";
  1349. this.label56.Size = new System.Drawing.Size(74, 21);
  1350. this.label56.TabIndex = 0;
  1351. this.label56.Text = "指拨转速";
  1352. //
  1353. // textBox_TE_FW_Version
  1354. //
  1355. this.textBox_TE_FW_Version.ForeColor = System.Drawing.Color.Black;
  1356. this.textBox_TE_FW_Version.Location = new System.Drawing.Point(7, 218);
  1357. this.textBox_TE_FW_Version.Name = "textBox_TE_FW_Version";
  1358. this.textBox_TE_FW_Version.Size = new System.Drawing.Size(152, 29);
  1359. this.textBox_TE_FW_Version.TabIndex = 2;
  1360. //
  1361. // label57
  1362. //
  1363. this.label57.AutoSize = true;
  1364. this.label57.Location = new System.Drawing.Point(37, 195);
  1365. this.label57.Name = "label57";
  1366. this.label57.Size = new System.Drawing.Size(92, 21);
  1367. this.label57.TabIndex = 0;
  1368. this.label57.Text = "TE软件版本";
  1369. //
  1370. // ExportForm
  1371. //
  1372. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  1373. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1374. this.BackColor = System.Drawing.Color.White;
  1375. this.ClientSize = new System.Drawing.Size(1060, 608);
  1376. this.Controls.Add(this.groupBox8);
  1377. this.Controls.Add(this.button_Default);
  1378. this.Controls.Add(this.button_Generate);
  1379. this.Controls.Add(this.groupBox1);
  1380. this.Controls.Add(this.groupBox5);
  1381. this.Controls.Add(this.groupBox7);
  1382. this.Controls.Add(this.groupBox6);
  1383. this.Controls.Add(this.groupBox3);
  1384. this.Controls.Add(this.groupBox4);
  1385. this.Controls.Add(this.groupBox2);
  1386. this.Controls.Add(this.label2);
  1387. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1388. this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  1389. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  1390. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1391. this.Margin = new System.Windows.Forms.Padding(5);
  1392. this.MaximizeBox = false;
  1393. this.Name = "ExportForm";
  1394. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1395. this.Text = "生成参数";
  1396. this.Load += new System.EventHandler(this.ExportForm_Load);
  1397. this.groupBox2.ResumeLayout(false);
  1398. this.groupBox2.PerformLayout();
  1399. this.groupBox3.ResumeLayout(false);
  1400. this.groupBox3.PerformLayout();
  1401. this.groupBox7.ResumeLayout(false);
  1402. this.groupBox7.PerformLayout();
  1403. this.groupBox4.ResumeLayout(false);
  1404. this.groupBox4.PerformLayout();
  1405. this.groupBox5.ResumeLayout(false);
  1406. this.groupBox5.PerformLayout();
  1407. this.groupBox6.ResumeLayout(false);
  1408. this.groupBox6.PerformLayout();
  1409. this.groupBox1.ResumeLayout(false);
  1410. this.groupBox1.PerformLayout();
  1411. this.groupBox8.ResumeLayout(false);
  1412. this.groupBox8.PerformLayout();
  1413. this.ResumeLayout(false);
  1414. this.PerformLayout();
  1415. }
  1416. #endregion
  1417. private System.Windows.Forms.Label label2;
  1418. private System.Windows.Forms.GroupBox groupBox2;
  1419. private System.Windows.Forms.Label label1;
  1420. private System.Windows.Forms.TextBox textBox_WheelSizeAdj;
  1421. private System.Windows.Forms.Label label6;
  1422. private System.Windows.Forms.TextBox textBox_CadenceStart;
  1423. private System.Windows.Forms.Label label9;
  1424. private System.Windows.Forms.TextBox textBox_SMART_Gain;
  1425. private System.Windows.Forms.Label label12;
  1426. private System.Windows.Forms.TextBox textBox_SPORT_Acc;
  1427. private System.Windows.Forms.Label label15;
  1428. private System.Windows.Forms.TextBox textBox_NORM_Gain;
  1429. private System.Windows.Forms.Label label18;
  1430. private System.Windows.Forms.TextBox textBox_Serial;
  1431. private System.Windows.Forms.Label label21;
  1432. private System.Windows.Forms.TextBox textBox_NTC_Ptotect;
  1433. private System.Windows.Forms.Label label24;
  1434. private System.Windows.Forms.TextBox textBox_T_Tail;
  1435. private System.Windows.Forms.Label label27;
  1436. private System.Windows.Forms.TextBox textBox_SpeedLimit;
  1437. private System.Windows.Forms.Label label4;
  1438. private System.Windows.Forms.Label label7;
  1439. private System.Windows.Forms.TextBox textBox_SpeedSensor;
  1440. private System.Windows.Forms.Label label10;
  1441. private System.Windows.Forms.TextBox textBox_TURBO_Acc;
  1442. private System.Windows.Forms.Label label13;
  1443. private System.Windows.Forms.TextBox textBox_SPORT_Gain;
  1444. private System.Windows.Forms.Label label16;
  1445. private System.Windows.Forms.TextBox textBox_ECO_Acc;
  1446. private System.Windows.Forms.Label label19;
  1447. private System.Windows.Forms.TextBox textBox_WheelSize;
  1448. private System.Windows.Forms.Label label22;
  1449. private System.Windows.Forms.TextBox textBox_NTC_Alarm;
  1450. private System.Windows.Forms.Label label25;
  1451. private System.Windows.Forms.TextBox textBox_T_Front;
  1452. private System.Windows.Forms.Label label28;
  1453. private System.Windows.Forms.TextBox textBox_StopTime;
  1454. private System.Windows.Forms.Label label5;
  1455. private System.Windows.Forms.ComboBox comboBox_GasMode;
  1456. private System.Windows.Forms.Label label8;
  1457. private System.Windows.Forms.Label label11;
  1458. private System.Windows.Forms.Label label14;
  1459. private System.Windows.Forms.Label label17;
  1460. private System.Windows.Forms.Label label20;
  1461. private System.Windows.Forms.ComboBox comboBox_NoPBU;
  1462. private System.Windows.Forms.Label label23;
  1463. private System.Windows.Forms.Label label26;
  1464. private System.Windows.Forms.Label label29;
  1465. private System.Windows.Forms.ComboBox comboBox_StartMode;
  1466. private System.Windows.Forms.GroupBox groupBox3;
  1467. private System.Windows.Forms.Label label46;
  1468. private System.Windows.Forms.TextBox textBox_Angle_R;
  1469. private System.Windows.Forms.Label label44;
  1470. private System.Windows.Forms.ComboBox comboBox_AstSensor;
  1471. private System.Windows.Forms.Label label45;
  1472. private System.Windows.Forms.TextBox textBox_Angle_P;
  1473. private System.Windows.Forms.GroupBox groupBox7;
  1474. private System.Windows.Forms.Label label43;
  1475. private System.Windows.Forms.Label label42;
  1476. private System.Windows.Forms.TextBox textBox_Info2;
  1477. private System.Windows.Forms.Label label41;
  1478. private System.Windows.Forms.TextBox textBox_Info1;
  1479. private System.Windows.Forms.TextBox textBox_Info3;
  1480. private System.Windows.Forms.GroupBox groupBox4;
  1481. private System.Windows.Forms.Label label35;
  1482. private System.Windows.Forms.Label label30;
  1483. private System.Windows.Forms.Label label31;
  1484. private System.Windows.Forms.Label label32;
  1485. private System.Windows.Forms.TextBox textBox_RatePower;
  1486. private System.Windows.Forms.TextBox textBox_RotorR;
  1487. private System.Windows.Forms.TextBox textBox_Rate_Vol;
  1488. private System.Windows.Forms.TextBox textBox_Rotor_Ld;
  1489. private System.Windows.Forms.Label label36;
  1490. private System.Windows.Forms.Label label33;
  1491. private System.Windows.Forms.Label label34;
  1492. private System.Windows.Forms.TextBox textBox_RateSpeed;
  1493. private System.Windows.Forms.TextBox textBox_Rotor_Lq;
  1494. private System.Windows.Forms.TextBox textBox_E;
  1495. private System.Windows.Forms.GroupBox groupBox5;
  1496. private System.Windows.Forms.Label label37;
  1497. private System.Windows.Forms.TextBox textBox_Secrect;
  1498. private System.Windows.Forms.GroupBox groupBox6;
  1499. private System.Windows.Forms.Label label40;
  1500. private System.Windows.Forms.Label label38;
  1501. private System.Windows.Forms.Label label39;
  1502. private System.Windows.Forms.TextBox textBox_Mac_Date;
  1503. private System.Windows.Forms.TextBox textBox_Mac;
  1504. private System.Windows.Forms.TextBox textBox_Mac_Addr;
  1505. private System.Windows.Forms.TextBox textBox_WalkSpeed;
  1506. private System.Windows.Forms.Label label49;
  1507. private System.Windows.Forms.TextBox textBox_Walk_SpeedLimit;
  1508. private System.Windows.Forms.Label label48;
  1509. private System.Windows.Forms.Label label47;
  1510. private System.Windows.Forms.TextBox textBox_SMART_Acc;
  1511. private System.Windows.Forms.TextBox textBox_UV_Protect;
  1512. private System.Windows.Forms.TextBox textBox_TURBO_Gain;
  1513. private System.Windows.Forms.TextBox textBox_NORM_Acc;
  1514. private System.Windows.Forms.TextBox textBox_ECO_Gain;
  1515. private System.Windows.Forms.TextBox textBox_MaxCurrent;
  1516. private System.Windows.Forms.TextBox textBox_Dec;
  1517. private System.Windows.Forms.ComboBox comboBox_SpeedSensor;
  1518. private System.Windows.Forms.Button button_Generate;
  1519. private System.Windows.Forms.Button button_Default;
  1520. private System.Windows.Forms.GroupBox groupBox1;
  1521. private System.Windows.Forms.Label label50;
  1522. private System.Windows.Forms.TextBox textBox_Model;
  1523. private System.Windows.Forms.Label label51;
  1524. private System.Windows.Forms.TextBox textBox_Client;
  1525. private System.Windows.Forms.Label label52;
  1526. private System.Windows.Forms.TextBox textBox_FW_Version;
  1527. private System.Windows.Forms.Label label3;
  1528. private System.Windows.Forms.ComboBox comboBox_LightMode;
  1529. private System.Windows.Forms.Label label53;
  1530. private System.Windows.Forms.TextBox textBox_Remark;
  1531. private System.Windows.Forms.GroupBox groupBox8;
  1532. private System.Windows.Forms.Label label54;
  1533. private System.Windows.Forms.Label label55;
  1534. private System.Windows.Forms.TextBox textBox_SpeedTh;
  1535. private System.Windows.Forms.TextBox textBox_NC_Current;
  1536. private System.Windows.Forms.Label label56;
  1537. private System.Windows.Forms.TextBox textBox_GasSpeedTh;
  1538. private System.Windows.Forms.Label label57;
  1539. private System.Windows.Forms.TextBox textBox_TE_FW_Version;
  1540. }
  1541. }