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

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