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