GenerateParams.Designer.cs 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076
  1. namespace Welling_Motor_Debug_Tool
  2. {
  3. partial class GenerateParams
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button_ExportParams = new System.Windows.Forms.Button();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.tabControl1 = new System.Windows.Forms.TabControl();
  31. this.tabPage_Simple = new System.Windows.Forms.TabPage();
  32. this.groupBox5 = new System.Windows.Forms.GroupBox();
  33. this.comboBox_SysDir = new System.Windows.Forms.ComboBox();
  34. this.comboBox_SysRunMode = new System.Windows.Forms.ComboBox();
  35. this.label25 = new System.Windows.Forms.Label();
  36. this.textBox_SysPowerLimit = new System.Windows.Forms.TextBox();
  37. this.label28 = new System.Windows.Forms.Label();
  38. this.label29 = new System.Windows.Forms.Label();
  39. this.groupBox4 = new System.Windows.Forms.GroupBox();
  40. this.label26 = new System.Windows.Forms.Label();
  41. this.textBox_AssistSpeedEnd = new System.Windows.Forms.TextBox();
  42. this.label27 = new System.Windows.Forms.Label();
  43. this.textBox_AssistSpeedBegin = new System.Windows.Forms.TextBox();
  44. this.groupBox3 = new System.Windows.Forms.GroupBox();
  45. this.label34 = new System.Windows.Forms.Label();
  46. this.textBox_MotorUV = new System.Windows.Forms.TextBox();
  47. this.label35 = new System.Windows.Forms.Label();
  48. this.textBox_MotorOV = new System.Windows.Forms.TextBox();
  49. this.label36 = new System.Windows.Forms.Label();
  50. this.textBox_MotorMaxCurr = new System.Windows.Forms.TextBox();
  51. this.groupBox2 = new System.Windows.Forms.GroupBox();
  52. this.comboBox_BikeStartMode = new System.Windows.Forms.ComboBox();
  53. this.comboBox_BikeModeB = new System.Windows.Forms.ComboBox();
  54. this.comboBox_BikeVolB = new System.Windows.Forms.ComboBox();
  55. this.comboBox_BikeVolF = new System.Windows.Forms.ComboBox();
  56. this.label24 = new System.Windows.Forms.Label();
  57. this.textBox_BikeAutoOffTime = new System.Windows.Forms.TextBox();
  58. this.label23 = new System.Windows.Forms.Label();
  59. this.textBox_BikePowerOffTime = new System.Windows.Forms.TextBox();
  60. this.label22 = new System.Windows.Forms.Label();
  61. this.textBox_BikePowerOnTime = new System.Windows.Forms.TextBox();
  62. this.label21 = new System.Windows.Forms.Label();
  63. this.label20 = new System.Windows.Forms.Label();
  64. this.label19 = new System.Windows.Forms.Label();
  65. this.label18 = new System.Windows.Forms.Label();
  66. this.label17 = new System.Windows.Forms.Label();
  67. this.textBox_BikeRealB = new System.Windows.Forms.TextBox();
  68. this.label16 = new System.Windows.Forms.Label();
  69. this.textBox_BikeFrontT = new System.Windows.Forms.TextBox();
  70. this.label15 = new System.Windows.Forms.Label();
  71. this.textBox_BikeWalkSpeed = new System.Windows.Forms.TextBox();
  72. this.label14 = new System.Windows.Forms.Label();
  73. this.textBox_BikeThroSpeed = new System.Windows.Forms.TextBox();
  74. this.label13 = new System.Windows.Forms.Label();
  75. this.textBox_BikeWheel = new System.Windows.Forms.TextBox();
  76. this.tabPage_Advance = new System.Windows.Forms.TabPage();
  77. this.richTextBox_AdvanceParams = new System.Windows.Forms.RichTextBox();
  78. this.groupBox1 = new System.Windows.Forms.GroupBox();
  79. this.textBox_OtherInfo = new System.Windows.Forms.TextBox();
  80. this.textBox_SoftwareVer = new System.Windows.Forms.TextBox();
  81. this.textBox_PCBA = new System.Windows.Forms.TextBox();
  82. this.textBox_ProductTag = new System.Windows.Forms.TextBox();
  83. this.textBox_ProductDate = new System.Windows.Forms.TextBox();
  84. this.textBox_ProductAddr = new System.Windows.Forms.TextBox();
  85. this.textBox_ProductMac = new System.Windows.Forms.TextBox();
  86. this.textBox_MarkNum = new System.Windows.Forms.TextBox();
  87. this.textBox_ProductName = new System.Windows.Forms.TextBox();
  88. this.textBox_CustomerName = new System.Windows.Forms.TextBox();
  89. this.textBox_MarkCode = new System.Windows.Forms.TextBox();
  90. this.label12 = new System.Windows.Forms.Label();
  91. this.label11 = new System.Windows.Forms.Label();
  92. this.label10 = new System.Windows.Forms.Label();
  93. this.label9 = new System.Windows.Forms.Label();
  94. this.label8 = new System.Windows.Forms.Label();
  95. this.label7 = new System.Windows.Forms.Label();
  96. this.label6 = new System.Windows.Forms.Label();
  97. this.label5 = new System.Windows.Forms.Label();
  98. this.label4 = new System.Windows.Forms.Label();
  99. this.label3 = new System.Windows.Forms.Label();
  100. this.label2 = new System.Windows.Forms.Label();
  101. this.label_ServerStatus = new System.Windows.Forms.Label();
  102. this.label_Server_ComStatus = new System.Windows.Forms.Label();
  103. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  104. this.radioButton_Simple = new System.Windows.Forms.RadioButton();
  105. this.radioButton_Advance = new System.Windows.Forms.RadioButton();
  106. this.comboBox_ModelFile = new System.Windows.Forms.ComboBox();
  107. this.button_GenerateModelFile = new System.Windows.Forms.Button();
  108. this.tabControl1.SuspendLayout();
  109. this.tabPage_Simple.SuspendLayout();
  110. this.groupBox5.SuspendLayout();
  111. this.groupBox4.SuspendLayout();
  112. this.groupBox3.SuspendLayout();
  113. this.groupBox2.SuspendLayout();
  114. this.tabPage_Advance.SuspendLayout();
  115. this.groupBox1.SuspendLayout();
  116. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  117. this.SuspendLayout();
  118. //
  119. // button_ExportParams
  120. //
  121. this.button_ExportParams.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  122. this.button_ExportParams.Enabled = false;
  123. this.button_ExportParams.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.button_ExportParams.ForeColor = System.Drawing.Color.White;
  125. this.button_ExportParams.Location = new System.Drawing.Point(855, 223);
  126. this.button_ExportParams.Name = "button_ExportParams";
  127. this.button_ExportParams.Size = new System.Drawing.Size(167, 45);
  128. this.button_ExportParams.TabIndex = 0;
  129. this.button_ExportParams.Text = "导出配置";
  130. this.button_ExportParams.UseVisualStyleBackColor = false;
  131. this.button_ExportParams.Click += new System.EventHandler(this.button_ExportParams_Click);
  132. //
  133. // label1
  134. //
  135. this.label1.AutoSize = true;
  136. this.label1.Location = new System.Drawing.Point(22, 25);
  137. this.label1.Name = "label1";
  138. this.label1.Size = new System.Drawing.Size(74, 21);
  139. this.label1.TabIndex = 1;
  140. this.label1.Text = "模板文件";
  141. //
  142. // tabControl1
  143. //
  144. this.tabControl1.Controls.Add(this.tabPage_Simple);
  145. this.tabControl1.Controls.Add(this.tabPage_Advance);
  146. this.tabControl1.Enabled = false;
  147. this.tabControl1.Location = new System.Drawing.Point(26, 73);
  148. this.tabControl1.Name = "tabControl1";
  149. this.tabControl1.SelectedIndex = 0;
  150. this.tabControl1.Size = new System.Drawing.Size(492, 676);
  151. this.tabControl1.TabIndex = 3;
  152. //
  153. // tabPage_Simple
  154. //
  155. this.tabPage_Simple.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  156. this.tabPage_Simple.Controls.Add(this.groupBox5);
  157. this.tabPage_Simple.Controls.Add(this.groupBox4);
  158. this.tabPage_Simple.Controls.Add(this.groupBox3);
  159. this.tabPage_Simple.Controls.Add(this.groupBox2);
  160. this.tabPage_Simple.Location = new System.Drawing.Point(4, 30);
  161. this.tabPage_Simple.Name = "tabPage_Simple";
  162. this.tabPage_Simple.Padding = new System.Windows.Forms.Padding(3);
  163. this.tabPage_Simple.Size = new System.Drawing.Size(484, 642);
  164. this.tabPage_Simple.TabIndex = 0;
  165. this.tabPage_Simple.Text = "简易参数";
  166. //
  167. // groupBox5
  168. //
  169. this.groupBox5.Controls.Add(this.comboBox_SysDir);
  170. this.groupBox5.Controls.Add(this.comboBox_SysRunMode);
  171. this.groupBox5.Controls.Add(this.label25);
  172. this.groupBox5.Controls.Add(this.textBox_SysPowerLimit);
  173. this.groupBox5.Controls.Add(this.label28);
  174. this.groupBox5.Controls.Add(this.label29);
  175. this.groupBox5.Location = new System.Drawing.Point(6, 334);
  176. this.groupBox5.Name = "groupBox5";
  177. this.groupBox5.Size = new System.Drawing.Size(472, 71);
  178. this.groupBox5.TabIndex = 3;
  179. this.groupBox5.TabStop = false;
  180. this.groupBox5.Text = "调试参数";
  181. //
  182. // comboBox_SysDir
  183. //
  184. this.comboBox_SysDir.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  185. this.comboBox_SysDir.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  186. this.comboBox_SysDir.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  187. this.comboBox_SysDir.FormattingEnabled = true;
  188. this.comboBox_SysDir.Items.AddRange(new object[] {
  189. "0",
  190. "1"});
  191. this.comboBox_SysDir.Location = new System.Drawing.Point(240, 30);
  192. this.comboBox_SysDir.Name = "comboBox_SysDir";
  193. this.comboBox_SysDir.Size = new System.Drawing.Size(65, 29);
  194. this.comboBox_SysDir.TabIndex = 8;
  195. //
  196. // comboBox_SysRunMode
  197. //
  198. this.comboBox_SysRunMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  199. this.comboBox_SysRunMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  200. this.comboBox_SysRunMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  201. this.comboBox_SysRunMode.FormattingEnabled = true;
  202. this.comboBox_SysRunMode.Items.AddRange(new object[] {
  203. "踏频",
  204. "力矩"});
  205. this.comboBox_SysRunMode.Location = new System.Drawing.Point(86, 30);
  206. this.comboBox_SysRunMode.Name = "comboBox_SysRunMode";
  207. this.comboBox_SysRunMode.Size = new System.Drawing.Size(65, 29);
  208. this.comboBox_SysRunMode.TabIndex = 8;
  209. //
  210. // label25
  211. //
  212. this.label25.AutoSize = true;
  213. this.label25.Location = new System.Drawing.Point(314, 34);
  214. this.label25.Name = "label25";
  215. this.label25.Size = new System.Drawing.Size(74, 21);
  216. this.label25.TabIndex = 0;
  217. this.label25.Text = "功率限幅";
  218. //
  219. // textBox_SysPowerLimit
  220. //
  221. this.textBox_SysPowerLimit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  222. this.textBox_SysPowerLimit.Location = new System.Drawing.Point(394, 30);
  223. this.textBox_SysPowerLimit.Name = "textBox_SysPowerLimit";
  224. this.textBox_SysPowerLimit.Size = new System.Drawing.Size(65, 29);
  225. this.textBox_SysPowerLimit.TabIndex = 1;
  226. //
  227. // label28
  228. //
  229. this.label28.AutoSize = true;
  230. this.label28.Location = new System.Drawing.Point(160, 34);
  231. this.label28.Name = "label28";
  232. this.label28.Size = new System.Drawing.Size(74, 21);
  233. this.label28.TabIndex = 0;
  234. this.label28.Text = "旋转方向";
  235. //
  236. // label29
  237. //
  238. this.label29.AutoSize = true;
  239. this.label29.Location = new System.Drawing.Point(6, 34);
  240. this.label29.Name = "label29";
  241. this.label29.Size = new System.Drawing.Size(74, 21);
  242. this.label29.TabIndex = 0;
  243. this.label29.Text = "运行模式";
  244. //
  245. // groupBox4
  246. //
  247. this.groupBox4.Controls.Add(this.label26);
  248. this.groupBox4.Controls.Add(this.textBox_AssistSpeedEnd);
  249. this.groupBox4.Controls.Add(this.label27);
  250. this.groupBox4.Controls.Add(this.textBox_AssistSpeedBegin);
  251. this.groupBox4.Location = new System.Drawing.Point(6, 257);
  252. this.groupBox4.Name = "groupBox4";
  253. this.groupBox4.Size = new System.Drawing.Size(472, 71);
  254. this.groupBox4.TabIndex = 3;
  255. this.groupBox4.TabStop = false;
  256. this.groupBox4.Text = "助力参数";
  257. //
  258. // label26
  259. //
  260. this.label26.AutoSize = true;
  261. this.label26.Location = new System.Drawing.Point(160, 34);
  262. this.label26.Name = "label26";
  263. this.label26.Size = new System.Drawing.Size(74, 21);
  264. this.label26.TabIndex = 0;
  265. this.label26.Text = "限速停止";
  266. //
  267. // textBox_AssistSpeedEnd
  268. //
  269. this.textBox_AssistSpeedEnd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  270. this.textBox_AssistSpeedEnd.Location = new System.Drawing.Point(240, 30);
  271. this.textBox_AssistSpeedEnd.Name = "textBox_AssistSpeedEnd";
  272. this.textBox_AssistSpeedEnd.Size = new System.Drawing.Size(65, 29);
  273. this.textBox_AssistSpeedEnd.TabIndex = 1;
  274. //
  275. // label27
  276. //
  277. this.label27.AutoSize = true;
  278. this.label27.Location = new System.Drawing.Point(6, 34);
  279. this.label27.Name = "label27";
  280. this.label27.Size = new System.Drawing.Size(74, 21);
  281. this.label27.TabIndex = 0;
  282. this.label27.Text = "限速起始";
  283. //
  284. // textBox_AssistSpeedBegin
  285. //
  286. this.textBox_AssistSpeedBegin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  287. this.textBox_AssistSpeedBegin.Location = new System.Drawing.Point(86, 30);
  288. this.textBox_AssistSpeedBegin.Name = "textBox_AssistSpeedBegin";
  289. this.textBox_AssistSpeedBegin.Size = new System.Drawing.Size(65, 29);
  290. this.textBox_AssistSpeedBegin.TabIndex = 1;
  291. //
  292. // groupBox3
  293. //
  294. this.groupBox3.Controls.Add(this.label34);
  295. this.groupBox3.Controls.Add(this.textBox_MotorUV);
  296. this.groupBox3.Controls.Add(this.label35);
  297. this.groupBox3.Controls.Add(this.textBox_MotorOV);
  298. this.groupBox3.Controls.Add(this.label36);
  299. this.groupBox3.Controls.Add(this.textBox_MotorMaxCurr);
  300. this.groupBox3.Location = new System.Drawing.Point(6, 180);
  301. this.groupBox3.Name = "groupBox3";
  302. this.groupBox3.Size = new System.Drawing.Size(472, 71);
  303. this.groupBox3.TabIndex = 2;
  304. this.groupBox3.TabStop = false;
  305. this.groupBox3.Text = "控制参数";
  306. //
  307. // label34
  308. //
  309. this.label34.AutoSize = true;
  310. this.label34.Location = new System.Drawing.Point(314, 34);
  311. this.label34.Name = "label34";
  312. this.label34.Size = new System.Drawing.Size(74, 21);
  313. this.label34.TabIndex = 0;
  314. this.label34.Text = "欠压保护";
  315. //
  316. // textBox_MotorUV
  317. //
  318. this.textBox_MotorUV.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  319. this.textBox_MotorUV.Location = new System.Drawing.Point(394, 30);
  320. this.textBox_MotorUV.Name = "textBox_MotorUV";
  321. this.textBox_MotorUV.Size = new System.Drawing.Size(65, 29);
  322. this.textBox_MotorUV.TabIndex = 1;
  323. //
  324. // label35
  325. //
  326. this.label35.AutoSize = true;
  327. this.label35.Location = new System.Drawing.Point(160, 34);
  328. this.label35.Name = "label35";
  329. this.label35.Size = new System.Drawing.Size(74, 21);
  330. this.label35.TabIndex = 0;
  331. this.label35.Text = "过压保护";
  332. //
  333. // textBox_MotorOV
  334. //
  335. this.textBox_MotorOV.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  336. this.textBox_MotorOV.Location = new System.Drawing.Point(240, 30);
  337. this.textBox_MotorOV.Name = "textBox_MotorOV";
  338. this.textBox_MotorOV.Size = new System.Drawing.Size(65, 29);
  339. this.textBox_MotorOV.TabIndex = 1;
  340. //
  341. // label36
  342. //
  343. this.label36.AutoSize = true;
  344. this.label36.Location = new System.Drawing.Point(6, 34);
  345. this.label36.Name = "label36";
  346. this.label36.Size = new System.Drawing.Size(74, 21);
  347. this.label36.TabIndex = 0;
  348. this.label36.Text = "峰值电流";
  349. //
  350. // textBox_MotorMaxCurr
  351. //
  352. this.textBox_MotorMaxCurr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  353. this.textBox_MotorMaxCurr.Location = new System.Drawing.Point(86, 30);
  354. this.textBox_MotorMaxCurr.Name = "textBox_MotorMaxCurr";
  355. this.textBox_MotorMaxCurr.Size = new System.Drawing.Size(65, 29);
  356. this.textBox_MotorMaxCurr.TabIndex = 1;
  357. //
  358. // groupBox2
  359. //
  360. this.groupBox2.Controls.Add(this.comboBox_BikeStartMode);
  361. this.groupBox2.Controls.Add(this.comboBox_BikeModeB);
  362. this.groupBox2.Controls.Add(this.comboBox_BikeVolB);
  363. this.groupBox2.Controls.Add(this.comboBox_BikeVolF);
  364. this.groupBox2.Controls.Add(this.label24);
  365. this.groupBox2.Controls.Add(this.textBox_BikeAutoOffTime);
  366. this.groupBox2.Controls.Add(this.label23);
  367. this.groupBox2.Controls.Add(this.textBox_BikePowerOffTime);
  368. this.groupBox2.Controls.Add(this.label22);
  369. this.groupBox2.Controls.Add(this.textBox_BikePowerOnTime);
  370. this.groupBox2.Controls.Add(this.label21);
  371. this.groupBox2.Controls.Add(this.label20);
  372. this.groupBox2.Controls.Add(this.label19);
  373. this.groupBox2.Controls.Add(this.label18);
  374. this.groupBox2.Controls.Add(this.label17);
  375. this.groupBox2.Controls.Add(this.textBox_BikeRealB);
  376. this.groupBox2.Controls.Add(this.label16);
  377. this.groupBox2.Controls.Add(this.textBox_BikeFrontT);
  378. this.groupBox2.Controls.Add(this.label15);
  379. this.groupBox2.Controls.Add(this.textBox_BikeWalkSpeed);
  380. this.groupBox2.Controls.Add(this.label14);
  381. this.groupBox2.Controls.Add(this.textBox_BikeThroSpeed);
  382. this.groupBox2.Controls.Add(this.label13);
  383. this.groupBox2.Controls.Add(this.textBox_BikeWheel);
  384. this.groupBox2.Location = new System.Drawing.Point(6, 6);
  385. this.groupBox2.Name = "groupBox2";
  386. this.groupBox2.Size = new System.Drawing.Size(472, 168);
  387. this.groupBox2.TabIndex = 0;
  388. this.groupBox2.TabStop = false;
  389. this.groupBox2.Text = "整车参数";
  390. //
  391. // comboBox_BikeStartMode
  392. //
  393. this.comboBox_BikeStartMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  394. this.comboBox_BikeStartMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  395. this.comboBox_BikeStartMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  396. this.comboBox_BikeStartMode.FormattingEnabled = true;
  397. this.comboBox_BikeStartMode.Items.AddRange(new object[] {
  398. "柔和",
  399. "正常",
  400. "强劲"});
  401. this.comboBox_BikeStartMode.Location = new System.Drawing.Point(394, 96);
  402. this.comboBox_BikeStartMode.Name = "comboBox_BikeStartMode";
  403. this.comboBox_BikeStartMode.Size = new System.Drawing.Size(65, 29);
  404. this.comboBox_BikeStartMode.TabIndex = 7;
  405. //
  406. // comboBox_BikeModeB
  407. //
  408. this.comboBox_BikeModeB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  409. this.comboBox_BikeModeB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  410. this.comboBox_BikeModeB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  411. this.comboBox_BikeModeB.FormattingEnabled = true;
  412. this.comboBox_BikeModeB.Items.AddRange(new object[] {
  413. "1",
  414. "2",
  415. "3",
  416. "4",
  417. "5",
  418. "6"});
  419. this.comboBox_BikeModeB.Location = new System.Drawing.Point(240, 96);
  420. this.comboBox_BikeModeB.Name = "comboBox_BikeModeB";
  421. this.comboBox_BikeModeB.Size = new System.Drawing.Size(65, 29);
  422. this.comboBox_BikeModeB.TabIndex = 6;
  423. //
  424. // comboBox_BikeVolB
  425. //
  426. this.comboBox_BikeVolB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  427. this.comboBox_BikeVolB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  428. this.comboBox_BikeVolB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  429. this.comboBox_BikeVolB.FormattingEnabled = true;
  430. this.comboBox_BikeVolB.Items.AddRange(new object[] {
  431. "6V",
  432. "12V"});
  433. this.comboBox_BikeVolB.Location = new System.Drawing.Point(86, 96);
  434. this.comboBox_BikeVolB.Name = "comboBox_BikeVolB";
  435. this.comboBox_BikeVolB.Size = new System.Drawing.Size(65, 29);
  436. this.comboBox_BikeVolB.TabIndex = 5;
  437. //
  438. // comboBox_BikeVolF
  439. //
  440. this.comboBox_BikeVolF.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  441. this.comboBox_BikeVolF.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  442. this.comboBox_BikeVolF.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  443. this.comboBox_BikeVolF.FormattingEnabled = true;
  444. this.comboBox_BikeVolF.Items.AddRange(new object[] {
  445. "6V",
  446. "12V"});
  447. this.comboBox_BikeVolF.Location = new System.Drawing.Point(394, 63);
  448. this.comboBox_BikeVolF.Name = "comboBox_BikeVolF";
  449. this.comboBox_BikeVolF.Size = new System.Drawing.Size(65, 29);
  450. this.comboBox_BikeVolF.TabIndex = 4;
  451. //
  452. // label24
  453. //
  454. this.label24.AutoSize = true;
  455. this.label24.Location = new System.Drawing.Point(314, 133);
  456. this.label24.Name = "label24";
  457. this.label24.Size = new System.Drawing.Size(74, 21);
  458. this.label24.TabIndex = 0;
  459. this.label24.Text = "自动关机";
  460. //
  461. // textBox_BikeAutoOffTime
  462. //
  463. this.textBox_BikeAutoOffTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  464. this.textBox_BikeAutoOffTime.Location = new System.Drawing.Point(394, 129);
  465. this.textBox_BikeAutoOffTime.Name = "textBox_BikeAutoOffTime";
  466. this.textBox_BikeAutoOffTime.Size = new System.Drawing.Size(65, 29);
  467. this.textBox_BikeAutoOffTime.TabIndex = 1;
  468. //
  469. // label23
  470. //
  471. this.label23.AutoSize = true;
  472. this.label23.Location = new System.Drawing.Point(160, 133);
  473. this.label23.Name = "label23";
  474. this.label23.Size = new System.Drawing.Size(74, 21);
  475. this.label23.TabIndex = 0;
  476. this.label23.Text = "关机延迟";
  477. //
  478. // textBox_BikePowerOffTime
  479. //
  480. this.textBox_BikePowerOffTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  481. this.textBox_BikePowerOffTime.Location = new System.Drawing.Point(240, 129);
  482. this.textBox_BikePowerOffTime.Name = "textBox_BikePowerOffTime";
  483. this.textBox_BikePowerOffTime.Size = new System.Drawing.Size(65, 29);
  484. this.textBox_BikePowerOffTime.TabIndex = 1;
  485. //
  486. // label22
  487. //
  488. this.label22.AutoSize = true;
  489. this.label22.Location = new System.Drawing.Point(6, 133);
  490. this.label22.Name = "label22";
  491. this.label22.Size = new System.Drawing.Size(74, 21);
  492. this.label22.TabIndex = 0;
  493. this.label22.Text = "开机延迟";
  494. //
  495. // textBox_BikePowerOnTime
  496. //
  497. this.textBox_BikePowerOnTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  498. this.textBox_BikePowerOnTime.Location = new System.Drawing.Point(86, 129);
  499. this.textBox_BikePowerOnTime.Name = "textBox_BikePowerOnTime";
  500. this.textBox_BikePowerOnTime.Size = new System.Drawing.Size(65, 29);
  501. this.textBox_BikePowerOnTime.TabIndex = 1;
  502. //
  503. // label21
  504. //
  505. this.label21.AutoSize = true;
  506. this.label21.Location = new System.Drawing.Point(314, 100);
  507. this.label21.Name = "label21";
  508. this.label21.Size = new System.Drawing.Size(74, 21);
  509. this.label21.TabIndex = 0;
  510. this.label21.Text = "启动模式";
  511. //
  512. // label20
  513. //
  514. this.label20.AutoSize = true;
  515. this.label20.Location = new System.Drawing.Point(160, 100);
  516. this.label20.Name = "label20";
  517. this.label20.Size = new System.Drawing.Size(74, 21);
  518. this.label20.TabIndex = 0;
  519. this.label20.Text = "后灯模式";
  520. //
  521. // label19
  522. //
  523. this.label19.AutoSize = true;
  524. this.label19.Location = new System.Drawing.Point(6, 100);
  525. this.label19.Name = "label19";
  526. this.label19.Size = new System.Drawing.Size(74, 21);
  527. this.label19.TabIndex = 0;
  528. this.label19.Text = "后灯电压";
  529. //
  530. // label18
  531. //
  532. this.label18.AutoSize = true;
  533. this.label18.Location = new System.Drawing.Point(314, 67);
  534. this.label18.Name = "label18";
  535. this.label18.Size = new System.Drawing.Size(74, 21);
  536. this.label18.TabIndex = 0;
  537. this.label18.Text = "前灯电压";
  538. //
  539. // label17
  540. //
  541. this.label17.AutoSize = true;
  542. this.label17.Location = new System.Drawing.Point(160, 67);
  543. this.label17.Name = "label17";
  544. this.label17.Size = new System.Drawing.Size(58, 21);
  545. this.label17.TabIndex = 0;
  546. this.label17.Text = "后牙盘";
  547. //
  548. // textBox_BikeRealB
  549. //
  550. this.textBox_BikeRealB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  551. this.textBox_BikeRealB.Location = new System.Drawing.Point(240, 63);
  552. this.textBox_BikeRealB.Name = "textBox_BikeRealB";
  553. this.textBox_BikeRealB.Size = new System.Drawing.Size(65, 29);
  554. this.textBox_BikeRealB.TabIndex = 1;
  555. //
  556. // label16
  557. //
  558. this.label16.AutoSize = true;
  559. this.label16.Location = new System.Drawing.Point(6, 67);
  560. this.label16.Name = "label16";
  561. this.label16.Size = new System.Drawing.Size(58, 21);
  562. this.label16.TabIndex = 0;
  563. this.label16.Text = "前牙盘";
  564. //
  565. // textBox_BikeFrontT
  566. //
  567. this.textBox_BikeFrontT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  568. this.textBox_BikeFrontT.Location = new System.Drawing.Point(86, 63);
  569. this.textBox_BikeFrontT.Name = "textBox_BikeFrontT";
  570. this.textBox_BikeFrontT.Size = new System.Drawing.Size(65, 29);
  571. this.textBox_BikeFrontT.TabIndex = 1;
  572. //
  573. // label15
  574. //
  575. this.label15.AutoSize = true;
  576. this.label15.Location = new System.Drawing.Point(314, 34);
  577. this.label15.Name = "label15";
  578. this.label15.Size = new System.Drawing.Size(74, 21);
  579. this.label15.TabIndex = 0;
  580. this.label15.Text = "推行限速";
  581. //
  582. // textBox_BikeWalkSpeed
  583. //
  584. this.textBox_BikeWalkSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  585. this.textBox_BikeWalkSpeed.Location = new System.Drawing.Point(394, 30);
  586. this.textBox_BikeWalkSpeed.Name = "textBox_BikeWalkSpeed";
  587. this.textBox_BikeWalkSpeed.Size = new System.Drawing.Size(65, 29);
  588. this.textBox_BikeWalkSpeed.TabIndex = 1;
  589. //
  590. // label14
  591. //
  592. this.label14.AutoSize = true;
  593. this.label14.Location = new System.Drawing.Point(160, 34);
  594. this.label14.Name = "label14";
  595. this.label14.Size = new System.Drawing.Size(74, 21);
  596. this.label14.TabIndex = 0;
  597. this.label14.Text = "转把限速";
  598. //
  599. // textBox_BikeThroSpeed
  600. //
  601. this.textBox_BikeThroSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  602. this.textBox_BikeThroSpeed.Location = new System.Drawing.Point(240, 30);
  603. this.textBox_BikeThroSpeed.Name = "textBox_BikeThroSpeed";
  604. this.textBox_BikeThroSpeed.Size = new System.Drawing.Size(65, 29);
  605. this.textBox_BikeThroSpeed.TabIndex = 1;
  606. //
  607. // label13
  608. //
  609. this.label13.AutoSize = true;
  610. this.label13.Location = new System.Drawing.Point(6, 34);
  611. this.label13.Name = "label13";
  612. this.label13.Size = new System.Drawing.Size(74, 21);
  613. this.label13.TabIndex = 0;
  614. this.label13.Text = "轮胎周长";
  615. //
  616. // textBox_BikeWheel
  617. //
  618. this.textBox_BikeWheel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  619. this.textBox_BikeWheel.Location = new System.Drawing.Point(86, 30);
  620. this.textBox_BikeWheel.Name = "textBox_BikeWheel";
  621. this.textBox_BikeWheel.Size = new System.Drawing.Size(65, 29);
  622. this.textBox_BikeWheel.TabIndex = 1;
  623. //
  624. // tabPage_Advance
  625. //
  626. this.tabPage_Advance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  627. this.tabPage_Advance.Controls.Add(this.richTextBox_AdvanceParams);
  628. this.tabPage_Advance.Location = new System.Drawing.Point(4, 30);
  629. this.tabPage_Advance.Name = "tabPage_Advance";
  630. this.tabPage_Advance.Padding = new System.Windows.Forms.Padding(3);
  631. this.tabPage_Advance.Size = new System.Drawing.Size(484, 642);
  632. this.tabPage_Advance.TabIndex = 1;
  633. this.tabPage_Advance.Text = "高级参数";
  634. //
  635. // richTextBox_AdvanceParams
  636. //
  637. this.richTextBox_AdvanceParams.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  638. this.richTextBox_AdvanceParams.Location = new System.Drawing.Point(6, 6);
  639. this.richTextBox_AdvanceParams.Name = "richTextBox_AdvanceParams";
  640. this.richTextBox_AdvanceParams.Size = new System.Drawing.Size(472, 630);
  641. this.richTextBox_AdvanceParams.TabIndex = 0;
  642. this.richTextBox_AdvanceParams.Text = "";
  643. //
  644. // groupBox1
  645. //
  646. this.groupBox1.Controls.Add(this.textBox_OtherInfo);
  647. this.groupBox1.Controls.Add(this.textBox_SoftwareVer);
  648. this.groupBox1.Controls.Add(this.textBox_PCBA);
  649. this.groupBox1.Controls.Add(this.textBox_ProductTag);
  650. this.groupBox1.Controls.Add(this.textBox_ProductDate);
  651. this.groupBox1.Controls.Add(this.textBox_ProductAddr);
  652. this.groupBox1.Controls.Add(this.textBox_ProductMac);
  653. this.groupBox1.Controls.Add(this.textBox_MarkNum);
  654. this.groupBox1.Controls.Add(this.textBox_ProductName);
  655. this.groupBox1.Controls.Add(this.textBox_CustomerName);
  656. this.groupBox1.Controls.Add(this.textBox_MarkCode);
  657. this.groupBox1.Controls.Add(this.label12);
  658. this.groupBox1.Controls.Add(this.label11);
  659. this.groupBox1.Controls.Add(this.label10);
  660. this.groupBox1.Controls.Add(this.label9);
  661. this.groupBox1.Controls.Add(this.label8);
  662. this.groupBox1.Controls.Add(this.label7);
  663. this.groupBox1.Controls.Add(this.label6);
  664. this.groupBox1.Controls.Add(this.label5);
  665. this.groupBox1.Controls.Add(this.label4);
  666. this.groupBox1.Controls.Add(this.label3);
  667. this.groupBox1.Controls.Add(this.label2);
  668. this.groupBox1.Location = new System.Drawing.Point(524, 73);
  669. this.groupBox1.Name = "groupBox1";
  670. this.groupBox1.Size = new System.Drawing.Size(300, 676);
  671. this.groupBox1.TabIndex = 4;
  672. this.groupBox1.TabStop = false;
  673. this.groupBox1.Text = "订单信息";
  674. //
  675. // textBox_OtherInfo
  676. //
  677. this.textBox_OtherInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  678. this.textBox_OtherInfo.Location = new System.Drawing.Point(138, 487);
  679. this.textBox_OtherInfo.Name = "textBox_OtherInfo";
  680. this.textBox_OtherInfo.Size = new System.Drawing.Size(140, 29);
  681. this.textBox_OtherInfo.TabIndex = 1;
  682. //
  683. // textBox_SoftwareVer
  684. //
  685. this.textBox_SoftwareVer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  686. this.textBox_SoftwareVer.Location = new System.Drawing.Point(138, 443);
  687. this.textBox_SoftwareVer.Name = "textBox_SoftwareVer";
  688. this.textBox_SoftwareVer.Size = new System.Drawing.Size(140, 29);
  689. this.textBox_SoftwareVer.TabIndex = 1;
  690. //
  691. // textBox_PCBA
  692. //
  693. this.textBox_PCBA.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  694. this.textBox_PCBA.Location = new System.Drawing.Point(138, 399);
  695. this.textBox_PCBA.Name = "textBox_PCBA";
  696. this.textBox_PCBA.Size = new System.Drawing.Size(140, 29);
  697. this.textBox_PCBA.TabIndex = 1;
  698. //
  699. // textBox_ProductTag
  700. //
  701. this.textBox_ProductTag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  702. this.textBox_ProductTag.Location = new System.Drawing.Point(138, 355);
  703. this.textBox_ProductTag.Name = "textBox_ProductTag";
  704. this.textBox_ProductTag.Size = new System.Drawing.Size(140, 29);
  705. this.textBox_ProductTag.TabIndex = 1;
  706. //
  707. // textBox_ProductDate
  708. //
  709. this.textBox_ProductDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  710. this.textBox_ProductDate.Location = new System.Drawing.Point(138, 311);
  711. this.textBox_ProductDate.Name = "textBox_ProductDate";
  712. this.textBox_ProductDate.Size = new System.Drawing.Size(140, 29);
  713. this.textBox_ProductDate.TabIndex = 1;
  714. //
  715. // textBox_ProductAddr
  716. //
  717. this.textBox_ProductAddr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  718. this.textBox_ProductAddr.Location = new System.Drawing.Point(138, 267);
  719. this.textBox_ProductAddr.Name = "textBox_ProductAddr";
  720. this.textBox_ProductAddr.Size = new System.Drawing.Size(140, 29);
  721. this.textBox_ProductAddr.TabIndex = 1;
  722. //
  723. // textBox_ProductMac
  724. //
  725. this.textBox_ProductMac.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  726. this.textBox_ProductMac.Location = new System.Drawing.Point(138, 223);
  727. this.textBox_ProductMac.Name = "textBox_ProductMac";
  728. this.textBox_ProductMac.Size = new System.Drawing.Size(140, 29);
  729. this.textBox_ProductMac.TabIndex = 1;
  730. //
  731. // textBox_MarkNum
  732. //
  733. this.textBox_MarkNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  734. this.textBox_MarkNum.Location = new System.Drawing.Point(138, 179);
  735. this.textBox_MarkNum.Name = "textBox_MarkNum";
  736. this.textBox_MarkNum.Size = new System.Drawing.Size(140, 29);
  737. this.textBox_MarkNum.TabIndex = 1;
  738. //
  739. // textBox_ProductName
  740. //
  741. this.textBox_ProductName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  742. this.textBox_ProductName.Location = new System.Drawing.Point(138, 135);
  743. this.textBox_ProductName.Name = "textBox_ProductName";
  744. this.textBox_ProductName.Size = new System.Drawing.Size(140, 29);
  745. this.textBox_ProductName.TabIndex = 1;
  746. //
  747. // textBox_CustomerName
  748. //
  749. this.textBox_CustomerName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  750. this.textBox_CustomerName.Location = new System.Drawing.Point(138, 91);
  751. this.textBox_CustomerName.Name = "textBox_CustomerName";
  752. this.textBox_CustomerName.Size = new System.Drawing.Size(140, 29);
  753. this.textBox_CustomerName.TabIndex = 1;
  754. //
  755. // textBox_MarkCode
  756. //
  757. this.textBox_MarkCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  758. this.textBox_MarkCode.Location = new System.Drawing.Point(138, 47);
  759. this.textBox_MarkCode.Name = "textBox_MarkCode";
  760. this.textBox_MarkCode.Size = new System.Drawing.Size(140, 29);
  761. this.textBox_MarkCode.TabIndex = 1;
  762. //
  763. // label12
  764. //
  765. this.label12.AutoSize = true;
  766. this.label12.Location = new System.Drawing.Point(6, 491);
  767. this.label12.Name = "label12";
  768. this.label12.Size = new System.Drawing.Size(74, 21);
  769. this.label12.TabIndex = 0;
  770. this.label12.Text = "备注信息";
  771. //
  772. // label11
  773. //
  774. this.label11.AutoSize = true;
  775. this.label11.Location = new System.Drawing.Point(6, 447);
  776. this.label11.Name = "label11";
  777. this.label11.Size = new System.Drawing.Size(74, 21);
  778. this.label11.TabIndex = 0;
  779. this.label11.Text = "软件版本";
  780. //
  781. // label10
  782. //
  783. this.label10.AutoSize = true;
  784. this.label10.Location = new System.Drawing.Point(6, 403);
  785. this.label10.Name = "label10";
  786. this.label10.Size = new System.Drawing.Size(84, 21);
  787. this.label10.TabIndex = 0;
  788. this.label10.Text = "PCBA版本";
  789. //
  790. // label9
  791. //
  792. this.label9.AutoSize = true;
  793. this.label9.Location = new System.Drawing.Point(6, 359);
  794. this.label9.Name = "label9";
  795. this.label9.Size = new System.Drawing.Size(74, 21);
  796. this.label9.TabIndex = 0;
  797. this.label9.Text = "产品标识";
  798. //
  799. // label8
  800. //
  801. this.label8.AutoSize = true;
  802. this.label8.Location = new System.Drawing.Point(6, 315);
  803. this.label8.Name = "label8";
  804. this.label8.Size = new System.Drawing.Size(74, 21);
  805. this.label8.TabIndex = 0;
  806. this.label8.Text = "生产日期";
  807. //
  808. // label7
  809. //
  810. this.label7.AutoSize = true;
  811. this.label7.Location = new System.Drawing.Point(6, 271);
  812. this.label7.Name = "label7";
  813. this.label7.Size = new System.Drawing.Size(58, 21);
  814. this.label7.TabIndex = 0;
  815. this.label7.Text = "生产地";
  816. //
  817. // label6
  818. //
  819. this.label6.AutoSize = true;
  820. this.label6.Location = new System.Drawing.Point(6, 227);
  821. this.label6.Name = "label6";
  822. this.label6.Size = new System.Drawing.Size(58, 21);
  823. this.label6.TabIndex = 0;
  824. this.label6.Text = "生产商";
  825. //
  826. // label5
  827. //
  828. this.label5.AutoSize = true;
  829. this.label5.Location = new System.Drawing.Point(6, 183);
  830. this.label5.Name = "label5";
  831. this.label5.Size = new System.Drawing.Size(74, 21);
  832. this.label5.TabIndex = 0;
  833. this.label5.Text = "订单数量";
  834. //
  835. // label4
  836. //
  837. this.label4.AutoSize = true;
  838. this.label4.Location = new System.Drawing.Point(6, 139);
  839. this.label4.Name = "label4";
  840. this.label4.Size = new System.Drawing.Size(74, 21);
  841. this.label4.TabIndex = 0;
  842. this.label4.Text = "产品型号";
  843. //
  844. // label3
  845. //
  846. this.label3.AutoSize = true;
  847. this.label3.Location = new System.Drawing.Point(6, 95);
  848. this.label3.Name = "label3";
  849. this.label3.Size = new System.Drawing.Size(113, 21);
  850. this.label3.TabIndex = 0;
  851. this.label3.Text = "客户名称/编号";
  852. //
  853. // label2
  854. //
  855. this.label2.AutoSize = true;
  856. this.label2.Location = new System.Drawing.Point(6, 51);
  857. this.label2.Name = "label2";
  858. this.label2.Size = new System.Drawing.Size(74, 21);
  859. this.label2.TabIndex = 0;
  860. this.label2.Text = "订单编号";
  861. //
  862. // label_ServerStatus
  863. //
  864. this.label_ServerStatus.BackColor = System.Drawing.Color.Red;
  865. this.label_ServerStatus.Location = new System.Drawing.Point(987, 693);
  866. this.label_ServerStatus.Name = "label_ServerStatus";
  867. this.label_ServerStatus.Size = new System.Drawing.Size(35, 20);
  868. this.label_ServerStatus.TabIndex = 21;
  869. //
  870. // label_Server_ComStatus
  871. //
  872. this.label_Server_ComStatus.AutoSize = true;
  873. this.label_Server_ComStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  874. this.label_Server_ComStatus.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  875. this.label_Server_ComStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  876. this.label_Server_ComStatus.Location = new System.Drawing.Point(851, 693);
  877. this.label_Server_ComStatus.Name = "label_Server_ComStatus";
  878. this.label_Server_ComStatus.Size = new System.Drawing.Size(106, 21);
  879. this.label_Server_ComStatus.TabIndex = 20;
  880. this.label_Server_ComStatus.Text = "网络:未连接";
  881. //
  882. // pictureBox2
  883. //
  884. this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  885. this.pictureBox2.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.about;
  886. this.pictureBox2.Location = new System.Drawing.Point(855, 726);
  887. this.pictureBox2.Name = "pictureBox2";
  888. this.pictureBox2.Size = new System.Drawing.Size(167, 23);
  889. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  890. this.pictureBox2.TabIndex = 17;
  891. this.pictureBox2.TabStop = false;
  892. //
  893. // radioButton_Simple
  894. //
  895. this.radioButton_Simple.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  896. this.radioButton_Simple.Checked = true;
  897. this.radioButton_Simple.Enabled = false;
  898. this.radioButton_Simple.Font = new System.Drawing.Font("微软雅黑", 14.25F);
  899. this.radioButton_Simple.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  900. this.radioButton_Simple.Location = new System.Drawing.Point(855, 83);
  901. this.radioButton_Simple.Name = "radioButton_Simple";
  902. this.radioButton_Simple.Size = new System.Drawing.Size(167, 45);
  903. this.radioButton_Simple.TabIndex = 22;
  904. this.radioButton_Simple.TabStop = true;
  905. this.radioButton_Simple.Text = "基础参数";
  906. this.radioButton_Simple.UseVisualStyleBackColor = false;
  907. //
  908. // radioButton_Advance
  909. //
  910. this.radioButton_Advance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  911. this.radioButton_Advance.Enabled = false;
  912. this.radioButton_Advance.Font = new System.Drawing.Font("微软雅黑", 14.25F);
  913. this.radioButton_Advance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  914. this.radioButton_Advance.Location = new System.Drawing.Point(855, 153);
  915. this.radioButton_Advance.Name = "radioButton_Advance";
  916. this.radioButton_Advance.Size = new System.Drawing.Size(167, 45);
  917. this.radioButton_Advance.TabIndex = 22;
  918. this.radioButton_Advance.Text = "高级参数";
  919. this.radioButton_Advance.UseVisualStyleBackColor = false;
  920. //
  921. // comboBox_ModelFile
  922. //
  923. this.comboBox_ModelFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  924. this.comboBox_ModelFile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  925. this.comboBox_ModelFile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  926. this.comboBox_ModelFile.FormattingEnabled = true;
  927. this.comboBox_ModelFile.Location = new System.Drawing.Point(106, 21);
  928. this.comboBox_ModelFile.Name = "comboBox_ModelFile";
  929. this.comboBox_ModelFile.Size = new System.Drawing.Size(718, 29);
  930. this.comboBox_ModelFile.TabIndex = 23;
  931. this.comboBox_ModelFile.SelectedIndexChanged += new System.EventHandler(this.comboBox_ModelFile_SelectedIndexChanged);
  932. //
  933. // button_GenerateModelFile
  934. //
  935. this.button_GenerateModelFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  936. this.button_GenerateModelFile.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  937. this.button_GenerateModelFile.ForeColor = System.Drawing.Color.White;
  938. this.button_GenerateModelFile.Location = new System.Drawing.Point(855, 13);
  939. this.button_GenerateModelFile.Name = "button_GenerateModelFile";
  940. this.button_GenerateModelFile.Size = new System.Drawing.Size(167, 45);
  941. this.button_GenerateModelFile.TabIndex = 0;
  942. this.button_GenerateModelFile.Text = "生成模板";
  943. this.button_GenerateModelFile.UseVisualStyleBackColor = false;
  944. this.button_GenerateModelFile.Click += new System.EventHandler(this.button_GenerateModelFile_Click);
  945. //
  946. // GenerateParams
  947. //
  948. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  949. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  950. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  951. this.ClientSize = new System.Drawing.Size(1034, 761);
  952. this.Controls.Add(this.comboBox_ModelFile);
  953. this.Controls.Add(this.radioButton_Advance);
  954. this.Controls.Add(this.radioButton_Simple);
  955. this.Controls.Add(this.label_ServerStatus);
  956. this.Controls.Add(this.label_Server_ComStatus);
  957. this.Controls.Add(this.pictureBox2);
  958. this.Controls.Add(this.groupBox1);
  959. this.Controls.Add(this.tabControl1);
  960. this.Controls.Add(this.label1);
  961. this.Controls.Add(this.button_GenerateModelFile);
  962. this.Controls.Add(this.button_ExportParams);
  963. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  964. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  965. this.Margin = new System.Windows.Forms.Padding(5);
  966. this.MaximizeBox = false;
  967. this.MinimizeBox = false;
  968. this.Name = "GenerateParams";
  969. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  970. this.Text = "GenerateParams";
  971. this.Load += new System.EventHandler(this.GenerateParams_Load);
  972. this.tabControl1.ResumeLayout(false);
  973. this.tabPage_Simple.ResumeLayout(false);
  974. this.groupBox5.ResumeLayout(false);
  975. this.groupBox5.PerformLayout();
  976. this.groupBox4.ResumeLayout(false);
  977. this.groupBox4.PerformLayout();
  978. this.groupBox3.ResumeLayout(false);
  979. this.groupBox3.PerformLayout();
  980. this.groupBox2.ResumeLayout(false);
  981. this.groupBox2.PerformLayout();
  982. this.tabPage_Advance.ResumeLayout(false);
  983. this.groupBox1.ResumeLayout(false);
  984. this.groupBox1.PerformLayout();
  985. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  986. this.ResumeLayout(false);
  987. this.PerformLayout();
  988. }
  989. #endregion
  990. private System.Windows.Forms.Button button_ExportParams;
  991. private System.Windows.Forms.Label label1;
  992. private System.Windows.Forms.TabControl tabControl1;
  993. private System.Windows.Forms.TabPage tabPage_Simple;
  994. private System.Windows.Forms.TabPage tabPage_Advance;
  995. private System.Windows.Forms.GroupBox groupBox1;
  996. private System.Windows.Forms.TextBox textBox_ProductTag;
  997. private System.Windows.Forms.TextBox textBox_ProductDate;
  998. private System.Windows.Forms.TextBox textBox_ProductAddr;
  999. private System.Windows.Forms.TextBox textBox_ProductMac;
  1000. private System.Windows.Forms.TextBox textBox_MarkNum;
  1001. private System.Windows.Forms.TextBox textBox_ProductName;
  1002. private System.Windows.Forms.TextBox textBox_CustomerName;
  1003. private System.Windows.Forms.TextBox textBox_MarkCode;
  1004. private System.Windows.Forms.Label label9;
  1005. private System.Windows.Forms.Label label8;
  1006. private System.Windows.Forms.Label label7;
  1007. private System.Windows.Forms.Label label6;
  1008. private System.Windows.Forms.Label label5;
  1009. private System.Windows.Forms.Label label4;
  1010. private System.Windows.Forms.Label label3;
  1011. private System.Windows.Forms.Label label2;
  1012. private System.Windows.Forms.TextBox textBox_SoftwareVer;
  1013. private System.Windows.Forms.TextBox textBox_PCBA;
  1014. private System.Windows.Forms.Label label11;
  1015. private System.Windows.Forms.Label label10;
  1016. private System.Windows.Forms.TextBox textBox_OtherInfo;
  1017. private System.Windows.Forms.Label label12;
  1018. private System.Windows.Forms.RichTextBox richTextBox_AdvanceParams;
  1019. private System.Windows.Forms.PictureBox pictureBox2;
  1020. private System.Windows.Forms.RadioButton radioButton_Simple;
  1021. private System.Windows.Forms.RadioButton radioButton_Advance;
  1022. private System.Windows.Forms.GroupBox groupBox2;
  1023. private System.Windows.Forms.Label label19;
  1024. private System.Windows.Forms.Label label18;
  1025. private System.Windows.Forms.Label label17;
  1026. private System.Windows.Forms.TextBox textBox_BikeRealB;
  1027. private System.Windows.Forms.Label label16;
  1028. private System.Windows.Forms.TextBox textBox_BikeFrontT;
  1029. private System.Windows.Forms.Label label15;
  1030. private System.Windows.Forms.TextBox textBox_BikeWalkSpeed;
  1031. private System.Windows.Forms.Label label14;
  1032. private System.Windows.Forms.TextBox textBox_BikeThroSpeed;
  1033. private System.Windows.Forms.Label label13;
  1034. private System.Windows.Forms.TextBox textBox_BikeWheel;
  1035. private System.Windows.Forms.Label label24;
  1036. private System.Windows.Forms.TextBox textBox_BikeAutoOffTime;
  1037. private System.Windows.Forms.Label label23;
  1038. private System.Windows.Forms.TextBox textBox_BikePowerOffTime;
  1039. private System.Windows.Forms.Label label22;
  1040. private System.Windows.Forms.TextBox textBox_BikePowerOnTime;
  1041. private System.Windows.Forms.Label label21;
  1042. private System.Windows.Forms.Label label20;
  1043. private System.Windows.Forms.ComboBox comboBox_ModelFile;
  1044. private System.Windows.Forms.GroupBox groupBox5;
  1045. private System.Windows.Forms.Label label25;
  1046. private System.Windows.Forms.TextBox textBox_SysPowerLimit;
  1047. private System.Windows.Forms.Label label28;
  1048. private System.Windows.Forms.Label label29;
  1049. private System.Windows.Forms.GroupBox groupBox4;
  1050. private System.Windows.Forms.Label label26;
  1051. private System.Windows.Forms.TextBox textBox_AssistSpeedEnd;
  1052. private System.Windows.Forms.Label label27;
  1053. private System.Windows.Forms.TextBox textBox_AssistSpeedBegin;
  1054. private System.Windows.Forms.GroupBox groupBox3;
  1055. private System.Windows.Forms.Label label34;
  1056. private System.Windows.Forms.TextBox textBox_MotorUV;
  1057. private System.Windows.Forms.Label label35;
  1058. private System.Windows.Forms.TextBox textBox_MotorOV;
  1059. private System.Windows.Forms.Label label36;
  1060. private System.Windows.Forms.TextBox textBox_MotorMaxCurr;
  1061. private System.Windows.Forms.ComboBox comboBox_BikeStartMode;
  1062. private System.Windows.Forms.ComboBox comboBox_BikeModeB;
  1063. private System.Windows.Forms.ComboBox comboBox_BikeVolB;
  1064. private System.Windows.Forms.ComboBox comboBox_BikeVolF;
  1065. private System.Windows.Forms.ComboBox comboBox_SysDir;
  1066. private System.Windows.Forms.ComboBox comboBox_SysRunMode;
  1067. private System.Windows.Forms.Button button_GenerateModelFile;
  1068. private System.Windows.Forms.Label label_ServerStatus;
  1069. private System.Windows.Forms.Label label_Server_ComStatus;
  1070. }
  1071. }