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

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