GenerateParams.Designer.cs 72 KB

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