Form1.Designer.cs 31KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595
  1. namespace GWSocketClient
  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.btnTextCmd = new System.Windows.Forms.Button();
  32. this.buttonCmdManager = new System.Windows.Forms.Button();
  33. this.label7 = new System.Windows.Forms.Label();
  34. this.tfTmpResponse = new System.Windows.Forms.TextBox();
  35. this.label6 = new System.Windows.Forms.Label();
  36. this.tfTmpSendData = new System.Windows.Forms.TextBox();
  37. this.tbCCID = new System.Windows.Forms.TextBox();
  38. this.btnPressureTest = new System.Windows.Forms.Button();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.tbPresureTestCount = new System.Windows.Forms.TextBox();
  41. this.btnSendData = new System.Windows.Forms.Button();
  42. this.btnQuickLogout = new System.Windows.Forms.Button();
  43. this.btnLogin = new System.Windows.Forms.Button();
  44. this.tbEquipmentAddress = new System.Windows.Forms.TextBox();
  45. this.tbPort = new System.Windows.Forms.TextBox();
  46. this.label3 = new System.Windows.Forms.Label();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.tbIpaddress = new System.Windows.Forms.TextBox();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  51. this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  52. this.tsmiLoadXml = new System.Windows.Forms.ToolStripMenuItem();
  53. this.心跳HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  54. this.StripMenuItemLoSucHb = new System.Windows.Forms.ToolStripMenuItem();
  55. this.ToolStripMenuItemHbStart = new System.Windows.Forms.ToolStripMenuItem();
  56. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  57. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  58. this.ToolStripMenuItemHb30abc = new System.Windows.Forms.ToolStripMenuItem();
  59. this.toolStripTextBoxHbtime = new System.Windows.Forms.ToolStripTextBox();
  60. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  61. this.ToolStripMenuItemLogHb = new System.Windows.Forms.ToolStripMenuItem();
  62. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  63. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  64. this.tsslEquipmentAddress = new System.Windows.Forms.ToolStripStatusLabel();
  65. this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  66. this.tsslCCIDLEN = new System.Windows.Forms.ToolStripStatusLabel();
  67. this.groupBox2 = new System.Windows.Forms.GroupBox();
  68. this.listBoxShow = new System.Windows.Forms.ListBox();
  69. this.cmslistboxRightMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  70. this.rightMenuCopyCmd = new System.Windows.Forms.ToolStripMenuItem();
  71. this.rightMenuClearInfo = new System.Windows.Forms.ToolStripMenuItem();
  72. this.timerHeartBeat = new System.Windows.Forms.Timer(this.components);
  73. this.cbCCIDIsSource = new System.Windows.Forms.CheckBox();
  74. this.groupBox1.SuspendLayout();
  75. this.menuStrip1.SuspendLayout();
  76. this.statusStrip1.SuspendLayout();
  77. this.groupBox2.SuspendLayout();
  78. this.cmslistboxRightMenu.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // groupBox1
  82. //
  83. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  84. | System.Windows.Forms.AnchorStyles.Right)));
  85. this.groupBox1.Controls.Add(this.cbCCIDIsSource);
  86. this.groupBox1.Controls.Add(this.btnTextCmd);
  87. this.groupBox1.Controls.Add(this.buttonCmdManager);
  88. this.groupBox1.Controls.Add(this.label7);
  89. this.groupBox1.Controls.Add(this.tfTmpResponse);
  90. this.groupBox1.Controls.Add(this.label6);
  91. this.groupBox1.Controls.Add(this.tfTmpSendData);
  92. this.groupBox1.Controls.Add(this.tbCCID);
  93. this.groupBox1.Controls.Add(this.btnPressureTest);
  94. this.groupBox1.Controls.Add(this.label4);
  95. this.groupBox1.Controls.Add(this.tbPresureTestCount);
  96. this.groupBox1.Controls.Add(this.btnSendData);
  97. this.groupBox1.Controls.Add(this.btnQuickLogout);
  98. this.groupBox1.Controls.Add(this.btnLogin);
  99. this.groupBox1.Controls.Add(this.tbEquipmentAddress);
  100. this.groupBox1.Controls.Add(this.tbPort);
  101. this.groupBox1.Controls.Add(this.label3);
  102. this.groupBox1.Controls.Add(this.label2);
  103. this.groupBox1.Controls.Add(this.tbIpaddress);
  104. this.groupBox1.Controls.Add(this.label1);
  105. this.groupBox1.Location = new System.Drawing.Point(14, 40);
  106. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  107. this.groupBox1.Name = "groupBox1";
  108. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  109. this.groupBox1.Size = new System.Drawing.Size(1123, 147);
  110. this.groupBox1.TabIndex = 0;
  111. this.groupBox1.TabStop = false;
  112. this.groupBox1.Text = "基本信息栏";
  113. //
  114. // btnTextCmd
  115. //
  116. this.btnTextCmd.Location = new System.Drawing.Point(596, 61);
  117. this.btnTextCmd.Name = "btnTextCmd";
  118. this.btnTextCmd.Size = new System.Drawing.Size(75, 33);
  119. this.btnTextCmd.TabIndex = 18;
  120. this.btnTextCmd.Text = "测试读取";
  121. this.btnTextCmd.UseVisualStyleBackColor = true;
  122. this.btnTextCmd.Click += new System.EventHandler(this.btnTextCmd_Click);
  123. //
  124. // buttonCmdManager
  125. //
  126. this.buttonCmdManager.Location = new System.Drawing.Point(515, 61);
  127. this.buttonCmdManager.Name = "buttonCmdManager";
  128. this.buttonCmdManager.Size = new System.Drawing.Size(75, 33);
  129. this.buttonCmdManager.TabIndex = 17;
  130. this.buttonCmdManager.Text = "命令管理";
  131. this.buttonCmdManager.UseVisualStyleBackColor = true;
  132. this.buttonCmdManager.Click += new System.EventHandler(this.buttonCmdManager_Click);
  133. //
  134. // label7
  135. //
  136. this.label7.AutoSize = true;
  137. this.label7.Location = new System.Drawing.Point(436, 106);
  138. this.label7.Name = "label7";
  139. this.label7.Size = new System.Drawing.Size(32, 17);
  140. this.label7.TabIndex = 16;
  141. this.label7.Text = "发送";
  142. //
  143. // tfTmpResponse
  144. //
  145. this.tfTmpResponse.Location = new System.Drawing.Point(79, 102);
  146. this.tfTmpResponse.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  147. this.tfTmpResponse.Name = "tfTmpResponse";
  148. this.tfTmpResponse.Size = new System.Drawing.Size(350, 23);
  149. this.tfTmpResponse.TabIndex = 15;
  150. //
  151. // label6
  152. //
  153. this.label6.AutoSize = true;
  154. this.label6.Location = new System.Drawing.Point(7, 106);
  155. this.label6.Name = "label6";
  156. this.label6.Size = new System.Drawing.Size(59, 17);
  157. this.label6.TabIndex = 14;
  158. this.label6.Text = "临时回复:";
  159. //
  160. // tfTmpSendData
  161. //
  162. this.tfTmpSendData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  163. | System.Windows.Forms.AnchorStyles.Right)));
  164. this.tfTmpSendData.Location = new System.Drawing.Point(484, 102);
  165. this.tfTmpSendData.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  166. this.tfTmpSendData.Name = "tfTmpSendData";
  167. this.tfTmpSendData.Size = new System.Drawing.Size(631, 23);
  168. this.tfTmpSendData.TabIndex = 13;
  169. //
  170. // tbCCID
  171. //
  172. this.tbCCID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  173. | System.Windows.Forms.AnchorStyles.Right)));
  174. this.tbCCID.ForeColor = System.Drawing.Color.Blue;
  175. this.tbCCID.Location = new System.Drawing.Point(713, 21);
  176. this.tbCCID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  177. this.tbCCID.Name = "tbCCID";
  178. this.tbCCID.Size = new System.Drawing.Size(402, 23);
  179. this.tbCCID.TabIndex = 12;
  180. this.tbCCID.Text = "3839383630324231313931353530343739383737";
  181. this.tbCCID.TextChanged += new System.EventHandler(this.tbCCID_TextChanged);
  182. //
  183. // btnPressureTest
  184. //
  185. this.btnPressureTest.Location = new System.Drawing.Point(329, 61);
  186. this.btnPressureTest.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  187. this.btnPressureTest.Name = "btnPressureTest";
  188. this.btnPressureTest.Size = new System.Drawing.Size(87, 33);
  189. this.btnPressureTest.TabIndex = 10;
  190. this.btnPressureTest.Text = "压力测试";
  191. this.btnPressureTest.UseVisualStyleBackColor = true;
  192. this.btnPressureTest.Visible = false;
  193. this.btnPressureTest.Click += new System.EventHandler(this.btnPressureTest_Click);
  194. //
  195. // label4
  196. //
  197. this.label4.AutoSize = true;
  198. this.label4.Location = new System.Drawing.Point(196, 69);
  199. this.label4.Name = "label4";
  200. this.label4.Size = new System.Drawing.Size(56, 17);
  201. this.label4.TabIndex = 9;
  202. this.label4.Text = "压力测试";
  203. this.label4.Visible = false;
  204. //
  205. // tbPresureTestCount
  206. //
  207. this.tbPresureTestCount.ForeColor = System.Drawing.Color.Blue;
  208. this.tbPresureTestCount.Location = new System.Drawing.Point(258, 66);
  209. this.tbPresureTestCount.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  210. this.tbPresureTestCount.Name = "tbPresureTestCount";
  211. this.tbPresureTestCount.Size = new System.Drawing.Size(65, 23);
  212. this.tbPresureTestCount.TabIndex = 8;
  213. this.tbPresureTestCount.Text = "100";
  214. this.tbPresureTestCount.Visible = false;
  215. //
  216. // btnSendData
  217. //
  218. this.btnSendData.Enabled = false;
  219. this.btnSendData.Location = new System.Drawing.Point(422, 61);
  220. this.btnSendData.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  221. this.btnSendData.Name = "btnSendData";
  222. this.btnSendData.Size = new System.Drawing.Size(87, 33);
  223. this.btnSendData.TabIndex = 7;
  224. this.btnSendData.Text = "发送数据";
  225. this.btnSendData.UseVisualStyleBackColor = true;
  226. this.btnSendData.Click += new System.EventHandler(this.btnSendData_Click);
  227. //
  228. // btnQuickLogout
  229. //
  230. this.btnQuickLogout.Enabled = false;
  231. this.btnQuickLogout.Location = new System.Drawing.Point(103, 61);
  232. this.btnQuickLogout.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  233. this.btnQuickLogout.Name = "btnQuickLogout";
  234. this.btnQuickLogout.Size = new System.Drawing.Size(87, 33);
  235. this.btnQuickLogout.TabIndex = 6;
  236. this.btnQuickLogout.Text = "退出登录";
  237. this.btnQuickLogout.UseVisualStyleBackColor = true;
  238. this.btnQuickLogout.Click += new System.EventHandler(this.btnQuickLogout_Click);
  239. //
  240. // btnLogin
  241. //
  242. this.btnLogin.Location = new System.Drawing.Point(7, 61);
  243. this.btnLogin.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  244. this.btnLogin.Name = "btnLogin";
  245. this.btnLogin.Size = new System.Drawing.Size(87, 33);
  246. this.btnLogin.TabIndex = 3;
  247. this.btnLogin.Text = "登录";
  248. this.btnLogin.UseVisualStyleBackColor = true;
  249. this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
  250. //
  251. // tbEquipmentAddress
  252. //
  253. this.tbEquipmentAddress.ForeColor = System.Drawing.Color.Blue;
  254. this.tbEquipmentAddress.Location = new System.Drawing.Point(462, 21);
  255. this.tbEquipmentAddress.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  256. this.tbEquipmentAddress.Name = "tbEquipmentAddress";
  257. this.tbEquipmentAddress.Size = new System.Drawing.Size(157, 23);
  258. this.tbEquipmentAddress.TabIndex = 5;
  259. this.tbEquipmentAddress.Text = "4442832E833D";
  260. this.tbEquipmentAddress.TextChanged += new System.EventHandler(this.tbEquipmentAddress_TextChanged);
  261. //
  262. // tbPort
  263. //
  264. this.tbPort.ForeColor = System.Drawing.Color.Blue;
  265. this.tbPort.Location = new System.Drawing.Point(329, 21);
  266. this.tbPort.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  267. this.tbPort.Name = "tbPort";
  268. this.tbPort.Size = new System.Drawing.Size(65, 23);
  269. this.tbPort.TabIndex = 3;
  270. this.tbPort.Text = "15440";
  271. //
  272. // label3
  273. //
  274. this.label3.AutoSize = true;
  275. this.label3.Location = new System.Drawing.Point(400, 24);
  276. this.label3.Name = "label3";
  277. this.label3.Size = new System.Drawing.Size(56, 17);
  278. this.label3.TabIndex = 4;
  279. this.label3.Text = "设备地址";
  280. //
  281. // label2
  282. //
  283. this.label2.AutoSize = true;
  284. this.label2.Location = new System.Drawing.Point(291, 24);
  285. this.label2.Name = "label2";
  286. this.label2.Size = new System.Drawing.Size(32, 17);
  287. this.label2.TabIndex = 2;
  288. this.label2.Text = "端口";
  289. //
  290. // tbIpaddress
  291. //
  292. this.tbIpaddress.ForeColor = System.Drawing.Color.Blue;
  293. this.tbIpaddress.Location = new System.Drawing.Point(33, 21);
  294. this.tbIpaddress.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  295. this.tbIpaddress.Name = "tbIpaddress";
  296. this.tbIpaddress.Size = new System.Drawing.Size(252, 23);
  297. this.tbIpaddress.TabIndex = 1;
  298. this.tbIpaddress.Text = "120.77.50.131";
  299. //
  300. // label1
  301. //
  302. this.label1.AutoSize = true;
  303. this.label1.Location = new System.Drawing.Point(5, 24);
  304. this.label1.Name = "label1";
  305. this.label1.Size = new System.Drawing.Size(19, 17);
  306. this.label1.TabIndex = 0;
  307. this.label1.Text = "IP";
  308. //
  309. // menuStrip1
  310. //
  311. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  312. this.文件FToolStripMenuItem,
  313. this.心跳HToolStripMenuItem});
  314. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  315. this.menuStrip1.Name = "menuStrip1";
  316. this.menuStrip1.Padding = new System.Windows.Forms.Padding(7, 3, 0, 3);
  317. this.menuStrip1.Size = new System.Drawing.Size(1151, 27);
  318. this.menuStrip1.TabIndex = 1;
  319. this.menuStrip1.Text = "menuStrip1";
  320. //
  321. // 文件FToolStripMenuItem
  322. //
  323. this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  324. this.tsmiLoadXml});
  325. this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
  326. this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
  327. this.文件FToolStripMenuItem.Text = "文件(&F)";
  328. //
  329. // tsmiLoadXml
  330. //
  331. this.tsmiLoadXml.Name = "tsmiLoadXml";
  332. this.tsmiLoadXml.Size = new System.Drawing.Size(166, 22);
  333. this.tsmiLoadXml.Text = "加载协议XML(&X)";
  334. this.tsmiLoadXml.Click += new System.EventHandler(this.tsmiLoadXml_Click);
  335. //
  336. // 心跳HToolStripMenuItem
  337. //
  338. this.心跳HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  339. this.StripMenuItemLoSucHb,
  340. this.ToolStripMenuItemHbStart,
  341. this.toolStripSeparator1,
  342. this.toolStripSeparator3,
  343. this.ToolStripMenuItemHb30abc,
  344. this.toolStripTextBoxHbtime,
  345. this.toolStripSeparator2,
  346. this.ToolStripMenuItemLogHb});
  347. this.心跳HToolStripMenuItem.Name = "心跳HToolStripMenuItem";
  348. this.心跳HToolStripMenuItem.Size = new System.Drawing.Size(61, 21);
  349. this.心跳HToolStripMenuItem.Text = "心跳(&H)";
  350. //
  351. // StripMenuItemLoSucHb
  352. //
  353. this.StripMenuItemLoSucHb.Checked = true;
  354. this.StripMenuItemLoSucHb.CheckOnClick = true;
  355. this.StripMenuItemLoSucHb.CheckState = System.Windows.Forms.CheckState.Checked;
  356. this.StripMenuItemLoSucHb.Name = "StripMenuItemLoSucHb";
  357. this.StripMenuItemLoSucHb.Size = new System.Drawing.Size(196, 22);
  358. this.StripMenuItemLoSucHb.Text = "登录成功同时开启心跳";
  359. //
  360. // ToolStripMenuItemHbStart
  361. //
  362. this.ToolStripMenuItemHbStart.CheckOnClick = true;
  363. this.ToolStripMenuItemHbStart.Enabled = false;
  364. this.ToolStripMenuItemHbStart.Name = "ToolStripMenuItemHbStart";
  365. this.ToolStripMenuItemHbStart.Size = new System.Drawing.Size(196, 22);
  366. this.ToolStripMenuItemHbStart.Text = "开启心跳";
  367. this.ToolStripMenuItemHbStart.CheckStateChanged += new System.EventHandler(this.ToolStripMenuItemHbStart_CheckStateChanged);
  368. //
  369. // toolStripSeparator1
  370. //
  371. this.toolStripSeparator1.Name = "toolStripSeparator1";
  372. this.toolStripSeparator1.Size = new System.Drawing.Size(193, 6);
  373. //
  374. // toolStripSeparator3
  375. //
  376. this.toolStripSeparator3.Name = "toolStripSeparator3";
  377. this.toolStripSeparator3.Size = new System.Drawing.Size(193, 6);
  378. //
  379. // ToolStripMenuItemHb30abc
  380. //
  381. this.ToolStripMenuItemHb30abc.Name = "ToolStripMenuItemHb30abc";
  382. this.ToolStripMenuItemHb30abc.Size = new System.Drawing.Size(196, 22);
  383. this.ToolStripMenuItemHb30abc.Text = "下面输入心跳时间";
  384. //
  385. // toolStripTextBoxHbtime
  386. //
  387. this.toolStripTextBoxHbtime.Name = "toolStripTextBoxHbtime";
  388. this.toolStripTextBoxHbtime.Size = new System.Drawing.Size(100, 23);
  389. this.toolStripTextBoxHbtime.Text = "5";
  390. this.toolStripTextBoxHbtime.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStripTextBoxHbtime_KeyPress);
  391. //
  392. // toolStripSeparator2
  393. //
  394. this.toolStripSeparator2.Name = "toolStripSeparator2";
  395. this.toolStripSeparator2.Size = new System.Drawing.Size(193, 6);
  396. //
  397. // ToolStripMenuItemLogHb
  398. //
  399. this.ToolStripMenuItemLogHb.CheckOnClick = true;
  400. this.ToolStripMenuItemLogHb.Name = "ToolStripMenuItemLogHb";
  401. this.ToolStripMenuItemLogHb.Size = new System.Drawing.Size(196, 22);
  402. this.ToolStripMenuItemLogHb.Text = "是否打印心跳";
  403. //
  404. // statusStrip1
  405. //
  406. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  407. this.toolStripStatusLabel1,
  408. this.tsslEquipmentAddress,
  409. this.toolStripStatusLabel2,
  410. this.tsslCCIDLEN});
  411. this.statusStrip1.Location = new System.Drawing.Point(0, 883);
  412. this.statusStrip1.Name = "statusStrip1";
  413. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
  414. this.statusStrip1.Size = new System.Drawing.Size(1151, 22);
  415. this.statusStrip1.TabIndex = 2;
  416. this.statusStrip1.Text = "statusStrip1";
  417. //
  418. // toolStripStatusLabel1
  419. //
  420. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  421. this.toolStripStatusLabel1.Size = new System.Drawing.Size(56, 17);
  422. this.toolStripStatusLabel1.Text = "设备地址";
  423. //
  424. // tsslEquipmentAddress
  425. //
  426. this.tsslEquipmentAddress.Name = "tsslEquipmentAddress";
  427. this.tsslEquipmentAddress.Size = new System.Drawing.Size(25, 17);
  428. this.tsslEquipmentAddress.Text = "6.0";
  429. //
  430. // toolStripStatusLabel2
  431. //
  432. this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  433. this.toolStripStatusLabel2.Size = new System.Drawing.Size(37, 17);
  434. this.toolStripStatusLabel2.Text = "CCID";
  435. //
  436. // tsslCCIDLEN
  437. //
  438. this.tsslCCIDLEN.Name = "tsslCCIDLEN";
  439. this.tsslCCIDLEN.Size = new System.Drawing.Size(32, 17);
  440. this.tsslCCIDLEN.Text = "20.0";
  441. //
  442. // groupBox2
  443. //
  444. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  445. | System.Windows.Forms.AnchorStyles.Left)
  446. | System.Windows.Forms.AnchorStyles.Right)));
  447. this.groupBox2.Controls.Add(this.listBoxShow);
  448. this.groupBox2.Location = new System.Drawing.Point(14, 561);
  449. this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  450. this.groupBox2.Name = "groupBox2";
  451. this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  452. this.groupBox2.Size = new System.Drawing.Size(1123, 309);
  453. this.groupBox2.TabIndex = 13;
  454. this.groupBox2.TabStop = false;
  455. this.groupBox2.Text = "显示信息栏";
  456. //
  457. // listBoxShow
  458. //
  459. this.listBoxShow.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  460. | System.Windows.Forms.AnchorStyles.Left)
  461. | System.Windows.Forms.AnchorStyles.Right)));
  462. this.listBoxShow.ContextMenuStrip = this.cmslistboxRightMenu;
  463. this.listBoxShow.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  464. this.listBoxShow.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.listBoxShow.FormattingEnabled = true;
  466. this.listBoxShow.HorizontalScrollbar = true;
  467. this.listBoxShow.ItemHeight = 18;
  468. this.listBoxShow.Location = new System.Drawing.Point(9, 28);
  469. this.listBoxShow.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  470. this.listBoxShow.Name = "listBoxShow";
  471. this.listBoxShow.Size = new System.Drawing.Size(1106, 274);
  472. this.listBoxShow.TabIndex = 0;
  473. this.listBoxShow.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.listBoxShow_DrawItem);
  474. this.listBoxShow.DoubleClick += new System.EventHandler(this.listBoxShow_DoubleClick);
  475. //
  476. // cmslistboxRightMenu
  477. //
  478. this.cmslistboxRightMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  479. this.rightMenuCopyCmd,
  480. this.rightMenuClearInfo});
  481. this.cmslistboxRightMenu.Name = "cmslistboxRightMenu";
  482. this.cmslistboxRightMenu.Size = new System.Drawing.Size(141, 48);
  483. //
  484. // rightMenuCopyCmd
  485. //
  486. this.rightMenuCopyCmd.Name = "rightMenuCopyCmd";
  487. this.rightMenuCopyCmd.Size = new System.Drawing.Size(140, 22);
  488. this.rightMenuCopyCmd.Text = "复制指令(&C)";
  489. this.rightMenuCopyCmd.Click += new System.EventHandler(this.rightMenuCopyCmd_Click);
  490. //
  491. // rightMenuClearInfo
  492. //
  493. this.rightMenuClearInfo.Name = "rightMenuClearInfo";
  494. this.rightMenuClearInfo.Size = new System.Drawing.Size(140, 22);
  495. this.rightMenuClearInfo.Text = "清空信息(&L)";
  496. this.rightMenuClearInfo.Click += new System.EventHandler(this.rightMenuClearInfo_Click);
  497. //
  498. // timerHeartBeat
  499. //
  500. this.timerHeartBeat.Interval = 1000;
  501. this.timerHeartBeat.Tick += new System.EventHandler(this.timerHeartBeat_Tick);
  502. //
  503. // cbCCIDIsSource
  504. //
  505. this.cbCCIDIsSource.AutoSize = true;
  506. this.cbCCIDIsSource.Location = new System.Drawing.Point(625, 23);
  507. this.cbCCIDIsSource.Name = "cbCCIDIsSource";
  508. this.cbCCIDIsSource.Size = new System.Drawing.Size(82, 21);
  509. this.cbCCIDIsSource.TabIndex = 19;
  510. this.cbCCIDIsSource.Text = "CCID ? 源";
  511. this.cbCCIDIsSource.UseVisualStyleBackColor = true;
  512. //
  513. // Form1
  514. //
  515. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  516. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  517. this.ClientSize = new System.Drawing.Size(1151, 905);
  518. this.Controls.Add(this.groupBox2);
  519. this.Controls.Add(this.statusStrip1);
  520. this.Controls.Add(this.groupBox1);
  521. this.Controls.Add(this.menuStrip1);
  522. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  523. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  524. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  525. this.Name = "Form1";
  526. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  527. this.Text = "DTU模拟器";
  528. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  529. this.Load += new System.EventHandler(this.Form1_Load);
  530. this.groupBox1.ResumeLayout(false);
  531. this.groupBox1.PerformLayout();
  532. this.menuStrip1.ResumeLayout(false);
  533. this.menuStrip1.PerformLayout();
  534. this.statusStrip1.ResumeLayout(false);
  535. this.statusStrip1.PerformLayout();
  536. this.groupBox2.ResumeLayout(false);
  537. this.cmslistboxRightMenu.ResumeLayout(false);
  538. this.ResumeLayout(false);
  539. this.PerformLayout();
  540. }
  541. #endregion
  542. private System.Windows.Forms.GroupBox groupBox1;
  543. private System.Windows.Forms.TextBox tbEquipmentAddress;
  544. private System.Windows.Forms.TextBox tbPort;
  545. private System.Windows.Forms.Label label3;
  546. private System.Windows.Forms.Label label2;
  547. private System.Windows.Forms.TextBox tbIpaddress;
  548. private System.Windows.Forms.Label label1;
  549. private System.Windows.Forms.MenuStrip menuStrip1;
  550. private System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem;
  551. private System.Windows.Forms.StatusStrip statusStrip1;
  552. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  553. private System.Windows.Forms.ToolStripStatusLabel tsslEquipmentAddress;
  554. private System.Windows.Forms.Button btnPressureTest;
  555. private System.Windows.Forms.Label label4;
  556. private System.Windows.Forms.TextBox tbPresureTestCount;
  557. private System.Windows.Forms.Button btnSendData;
  558. private System.Windows.Forms.Button btnQuickLogout;
  559. private System.Windows.Forms.Button btnLogin;
  560. private System.Windows.Forms.TextBox tbCCID;
  561. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
  562. private System.Windows.Forms.ToolStripStatusLabel tsslCCIDLEN;
  563. private System.Windows.Forms.GroupBox groupBox2;
  564. private System.Windows.Forms.ListBox listBoxShow;
  565. private System.Windows.Forms.ToolStripMenuItem tsmiLoadXml;
  566. private System.Windows.Forms.TextBox tfTmpSendData;
  567. private System.Windows.Forms.ContextMenuStrip cmslistboxRightMenu;
  568. private System.Windows.Forms.ToolStripMenuItem rightMenuCopyCmd;
  569. private System.Windows.Forms.Label label7;
  570. private System.Windows.Forms.TextBox tfTmpResponse;
  571. private System.Windows.Forms.Label label6;
  572. private System.Windows.Forms.ToolStripMenuItem rightMenuClearInfo;
  573. private System.Windows.Forms.Button buttonCmdManager;
  574. private System.Windows.Forms.Button btnTextCmd;
  575. private System.Windows.Forms.ToolStripMenuItem 心跳HToolStripMenuItem;
  576. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemHbStart;
  577. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  578. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemHb30abc;
  579. private System.Windows.Forms.ToolStripTextBox toolStripTextBoxHbtime;
  580. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  581. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  582. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemLogHb;
  583. private System.Windows.Forms.Timer timerHeartBeat;
  584. private System.Windows.Forms.ToolStripMenuItem StripMenuItemLoSucHb;
  585. private System.Windows.Forms.CheckBox cbCCIDIsSource;
  586. }
  587. }