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