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.

ConfigForm.Designer.cs 38 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  1. namespace Shadowsocks.View
  2. {
  3. partial class ConfigForm
  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.components = new System.ComponentModel.Container();
  29. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.PluginOptionsLabel = new System.Windows.Forms.Label();
  31. this.PluginTextBox = new System.Windows.Forms.TextBox();
  32. this.RemarksTextBox = new System.Windows.Forms.TextBox();
  33. this.IPLabel = new System.Windows.Forms.Label();
  34. this.ServerPortLabel = new System.Windows.Forms.Label();
  35. this.PasswordLabel = new System.Windows.Forms.Label();
  36. this.IPTextBox = new System.Windows.Forms.TextBox();
  37. this.ServerPortTextBox = new System.Windows.Forms.TextBox();
  38. this.PasswordTextBox = new System.Windows.Forms.TextBox();
  39. this.EncryptionLabel = new System.Windows.Forms.Label();
  40. this.EncryptionSelect = new System.Windows.Forms.ComboBox();
  41. this.TimeoutLabel = new System.Windows.Forms.Label();
  42. this.TimeoutTextBox = new System.Windows.Forms.TextBox();
  43. this.PluginLabel = new System.Windows.Forms.Label();
  44. this.PluginOptionsTextBox = new System.Windows.Forms.TextBox();
  45. this.ShowPasswdCheckBox = new System.Windows.Forms.CheckBox();
  46. this.PluginArgumentsTextBox = new System.Windows.Forms.TextBox();
  47. this.PluginArgumentsLabel = new System.Windows.Forms.Label();
  48. this.RemarksLabel = new System.Windows.Forms.Label();
  49. this.NeedPluginArgCheckBox = new System.Windows.Forms.CheckBox();
  50. this.panel2 = new System.Windows.Forms.Panel();
  51. this.OKButton = new System.Windows.Forms.Button();
  52. this.MyCancelButton = new System.Windows.Forms.Button();
  53. this.ApplyButton = new System.Windows.Forms.Button();
  54. this.DeleteButton = new System.Windows.Forms.Button();
  55. this.AddButton = new System.Windows.Forms.Button();
  56. this.ServerGroupBox = new System.Windows.Forms.GroupBox();
  57. this.ServersListBox = new System.Windows.Forms.ListBox();
  58. this.MoveDownButton = new System.Windows.Forms.Button();
  59. this.MoveUpButton = new System.Windows.Forms.Button();
  60. this.ProxyPortTextBox = new System.Windows.Forms.TextBox();
  61. this.ProxyPortLabel = new System.Windows.Forms.Label();
  62. this.PortableModeCheckBox = new System.Windows.Forms.CheckBox();
  63. this.DuplicateButton = new System.Windows.Forms.Button();
  64. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  65. this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
  66. this.GroupLabel = new System.Windows.Forms.Label();
  67. this.GroupTextBox = new System.Windows.Forms.TextBox();
  68. this.tableLayoutPanel1.SuspendLayout();
  69. this.ServerGroupBox.SuspendLayout();
  70. this.tableLayoutPanel7.SuspendLayout();
  71. this.SuspendLayout();
  72. //
  73. // tableLayoutPanel1
  74. //
  75. this.tableLayoutPanel1.AutoSize = true;
  76. this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  77. this.tableLayoutPanel1.ColumnCount = 2;
  78. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  79. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  80. this.tableLayoutPanel1.Controls.Add(this.PluginOptionsLabel, 0, 6);
  81. this.tableLayoutPanel1.Controls.Add(this.PluginTextBox, 1, 5);
  82. this.tableLayoutPanel1.Controls.Add(this.RemarksTextBox, 1, 10);
  83. this.tableLayoutPanel1.Controls.Add(this.IPLabel, 0, 0);
  84. this.tableLayoutPanel1.Controls.Add(this.ServerPortLabel, 0, 1);
  85. this.tableLayoutPanel1.Controls.Add(this.PasswordLabel, 0, 2);
  86. this.tableLayoutPanel1.Controls.Add(this.IPTextBox, 1, 0);
  87. this.tableLayoutPanel1.Controls.Add(this.ServerPortTextBox, 1, 1);
  88. this.tableLayoutPanel1.Controls.Add(this.PasswordTextBox, 1, 2);
  89. this.tableLayoutPanel1.Controls.Add(this.EncryptionLabel, 0, 4);
  90. this.tableLayoutPanel1.Controls.Add(this.EncryptionSelect, 1, 4);
  91. this.tableLayoutPanel1.Controls.Add(this.TimeoutLabel, 0, 11);
  92. this.tableLayoutPanel1.Controls.Add(this.TimeoutTextBox, 1, 11);
  93. this.tableLayoutPanel1.Controls.Add(this.PluginLabel, 0, 5);
  94. this.tableLayoutPanel1.Controls.Add(this.PluginOptionsTextBox, 1, 6);
  95. this.tableLayoutPanel1.Controls.Add(this.ShowPasswdCheckBox, 1, 3);
  96. this.tableLayoutPanel1.Controls.Add(this.PluginArgumentsTextBox, 1, 8);
  97. this.tableLayoutPanel1.Controls.Add(this.PluginArgumentsLabel, 0, 8);
  98. this.tableLayoutPanel1.Controls.Add(this.NeedPluginArgCheckBox, 1, 7);
  99. this.tableLayoutPanel1.Controls.Add(this.GroupTextBox, 1, 12);
  100. this.tableLayoutPanel1.Controls.Add(this.GroupLabel, 0, 12);
  101. this.tableLayoutPanel1.Controls.Add(this.RemarksLabel, 0, 10);
  102. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.tableLayoutPanel1.Location = new System.Drawing.Point(4, 22);
  104. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  105. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  106. this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(4);
  107. this.tableLayoutPanel1.RowCount = 14;
  108. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  109. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  110. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  111. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  112. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  113. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  114. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  115. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  116. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  117. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  118. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  119. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  120. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  121. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  122. this.tableLayoutPanel1.Size = new System.Drawing.Size(362, 399);
  123. this.tableLayoutPanel1.TabIndex = 0;
  124. //
  125. // PluginOptionsLabel
  126. //
  127. this.PluginOptionsLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  128. this.PluginOptionsLabel.AutoSize = true;
  129. this.PluginOptionsLabel.Location = new System.Drawing.Point(24, 199);
  130. this.PluginOptionsLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  131. this.PluginOptionsLabel.Name = "PluginOptionsLabel";
  132. this.PluginOptionsLabel.Size = new System.Drawing.Size(119, 15);
  133. this.PluginOptionsLabel.TabIndex = 6;
  134. this.PluginOptionsLabel.Text = "Plugin Options";
  135. this.toolTip1.SetToolTip(this.PluginOptionsLabel, "Environment variables for plugin program");
  136. //
  137. // PluginTextBox
  138. //
  139. this.PluginTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  140. this.PluginTextBox.Location = new System.Drawing.Point(150, 163);
  141. this.PluginTextBox.MaxLength = 256;
  142. this.PluginTextBox.Name = "PluginTextBox";
  143. this.PluginTextBox.Size = new System.Drawing.Size(205, 25);
  144. this.PluginTextBox.TabIndex = 5;
  145. this.PluginTextBox.WordWrap = false;
  146. //
  147. // RemarksTextBox
  148. //
  149. this.RemarksTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  150. this.RemarksTextBox.Location = new System.Drawing.Point(150, 283);
  151. this.RemarksTextBox.MaxLength = 32;
  152. this.RemarksTextBox.Name = "RemarksTextBox";
  153. this.RemarksTextBox.Size = new System.Drawing.Size(205, 25);
  154. this.RemarksTextBox.TabIndex = 8;
  155. this.RemarksTextBox.WordWrap = false;
  156. //
  157. // IPLabel
  158. //
  159. this.IPLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  160. this.IPLabel.AutoSize = true;
  161. this.IPLabel.Location = new System.Drawing.Point(64, 12);
  162. this.IPLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  163. this.IPLabel.Name = "IPLabel";
  164. this.IPLabel.Size = new System.Drawing.Size(79, 15);
  165. this.IPLabel.TabIndex = 0;
  166. this.IPLabel.Text = "Server IP";
  167. //
  168. // ServerPortLabel
  169. //
  170. this.ServerPortLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  171. this.ServerPortLabel.AutoSize = true;
  172. this.ServerPortLabel.Location = new System.Drawing.Point(48, 43);
  173. this.ServerPortLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  174. this.ServerPortLabel.Name = "ServerPortLabel";
  175. this.ServerPortLabel.Size = new System.Drawing.Size(95, 15);
  176. this.ServerPortLabel.TabIndex = 1;
  177. this.ServerPortLabel.Text = "Server Port";
  178. //
  179. // PasswordLabel
  180. //
  181. this.PasswordLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  182. this.PasswordLabel.AutoSize = true;
  183. this.PasswordLabel.Location = new System.Drawing.Point(72, 74);
  184. this.PasswordLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  185. this.PasswordLabel.Name = "PasswordLabel";
  186. this.PasswordLabel.Size = new System.Drawing.Size(71, 15);
  187. this.PasswordLabel.TabIndex = 2;
  188. this.PasswordLabel.Text = "Password";
  189. this.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  190. //
  191. // IPTextBox
  192. //
  193. this.IPTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.IPTextBox.Location = new System.Drawing.Point(150, 7);
  195. this.IPTextBox.MaxLength = 512;
  196. this.IPTextBox.Name = "IPTextBox";
  197. this.IPTextBox.Size = new System.Drawing.Size(205, 25);
  198. this.IPTextBox.TabIndex = 0;
  199. this.IPTextBox.WordWrap = false;
  200. //
  201. // ServerPortTextBox
  202. //
  203. this.ServerPortTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  204. this.ServerPortTextBox.Location = new System.Drawing.Point(150, 38);
  205. this.ServerPortTextBox.MaxLength = 10;
  206. this.ServerPortTextBox.Name = "ServerPortTextBox";
  207. this.ServerPortTextBox.Size = new System.Drawing.Size(205, 25);
  208. this.ServerPortTextBox.TabIndex = 1;
  209. this.ServerPortTextBox.WordWrap = false;
  210. //
  211. // PasswordTextBox
  212. //
  213. this.PasswordTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  214. this.PasswordTextBox.Font = new System.Drawing.Font("Consolas", 9F);
  215. this.PasswordTextBox.Location = new System.Drawing.Point(150, 69);
  216. this.PasswordTextBox.MaxLength = 256;
  217. this.PasswordTextBox.Name = "PasswordTextBox";
  218. this.PasswordTextBox.Size = new System.Drawing.Size(205, 25);
  219. this.PasswordTextBox.TabIndex = 2;
  220. this.PasswordTextBox.UseSystemPasswordChar = true;
  221. this.PasswordTextBox.WordWrap = false;
  222. //
  223. // EncryptionLabel
  224. //
  225. this.EncryptionLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  226. this.EncryptionLabel.AutoSize = true;
  227. this.EncryptionLabel.Location = new System.Drawing.Point(56, 134);
  228. this.EncryptionLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  229. this.EncryptionLabel.Name = "EncryptionLabel";
  230. this.EncryptionLabel.Size = new System.Drawing.Size(87, 15);
  231. this.EncryptionLabel.TabIndex = 4;
  232. this.EncryptionLabel.Text = "Encryption";
  233. //
  234. // EncryptionSelect
  235. //
  236. this.EncryptionSelect.Dock = System.Windows.Forms.DockStyle.Fill;
  237. this.EncryptionSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  238. this.EncryptionSelect.FormattingEnabled = true;
  239. this.EncryptionSelect.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  240. this.EncryptionSelect.ItemHeight = 15;
  241. this.EncryptionSelect.Location = new System.Drawing.Point(150, 129);
  242. this.EncryptionSelect.Margin = new System.Windows.Forms.Padding(3, 5, 3, 8);
  243. this.EncryptionSelect.Name = "EncryptionSelect";
  244. this.EncryptionSelect.Size = new System.Drawing.Size(205, 23);
  245. this.EncryptionSelect.TabIndex = 4;
  246. //
  247. // TimeoutLabel
  248. //
  249. this.TimeoutLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  250. this.TimeoutLabel.AutoSize = true;
  251. this.TimeoutLabel.Location = new System.Drawing.Point(40, 319);
  252. this.TimeoutLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  253. this.TimeoutLabel.Name = "TimeoutLabel";
  254. this.TimeoutLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
  255. this.TimeoutLabel.Size = new System.Drawing.Size(103, 15);
  256. this.TimeoutLabel.TabIndex = 9;
  257. this.TimeoutLabel.Text = "Timeout(Sec)";
  258. //
  259. // TimeoutTextBox
  260. //
  261. this.TimeoutTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  262. this.TimeoutTextBox.Location = new System.Drawing.Point(150, 314);
  263. this.TimeoutTextBox.MaxLength = 5;
  264. this.TimeoutTextBox.Name = "TimeoutTextBox";
  265. this.TimeoutTextBox.Size = new System.Drawing.Size(205, 25);
  266. this.TimeoutTextBox.TabIndex = 9;
  267. //
  268. // PluginLabel
  269. //
  270. this.PluginLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  271. this.PluginLabel.AutoSize = true;
  272. this.PluginLabel.Location = new System.Drawing.Point(24, 168);
  273. this.PluginLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  274. this.PluginLabel.Name = "PluginLabel";
  275. this.PluginLabel.Size = new System.Drawing.Size(119, 15);
  276. this.PluginLabel.TabIndex = 5;
  277. this.PluginLabel.Text = "Plugin Program";
  278. //
  279. // PluginOptionsTextBox
  280. //
  281. this.PluginOptionsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  282. this.PluginOptionsTextBox.Location = new System.Drawing.Point(150, 194);
  283. this.PluginOptionsTextBox.MaxLength = 256;
  284. this.PluginOptionsTextBox.Name = "PluginOptionsTextBox";
  285. this.PluginOptionsTextBox.Size = new System.Drawing.Size(205, 25);
  286. this.PluginOptionsTextBox.TabIndex = 6;
  287. this.PluginOptionsTextBox.WordWrap = false;
  288. //
  289. // ShowPasswdCheckBox
  290. //
  291. this.ShowPasswdCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  292. | System.Windows.Forms.AnchorStyles.Left)));
  293. this.ShowPasswdCheckBox.AutoSize = true;
  294. this.ShowPasswdCheckBox.Location = new System.Drawing.Point(151, 101);
  295. this.ShowPasswdCheckBox.Margin = new System.Windows.Forms.Padding(4);
  296. this.ShowPasswdCheckBox.Name = "ShowPasswdCheckBox";
  297. this.ShowPasswdCheckBox.Size = new System.Drawing.Size(133, 19);
  298. this.ShowPasswdCheckBox.TabIndex = 3;
  299. this.ShowPasswdCheckBox.Text = "Show Password";
  300. this.ShowPasswdCheckBox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  301. this.ShowPasswdCheckBox.UseVisualStyleBackColor = true;
  302. this.ShowPasswdCheckBox.CheckedChanged += new System.EventHandler(this.ShowPasswdCheckBox_CheckedChanged);
  303. //
  304. // PluginArgumentsTextBox
  305. //
  306. this.PluginArgumentsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  307. this.PluginArgumentsTextBox.Location = new System.Drawing.Point(150, 252);
  308. this.PluginArgumentsTextBox.MaxLength = 512;
  309. this.PluginArgumentsTextBox.Name = "PluginArgumentsTextBox";
  310. this.PluginArgumentsTextBox.Size = new System.Drawing.Size(205, 25);
  311. this.PluginArgumentsTextBox.TabIndex = 7;
  312. this.PluginArgumentsTextBox.WordWrap = false;
  313. //
  314. // PluginArgumentsLabel
  315. //
  316. this.PluginArgumentsLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  317. this.PluginArgumentsLabel.AutoSize = true;
  318. this.PluginArgumentsLabel.Location = new System.Drawing.Point(8, 257);
  319. this.PluginArgumentsLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  320. this.PluginArgumentsLabel.Name = "PluginArgumentsLabel";
  321. this.PluginArgumentsLabel.Size = new System.Drawing.Size(135, 15);
  322. this.PluginArgumentsLabel.TabIndex = 7;
  323. this.PluginArgumentsLabel.Text = "Plugin Arguments";
  324. this.toolTip1.SetToolTip(this.PluginArgumentsLabel, "Not a SIP003 standard. Used as CLI arguments.\r\nMandatory:\r\n%SS_LOCAL_HOST%, %SS_L" +
  325. "OCAL_PORT%, %SS_REMOTE_HOST%, %SS_REMOTE_PORT%\r\nOptional:\r\n%SS_PLUGIN_OPTIONS%");
  326. //
  327. // RemarksLabel
  328. //
  329. this.RemarksLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  330. this.RemarksLabel.AutoSize = true;
  331. this.RemarksLabel.Location = new System.Drawing.Point(80, 288);
  332. this.RemarksLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  333. this.RemarksLabel.Name = "RemarksLabel";
  334. this.RemarksLabel.Size = new System.Drawing.Size(63, 15);
  335. this.RemarksLabel.TabIndex = 8;
  336. this.RemarksLabel.Text = "Remarks";
  337. //
  338. // NeedPluginArgCheckBox
  339. //
  340. this.NeedPluginArgCheckBox.AutoSize = true;
  341. this.NeedPluginArgCheckBox.Location = new System.Drawing.Point(151, 226);
  342. this.NeedPluginArgCheckBox.Margin = new System.Windows.Forms.Padding(4);
  343. this.NeedPluginArgCheckBox.Name = "NeedPluginArgCheckBox";
  344. this.NeedPluginArgCheckBox.Size = new System.Drawing.Size(189, 19);
  345. this.NeedPluginArgCheckBox.TabIndex = 10;
  346. this.NeedPluginArgCheckBox.Text = "Need Plugin Argument";
  347. this.NeedPluginArgCheckBox.UseVisualStyleBackColor = true;
  348. this.NeedPluginArgCheckBox.CheckedChanged += new System.EventHandler(this.UsePluginArgCheckBox_CheckedChanged);
  349. //
  350. // panel2
  351. //
  352. this.panel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
  353. this.panel2.AutoSize = true;
  354. this.panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  355. this.panel2.Location = new System.Drawing.Point(190, 229);
  356. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  357. this.panel2.Name = "panel2";
  358. this.panel2.Size = new System.Drawing.Size(0, 0);
  359. this.panel2.TabIndex = 1;
  360. //
  361. // OKButton
  362. //
  363. this.OKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
  364. this.OKButton.Dock = System.Windows.Forms.DockStyle.Fill;
  365. this.OKButton.Location = new System.Drawing.Point(282, 501);
  366. this.OKButton.Name = "OKButton";
  367. this.OKButton.Size = new System.Drawing.Size(87, 29);
  368. this.OKButton.TabIndex = 17;
  369. this.OKButton.Text = "OK";
  370. this.OKButton.UseVisualStyleBackColor = true;
  371. this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
  372. //
  373. // MyCancelButton
  374. //
  375. this.MyCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  376. this.MyCancelButton.Dock = System.Windows.Forms.DockStyle.Fill;
  377. this.MyCancelButton.Location = new System.Drawing.Point(375, 501);
  378. this.MyCancelButton.Name = "MyCancelButton";
  379. this.MyCancelButton.Size = new System.Drawing.Size(87, 29);
  380. this.MyCancelButton.TabIndex = 18;
  381. this.MyCancelButton.Text = "Cancel";
  382. this.MyCancelButton.UseVisualStyleBackColor = true;
  383. this.MyCancelButton.Click += new System.EventHandler(this.CancelButton_Click);
  384. //
  385. // ApplyButton
  386. //
  387. this.ApplyButton.Dock = System.Windows.Forms.DockStyle.Fill;
  388. this.ApplyButton.Enabled = false;
  389. this.ApplyButton.Location = new System.Drawing.Point(468, 501);
  390. this.ApplyButton.Name = "ApplyButton";
  391. this.ApplyButton.Size = new System.Drawing.Size(91, 29);
  392. this.ApplyButton.TabIndex = 19;
  393. this.ApplyButton.Text = "Apply";
  394. this.ApplyButton.UseVisualStyleBackColor = true;
  395. this.ApplyButton.Click += new System.EventHandler(this.ApplyButton_Click);
  396. //
  397. // DeleteButton
  398. //
  399. this.DeleteButton.Dock = System.Windows.Forms.DockStyle.Fill;
  400. this.DeleteButton.Location = new System.Drawing.Point(96, 431);
  401. this.DeleteButton.Name = "DeleteButton";
  402. this.DeleteButton.Size = new System.Drawing.Size(87, 29);
  403. this.DeleteButton.TabIndex = 13;
  404. this.DeleteButton.Text = "&Delete";
  405. this.DeleteButton.UseVisualStyleBackColor = true;
  406. this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
  407. //
  408. // AddButton
  409. //
  410. this.AddButton.Dock = System.Windows.Forms.DockStyle.Fill;
  411. this.AddButton.Location = new System.Drawing.Point(3, 431);
  412. this.AddButton.Name = "AddButton";
  413. this.AddButton.Size = new System.Drawing.Size(87, 29);
  414. this.AddButton.TabIndex = 12;
  415. this.AddButton.Text = "&Add";
  416. this.AddButton.UseVisualStyleBackColor = true;
  417. this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
  418. //
  419. // ServerGroupBox
  420. //
  421. this.ServerGroupBox.AutoSize = true;
  422. this.ServerGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  423. this.tableLayoutPanel7.SetColumnSpan(this.ServerGroupBox, 4);
  424. this.ServerGroupBox.Controls.Add(this.tableLayoutPanel1);
  425. this.ServerGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
  426. this.ServerGroupBox.Location = new System.Drawing.Point(189, 0);
  427. this.ServerGroupBox.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
  428. this.ServerGroupBox.Name = "ServerGroupBox";
  429. this.ServerGroupBox.Padding = new System.Windows.Forms.Padding(4);
  430. this.ServerGroupBox.Size = new System.Drawing.Size(370, 425);
  431. this.ServerGroupBox.TabIndex = 0;
  432. this.ServerGroupBox.TabStop = false;
  433. this.ServerGroupBox.Text = "Server";
  434. //
  435. // ServersListBox
  436. //
  437. this.tableLayoutPanel7.SetColumnSpan(this.ServersListBox, 2);
  438. this.ServersListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  439. this.ServersListBox.FormattingEnabled = true;
  440. this.ServersListBox.IntegralHeight = false;
  441. this.ServersListBox.ItemHeight = 15;
  442. this.ServersListBox.Location = new System.Drawing.Point(3, 3);
  443. this.ServersListBox.Name = "ServersListBox";
  444. this.ServersListBox.Size = new System.Drawing.Size(180, 422);
  445. this.ServersListBox.TabIndex = 11;
  446. this.ServersListBox.SelectedIndexChanged += new System.EventHandler(this.ServersListBox_SelectedIndexChanged);
  447. //
  448. // MoveDownButton
  449. //
  450. this.MoveDownButton.Dock = System.Windows.Forms.DockStyle.Fill;
  451. this.MoveDownButton.Location = new System.Drawing.Point(96, 501);
  452. this.MoveDownButton.Name = "MoveDownButton";
  453. this.MoveDownButton.Size = new System.Drawing.Size(87, 29);
  454. this.MoveDownButton.TabIndex = 16;
  455. this.MoveDownButton.Text = "Move D&own";
  456. this.MoveDownButton.UseVisualStyleBackColor = true;
  457. this.MoveDownButton.Click += new System.EventHandler(this.MoveDownButton_Click);
  458. //
  459. // MoveUpButton
  460. //
  461. this.MoveUpButton.Dock = System.Windows.Forms.DockStyle.Fill;
  462. this.MoveUpButton.Location = new System.Drawing.Point(3, 501);
  463. this.MoveUpButton.Name = "MoveUpButton";
  464. this.MoveUpButton.Size = new System.Drawing.Size(87, 29);
  465. this.MoveUpButton.TabIndex = 15;
  466. this.MoveUpButton.Text = "Move &Up";
  467. this.MoveUpButton.UseVisualStyleBackColor = true;
  468. this.MoveUpButton.Click += new System.EventHandler(this.MoveUpButton_Click);
  469. //
  470. // ProxyPortTextBox
  471. //
  472. this.tableLayoutPanel7.SetColumnSpan(this.ProxyPortTextBox, 2);
  473. this.ProxyPortTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  474. this.ProxyPortTextBox.Location = new System.Drawing.Point(283, 432);
  475. this.ProxyPortTextBox.Margin = new System.Windows.Forms.Padding(4);
  476. this.ProxyPortTextBox.MaxLength = 10;
  477. this.ProxyPortTextBox.Name = "ProxyPortTextBox";
  478. this.ProxyPortTextBox.Size = new System.Drawing.Size(178, 25);
  479. this.ProxyPortTextBox.TabIndex = 10;
  480. this.ProxyPortTextBox.WordWrap = false;
  481. //
  482. // ProxyPortLabel
  483. //
  484. this.ProxyPortLabel.AutoSize = true;
  485. this.ProxyPortLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  486. this.ProxyPortLabel.Location = new System.Drawing.Point(190, 428);
  487. this.ProxyPortLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  488. this.ProxyPortLabel.Name = "ProxyPortLabel";
  489. this.ProxyPortLabel.Size = new System.Drawing.Size(85, 35);
  490. this.ProxyPortLabel.TabIndex = 10;
  491. this.ProxyPortLabel.Text = "Proxy Port";
  492. this.ProxyPortLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  493. //
  494. // PortableModeCheckBox
  495. //
  496. this.PortableModeCheckBox.AutoSize = true;
  497. this.tableLayoutPanel7.SetColumnSpan(this.PortableModeCheckBox, 2);
  498. this.PortableModeCheckBox.Dock = System.Windows.Forms.DockStyle.Fill;
  499. this.PortableModeCheckBox.Location = new System.Drawing.Point(283, 467);
  500. this.PortableModeCheckBox.Margin = new System.Windows.Forms.Padding(4);
  501. this.PortableModeCheckBox.Name = "PortableModeCheckBox";
  502. this.PortableModeCheckBox.Size = new System.Drawing.Size(178, 27);
  503. this.PortableModeCheckBox.TabIndex = 11;
  504. this.PortableModeCheckBox.Text = "Portable Mode";
  505. this.toolTip1.SetToolTip(this.PortableModeCheckBox, "restart required");
  506. this.PortableModeCheckBox.UseVisualStyleBackColor = true;
  507. //
  508. // DuplicateButton
  509. //
  510. this.DuplicateButton.Dock = System.Windows.Forms.DockStyle.Fill;
  511. this.DuplicateButton.Location = new System.Drawing.Point(3, 466);
  512. this.DuplicateButton.Name = "DuplicateButton";
  513. this.DuplicateButton.Size = new System.Drawing.Size(87, 29);
  514. this.DuplicateButton.TabIndex = 14;
  515. this.DuplicateButton.Text = "Dupli&cate";
  516. this.DuplicateButton.UseVisualStyleBackColor = true;
  517. this.DuplicateButton.Click += new System.EventHandler(this.DuplicateButton_Click);
  518. //
  519. // tableLayoutPanel7
  520. //
  521. this.tableLayoutPanel7.AutoSize = true;
  522. this.tableLayoutPanel7.ColumnCount = 6;
  523. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  524. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  525. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  526. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  527. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  528. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  529. this.tableLayoutPanel7.Controls.Add(this.ApplyButton, 5, 3);
  530. this.tableLayoutPanel7.Controls.Add(this.MyCancelButton, 4, 3);
  531. this.tableLayoutPanel7.Controls.Add(this.OKButton, 3, 3);
  532. this.tableLayoutPanel7.Controls.Add(this.ProxyPortTextBox, 3, 1);
  533. this.tableLayoutPanel7.Controls.Add(this.MoveDownButton, 1, 3);
  534. this.tableLayoutPanel7.Controls.Add(this.ProxyPortLabel, 2, 1);
  535. this.tableLayoutPanel7.Controls.Add(this.MoveUpButton, 0, 3);
  536. this.tableLayoutPanel7.Controls.Add(this.AddButton, 0, 1);
  537. this.tableLayoutPanel7.Controls.Add(this.DeleteButton, 1, 1);
  538. this.tableLayoutPanel7.Controls.Add(this.DuplicateButton, 0, 2);
  539. this.tableLayoutPanel7.Controls.Add(this.ServersListBox, 0, 0);
  540. this.tableLayoutPanel7.Controls.Add(this.ServerGroupBox, 2, 0);
  541. this.tableLayoutPanel7.Controls.Add(this.PortableModeCheckBox, 3, 2);
  542. this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
  543. this.tableLayoutPanel7.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
  544. this.tableLayoutPanel7.Location = new System.Drawing.Point(10, 10);
  545. this.tableLayoutPanel7.Name = "tableLayoutPanel7";
  546. this.tableLayoutPanel7.RowCount = 4;
  547. this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  548. this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle());
  549. this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle());
  550. this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle());
  551. this.tableLayoutPanel7.Size = new System.Drawing.Size(562, 533);
  552. this.tableLayoutPanel7.TabIndex = 8;
  553. //
  554. // GroupLabel
  555. //
  556. this.GroupLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  557. this.GroupLabel.AutoSize = true;
  558. this.GroupLabel.Location = new System.Drawing.Point(96, 350);
  559. this.GroupLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  560. this.GroupLabel.Name = "GroupLabel";
  561. this.GroupLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
  562. this.GroupLabel.Size = new System.Drawing.Size(47, 15);
  563. this.GroupLabel.TabIndex = 11;
  564. this.GroupLabel.Text = "Group";
  565. //
  566. // GroupTextBox
  567. //
  568. this.GroupTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  569. this.GroupTextBox.Location = new System.Drawing.Point(150, 345);
  570. this.GroupTextBox.MaxLength = 5;
  571. this.GroupTextBox.Name = "GroupTextBox";
  572. this.GroupTextBox.ReadOnly = true;
  573. this.GroupTextBox.Size = new System.Drawing.Size(205, 25);
  574. this.GroupTextBox.TabIndex = 12;
  575. //
  576. // ConfigForm
  577. //
  578. this.AcceptButton = this.OKButton;
  579. this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
  580. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  581. this.CancelButton = this.MyCancelButton;
  582. this.ClientSize = new System.Drawing.Size(582, 553);
  583. this.Controls.Add(this.tableLayoutPanel7);
  584. this.Controls.Add(this.panel2);
  585. this.Margin = new System.Windows.Forms.Padding(4);
  586. this.MinimizeBox = false;
  587. this.MinimumSize = new System.Drawing.Size(400, 575);
  588. this.Name = "ConfigForm";
  589. this.Padding = new System.Windows.Forms.Padding(10);
  590. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  591. this.Text = "Edit Servers";
  592. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ConfigForm_FormClosed);
  593. this.Shown += new System.EventHandler(this.ConfigForm_Shown);
  594. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConfigForm_KeyDown);
  595. this.tableLayoutPanel1.ResumeLayout(false);
  596. this.tableLayoutPanel1.PerformLayout();
  597. this.ServerGroupBox.ResumeLayout(false);
  598. this.ServerGroupBox.PerformLayout();
  599. this.tableLayoutPanel7.ResumeLayout(false);
  600. this.tableLayoutPanel7.PerformLayout();
  601. this.ResumeLayout(false);
  602. this.PerformLayout();
  603. }
  604. #endregion
  605. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  606. private System.Windows.Forms.Label IPLabel;
  607. private System.Windows.Forms.Label ServerPortLabel;
  608. private System.Windows.Forms.Label PasswordLabel;
  609. private System.Windows.Forms.TextBox IPTextBox;
  610. private System.Windows.Forms.TextBox ServerPortTextBox;
  611. private System.Windows.Forms.Label EncryptionLabel;
  612. private System.Windows.Forms.ComboBox EncryptionSelect;
  613. private System.Windows.Forms.Panel panel2;
  614. private System.Windows.Forms.Button OKButton;
  615. private System.Windows.Forms.Button MyCancelButton;
  616. private System.Windows.Forms.Button ApplyButton;
  617. private System.Windows.Forms.Button DeleteButton;
  618. private System.Windows.Forms.Button AddButton;
  619. private System.Windows.Forms.GroupBox ServerGroupBox;
  620. private System.Windows.Forms.ListBox ServersListBox;
  621. private System.Windows.Forms.TextBox RemarksTextBox;
  622. private System.Windows.Forms.Label RemarksLabel;
  623. private System.Windows.Forms.TextBox ProxyPortTextBox;
  624. private System.Windows.Forms.Label ProxyPortLabel;
  625. private System.Windows.Forms.Button MoveDownButton;
  626. private System.Windows.Forms.Button MoveUpButton;
  627. private System.Windows.Forms.Button DuplicateButton;
  628. private System.Windows.Forms.Label TimeoutLabel;
  629. private System.Windows.Forms.TextBox TimeoutTextBox;
  630. private System.Windows.Forms.Label PluginOptionsLabel;
  631. private System.Windows.Forms.TextBox PluginTextBox;
  632. private System.Windows.Forms.Label PluginLabel;
  633. private System.Windows.Forms.TextBox PluginOptionsTextBox;
  634. private System.Windows.Forms.CheckBox ShowPasswdCheckBox;
  635. private System.Windows.Forms.TextBox PasswordTextBox;
  636. private System.Windows.Forms.TextBox PluginArgumentsTextBox;
  637. private System.Windows.Forms.Label PluginArgumentsLabel;
  638. private System.Windows.Forms.ToolTip toolTip1;
  639. private System.Windows.Forms.CheckBox PortableModeCheckBox;
  640. private System.Windows.Forms.CheckBox NeedPluginArgCheckBox;
  641. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
  642. private System.Windows.Forms.Label GroupLabel;
  643. private System.Windows.Forms.TextBox GroupTextBox;
  644. }
  645. }