GenerateParams.Designer.cs 85 KB

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