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 20 kB

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