Form1.Designer.cs 53 KB

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