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.

ProxyForm.Designer.cs 17 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. namespace Shadowsocks.View
  2. {
  3. partial class ProxyForm
  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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  29. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  30. this.MyCancelButton = new System.Windows.Forms.Button();
  31. this.OKButton = new System.Windows.Forms.Button();
  32. this.UseProxyCheckBox = new System.Windows.Forms.CheckBox();
  33. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  34. this.ProxyAddrLabel = new System.Windows.Forms.Label();
  35. this.ProxyServerTextBox = new System.Windows.Forms.TextBox();
  36. this.ProxyPortLabel = new System.Windows.Forms.Label();
  37. this.ProxyPortTextBox = new System.Windows.Forms.TextBox();
  38. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  39. this.ProxyTypeLabel = new System.Windows.Forms.Label();
  40. this.ProxyTypeComboBox = new System.Windows.Forms.ComboBox();
  41. this.ProxyTimeoutTextBox = new System.Windows.Forms.TextBox();
  42. this.ProxyTimeoutLabel = new System.Windows.Forms.Label();
  43. this.tableLayoutPanel1.SuspendLayout();
  44. this.tableLayoutPanel3.SuspendLayout();
  45. this.tableLayoutPanel2.SuspendLayout();
  46. this.tableLayoutPanel4.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // tableLayoutPanel1
  50. //
  51. this.tableLayoutPanel1.AutoSize = true;
  52. this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  53. this.tableLayoutPanel1.ColumnCount = 1;
  54. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  55. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 3);
  56. this.tableLayoutPanel1.Controls.Add(this.UseProxyCheckBox, 0, 0);
  57. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 2);
  58. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 0, 1);
  59. this.tableLayoutPanel1.Location = new System.Drawing.Point(15, 15);
  60. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  61. this.tableLayoutPanel1.RowCount = 4;
  62. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  63. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  64. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  65. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  66. this.tableLayoutPanel1.Size = new System.Drawing.Size(395, 123);
  67. this.tableLayoutPanel1.TabIndex = 0;
  68. //
  69. // tableLayoutPanel3
  70. //
  71. this.tableLayoutPanel3.AutoSize = true;
  72. this.tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  73. this.tableLayoutPanel3.ColumnCount = 2;
  74. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  75. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  76. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  77. this.tableLayoutPanel3.Controls.Add(this.MyCancelButton, 1, 0);
  78. this.tableLayoutPanel3.Controls.Add(this.OKButton, 0, 0);
  79. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Right;
  80. this.tableLayoutPanel3.Location = new System.Drawing.Point(236, 94);
  81. this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
  82. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  83. this.tableLayoutPanel3.RowCount = 1;
  84. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
  85. this.tableLayoutPanel3.Size = new System.Drawing.Size(159, 26);
  86. this.tableLayoutPanel3.TabIndex = 9;
  87. //
  88. // MyCancelButton
  89. //
  90. this.MyCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  91. this.MyCancelButton.Dock = System.Windows.Forms.DockStyle.Right;
  92. this.MyCancelButton.Location = new System.Drawing.Point(84, 3);
  93. this.MyCancelButton.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
  94. this.MyCancelButton.Name = "MyCancelButton";
  95. this.MyCancelButton.Size = new System.Drawing.Size(75, 23);
  96. this.MyCancelButton.TabIndex = 13;
  97. this.MyCancelButton.Text = "Cancel";
  98. this.MyCancelButton.UseVisualStyleBackColor = true;
  99. this.MyCancelButton.Click += new System.EventHandler(this.CancelButton_Click);
  100. //
  101. // OKButton
  102. //
  103. this.OKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
  104. this.OKButton.Dock = System.Windows.Forms.DockStyle.Right;
  105. this.OKButton.Location = new System.Drawing.Point(3, 3);
  106. this.OKButton.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
  107. this.OKButton.Name = "OKButton";
  108. this.OKButton.Size = new System.Drawing.Size(75, 23);
  109. this.OKButton.TabIndex = 12;
  110. this.OKButton.Text = "OK";
  111. this.OKButton.UseVisualStyleBackColor = true;
  112. this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
  113. //
  114. // UseProxyCheckBox
  115. //
  116. this.UseProxyCheckBox.AutoSize = true;
  117. this.UseProxyCheckBox.Location = new System.Drawing.Point(3, 3);
  118. this.UseProxyCheckBox.Name = "UseProxyCheckBox";
  119. this.UseProxyCheckBox.Size = new System.Drawing.Size(78, 16);
  120. this.UseProxyCheckBox.TabIndex = 0;
  121. this.UseProxyCheckBox.Text = "Use Proxy";
  122. this.UseProxyCheckBox.UseVisualStyleBackColor = true;
  123. this.UseProxyCheckBox.CheckedChanged += new System.EventHandler(this.UseProxyCheckBox_CheckedChanged);
  124. //
  125. // tableLayoutPanel2
  126. //
  127. this.tableLayoutPanel2.AutoSize = true;
  128. this.tableLayoutPanel2.ColumnCount = 4;
  129. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  130. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  131. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  132. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  133. this.tableLayoutPanel2.Controls.Add(this.ProxyAddrLabel, 0, 0);
  134. this.tableLayoutPanel2.Controls.Add(this.ProxyServerTextBox, 1, 0);
  135. this.tableLayoutPanel2.Controls.Add(this.ProxyPortLabel, 2, 0);
  136. this.tableLayoutPanel2.Controls.Add(this.ProxyPortTextBox, 3, 0);
  137. this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 61);
  138. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  139. this.tableLayoutPanel2.RowCount = 1;
  140. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  141. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
  142. this.tableLayoutPanel2.Size = new System.Drawing.Size(389, 27);
  143. this.tableLayoutPanel2.TabIndex = 1;
  144. //
  145. // ProxyAddrLabel
  146. //
  147. this.ProxyAddrLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  148. this.ProxyAddrLabel.AutoSize = true;
  149. this.ProxyAddrLabel.Location = new System.Drawing.Point(3, 7);
  150. this.ProxyAddrLabel.Name = "ProxyAddrLabel";
  151. this.ProxyAddrLabel.Size = new System.Drawing.Size(65, 12);
  152. this.ProxyAddrLabel.TabIndex = 0;
  153. this.ProxyAddrLabel.Text = "Proxy Addr";
  154. //
  155. // ProxyServerTextBox
  156. //
  157. this.ProxyServerTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  158. this.ProxyServerTextBox.Location = new System.Drawing.Point(74, 3);
  159. this.ProxyServerTextBox.MaxLength = 512;
  160. this.ProxyServerTextBox.Name = "ProxyServerTextBox";
  161. this.ProxyServerTextBox.Size = new System.Drawing.Size(135, 21);
  162. this.ProxyServerTextBox.TabIndex = 1;
  163. this.ProxyServerTextBox.WordWrap = false;
  164. //
  165. // ProxyPortLabel
  166. //
  167. this.ProxyPortLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  168. this.ProxyPortLabel.AutoSize = true;
  169. this.ProxyPortLabel.Location = new System.Drawing.Point(215, 7);
  170. this.ProxyPortLabel.Name = "ProxyPortLabel";
  171. this.ProxyPortLabel.Size = new System.Drawing.Size(65, 12);
  172. this.ProxyPortLabel.TabIndex = 2;
  173. this.ProxyPortLabel.Text = "Proxy Port";
  174. //
  175. // ProxyPortTextBox
  176. //
  177. this.ProxyPortTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  178. this.ProxyPortTextBox.Location = new System.Drawing.Point(286, 3);
  179. this.ProxyPortTextBox.MaxLength = 10;
  180. this.ProxyPortTextBox.Name = "ProxyPortTextBox";
  181. this.ProxyPortTextBox.Size = new System.Drawing.Size(100, 21);
  182. this.ProxyPortTextBox.TabIndex = 3;
  183. this.ProxyPortTextBox.WordWrap = false;
  184. //
  185. // tableLayoutPanel4
  186. //
  187. this.tableLayoutPanel4.AutoSize = true;
  188. this.tableLayoutPanel4.ColumnCount = 4;
  189. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  190. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  191. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  192. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  193. this.tableLayoutPanel4.Controls.Add(this.ProxyTypeLabel, 0, 0);
  194. this.tableLayoutPanel4.Controls.Add(this.ProxyTypeComboBox, 1, 0);
  195. this.tableLayoutPanel4.Controls.Add(this.ProxyTimeoutTextBox, 3, 0);
  196. this.tableLayoutPanel4.Controls.Add(this.ProxyTimeoutLabel, 2, 0);
  197. this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 25);
  198. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  199. this.tableLayoutPanel4.RowCount = 1;
  200. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
  201. this.tableLayoutPanel4.Size = new System.Drawing.Size(387, 30);
  202. this.tableLayoutPanel4.TabIndex = 10;
  203. //
  204. // ProxyTypeLabel
  205. //
  206. this.ProxyTypeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  207. this.ProxyTypeLabel.AutoSize = true;
  208. this.ProxyTypeLabel.Location = new System.Drawing.Point(3, 9);
  209. this.ProxyTypeLabel.Name = "ProxyTypeLabel";
  210. this.ProxyTypeLabel.Size = new System.Drawing.Size(65, 12);
  211. this.ProxyTypeLabel.TabIndex = 1;
  212. this.ProxyTypeLabel.Text = "Proxy Type";
  213. //
  214. // ProxyTypeComboBox
  215. //
  216. this.ProxyTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  217. this.ProxyTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  218. this.ProxyTypeComboBox.FormattingEnabled = true;
  219. this.ProxyTypeComboBox.Items.AddRange(new object[] {
  220. "SOCKS5",
  221. "HTTP"});
  222. this.ProxyTypeComboBox.Location = new System.Drawing.Point(74, 5);
  223. this.ProxyTypeComboBox.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  224. this.ProxyTypeComboBox.Name = "ProxyTypeComboBox";
  225. this.ProxyTypeComboBox.Size = new System.Drawing.Size(121, 20);
  226. this.ProxyTypeComboBox.TabIndex = 2;
  227. //
  228. // ProxyTimeoutTextBox
  229. //
  230. this.ProxyTimeoutTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  231. this.ProxyTimeoutTextBox.Location = new System.Drawing.Point(284, 4);
  232. this.ProxyTimeoutTextBox.Name = "ProxyTimeoutTextBox";
  233. this.ProxyTimeoutTextBox.Size = new System.Drawing.Size(100, 21);
  234. this.ProxyTimeoutTextBox.TabIndex = 3;
  235. //
  236. // ProxyTimeoutLabel
  237. //
  238. this.ProxyTimeoutLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  239. this.ProxyTimeoutLabel.AutoSize = true;
  240. this.ProxyTimeoutLabel.Location = new System.Drawing.Point(201, 9);
  241. this.ProxyTimeoutLabel.Name = "ProxyTimeoutLabel";
  242. this.ProxyTimeoutLabel.Size = new System.Drawing.Size(77, 12);
  243. this.ProxyTimeoutLabel.TabIndex = 4;
  244. this.ProxyTimeoutLabel.Text = "Timeout(Sec)";
  245. //
  246. // ProxyForm
  247. //
  248. this.AcceptButton = this.OKButton;
  249. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  250. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  251. this.AutoSize = true;
  252. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  253. this.CancelButton = this.MyCancelButton;
  254. this.ClientSize = new System.Drawing.Size(441, 165);
  255. this.Controls.Add(this.tableLayoutPanel1);
  256. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  257. this.MaximizeBox = false;
  258. this.MinimizeBox = false;
  259. this.Name = "ProxyForm";
  260. this.Padding = new System.Windows.Forms.Padding(12, 12, 12, 9);
  261. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  262. this.Text = "Edit Proxy";
  263. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ProxyForm_FormClosed);
  264. this.tableLayoutPanel1.ResumeLayout(false);
  265. this.tableLayoutPanel1.PerformLayout();
  266. this.tableLayoutPanel3.ResumeLayout(false);
  267. this.tableLayoutPanel2.ResumeLayout(false);
  268. this.tableLayoutPanel2.PerformLayout();
  269. this.tableLayoutPanel4.ResumeLayout(false);
  270. this.tableLayoutPanel4.PerformLayout();
  271. this.ResumeLayout(false);
  272. this.PerformLayout();
  273. }
  274. #endregion
  275. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  276. private System.Windows.Forms.CheckBox UseProxyCheckBox;
  277. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  278. private System.Windows.Forms.Label ProxyAddrLabel;
  279. private System.Windows.Forms.TextBox ProxyServerTextBox;
  280. private System.Windows.Forms.Label ProxyPortLabel;
  281. private System.Windows.Forms.TextBox ProxyPortTextBox;
  282. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  283. private System.Windows.Forms.Button MyCancelButton;
  284. private System.Windows.Forms.Button OKButton;
  285. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  286. private System.Windows.Forms.Label ProxyTypeLabel;
  287. private System.Windows.Forms.ComboBox ProxyTypeComboBox;
  288. private System.Windows.Forms.TextBox ProxyTimeoutTextBox;
  289. private System.Windows.Forms.Label ProxyTimeoutLabel;
  290. }
  291. }