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