Form1.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. namespace EapFileUploadClient
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.txtMsg = new System.Windows.Forms.ListBox();
  29. this.txtPort = new System.Windows.Forms.TextBox();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.txtIp = new System.Windows.Forms.TextBox();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.button5 = new System.Windows.Forms.Button();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.txtfilepath = new System.Windows.Forms.TextBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.txtfilename = new System.Windows.Forms.TextBox();
  40. this.SuspendLayout();
  41. //
  42. // txtMsg
  43. //
  44. this.txtMsg.FormattingEnabled = true;
  45. this.txtMsg.ItemHeight = 12;
  46. this.txtMsg.Location = new System.Drawing.Point(12, 13);
  47. this.txtMsg.Name = "txtMsg";
  48. this.txtMsg.Size = new System.Drawing.Size(543, 232);
  49. this.txtMsg.TabIndex = 29;
  50. //
  51. // txtPort
  52. //
  53. this.txtPort.Location = new System.Drawing.Point(600, 64);
  54. this.txtPort.Name = "txtPort";
  55. this.txtPort.Size = new System.Drawing.Size(179, 21);
  56. this.txtPort.TabIndex = 33;
  57. this.txtPort.Text = "9914";
  58. //
  59. // label2
  60. //
  61. this.label2.AutoSize = true;
  62. this.label2.Location = new System.Drawing.Point(565, 67);
  63. this.label2.Name = "label2";
  64. this.label2.Size = new System.Drawing.Size(29, 12);
  65. this.label2.TabIndex = 32;
  66. this.label2.Text = "PORT";
  67. //
  68. // label1
  69. //
  70. this.label1.AutoSize = true;
  71. this.label1.Location = new System.Drawing.Point(571, 15);
  72. this.label1.Name = "label1";
  73. this.label1.Size = new System.Drawing.Size(23, 12);
  74. this.label1.TabIndex = 31;
  75. this.label1.Text = "IP:";
  76. //
  77. // txtIp
  78. //
  79. this.txtIp.Location = new System.Drawing.Point(600, 12);
  80. this.txtIp.Name = "txtIp";
  81. this.txtIp.Size = new System.Drawing.Size(179, 21);
  82. this.txtIp.TabIndex = 30;
  83. this.txtIp.Text = "10.71.26.56";
  84. //
  85. // button2
  86. //
  87. this.button2.BackColor = System.Drawing.Color.DarkSeaGreen;
  88. this.button2.Location = new System.Drawing.Point(12, 313);
  89. this.button2.Name = "button2";
  90. this.button2.Size = new System.Drawing.Size(179, 40);
  91. this.button2.TabIndex = 34;
  92. this.button2.Text = "连接服务器";
  93. this.button2.UseVisualStyleBackColor = false;
  94. this.button2.Click += new System.EventHandler(this.button2_Click);
  95. //
  96. // button5
  97. //
  98. this.button5.Location = new System.Drawing.Point(260, 313);
  99. this.button5.Name = "button5";
  100. this.button5.Size = new System.Drawing.Size(179, 40);
  101. this.button5.TabIndex = 35;
  102. this.button5.Text = "上传文件";
  103. this.button5.UseVisualStyleBackColor = true;
  104. this.button5.Click += new System.EventHandler(this.button5_Click);
  105. //
  106. // button1
  107. //
  108. this.button1.Location = new System.Drawing.Point(512, 313);
  109. this.button1.Name = "button1";
  110. this.button1.Size = new System.Drawing.Size(179, 40);
  111. this.button1.TabIndex = 36;
  112. this.button1.Text = "下载文件";
  113. this.button1.UseVisualStyleBackColor = true;
  114. this.button1.Click += new System.EventHandler(this.button1_Click);
  115. //
  116. // txtfilepath
  117. //
  118. this.txtfilepath.Location = new System.Drawing.Point(572, 148);
  119. this.txtfilepath.Name = "txtfilepath";
  120. this.txtfilepath.Size = new System.Drawing.Size(207, 21);
  121. this.txtfilepath.TabIndex = 38;
  122. this.txtfilepath.Text = "D:\\\\SocketClientFile\\\\";
  123. //
  124. // label3
  125. //
  126. this.label3.AutoSize = true;
  127. this.label3.Location = new System.Drawing.Point(571, 119);
  128. this.label3.Name = "label3";
  129. this.label3.Size = new System.Drawing.Size(125, 12);
  130. this.label3.TabIndex = 37;
  131. this.label3.Text = "上传及下载的文件目录";
  132. //
  133. // label4
  134. //
  135. this.label4.AutoSize = true;
  136. this.label4.Location = new System.Drawing.Point(571, 188);
  137. this.label4.Name = "label4";
  138. this.label4.Size = new System.Drawing.Size(125, 12);
  139. this.label4.TabIndex = 39;
  140. this.label4.Text = "上传及下载的文件名称";
  141. //
  142. // txtfilename
  143. //
  144. this.txtfilename.Location = new System.Drawing.Point(572, 224);
  145. this.txtfilename.Name = "txtfilename";
  146. this.txtfilename.Size = new System.Drawing.Size(207, 21);
  147. this.txtfilename.TabIndex = 40;
  148. this.txtfilename.Text = "WeChatSetup.exe";
  149. //
  150. // Form1
  151. //
  152. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  153. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  154. this.ClientSize = new System.Drawing.Size(800, 385);
  155. this.Controls.Add(this.txtfilename);
  156. this.Controls.Add(this.label4);
  157. this.Controls.Add(this.txtfilepath);
  158. this.Controls.Add(this.label3);
  159. this.Controls.Add(this.button1);
  160. this.Controls.Add(this.button5);
  161. this.Controls.Add(this.button2);
  162. this.Controls.Add(this.txtPort);
  163. this.Controls.Add(this.label2);
  164. this.Controls.Add(this.label1);
  165. this.Controls.Add(this.txtIp);
  166. this.Controls.Add(this.txtMsg);
  167. this.Name = "Form1";
  168. this.Text = "Form1";
  169. this.ResumeLayout(false);
  170. this.PerformLayout();
  171. }
  172. #endregion
  173. private System.Windows.Forms.ListBox txtMsg;
  174. private System.Windows.Forms.TextBox txtPort;
  175. private System.Windows.Forms.Label label2;
  176. private System.Windows.Forms.Label label1;
  177. private System.Windows.Forms.TextBox txtIp;
  178. private System.Windows.Forms.Button button2;
  179. private System.Windows.Forms.Button button5;
  180. private System.Windows.Forms.Button button1;
  181. private System.Windows.Forms.TextBox txtfilepath;
  182. private System.Windows.Forms.Label label3;
  183. private System.Windows.Forms.Label label4;
  184. private System.Windows.Forms.TextBox txtfilename;
  185. }
  186. }