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