Form1.Designer.cs 47 KB

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