Form1.Designer.cs 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831
  1. namespace MOTINOVA_MC_Test
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.label58 = new System.Windows.Forms.Label();
  32. this.button_RefreshPort = new System.Windows.Forms.Button();
  33. this.button_ComOpen = new System.Windows.Forms.Button();
  34. this.textBox_RevCnt = new System.Windows.Forms.TextBox();
  35. this.comboBox_Baudrate = new System.Windows.Forms.ComboBox();
  36. this.comboBox_ComIndex = new System.Windows.Forms.ComboBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
  40. this.timer1 = new System.Windows.Forms.Timer(this.components);
  41. this.groupBox2 = new System.Windows.Forms.GroupBox();
  42. this.button_MC_Check = new System.Windows.Forms.Button();
  43. this.button_MC_Ready = new System.Windows.Forms.Button();
  44. this.button_MC_ReadDesignInfo = new System.Windows.Forms.Button();
  45. this.button_MC_ReadCheckNum = new System.Windows.Forms.Button();
  46. this.button_MC_ReadID = new System.Windows.Forms.Button();
  47. this.label3 = new System.Windows.Forms.Label();
  48. this.groupBox3 = new System.Windows.Forms.GroupBox();
  49. this.button_OBC_ReadCell = new System.Windows.Forms.Button();
  50. this.button_OBC_ReadDesign = new System.Windows.Forms.Button();
  51. this.button_OBC_ReadVer = new System.Windows.Forms.Button();
  52. this.button_OBC_Ready = new System.Windows.Forms.Button();
  53. this.button_OBC_ReadRunInfo = new System.Windows.Forms.Button();
  54. this.label12 = new System.Windows.Forms.Label();
  55. this.groupBox4 = new System.Windows.Forms.GroupBox();
  56. this.button_HMI_ReadCell = new System.Windows.Forms.Button();
  57. this.button_HMI_Ready = new System.Windows.Forms.Button();
  58. this.button_HMI_ReadDesignInfo = new System.Windows.Forms.Button();
  59. this.button_HMI_ReadVerInfo = new System.Windows.Forms.Button();
  60. this.label9 = new System.Windows.Forms.Label();
  61. this.richTextBox_Data = new System.Windows.Forms.RichTextBox();
  62. this.groupBox5 = new System.Windows.Forms.GroupBox();
  63. this.groupBox6 = new System.Windows.Forms.GroupBox();
  64. this.textBox_SendData = new System.Windows.Forms.TextBox();
  65. this.button_CDL_ReadLog = new System.Windows.Forms.Button();
  66. this.button_CDL_Reset = new System.Windows.Forms.Button();
  67. this.button_CDL_WriteSN = new System.Windows.Forms.Button();
  68. this.button_CDL_WriteModel = new System.Windows.Forms.Button();
  69. this.button_CDL_WriteFac = new System.Windows.Forms.Button();
  70. this.button_CDL_Write_User3 = new System.Windows.Forms.Button();
  71. this.button_CDL_ReadUser3 = new System.Windows.Forms.Button();
  72. this.button_CDL_Write_User2 = new System.Windows.Forms.Button();
  73. this.button_CDL_ReadUser2 = new System.Windows.Forms.Button();
  74. this.button_CDL_Write_User1 = new System.Windows.Forms.Button();
  75. this.button_CDL_ReadUser1 = new System.Windows.Forms.Button();
  76. this.button_CDL_ReadHistory = new System.Windows.Forms.Button();
  77. this.button_CDL_ReadFac = new System.Windows.Forms.Button();
  78. this.button_CDL_ReadDesign = new System.Windows.Forms.Button();
  79. this.button_CDL_ReadCell = new System.Windows.Forms.Button();
  80. this.button_CDL_ReadRunInfo = new System.Windows.Forms.Button();
  81. this.button_CDL_ReadVer = new System.Windows.Forms.Button();
  82. this.button_CDL_WriteCheckNum = new System.Windows.Forms.Button();
  83. this.button_CDL_ReadCheckNum = new System.Windows.Forms.Button();
  84. this.button_CDL_ReadID = new System.Windows.Forms.Button();
  85. this.label4 = new System.Windows.Forms.Label();
  86. this.groupBox7 = new System.Windows.Forms.GroupBox();
  87. this.richTextBox_Rev = new System.Windows.Forms.RichTextBox();
  88. this.groupBox1.SuspendLayout();
  89. this.groupBox2.SuspendLayout();
  90. this.groupBox3.SuspendLayout();
  91. this.groupBox4.SuspendLayout();
  92. this.groupBox5.SuspendLayout();
  93. this.groupBox6.SuspendLayout();
  94. this.groupBox7.SuspendLayout();
  95. this.SuspendLayout();
  96. //
  97. // groupBox1
  98. //
  99. this.groupBox1.Controls.Add(this.label58);
  100. this.groupBox1.Controls.Add(this.button_RefreshPort);
  101. this.groupBox1.Controls.Add(this.button_ComOpen);
  102. this.groupBox1.Controls.Add(this.textBox_RevCnt);
  103. this.groupBox1.Controls.Add(this.comboBox_Baudrate);
  104. this.groupBox1.Controls.Add(this.comboBox_ComIndex);
  105. this.groupBox1.Controls.Add(this.label2);
  106. this.groupBox1.Controls.Add(this.label1);
  107. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  109. this.groupBox1.Name = "groupBox1";
  110. this.groupBox1.Size = new System.Drawing.Size(220, 135);
  111. this.groupBox1.TabIndex = 0;
  112. this.groupBox1.TabStop = false;
  113. this.groupBox1.Text = "串口设置";
  114. //
  115. // label58
  116. //
  117. this.label58.AutoSize = true;
  118. this.label58.Location = new System.Drawing.Point(6, 93);
  119. this.label58.Name = "label58";
  120. this.label58.Size = new System.Drawing.Size(37, 20);
  121. this.label58.TabIndex = 10;
  122. this.label58.Text = "计数";
  123. this.label58.Click += new System.EventHandler(this.label58_Click);
  124. //
  125. // button_RefreshPort
  126. //
  127. this.button_RefreshPort.Location = new System.Drawing.Point(158, 19);
  128. this.button_RefreshPort.Name = "button_RefreshPort";
  129. this.button_RefreshPort.Size = new System.Drawing.Size(56, 32);
  130. this.button_RefreshPort.TabIndex = 1;
  131. this.button_RefreshPort.Text = "刷新";
  132. this.button_RefreshPort.UseVisualStyleBackColor = true;
  133. this.button_RefreshPort.Click += new System.EventHandler(this.button_RefreshPort_Click);
  134. //
  135. // button_ComOpen
  136. //
  137. this.button_ComOpen.Location = new System.Drawing.Point(158, 56);
  138. this.button_ComOpen.Name = "button_ComOpen";
  139. this.button_ComOpen.Size = new System.Drawing.Size(56, 59);
  140. this.button_ComOpen.TabIndex = 1;
  141. this.button_ComOpen.Text = "连接";
  142. this.button_ComOpen.UseVisualStyleBackColor = true;
  143. this.button_ComOpen.Click += new System.EventHandler(this.button_ComOpen_Click);
  144. //
  145. // textBox_RevCnt
  146. //
  147. this.textBox_RevCnt.Location = new System.Drawing.Point(70, 89);
  148. this.textBox_RevCnt.Name = "textBox_RevCnt";
  149. this.textBox_RevCnt.ReadOnly = true;
  150. this.textBox_RevCnt.Size = new System.Drawing.Size(82, 26);
  151. this.textBox_RevCnt.TabIndex = 2;
  152. this.textBox_RevCnt.Text = "0";
  153. //
  154. // comboBox_Baudrate
  155. //
  156. this.comboBox_Baudrate.FormattingEnabled = true;
  157. this.comboBox_Baudrate.Items.AddRange(new object[] {
  158. "2400",
  159. "4800",
  160. "9600",
  161. "19200",
  162. "38400",
  163. "57600",
  164. "115200"});
  165. this.comboBox_Baudrate.Location = new System.Drawing.Point(70, 56);
  166. this.comboBox_Baudrate.Name = "comboBox_Baudrate";
  167. this.comboBox_Baudrate.Size = new System.Drawing.Size(82, 28);
  168. this.comboBox_Baudrate.TabIndex = 1;
  169. //
  170. // comboBox_ComIndex
  171. //
  172. this.comboBox_ComIndex.FormattingEnabled = true;
  173. this.comboBox_ComIndex.Location = new System.Drawing.Point(70, 21);
  174. this.comboBox_ComIndex.Name = "comboBox_ComIndex";
  175. this.comboBox_ComIndex.Size = new System.Drawing.Size(82, 28);
  176. this.comboBox_ComIndex.TabIndex = 1;
  177. //
  178. // label2
  179. //
  180. this.label2.AutoSize = true;
  181. this.label2.Location = new System.Drawing.Point(6, 59);
  182. this.label2.Name = "label2";
  183. this.label2.Size = new System.Drawing.Size(51, 20);
  184. this.label2.TabIndex = 1;
  185. this.label2.Text = "波特率";
  186. //
  187. // label1
  188. //
  189. this.label1.AutoSize = true;
  190. this.label1.Location = new System.Drawing.Point(6, 26);
  191. this.label1.Name = "label1";
  192. this.label1.Size = new System.Drawing.Size(51, 20);
  193. this.label1.TabIndex = 1;
  194. this.label1.Text = "串口号";
  195. //
  196. // serialPort1
  197. //
  198. this.serialPort1.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.serialPort1_DataReceived);
  199. //
  200. // timer1
  201. //
  202. this.timer1.Interval = 20;
  203. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  204. //
  205. // groupBox2
  206. //
  207. this.groupBox2.Controls.Add(this.button_MC_Check);
  208. this.groupBox2.Controls.Add(this.button_MC_Ready);
  209. this.groupBox2.Controls.Add(this.button_MC_ReadDesignInfo);
  210. this.groupBox2.Controls.Add(this.button_MC_ReadCheckNum);
  211. this.groupBox2.Controls.Add(this.button_MC_ReadID);
  212. this.groupBox2.Controls.Add(this.label3);
  213. this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.groupBox2.Location = new System.Drawing.Point(12, 153);
  215. this.groupBox2.Name = "groupBox2";
  216. this.groupBox2.Size = new System.Drawing.Size(133, 428);
  217. this.groupBox2.TabIndex = 1;
  218. this.groupBox2.TabStop = false;
  219. this.groupBox2.Text = "模拟MC";
  220. //
  221. // button_MC_Check
  222. //
  223. this.button_MC_Check.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  224. this.button_MC_Check.Location = new System.Drawing.Point(6, 73);
  225. this.button_MC_Check.Name = "button_MC_Check";
  226. this.button_MC_Check.Size = new System.Drawing.Size(120, 30);
  227. this.button_MC_Check.TabIndex = 4;
  228. this.button_MC_Check.Text = "在线检测";
  229. this.button_MC_Check.UseVisualStyleBackColor = true;
  230. this.button_MC_Check.Click += new System.EventHandler(this.button_MC_Check_Click);
  231. //
  232. // button_MC_Ready
  233. //
  234. this.button_MC_Ready.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  235. this.button_MC_Ready.Location = new System.Drawing.Point(6, 38);
  236. this.button_MC_Ready.Name = "button_MC_Ready";
  237. this.button_MC_Ready.Size = new System.Drawing.Size(120, 30);
  238. this.button_MC_Ready.TabIndex = 5;
  239. this.button_MC_Ready.Text = "关机就绪";
  240. this.button_MC_Ready.UseVisualStyleBackColor = true;
  241. this.button_MC_Ready.Click += new System.EventHandler(this.button_MC_Ready_Click);
  242. //
  243. // button_MC_ReadDesignInfo
  244. //
  245. this.button_MC_ReadDesignInfo.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  246. this.button_MC_ReadDesignInfo.Location = new System.Drawing.Point(6, 178);
  247. this.button_MC_ReadDesignInfo.Name = "button_MC_ReadDesignInfo";
  248. this.button_MC_ReadDesignInfo.Size = new System.Drawing.Size(120, 30);
  249. this.button_MC_ReadDesignInfo.TabIndex = 3;
  250. this.button_MC_ReadDesignInfo.Text = "查询设计信息";
  251. this.button_MC_ReadDesignInfo.UseVisualStyleBackColor = true;
  252. this.button_MC_ReadDesignInfo.Click += new System.EventHandler(this.button_MC_ReadDesignInfo_Click);
  253. //
  254. // button_MC_ReadCheckNum
  255. //
  256. this.button_MC_ReadCheckNum.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  257. this.button_MC_ReadCheckNum.Location = new System.Drawing.Point(6, 143);
  258. this.button_MC_ReadCheckNum.Name = "button_MC_ReadCheckNum";
  259. this.button_MC_ReadCheckNum.Size = new System.Drawing.Size(120, 30);
  260. this.button_MC_ReadCheckNum.TabIndex = 3;
  261. this.button_MC_ReadCheckNum.Text = "查询校验码";
  262. this.button_MC_ReadCheckNum.UseVisualStyleBackColor = true;
  263. this.button_MC_ReadCheckNum.Click += new System.EventHandler(this.button_MC_ReadCheckNum_Click);
  264. //
  265. // button_MC_ReadID
  266. //
  267. this.button_MC_ReadID.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  268. this.button_MC_ReadID.Location = new System.Drawing.Point(6, 108);
  269. this.button_MC_ReadID.Name = "button_MC_ReadID";
  270. this.button_MC_ReadID.Size = new System.Drawing.Size(120, 30);
  271. this.button_MC_ReadID.TabIndex = 3;
  272. this.button_MC_ReadID.Text = "查询物理ID";
  273. this.button_MC_ReadID.UseVisualStyleBackColor = true;
  274. this.button_MC_ReadID.Click += new System.EventHandler(this.button_MC_ReadID_Click);
  275. //
  276. // label3
  277. //
  278. this.label3.AutoSize = true;
  279. this.label3.Location = new System.Drawing.Point(6, 18);
  280. this.label3.Name = "label3";
  281. this.label3.Size = new System.Drawing.Size(0, 20);
  282. this.label3.TabIndex = 2;
  283. //
  284. // groupBox3
  285. //
  286. this.groupBox3.Controls.Add(this.button_OBC_ReadCell);
  287. this.groupBox3.Controls.Add(this.button_OBC_ReadDesign);
  288. this.groupBox3.Controls.Add(this.button_OBC_ReadVer);
  289. this.groupBox3.Controls.Add(this.button_OBC_Ready);
  290. this.groupBox3.Controls.Add(this.button_OBC_ReadRunInfo);
  291. this.groupBox3.Controls.Add(this.label12);
  292. this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.groupBox3.Location = new System.Drawing.Point(151, 153);
  294. this.groupBox3.Name = "groupBox3";
  295. this.groupBox3.Size = new System.Drawing.Size(133, 428);
  296. this.groupBox3.TabIndex = 1;
  297. this.groupBox3.TabStop = false;
  298. this.groupBox3.Text = "模拟PBU/OBC";
  299. //
  300. // button_OBC_ReadCell
  301. //
  302. this.button_OBC_ReadCell.Location = new System.Drawing.Point(6, 178);
  303. this.button_OBC_ReadCell.Name = "button_OBC_ReadCell";
  304. this.button_OBC_ReadCell.Size = new System.Drawing.Size(120, 30);
  305. this.button_OBC_ReadCell.TabIndex = 9;
  306. this.button_OBC_ReadCell.Text = "查询电芯电压";
  307. this.button_OBC_ReadCell.UseVisualStyleBackColor = true;
  308. this.button_OBC_ReadCell.Click += new System.EventHandler(this.button_OBC_ReadCell_Click);
  309. //
  310. // button_OBC_ReadDesign
  311. //
  312. this.button_OBC_ReadDesign.Location = new System.Drawing.Point(6, 143);
  313. this.button_OBC_ReadDesign.Name = "button_OBC_ReadDesign";
  314. this.button_OBC_ReadDesign.Size = new System.Drawing.Size(120, 30);
  315. this.button_OBC_ReadDesign.TabIndex = 8;
  316. this.button_OBC_ReadDesign.Text = "查询设计信息";
  317. this.button_OBC_ReadDesign.UseVisualStyleBackColor = true;
  318. this.button_OBC_ReadDesign.Click += new System.EventHandler(this.button_OBC_ReadDesign_Click);
  319. //
  320. // button_OBC_ReadVer
  321. //
  322. this.button_OBC_ReadVer.Location = new System.Drawing.Point(6, 108);
  323. this.button_OBC_ReadVer.Name = "button_OBC_ReadVer";
  324. this.button_OBC_ReadVer.Size = new System.Drawing.Size(120, 30);
  325. this.button_OBC_ReadVer.TabIndex = 7;
  326. this.button_OBC_ReadVer.Text = "查询版本信息";
  327. this.button_OBC_ReadVer.UseVisualStyleBackColor = true;
  328. this.button_OBC_ReadVer.Click += new System.EventHandler(this.button_OBC_ReadVer_Click);
  329. //
  330. // button_OBC_Ready
  331. //
  332. this.button_OBC_Ready.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  333. this.button_OBC_Ready.Location = new System.Drawing.Point(6, 38);
  334. this.button_OBC_Ready.Name = "button_OBC_Ready";
  335. this.button_OBC_Ready.Size = new System.Drawing.Size(120, 30);
  336. this.button_OBC_Ready.TabIndex = 6;
  337. this.button_OBC_Ready.Text = "关机就绪";
  338. this.button_OBC_Ready.UseVisualStyleBackColor = true;
  339. this.button_OBC_Ready.Click += new System.EventHandler(this.button_OBC_Ready_Click);
  340. //
  341. // button_OBC_ReadRunInfo
  342. //
  343. this.button_OBC_ReadRunInfo.Location = new System.Drawing.Point(6, 73);
  344. this.button_OBC_ReadRunInfo.Name = "button_OBC_ReadRunInfo";
  345. this.button_OBC_ReadRunInfo.Size = new System.Drawing.Size(120, 30);
  346. this.button_OBC_ReadRunInfo.TabIndex = 3;
  347. this.button_OBC_ReadRunInfo.Text = "查询运行信息";
  348. this.button_OBC_ReadRunInfo.UseVisualStyleBackColor = true;
  349. this.button_OBC_ReadRunInfo.Click += new System.EventHandler(this.button_OBC_ReadRunInfo_Click);
  350. //
  351. // label12
  352. //
  353. this.label12.AutoSize = true;
  354. this.label12.Location = new System.Drawing.Point(6, 18);
  355. this.label12.Name = "label12";
  356. this.label12.Size = new System.Drawing.Size(0, 20);
  357. this.label12.TabIndex = 2;
  358. //
  359. // groupBox4
  360. //
  361. this.groupBox4.Controls.Add(this.button_HMI_ReadCell);
  362. this.groupBox4.Controls.Add(this.button_HMI_Ready);
  363. this.groupBox4.Controls.Add(this.button_HMI_ReadDesignInfo);
  364. this.groupBox4.Controls.Add(this.button_HMI_ReadVerInfo);
  365. this.groupBox4.Controls.Add(this.label9);
  366. this.groupBox4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. this.groupBox4.Location = new System.Drawing.Point(290, 153);
  368. this.groupBox4.Name = "groupBox4";
  369. this.groupBox4.Size = new System.Drawing.Size(133, 428);
  370. this.groupBox4.TabIndex = 1;
  371. this.groupBox4.TabStop = false;
  372. this.groupBox4.Text = "模拟HMI";
  373. //
  374. // button_HMI_ReadCell
  375. //
  376. this.button_HMI_ReadCell.Location = new System.Drawing.Point(7, 143);
  377. this.button_HMI_ReadCell.Name = "button_HMI_ReadCell";
  378. this.button_HMI_ReadCell.Size = new System.Drawing.Size(120, 30);
  379. this.button_HMI_ReadCell.TabIndex = 10;
  380. this.button_HMI_ReadCell.Text = "查询电芯电压";
  381. this.button_HMI_ReadCell.UseVisualStyleBackColor = true;
  382. this.button_HMI_ReadCell.Click += new System.EventHandler(this.button_HMI_ReadCell_Click);
  383. //
  384. // button_HMI_Ready
  385. //
  386. this.button_HMI_Ready.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  387. this.button_HMI_Ready.Location = new System.Drawing.Point(7, 38);
  388. this.button_HMI_Ready.Name = "button_HMI_Ready";
  389. this.button_HMI_Ready.Size = new System.Drawing.Size(120, 30);
  390. this.button_HMI_Ready.TabIndex = 10;
  391. this.button_HMI_Ready.Text = "关机就绪";
  392. this.button_HMI_Ready.UseVisualStyleBackColor = true;
  393. this.button_HMI_Ready.Click += new System.EventHandler(this.button_HMI_Ready_Click);
  394. //
  395. // button_HMI_ReadDesignInfo
  396. //
  397. this.button_HMI_ReadDesignInfo.Location = new System.Drawing.Point(7, 108);
  398. this.button_HMI_ReadDesignInfo.Name = "button_HMI_ReadDesignInfo";
  399. this.button_HMI_ReadDesignInfo.Size = new System.Drawing.Size(120, 30);
  400. this.button_HMI_ReadDesignInfo.TabIndex = 3;
  401. this.button_HMI_ReadDesignInfo.Text = "查询设计信息";
  402. this.button_HMI_ReadDesignInfo.UseVisualStyleBackColor = true;
  403. this.button_HMI_ReadDesignInfo.Click += new System.EventHandler(this.button_HMI_ReadDesignInfo_Click);
  404. //
  405. // button_HMI_ReadVerInfo
  406. //
  407. this.button_HMI_ReadVerInfo.Location = new System.Drawing.Point(7, 73);
  408. this.button_HMI_ReadVerInfo.Name = "button_HMI_ReadVerInfo";
  409. this.button_HMI_ReadVerInfo.Size = new System.Drawing.Size(120, 30);
  410. this.button_HMI_ReadVerInfo.TabIndex = 3;
  411. this.button_HMI_ReadVerInfo.Text = "查询版本信息";
  412. this.button_HMI_ReadVerInfo.UseVisualStyleBackColor = true;
  413. this.button_HMI_ReadVerInfo.Click += new System.EventHandler(this.button_HMI_ReadVerInfo_Click);
  414. //
  415. // label9
  416. //
  417. this.label9.AutoSize = true;
  418. this.label9.Location = new System.Drawing.Point(6, 18);
  419. this.label9.Name = "label9";
  420. this.label9.Size = new System.Drawing.Size(0, 20);
  421. this.label9.TabIndex = 2;
  422. //
  423. // richTextBox_Data
  424. //
  425. this.richTextBox_Data.Location = new System.Drawing.Point(8, 28);
  426. this.richTextBox_Data.Name = "richTextBox_Data";
  427. this.richTextBox_Data.ReadOnly = true;
  428. this.richTextBox_Data.Size = new System.Drawing.Size(238, 527);
  429. this.richTextBox_Data.TabIndex = 5;
  430. this.richTextBox_Data.Text = "";
  431. //
  432. // groupBox5
  433. //
  434. this.groupBox5.Controls.Add(this.richTextBox_Data);
  435. this.groupBox5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. this.groupBox5.Location = new System.Drawing.Point(700, 12);
  437. this.groupBox5.Name = "groupBox5";
  438. this.groupBox5.Size = new System.Drawing.Size(254, 569);
  439. this.groupBox5.TabIndex = 6;
  440. this.groupBox5.TabStop = false;
  441. this.groupBox5.Text = "数据解析";
  442. //
  443. // groupBox6
  444. //
  445. this.groupBox6.Controls.Add(this.textBox_SendData);
  446. this.groupBox6.Controls.Add(this.button_CDL_ReadLog);
  447. this.groupBox6.Controls.Add(this.button_CDL_Reset);
  448. this.groupBox6.Controls.Add(this.button_CDL_WriteSN);
  449. this.groupBox6.Controls.Add(this.button_CDL_WriteModel);
  450. this.groupBox6.Controls.Add(this.button_CDL_WriteFac);
  451. this.groupBox6.Controls.Add(this.button_CDL_Write_User3);
  452. this.groupBox6.Controls.Add(this.button_CDL_ReadUser3);
  453. this.groupBox6.Controls.Add(this.button_CDL_Write_User2);
  454. this.groupBox6.Controls.Add(this.button_CDL_ReadUser2);
  455. this.groupBox6.Controls.Add(this.button_CDL_Write_User1);
  456. this.groupBox6.Controls.Add(this.button_CDL_ReadUser1);
  457. this.groupBox6.Controls.Add(this.button_CDL_ReadHistory);
  458. this.groupBox6.Controls.Add(this.button_CDL_ReadFac);
  459. this.groupBox6.Controls.Add(this.button_CDL_ReadDesign);
  460. this.groupBox6.Controls.Add(this.button_CDL_ReadCell);
  461. this.groupBox6.Controls.Add(this.button_CDL_ReadRunInfo);
  462. this.groupBox6.Controls.Add(this.button_CDL_ReadVer);
  463. this.groupBox6.Controls.Add(this.button_CDL_WriteCheckNum);
  464. this.groupBox6.Controls.Add(this.button_CDL_ReadCheckNum);
  465. this.groupBox6.Controls.Add(this.button_CDL_ReadID);
  466. this.groupBox6.Controls.Add(this.label4);
  467. this.groupBox6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  468. this.groupBox6.Location = new System.Drawing.Point(429, 153);
  469. this.groupBox6.Name = "groupBox6";
  470. this.groupBox6.Size = new System.Drawing.Size(265, 428);
  471. this.groupBox6.TabIndex = 4;
  472. this.groupBox6.TabStop = false;
  473. this.groupBox6.Text = "模拟CDL";
  474. //
  475. // textBox_SendData
  476. //
  477. this.textBox_SendData.Location = new System.Drawing.Point(6, 396);
  478. this.textBox_SendData.Name = "textBox_SendData";
  479. this.textBox_SendData.Size = new System.Drawing.Size(246, 26);
  480. this.textBox_SendData.TabIndex = 31;
  481. //
  482. // button_CDL_ReadLog
  483. //
  484. this.button_CDL_ReadLog.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  485. this.button_CDL_ReadLog.Location = new System.Drawing.Point(132, 362);
  486. this.button_CDL_ReadLog.Name = "button_CDL_ReadLog";
  487. this.button_CDL_ReadLog.Size = new System.Drawing.Size(120, 30);
  488. this.button_CDL_ReadLog.TabIndex = 30;
  489. this.button_CDL_ReadLog.Text = "读取日志";
  490. this.button_CDL_ReadLog.UseVisualStyleBackColor = true;
  491. this.button_CDL_ReadLog.Click += new System.EventHandler(this.button_CDL_ReadLog_Click);
  492. //
  493. // button_CDL_Reset
  494. //
  495. this.button_CDL_Reset.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  496. this.button_CDL_Reset.Location = new System.Drawing.Point(6, 362);
  497. this.button_CDL_Reset.Name = "button_CDL_Reset";
  498. this.button_CDL_Reset.Size = new System.Drawing.Size(120, 30);
  499. this.button_CDL_Reset.TabIndex = 29;
  500. this.button_CDL_Reset.Text = "复位";
  501. this.button_CDL_Reset.UseVisualStyleBackColor = true;
  502. this.button_CDL_Reset.Click += new System.EventHandler(this.button_CDL_Reset_Click);
  503. //
  504. // button_CDL_WriteSN
  505. //
  506. this.button_CDL_WriteSN.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  507. this.button_CDL_WriteSN.Location = new System.Drawing.Point(132, 326);
  508. this.button_CDL_WriteSN.Name = "button_CDL_WriteSN";
  509. this.button_CDL_WriteSN.Size = new System.Drawing.Size(120, 30);
  510. this.button_CDL_WriteSN.TabIndex = 28;
  511. this.button_CDL_WriteSN.Text = "写入SN号";
  512. this.button_CDL_WriteSN.UseVisualStyleBackColor = true;
  513. this.button_CDL_WriteSN.Click += new System.EventHandler(this.button_CDL_WriteSN_Click);
  514. //
  515. // button_CDL_WriteModel
  516. //
  517. this.button_CDL_WriteModel.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  518. this.button_CDL_WriteModel.Location = new System.Drawing.Point(6, 326);
  519. this.button_CDL_WriteModel.Name = "button_CDL_WriteModel";
  520. this.button_CDL_WriteModel.Size = new System.Drawing.Size(120, 30);
  521. this.button_CDL_WriteModel.TabIndex = 27;
  522. this.button_CDL_WriteModel.Text = "写入型号";
  523. this.button_CDL_WriteModel.UseVisualStyleBackColor = true;
  524. this.button_CDL_WriteModel.Click += new System.EventHandler(this.button_CDL_WriteModel_Click);
  525. //
  526. // button_CDL_WriteFac
  527. //
  528. this.button_CDL_WriteFac.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  529. this.button_CDL_WriteFac.Location = new System.Drawing.Point(132, 290);
  530. this.button_CDL_WriteFac.Name = "button_CDL_WriteFac";
  531. this.button_CDL_WriteFac.Size = new System.Drawing.Size(120, 30);
  532. this.button_CDL_WriteFac.TabIndex = 26;
  533. this.button_CDL_WriteFac.Text = "写入生产信息";
  534. this.button_CDL_WriteFac.UseVisualStyleBackColor = true;
  535. this.button_CDL_WriteFac.Click += new System.EventHandler(this.button_CDL_WriteFac_Click);
  536. //
  537. // button_CDL_Write_User3
  538. //
  539. this.button_CDL_Write_User3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  540. this.button_CDL_Write_User3.Location = new System.Drawing.Point(6, 290);
  541. this.button_CDL_Write_User3.Name = "button_CDL_Write_User3";
  542. this.button_CDL_Write_User3.Size = new System.Drawing.Size(120, 30);
  543. this.button_CDL_Write_User3.TabIndex = 25;
  544. this.button_CDL_Write_User3.Text = "写入自定义3";
  545. this.button_CDL_Write_User3.UseVisualStyleBackColor = true;
  546. this.button_CDL_Write_User3.Click += new System.EventHandler(this.button_CDL_Write_User3_Click);
  547. //
  548. // button_CDL_ReadUser3
  549. //
  550. this.button_CDL_ReadUser3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  551. this.button_CDL_ReadUser3.Location = new System.Drawing.Point(132, 254);
  552. this.button_CDL_ReadUser3.Name = "button_CDL_ReadUser3";
  553. this.button_CDL_ReadUser3.Size = new System.Drawing.Size(120, 30);
  554. this.button_CDL_ReadUser3.TabIndex = 24;
  555. this.button_CDL_ReadUser3.Text = "查询自定义3";
  556. this.button_CDL_ReadUser3.UseVisualStyleBackColor = true;
  557. this.button_CDL_ReadUser3.Click += new System.EventHandler(this.button_CDL_ReadUser3_Click);
  558. //
  559. // button_CDL_Write_User2
  560. //
  561. this.button_CDL_Write_User2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  562. this.button_CDL_Write_User2.Location = new System.Drawing.Point(6, 254);
  563. this.button_CDL_Write_User2.Name = "button_CDL_Write_User2";
  564. this.button_CDL_Write_User2.Size = new System.Drawing.Size(120, 30);
  565. this.button_CDL_Write_User2.TabIndex = 23;
  566. this.button_CDL_Write_User2.Text = "写入自定义2";
  567. this.button_CDL_Write_User2.UseVisualStyleBackColor = true;
  568. this.button_CDL_Write_User2.Click += new System.EventHandler(this.button_CDL_Write_User2_Click);
  569. //
  570. // button_CDL_ReadUser2
  571. //
  572. this.button_CDL_ReadUser2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  573. this.button_CDL_ReadUser2.Location = new System.Drawing.Point(132, 218);
  574. this.button_CDL_ReadUser2.Name = "button_CDL_ReadUser2";
  575. this.button_CDL_ReadUser2.Size = new System.Drawing.Size(120, 30);
  576. this.button_CDL_ReadUser2.TabIndex = 22;
  577. this.button_CDL_ReadUser2.Text = "查询自定义2";
  578. this.button_CDL_ReadUser2.UseVisualStyleBackColor = true;
  579. this.button_CDL_ReadUser2.Click += new System.EventHandler(this.button_CDL_ReadUser2_Click);
  580. //
  581. // button_CDL_Write_User1
  582. //
  583. this.button_CDL_Write_User1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  584. this.button_CDL_Write_User1.Location = new System.Drawing.Point(6, 218);
  585. this.button_CDL_Write_User1.Name = "button_CDL_Write_User1";
  586. this.button_CDL_Write_User1.Size = new System.Drawing.Size(120, 30);
  587. this.button_CDL_Write_User1.TabIndex = 21;
  588. this.button_CDL_Write_User1.Text = "写入自定义1";
  589. this.button_CDL_Write_User1.UseVisualStyleBackColor = true;
  590. this.button_CDL_Write_User1.Click += new System.EventHandler(this.button_CDL_Write_User1_Click);
  591. //
  592. // button_CDL_ReadUser1
  593. //
  594. this.button_CDL_ReadUser1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  595. this.button_CDL_ReadUser1.Location = new System.Drawing.Point(132, 182);
  596. this.button_CDL_ReadUser1.Name = "button_CDL_ReadUser1";
  597. this.button_CDL_ReadUser1.Size = new System.Drawing.Size(120, 30);
  598. this.button_CDL_ReadUser1.TabIndex = 20;
  599. this.button_CDL_ReadUser1.Text = "查询自定义1";
  600. this.button_CDL_ReadUser1.UseVisualStyleBackColor = true;
  601. this.button_CDL_ReadUser1.Click += new System.EventHandler(this.button_CDL_ReadUser1_Click);
  602. //
  603. // button_CDL_ReadHistory
  604. //
  605. this.button_CDL_ReadHistory.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  606. this.button_CDL_ReadHistory.Location = new System.Drawing.Point(6, 182);
  607. this.button_CDL_ReadHistory.Name = "button_CDL_ReadHistory";
  608. this.button_CDL_ReadHistory.Size = new System.Drawing.Size(120, 30);
  609. this.button_CDL_ReadHistory.TabIndex = 19;
  610. this.button_CDL_ReadHistory.Text = "查询历史信息";
  611. this.button_CDL_ReadHistory.UseVisualStyleBackColor = true;
  612. this.button_CDL_ReadHistory.Click += new System.EventHandler(this.button_CDL_ReadHistory_Click);
  613. //
  614. // button_CDL_ReadFac
  615. //
  616. this.button_CDL_ReadFac.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  617. this.button_CDL_ReadFac.Location = new System.Drawing.Point(132, 146);
  618. this.button_CDL_ReadFac.Name = "button_CDL_ReadFac";
  619. this.button_CDL_ReadFac.Size = new System.Drawing.Size(120, 30);
  620. this.button_CDL_ReadFac.TabIndex = 18;
  621. this.button_CDL_ReadFac.Text = "查询生产信息";
  622. this.button_CDL_ReadFac.UseVisualStyleBackColor = true;
  623. this.button_CDL_ReadFac.Click += new System.EventHandler(this.button_CDL_ReadFac_Click);
  624. //
  625. // button_CDL_ReadDesign
  626. //
  627. this.button_CDL_ReadDesign.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  628. this.button_CDL_ReadDesign.Location = new System.Drawing.Point(6, 146);
  629. this.button_CDL_ReadDesign.Name = "button_CDL_ReadDesign";
  630. this.button_CDL_ReadDesign.Size = new System.Drawing.Size(120, 30);
  631. this.button_CDL_ReadDesign.TabIndex = 17;
  632. this.button_CDL_ReadDesign.Text = "查询设计信息";
  633. this.button_CDL_ReadDesign.UseVisualStyleBackColor = true;
  634. this.button_CDL_ReadDesign.Click += new System.EventHandler(this.button_CDL_ReadDesign_Click);
  635. //
  636. // button_CDL_ReadCell
  637. //
  638. this.button_CDL_ReadCell.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  639. this.button_CDL_ReadCell.Location = new System.Drawing.Point(132, 110);
  640. this.button_CDL_ReadCell.Name = "button_CDL_ReadCell";
  641. this.button_CDL_ReadCell.Size = new System.Drawing.Size(120, 30);
  642. this.button_CDL_ReadCell.TabIndex = 16;
  643. this.button_CDL_ReadCell.Text = "查询电芯电压";
  644. this.button_CDL_ReadCell.UseVisualStyleBackColor = true;
  645. this.button_CDL_ReadCell.Click += new System.EventHandler(this.button_CDL_ReadCell_Click);
  646. //
  647. // button_CDL_ReadRunInfo
  648. //
  649. this.button_CDL_ReadRunInfo.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  650. this.button_CDL_ReadRunInfo.Location = new System.Drawing.Point(6, 110);
  651. this.button_CDL_ReadRunInfo.Name = "button_CDL_ReadRunInfo";
  652. this.button_CDL_ReadRunInfo.Size = new System.Drawing.Size(120, 30);
  653. this.button_CDL_ReadRunInfo.TabIndex = 15;
  654. this.button_CDL_ReadRunInfo.Text = "查询运行信息";
  655. this.button_CDL_ReadRunInfo.UseVisualStyleBackColor = true;
  656. this.button_CDL_ReadRunInfo.Click += new System.EventHandler(this.button_CDL_ReadRunInfo_Click);
  657. //
  658. // button_CDL_ReadVer
  659. //
  660. this.button_CDL_ReadVer.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  661. this.button_CDL_ReadVer.Location = new System.Drawing.Point(132, 74);
  662. this.button_CDL_ReadVer.Name = "button_CDL_ReadVer";
  663. this.button_CDL_ReadVer.Size = new System.Drawing.Size(120, 30);
  664. this.button_CDL_ReadVer.TabIndex = 14;
  665. this.button_CDL_ReadVer.Text = "查询版本信息";
  666. this.button_CDL_ReadVer.UseVisualStyleBackColor = true;
  667. this.button_CDL_ReadVer.Click += new System.EventHandler(this.button_CDL_ReadVer_Click);
  668. //
  669. // button_CDL_WriteCheckNum
  670. //
  671. this.button_CDL_WriteCheckNum.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  672. this.button_CDL_WriteCheckNum.Location = new System.Drawing.Point(6, 74);
  673. this.button_CDL_WriteCheckNum.Name = "button_CDL_WriteCheckNum";
  674. this.button_CDL_WriteCheckNum.Size = new System.Drawing.Size(120, 30);
  675. this.button_CDL_WriteCheckNum.TabIndex = 13;
  676. this.button_CDL_WriteCheckNum.Text = "写入校验码";
  677. this.button_CDL_WriteCheckNum.UseVisualStyleBackColor = true;
  678. this.button_CDL_WriteCheckNum.Click += new System.EventHandler(this.button_CDL_WriteCheckNum_Click);
  679. //
  680. // button_CDL_ReadCheckNum
  681. //
  682. this.button_CDL_ReadCheckNum.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  683. this.button_CDL_ReadCheckNum.Location = new System.Drawing.Point(132, 38);
  684. this.button_CDL_ReadCheckNum.Name = "button_CDL_ReadCheckNum";
  685. this.button_CDL_ReadCheckNum.Size = new System.Drawing.Size(120, 30);
  686. this.button_CDL_ReadCheckNum.TabIndex = 12;
  687. this.button_CDL_ReadCheckNum.Text = "查询校验码";
  688. this.button_CDL_ReadCheckNum.UseVisualStyleBackColor = true;
  689. this.button_CDL_ReadCheckNum.Click += new System.EventHandler(this.button_CDL_ReadCheckNum_Click);
  690. //
  691. // button_CDL_ReadID
  692. //
  693. this.button_CDL_ReadID.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  694. this.button_CDL_ReadID.Location = new System.Drawing.Point(6, 38);
  695. this.button_CDL_ReadID.Name = "button_CDL_ReadID";
  696. this.button_CDL_ReadID.Size = new System.Drawing.Size(120, 30);
  697. this.button_CDL_ReadID.TabIndex = 11;
  698. this.button_CDL_ReadID.Text = "查询物理ID";
  699. this.button_CDL_ReadID.UseVisualStyleBackColor = true;
  700. this.button_CDL_ReadID.Click += new System.EventHandler(this.button_CDL_ReadID_Click);
  701. //
  702. // label4
  703. //
  704. this.label4.AutoSize = true;
  705. this.label4.Location = new System.Drawing.Point(6, 18);
  706. this.label4.Name = "label4";
  707. this.label4.Size = new System.Drawing.Size(0, 20);
  708. this.label4.TabIndex = 2;
  709. //
  710. // groupBox7
  711. //
  712. this.groupBox7.Controls.Add(this.richTextBox_Rev);
  713. this.groupBox7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  714. this.groupBox7.Location = new System.Drawing.Point(238, 12);
  715. this.groupBox7.Name = "groupBox7";
  716. this.groupBox7.Size = new System.Drawing.Size(456, 135);
  717. this.groupBox7.TabIndex = 7;
  718. this.groupBox7.TabStop = false;
  719. this.groupBox7.Text = "接收数据";
  720. //
  721. // richTextBox_Rev
  722. //
  723. this.richTextBox_Rev.Location = new System.Drawing.Point(10, 28);
  724. this.richTextBox_Rev.Name = "richTextBox_Rev";
  725. this.richTextBox_Rev.ReadOnly = true;
  726. this.richTextBox_Rev.Size = new System.Drawing.Size(433, 87);
  727. this.richTextBox_Rev.TabIndex = 5;
  728. this.richTextBox_Rev.Text = "";
  729. //
  730. // Form1
  731. //
  732. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  733. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  734. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  735. this.ClientSize = new System.Drawing.Size(964, 596);
  736. this.Controls.Add(this.groupBox7);
  737. this.Controls.Add(this.groupBox6);
  738. this.Controls.Add(this.groupBox5);
  739. this.Controls.Add(this.groupBox4);
  740. this.Controls.Add(this.groupBox3);
  741. this.Controls.Add(this.groupBox2);
  742. this.Controls.Add(this.groupBox1);
  743. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  744. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  745. this.MaximizeBox = false;
  746. this.Name = "Form1";
  747. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  748. this.Text = "MOTINOVA_BMS_Test";
  749. this.Load += new System.EventHandler(this.Form1_Load);
  750. this.groupBox1.ResumeLayout(false);
  751. this.groupBox1.PerformLayout();
  752. this.groupBox2.ResumeLayout(false);
  753. this.groupBox2.PerformLayout();
  754. this.groupBox3.ResumeLayout(false);
  755. this.groupBox3.PerformLayout();
  756. this.groupBox4.ResumeLayout(false);
  757. this.groupBox4.PerformLayout();
  758. this.groupBox5.ResumeLayout(false);
  759. this.groupBox6.ResumeLayout(false);
  760. this.groupBox6.PerformLayout();
  761. this.groupBox7.ResumeLayout(false);
  762. this.ResumeLayout(false);
  763. }
  764. #endregion
  765. private System.Windows.Forms.GroupBox groupBox1;
  766. private System.Windows.Forms.ComboBox comboBox_Baudrate;
  767. private System.Windows.Forms.ComboBox comboBox_ComIndex;
  768. private System.Windows.Forms.Label label2;
  769. private System.Windows.Forms.Label label1;
  770. private System.Windows.Forms.Button button_ComOpen;
  771. private System.IO.Ports.SerialPort serialPort1;
  772. private System.Windows.Forms.Timer timer1;
  773. private System.Windows.Forms.Label label58;
  774. private System.Windows.Forms.TextBox textBox_RevCnt;
  775. private System.Windows.Forms.Button button_RefreshPort;
  776. private System.Windows.Forms.GroupBox groupBox2;
  777. private System.Windows.Forms.Button button_MC_ReadDesignInfo;
  778. private System.Windows.Forms.Button button_MC_ReadCheckNum;
  779. private System.Windows.Forms.Button button_MC_ReadID;
  780. private System.Windows.Forms.Label label3;
  781. private System.Windows.Forms.GroupBox groupBox3;
  782. private System.Windows.Forms.Button button_OBC_ReadRunInfo;
  783. private System.Windows.Forms.Label label12;
  784. private System.Windows.Forms.GroupBox groupBox4;
  785. private System.Windows.Forms.Button button_HMI_ReadDesignInfo;
  786. private System.Windows.Forms.Button button_HMI_ReadVerInfo;
  787. private System.Windows.Forms.Label label9;
  788. private System.Windows.Forms.RichTextBox richTextBox_Data;
  789. private System.Windows.Forms.GroupBox groupBox5;
  790. private System.Windows.Forms.GroupBox groupBox6;
  791. private System.Windows.Forms.Label label4;
  792. private System.Windows.Forms.GroupBox groupBox7;
  793. private System.Windows.Forms.RichTextBox richTextBox_Rev;
  794. private System.Windows.Forms.Button button_MC_Check;
  795. private System.Windows.Forms.Button button_MC_Ready;
  796. private System.Windows.Forms.Button button_OBC_ReadVer;
  797. private System.Windows.Forms.Button button_OBC_Ready;
  798. private System.Windows.Forms.Button button_OBC_ReadCell;
  799. private System.Windows.Forms.Button button_OBC_ReadDesign;
  800. private System.Windows.Forms.Button button_HMI_ReadCell;
  801. private System.Windows.Forms.Button button_HMI_Ready;
  802. private System.Windows.Forms.Button button_CDL_ReadCheckNum;
  803. private System.Windows.Forms.Button button_CDL_ReadID;
  804. private System.Windows.Forms.Button button_CDL_ReadLog;
  805. private System.Windows.Forms.Button button_CDL_Reset;
  806. private System.Windows.Forms.Button button_CDL_WriteSN;
  807. private System.Windows.Forms.Button button_CDL_WriteModel;
  808. private System.Windows.Forms.Button button_CDL_WriteFac;
  809. private System.Windows.Forms.Button button_CDL_Write_User3;
  810. private System.Windows.Forms.Button button_CDL_ReadUser3;
  811. private System.Windows.Forms.Button button_CDL_Write_User2;
  812. private System.Windows.Forms.Button button_CDL_ReadUser2;
  813. private System.Windows.Forms.Button button_CDL_Write_User1;
  814. private System.Windows.Forms.Button button_CDL_ReadUser1;
  815. private System.Windows.Forms.Button button_CDL_ReadHistory;
  816. private System.Windows.Forms.Button button_CDL_ReadFac;
  817. private System.Windows.Forms.Button button_CDL_ReadDesign;
  818. private System.Windows.Forms.Button button_CDL_ReadCell;
  819. private System.Windows.Forms.Button button_CDL_ReadRunInfo;
  820. private System.Windows.Forms.Button button_CDL_ReadVer;
  821. private System.Windows.Forms.Button button_CDL_WriteCheckNum;
  822. private System.Windows.Forms.TextBox textBox_SendData;
  823. }
  824. }