FormFtp.Designer.cs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. namespace Core.StlMes
  2. {
  3. partial class FormFtp
  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.label1 = new System.Windows.Forms.Label();
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.textBox2 = new System.Windows.Forms.TextBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.textBox3 = new System.Windows.Forms.TextBox();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.button2 = new System.Windows.Forms.Button();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.textBox4 = new System.Windows.Forms.TextBox();
  37. this.textBox5 = new System.Windows.Forms.TextBox();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.button3 = new System.Windows.Forms.Button();
  40. this.button4 = new System.Windows.Forms.Button();
  41. this.SuspendLayout();
  42. //
  43. // label1
  44. //
  45. this.label1.AutoSize = true;
  46. this.label1.Location = new System.Drawing.Point(23, 34);
  47. this.label1.Name = "label1";
  48. this.label1.Size = new System.Drawing.Size(48, 13);
  49. this.label1.TabIndex = 0;
  50. this.label1.Text = "fileName";
  51. //
  52. // textBox1
  53. //
  54. this.textBox1.Location = new System.Drawing.Point(77, 31);
  55. this.textBox1.Name = "textBox1";
  56. this.textBox1.Size = new System.Drawing.Size(193, 20);
  57. this.textBox1.TabIndex = 1;
  58. //
  59. // textBox2
  60. //
  61. this.textBox2.Location = new System.Drawing.Point(77, 65);
  62. this.textBox2.Name = "textBox2";
  63. this.textBox2.Size = new System.Drawing.Size(299, 20);
  64. this.textBox2.TabIndex = 3;
  65. //
  66. // label2
  67. //
  68. this.label2.AutoSize = true;
  69. this.label2.Location = new System.Drawing.Point(23, 68);
  70. this.label2.Name = "label2";
  71. this.label2.Size = new System.Drawing.Size(28, 13);
  72. this.label2.TabIndex = 2;
  73. this.label2.Text = "path";
  74. //
  75. // textBox3
  76. //
  77. this.textBox3.Enabled = false;
  78. this.textBox3.Location = new System.Drawing.Point(77, 108);
  79. this.textBox3.Name = "textBox3";
  80. this.textBox3.Size = new System.Drawing.Size(246, 20);
  81. this.textBox3.TabIndex = 4;
  82. //
  83. // button1
  84. //
  85. this.button1.Location = new System.Drawing.Point(329, 108);
  86. this.button1.Name = "button1";
  87. this.button1.Size = new System.Drawing.Size(47, 21);
  88. this.button1.TabIndex = 5;
  89. this.button1.Text = "open";
  90. this.button1.UseVisualStyleBackColor = true;
  91. this.button1.Click += new System.EventHandler(this.button1_Click);
  92. //
  93. // button2
  94. //
  95. this.button2.Location = new System.Drawing.Point(77, 164);
  96. this.button2.Name = "button2";
  97. this.button2.Size = new System.Drawing.Size(75, 23);
  98. this.button2.TabIndex = 6;
  99. this.button2.Text = "upload";
  100. this.button2.UseVisualStyleBackColor = true;
  101. this.button2.Click += new System.EventHandler(this.button2_Click);
  102. //
  103. // label3
  104. //
  105. this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  106. this.label3.Location = new System.Drawing.Point(405, -1);
  107. this.label3.Name = "label3";
  108. this.label3.Size = new System.Drawing.Size(2, 333);
  109. this.label3.TabIndex = 7;
  110. //
  111. // textBox4
  112. //
  113. this.textBox4.Enabled = false;
  114. this.textBox4.Location = new System.Drawing.Point(480, 74);
  115. this.textBox4.Name = "textBox4";
  116. this.textBox4.Size = new System.Drawing.Size(246, 20);
  117. this.textBox4.TabIndex = 10;
  118. //
  119. // textBox5
  120. //
  121. this.textBox5.Location = new System.Drawing.Point(480, 31);
  122. this.textBox5.Name = "textBox5";
  123. this.textBox5.Size = new System.Drawing.Size(299, 20);
  124. this.textBox5.TabIndex = 9;
  125. //
  126. // label4
  127. //
  128. this.label4.AutoSize = true;
  129. this.label4.Location = new System.Drawing.Point(426, 34);
  130. this.label4.Name = "label4";
  131. this.label4.Size = new System.Drawing.Size(28, 13);
  132. this.label4.TabIndex = 8;
  133. this.label4.Text = "path";
  134. //
  135. // button3
  136. //
  137. this.button3.Location = new System.Drawing.Point(729, 74);
  138. this.button3.Name = "button3";
  139. this.button3.Size = new System.Drawing.Size(50, 21);
  140. this.button3.TabIndex = 11;
  141. this.button3.Text = "choose";
  142. this.button3.UseVisualStyleBackColor = true;
  143. this.button3.Click += new System.EventHandler(this.button3_Click);
  144. //
  145. // button4
  146. //
  147. this.button4.Location = new System.Drawing.Point(480, 164);
  148. this.button4.Name = "button4";
  149. this.button4.Size = new System.Drawing.Size(75, 23);
  150. this.button4.TabIndex = 12;
  151. this.button4.Text = "download";
  152. this.button4.UseVisualStyleBackColor = true;
  153. this.button4.Click += new System.EventHandler(this.button4_Click);
  154. //
  155. // FormFtp
  156. //
  157. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  158. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  159. this.ClientSize = new System.Drawing.Size(789, 332);
  160. this.Controls.Add(this.button4);
  161. this.Controls.Add(this.button3);
  162. this.Controls.Add(this.textBox4);
  163. this.Controls.Add(this.textBox5);
  164. this.Controls.Add(this.label4);
  165. this.Controls.Add(this.label3);
  166. this.Controls.Add(this.button2);
  167. this.Controls.Add(this.button1);
  168. this.Controls.Add(this.textBox3);
  169. this.Controls.Add(this.textBox2);
  170. this.Controls.Add(this.label2);
  171. this.Controls.Add(this.textBox1);
  172. this.Controls.Add(this.label1);
  173. this.Name = "FormFtp";
  174. this.Text = "FormFtp";
  175. this.Load += new System.EventHandler(this.FormFtp_Load);
  176. this.ResumeLayout(false);
  177. this.PerformLayout();
  178. }
  179. #endregion
  180. private System.Windows.Forms.Label label1;
  181. private System.Windows.Forms.TextBox textBox1;
  182. private System.Windows.Forms.TextBox textBox2;
  183. private System.Windows.Forms.Label label2;
  184. private System.Windows.Forms.TextBox textBox3;
  185. private System.Windows.Forms.Button button1;
  186. private System.Windows.Forms.Button button2;
  187. private System.Windows.Forms.Label label3;
  188. private System.Windows.Forms.TextBox textBox4;
  189. private System.Windows.Forms.TextBox textBox5;
  190. private System.Windows.Forms.Label label4;
  191. private System.Windows.Forms.Button button3;
  192. private System.Windows.Forms.Button button4;
  193. }
  194. }