namespace SSLServerNS
{
partial class frmServer
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.lbxMsg = new System.Windows.Forms.ListBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.btnDisconn = new System.Windows.Forms.Button();
this.txtDisConn = new System.Windows.Forms.TextBox();
this.txtPort = new System.Windows.Forms.TextBox();
this.txtIpAddress = new System.Windows.Forms.TextBox();
this.btnStop = new System.Windows.Forms.Button();
this.btnStart = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// lbxMsg
//
this.lbxMsg.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbxMsg.FormattingEnabled = true;
this.lbxMsg.ItemHeight = 12;
this.lbxMsg.Location = new System.Drawing.Point(11, 62);
this.lbxMsg.Name = "lbxMsg";
this.lbxMsg.Size = new System.Drawing.Size(465, 304);
this.lbxMsg.TabIndex = 4;
this.lbxMsg.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.lbxMsg_KeyPress);
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.btnDisconn);
this.groupBox1.Controls.Add(this.txtDisConn);
this.groupBox1.Controls.Add(this.txtPort);
this.groupBox1.Controls.Add(this.txtIpAddress);
this.groupBox1.Controls.Add(this.btnStop);
this.groupBox1.Controls.Add(this.btnStart);
this.groupBox1.Location = new System.Drawing.Point(12, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(462, 47);
this.groupBox1.TabIndex = 9;
this.groupBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(132, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 15;
this.label1.Text = "CONNID";
//
// btnDisconn
//
this.btnDisconn.Location = new System.Drawing.Point(223, 15);
this.btnDisconn.Name = "btnDisconn";
this.btnDisconn.Size = new System.Drawing.Size(33, 26);
this.btnDisconn.TabIndex = 14;
this.btnDisconn.Text = "Dis";
this.btnDisconn.UseVisualStyleBackColor = true;
this.btnDisconn.Click += new System.EventHandler(this.btnDisconn_Click);
//
// txtDisConn
//
this.txtDisConn.Location = new System.Drawing.Point(178, 18);
this.txtDisConn.Name = "txtDisConn";
this.txtDisConn.Size = new System.Drawing.Size(40, 21);
this.txtDisConn.TabIndex = 13;
this.txtDisConn.TextChanged += new System.EventHandler(this.txtDisConn_TextChanged);
//
// txtPort
//
this.txtPort.Location = new System.Drawing.Point(88, 18);
this.txtPort.Name = "txtPort";
this.txtPort.Size = new System.Drawing.Size(40, 21);
this.txtPort.TabIndex = 12;
this.txtPort.Text = "5555";
//
// txtIpAddress
//
this.txtIpAddress.Location = new System.Drawing.Point(11, 18);
this.txtIpAddress.Name = "txtIpAddress";
this.txtIpAddress.Size = new System.Drawing.Size(71, 21);
this.txtIpAddress.TabIndex = 11;
this.txtIpAddress.Text = "0.0.0.0";
//
// btnStop
//
this.btnStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnStop.Location = new System.Drawing.Point(403, 15);
this.btnStop.Name = "btnStop";
this.btnStop.Size = new System.Drawing.Size(47, 26);
this.btnStop.TabIndex = 10;
this.btnStop.Text = "Stop";
this.btnStop.UseVisualStyleBackColor = true;
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
//
// btnStart
//
this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnStart.Location = new System.Drawing.Point(350, 15);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(47, 26);
this.btnStart.TabIndex = 9;
this.btnStart.Text = "Start";
this.btnStart.UseVisualStyleBackColor = true;
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
// frmServer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(486, 377);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.lbxMsg);
this.Name = "frmServer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Form1";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmServer_FormClosed);
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox lbxMsg;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnDisconn;
private System.Windows.Forms.TextBox txtDisConn;
private System.Windows.Forms.TextBox txtPort;
private System.Windows.Forms.Button btnStop;
private System.Windows.Forms.Button btnStart;
private System.Windows.Forms.TextBox txtIpAddress;
}
}