Form1.Designer.cs 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.tbEquipmentAddress = new System.Windows.Forms.TextBox();
  30. this.tbPort = new System.Windows.Forms.TextBox();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.tbIpaddress = new System.Windows.Forms.TextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  36. this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  38. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  39. this.tsslEquipmentAddress = new System.Windows.Forms.ToolStripStatusLabel();
  40. this.btnLogin = new System.Windows.Forms.Button();
  41. this.btnQuickLogout = new System.Windows.Forms.Button();
  42. this.btnSendData = new System.Windows.Forms.Button();
  43. this.tbPresureTestCount = new System.Windows.Forms.TextBox();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.btnPressureTest = new System.Windows.Forms.Button();
  46. this.tbCCID = new System.Windows.Forms.TextBox();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  49. this.tsslCCIDLEN = new System.Windows.Forms.ToolStripStatusLabel();
  50. this.groupBox1.SuspendLayout();
  51. this.menuStrip1.SuspendLayout();
  52. this.statusStrip1.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // groupBox1
  56. //
  57. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.groupBox1.Controls.Add(this.tbCCID);
  60. this.groupBox1.Controls.Add(this.label5);
  61. this.groupBox1.Controls.Add(this.btnPressureTest);
  62. this.groupBox1.Controls.Add(this.label4);
  63. this.groupBox1.Controls.Add(this.tbPresureTestCount);
  64. this.groupBox1.Controls.Add(this.btnSendData);
  65. this.groupBox1.Controls.Add(this.btnQuickLogout);
  66. this.groupBox1.Controls.Add(this.btnLogin);
  67. this.groupBox1.Controls.Add(this.tbEquipmentAddress);
  68. this.groupBox1.Controls.Add(this.tbPort);
  69. this.groupBox1.Controls.Add(this.label3);
  70. this.groupBox1.Controls.Add(this.label2);
  71. this.groupBox1.Controls.Add(this.tbIpaddress);
  72. this.groupBox1.Controls.Add(this.label1);
  73. this.groupBox1.Location = new System.Drawing.Point(12, 28);
  74. this.groupBox1.Name = "groupBox1";
  75. this.groupBox1.Size = new System.Drawing.Size(883, 93);
  76. this.groupBox1.TabIndex = 0;
  77. this.groupBox1.TabStop = false;
  78. this.groupBox1.Text = "groupBox1";
  79. //
  80. // tbEquipmentAddress
  81. //
  82. this.tbEquipmentAddress.ForeColor = System.Drawing.Color.Blue;
  83. this.tbEquipmentAddress.Location = new System.Drawing.Point(294, 14);
  84. this.tbEquipmentAddress.Name = "tbEquipmentAddress";
  85. this.tbEquipmentAddress.Size = new System.Drawing.Size(123, 21);
  86. this.tbEquipmentAddress.TabIndex = 5;
  87. this.tbEquipmentAddress.Text = "4442832e833c";
  88. this.tbEquipmentAddress.TextChanged += new System.EventHandler(this.tbEquipmentAddress_TextChanged);
  89. //
  90. // tbPort
  91. //
  92. this.tbPort.ForeColor = System.Drawing.Color.Blue;
  93. this.tbPort.Location = new System.Drawing.Point(171, 14);
  94. this.tbPort.Name = "tbPort";
  95. this.tbPort.Size = new System.Drawing.Size(56, 21);
  96. this.tbPort.TabIndex = 3;
  97. this.tbPort.Text = "15440";
  98. //
  99. // label3
  100. //
  101. this.label3.AutoSize = true;
  102. this.label3.Location = new System.Drawing.Point(234, 17);
  103. this.label3.Name = "label3";
  104. this.label3.Size = new System.Drawing.Size(53, 12);
  105. this.label3.TabIndex = 4;
  106. this.label3.Text = "设备地址";
  107. //
  108. // label2
  109. //
  110. this.label2.AutoSize = true;
  111. this.label2.Location = new System.Drawing.Point(135, 17);
  112. this.label2.Name = "label2";
  113. this.label2.Size = new System.Drawing.Size(29, 12);
  114. this.label2.TabIndex = 2;
  115. this.label2.Text = "端口";
  116. //
  117. // tbIpaddress
  118. //
  119. this.tbIpaddress.ForeColor = System.Drawing.Color.Blue;
  120. this.tbIpaddress.Location = new System.Drawing.Point(28, 14);
  121. this.tbIpaddress.Name = "tbIpaddress";
  122. this.tbIpaddress.Size = new System.Drawing.Size(100, 21);
  123. this.tbIpaddress.TabIndex = 1;
  124. this.tbIpaddress.Text = "127.0.0.1";
  125. //
  126. // label1
  127. //
  128. this.label1.AutoSize = true;
  129. this.label1.Location = new System.Drawing.Point(4, 17);
  130. this.label1.Name = "label1";
  131. this.label1.Size = new System.Drawing.Size(17, 12);
  132. this.label1.TabIndex = 0;
  133. this.label1.Text = "IP";
  134. //
  135. // menuStrip1
  136. //
  137. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  138. this.文件FToolStripMenuItem});
  139. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  140. this.menuStrip1.Name = "menuStrip1";
  141. this.menuStrip1.Size = new System.Drawing.Size(907, 25);
  142. this.menuStrip1.TabIndex = 1;
  143. this.menuStrip1.Text = "menuStrip1";
  144. //
  145. // 文件FToolStripMenuItem
  146. //
  147. this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
  148. this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
  149. this.文件FToolStripMenuItem.Text = "文件(&F)";
  150. //
  151. // statusStrip1
  152. //
  153. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  154. this.toolStripStatusLabel1,
  155. this.tsslEquipmentAddress,
  156. this.toolStripStatusLabel2,
  157. this.tsslCCIDLEN});
  158. this.statusStrip1.Location = new System.Drawing.Point(0, 617);
  159. this.statusStrip1.Name = "statusStrip1";
  160. this.statusStrip1.Size = new System.Drawing.Size(907, 22);
  161. this.statusStrip1.TabIndex = 2;
  162. this.statusStrip1.Text = "statusStrip1";
  163. //
  164. // toolStripStatusLabel1
  165. //
  166. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  167. this.toolStripStatusLabel1.Size = new System.Drawing.Size(56, 17);
  168. this.toolStripStatusLabel1.Text = "设备地址";
  169. //
  170. // tsslEquipmentAddress
  171. //
  172. this.tsslEquipmentAddress.Name = "tsslEquipmentAddress";
  173. this.tsslEquipmentAddress.Size = new System.Drawing.Size(25, 17);
  174. this.tsslEquipmentAddress.Text = "6.0";
  175. //
  176. // btnLogin
  177. //
  178. this.btnLogin.Location = new System.Drawing.Point(6, 45);
  179. this.btnLogin.Name = "btnLogin";
  180. this.btnLogin.Size = new System.Drawing.Size(75, 23);
  181. this.btnLogin.TabIndex = 3;
  182. this.btnLogin.Text = "登录";
  183. this.btnLogin.UseVisualStyleBackColor = true;
  184. this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
  185. //
  186. // btnQuickLogout
  187. //
  188. this.btnQuickLogout.Location = new System.Drawing.Point(88, 45);
  189. this.btnQuickLogout.Name = "btnQuickLogout";
  190. this.btnQuickLogout.Size = new System.Drawing.Size(75, 23);
  191. this.btnQuickLogout.TabIndex = 6;
  192. this.btnQuickLogout.Text = "退出登录";
  193. this.btnQuickLogout.UseVisualStyleBackColor = true;
  194. //
  195. // btnSendData
  196. //
  197. this.btnSendData.Location = new System.Drawing.Point(170, 45);
  198. this.btnSendData.Name = "btnSendData";
  199. this.btnSendData.Size = new System.Drawing.Size(75, 23);
  200. this.btnSendData.TabIndex = 7;
  201. this.btnSendData.Text = "发送数据";
  202. this.btnSendData.UseVisualStyleBackColor = true;
  203. //
  204. // tbPresureTestCount
  205. //
  206. this.tbPresureTestCount.ForeColor = System.Drawing.Color.Blue;
  207. this.tbPresureTestCount.Location = new System.Drawing.Point(312, 47);
  208. this.tbPresureTestCount.Name = "tbPresureTestCount";
  209. this.tbPresureTestCount.Size = new System.Drawing.Size(56, 21);
  210. this.tbPresureTestCount.TabIndex = 8;
  211. this.tbPresureTestCount.Text = "100";
  212. //
  213. // label4
  214. //
  215. this.label4.AutoSize = true;
  216. this.label4.Location = new System.Drawing.Point(252, 50);
  217. this.label4.Name = "label4";
  218. this.label4.Size = new System.Drawing.Size(53, 12);
  219. this.label4.TabIndex = 9;
  220. this.label4.Text = "压力测试";
  221. //
  222. // btnPressureTest
  223. //
  224. this.btnPressureTest.Location = new System.Drawing.Point(375, 45);
  225. this.btnPressureTest.Name = "btnPressureTest";
  226. this.btnPressureTest.Size = new System.Drawing.Size(75, 23);
  227. this.btnPressureTest.TabIndex = 10;
  228. this.btnPressureTest.Text = "压力测试";
  229. this.btnPressureTest.UseVisualStyleBackColor = true;
  230. //
  231. // tbCCID
  232. //
  233. this.tbCCID.ForeColor = System.Drawing.Color.Blue;
  234. this.tbCCID.Location = new System.Drawing.Point(464, 14);
  235. this.tbCCID.Name = "tbCCID";
  236. this.tbCCID.Size = new System.Drawing.Size(294, 21);
  237. this.tbCCID.TabIndex = 12;
  238. this.tbCCID.Text = "3839383630324231313931353530343739383737";
  239. this.tbCCID.TextChanged += new System.EventHandler(this.tbCCID_TextChanged);
  240. //
  241. // label5
  242. //
  243. this.label5.AutoSize = true;
  244. this.label5.Location = new System.Drawing.Point(423, 17);
  245. this.label5.Name = "label5";
  246. this.label5.Size = new System.Drawing.Size(35, 12);
  247. this.label5.TabIndex = 11;
  248. this.label5.Text = "CCCID";
  249. //
  250. // toolStripStatusLabel2
  251. //
  252. this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  253. this.toolStripStatusLabel2.Size = new System.Drawing.Size(37, 17);
  254. this.toolStripStatusLabel2.Text = "CCID";
  255. //
  256. // tsslCCIDLEN
  257. //
  258. this.tsslCCIDLEN.Name = "tsslCCIDLEN";
  259. this.tsslCCIDLEN.Size = new System.Drawing.Size(32, 17);
  260. this.tsslCCIDLEN.Text = "20.0";
  261. //
  262. // Form1
  263. //
  264. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  265. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  266. this.ClientSize = new System.Drawing.Size(907, 639);
  267. this.Controls.Add(this.statusStrip1);
  268. this.Controls.Add(this.groupBox1);
  269. this.Controls.Add(this.menuStrip1);
  270. this.Name = "Form1";
  271. this.Text = "Form1";
  272. this.Load += new System.EventHandler(this.Form1_Load);
  273. this.groupBox1.ResumeLayout(false);
  274. this.groupBox1.PerformLayout();
  275. this.menuStrip1.ResumeLayout(false);
  276. this.menuStrip1.PerformLayout();
  277. this.statusStrip1.ResumeLayout(false);
  278. this.statusStrip1.PerformLayout();
  279. this.ResumeLayout(false);
  280. this.PerformLayout();
  281. }
  282. #endregion
  283. private System.Windows.Forms.GroupBox groupBox1;
  284. private System.Windows.Forms.TextBox tbEquipmentAddress;
  285. private System.Windows.Forms.TextBox tbPort;
  286. private System.Windows.Forms.Label label3;
  287. private System.Windows.Forms.Label label2;
  288. private System.Windows.Forms.TextBox tbIpaddress;
  289. private System.Windows.Forms.Label label1;
  290. private System.Windows.Forms.MenuStrip menuStrip1;
  291. private System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem;
  292. private System.Windows.Forms.StatusStrip statusStrip1;
  293. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  294. private System.Windows.Forms.ToolStripStatusLabel tsslEquipmentAddress;
  295. private System.Windows.Forms.Button btnPressureTest;
  296. private System.Windows.Forms.Label label4;
  297. private System.Windows.Forms.TextBox tbPresureTestCount;
  298. private System.Windows.Forms.Button btnSendData;
  299. private System.Windows.Forms.Button btnQuickLogout;
  300. private System.Windows.Forms.Button btnLogin;
  301. private System.Windows.Forms.TextBox tbCCID;
  302. private System.Windows.Forms.Label label5;
  303. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
  304. private System.Windows.Forms.ToolStripStatusLabel tsslCCIDLEN;
  305. }
  306. }