ExportForm.Designer.cs 68 KB

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