Form1.Designer.cs 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  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.label7 = new System.Windows.Forms.Label();
  32. this.tfTmpResponse = new System.Windows.Forms.TextBox();
  33. this.label6 = new System.Windows.Forms.Label();
  34. this.tfTmpSendData = new System.Windows.Forms.TextBox();
  35. this.tbCCID = new System.Windows.Forms.TextBox();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.btnPressureTest = new System.Windows.Forms.Button();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.tbPresureTestCount = new System.Windows.Forms.TextBox();
  40. this.btnSendData = new System.Windows.Forms.Button();
  41. this.btnQuickLogout = new System.Windows.Forms.Button();
  42. this.btnLogin = new System.Windows.Forms.Button();
  43. this.tbEquipmentAddress = new System.Windows.Forms.TextBox();
  44. this.tbPort = new System.Windows.Forms.TextBox();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.label2 = new System.Windows.Forms.Label();
  47. this.tbIpaddress = new System.Windows.Forms.TextBox();
  48. this.label1 = new System.Windows.Forms.Label();
  49. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  50. this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  51. this.tsmiLoadXml = new System.Windows.Forms.ToolStripMenuItem();
  52. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  53. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  54. this.tsslEquipmentAddress = new System.Windows.Forms.ToolStripStatusLabel();
  55. this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  56. this.tsslCCIDLEN = new System.Windows.Forms.ToolStripStatusLabel();
  57. this.groupBox2 = new System.Windows.Forms.GroupBox();
  58. this.listBoxShow = new System.Windows.Forms.ListBox();
  59. this.cmslistboxRightMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  60. this.rightMenuCopyCmd = new System.Windows.Forms.ToolStripMenuItem();
  61. this.rightMenuClearInfo = new System.Windows.Forms.ToolStripMenuItem();
  62. this.groupBox1.SuspendLayout();
  63. this.menuStrip1.SuspendLayout();
  64. this.statusStrip1.SuspendLayout();
  65. this.groupBox2.SuspendLayout();
  66. this.cmslistboxRightMenu.SuspendLayout();
  67. this.SuspendLayout();
  68. //
  69. // groupBox1
  70. //
  71. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  72. | System.Windows.Forms.AnchorStyles.Right)));
  73. this.groupBox1.Controls.Add(this.label7);
  74. this.groupBox1.Controls.Add(this.tfTmpResponse);
  75. this.groupBox1.Controls.Add(this.label6);
  76. this.groupBox1.Controls.Add(this.tfTmpSendData);
  77. this.groupBox1.Controls.Add(this.tbCCID);
  78. this.groupBox1.Controls.Add(this.label5);
  79. this.groupBox1.Controls.Add(this.btnPressureTest);
  80. this.groupBox1.Controls.Add(this.label4);
  81. this.groupBox1.Controls.Add(this.tbPresureTestCount);
  82. this.groupBox1.Controls.Add(this.btnSendData);
  83. this.groupBox1.Controls.Add(this.btnQuickLogout);
  84. this.groupBox1.Controls.Add(this.btnLogin);
  85. this.groupBox1.Controls.Add(this.tbEquipmentAddress);
  86. this.groupBox1.Controls.Add(this.tbPort);
  87. this.groupBox1.Controls.Add(this.label3);
  88. this.groupBox1.Controls.Add(this.label2);
  89. this.groupBox1.Controls.Add(this.tbIpaddress);
  90. this.groupBox1.Controls.Add(this.label1);
  91. this.groupBox1.Location = new System.Drawing.Point(14, 40);
  92. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  93. this.groupBox1.Name = "groupBox1";
  94. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  95. this.groupBox1.Size = new System.Drawing.Size(1030, 147);
  96. this.groupBox1.TabIndex = 0;
  97. this.groupBox1.TabStop = false;
  98. this.groupBox1.Text = "groupBox1";
  99. //
  100. // label7
  101. //
  102. this.label7.AutoSize = true;
  103. this.label7.Location = new System.Drawing.Point(436, 106);
  104. this.label7.Name = "label7";
  105. this.label7.Size = new System.Drawing.Size(32, 17);
  106. this.label7.TabIndex = 16;
  107. this.label7.Text = "发送";
  108. //
  109. // tfTmpResponse
  110. //
  111. this.tfTmpResponse.Location = new System.Drawing.Point(55, 102);
  112. this.tfTmpResponse.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  113. this.tfTmpResponse.Name = "tfTmpResponse";
  114. this.tfTmpResponse.Size = new System.Drawing.Size(374, 23);
  115. this.tfTmpResponse.TabIndex = 15;
  116. //
  117. // label6
  118. //
  119. this.label6.AutoSize = true;
  120. this.label6.Location = new System.Drawing.Point(7, 106);
  121. this.label6.Name = "label6";
  122. this.label6.Size = new System.Drawing.Size(35, 17);
  123. this.label6.TabIndex = 14;
  124. this.label6.Text = "回复:";
  125. //
  126. // tfTmpSendData
  127. //
  128. this.tfTmpSendData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  129. | System.Windows.Forms.AnchorStyles.Right)));
  130. this.tfTmpSendData.Location = new System.Drawing.Point(484, 102);
  131. this.tfTmpSendData.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  132. this.tfTmpSendData.Name = "tfTmpSendData";
  133. this.tfTmpSendData.Size = new System.Drawing.Size(538, 23);
  134. this.tfTmpSendData.TabIndex = 13;
  135. //
  136. // tbCCID
  137. //
  138. this.tbCCID.ForeColor = System.Drawing.Color.Blue;
  139. this.tbCCID.Location = new System.Drawing.Point(541, 20);
  140. this.tbCCID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  141. this.tbCCID.Name = "tbCCID";
  142. this.tbCCID.Size = new System.Drawing.Size(342, 23);
  143. this.tbCCID.TabIndex = 12;
  144. this.tbCCID.Text = "3839383630324231313931353530343739383737";
  145. this.tbCCID.TextChanged += new System.EventHandler(this.tbCCID_TextChanged);
  146. //
  147. // label5
  148. //
  149. this.label5.AutoSize = true;
  150. this.label5.Location = new System.Drawing.Point(493, 24);
  151. this.label5.Name = "label5";
  152. this.label5.Size = new System.Drawing.Size(45, 17);
  153. this.label5.TabIndex = 11;
  154. this.label5.Text = "CCCID";
  155. //
  156. // btnPressureTest
  157. //
  158. this.btnPressureTest.Location = new System.Drawing.Point(437, 64);
  159. this.btnPressureTest.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  160. this.btnPressureTest.Name = "btnPressureTest";
  161. this.btnPressureTest.Size = new System.Drawing.Size(87, 33);
  162. this.btnPressureTest.TabIndex = 10;
  163. this.btnPressureTest.Text = "压力测试";
  164. this.btnPressureTest.UseVisualStyleBackColor = true;
  165. //
  166. // label4
  167. //
  168. this.label4.AutoSize = true;
  169. this.label4.Location = new System.Drawing.Point(294, 71);
  170. this.label4.Name = "label4";
  171. this.label4.Size = new System.Drawing.Size(56, 17);
  172. this.label4.TabIndex = 9;
  173. this.label4.Text = "压力测试";
  174. //
  175. // tbPresureTestCount
  176. //
  177. this.tbPresureTestCount.ForeColor = System.Drawing.Color.Blue;
  178. this.tbPresureTestCount.Location = new System.Drawing.Point(364, 67);
  179. this.tbPresureTestCount.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  180. this.tbPresureTestCount.Name = "tbPresureTestCount";
  181. this.tbPresureTestCount.Size = new System.Drawing.Size(65, 23);
  182. this.tbPresureTestCount.TabIndex = 8;
  183. this.tbPresureTestCount.Text = "100";
  184. //
  185. // btnSendData
  186. //
  187. this.btnSendData.Location = new System.Drawing.Point(198, 64);
  188. this.btnSendData.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  189. this.btnSendData.Name = "btnSendData";
  190. this.btnSendData.Size = new System.Drawing.Size(87, 33);
  191. this.btnSendData.TabIndex = 7;
  192. this.btnSendData.Text = "发送数据";
  193. this.btnSendData.UseVisualStyleBackColor = true;
  194. this.btnSendData.Click += new System.EventHandler(this.btnSendData_Click);
  195. //
  196. // btnQuickLogout
  197. //
  198. this.btnQuickLogout.Location = new System.Drawing.Point(103, 64);
  199. this.btnQuickLogout.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  200. this.btnQuickLogout.Name = "btnQuickLogout";
  201. this.btnQuickLogout.Size = new System.Drawing.Size(87, 33);
  202. this.btnQuickLogout.TabIndex = 6;
  203. this.btnQuickLogout.Text = "退出登录";
  204. this.btnQuickLogout.UseVisualStyleBackColor = true;
  205. this.btnQuickLogout.Click += new System.EventHandler(this.btnQuickLogout_Click);
  206. //
  207. // btnLogin
  208. //
  209. this.btnLogin.Location = new System.Drawing.Point(7, 64);
  210. this.btnLogin.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  211. this.btnLogin.Name = "btnLogin";
  212. this.btnLogin.Size = new System.Drawing.Size(87, 33);
  213. this.btnLogin.TabIndex = 3;
  214. this.btnLogin.Text = "登录";
  215. this.btnLogin.UseVisualStyleBackColor = true;
  216. this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
  217. //
  218. // tbEquipmentAddress
  219. //
  220. this.tbEquipmentAddress.ForeColor = System.Drawing.Color.Blue;
  221. this.tbEquipmentAddress.Location = new System.Drawing.Point(343, 20);
  222. this.tbEquipmentAddress.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  223. this.tbEquipmentAddress.Name = "tbEquipmentAddress";
  224. this.tbEquipmentAddress.Size = new System.Drawing.Size(143, 23);
  225. this.tbEquipmentAddress.TabIndex = 5;
  226. this.tbEquipmentAddress.Text = "4442832e833c";
  227. this.tbEquipmentAddress.TextChanged += new System.EventHandler(this.tbEquipmentAddress_TextChanged);
  228. //
  229. // tbPort
  230. //
  231. this.tbPort.ForeColor = System.Drawing.Color.Blue;
  232. this.tbPort.Location = new System.Drawing.Point(199, 20);
  233. this.tbPort.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  234. this.tbPort.Name = "tbPort";
  235. this.tbPort.Size = new System.Drawing.Size(65, 23);
  236. this.tbPort.TabIndex = 3;
  237. this.tbPort.Text = "15440";
  238. //
  239. // label3
  240. //
  241. this.label3.AutoSize = true;
  242. this.label3.Location = new System.Drawing.Point(273, 24);
  243. this.label3.Name = "label3";
  244. this.label3.Size = new System.Drawing.Size(56, 17);
  245. this.label3.TabIndex = 4;
  246. this.label3.Text = "设备地址";
  247. //
  248. // label2
  249. //
  250. this.label2.AutoSize = true;
  251. this.label2.Location = new System.Drawing.Point(157, 24);
  252. this.label2.Name = "label2";
  253. this.label2.Size = new System.Drawing.Size(32, 17);
  254. this.label2.TabIndex = 2;
  255. this.label2.Text = "端口";
  256. //
  257. // tbIpaddress
  258. //
  259. this.tbIpaddress.ForeColor = System.Drawing.Color.Blue;
  260. this.tbIpaddress.Location = new System.Drawing.Point(33, 20);
  261. this.tbIpaddress.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  262. this.tbIpaddress.Name = "tbIpaddress";
  263. this.tbIpaddress.Size = new System.Drawing.Size(116, 23);
  264. this.tbIpaddress.TabIndex = 1;
  265. this.tbIpaddress.Text = "127.0.0.1";
  266. //
  267. // label1
  268. //
  269. this.label1.AutoSize = true;
  270. this.label1.Location = new System.Drawing.Point(5, 24);
  271. this.label1.Name = "label1";
  272. this.label1.Size = new System.Drawing.Size(19, 17);
  273. this.label1.TabIndex = 0;
  274. this.label1.Text = "IP";
  275. //
  276. // menuStrip1
  277. //
  278. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  279. this.文件FToolStripMenuItem});
  280. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  281. this.menuStrip1.Name = "menuStrip1";
  282. this.menuStrip1.Padding = new System.Windows.Forms.Padding(7, 3, 0, 3);
  283. this.menuStrip1.Size = new System.Drawing.Size(1058, 27);
  284. this.menuStrip1.TabIndex = 1;
  285. this.menuStrip1.Text = "menuStrip1";
  286. //
  287. // 文件FToolStripMenuItem
  288. //
  289. this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  290. this.tsmiLoadXml});
  291. this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
  292. this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
  293. this.文件FToolStripMenuItem.Text = "文件(&F)";
  294. //
  295. // tsmiLoadXml
  296. //
  297. this.tsmiLoadXml.Name = "tsmiLoadXml";
  298. this.tsmiLoadXml.Size = new System.Drawing.Size(166, 22);
  299. this.tsmiLoadXml.Text = "加载协议XML(&X)";
  300. this.tsmiLoadXml.Click += new System.EventHandler(this.tsmiLoadXml_Click);
  301. //
  302. // statusStrip1
  303. //
  304. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  305. this.toolStripStatusLabel1,
  306. this.tsslEquipmentAddress,
  307. this.toolStripStatusLabel2,
  308. this.tsslCCIDLEN});
  309. this.statusStrip1.Location = new System.Drawing.Point(0, 883);
  310. this.statusStrip1.Name = "statusStrip1";
  311. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
  312. this.statusStrip1.Size = new System.Drawing.Size(1058, 22);
  313. this.statusStrip1.TabIndex = 2;
  314. this.statusStrip1.Text = "statusStrip1";
  315. //
  316. // toolStripStatusLabel1
  317. //
  318. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  319. this.toolStripStatusLabel1.Size = new System.Drawing.Size(56, 17);
  320. this.toolStripStatusLabel1.Text = "设备地址";
  321. //
  322. // tsslEquipmentAddress
  323. //
  324. this.tsslEquipmentAddress.Name = "tsslEquipmentAddress";
  325. this.tsslEquipmentAddress.Size = new System.Drawing.Size(25, 17);
  326. this.tsslEquipmentAddress.Text = "6.0";
  327. //
  328. // toolStripStatusLabel2
  329. //
  330. this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  331. this.toolStripStatusLabel2.Size = new System.Drawing.Size(37, 17);
  332. this.toolStripStatusLabel2.Text = "CCID";
  333. //
  334. // tsslCCIDLEN
  335. //
  336. this.tsslCCIDLEN.Name = "tsslCCIDLEN";
  337. this.tsslCCIDLEN.Size = new System.Drawing.Size(32, 17);
  338. this.tsslCCIDLEN.Text = "20.0";
  339. //
  340. // groupBox2
  341. //
  342. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  343. | System.Windows.Forms.AnchorStyles.Left)
  344. | System.Windows.Forms.AnchorStyles.Right)));
  345. this.groupBox2.Controls.Add(this.listBoxShow);
  346. this.groupBox2.Location = new System.Drawing.Point(14, 561);
  347. this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  348. this.groupBox2.Name = "groupBox2";
  349. this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  350. this.groupBox2.Size = new System.Drawing.Size(1030, 309);
  351. this.groupBox2.TabIndex = 13;
  352. this.groupBox2.TabStop = false;
  353. this.groupBox2.Text = "groupBox2";
  354. //
  355. // listBoxShow
  356. //
  357. this.listBoxShow.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  358. | System.Windows.Forms.AnchorStyles.Left)
  359. | System.Windows.Forms.AnchorStyles.Right)));
  360. this.listBoxShow.ContextMenuStrip = this.cmslistboxRightMenu;
  361. this.listBoxShow.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  362. this.listBoxShow.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.listBoxShow.FormattingEnabled = true;
  364. this.listBoxShow.HorizontalScrollbar = true;
  365. this.listBoxShow.ItemHeight = 14;
  366. this.listBoxShow.Location = new System.Drawing.Point(9, 28);
  367. this.listBoxShow.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  368. this.listBoxShow.Name = "listBoxShow";
  369. this.listBoxShow.Size = new System.Drawing.Size(1013, 242);
  370. this.listBoxShow.TabIndex = 0;
  371. this.listBoxShow.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.listBoxShow_DrawItem);
  372. //
  373. // cmslistboxRightMenu
  374. //
  375. this.cmslistboxRightMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  376. this.rightMenuCopyCmd,
  377. this.rightMenuClearInfo});
  378. this.cmslistboxRightMenu.Name = "cmslistboxRightMenu";
  379. this.cmslistboxRightMenu.Size = new System.Drawing.Size(141, 48);
  380. //
  381. // rightMenuCopyCmd
  382. //
  383. this.rightMenuCopyCmd.Name = "rightMenuCopyCmd";
  384. this.rightMenuCopyCmd.Size = new System.Drawing.Size(140, 22);
  385. this.rightMenuCopyCmd.Text = "复制指令(&C)";
  386. this.rightMenuCopyCmd.Click += new System.EventHandler(this.rightMenuCopyCmd_Click);
  387. //
  388. // rightMenuClearInfo
  389. //
  390. this.rightMenuClearInfo.Name = "rightMenuClearInfo";
  391. this.rightMenuClearInfo.Size = new System.Drawing.Size(140, 22);
  392. this.rightMenuClearInfo.Text = "清空信息(&L)";
  393. this.rightMenuClearInfo.Click += new System.EventHandler(this.rightMenuClearInfo_Click);
  394. //
  395. // Form1
  396. //
  397. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  398. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  399. this.ClientSize = new System.Drawing.Size(1058, 905);
  400. this.Controls.Add(this.groupBox2);
  401. this.Controls.Add(this.statusStrip1);
  402. this.Controls.Add(this.groupBox1);
  403. this.Controls.Add(this.menuStrip1);
  404. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  406. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  407. this.Name = "Form1";
  408. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  409. this.Text = "Form1";
  410. this.Load += new System.EventHandler(this.Form1_Load);
  411. this.groupBox1.ResumeLayout(false);
  412. this.groupBox1.PerformLayout();
  413. this.menuStrip1.ResumeLayout(false);
  414. this.menuStrip1.PerformLayout();
  415. this.statusStrip1.ResumeLayout(false);
  416. this.statusStrip1.PerformLayout();
  417. this.groupBox2.ResumeLayout(false);
  418. this.cmslistboxRightMenu.ResumeLayout(false);
  419. this.ResumeLayout(false);
  420. this.PerformLayout();
  421. }
  422. #endregion
  423. private System.Windows.Forms.GroupBox groupBox1;
  424. private System.Windows.Forms.TextBox tbEquipmentAddress;
  425. private System.Windows.Forms.TextBox tbPort;
  426. private System.Windows.Forms.Label label3;
  427. private System.Windows.Forms.Label label2;
  428. private System.Windows.Forms.TextBox tbIpaddress;
  429. private System.Windows.Forms.Label label1;
  430. private System.Windows.Forms.MenuStrip menuStrip1;
  431. private System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem;
  432. private System.Windows.Forms.StatusStrip statusStrip1;
  433. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  434. private System.Windows.Forms.ToolStripStatusLabel tsslEquipmentAddress;
  435. private System.Windows.Forms.Button btnPressureTest;
  436. private System.Windows.Forms.Label label4;
  437. private System.Windows.Forms.TextBox tbPresureTestCount;
  438. private System.Windows.Forms.Button btnSendData;
  439. private System.Windows.Forms.Button btnQuickLogout;
  440. private System.Windows.Forms.Button btnLogin;
  441. private System.Windows.Forms.TextBox tbCCID;
  442. private System.Windows.Forms.Label label5;
  443. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
  444. private System.Windows.Forms.ToolStripStatusLabel tsslCCIDLEN;
  445. private System.Windows.Forms.GroupBox groupBox2;
  446. private System.Windows.Forms.ListBox listBoxShow;
  447. private System.Windows.Forms.ToolStripMenuItem tsmiLoadXml;
  448. private System.Windows.Forms.TextBox tfTmpSendData;
  449. private System.Windows.Forms.ContextMenuStrip cmslistboxRightMenu;
  450. private System.Windows.Forms.ToolStripMenuItem rightMenuCopyCmd;
  451. private System.Windows.Forms.Label label7;
  452. private System.Windows.Forms.TextBox tfTmpResponse;
  453. private System.Windows.Forms.Label label6;
  454. private System.Windows.Forms.ToolStripMenuItem rightMenuClearInfo;
  455. }
  456. }