Frm_Server.Designer.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. namespace EapFileUploadServer
  2. {
  3. partial class Frm_Server
  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.txtIp = new System.Windows.Forms.TextBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.txtPort = new System.Windows.Forms.TextBox();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.txtSelectFile = new System.Windows.Forms.TextBox();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.button2 = new System.Windows.Forms.Button();
  36. this.button3 = new System.Windows.Forms.Button();
  37. this.button4 = new System.Windows.Forms.Button();
  38. this.button5 = new System.Windows.Forms.Button();
  39. this.txtMsg = new System.Windows.Forms.ListBox();
  40. this.lbOnline = new System.Windows.Forms.ListBox();
  41. this.txtMsgSend = new System.Windows.Forms.TextBox();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.SuspendLayout();
  44. //
  45. // txtIp
  46. //
  47. this.txtIp.Location = new System.Drawing.Point(666, 12);
  48. this.txtIp.Name = "txtIp";
  49. this.txtIp.Size = new System.Drawing.Size(179, 21);
  50. this.txtIp.TabIndex = 1;
  51. this.txtIp.Text = "10.71.26.56";
  52. //
  53. // label1
  54. //
  55. this.label1.AutoSize = true;
  56. this.label1.Location = new System.Drawing.Point(637, 15);
  57. this.label1.Name = "label1";
  58. this.label1.Size = new System.Drawing.Size(23, 12);
  59. this.label1.TabIndex = 2;
  60. this.label1.Text = "IP:";
  61. //
  62. // label2
  63. //
  64. this.label2.AutoSize = true;
  65. this.label2.Location = new System.Drawing.Point(631, 67);
  66. this.label2.Name = "label2";
  67. this.label2.Size = new System.Drawing.Size(29, 12);
  68. this.label2.TabIndex = 3;
  69. this.label2.Text = "PORT";
  70. //
  71. // txtPort
  72. //
  73. this.txtPort.Location = new System.Drawing.Point(666, 64);
  74. this.txtPort.Name = "txtPort";
  75. this.txtPort.Size = new System.Drawing.Size(179, 21);
  76. this.txtPort.TabIndex = 4;
  77. this.txtPort.Text = "8899";
  78. //
  79. // label3
  80. //
  81. this.label3.AutoSize = true;
  82. this.label3.Location = new System.Drawing.Point(583, 114);
  83. this.label3.Name = "label3";
  84. this.label3.Size = new System.Drawing.Size(77, 12);
  85. this.label3.TabIndex = 5;
  86. this.label3.Text = "在线客户机:";
  87. //
  88. // txtSelectFile
  89. //
  90. this.txtSelectFile.Location = new System.Drawing.Point(93, 404);
  91. this.txtSelectFile.Name = "txtSelectFile";
  92. this.txtSelectFile.Size = new System.Drawing.Size(462, 21);
  93. this.txtSelectFile.TabIndex = 7;
  94. //
  95. // button1
  96. //
  97. this.button1.Location = new System.Drawing.Point(12, 402);
  98. this.button1.Name = "button1";
  99. this.button1.Size = new System.Drawing.Size(75, 23);
  100. this.button1.TabIndex = 8;
  101. this.button1.Text = "选择文件";
  102. this.button1.UseVisualStyleBackColor = true;
  103. this.button1.Click += new System.EventHandler(this.btnSelectFile_Click);
  104. //
  105. // button2
  106. //
  107. this.button2.Location = new System.Drawing.Point(585, 341);
  108. this.button2.Name = "button2";
  109. this.button2.Size = new System.Drawing.Size(120, 40);
  110. this.button2.TabIndex = 9;
  111. this.button2.Text = "启动服务";
  112. this.button2.UseVisualStyleBackColor = true;
  113. this.button2.Click += new System.EventHandler(this.btnBeginListen_Click);
  114. //
  115. // button3
  116. //
  117. this.button3.Location = new System.Drawing.Point(725, 341);
  118. this.button3.Name = "button3";
  119. this.button3.Size = new System.Drawing.Size(120, 40);
  120. this.button3.TabIndex = 10;
  121. this.button3.Text = "群发消息";
  122. this.button3.UseVisualStyleBackColor = true;
  123. this.button3.Click += new System.EventHandler(this.btnSendToAll_Click);
  124. //
  125. // button4
  126. //
  127. this.button4.Location = new System.Drawing.Point(585, 393);
  128. this.button4.Name = "button4";
  129. this.button4.Size = new System.Drawing.Size(120, 40);
  130. this.button4.TabIndex = 11;
  131. this.button4.Text = "发送信息";
  132. this.button4.UseVisualStyleBackColor = true;
  133. this.button4.Click += new System.EventHandler(this.btnSend_Click);
  134. //
  135. // button5
  136. //
  137. this.button5.Location = new System.Drawing.Point(725, 393);
  138. this.button5.Name = "button5";
  139. this.button5.Size = new System.Drawing.Size(120, 40);
  140. this.button5.TabIndex = 12;
  141. this.button5.Text = "发送文件";
  142. this.button5.UseVisualStyleBackColor = true;
  143. this.button5.Click += new System.EventHandler(this.btnSendFile_Click);
  144. //
  145. // txtMsg
  146. //
  147. this.txtMsg.FormattingEnabled = true;
  148. this.txtMsg.ItemHeight = 12;
  149. this.txtMsg.Location = new System.Drawing.Point(12, 15);
  150. this.txtMsg.Name = "txtMsg";
  151. this.txtMsg.Size = new System.Drawing.Size(543, 304);
  152. this.txtMsg.TabIndex = 13;
  153. //
  154. // lbOnline
  155. //
  156. this.lbOnline.FormattingEnabled = true;
  157. this.lbOnline.ItemHeight = 12;
  158. this.lbOnline.Location = new System.Drawing.Point(666, 114);
  159. this.lbOnline.Name = "lbOnline";
  160. this.lbOnline.Size = new System.Drawing.Size(179, 196);
  161. this.lbOnline.TabIndex = 14;
  162. //
  163. // txtMsgSend
  164. //
  165. this.txtMsgSend.Location = new System.Drawing.Point(95, 341);
  166. this.txtMsgSend.Multiline = true;
  167. this.txtMsgSend.Name = "txtMsgSend";
  168. this.txtMsgSend.Size = new System.Drawing.Size(460, 32);
  169. this.txtMsgSend.TabIndex = 15;
  170. //
  171. // label4
  172. //
  173. this.label4.AutoSize = true;
  174. this.label4.Location = new System.Drawing.Point(12, 350);
  175. this.label4.Name = "label4";
  176. this.label4.Size = new System.Drawing.Size(77, 12);
  177. this.label4.TabIndex = 16;
  178. this.label4.Text = "输入发送消息";
  179. //
  180. // Frm_Server
  181. //
  182. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  183. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  184. this.ClientSize = new System.Drawing.Size(862, 450);
  185. this.Controls.Add(this.label4);
  186. this.Controls.Add(this.txtMsgSend);
  187. this.Controls.Add(this.lbOnline);
  188. this.Controls.Add(this.txtMsg);
  189. this.Controls.Add(this.button5);
  190. this.Controls.Add(this.button4);
  191. this.Controls.Add(this.button3);
  192. this.Controls.Add(this.button2);
  193. this.Controls.Add(this.button1);
  194. this.Controls.Add(this.txtSelectFile);
  195. this.Controls.Add(this.label3);
  196. this.Controls.Add(this.txtPort);
  197. this.Controls.Add(this.label2);
  198. this.Controls.Add(this.label1);
  199. this.Controls.Add(this.txtIp);
  200. this.Name = "Frm_Server";
  201. this.Text = "Frm_Server";
  202. this.ResumeLayout(false);
  203. this.PerformLayout();
  204. }
  205. #endregion
  206. private System.Windows.Forms.TextBox txtIp;
  207. private System.Windows.Forms.Label label1;
  208. private System.Windows.Forms.Label label2;
  209. private System.Windows.Forms.TextBox txtPort;
  210. private System.Windows.Forms.Label label3;
  211. private System.Windows.Forms.TextBox txtSelectFile;
  212. private System.Windows.Forms.Button button1;
  213. private System.Windows.Forms.Button button2;
  214. private System.Windows.Forms.Button button3;
  215. private System.Windows.Forms.Button button4;
  216. private System.Windows.Forms.Button button5;
  217. private System.Windows.Forms.ListBox txtMsg;
  218. private System.Windows.Forms.ListBox lbOnline;
  219. private System.Windows.Forms.TextBox txtMsgSend;
  220. private System.Windows.Forms.Label label4;
  221. }
  222. }