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

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