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

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