namespace EapFileUploadServer { partial class Frm_Server { /// /// 必需的设计器变量。 /// 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.txtIp = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtPort = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtSelectFile = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.txtMsg = new System.Windows.Forms.ListBox(); this.lbOnline = new System.Windows.Forms.ListBox(); this.txtMsgSend = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // txtIp // this.txtIp.Location = new System.Drawing.Point(666, 12); this.txtIp.Name = "txtIp"; this.txtIp.Size = new System.Drawing.Size(179, 21); this.txtIp.TabIndex = 1; this.txtIp.Text = "10.71.26.56"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(637, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(23, 12); this.label1.TabIndex = 2; this.label1.Text = "IP:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(631, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 3; this.label2.Text = "PORT"; // // txtPort // this.txtPort.Location = new System.Drawing.Point(666, 64); this.txtPort.Name = "txtPort"; this.txtPort.Size = new System.Drawing.Size(179, 21); this.txtPort.TabIndex = 4; this.txtPort.Text = "8899"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(583, 114); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(77, 12); this.label3.TabIndex = 5; this.label3.Text = "在线客户机:"; // // txtSelectFile // this.txtSelectFile.Location = new System.Drawing.Point(93, 404); this.txtSelectFile.Name = "txtSelectFile"; this.txtSelectFile.Size = new System.Drawing.Size(462, 21); this.txtSelectFile.TabIndex = 7; // // button1 // this.button1.Location = new System.Drawing.Point(12, 402); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 8; this.button1.Text = "选择文件"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.btnSelectFile_Click); // // button2 // this.button2.Location = new System.Drawing.Point(585, 341); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(120, 40); this.button2.TabIndex = 9; this.button2.Text = "启动服务"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.btnBeginListen_Click); // // button3 // this.button3.Location = new System.Drawing.Point(725, 341); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(120, 40); this.button3.TabIndex = 10; this.button3.Text = "群发消息"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.btnSendToAll_Click); // // button4 // this.button4.Location = new System.Drawing.Point(585, 393); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(120, 40); this.button4.TabIndex = 11; this.button4.Text = "发送信息"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.btnSend_Click); // // button5 // this.button5.Location = new System.Drawing.Point(725, 393); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(120, 40); this.button5.TabIndex = 12; this.button5.Text = "发送文件"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.btnSendFile_Click); // // txtMsg // this.txtMsg.FormattingEnabled = true; this.txtMsg.ItemHeight = 12; this.txtMsg.Location = new System.Drawing.Point(12, 15); this.txtMsg.Name = "txtMsg"; this.txtMsg.Size = new System.Drawing.Size(543, 304); this.txtMsg.TabIndex = 13; // // lbOnline // this.lbOnline.FormattingEnabled = true; this.lbOnline.ItemHeight = 12; this.lbOnline.Location = new System.Drawing.Point(666, 114); this.lbOnline.Name = "lbOnline"; this.lbOnline.Size = new System.Drawing.Size(179, 196); this.lbOnline.TabIndex = 14; // // txtMsgSend // this.txtMsgSend.Location = new System.Drawing.Point(95, 341); this.txtMsgSend.Multiline = true; this.txtMsgSend.Name = "txtMsgSend"; this.txtMsgSend.Size = new System.Drawing.Size(460, 32); this.txtMsgSend.TabIndex = 15; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 350); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 12); this.label4.TabIndex = 16; this.label4.Text = "输入发送消息"; // // Frm_Server // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(862, 450); this.Controls.Add(this.label4); this.Controls.Add(this.txtMsgSend); this.Controls.Add(this.lbOnline); this.Controls.Add(this.txtMsg); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.txtSelectFile); this.Controls.Add(this.label3); this.Controls.Add(this.txtPort); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.txtIp); this.Name = "Frm_Server"; this.Text = "Frm_Server"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtIp; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtPort; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtSelectFile; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.ListBox txtMsg; private System.Windows.Forms.ListBox lbOnline; private System.Windows.Forms.TextBox txtMsgSend; private System.Windows.Forms.Label label4; } }