Form1.Designer.cs 29KB

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