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

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
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
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
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
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
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
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
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
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
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. namespace Shadowsocks.View
  2. {
  3. partial class ConfigForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  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.panel2 = new System.Windows.Forms.Panel();
  40. this.OKButton = new System.Windows.Forms.Button();
  41. this.MyCancelButton = new System.Windows.Forms.Button();
  42. this.DeleteButton = new System.Windows.Forms.Button();
  43. this.AddButton = new System.Windows.Forms.Button();
  44. this.ServerGroupBox = new System.Windows.Forms.GroupBox();
  45. this.ServersListBox = new System.Windows.Forms.ListBox();
  46. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  47. this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
  48. this.ProxyPortTextBox = new System.Windows.Forms.TextBox();
  49. this.ProxyPortLabel = new System.Windows.Forms.Label();
  50. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  51. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  52. this.tableLayoutPanel1.SuspendLayout();
  53. this.ServerGroupBox.SuspendLayout();
  54. this.tableLayoutPanel2.SuspendLayout();
  55. this.tableLayoutPanel5.SuspendLayout();
  56. this.tableLayoutPanel3.SuspendLayout();
  57. this.tableLayoutPanel4.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // tableLayoutPanel1
  61. //
  62. this.tableLayoutPanel1.AutoSize = true;
  63. this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  64. this.tableLayoutPanel1.ColumnCount = 2;
  65. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  66. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  67. this.tableLayoutPanel1.Controls.Add(this.RemarksTextBox, 1, 5);
  68. this.tableLayoutPanel1.Controls.Add(this.RemarksLabel, 0, 5);
  69. this.tableLayoutPanel1.Controls.Add(this.IPLabel, 0, 0);
  70. this.tableLayoutPanel1.Controls.Add(this.ServerPortLabel, 0, 1);
  71. this.tableLayoutPanel1.Controls.Add(this.PasswordLabel, 0, 2);
  72. this.tableLayoutPanel1.Controls.Add(this.IPTextBox, 1, 0);
  73. this.tableLayoutPanel1.Controls.Add(this.ServerPortTextBox, 1, 1);
  74. this.tableLayoutPanel1.Controls.Add(this.PasswordTextBox, 1, 2);
  75. this.tableLayoutPanel1.Controls.Add(this.EncryptionLabel, 0, 3);
  76. this.tableLayoutPanel1.Controls.Add(this.EncryptionSelect, 1, 3);
  77. this.tableLayoutPanel1.Location = new System.Drawing.Point(8, 21);
  78. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  79. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  80. this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(3);
  81. this.tableLayoutPanel1.RowCount = 6;
  82. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  83. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  84. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  85. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  86. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  87. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  88. this.tableLayoutPanel1.Size = new System.Drawing.Size(238, 137);
  89. this.tableLayoutPanel1.TabIndex = 0;
  90. //
  91. // RemarksTextBox
  92. //
  93. this.RemarksTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  94. this.RemarksTextBox.Location = new System.Drawing.Point(72, 111);
  95. this.RemarksTextBox.MaxLength = 32;
  96. this.RemarksTextBox.Name = "RemarksTextBox";
  97. this.RemarksTextBox.Size = new System.Drawing.Size(160, 20);
  98. this.RemarksTextBox.TabIndex = 10;
  99. this.RemarksTextBox.WordWrap = false;
  100. //
  101. // RemarksLabel
  102. //
  103. this.RemarksLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  104. this.RemarksLabel.AutoSize = true;
  105. this.RemarksLabel.Location = new System.Drawing.Point(17, 114);
  106. this.RemarksLabel.Name = "RemarksLabel";
  107. this.RemarksLabel.Size = new System.Drawing.Size(49, 13);
  108. this.RemarksLabel.TabIndex = 9;
  109. this.RemarksLabel.Text = "Remarks";
  110. //
  111. // IPLabel
  112. //
  113. this.IPLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  114. this.IPLabel.AutoSize = true;
  115. this.IPLabel.Location = new System.Drawing.Point(15, 9);
  116. this.IPLabel.Name = "IPLabel";
  117. this.IPLabel.Size = new System.Drawing.Size(51, 13);
  118. this.IPLabel.TabIndex = 0;
  119. this.IPLabel.Text = "Server IP";
  120. //
  121. // ServerPortLabel
  122. //
  123. this.ServerPortLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  124. this.ServerPortLabel.AutoSize = true;
  125. this.ServerPortLabel.Location = new System.Drawing.Point(6, 35);
  126. this.ServerPortLabel.Name = "ServerPortLabel";
  127. this.ServerPortLabel.Size = new System.Drawing.Size(60, 13);
  128. this.ServerPortLabel.TabIndex = 1;
  129. this.ServerPortLabel.Text = "Server Port";
  130. //
  131. // PasswordLabel
  132. //
  133. this.PasswordLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  134. this.PasswordLabel.AutoSize = true;
  135. this.PasswordLabel.Location = new System.Drawing.Point(13, 61);
  136. this.PasswordLabel.Name = "PasswordLabel";
  137. this.PasswordLabel.Size = new System.Drawing.Size(53, 13);
  138. this.PasswordLabel.TabIndex = 2;
  139. this.PasswordLabel.Text = "Password";
  140. //
  141. // IPTextBox
  142. //
  143. this.IPTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  144. this.IPTextBox.Location = new System.Drawing.Point(72, 6);
  145. this.IPTextBox.MaxLength = 512;
  146. this.IPTextBox.Name = "IPTextBox";
  147. this.IPTextBox.Size = new System.Drawing.Size(160, 20);
  148. this.IPTextBox.TabIndex = 0;
  149. this.IPTextBox.WordWrap = false;
  150. //
  151. // ServerPortTextBox
  152. //
  153. this.ServerPortTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  154. this.ServerPortTextBox.Location = new System.Drawing.Point(72, 32);
  155. this.ServerPortTextBox.MaxLength = 10;
  156. this.ServerPortTextBox.Name = "ServerPortTextBox";
  157. this.ServerPortTextBox.Size = new System.Drawing.Size(160, 20);
  158. this.ServerPortTextBox.TabIndex = 1;
  159. this.ServerPortTextBox.WordWrap = false;
  160. //
  161. // PasswordTextBox
  162. //
  163. this.PasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  164. this.PasswordTextBox.Location = new System.Drawing.Point(72, 58);
  165. this.PasswordTextBox.MaxLength = 256;
  166. this.PasswordTextBox.Name = "PasswordTextBox";
  167. this.PasswordTextBox.PasswordChar = '*';
  168. this.PasswordTextBox.Size = new System.Drawing.Size(160, 20);
  169. this.PasswordTextBox.TabIndex = 2;
  170. this.PasswordTextBox.WordWrap = false;
  171. //
  172. // EncryptionLabel
  173. //
  174. this.EncryptionLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  175. this.EncryptionLabel.AutoSize = true;
  176. this.EncryptionLabel.Location = new System.Drawing.Point(9, 88);
  177. this.EncryptionLabel.Name = "EncryptionLabel";
  178. this.EncryptionLabel.Size = new System.Drawing.Size(57, 13);
  179. this.EncryptionLabel.TabIndex = 8;
  180. this.EncryptionLabel.Text = "Encryption";
  181. //
  182. // EncryptionSelect
  183. //
  184. this.EncryptionSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  185. | System.Windows.Forms.AnchorStyles.Right)));
  186. this.EncryptionSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  187. this.EncryptionSelect.FormattingEnabled = true;
  188. this.EncryptionSelect.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  189. this.EncryptionSelect.ItemHeight = 13;
  190. this.EncryptionSelect.Items.AddRange(new object[] {
  191. "table",
  192. "rc4-md5",
  193. "salsa20",
  194. "chacha20",
  195. "aes-256-cfb",
  196. "aes-192-cfb",
  197. "aes-128-cfb",
  198. "rc4"});
  199. this.EncryptionSelect.Location = new System.Drawing.Point(72, 84);
  200. this.EncryptionSelect.Name = "EncryptionSelect";
  201. this.EncryptionSelect.Size = new System.Drawing.Size(160, 21);
  202. this.EncryptionSelect.TabIndex = 3;
  203. //
  204. // panel2
  205. //
  206. this.panel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
  207. this.panel2.AutoSize = true;
  208. this.panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  209. this.panel2.Location = new System.Drawing.Point(207, 187);
  210. this.panel2.Name = "panel2";
  211. this.panel2.Size = new System.Drawing.Size(0, 0);
  212. this.panel2.TabIndex = 1;
  213. //
  214. // OKButton
  215. //
  216. this.OKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
  217. this.OKButton.Dock = System.Windows.Forms.DockStyle.Right;
  218. this.OKButton.Location = new System.Drawing.Point(3, 3);
  219. this.OKButton.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
  220. this.OKButton.Name = "OKButton";
  221. this.OKButton.Size = new System.Drawing.Size(75, 23);
  222. this.OKButton.TabIndex = 8;
  223. this.OKButton.Text = "OK";
  224. this.OKButton.UseVisualStyleBackColor = true;
  225. this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
  226. //
  227. // MyCancelButton
  228. //
  229. this.MyCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  230. this.MyCancelButton.Dock = System.Windows.Forms.DockStyle.Right;
  231. this.MyCancelButton.Location = new System.Drawing.Point(84, 3);
  232. this.MyCancelButton.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
  233. this.MyCancelButton.Name = "MyCancelButton";
  234. this.MyCancelButton.Size = new System.Drawing.Size(75, 23);
  235. this.MyCancelButton.TabIndex = 9;
  236. this.MyCancelButton.Text = "Cancel";
  237. this.MyCancelButton.UseVisualStyleBackColor = true;
  238. this.MyCancelButton.Click += new System.EventHandler(this.CancelButton_Click);
  239. //
  240. // DeleteButton
  241. //
  242. this.DeleteButton.Dock = System.Windows.Forms.DockStyle.Right;
  243. this.DeleteButton.Location = new System.Drawing.Point(86, 6);
  244. this.DeleteButton.Margin = new System.Windows.Forms.Padding(3, 6, 0, 3);
  245. this.DeleteButton.Name = "DeleteButton";
  246. this.DeleteButton.Size = new System.Drawing.Size(80, 23);
  247. this.DeleteButton.TabIndex = 7;
  248. this.DeleteButton.Text = "&Delete";
  249. this.DeleteButton.UseVisualStyleBackColor = true;
  250. this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
  251. //
  252. // AddButton
  253. //
  254. this.AddButton.Dock = System.Windows.Forms.DockStyle.Left;
  255. this.AddButton.Location = new System.Drawing.Point(0, 6);
  256. this.AddButton.Margin = new System.Windows.Forms.Padding(0, 6, 3, 3);
  257. this.AddButton.Name = "AddButton";
  258. this.AddButton.Size = new System.Drawing.Size(80, 23);
  259. this.AddButton.TabIndex = 6;
  260. this.AddButton.Text = "&Add";
  261. this.AddButton.UseVisualStyleBackColor = true;
  262. this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
  263. //
  264. // ServerGroupBox
  265. //
  266. this.ServerGroupBox.AutoSize = true;
  267. this.ServerGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  268. this.ServerGroupBox.Controls.Add(this.tableLayoutPanel1);
  269. this.ServerGroupBox.Location = new System.Drawing.Point(178, 0);
  270. this.ServerGroupBox.Margin = new System.Windows.Forms.Padding(12, 0, 0, 0);
  271. this.ServerGroupBox.Name = "ServerGroupBox";
  272. this.ServerGroupBox.Size = new System.Drawing.Size(249, 174);
  273. this.ServerGroupBox.TabIndex = 6;
  274. this.ServerGroupBox.TabStop = false;
  275. this.ServerGroupBox.Text = "Server";
  276. //
  277. // ServersListBox
  278. //
  279. this.ServersListBox.FormattingEnabled = true;
  280. this.ServersListBox.IntegralHeight = false;
  281. this.ServersListBox.Location = new System.Drawing.Point(0, 0);
  282. this.ServersListBox.Margin = new System.Windows.Forms.Padding(0);
  283. this.ServersListBox.Name = "ServersListBox";
  284. this.ServersListBox.Size = new System.Drawing.Size(166, 148);
  285. this.ServersListBox.TabIndex = 5;
  286. this.ServersListBox.SelectedIndexChanged += new System.EventHandler(this.ServersListBox_SelectedIndexChanged);
  287. //
  288. // tableLayoutPanel2
  289. //
  290. this.tableLayoutPanel2.AutoSize = true;
  291. this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  292. this.tableLayoutPanel2.ColumnCount = 2;
  293. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  294. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  295. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel5, 1, 1);
  296. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 1, 2);
  297. this.tableLayoutPanel2.Controls.Add(this.ServersListBox, 0, 0);
  298. this.tableLayoutPanel2.Controls.Add(this.ServerGroupBox, 1, 0);
  299. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 0, 1);
  300. this.tableLayoutPanel2.Location = new System.Drawing.Point(12, 12);
  301. this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
  302. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  303. this.tableLayoutPanel2.RowCount = 3;
  304. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
  305. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
  306. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
  307. this.tableLayoutPanel2.Size = new System.Drawing.Size(427, 238);
  308. this.tableLayoutPanel2.TabIndex = 7;
  309. //
  310. // tableLayoutPanel5
  311. //
  312. this.tableLayoutPanel5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  313. | System.Windows.Forms.AnchorStyles.Right)));
  314. this.tableLayoutPanel5.AutoSize = true;
  315. this.tableLayoutPanel5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  316. this.tableLayoutPanel5.ColumnCount = 2;
  317. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  318. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  319. this.tableLayoutPanel5.Controls.Add(this.ProxyPortTextBox, 1, 0);
  320. this.tableLayoutPanel5.Controls.Add(this.ProxyPortLabel, 0, 0);
  321. this.tableLayoutPanel5.Location = new System.Drawing.Point(241, 174);
  322. this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(0);
  323. this.tableLayoutPanel5.Name = "tableLayoutPanel5";
  324. this.tableLayoutPanel5.Padding = new System.Windows.Forms.Padding(3);
  325. this.tableLayoutPanel5.RowCount = 1;
  326. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
  327. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
  328. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
  329. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
  330. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
  331. this.tableLayoutPanel5.Size = new System.Drawing.Size(186, 32);
  332. this.tableLayoutPanel5.TabIndex = 9;
  333. //
  334. // ProxyPortTextBox
  335. //
  336. this.ProxyPortTextBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
  337. this.ProxyPortTextBox.Location = new System.Drawing.Point(67, 6);
  338. this.ProxyPortTextBox.MaxLength = 10;
  339. this.ProxyPortTextBox.Name = "ProxyPortTextBox";
  340. this.ProxyPortTextBox.Size = new System.Drawing.Size(113, 20);
  341. this.ProxyPortTextBox.TabIndex = 4;
  342. this.ProxyPortTextBox.WordWrap = false;
  343. //
  344. // ProxyPortLabel
  345. //
  346. this.ProxyPortLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  347. this.ProxyPortLabel.AutoSize = true;
  348. this.ProxyPortLabel.Location = new System.Drawing.Point(6, 9);
  349. this.ProxyPortLabel.Name = "ProxyPortLabel";
  350. this.ProxyPortLabel.Size = new System.Drawing.Size(55, 13);
  351. this.ProxyPortLabel.TabIndex = 3;
  352. this.ProxyPortLabel.Text = "Proxy Port";
  353. //
  354. // tableLayoutPanel3
  355. //
  356. this.tableLayoutPanel3.AutoSize = true;
  357. this.tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  358. this.tableLayoutPanel3.ColumnCount = 2;
  359. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  360. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  361. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  362. this.tableLayoutPanel3.Controls.Add(this.MyCancelButton, 1, 0);
  363. this.tableLayoutPanel3.Controls.Add(this.OKButton, 0, 0);
  364. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Right;
  365. this.tableLayoutPanel3.Location = new System.Drawing.Point(268, 209);
  366. this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
  367. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  368. this.tableLayoutPanel3.RowCount = 1;
  369. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
  370. this.tableLayoutPanel3.Size = new System.Drawing.Size(159, 26);
  371. this.tableLayoutPanel3.TabIndex = 8;
  372. //
  373. // tableLayoutPanel4
  374. //
  375. this.tableLayoutPanel4.AutoSize = true;
  376. this.tableLayoutPanel4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  377. this.tableLayoutPanel4.ColumnCount = 2;
  378. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  379. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  380. this.tableLayoutPanel4.Controls.Add(this.DeleteButton, 1, 0);
  381. this.tableLayoutPanel4.Controls.Add(this.AddButton, 0, 0);
  382. this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Top;
  383. this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 174);
  384. this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
  385. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  386. this.tableLayoutPanel4.RowCount = 1;
  387. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
  388. this.tableLayoutPanel4.Size = new System.Drawing.Size(166, 32);
  389. this.tableLayoutPanel4.TabIndex = 8;
  390. //
  391. // ConfigForm
  392. //
  393. this.AcceptButton = this.OKButton;
  394. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  395. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  396. this.AutoSize = true;
  397. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  398. this.CancelButton = this.MyCancelButton;
  399. this.ClientSize = new System.Drawing.Size(574, 367);
  400. this.Controls.Add(this.tableLayoutPanel2);
  401. this.Controls.Add(this.panel2);
  402. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  403. this.MaximizeBox = false;
  404. this.MinimizeBox = false;
  405. this.Name = "ConfigForm";
  406. this.Padding = new System.Windows.Forms.Padding(12, 12, 12, 9);
  407. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  408. this.Text = "Edit Servers";
  409. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ConfigForm_FormClosed);
  410. this.Load += new System.EventHandler(this.ConfigForm_Load);
  411. this.Shown += new System.EventHandler(this.ConfigForm_Shown);
  412. this.tableLayoutPanel1.ResumeLayout(false);
  413. this.tableLayoutPanel1.PerformLayout();
  414. this.ServerGroupBox.ResumeLayout(false);
  415. this.ServerGroupBox.PerformLayout();
  416. this.tableLayoutPanel2.ResumeLayout(false);
  417. this.tableLayoutPanel2.PerformLayout();
  418. this.tableLayoutPanel5.ResumeLayout(false);
  419. this.tableLayoutPanel5.PerformLayout();
  420. this.tableLayoutPanel3.ResumeLayout(false);
  421. this.tableLayoutPanel4.ResumeLayout(false);
  422. this.ResumeLayout(false);
  423. this.PerformLayout();
  424. }
  425. #endregion
  426. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  427. private System.Windows.Forms.Label IPLabel;
  428. private System.Windows.Forms.Label ServerPortLabel;
  429. private System.Windows.Forms.Label PasswordLabel;
  430. private System.Windows.Forms.TextBox IPTextBox;
  431. private System.Windows.Forms.TextBox ServerPortTextBox;
  432. private System.Windows.Forms.TextBox PasswordTextBox;
  433. private System.Windows.Forms.Label EncryptionLabel;
  434. private System.Windows.Forms.ComboBox EncryptionSelect;
  435. private System.Windows.Forms.Panel panel2;
  436. private System.Windows.Forms.Button OKButton;
  437. private System.Windows.Forms.Button MyCancelButton;
  438. private System.Windows.Forms.Button DeleteButton;
  439. private System.Windows.Forms.Button AddButton;
  440. private System.Windows.Forms.GroupBox ServerGroupBox;
  441. private System.Windows.Forms.ListBox ServersListBox;
  442. private System.Windows.Forms.TextBox RemarksTextBox;
  443. private System.Windows.Forms.Label RemarksLabel;
  444. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  445. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  446. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  447. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
  448. private System.Windows.Forms.TextBox ProxyPortTextBox;
  449. private System.Windows.Forms.Label ProxyPortLabel;
  450. }
  451. }