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