frmClient.Designer.cs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. namespace SSLPackClientNS
  2. {
  3. partial class frmClient
  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.cbxAsyncConn = new System.Windows.Forms.CheckBox();
  30. this.txtPort = new System.Windows.Forms.TextBox();
  31. this.txtIpAddress = new System.Windows.Forms.TextBox();
  32. this.btnStop = new System.Windows.Forms.Button();
  33. this.btnStart = new System.Windows.Forms.Button();
  34. this.lbxMsg = new System.Windows.Forms.ListBox();
  35. this.txtSend = new System.Windows.Forms.TextBox();
  36. this.btnSend = new System.Windows.Forms.Button();
  37. this.groupBox1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // groupBox1
  41. //
  42. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  43. | System.Windows.Forms.AnchorStyles.Right)));
  44. this.groupBox1.Controls.Add(this.cbxAsyncConn);
  45. this.groupBox1.Controls.Add(this.txtPort);
  46. this.groupBox1.Controls.Add(this.txtIpAddress);
  47. this.groupBox1.Controls.Add(this.btnStop);
  48. this.groupBox1.Controls.Add(this.btnStart);
  49. this.groupBox1.Location = new System.Drawing.Point(12, 2);
  50. this.groupBox1.Name = "groupBox1";
  51. this.groupBox1.Size = new System.Drawing.Size(464, 47);
  52. this.groupBox1.TabIndex = 11;
  53. this.groupBox1.TabStop = false;
  54. //
  55. // cbxAsyncConn
  56. //
  57. this.cbxAsyncConn.AutoSize = true;
  58. this.cbxAsyncConn.Checked = true;
  59. this.cbxAsyncConn.CheckState = System.Windows.Forms.CheckState.Checked;
  60. this.cbxAsyncConn.Location = new System.Drawing.Point(134, 20);
  61. this.cbxAsyncConn.Name = "cbxAsyncConn";
  62. this.cbxAsyncConn.Size = new System.Drawing.Size(84, 16);
  63. this.cbxAsyncConn.TabIndex = 13;
  64. this.cbxAsyncConn.Text = "Async Conn";
  65. this.cbxAsyncConn.UseVisualStyleBackColor = true;
  66. //
  67. // txtPort
  68. //
  69. this.txtPort.Location = new System.Drawing.Point(88, 18);
  70. this.txtPort.Name = "txtPort";
  71. this.txtPort.Size = new System.Drawing.Size(40, 21);
  72. this.txtPort.TabIndex = 12;
  73. this.txtPort.Text = "5555";
  74. //
  75. // txtIpAddress
  76. //
  77. this.txtIpAddress.Location = new System.Drawing.Point(11, 18);
  78. this.txtIpAddress.Name = "txtIpAddress";
  79. this.txtIpAddress.Size = new System.Drawing.Size(71, 21);
  80. this.txtIpAddress.TabIndex = 11;
  81. this.txtIpAddress.Text = "127.0.0.1";
  82. //
  83. // btnStop
  84. //
  85. this.btnStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  86. this.btnStop.Location = new System.Drawing.Point(407, 15);
  87. this.btnStop.Name = "btnStop";
  88. this.btnStop.Size = new System.Drawing.Size(47, 26);
  89. this.btnStop.TabIndex = 10;
  90. this.btnStop.Text = "Stop";
  91. this.btnStop.UseVisualStyleBackColor = true;
  92. this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
  93. //
  94. // btnStart
  95. //
  96. this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  97. this.btnStart.Location = new System.Drawing.Point(354, 15);
  98. this.btnStart.Name = "btnStart";
  99. this.btnStart.Size = new System.Drawing.Size(47, 26);
  100. this.btnStart.TabIndex = 9;
  101. this.btnStart.Text = "Start";
  102. this.btnStart.UseVisualStyleBackColor = true;
  103. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  104. //
  105. // lbxMsg
  106. //
  107. this.lbxMsg.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  108. | System.Windows.Forms.AnchorStyles.Left)
  109. | System.Windows.Forms.AnchorStyles.Right)));
  110. this.lbxMsg.FormattingEnabled = true;
  111. this.lbxMsg.ItemHeight = 12;
  112. this.lbxMsg.Location = new System.Drawing.Point(12, 59);
  113. this.lbxMsg.Name = "lbxMsg";
  114. this.lbxMsg.Size = new System.Drawing.Size(465, 256);
  115. this.lbxMsg.TabIndex = 10;
  116. this.lbxMsg.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.lbxMsg_KeyPress);
  117. //
  118. // txtSend
  119. //
  120. this.txtSend.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  121. | System.Windows.Forms.AnchorStyles.Right)));
  122. this.txtSend.Location = new System.Drawing.Point(12, 327);
  123. this.txtSend.Name = "txtSend";
  124. this.txtSend.Size = new System.Drawing.Size(413, 21);
  125. this.txtSend.TabIndex = 12;
  126. this.txtSend.Text = "text to be sent";
  127. //
  128. // btnSend
  129. //
  130. this.btnSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  131. this.btnSend.Location = new System.Drawing.Point(431, 323);
  132. this.btnSend.Name = "btnSend";
  133. this.btnSend.Size = new System.Drawing.Size(47, 26);
  134. this.btnSend.TabIndex = 13;
  135. this.btnSend.Text = "Send";
  136. this.btnSend.UseVisualStyleBackColor = true;
  137. this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
  138. //
  139. // frmClient
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.ClientSize = new System.Drawing.Size(485, 355);
  144. this.Controls.Add(this.btnSend);
  145. this.Controls.Add(this.txtSend);
  146. this.Controls.Add(this.groupBox1);
  147. this.Controls.Add(this.lbxMsg);
  148. this.Name = "frmClient";
  149. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  150. this.Text = "Echo-SSLPackClient [ \'C\' - clear list box ]";
  151. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmClient_FormClosed);
  152. this.Load += new System.EventHandler(this.frmClient_Load);
  153. this.groupBox1.ResumeLayout(false);
  154. this.groupBox1.PerformLayout();
  155. this.ResumeLayout(false);
  156. this.PerformLayout();
  157. }
  158. #endregion
  159. private System.Windows.Forms.GroupBox groupBox1;
  160. private System.Windows.Forms.TextBox txtPort;
  161. private System.Windows.Forms.TextBox txtIpAddress;
  162. private System.Windows.Forms.Button btnStop;
  163. private System.Windows.Forms.Button btnStart;
  164. private System.Windows.Forms.ListBox lbxMsg;
  165. private System.Windows.Forms.CheckBox cbxAsyncConn;
  166. private System.Windows.Forms.TextBox txtSend;
  167. private System.Windows.Forms.Button btnSend;
  168. }
  169. }