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

10 years ago
12 years ago
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
12 years ago
12 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
12 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
12 years ago
12 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
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
12 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
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
10 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
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
12 years ago
10 years ago
12 years ago
10 years ago
10 years ago
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
12 years ago
12 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
12 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigForm));
  30. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.EncryptionSelect = new System.Windows.Forms.ComboBox();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.IPTextBox = new System.Windows.Forms.TextBox();
  38. this.ServerPortTextBox = new System.Windows.Forms.TextBox();
  39. this.PasswordTextBox = new System.Windows.Forms.TextBox();
  40. this.ProxyPortTextBox = new System.Windows.Forms.TextBox();
  41. this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
  42. this.panel2 = new System.Windows.Forms.Panel();
  43. this.OKButton = new System.Windows.Forms.Button();
  44. this.MyCancelButton = new System.Windows.Forms.Button();
  45. this.panel1 = new System.Windows.Forms.Panel();
  46. this.contextMenu1 = new System.Windows.Forms.ContextMenu();
  47. this.enableItem = new System.Windows.Forms.MenuItem();
  48. this.configItem = new System.Windows.Forms.MenuItem();
  49. this.editPACFileItem = new System.Windows.Forms.MenuItem();
  50. this.aboutItem = new System.Windows.Forms.MenuItem();
  51. this.menuItem3 = new System.Windows.Forms.MenuItem();
  52. this.quitItem = new System.Windows.Forms.MenuItem();
  53. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  54. this.listView1 = new System.Windows.Forms.ListView();
  55. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  56. this.tableLayoutPanel1.SuspendLayout();
  57. this.panel1.SuspendLayout();
  58. this.tableLayoutPanel2.SuspendLayout();
  59. this.tableLayoutPanel3.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // tableLayoutPanel1
  63. //
  64. this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  65. | System.Windows.Forms.AnchorStyles.Right)));
  66. this.tableLayoutPanel1.AutoSize = true;
  67. this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  68. this.tableLayoutPanel1.ColumnCount = 2;
  69. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  70. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  71. this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
  72. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  73. this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
  74. this.tableLayoutPanel1.Controls.Add(this.EncryptionSelect, 1, 4);
  75. this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
  76. this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
  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.ProxyPortTextBox, 1, 3);
  81. this.tableLayoutPanel1.Location = new System.Drawing.Point(246, 10);
  82. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(10);
  83. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  84. this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(5);
  85. this.tableLayoutPanel1.RowCount = 5;
  86. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  87. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  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.Size = new System.Drawing.Size(216, 141);
  92. this.tableLayoutPanel1.TabIndex = 0;
  93. //
  94. // label5
  95. //
  96. this.label5.Anchor = System.Windows.Forms.AnchorStyles.Right;
  97. this.label5.AutoSize = true;
  98. this.label5.Location = new System.Drawing.Point(11, 116);
  99. this.label5.Name = "label5";
  100. this.label5.Size = new System.Drawing.Size(57, 13);
  101. this.label5.TabIndex = 8;
  102. this.label5.Text = "Encryption";
  103. //
  104. // label1
  105. //
  106. this.label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
  107. this.label1.AutoSize = true;
  108. this.label1.Location = new System.Drawing.Point(17, 11);
  109. this.label1.Name = "label1";
  110. this.label1.Size = new System.Drawing.Size(51, 13);
  111. this.label1.TabIndex = 0;
  112. this.label1.Text = "Server IP";
  113. //
  114. // label2
  115. //
  116. this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
  117. this.label2.AutoSize = true;
  118. this.label2.Location = new System.Drawing.Point(8, 37);
  119. this.label2.Name = "label2";
  120. this.label2.Size = new System.Drawing.Size(60, 13);
  121. this.label2.TabIndex = 1;
  122. this.label2.Text = "Server Port";
  123. //
  124. // EncryptionSelect
  125. //
  126. this.EncryptionSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  127. | System.Windows.Forms.AnchorStyles.Right)));
  128. this.EncryptionSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  129. this.EncryptionSelect.FormattingEnabled = true;
  130. this.EncryptionSelect.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  131. this.EncryptionSelect.ItemHeight = 13;
  132. this.EncryptionSelect.Items.AddRange(new object[] {
  133. "table",
  134. "rc4-md5",
  135. "aes-256-cfb",
  136. "aes-192-cfb",
  137. "aes-128-cfb",
  138. "bf-cfb",
  139. "rc4"});
  140. this.EncryptionSelect.Location = new System.Drawing.Point(74, 112);
  141. this.EncryptionSelect.Name = "EncryptionSelect";
  142. this.EncryptionSelect.Size = new System.Drawing.Size(134, 21);
  143. this.EncryptionSelect.TabIndex = 9;
  144. //
  145. // label3
  146. //
  147. this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
  148. this.label3.AutoSize = true;
  149. this.label3.Location = new System.Drawing.Point(15, 63);
  150. this.label3.Name = "label3";
  151. this.label3.Size = new System.Drawing.Size(53, 13);
  152. this.label3.TabIndex = 2;
  153. this.label3.Text = "Password";
  154. //
  155. // label4
  156. //
  157. this.label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
  158. this.label4.AutoSize = true;
  159. this.label4.Location = new System.Drawing.Point(13, 89);
  160. this.label4.Name = "label4";
  161. this.label4.Size = new System.Drawing.Size(55, 13);
  162. this.label4.TabIndex = 3;
  163. this.label4.Text = "Proxy Port";
  164. //
  165. // IPTextBox
  166. //
  167. this.IPTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  168. this.IPTextBox.Location = new System.Drawing.Point(74, 8);
  169. this.IPTextBox.Name = "IPTextBox";
  170. this.IPTextBox.Size = new System.Drawing.Size(134, 20);
  171. this.IPTextBox.TabIndex = 4;
  172. this.IPTextBox.WordWrap = false;
  173. //
  174. // ServerPortTextBox
  175. //
  176. this.ServerPortTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  177. this.ServerPortTextBox.Location = new System.Drawing.Point(74, 34);
  178. this.ServerPortTextBox.Name = "ServerPortTextBox";
  179. this.ServerPortTextBox.Size = new System.Drawing.Size(134, 20);
  180. this.ServerPortTextBox.TabIndex = 5;
  181. this.ServerPortTextBox.WordWrap = false;
  182. //
  183. // PasswordTextBox
  184. //
  185. this.PasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  186. this.PasswordTextBox.Location = new System.Drawing.Point(74, 60);
  187. this.PasswordTextBox.Name = "PasswordTextBox";
  188. this.PasswordTextBox.Size = new System.Drawing.Size(134, 20);
  189. this.PasswordTextBox.TabIndex = 6;
  190. this.PasswordTextBox.WordWrap = false;
  191. //
  192. // ProxyPortTextBox
  193. //
  194. this.ProxyPortTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  195. this.ProxyPortTextBox.Location = new System.Drawing.Point(74, 86);
  196. this.ProxyPortTextBox.Name = "ProxyPortTextBox";
  197. this.ProxyPortTextBox.Size = new System.Drawing.Size(134, 20);
  198. this.ProxyPortTextBox.TabIndex = 7;
  199. this.ProxyPortTextBox.WordWrap = false;
  200. //
  201. // notifyIcon1
  202. //
  203. this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
  204. this.notifyIcon1.Text = "shadowsocks";
  205. this.notifyIcon1.Visible = true;
  206. this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
  207. //
  208. // panel2
  209. //
  210. this.panel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
  211. this.panel2.AutoSize = true;
  212. this.panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  213. this.panel2.Location = new System.Drawing.Point(171, 175);
  214. this.panel2.Name = "panel2";
  215. this.panel2.Size = new System.Drawing.Size(0, 0);
  216. this.panel2.TabIndex = 1;
  217. //
  218. // OKButton
  219. //
  220. this.OKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
  221. this.OKButton.Location = new System.Drawing.Point(4, 4);
  222. this.OKButton.Name = "OKButton";
  223. this.OKButton.Size = new System.Drawing.Size(75, 23);
  224. this.OKButton.TabIndex = 0;
  225. this.OKButton.Text = "OK";
  226. this.OKButton.UseVisualStyleBackColor = true;
  227. this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
  228. //
  229. // MyCancelButton
  230. //
  231. this.MyCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  232. this.MyCancelButton.Location = new System.Drawing.Point(86, 4);
  233. this.MyCancelButton.Name = "MyCancelButton";
  234. this.MyCancelButton.Size = new System.Drawing.Size(75, 23);
  235. this.MyCancelButton.TabIndex = 1;
  236. this.MyCancelButton.Text = "Cancel";
  237. this.MyCancelButton.UseVisualStyleBackColor = true;
  238. this.MyCancelButton.Click += new System.EventHandler(this.CancelButton_Click);
  239. //
  240. // panel1
  241. //
  242. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  243. | System.Windows.Forms.AnchorStyles.Right)));
  244. this.panel1.AutoSize = true;
  245. this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  246. this.panel1.Controls.Add(this.MyCancelButton);
  247. this.panel1.Controls.Add(this.OKButton);
  248. this.panel1.Location = new System.Drawing.Point(311, 205);
  249. this.panel1.Name = "panel1";
  250. this.panel1.Size = new System.Drawing.Size(164, 40);
  251. this.panel1.TabIndex = 1;
  252. //
  253. // contextMenu1
  254. //
  255. this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
  256. this.enableItem,
  257. this.configItem,
  258. this.editPACFileItem,
  259. this.aboutItem,
  260. this.menuItem3,
  261. this.quitItem});
  262. //
  263. // enableItem
  264. //
  265. this.enableItem.Index = 0;
  266. this.enableItem.Text = "Enable";
  267. this.enableItem.Click += new System.EventHandler(this.EnableItem_Click);
  268. //
  269. // configItem
  270. //
  271. this.configItem.Index = 1;
  272. this.configItem.Text = "Options...";
  273. this.configItem.Click += new System.EventHandler(this.Config_Click);
  274. //
  275. // editPACFileItem
  276. //
  277. this.editPACFileItem.Index = 2;
  278. this.editPACFileItem.Text = "Edit PAC File...";
  279. this.editPACFileItem.Click += new System.EventHandler(this.EditPACFileItem_Click);
  280. //
  281. // aboutItem
  282. //
  283. this.aboutItem.Index = 3;
  284. this.aboutItem.Text = "About";
  285. this.aboutItem.Click += new System.EventHandler(this.AboutItem_Click);
  286. //
  287. // menuItem3
  288. //
  289. this.menuItem3.Index = 4;
  290. this.menuItem3.Text = "-";
  291. //
  292. // quitItem
  293. //
  294. this.quitItem.Index = 5;
  295. this.quitItem.Text = "Quit";
  296. this.quitItem.Click += new System.EventHandler(this.Quit_Click);
  297. //
  298. // tableLayoutPanel2
  299. //
  300. this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  301. | System.Windows.Forms.AnchorStyles.Left)
  302. | System.Windows.Forms.AnchorStyles.Right)));
  303. this.tableLayoutPanel2.ColumnCount = 2;
  304. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  305. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  306. this.tableLayoutPanel2.Controls.Add(this.listView1, 0, 0);
  307. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 1, 0);
  308. this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
  309. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  310. this.tableLayoutPanel2.RowCount = 1;
  311. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  312. this.tableLayoutPanel2.Size = new System.Drawing.Size(472, 196);
  313. this.tableLayoutPanel2.TabIndex = 2;
  314. //
  315. // listView1
  316. //
  317. this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  318. | System.Windows.Forms.AnchorStyles.Left)
  319. | System.Windows.Forms.AnchorStyles.Right)));
  320. this.listView1.Location = new System.Drawing.Point(3, 3);
  321. this.listView1.Name = "listView1";
  322. this.listView1.Size = new System.Drawing.Size(230, 190);
  323. this.listView1.TabIndex = 4;
  324. this.listView1.UseCompatibleStateImageBehavior = false;
  325. //
  326. // tableLayoutPanel3
  327. //
  328. this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  329. | System.Windows.Forms.AnchorStyles.Left)
  330. | System.Windows.Forms.AnchorStyles.Right)));
  331. this.tableLayoutPanel3.ColumnCount = 1;
  332. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  333. this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel2, 0, 0);
  334. this.tableLayoutPanel3.Controls.Add(this.panel1, 0, 1);
  335. this.tableLayoutPanel3.Location = new System.Drawing.Point(12, 12);
  336. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  337. this.tableLayoutPanel3.RowCount = 2;
  338. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 81.4978F));
  339. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 18.5022F));
  340. this.tableLayoutPanel3.Size = new System.Drawing.Size(478, 248);
  341. this.tableLayoutPanel3.TabIndex = 3;
  342. //
  343. // ConfigForm
  344. //
  345. this.AcceptButton = this.OKButton;
  346. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  347. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  348. this.AutoSize = true;
  349. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  350. this.ClientSize = new System.Drawing.Size(502, 272);
  351. this.Controls.Add(this.tableLayoutPanel3);
  352. this.Controls.Add(this.panel2);
  353. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  354. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  355. this.MaximizeBox = false;
  356. this.Name = "ConfigForm";
  357. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  358. this.Text = "Shadowsocks";
  359. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ConfigForm_FormClosed);
  360. this.Load += new System.EventHandler(this.CinfigForm_Load);
  361. this.tableLayoutPanel1.ResumeLayout(false);
  362. this.tableLayoutPanel1.PerformLayout();
  363. this.panel1.ResumeLayout(false);
  364. this.tableLayoutPanel2.ResumeLayout(false);
  365. this.tableLayoutPanel2.PerformLayout();
  366. this.tableLayoutPanel3.ResumeLayout(false);
  367. this.tableLayoutPanel3.PerformLayout();
  368. this.ResumeLayout(false);
  369. this.PerformLayout();
  370. }
  371. #endregion
  372. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  373. private System.Windows.Forms.Label label1;
  374. private System.Windows.Forms.Label label2;
  375. private System.Windows.Forms.Label label3;
  376. private System.Windows.Forms.Label label4;
  377. private System.Windows.Forms.TextBox IPTextBox;
  378. private System.Windows.Forms.TextBox ServerPortTextBox;
  379. private System.Windows.Forms.TextBox PasswordTextBox;
  380. private System.Windows.Forms.TextBox ProxyPortTextBox;
  381. private System.Windows.Forms.NotifyIcon notifyIcon1;
  382. private System.Windows.Forms.Label label5;
  383. private System.Windows.Forms.ComboBox EncryptionSelect;
  384. private System.Windows.Forms.Panel panel2;
  385. private System.Windows.Forms.Button OKButton;
  386. private System.Windows.Forms.Button MyCancelButton;
  387. private System.Windows.Forms.Panel panel1;
  388. private System.Windows.Forms.ContextMenu contextMenu1;
  389. private System.Windows.Forms.MenuItem enableItem;
  390. private System.Windows.Forms.MenuItem aboutItem;
  391. private System.Windows.Forms.MenuItem menuItem3;
  392. private System.Windows.Forms.MenuItem quitItem;
  393. private System.Windows.Forms.MenuItem configItem;
  394. private System.Windows.Forms.MenuItem editPACFileItem;
  395. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  396. private System.Windows.Forms.ListView listView1;
  397. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  398. }
  399. }