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 24 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
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
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
12 years ago
10 years ago
12 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
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
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
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
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
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
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  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.ProxyPortTextBox = new System.Windows.Forms.TextBox();
  34. this.ProxyPortLabel = 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.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.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  50. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  51. this.tableLayoutPanel1.SuspendLayout();
  52. this.ServerGroupBox.SuspendLayout();
  53. this.tableLayoutPanel2.SuspendLayout();
  54. this.tableLayoutPanel3.SuspendLayout();
  55. this.tableLayoutPanel4.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // tableLayoutPanel1
  59. //
  60. this.tableLayoutPanel1.AutoSize = true;
  61. this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  62. this.tableLayoutPanel1.ColumnCount = 2;
  63. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  64. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  65. this.tableLayoutPanel1.Controls.Add(this.RemarksTextBox, 1, 5);
  66. this.tableLayoutPanel1.Controls.Add(this.RemarksLabel, 0, 5);
  67. this.tableLayoutPanel1.Controls.Add(this.IPLabel, 0, 0);
  68. this.tableLayoutPanel1.Controls.Add(this.ServerPortLabel, 0, 1);
  69. this.tableLayoutPanel1.Controls.Add(this.ProxyPortTextBox, 1, 4);
  70. this.tableLayoutPanel1.Controls.Add(this.ProxyPortLabel, 0, 4);
  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, 163);
  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, 137);
  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, 140);
  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. // ProxyPortTextBox
  132. //
  133. this.ProxyPortTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  134. this.ProxyPortTextBox.Location = new System.Drawing.Point(72, 111);
  135. this.ProxyPortTextBox.MaxLength = 10;
  136. this.ProxyPortTextBox.Name = "ProxyPortTextBox";
  137. this.ProxyPortTextBox.Size = new System.Drawing.Size(160, 20);
  138. this.ProxyPortTextBox.TabIndex = 4;
  139. this.ProxyPortTextBox.WordWrap = false;
  140. //
  141. // ProxyPortLabel
  142. //
  143. this.ProxyPortLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  144. this.ProxyPortLabel.AutoSize = true;
  145. this.ProxyPortLabel.Location = new System.Drawing.Point(11, 114);
  146. this.ProxyPortLabel.Name = "ProxyPortLabel";
  147. this.ProxyPortLabel.Size = new System.Drawing.Size(55, 13);
  148. this.ProxyPortLabel.TabIndex = 3;
  149. this.ProxyPortLabel.Text = "Proxy Port";
  150. //
  151. // PasswordLabel
  152. //
  153. this.PasswordLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  154. this.PasswordLabel.AutoSize = true;
  155. this.PasswordLabel.Location = new System.Drawing.Point(13, 61);
  156. this.PasswordLabel.Name = "PasswordLabel";
  157. this.PasswordLabel.Size = new System.Drawing.Size(53, 13);
  158. this.PasswordLabel.TabIndex = 2;
  159. this.PasswordLabel.Text = "Password";
  160. //
  161. // IPTextBox
  162. //
  163. this.IPTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  164. this.IPTextBox.Location = new System.Drawing.Point(72, 6);
  165. this.IPTextBox.MaxLength = 512;
  166. this.IPTextBox.Name = "IPTextBox";
  167. this.IPTextBox.Size = new System.Drawing.Size(160, 20);
  168. this.IPTextBox.TabIndex = 0;
  169. this.IPTextBox.WordWrap = false;
  170. //
  171. // ServerPortTextBox
  172. //
  173. this.ServerPortTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  174. this.ServerPortTextBox.Location = new System.Drawing.Point(72, 32);
  175. this.ServerPortTextBox.MaxLength = 10;
  176. this.ServerPortTextBox.Name = "ServerPortTextBox";
  177. this.ServerPortTextBox.Size = new System.Drawing.Size(160, 20);
  178. this.ServerPortTextBox.TabIndex = 1;
  179. this.ServerPortTextBox.WordWrap = false;
  180. //
  181. // PasswordTextBox
  182. //
  183. this.PasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  184. this.PasswordTextBox.Location = new System.Drawing.Point(72, 58);
  185. this.PasswordTextBox.MaxLength = 256;
  186. this.PasswordTextBox.Name = "PasswordTextBox";
  187. this.PasswordTextBox.PasswordChar = '*';
  188. this.PasswordTextBox.Size = new System.Drawing.Size(160, 20);
  189. this.PasswordTextBox.TabIndex = 2;
  190. this.PasswordTextBox.WordWrap = false;
  191. //
  192. // EncryptionLabel
  193. //
  194. this.EncryptionLabel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  195. this.EncryptionLabel.AutoSize = true;
  196. this.EncryptionLabel.Location = new System.Drawing.Point(9, 88);
  197. this.EncryptionLabel.Name = "EncryptionLabel";
  198. this.EncryptionLabel.Size = new System.Drawing.Size(57, 13);
  199. this.EncryptionLabel.TabIndex = 8;
  200. this.EncryptionLabel.Text = "Encryption";
  201. //
  202. // EncryptionSelect
  203. //
  204. this.EncryptionSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  205. | System.Windows.Forms.AnchorStyles.Right)));
  206. this.EncryptionSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  207. this.EncryptionSelect.FormattingEnabled = true;
  208. this.EncryptionSelect.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  209. this.EncryptionSelect.ItemHeight = 13;
  210. this.EncryptionSelect.Items.AddRange(new object[] {
  211. "table",
  212. "rc4-md5",
  213. "salsa20",
  214. "chacha20",
  215. "aes-256-cfb",
  216. "aes-192-cfb",
  217. "aes-128-cfb",
  218. "rc4"});
  219. this.EncryptionSelect.Location = new System.Drawing.Point(72, 84);
  220. this.EncryptionSelect.Name = "EncryptionSelect";
  221. this.EncryptionSelect.Size = new System.Drawing.Size(160, 21);
  222. this.EncryptionSelect.TabIndex = 3;
  223. //
  224. // panel2
  225. //
  226. this.panel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
  227. this.panel2.AutoSize = true;
  228. this.panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  229. this.panel2.Location = new System.Drawing.Point(207, 187);
  230. this.panel2.Name = "panel2";
  231. this.panel2.Size = new System.Drawing.Size(0, 0);
  232. this.panel2.TabIndex = 1;
  233. //
  234. // OKButton
  235. //
  236. this.OKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
  237. this.OKButton.Dock = System.Windows.Forms.DockStyle.Right;
  238. this.OKButton.Location = new System.Drawing.Point(3, 3);
  239. this.OKButton.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
  240. this.OKButton.Name = "OKButton";
  241. this.OKButton.Size = new System.Drawing.Size(75, 23);
  242. this.OKButton.TabIndex = 8;
  243. this.OKButton.Text = "OK";
  244. this.OKButton.UseVisualStyleBackColor = true;
  245. this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
  246. //
  247. // MyCancelButton
  248. //
  249. this.MyCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  250. this.MyCancelButton.Dock = System.Windows.Forms.DockStyle.Right;
  251. this.MyCancelButton.Location = new System.Drawing.Point(84, 3);
  252. this.MyCancelButton.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
  253. this.MyCancelButton.Name = "MyCancelButton";
  254. this.MyCancelButton.Size = new System.Drawing.Size(75, 23);
  255. this.MyCancelButton.TabIndex = 9;
  256. this.MyCancelButton.Text = "Cancel";
  257. this.MyCancelButton.UseVisualStyleBackColor = true;
  258. this.MyCancelButton.Click += new System.EventHandler(this.CancelButton_Click);
  259. //
  260. // DeleteButton
  261. //
  262. this.DeleteButton.Dock = System.Windows.Forms.DockStyle.Right;
  263. this.DeleteButton.Location = new System.Drawing.Point(86, 6);
  264. this.DeleteButton.Margin = new System.Windows.Forms.Padding(3, 6, 0, 3);
  265. this.DeleteButton.Name = "DeleteButton";
  266. this.DeleteButton.Size = new System.Drawing.Size(80, 23);
  267. this.DeleteButton.TabIndex = 7;
  268. this.DeleteButton.Text = "&Delete";
  269. this.DeleteButton.UseVisualStyleBackColor = true;
  270. this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
  271. //
  272. // AddButton
  273. //
  274. this.AddButton.Dock = System.Windows.Forms.DockStyle.Left;
  275. this.AddButton.Location = new System.Drawing.Point(0, 6);
  276. this.AddButton.Margin = new System.Windows.Forms.Padding(0, 6, 3, 3);
  277. this.AddButton.Name = "AddButton";
  278. this.AddButton.Size = new System.Drawing.Size(80, 23);
  279. this.AddButton.TabIndex = 6;
  280. this.AddButton.Text = "&Add";
  281. this.AddButton.UseVisualStyleBackColor = true;
  282. this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
  283. //
  284. // ServerGroupBox
  285. //
  286. this.ServerGroupBox.AutoSize = true;
  287. this.ServerGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  288. this.ServerGroupBox.Controls.Add(this.tableLayoutPanel1);
  289. this.ServerGroupBox.Location = new System.Drawing.Point(178, 0);
  290. this.ServerGroupBox.Margin = new System.Windows.Forms.Padding(12, 0, 0, 0);
  291. this.ServerGroupBox.Name = "ServerGroupBox";
  292. this.ServerGroupBox.Size = new System.Drawing.Size(249, 200);
  293. this.ServerGroupBox.TabIndex = 6;
  294. this.ServerGroupBox.TabStop = false;
  295. this.ServerGroupBox.Text = "Server";
  296. //
  297. // ServersListBox
  298. //
  299. this.ServersListBox.FormattingEnabled = true;
  300. this.ServersListBox.IntegralHeight = false;
  301. this.ServersListBox.Location = new System.Drawing.Point(0, 0);
  302. this.ServersListBox.Margin = new System.Windows.Forms.Padding(0);
  303. this.ServersListBox.Name = "ServersListBox";
  304. this.ServersListBox.Size = new System.Drawing.Size(166, 148);
  305. this.ServersListBox.TabIndex = 5;
  306. this.ServersListBox.SelectedIndexChanged += new System.EventHandler(this.ServersListBox_SelectedIndexChanged);
  307. //
  308. // tableLayoutPanel2
  309. //
  310. this.tableLayoutPanel2.AutoSize = true;
  311. this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  312. this.tableLayoutPanel2.ColumnCount = 2;
  313. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  314. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  315. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 1, 2);
  316. this.tableLayoutPanel2.Controls.Add(this.ServersListBox, 0, 0);
  317. this.tableLayoutPanel2.Controls.Add(this.ServerGroupBox, 1, 0);
  318. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 0, 1);
  319. this.tableLayoutPanel2.Location = new System.Drawing.Point(12, 12);
  320. this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
  321. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  322. this.tableLayoutPanel2.RowCount = 3;
  323. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
  324. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
  325. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
  326. this.tableLayoutPanel2.Size = new System.Drawing.Size(427, 264);
  327. this.tableLayoutPanel2.TabIndex = 7;
  328. //
  329. // tableLayoutPanel3
  330. //
  331. this.tableLayoutPanel3.AutoSize = true;
  332. this.tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  333. this.tableLayoutPanel3.ColumnCount = 2;
  334. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  335. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  336. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  337. this.tableLayoutPanel3.Controls.Add(this.MyCancelButton, 1, 0);
  338. this.tableLayoutPanel3.Controls.Add(this.OKButton, 0, 0);
  339. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Right;
  340. this.tableLayoutPanel3.Location = new System.Drawing.Point(268, 235);
  341. this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
  342. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  343. this.tableLayoutPanel3.RowCount = 1;
  344. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
  345. this.tableLayoutPanel3.Size = new System.Drawing.Size(159, 26);
  346. this.tableLayoutPanel3.TabIndex = 8;
  347. //
  348. // tableLayoutPanel4
  349. //
  350. this.tableLayoutPanel4.AutoSize = true;
  351. this.tableLayoutPanel4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  352. this.tableLayoutPanel4.ColumnCount = 2;
  353. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  354. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  355. this.tableLayoutPanel4.Controls.Add(this.DeleteButton, 1, 0);
  356. this.tableLayoutPanel4.Controls.Add(this.AddButton, 0, 0);
  357. this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Top;
  358. this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 200);
  359. this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
  360. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  361. this.tableLayoutPanel4.RowCount = 1;
  362. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
  363. this.tableLayoutPanel4.Size = new System.Drawing.Size(166, 32);
  364. this.tableLayoutPanel4.TabIndex = 8;
  365. //
  366. // ConfigForm
  367. //
  368. this.AcceptButton = this.OKButton;
  369. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  370. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  371. this.AutoSize = true;
  372. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  373. this.CancelButton = this.MyCancelButton;
  374. this.ClientSize = new System.Drawing.Size(574, 367);
  375. this.Controls.Add(this.tableLayoutPanel2);
  376. this.Controls.Add(this.panel2);
  377. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  378. this.MaximizeBox = false;
  379. this.MinimizeBox = false;
  380. this.Name = "ConfigForm";
  381. this.Padding = new System.Windows.Forms.Padding(12, 12, 12, 9);
  382. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  383. this.Text = "Edit Servers";
  384. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ConfigForm_FormClosed);
  385. this.Load += new System.EventHandler(this.ConfigForm_Load);
  386. this.Shown += new System.EventHandler(this.ConfigForm_Shown);
  387. this.tableLayoutPanel1.ResumeLayout(false);
  388. this.tableLayoutPanel1.PerformLayout();
  389. this.ServerGroupBox.ResumeLayout(false);
  390. this.ServerGroupBox.PerformLayout();
  391. this.tableLayoutPanel2.ResumeLayout(false);
  392. this.tableLayoutPanel2.PerformLayout();
  393. this.tableLayoutPanel3.ResumeLayout(false);
  394. this.tableLayoutPanel4.ResumeLayout(false);
  395. this.ResumeLayout(false);
  396. this.PerformLayout();
  397. }
  398. #endregion
  399. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  400. private System.Windows.Forms.Label IPLabel;
  401. private System.Windows.Forms.Label ServerPortLabel;
  402. private System.Windows.Forms.Label PasswordLabel;
  403. private System.Windows.Forms.Label ProxyPortLabel;
  404. private System.Windows.Forms.TextBox IPTextBox;
  405. private System.Windows.Forms.TextBox ServerPortTextBox;
  406. private System.Windows.Forms.TextBox PasswordTextBox;
  407. private System.Windows.Forms.TextBox ProxyPortTextBox;
  408. private System.Windows.Forms.Label EncryptionLabel;
  409. private System.Windows.Forms.ComboBox EncryptionSelect;
  410. private System.Windows.Forms.Panel panel2;
  411. private System.Windows.Forms.Button OKButton;
  412. private System.Windows.Forms.Button MyCancelButton;
  413. private System.Windows.Forms.Button DeleteButton;
  414. private System.Windows.Forms.Button AddButton;
  415. private System.Windows.Forms.GroupBox ServerGroupBox;
  416. private System.Windows.Forms.ListBox ServersListBox;
  417. private System.Windows.Forms.TextBox RemarksTextBox;
  418. private System.Windows.Forms.Label RemarksLabel;
  419. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  420. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  421. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  422. }
  423. }