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