You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Form1.Designer.cs 12 kB

12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. namespace shadowsocks_csharp
  2. {
  3. partial class Form1
  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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.textBox2 = new System.Windows.Forms.TextBox();
  35. this.textBox3 = new System.Windows.Forms.TextBox();
  36. this.textBox4 = new System.Windows.Forms.TextBox();
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.button1 = new System.Windows.Forms.Button();
  39. this.button2 = new System.Windows.Forms.Button();
  40. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  41. this.tableLayoutPanel1.SuspendLayout();
  42. this.panel1.SuspendLayout();
  43. this.tableLayoutPanel2.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // tableLayoutPanel1
  47. //
  48. this.tableLayoutPanel1.AutoSize = true;
  49. this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  50. this.tableLayoutPanel1.ColumnCount = 2;
  51. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  52. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  53. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  54. this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
  55. this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
  56. this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
  57. this.tableLayoutPanel1.Controls.Add(this.textBox1, 1, 0);
  58. this.tableLayoutPanel1.Controls.Add(this.textBox2, 1, 1);
  59. this.tableLayoutPanel1.Controls.Add(this.textBox3, 1, 2);
  60. this.tableLayoutPanel1.Controls.Add(this.textBox4, 1, 3);
  61. this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
  62. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  63. this.tableLayoutPanel1.RowCount = 4;
  64. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  65. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  66. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  67. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  68. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  69. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  70. this.tableLayoutPanel1.Size = new System.Drawing.Size(256, 104);
  71. this.tableLayoutPanel1.TabIndex = 0;
  72. //
  73. // label1
  74. //
  75. this.label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
  76. this.label1.AutoSize = true;
  77. this.label1.Location = new System.Drawing.Point(12, 6);
  78. this.label1.Name = "label1";
  79. this.label1.Size = new System.Drawing.Size(51, 13);
  80. this.label1.TabIndex = 0;
  81. this.label1.Text = "Server IP";
  82. //
  83. // label2
  84. //
  85. this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
  86. this.label2.AutoSize = true;
  87. this.label2.Location = new System.Drawing.Point(3, 32);
  88. this.label2.Name = "label2";
  89. this.label2.Size = new System.Drawing.Size(60, 13);
  90. this.label2.TabIndex = 1;
  91. this.label2.Text = "Server Port";
  92. //
  93. // label3
  94. //
  95. this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
  96. this.label3.AutoSize = true;
  97. this.label3.Location = new System.Drawing.Point(10, 58);
  98. this.label3.Name = "label3";
  99. this.label3.Size = new System.Drawing.Size(53, 13);
  100. this.label3.TabIndex = 2;
  101. this.label3.Text = "Password";
  102. //
  103. // label4
  104. //
  105. this.label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
  106. this.label4.AutoSize = true;
  107. this.label4.Location = new System.Drawing.Point(8, 84);
  108. this.label4.Name = "label4";
  109. this.label4.Size = new System.Drawing.Size(55, 13);
  110. this.label4.TabIndex = 3;
  111. this.label4.Text = "Proxy Port";
  112. //
  113. // textBox1
  114. //
  115. this.textBox1.Anchor = System.Windows.Forms.AnchorStyles.Left;
  116. this.textBox1.Location = new System.Drawing.Point(69, 3);
  117. this.textBox1.Name = "textBox1";
  118. this.textBox1.Size = new System.Drawing.Size(184, 20);
  119. this.textBox1.TabIndex = 4;
  120. this.textBox1.WordWrap = false;
  121. //
  122. // textBox2
  123. //
  124. this.textBox2.Anchor = System.Windows.Forms.AnchorStyles.Left;
  125. this.textBox2.Location = new System.Drawing.Point(69, 29);
  126. this.textBox2.Name = "textBox2";
  127. this.textBox2.Size = new System.Drawing.Size(184, 20);
  128. this.textBox2.TabIndex = 5;
  129. this.textBox2.WordWrap = false;
  130. //
  131. // textBox3
  132. //
  133. this.textBox3.Anchor = System.Windows.Forms.AnchorStyles.Left;
  134. this.textBox3.Location = new System.Drawing.Point(69, 55);
  135. this.textBox3.Name = "textBox3";
  136. this.textBox3.Size = new System.Drawing.Size(184, 20);
  137. this.textBox3.TabIndex = 6;
  138. this.textBox3.WordWrap = false;
  139. //
  140. // textBox4
  141. //
  142. this.textBox4.Anchor = System.Windows.Forms.AnchorStyles.Left;
  143. this.textBox4.Location = new System.Drawing.Point(69, 81);
  144. this.textBox4.Name = "textBox4";
  145. this.textBox4.Size = new System.Drawing.Size(184, 20);
  146. this.textBox4.TabIndex = 7;
  147. this.textBox4.WordWrap = false;
  148. //
  149. // panel1
  150. //
  151. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  152. | System.Windows.Forms.AnchorStyles.Right)));
  153. this.panel1.AutoSize = true;
  154. this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  155. this.panel1.Controls.Add(this.button2);
  156. this.panel1.Controls.Add(this.button1);
  157. this.panel1.Location = new System.Drawing.Point(51, 3);
  158. this.panel1.Name = "panel1";
  159. this.panel1.Size = new System.Drawing.Size(164, 30);
  160. this.panel1.TabIndex = 1;
  161. //
  162. // button1
  163. //
  164. this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
  165. this.button1.Location = new System.Drawing.Point(4, 4);
  166. this.button1.Name = "button1";
  167. this.button1.Size = new System.Drawing.Size(75, 23);
  168. this.button1.TabIndex = 0;
  169. this.button1.Text = "OK";
  170. this.button1.UseVisualStyleBackColor = true;
  171. //
  172. // button2
  173. //
  174. this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  175. this.button2.Location = new System.Drawing.Point(86, 3);
  176. this.button2.Name = "button2";
  177. this.button2.Size = new System.Drawing.Size(75, 23);
  178. this.button2.TabIndex = 1;
  179. this.button2.Text = "Cancel";
  180. this.button2.UseVisualStyleBackColor = true;
  181. //
  182. // tableLayoutPanel2
  183. //
  184. this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  185. | System.Windows.Forms.AnchorStyles.Right)));
  186. this.tableLayoutPanel2.AutoSize = true;
  187. this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  188. this.tableLayoutPanel2.ColumnCount = 3;
  189. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  190. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  191. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  192. this.tableLayoutPanel2.Controls.Add(this.panel1, 1, 0);
  193. this.tableLayoutPanel2.Location = new System.Drawing.Point(12, 122);
  194. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  195. this.tableLayoutPanel2.RowCount = 1;
  196. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
  197. this.tableLayoutPanel2.Size = new System.Drawing.Size(266, 36);
  198. this.tableLayoutPanel2.TabIndex = 3;
  199. //
  200. // Form1
  201. //
  202. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  203. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  204. this.AutoSize = true;
  205. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  206. this.ClientSize = new System.Drawing.Size(291, 206);
  207. this.Controls.Add(this.tableLayoutPanel2);
  208. this.Controls.Add(this.tableLayoutPanel1);
  209. this.Name = "Form1";
  210. this.Text = "Shadowsocks";
  211. this.tableLayoutPanel1.ResumeLayout(false);
  212. this.tableLayoutPanel1.PerformLayout();
  213. this.panel1.ResumeLayout(false);
  214. this.tableLayoutPanel2.ResumeLayout(false);
  215. this.tableLayoutPanel2.PerformLayout();
  216. this.ResumeLayout(false);
  217. this.PerformLayout();
  218. }
  219. #endregion
  220. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  221. private System.Windows.Forms.Label label1;
  222. private System.Windows.Forms.Label label2;
  223. private System.Windows.Forms.Label label3;
  224. private System.Windows.Forms.Label label4;
  225. private System.Windows.Forms.TextBox textBox1;
  226. private System.Windows.Forms.TextBox textBox2;
  227. private System.Windows.Forms.TextBox textBox3;
  228. private System.Windows.Forms.TextBox textBox4;
  229. private System.Windows.Forms.Panel panel1;
  230. private System.Windows.Forms.Button button2;
  231. private System.Windows.Forms.Button button1;
  232. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  233. }
  234. }

No Description

Contributors (1)