frmServer.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. namespace SSLServerNS
  2. {
  3. partial class frmServer
  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.lbxMsg = new System.Windows.Forms.ListBox();
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.btnDisconn = new System.Windows.Forms.Button();
  32. this.txtDisConn = new System.Windows.Forms.TextBox();
  33. this.txtPort = new System.Windows.Forms.TextBox();
  34. this.txtIpAddress = new System.Windows.Forms.TextBox();
  35. this.btnStop = new System.Windows.Forms.Button();
  36. this.btnStart = new System.Windows.Forms.Button();
  37. this.groupBox1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // lbxMsg
  41. //
  42. this.lbxMsg.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  43. | System.Windows.Forms.AnchorStyles.Left)
  44. | System.Windows.Forms.AnchorStyles.Right)));
  45. this.lbxMsg.FormattingEnabled = true;
  46. this.lbxMsg.ItemHeight = 12;
  47. this.lbxMsg.Location = new System.Drawing.Point(11, 62);
  48. this.lbxMsg.Name = "lbxMsg";
  49. this.lbxMsg.Size = new System.Drawing.Size(465, 304);
  50. this.lbxMsg.TabIndex = 4;
  51. this.lbxMsg.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.lbxMsg_KeyPress);
  52. //
  53. // groupBox1
  54. //
  55. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  56. | System.Windows.Forms.AnchorStyles.Right)));
  57. this.groupBox1.Controls.Add(this.label1);
  58. this.groupBox1.Controls.Add(this.btnDisconn);
  59. this.groupBox1.Controls.Add(this.txtDisConn);
  60. this.groupBox1.Controls.Add(this.txtPort);
  61. this.groupBox1.Controls.Add(this.txtIpAddress);
  62. this.groupBox1.Controls.Add(this.btnStop);
  63. this.groupBox1.Controls.Add(this.btnStart);
  64. this.groupBox1.Location = new System.Drawing.Point(12, 2);
  65. this.groupBox1.Name = "groupBox1";
  66. this.groupBox1.Size = new System.Drawing.Size(462, 47);
  67. this.groupBox1.TabIndex = 9;
  68. this.groupBox1.TabStop = false;
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Location = new System.Drawing.Point(132, 22);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(41, 12);
  76. this.label1.TabIndex = 15;
  77. this.label1.Text = "CONNID";
  78. //
  79. // btnDisconn
  80. //
  81. this.btnDisconn.Location = new System.Drawing.Point(223, 15);
  82. this.btnDisconn.Name = "btnDisconn";
  83. this.btnDisconn.Size = new System.Drawing.Size(33, 26);
  84. this.btnDisconn.TabIndex = 14;
  85. this.btnDisconn.Text = "Dis";
  86. this.btnDisconn.UseVisualStyleBackColor = true;
  87. this.btnDisconn.Click += new System.EventHandler(this.btnDisconn_Click);
  88. //
  89. // txtDisConn
  90. //
  91. this.txtDisConn.Location = new System.Drawing.Point(178, 18);
  92. this.txtDisConn.Name = "txtDisConn";
  93. this.txtDisConn.Size = new System.Drawing.Size(40, 21);
  94. this.txtDisConn.TabIndex = 13;
  95. this.txtDisConn.TextChanged += new System.EventHandler(this.txtDisConn_TextChanged);
  96. //
  97. // txtPort
  98. //
  99. this.txtPort.Location = new System.Drawing.Point(88, 18);
  100. this.txtPort.Name = "txtPort";
  101. this.txtPort.Size = new System.Drawing.Size(40, 21);
  102. this.txtPort.TabIndex = 12;
  103. this.txtPort.Text = "5555";
  104. //
  105. // txtIpAddress
  106. //
  107. this.txtIpAddress.Location = new System.Drawing.Point(11, 18);
  108. this.txtIpAddress.Name = "txtIpAddress";
  109. this.txtIpAddress.Size = new System.Drawing.Size(71, 21);
  110. this.txtIpAddress.TabIndex = 11;
  111. this.txtIpAddress.Text = "0.0.0.0";
  112. //
  113. // btnStop
  114. //
  115. this.btnStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  116. this.btnStop.Location = new System.Drawing.Point(403, 15);
  117. this.btnStop.Name = "btnStop";
  118. this.btnStop.Size = new System.Drawing.Size(47, 26);
  119. this.btnStop.TabIndex = 10;
  120. this.btnStop.Text = "Stop";
  121. this.btnStop.UseVisualStyleBackColor = true;
  122. this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
  123. //
  124. // btnStart
  125. //
  126. this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  127. this.btnStart.Location = new System.Drawing.Point(350, 15);
  128. this.btnStart.Name = "btnStart";
  129. this.btnStart.Size = new System.Drawing.Size(47, 26);
  130. this.btnStart.TabIndex = 9;
  131. this.btnStart.Text = "Start";
  132. this.btnStart.UseVisualStyleBackColor = true;
  133. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  134. //
  135. // frmServer
  136. //
  137. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  138. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  139. this.ClientSize = new System.Drawing.Size(486, 377);
  140. this.Controls.Add(this.groupBox1);
  141. this.Controls.Add(this.lbxMsg);
  142. this.Name = "frmServer";
  143. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  144. this.Text = "Form1";
  145. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmServer_FormClosed);
  146. this.Load += new System.EventHandler(this.Form1_Load);
  147. this.groupBox1.ResumeLayout(false);
  148. this.groupBox1.PerformLayout();
  149. this.ResumeLayout(false);
  150. }
  151. #endregion
  152. private System.Windows.Forms.ListBox lbxMsg;
  153. private System.Windows.Forms.GroupBox groupBox1;
  154. private System.Windows.Forms.Label label1;
  155. private System.Windows.Forms.Button btnDisconn;
  156. private System.Windows.Forms.TextBox txtDisConn;
  157. private System.Windows.Forms.TextBox txtPort;
  158. private System.Windows.Forms.Button btnStop;
  159. private System.Windows.Forms.Button btnStart;
  160. private System.Windows.Forms.TextBox txtIpAddress;
  161. }
  162. }