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

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