Frm_Client.Designer.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. namespace EapFileUploadClient
  2. {
  3. partial class Frm_Client
  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.label4 = new System.Windows.Forms.Label();
  29. this.txtSendMsg = new System.Windows.Forms.TextBox();
  30. this.txtMsg = new System.Windows.Forms.ListBox();
  31. this.button5 = new System.Windows.Forms.Button();
  32. this.button4 = new System.Windows.Forms.Button();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.txtSelectFile = new System.Windows.Forms.TextBox();
  36. this.txtPort = new System.Windows.Forms.TextBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.txtIp = new System.Windows.Forms.TextBox();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.txtName = new System.Windows.Forms.TextBox();
  42. this.SuspendLayout();
  43. //
  44. // label4
  45. //
  46. this.label4.AutoSize = true;
  47. this.label4.Location = new System.Drawing.Point(12, 353);
  48. this.label4.Name = "label4";
  49. this.label4.Size = new System.Drawing.Size(77, 12);
  50. this.label4.TabIndex = 31;
  51. this.label4.Text = "输入发送消息";
  52. //
  53. // txtSendMsg
  54. //
  55. this.txtSendMsg.Location = new System.Drawing.Point(95, 344);
  56. this.txtSendMsg.Multiline = true;
  57. this.txtSendMsg.Name = "txtSendMsg";
  58. this.txtSendMsg.Size = new System.Drawing.Size(460, 32);
  59. this.txtSendMsg.TabIndex = 30;
  60. //
  61. // txtMsg
  62. //
  63. this.txtMsg.FormattingEnabled = true;
  64. this.txtMsg.ItemHeight = 12;
  65. this.txtMsg.Location = new System.Drawing.Point(12, 18);
  66. this.txtMsg.Name = "txtMsg";
  67. this.txtMsg.Size = new System.Drawing.Size(543, 304);
  68. this.txtMsg.TabIndex = 28;
  69. //
  70. // button5
  71. //
  72. this.button5.Location = new System.Drawing.Point(666, 396);
  73. this.button5.Name = "button5";
  74. this.button5.Size = new System.Drawing.Size(179, 40);
  75. this.button5.TabIndex = 27;
  76. this.button5.Text = "发送文件";
  77. this.button5.UseVisualStyleBackColor = true;
  78. this.button5.Click += new System.EventHandler(this.btnSendFile_Click);
  79. //
  80. // button4
  81. //
  82. this.button4.Location = new System.Drawing.Point(666, 325);
  83. this.button4.Name = "button4";
  84. this.button4.Size = new System.Drawing.Size(179, 40);
  85. this.button4.TabIndex = 26;
  86. this.button4.Text = "发送信息";
  87. this.button4.UseVisualStyleBackColor = true;
  88. this.button4.Click += new System.EventHandler(this.btnSendMsg_Click);
  89. //
  90. // button2
  91. //
  92. this.button2.BackColor = System.Drawing.Color.DarkSeaGreen;
  93. this.button2.Location = new System.Drawing.Point(666, 243);
  94. this.button2.Name = "button2";
  95. this.button2.Size = new System.Drawing.Size(179, 40);
  96. this.button2.TabIndex = 24;
  97. this.button2.Text = "连接服务器";
  98. this.button2.UseVisualStyleBackColor = false;
  99. this.button2.Click += new System.EventHandler(this.btnConnect_Click);
  100. //
  101. // button1
  102. //
  103. this.button1.Location = new System.Drawing.Point(12, 405);
  104. this.button1.Name = "button1";
  105. this.button1.Size = new System.Drawing.Size(75, 23);
  106. this.button1.TabIndex = 23;
  107. this.button1.Text = "选择文件";
  108. this.button1.UseVisualStyleBackColor = true;
  109. this.button1.Click += new System.EventHandler(this.btnSelectFile_Click);
  110. //
  111. // txtSelectFile
  112. //
  113. this.txtSelectFile.Location = new System.Drawing.Point(93, 407);
  114. this.txtSelectFile.Name = "txtSelectFile";
  115. this.txtSelectFile.Size = new System.Drawing.Size(462, 21);
  116. this.txtSelectFile.TabIndex = 22;
  117. //
  118. // txtPort
  119. //
  120. this.txtPort.Location = new System.Drawing.Point(666, 67);
  121. this.txtPort.Name = "txtPort";
  122. this.txtPort.Size = new System.Drawing.Size(179, 21);
  123. this.txtPort.TabIndex = 20;
  124. this.txtPort.Text = "8899";
  125. //
  126. // label2
  127. //
  128. this.label2.AutoSize = true;
  129. this.label2.Location = new System.Drawing.Point(631, 70);
  130. this.label2.Name = "label2";
  131. this.label2.Size = new System.Drawing.Size(29, 12);
  132. this.label2.TabIndex = 19;
  133. this.label2.Text = "PORT";
  134. //
  135. // label1
  136. //
  137. this.label1.AutoSize = true;
  138. this.label1.Location = new System.Drawing.Point(637, 18);
  139. this.label1.Name = "label1";
  140. this.label1.Size = new System.Drawing.Size(23, 12);
  141. this.label1.TabIndex = 18;
  142. this.label1.Text = "IP:";
  143. //
  144. // txtIp
  145. //
  146. this.txtIp.Location = new System.Drawing.Point(666, 15);
  147. this.txtIp.Name = "txtIp";
  148. this.txtIp.Size = new System.Drawing.Size(179, 21);
  149. this.txtIp.TabIndex = 17;
  150. this.txtIp.Text = "10.71.26.56";
  151. //
  152. // label3
  153. //
  154. this.label3.AutoSize = true;
  155. this.label3.Location = new System.Drawing.Point(619, 152);
  156. this.label3.Name = "label3";
  157. this.label3.Size = new System.Drawing.Size(41, 12);
  158. this.label3.TabIndex = 21;
  159. this.label3.Text = "昵称:";
  160. //
  161. // txtName
  162. //
  163. this.txtName.Location = new System.Drawing.Point(666, 149);
  164. this.txtName.Name = "txtName";
  165. this.txtName.Size = new System.Drawing.Size(179, 21);
  166. this.txtName.TabIndex = 32;
  167. //
  168. // Frm_Client
  169. //
  170. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  171. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  172. this.ClientSize = new System.Drawing.Size(870, 458);
  173. this.Controls.Add(this.txtName);
  174. this.Controls.Add(this.label4);
  175. this.Controls.Add(this.txtSendMsg);
  176. this.Controls.Add(this.txtMsg);
  177. this.Controls.Add(this.button5);
  178. this.Controls.Add(this.button4);
  179. this.Controls.Add(this.button2);
  180. this.Controls.Add(this.button1);
  181. this.Controls.Add(this.txtSelectFile);
  182. this.Controls.Add(this.label3);
  183. this.Controls.Add(this.txtPort);
  184. this.Controls.Add(this.label2);
  185. this.Controls.Add(this.label1);
  186. this.Controls.Add(this.txtIp);
  187. this.Name = "Frm_Client";
  188. this.Text = "Frm_Client";
  189. this.ResumeLayout(false);
  190. this.PerformLayout();
  191. }
  192. #endregion
  193. private System.Windows.Forms.Label label4;
  194. private System.Windows.Forms.TextBox txtSendMsg;
  195. private System.Windows.Forms.ListBox txtMsg;
  196. private System.Windows.Forms.Button button5;
  197. private System.Windows.Forms.Button button4;
  198. private System.Windows.Forms.Button button2;
  199. private System.Windows.Forms.Button button1;
  200. private System.Windows.Forms.TextBox txtSelectFile;
  201. private System.Windows.Forms.TextBox txtPort;
  202. private System.Windows.Forms.Label label2;
  203. private System.Windows.Forms.Label label1;
  204. private System.Windows.Forms.TextBox txtIp;
  205. private System.Windows.Forms.Label label3;
  206. private System.Windows.Forms.TextBox txtName;
  207. }
  208. }