From ef3fad3590a2c396c02ad2de0ab32529fc03634b Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Thu, 4 Aug 2022 17:05:50 +0800 Subject: [PATCH] remove geo --- clashN/clashN/Forms/MainForm.Designer.cs | 183 +- clashN/clashN/Forms/MainForm.cs | 4 - clashN/clashN/Forms/MainForm.resx | 2216 ++++++++--------- clashN/clashN/Forms/MainForm.zh-Hans.resx | 93 +- .../Forms/OptionSettingForm.Designer.cs | 20 +- clashN/clashN/Forms/OptionSettingForm.resx | 1909 +++++++------- 6 files changed, 2234 insertions(+), 2191 deletions(-) diff --git a/clashN/clashN/Forms/MainForm.Designer.cs b/clashN/clashN/Forms/MainForm.Designer.cs index 2754c1e..ee87850 100644 --- a/clashN/clashN/Forms/MainForm.Designer.cs +++ b/clashN/clashN/Forms/MainForm.Designer.cs @@ -54,8 +54,8 @@ this.menuSelectAll = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); this.menuClearProfileStatistics = new System.Windows.Forms.ToolStripMenuItem(); - this.qrCodeControl = new clashN.Forms.QRCodeControl(); this.tsbProfile = new System.Windows.Forms.ToolStripDropDownButton(); + this.qrCodeControl = new clashN.Forms.QRCodeControl(); this.scBig = new System.Windows.Forms.SplitContainer(); this.tabMain = new System.Windows.Forms.TabControl(); this.tpProxies = new System.Windows.Forms.TabPage(); @@ -85,7 +85,6 @@ this.tsbCurrentProxies = new System.Windows.Forms.ToolStripDropDownButton(); this.tsbProxiesReload = new System.Windows.Forms.ToolStripMenuItem(); this.tsbProxiesSpeedtest = new System.Windows.Forms.ToolStripMenuItem(); - this.tsbProxiesSelectActivity = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.tsbQRCodeSwitch = new System.Windows.Forms.ToolStripButton(); this.tsbReload = new System.Windows.Forms.ToolStripButton(); @@ -138,19 +137,17 @@ // // scServers.Panel1 // - resources.ApplyResources(this.scServers.Panel1, "scServers.Panel1"); this.scServers.Panel1.Controls.Add(this.lvProfiles); // // scServers.Panel2 // - resources.ApplyResources(this.scServers.Panel2, "scServers.Panel2"); this.scServers.Panel2.Controls.Add(this.qrCodeControl); this.scServers.TabStop = false; // // lvProfiles // - resources.ApplyResources(this.lvProfiles, "lvProfiles"); this.lvProfiles.ContextMenuStrip = this.cmsLv; + resources.ApplyResources(this.lvProfiles, "lvProfiles"); this.lvProfiles.FullRowSelect = true; this.lvProfiles.GridLines = true; this.lvProfiles.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; @@ -168,7 +165,6 @@ // // cmsLv // - resources.ApplyResources(this.cmsLv, "cmsLv"); this.cmsLv.ImageScalingSize = new System.Drawing.Size(20, 20); this.cmsLv.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuAddProfile, @@ -194,141 +190,142 @@ this.menuClearProfileStatistics}); this.cmsLv.Name = "cmsLv"; this.cmsLv.OwnerItem = this.tsbProfile; + resources.ApplyResources(this.cmsLv, "cmsLv"); // // menuAddProfile // - resources.ApplyResources(this.menuAddProfile, "menuAddProfile"); this.menuAddProfile.Name = "menuAddProfile"; + resources.ApplyResources(this.menuAddProfile, "menuAddProfile"); this.menuAddProfile.Click += new System.EventHandler(this.menuAddCustomProfile_Click); // // menuAddProfileViaClipboard // - resources.ApplyResources(this.menuAddProfileViaClipboard, "menuAddProfileViaClipboard"); this.menuAddProfileViaClipboard.Name = "menuAddProfileViaClipboard"; + resources.ApplyResources(this.menuAddProfileViaClipboard, "menuAddProfileViaClipboard"); this.menuAddProfileViaClipboard.Click += new System.EventHandler(this.menuAddProfiles_Click); // // menuScanScreen // - resources.ApplyResources(this.menuScanScreen, "menuScanScreen"); this.menuScanScreen.Name = "menuScanScreen"; + resources.ApplyResources(this.menuScanScreen, "menuScanScreen"); this.menuScanScreen.Click += new System.EventHandler(this.menuScanScreen_Click); // // menuExport2Clipboard // - resources.ApplyResources(this.menuExport2Clipboard, "menuExport2Clipboard"); this.menuExport2Clipboard.Name = "menuExport2Clipboard"; + resources.ApplyResources(this.menuExport2Clipboard, "menuExport2Clipboard"); this.menuExport2Clipboard.Click += new System.EventHandler(this.menuExport2ShareUrl_Click); // // toolStripSeparator4 // - resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4"); this.toolStripSeparator4.Name = "toolStripSeparator4"; + resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4"); // // tsbSubUpdate // - resources.ApplyResources(this.tsbSubUpdate, "tsbSubUpdate"); this.tsbSubUpdate.Name = "tsbSubUpdate"; + resources.ApplyResources(this.tsbSubUpdate, "tsbSubUpdate"); this.tsbSubUpdate.Click += new System.EventHandler(this.tsbSubUpdate_Click); // // tsbSubUpdateSelected // - resources.ApplyResources(this.tsbSubUpdateSelected, "tsbSubUpdateSelected"); this.tsbSubUpdateSelected.Name = "tsbSubUpdateSelected"; + resources.ApplyResources(this.tsbSubUpdateSelected, "tsbSubUpdateSelected"); this.tsbSubUpdateSelected.Click += new System.EventHandler(this.tsbSubUpdateSelected_Click); // // tsbSubUpdateViaProxy // - resources.ApplyResources(this.tsbSubUpdateViaProxy, "tsbSubUpdateViaProxy"); this.tsbSubUpdateViaProxy.Name = "tsbSubUpdateViaProxy"; + resources.ApplyResources(this.tsbSubUpdateViaProxy, "tsbSubUpdateViaProxy"); this.tsbSubUpdateViaProxy.Click += new System.EventHandler(this.tsbSubUpdateViaProxy_Click); // // tsbSubUpdateViaProxySelected // - resources.ApplyResources(this.tsbSubUpdateViaProxySelected, "tsbSubUpdateViaProxySelected"); this.tsbSubUpdateViaProxySelected.Name = "tsbSubUpdateViaProxySelected"; + resources.ApplyResources(this.tsbSubUpdateViaProxySelected, "tsbSubUpdateViaProxySelected"); this.tsbSubUpdateViaProxySelected.Click += new System.EventHandler(this.tsbSubUpdateViaProxySelected_Click); // // toolStripSeparator1 // - resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); this.toolStripSeparator1.Name = "toolStripSeparator1"; + resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); // // menuRemoveProfile // - resources.ApplyResources(this.menuRemoveProfile, "menuRemoveProfile"); this.menuRemoveProfile.Name = "menuRemoveProfile"; + resources.ApplyResources(this.menuRemoveProfile, "menuRemoveProfile"); this.menuRemoveProfile.Click += new System.EventHandler(this.menuRemoveProfile_Click); // // menuCopyProfile // - resources.ApplyResources(this.menuCopyProfile, "menuCopyProfile"); this.menuCopyProfile.Name = "menuCopyProfile"; + resources.ApplyResources(this.menuCopyProfile, "menuCopyProfile"); this.menuCopyProfile.Click += new System.EventHandler(this.menuCopyProfile_Click); // // menuSetDefaultProfile // - resources.ApplyResources(this.menuSetDefaultProfile, "menuSetDefaultProfile"); this.menuSetDefaultProfile.Name = "menuSetDefaultProfile"; + resources.ApplyResources(this.menuSetDefaultProfile, "menuSetDefaultProfile"); this.menuSetDefaultProfile.Click += new System.EventHandler(this.menuSetDefaultProfile_Click); // // toolStripSeparator3 // - resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3"); this.toolStripSeparator3.Name = "toolStripSeparator3"; + resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3"); // // menuMoveTop // - resources.ApplyResources(this.menuMoveTop, "menuMoveTop"); this.menuMoveTop.Name = "menuMoveTop"; + resources.ApplyResources(this.menuMoveTop, "menuMoveTop"); this.menuMoveTop.Click += new System.EventHandler(this.menuMoveTop_Click); // // menuMoveUp // - resources.ApplyResources(this.menuMoveUp, "menuMoveUp"); this.menuMoveUp.Name = "menuMoveUp"; + resources.ApplyResources(this.menuMoveUp, "menuMoveUp"); this.menuMoveUp.Click += new System.EventHandler(this.menuMoveUp_Click); // // menuMoveDown // - resources.ApplyResources(this.menuMoveDown, "menuMoveDown"); this.menuMoveDown.Name = "menuMoveDown"; + resources.ApplyResources(this.menuMoveDown, "menuMoveDown"); this.menuMoveDown.Click += new System.EventHandler(this.menuMoveDown_Click); // // menuMoveBottom // - resources.ApplyResources(this.menuMoveBottom, "menuMoveBottom"); this.menuMoveBottom.Name = "menuMoveBottom"; + resources.ApplyResources(this.menuMoveBottom, "menuMoveBottom"); this.menuMoveBottom.Click += new System.EventHandler(this.menuMoveBottom_Click); // // menuSelectAll // - resources.ApplyResources(this.menuSelectAll, "menuSelectAll"); this.menuSelectAll.Name = "menuSelectAll"; + resources.ApplyResources(this.menuSelectAll, "menuSelectAll"); this.menuSelectAll.Click += new System.EventHandler(this.menuSelectAll_Click); // // toolStripSeparator9 // - resources.ApplyResources(this.toolStripSeparator9, "toolStripSeparator9"); this.toolStripSeparator9.Name = "toolStripSeparator9"; + resources.ApplyResources(this.toolStripSeparator9, "toolStripSeparator9"); // // menuClearProfileStatistics // - resources.ApplyResources(this.menuClearProfileStatistics, "menuClearProfileStatistics"); this.menuClearProfileStatistics.Name = "menuClearProfileStatistics"; + resources.ApplyResources(this.menuClearProfileStatistics, "menuClearProfileStatistics"); this.menuClearProfileStatistics.Click += new System.EventHandler(this.menuClearStatistic_Click); // + // tsbProfile + // + this.tsbProfile.DropDown = this.cmsLv; + this.tsbProfile.Image = global::clashN.Properties.Resources.server; + resources.ApplyResources(this.tsbProfile, "tsbProfile"); + this.tsbProfile.Name = "tsbProfile"; + // // qrCodeControl // resources.ApplyResources(this.qrCodeControl, "qrCodeControl"); this.qrCodeControl.Name = "qrCodeControl"; // - // tsbProfile - // - resources.ApplyResources(this.tsbProfile, "tsbProfile"); - this.tsbProfile.DropDown = this.cmsLv; - this.tsbProfile.Image = global::clashN.Properties.Resources.server; - this.tsbProfile.Name = "tsbProfile"; - // // scBig // resources.ApplyResources(this.scBig, "scBig"); @@ -336,27 +333,25 @@ // // scBig.Panel1 // - resources.ApplyResources(this.scBig.Panel1, "scBig.Panel1"); this.scBig.Panel1.Controls.Add(this.tabMain); // // scBig.Panel2 // - resources.ApplyResources(this.scBig.Panel2, "scBig.Panel2"); this.scBig.Panel2.Controls.Add(this.mainMsgControl); // // tabMain // - resources.ApplyResources(this.tabMain, "tabMain"); this.tabMain.Controls.Add(this.tpProxies); this.tabMain.Controls.Add(this.tpProfile); + resources.ApplyResources(this.tabMain, "tabMain"); this.tabMain.Name = "tabMain"; this.tabMain.SelectedIndex = 0; this.tabMain.SelectedIndexChanged += new System.EventHandler(this.tabMain_SelectedIndexChanged); // // tpProxies // - resources.ApplyResources(this.tpProxies, "tpProxies"); this.tpProxies.Controls.Add(this.proxiesControl); + resources.ApplyResources(this.tpProxies, "tpProxies"); this.tpProxies.Name = "tpProxies"; this.tpProxies.UseVisualStyleBackColor = true; // @@ -367,8 +362,8 @@ // // tpProfile // - resources.ApplyResources(this.tpProfile, "tpProfile"); this.tpProfile.Controls.Add(this.scServers); + resources.ApplyResources(this.tpProfile, "tpProfile"); this.tpProfile.Name = "tpProfile"; this.tpProfile.UseVisualStyleBackColor = true; // @@ -379,14 +374,14 @@ // // notifyMain // - resources.ApplyResources(this.notifyMain, "notifyMain"); this.notifyMain.ContextMenuStrip = this.cmsMain; + resources.ApplyResources(this.notifyMain, "notifyMain"); this.notifyMain.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyMain_MouseClick); // // cmsMain // - resources.ApplyResources(this.cmsMain, "cmsMain"); this.cmsMain.ImageScalingSize = new System.Drawing.Size(20, 20); + resources.ApplyResources(this.cmsMain, "cmsMain"); this.cmsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuSysAgentMode, this.menuRuleMode, @@ -404,102 +399,102 @@ // // menuSysAgentMode // - resources.ApplyResources(this.menuSysAgentMode, "menuSysAgentMode"); this.menuSysAgentMode.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuKeepClear, this.menuGlobal, this.menuKeepNothing}); this.menuSysAgentMode.Name = "menuSysAgentMode"; + resources.ApplyResources(this.menuSysAgentMode, "menuSysAgentMode"); // // menuKeepClear // - resources.ApplyResources(this.menuKeepClear, "menuKeepClear"); this.menuKeepClear.Name = "menuKeepClear"; + resources.ApplyResources(this.menuKeepClear, "menuKeepClear"); this.menuKeepClear.Click += new System.EventHandler(this.menuKeepClear_Click); // // menuGlobal // - resources.ApplyResources(this.menuGlobal, "menuGlobal"); this.menuGlobal.Name = "menuGlobal"; + resources.ApplyResources(this.menuGlobal, "menuGlobal"); this.menuGlobal.Click += new System.EventHandler(this.menuGlobal_Click); // // menuKeepNothing // - resources.ApplyResources(this.menuKeepNothing, "menuKeepNothing"); this.menuKeepNothing.Name = "menuKeepNothing"; + resources.ApplyResources(this.menuKeepNothing, "menuKeepNothing"); this.menuKeepNothing.Click += new System.EventHandler(this.menuKeepNothing_Click); // // menuRuleMode // - resources.ApplyResources(this.menuRuleMode, "menuRuleMode"); this.menuRuleMode.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuModeRule, this.menuModeGlobal, this.menuModeDirect, this.menuModeKeep}); this.menuRuleMode.Name = "menuRuleMode"; + resources.ApplyResources(this.menuRuleMode, "menuRuleMode"); // // menuModeRule // - resources.ApplyResources(this.menuModeRule, "menuModeRule"); this.menuModeRule.Name = "menuModeRule"; + resources.ApplyResources(this.menuModeRule, "menuModeRule"); this.menuModeRule.Click += new System.EventHandler(this.menuModeRule_Click); // // menuModeGlobal // - resources.ApplyResources(this.menuModeGlobal, "menuModeGlobal"); this.menuModeGlobal.Name = "menuModeGlobal"; + resources.ApplyResources(this.menuModeGlobal, "menuModeGlobal"); this.menuModeGlobal.Click += new System.EventHandler(this.menuModeGlobal_Click); // // menuModeDirect // - resources.ApplyResources(this.menuModeDirect, "menuModeDirect"); this.menuModeDirect.Name = "menuModeDirect"; + resources.ApplyResources(this.menuModeDirect, "menuModeDirect"); this.menuModeDirect.Click += new System.EventHandler(this.menuModeDirect_Click); // // menuModeKeep // - resources.ApplyResources(this.menuModeKeep, "menuModeKeep"); this.menuModeKeep.Name = "menuModeKeep"; + resources.ApplyResources(this.menuModeKeep, "menuModeKeep"); this.menuModeKeep.Click += new System.EventHandler(this.menuModeKeep_Click); // // menuProfiles // - resources.ApplyResources(this.menuProfiles, "menuProfiles"); this.menuProfiles.Name = "menuProfiles"; + resources.ApplyResources(this.menuProfiles, "menuProfiles"); // // toolStripSeparator13 // - resources.ApplyResources(this.toolStripSeparator13, "toolStripSeparator13"); this.toolStripSeparator13.Name = "toolStripSeparator13"; + resources.ApplyResources(this.toolStripSeparator13, "toolStripSeparator13"); // // menuScanScreen2 // - resources.ApplyResources(this.menuScanScreen2, "menuScanScreen2"); this.menuScanScreen2.Name = "menuScanScreen2"; + resources.ApplyResources(this.menuScanScreen2, "menuScanScreen2"); this.menuScanScreen2.Click += new System.EventHandler(this.menuScanScreen_Click); // // menuUpdateSubscriptions // - resources.ApplyResources(this.menuUpdateSubscriptions, "menuUpdateSubscriptions"); this.menuUpdateSubscriptions.Name = "menuUpdateSubscriptions"; + resources.ApplyResources(this.menuUpdateSubscriptions, "menuUpdateSubscriptions"); this.menuUpdateSubscriptions.Click += new System.EventHandler(this.menuUpdateSubscriptions_Click); // // menuUpdateSubViaProxy // - resources.ApplyResources(this.menuUpdateSubViaProxy, "menuUpdateSubViaProxy"); this.menuUpdateSubViaProxy.Name = "menuUpdateSubViaProxy"; + resources.ApplyResources(this.menuUpdateSubViaProxy, "menuUpdateSubViaProxy"); this.menuUpdateSubViaProxy.Click += new System.EventHandler(this.menuUpdateSubViaProxy_Click); // // toolStripSeparator2 // - resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); this.toolStripSeparator2.Name = "toolStripSeparator2"; + resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); // // menuExit // - resources.ApplyResources(this.menuExit, "menuExit"); this.menuExit.Name = "menuExit"; + resources.ApplyResources(this.menuExit, "menuExit"); this.menuExit.Click += new System.EventHandler(this.menuExit_Click); // // panel1 @@ -509,7 +504,6 @@ // // tsMain // - resources.ApplyResources(this.tsMain, "tsMain"); this.tsMain.ImageScalingSize = new System.Drawing.Size(32, 32); this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbCurrentProxies, @@ -526,105 +520,98 @@ this.tsbPromotion, this.toolStripSeparator11, this.tsbClose}); + resources.ApplyResources(this.tsMain, "tsMain"); this.tsMain.Name = "tsMain"; this.tsMain.TabStop = true; // // tsbCurrentProxies // - resources.ApplyResources(this.tsbCurrentProxies, "tsbCurrentProxies"); this.tsbCurrentProxies.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbProxiesReload, - this.tsbProxiesSpeedtest, - this.tsbProxiesSelectActivity}); + this.tsbProxiesSpeedtest}); this.tsbCurrentProxies.Image = global::clashN.Properties.Resources.active; + resources.ApplyResources(this.tsbCurrentProxies, "tsbCurrentProxies"); this.tsbCurrentProxies.Name = "tsbCurrentProxies"; // // tsbProxiesReload // - resources.ApplyResources(this.tsbProxiesReload, "tsbProxiesReload"); this.tsbProxiesReload.Name = "tsbProxiesReload"; + resources.ApplyResources(this.tsbProxiesReload, "tsbProxiesReload"); this.tsbProxiesReload.Click += new System.EventHandler(this.tsbProxiesReload_Click); // // tsbProxiesSpeedtest // - resources.ApplyResources(this.tsbProxiesSpeedtest, "tsbProxiesSpeedtest"); this.tsbProxiesSpeedtest.Name = "tsbProxiesSpeedtest"; + resources.ApplyResources(this.tsbProxiesSpeedtest, "tsbProxiesSpeedtest"); this.tsbProxiesSpeedtest.Click += new System.EventHandler(this.tsbProxiesSpeedtest_Click); // - // tsbProxiesSelectActivity - // - resources.ApplyResources(this.tsbProxiesSelectActivity, "tsbProxiesSelectActivity"); - this.tsbProxiesSelectActivity.Name = "tsbProxiesSelectActivity"; - this.tsbProxiesSelectActivity.Click += new System.EventHandler(this.tsbProxiesSelectActivity_Click); - // // toolStripSeparator6 // - resources.ApplyResources(this.toolStripSeparator6, "toolStripSeparator6"); this.toolStripSeparator6.Name = "toolStripSeparator6"; + resources.ApplyResources(this.toolStripSeparator6, "toolStripSeparator6"); // // tsbQRCodeSwitch // - resources.ApplyResources(this.tsbQRCodeSwitch, "tsbQRCodeSwitch"); this.tsbQRCodeSwitch.CheckOnClick = true; this.tsbQRCodeSwitch.ForeColor = System.Drawing.Color.Black; this.tsbQRCodeSwitch.Image = global::clashN.Properties.Resources.share; + resources.ApplyResources(this.tsbQRCodeSwitch, "tsbQRCodeSwitch"); this.tsbQRCodeSwitch.Name = "tsbQRCodeSwitch"; this.tsbQRCodeSwitch.CheckedChanged += new System.EventHandler(this.tsbQRCodeSwitch_CheckedChanged); // // tsbReload // - resources.ApplyResources(this.tsbReload, "tsbReload"); this.tsbReload.Image = global::clashN.Properties.Resources.restart; + resources.ApplyResources(this.tsbReload, "tsbReload"); this.tsbReload.Name = "tsbReload"; this.tsbReload.Click += new System.EventHandler(this.tsbReload_Click); // // toolStripSeparator8 // - resources.ApplyResources(this.toolStripSeparator8, "toolStripSeparator8"); this.toolStripSeparator8.Name = "toolStripSeparator8"; + resources.ApplyResources(this.toolStripSeparator8, "toolStripSeparator8"); // // tsbSetting // - resources.ApplyResources(this.tsbSetting, "tsbSetting"); this.tsbSetting.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbOptionSetting, this.tsbGlobalHotkeySetting, this.toolStripSeparator14, this.tsbBackupGuiNConfig}); this.tsbSetting.Image = global::clashN.Properties.Resources.option; + resources.ApplyResources(this.tsbSetting, "tsbSetting"); this.tsbSetting.Name = "tsbSetting"; // // tsbOptionSetting // - resources.ApplyResources(this.tsbOptionSetting, "tsbOptionSetting"); this.tsbOptionSetting.Name = "tsbOptionSetting"; + resources.ApplyResources(this.tsbOptionSetting, "tsbOptionSetting"); this.tsbOptionSetting.Click += new System.EventHandler(this.tsbOptionSetting_Click); // // tsbGlobalHotkeySetting // - resources.ApplyResources(this.tsbGlobalHotkeySetting, "tsbGlobalHotkeySetting"); this.tsbGlobalHotkeySetting.Name = "tsbGlobalHotkeySetting"; + resources.ApplyResources(this.tsbGlobalHotkeySetting, "tsbGlobalHotkeySetting"); this.tsbGlobalHotkeySetting.Click += new System.EventHandler(this.tsbGlobalHotkeySetting_Click); // // toolStripSeparator14 // - resources.ApplyResources(this.toolStripSeparator14, "toolStripSeparator14"); this.toolStripSeparator14.Name = "toolStripSeparator14"; + resources.ApplyResources(this.toolStripSeparator14, "toolStripSeparator14"); // // tsbBackupGuiNConfig // - resources.ApplyResources(this.tsbBackupGuiNConfig, "tsbBackupGuiNConfig"); this.tsbBackupGuiNConfig.Name = "tsbBackupGuiNConfig"; + resources.ApplyResources(this.tsbBackupGuiNConfig, "tsbBackupGuiNConfig"); this.tsbBackupGuiNConfig.Click += new System.EventHandler(this.tsbBackupGuiNConfig_Click); // // toolStripSeparator7 // - resources.ApplyResources(this.toolStripSeparator7, "toolStripSeparator7"); this.toolStripSeparator7.Name = "toolStripSeparator7"; + resources.ApplyResources(this.toolStripSeparator7, "toolStripSeparator7"); // // tsbCheckUpdate // - resources.ApplyResources(this.tsbCheckUpdate, "tsbCheckUpdate"); this.tsbCheckUpdate.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbCheckUpdateN, this.tsbCheckUpdateCore, @@ -632,110 +619,111 @@ this.toolStripSeparator15, this.tsbCheckUpdateGeo}); this.tsbCheckUpdate.Image = global::clashN.Properties.Resources.checkupdate; + resources.ApplyResources(this.tsbCheckUpdate, "tsbCheckUpdate"); this.tsbCheckUpdate.Name = "tsbCheckUpdate"; // // tsbCheckUpdateN // - resources.ApplyResources(this.tsbCheckUpdateN, "tsbCheckUpdateN"); this.tsbCheckUpdateN.Name = "tsbCheckUpdateN"; + resources.ApplyResources(this.tsbCheckUpdateN, "tsbCheckUpdateN"); this.tsbCheckUpdateN.Click += new System.EventHandler(this.tsbCheckUpdateN_Click); // // tsbCheckUpdateCore // - resources.ApplyResources(this.tsbCheckUpdateCore, "tsbCheckUpdateCore"); this.tsbCheckUpdateCore.Name = "tsbCheckUpdateCore"; + resources.ApplyResources(this.tsbCheckUpdateCore, "tsbCheckUpdateCore"); this.tsbCheckUpdateCore.Click += new System.EventHandler(this.tsbCheckUpdateCore_Click); // // tsbCheckUpdateMetaCore // - resources.ApplyResources(this.tsbCheckUpdateMetaCore, "tsbCheckUpdateMetaCore"); this.tsbCheckUpdateMetaCore.Name = "tsbCheckUpdateMetaCore"; + resources.ApplyResources(this.tsbCheckUpdateMetaCore, "tsbCheckUpdateMetaCore"); this.tsbCheckUpdateMetaCore.Click += new System.EventHandler(this.tsbCheckUpdateMetaCore_Click); // // toolStripSeparator15 // - resources.ApplyResources(this.toolStripSeparator15, "toolStripSeparator15"); this.toolStripSeparator15.Name = "toolStripSeparator15"; + resources.ApplyResources(this.toolStripSeparator15, "toolStripSeparator15"); // // tsbCheckUpdateGeo // - resources.ApplyResources(this.tsbCheckUpdateGeo, "tsbCheckUpdateGeo"); this.tsbCheckUpdateGeo.Name = "tsbCheckUpdateGeo"; + resources.ApplyResources(this.tsbCheckUpdateGeo, "tsbCheckUpdateGeo"); this.tsbCheckUpdateGeo.Click += new System.EventHandler(this.tsbCheckUpdateGeo_Click); // // toolStripSeparator10 // - resources.ApplyResources(this.toolStripSeparator10, "toolStripSeparator10"); this.toolStripSeparator10.Name = "toolStripSeparator10"; + resources.ApplyResources(this.toolStripSeparator10, "toolStripSeparator10"); // // tsbHelp // - resources.ApplyResources(this.tsbHelp, "tsbHelp"); this.tsbHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbAbout, this.toolStripSeparator12, this.tsbLanguageDef, this.tsbLanguageZhHans}); this.tsbHelp.Image = global::clashN.Properties.Resources.help; + resources.ApplyResources(this.tsbHelp, "tsbHelp"); this.tsbHelp.Name = "tsbHelp"; // // tsbAbout // - resources.ApplyResources(this.tsbAbout, "tsbAbout"); this.tsbAbout.Name = "tsbAbout"; + resources.ApplyResources(this.tsbAbout, "tsbAbout"); this.tsbAbout.Click += new System.EventHandler(this.tsbAbout_Click); // // toolStripSeparator12 // - resources.ApplyResources(this.toolStripSeparator12, "toolStripSeparator12"); this.toolStripSeparator12.Name = "toolStripSeparator12"; + resources.ApplyResources(this.toolStripSeparator12, "toolStripSeparator12"); // // tsbLanguageDef // - resources.ApplyResources(this.tsbLanguageDef, "tsbLanguageDef"); this.tsbLanguageDef.Name = "tsbLanguageDef"; + resources.ApplyResources(this.tsbLanguageDef, "tsbLanguageDef"); this.tsbLanguageDef.Click += new System.EventHandler(this.tsbLanguageDef_Click); // // tsbLanguageZhHans // - resources.ApplyResources(this.tsbLanguageZhHans, "tsbLanguageZhHans"); this.tsbLanguageZhHans.Name = "tsbLanguageZhHans"; + resources.ApplyResources(this.tsbLanguageZhHans, "tsbLanguageZhHans"); this.tsbLanguageZhHans.Click += new System.EventHandler(this.tsbLanguageZhHans_Click); // // tsbPromotion // - resources.ApplyResources(this.tsbPromotion, "tsbPromotion"); this.tsbPromotion.ForeColor = System.Drawing.Color.Black; this.tsbPromotion.Image = global::clashN.Properties.Resources.promotion; + resources.ApplyResources(this.tsbPromotion, "tsbPromotion"); this.tsbPromotion.Name = "tsbPromotion"; this.tsbPromotion.Click += new System.EventHandler(this.tsbPromotion_Click); // // toolStripSeparator11 // - resources.ApplyResources(this.toolStripSeparator11, "toolStripSeparator11"); this.toolStripSeparator11.Name = "toolStripSeparator11"; + resources.ApplyResources(this.toolStripSeparator11, "toolStripSeparator11"); // // tsbClose // - resources.ApplyResources(this.tsbClose, "tsbClose"); this.tsbClose.Image = global::clashN.Properties.Resources.minimize; + resources.ApplyResources(this.tsbClose, "tsbClose"); this.tsbClose.Name = "tsbClose"; this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click); // // toolStripMenuItem1 // - resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1"); this.toolStripMenuItem1.Name = "toolStripMenuItem1"; + resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1"); // // toolStripMenuItem3 // - resources.ApplyResources(this.toolStripMenuItem3, "toolStripMenuItem3"); this.toolStripMenuItem3.Name = "toolStripMenuItem3"; + resources.ApplyResources(this.toolStripMenuItem3, "toolStripMenuItem3"); // // toolStripMenuItem4 // - resources.ApplyResources(this.toolStripMenuItem4, "toolStripMenuItem4"); this.toolStripMenuItem4.Name = "toolStripMenuItem4"; + resources.ApplyResources(this.toolStripMenuItem4, "toolStripMenuItem4"); // // MainForm // @@ -853,7 +841,6 @@ private System.Windows.Forms.ToolStripDropDownButton tsbCurrentProxies; private System.Windows.Forms.ToolStripMenuItem tsbProxiesReload; private System.Windows.Forms.ToolStripMenuItem tsbProxiesSpeedtest; - private System.Windows.Forms.ToolStripMenuItem tsbProxiesSelectActivity; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4; diff --git a/clashN/clashN/Forms/MainForm.cs b/clashN/clashN/Forms/MainForm.cs index 7649b57..b783131 100644 --- a/clashN/clashN/Forms/MainForm.cs +++ b/clashN/clashN/Forms/MainForm.cs @@ -1257,9 +1257,5 @@ namespace clashN.Forms proxiesControl.ProxiesDelayTest(); } - private void tsbProxiesSelectActivity_Click(object sender, EventArgs e) - { - proxiesControl.ProxiesSelectActivity(); - } } } diff --git a/clashN/clashN/Forms/MainForm.resx b/clashN/clashN/Forms/MainForm.resx index f34555b..37c5c98 100644 --- a/clashN/clashN/Forms/MainForm.resx +++ b/clashN/clashN/Forms/MainForm.resx @@ -57,57 +57,155 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + - - 1075, 575 + + 3, 3 + + + 257, 20 + + + 343, 22 + + + Add configuration file + + + 343, 22 + + + Add configuration file from clipboard (Ctrl+V) + + + 343, 22 + + + Scan QR code on the screen (Ctrl+S) + + + 343, 22 + + + Export configuration file to clipboard (Ctrl+C) + + + 340, 6 + + + 343, 22 + + + Update subscription without proxy + + + 343, 22 + + + Update selected subscription without proxy + + + 343, 22 + + + Update subscription via proxy + + + 343, 22 + + + Update selected subscription via proxy + + + 340, 6 + + + 343, 22 + + + Remove selected configuration files (Delete) + + + 343, 22 + + + Clone selected configuration file + + + 343, 22 + + + Set as active configuration file (Enter) + + + 340, 6 + + + 343, 22 + + + Move to top (T) 343, 22 - - 1075, 10 + + Up (U) - - - 0 + + 343, 22 - - 1 + + Down (D) - - 1061, 290 + + 343, 22 - - tsbCheckUpdate + + Move to bottom (B) - - + + 343, 22 + + + Select All (Ctrl+A) + + + 340, 6 + + + 343, 22 + + + Clear all service statistics + + + Magenta + + + 64, 53 + + + Profiles + + + ImageAboveText + + + 344, 402 + + + cmsLv + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Fill - - menuSelectAll - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 128, 53 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1061, 290 - - - scServers.Panel2 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - AAEAAAD/////AQAAAAAAAAAMAgAAAEZTeXN0ZW0uV2luZG93cy5Gb3JtcywgQ3VsdHVyZT1uZXV0cmFs @@ -125,1217 +223,1113 @@ Y3NVbml0AQAAAAd2YWx1ZV9fAAgDAAAAAwAAAAs= - - scBig + + 0, 0 - - 187, 22 + + 801, 290 - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 - - 2 + + lvProfiles - - notifyMain - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 67, 53 + + clashN.Base.ListViewFlickerFree, clashN, Culture=neutral, PublicKeyToken=null scServers.Panel1 - + + 0 + + + scServers.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + scServers + + + 0 + + + Fill + + + 0, 0 + + + + 4, 4, 4, 4 + + + 256, 290 + + + 2 + + + qrCodeControl + + + clashN.Forms.QRCodeControl, clashN, Culture=neutral, PublicKeyToken=null + + + scServers.Panel2 + + + 0 + + + scServers.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + scServers + + + 1 + + + 100 + + + 1061, 290 + + + 801 + + + 0 + + + scServers + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpProfile + + + 0 + + + Fill + + + 0, 66 + + + Horizontal + + Fill 3, 3 - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1061, 290 - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Close - - - 1075, 245 - - - 343, 22 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Update Geo files - - - tsbCurrentProxies - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 195, 22 - - + 0 - - Check for updates - - - menuProfiles - - - Magenta - - - toolStripMenuItem3 - - - menuScanScreen - - - Restart service - - - tabMain - - - Proxies reload - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Move to bottom (B) - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GlobalHotkeySetting - - - Magenta - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Exit - - - Fill - - - clashN.Forms.QRCodeControl, clashN, Culture=neutral, PublicKeyToken=null - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 162, 22 - - - 6, 56 - - - tsbReload - - - 1075, 56 - - - 52, 53 - - - 181, 22 - - - menuScanScreen2 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 97, 53 - proxiesControl - - menuMoveUp + + clashN.Forms.ProxiesControl, clashN, Culture=neutral, PublicKeyToken=null - - 89, 53 - - - 248, 22 - - - 6, 56 - - - 0, 56 - - - BackupGuiConfig - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Select All (Ctrl+A) - - - 0, 0 - - - 0, 0 - - - 1 - - - 343, 22 - - - 0 - - - toolStripSeparator9 - - - tsbProxiesSpeedtest - - - tsbSubUpdate - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - cmsLv - - - scServers - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsbCheckUpdateGeo - - - 277, 22 - - - 181, 22 - - - lvProfiles - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 3 - - - 110, 53 - - - menuSysAgentMode - - - 343, 22 - - - 181, 22 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpProfile - - - toolStripSeparator13 - - - 243, 22 - - - Rule mode - - - 256, 290 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ImageAboveText - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Scan QR code on the screen - - - 0, 0 - - - ImageAboveText - - - ImageAboveText - - - Magenta - - - menuModeDirect - - - 4, 26 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ImageAboveText - - - 181, 22 - - - 48, 53 - - - tsbCheckUpdateN - - - 184, 6 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 1 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Panel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 187, 22 - - - cmsMain - - - Promotion - - - 0 - - - $this - - - 0, 66 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Magenta - - - qrCodeControl - - - Update selected subscription without proxy - - - menuMoveTop - - - 0 - - - 343, 22 - - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - scServers - - - 277, 22 - - - menuMoveDown - - - MainForm - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel1 - - - Move to top (T) - - - tsbQRCodeSwitch - - - 340, 6 - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + tpProxies - - Magenta - - - 5 - - - Clear system proxy - - - 1075, 641 - - - 340, 6 - - - Delay test - - - menuAddProfile - - - toolStripSeparator14 - - - Horizontal - - - Do not change system proxy - - - System.Windows.Forms.TabControl, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Remove selected configuration files (Delete) - - - menuGlobal - - - Update subscriptions via proxy - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - menuModeGlobal - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 343, 22 - - - menuModeRule - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - toolStripMenuItem1 - - - 343, 22 - - - Add configuration file from clipboard (Ctrl+V) - - - toolStripSeparator6 - - - System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - toolStripSeparator4 - - - 343, 22 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 248, 22 - - - 277, 22 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 181, 22 - - - tsbSubUpdateViaProxySelected - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsMain - - - 4 - - - tsbCheckUpdateMetaCore - - - Add configuration file - - - menuExport2Clipboard - - - menuRemoveProfile - - - 4, 26 - - - 0 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 语言-[中文简体] - - - Top - - - 0 - - - Profile - - - Settings - - - Fill - - - mainMsgControl - - - 162, 22 - - - toolStripSeparator7 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - clashN.Base.ListViewFlickerFree, clashN, Culture=neutral, PublicKeyToken=null - - - toolStripSeparator10 - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 326 - - - tsbLanguageZhHans - - - tsbCheckUpdateCore - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 192, 6 - - - 274, 6 - - - System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - 3, 3, 3, 3 - - - Clear all service statistics - - - scBig.Panel2 - - - ImageAboveText - - - 277, 22 - - - menuKeepNothing - - - menuKeepClear - - - OptionSetting - - - menuUpdateSubViaProxy - - - Update subscription without proxy - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 243, 22 - - - clashN Project - - - 344, 402 - - - 3 - - - 343, 22 - - - 4, 4, 4, 4 - - - Clone selected configuration file - - - 64, 53 - - - System.Windows.Forms.ToolStrip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 195, 22 - - - tpProfile - - - Delay test - - - 1075, 326 - - - $this - - - tsbHelp - - - scBig - - - Export configuration file to clipboard (Ctrl+C) - - - scServers.Panel2 - - - 4 - - - ImageAboveText - - - tsbProfile - - - 1 - - - scBig - - - Select active node - - - 1067, 296 - - - Update subscription via proxy - - - tsbProxiesSelectActivity - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - menuAddProfileViaClipboard - - - 277, 22 - - - 343, 22 - - - toolStripSeparator15 - - - Set system proxy - - - Down (D) - 0 - - Update Meta Core + + 4, 26 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3, 3, 3 - - toolStripSeparator8 + + 1067, 296 - - System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - toolStripSeparator11 + + Current Proxies - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tpProxies - - 5, 6, 5, 6 + + System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabMain - - 6, 56 + + 0 - - 801 + + 4, 26 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3, 3, 3 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1067, 296 - - Fill + + 1 + + + Profiles + + + tpProfile + + + System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 tabMain - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - tsbProxiesReload - - - ImageAboveText - - - scBig.Panel1 - - - ImageAboveText - - - tsbBackupGuiNConfig - - - 100 - - - Update subscription without proxy - - - tsbClose - - - menuClearProfileStatistics - - - 340, 6 - - - clashN.Forms.ProxiesControl, clashN, Culture=neutral, PublicKeyToken=null - - - $this - - - NoControl - - - Set as active configuration file (Enter) - - - 6, 56 - - - 45, 53 - - - 2 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Direct - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 340, 6 - - + Fill - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0, 0 - - 248, 22 - - - Global - - - 0 - - - Fill + + 1075, 326 1 - - tsbSetting + + tabMain - - Language-[English] + + System.Windows.Forms.TabControl, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsbOptionSetting + + scBig.Panel1 - - clashN.Forms.MainMsgControl, clashN, Culture=neutral, PublicKeyToken=null + + 0 - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + scBig.Panel1 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7, 17 + + scBig - - Current Proxies + + 0 + + + Fill 0, 0 - - Up (U) + + 4, 4, 4, 4 - + + 1075, 245 + + + 4 + + + mainMsgControl + + + clashN.Forms.MainMsgControl, clashN, Culture=neutral, PublicKeyToken=null + + + scBig.Panel2 + + + 0 + + + scBig.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + scBig + + + 1 + + + 1075, 575 + + + 326 + + + 5 + + + scBig + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + 17, 17 + + + 137, 17 + + + NoControl + + + 243, 22 + + + Clear system proxy + + + 243, 22 + + + Set system proxy + + + 243, 22 + + + Do not change system proxy + + + 277, 22 + + + System proxy + + + 162, 22 + + + Rule + + + 162, 22 + + + Global + + + 162, 22 + + + Direct + + + 162, 22 + + + Do not change + + + 277, 22 + + + Rule mode + + + 277, 22 + + + Profile + + + 274, 6 + + + 277, 22 + + + Scan QR code on the screen + + + 277, 22 + + + Update subscription without proxy + + + 277, 22 + + + Update subscriptions via proxy + + + 274, 6 + + + 277, 22 + + + Exit + + + 278, 170 + + + cmsMain + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + clashN + + + True + + + Top + + + 0, 56 + + + 1075, 10 + + + 2 + + + panel1 + + + System.Windows.Forms.Panel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + 339, 20 + + + 160, 22 + + + Proxies reload + + + 160, 22 + + + Delay test + + + Magenta + + + 110, 53 + + + Current Proxies + + + ImageAboveText + + + 6, 56 + + + Magenta + + + 45, 53 + + + Share + + + BottomCenter + + + ImageAboveText + + + BottomCenter + + + Magenta + + + 97, 53 + + + Restart service + + + ImageAboveText + + + 6, 56 + + + 195, 22 + + + OptionSetting + + + 195, 22 + + + GlobalHotkeySetting + + + 192, 6 + + + 195, 22 + + + BackupGuiConfig + + + Magenta + + + 67, 53 + + + Settings + + + ImageAboveText + + + 6, 56 + + + 248, 22 + + + Update clashN (this software) + + 248, 22 Update Core - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 248, 22 - - clashN.Forms.BaseForm, clashN, Culture=neutral, PublicKeyToken=null + + Update Meta Core - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 245, 6 - - toolStripSeparator1 + + False - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 248, 22 - - 1067, 296 + + Update Geo files - - 343, 22 + + False - - 0 - - - menuSetDefaultProfile - - - menuCopyProfile - - - Profiles - - - 1 - - - 343, 22 - - + Magenta - - 162, 22 + + 128, 53 - - 0, 0 + + Check for updates - - System proxy + + ImageAboveText - - 0 - - + 6, 56 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 187, 22 - - 2 + + clashN Project - - toolStripSeparator12 - - - 0 - - - menuExit - - - Current Proxies - - - menuModeKeep - - - 0 - - - 274, 6 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 195, 22 - - - 343, 22 - - - Scan QR code on the screen (Ctrl+S) - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Update selected subscription via proxy - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 184, 6 187, 22 - - 343, 22 + + Language-[English] - - True + + 187, 22 - - scServers + + 语言-[中文简体] - - tabMain - - - toolStripSeparator3 - - - 162, 22 - - - tsbSubUpdateSelected - - - 343, 22 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Profiles - - - scServers.Panel1 - - - 343, 22 - - + Magenta - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 48, 53 + + + Help + + + ImageAboveText + + + Magenta + + + 89, 53 + + + Promotion + + + ImageAboveText + + + 6, 56 Magenta - - scBig.Panel2 + + 52, 53 - + + Close + + + ImageAboveText + + + 0, 0 + + + 1075, 56 + + + 1 + + + tsMain + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + 181, 22 + + + Proxies reload + + + 181, 22 + + + All Node Latency Test + + + 181, 22 + + + Select active node + + + True + + + 78 + + + 7, 17 + + + 1075, 641 + + + 5, 6, 5, 6 + + + clashN + + + menuAddProfile + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Select active node + + menuAddProfileViaClipboard + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + menuScanScreen + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + menuExport2Clipboard + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator4 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbSubUpdate + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbSubUpdateSelected + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbSubUpdateViaProxy + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbSubUpdateViaProxySelected + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator1 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + menuRemoveProfile System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ImageAboveText + + menuCopyProfile - - tsbAbout + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + menuSetDefaultProfile + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator3 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + menuMoveTop + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + menuMoveUp + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + menuMoveDown + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + menuMoveBottom + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + menuSelectAll + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator9 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + menuClearProfileStatistics + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbProfile + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + notifyMain System.Windows.Forms.NotifyIcon, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 278, 170 + + menuSysAgentMode - - tsbGlobalHotkeySetting + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - toolStripMenuItem4 + + menuKeepClear - + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + menuGlobal + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + menuKeepNothing + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 menuRuleMode - - tsbPromotion + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - toolStripSeparator2 + + menuModeRule - - Proxies reload + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsbSubUpdateViaProxy + + menuModeGlobal - - clashN + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 3, 3, 3 + + menuModeDirect - - Rule + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Help + + menuModeKeep - - scBig.Panel1 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - menuMoveBottom + + menuProfiles - - 181, 22 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Magenta + + toolStripSeparator13 System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 243, 22 + + menuScanScreen2 - - Do not change - - - 801, 290 - - - tpProxies - - - System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 277, 22 - - - Update clashN (this software) - - - BottomCenter - - - 343, 22 - - - 4, 4, 4, 4 - - - 245, 6 - - - tsbLanguageDef - - - Share + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 menuUpdateSubscriptions - - BottomCenter + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + menuUpdateSubViaProxy + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator2 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + menuExit + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbCurrentProxies + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbProxiesReload + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbProxiesSpeedtest + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator6 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbQRCodeSwitch + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbReload + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator8 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbSetting + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbOptionSetting + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbGlobalHotkeySetting + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator14 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbBackupGuiNConfig + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator7 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbCheckUpdate + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbCheckUpdateN + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbCheckUpdateCore + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbCheckUpdateMetaCore + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator15 System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 277, 22 + + tsbCheckUpdateGeo - - clashN + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator10 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbHelp + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbAbout + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator12 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbLanguageDef + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbLanguageZhHans + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbPromotion + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripSeparator11 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbClose + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripMenuItem1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripMenuItem3 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + toolStripMenuItem4 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MainForm + + + clashN.Forms.BaseForm, clashN, Culture=neutral, PublicKeyToken=null - - 339, 20 - - - 257, 20 - - - 17, 17 - - - True - - - 137, 17 - - - 78 - \ No newline at end of file diff --git a/clashN/clashN/Forms/MainForm.zh-Hans.resx b/clashN/clashN/Forms/MainForm.zh-Hans.resx index 96b6f12..9777d1b 100644 --- a/clashN/clashN/Forms/MainForm.zh-Hans.resx +++ b/clashN/clashN/Forms/MainForm.zh-Hans.resx @@ -1,4 +1,64 @@ - + + + @@ -183,19 +243,19 @@ - AAEAAAD/////AQAAAAAAAAAMAgAAAEZTeXN0ZW0uV2luZG93cy5Gb3JtcywgQ3VsdHVyZT1uZXV0cmFs - LCBQdWJsaWNLZXlUb2tlbj1iNzdhNWM1NjE5MzRlMDg5DAMAAABRU3lzdGVtLkRyYXdpbmcsIFZlcnNp - b249NC4wLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1iMDNmNWY3ZjExZDUwYTNh - BQEAAAAhU3lzdGVtLldpbmRvd3MuRm9ybXMuTGlzdFZpZXdJdGVtBwAAAARUZXh0CkltYWdlSW5kZXgJ - QmFja0NvbG9yB0NoZWNrZWQERm9udAlGb3JlQ29sb3IXVXNlSXRlbVN0eWxlRm9yU3ViSXRlbXMBAAQA - BAQACBRTeXN0ZW0uRHJhd2luZy5Db2xvcgMAAAABE1N5c3RlbS5EcmF3aW5nLkZvbnQDAAAAFFN5c3Rl - bS5EcmF3aW5nLkNvbG9yAwAAAAECAAAABgQAAAAA/////wX7////FFN5c3RlbS5EcmF3aW5nLkNvbG9y - BAAAAARuYW1lBXZhbHVlCmtub3duQ29sb3IFc3RhdGUBAAAACQcHAwAAAAoAAAAAAAAAABgAAQAACQYA - AAAB+f////v///8KAAAAAAAAAAAaAAEAAQUGAAAAE1N5c3RlbS5EcmF3aW5nLkZvbnQEAAAABE5hbWUE - U2l6ZQVTdHlsZQRVbml0AQAEBAsYU3lzdGVtLkRyYXdpbmcuRm9udFN0eWxlAwAAABtTeXN0ZW0uRHJh - d2luZy5HcmFwaGljc1VuaXQDAAAAAwAAAAYIAAAABuWui+S9kwAAEEEF9////xhTeXN0ZW0uRHJhd2lu - Zy5Gb250U3R5bGUBAAAAB3ZhbHVlX18ACAMAAAAAAAAABfb///8bU3lzdGVtLkRyYXdpbmcuR3JhcGhp - Y3NVbml0AQAAAAd2YWx1ZV9fAAgDAAAAAwAAAAs= + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkMAwAAAFFTeXN0 + ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2Vu + PWIwM2Y1ZjdmMTFkNTBhM2EFAQAAACFTeXN0ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0l0ZW0HAAAA + BFRleHQKSW1hZ2VJbmRleAlCYWNrQ29sb3IHQ2hlY2tlZARGb250CUZvcmVDb2xvchdVc2VJdGVtU3R5 + bGVGb3JTdWJJdGVtcwEABAAEBAAIFFN5c3RlbS5EcmF3aW5nLkNvbG9yAwAAAAETU3lzdGVtLkRyYXdp + bmcuRm9udAMAAAAUU3lzdGVtLkRyYXdpbmcuQ29sb3IDAAAAAQIAAAAGBAAAAAD/////Bfv///8UU3lz + dGVtLkRyYXdpbmcuQ29sb3IEAAAABG5hbWUFdmFsdWUKa25vd25Db2xvcgVzdGF0ZQEAAAAJBwcDAAAA + CgAAAAAAAAAAGAABAAAJBgAAAAH5////+////woAAAAAAAAAABoAAQABBQYAAAATU3lzdGVtLkRyYXdp + bmcuRm9udAQAAAAETmFtZQRTaXplBVN0eWxlBFVuaXQBAAQECxhTeXN0ZW0uRHJhd2luZy5Gb250U3R5 + bGUDAAAAG1N5c3RlbS5EcmF3aW5nLkdyYXBoaWNzVW5pdAMAAAADAAAABggAAAAG5a6L5L2TAAAQQQX3 + ////GFN5c3RlbS5EcmF3aW5nLkZvbnRTdHlsZQEAAAAHdmFsdWVfXwAIAwAAAAAAAAAF9v///xtTeXN0 + ZW0uRHJhd2luZy5HcmFwaGljc1VuaXQBAAAAB3ZhbHVlX18ACAMAAAADAAAACw== @@ -313,14 +373,11 @@ 180, 22 - 延迟测试 + 全部节点延迟测试 180, 22 - - 选择活动节点 - 52, 53 diff --git a/clashN/clashN/Forms/OptionSettingForm.Designer.cs b/clashN/clashN/Forms/OptionSettingForm.Designer.cs index dd14025..5ddaf99 100644 --- a/clashN/clashN/Forms/OptionSettingForm.Designer.cs +++ b/clashN/clashN/Forms/OptionSettingForm.Designer.cs @@ -81,31 +81,30 @@ // // btnClose // - resources.ApplyResources(this.btnClose, "btnClose"); this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; + resources.ApplyResources(this.btnClose, "btnClose"); this.btnClose.Name = "btnClose"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // tabControl1 // - resources.ApplyResources(this.tabControl1, "tabControl1"); this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage7); this.tabControl1.Controls.Add(this.tabPage3); + resources.ApplyResources(this.tabControl1, "tabControl1"); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; // // tabPage1 // - resources.ApplyResources(this.tabPage1, "tabPage1"); this.tabPage1.Controls.Add(this.groupBox1); + resources.ApplyResources(this.tabPage1, "tabPage1"); this.tabPage1.Name = "tabPage1"; this.tabPage1.UseVisualStyleBackColor = true; // // groupBox1 // - resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.chkEnableIpv6); this.groupBox1.Controls.Add(this.txtmixedPort); this.groupBox1.Controls.Add(this.label6); @@ -118,6 +117,7 @@ this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.txthttpPort); this.groupBox1.Controls.Add(this.label2); + resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // @@ -165,7 +165,6 @@ // // cmbloglevel // - resources.ApplyResources(this.cmbloglevel, "cmbloglevel"); this.cmbloglevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbloglevel.FormattingEnabled = true; this.cmbloglevel.Items.AddRange(new object[] { @@ -174,6 +173,7 @@ resources.GetString("cmbloglevel.Items2"), resources.GetString("cmbloglevel.Items3"), resources.GetString("cmbloglevel.Items4")}); + resources.ApplyResources(this.cmbloglevel, "cmbloglevel"); this.cmbloglevel.Name = "cmbloglevel"; // // label5 @@ -193,7 +193,6 @@ // // tabPage7 // - resources.ApplyResources(this.tabPage7, "tabPage7"); this.tabPage7.Controls.Add(this.txtautoDelayTestInterval); this.tabPage7.Controls.Add(this.label8); this.tabPage7.Controls.Add(this.label7); @@ -209,6 +208,7 @@ this.tabPage7.Controls.Add(this.chkIgnoreGeoUpdateCore); this.tabPage7.Controls.Add(this.chkEnableStatistics); this.tabPage7.Controls.Add(this.chkAutoRun); + resources.ApplyResources(this.tabPage7, "tabPage7"); this.tabPage7.Name = "tabPage7"; this.tabPage7.UseVisualStyleBackColor = true; // @@ -229,8 +229,8 @@ // // cmbSubConvertUrl // - resources.ApplyResources(this.cmbSubConvertUrl, "cmbSubConvertUrl"); this.cmbSubConvertUrl.FormattingEnabled = true; + resources.ApplyResources(this.cmbSubConvertUrl, "cmbSubConvertUrl"); this.cmbSubConvertUrl.Name = "cmbSubConvertUrl"; // // btnFontReset @@ -300,17 +300,17 @@ // // tabPage3 // - resources.ApplyResources(this.tabPage3, "tabPage3"); this.tabPage3.Controls.Add(this.groupBox2); + resources.ApplyResources(this.tabPage3, "tabPage3"); this.tabPage3.Name = "tabPage3"; this.tabPage3.UseVisualStyleBackColor = true; // // groupBox2 // - resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.Controls.Add(this.label13); this.groupBox2.Controls.Add(this.label12); this.groupBox2.Controls.Add(this.txtsystemProxyExceptions); + resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.Name = "groupBox2"; this.groupBox2.TabStop = false; // @@ -331,9 +331,9 @@ // // panel2 // - resources.ApplyResources(this.panel2, "panel2"); this.panel2.Controls.Add(this.btnClose); this.panel2.Controls.Add(this.btnOK); + resources.ApplyResources(this.panel2, "panel2"); this.panel2.Name = "panel2"; // // btnOK diff --git a/clashN/clashN/Forms/OptionSettingForm.resx b/clashN/clashN/Forms/OptionSettingForm.resx index 444ff16..4f54ccb 100644 --- a/clashN/clashN/Forms/OptionSettingForm.resx +++ b/clashN/clashN/Forms/OptionSettingForm.resx @@ -57,1091 +57,1100 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + + 355, 16 - - btnFontReset + + 75, 23 - - 36 + + 7 - - panel1 + + &Cancel - - - 0, 0 + + btnClose - - - NoControl - - - 78, 23 - - - groupBox1 - - - Automatic update interval of subscriptions (hours) + + System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 panel2 - - System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - 4 + + True - - 41 + + + NoControl - - 0, 10 + + 32, 222 - - 14 + + 95, 21 - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 32 - + + Enable Ipv6 + + + chkEnableIpv6 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - - 32, 192 + + 0 - - 8 + + 193, 30 - + + 78, 23 + + + 31 + + + txtmixedPort + + + System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 1 + + + True + + + NoControl + + + 32, 34 + + + 131, 17 + + + 30 + + + Listening mixed port + + + label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + 2 - - 11 + + 193, 150 - - label2 + + 78, 23 - - 6 + + 13 - - label7 + + txtAPIPort + + + System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 3 + + + True + + + NoControl + + + 32, 154 + + + 111, 17 + + + 12 Listening API port - - Do not use proxy server for addresses beginning with + + label3 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + groupBox1 + + + 4 + + True + + 32, 192 + + + 213, 21 + 29 + + Allow connections from the LAN + + + chkAllowLANConn + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 5 + + + 193, 70 + + + 78, 23 + + + 11 + + + txtsocksPort + + + System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 6 + + + True + + + NoControl + + + 32, 74 + + + 129, 17 + + + 10 + + + Listening socks port + + + label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 7 + + + debug + + + info + + + warning + + + error + + + silent + + + 193, 272 + + + 97, 25 + + + 6 + + + cmbloglevel + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 8 + + + True + + + 32, 276 + + + 60, 17 + + + 8 + + + Log level + + + label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 9 + + + 193, 109 + + + 78, 23 + + + 3 + + + txthttpPort + + + System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 10 + + + True + + + 32, 113 + + + 129, 17 + + + 2 + + + Listening http(s) port + + + label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 11 + + + Fill + + + 3, 3 + + + 708, 412 + + + 6 + + + groupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + 0 + + 4, 26 + + + + 3, 3, 3, 3 + + + 714, 418 + + + 0 + Core: basic settings - - 32, 113 + + tabPage1 - - label1 + + System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 5, 6, 5, 6 + + tabControl1 - - txtautoUpdateSubInterval - - + 0 - - label8 + + 345, 157 - - 2 + + 97, 23 - - 189, 226 + + 49 - - 714, 418 + + txtautoDelayTestInterval - - 32 + + System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 0 True - - groupBox2 - - - 722, 60 - - - debug - - - 15, 74 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + NoControl - - True + + 30, 160 - - System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 238, 17 48 - - 638, 219 + + Automatic latency test interval (minutes) - - 8 + + label8 - - 6 + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + tabPage7 + + + 1 + + True - - System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 8 + + 15, 230 - - 0 + + 168, 17 - - clashN settings + + 47 - - 0, 0 + + Subscription conversion Url - - &OK + + label7 - - 7 - - - btnOK - - - 41 - - - btnFontSetting - - - Automatically start at system startup - - - 708, 412 - - + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 tabPage7 - - 4 - - - tabPage7 - - - txtsystemProxyExceptions - - - 97, 23 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 11 - - - 3 - - - 7, 17 - - - 42 - - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - NoControl - - - label12 - - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 47 - - - 45 - - - 6 - - - True - - - 714, 418 - - - label3 - - - System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Windows.Forms.TabControl, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 3, 3, 3 - - - 97, 25 - - - 23 - - - True - - - Subscription conversion Url - - - 15, 355 - - - label5 - - - 168, 17 - - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabControl1 - - - 193, 109 - - - 37 - - - 30, 132 - - - chkAutoRun - - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - warning - - - System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 722, 518 - - - Listening http(s) port - - - 722, 10 - - - Ignore Geo files when updating core - - - Enable Ipv6 - - - 722, 448 - - - groupBox1 - - - 3, 3 - - - tabPage7 - - - 5 - - - 1 - - - Top - - + 2 - - 7 + + 189, 226 - - groupBox1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 49 - - - 30 - - - tabPage7 - - - 32, 74 - - - NoControl - - - groupBox1 - - - 97, 23 - - - Enable Security Protocol TLS v1.3 (subscription/update) - - - 13 - - - 282, 32 - - - True - - - 111, 17 - - - 39 - - - 29 - - - 129, 17 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabControl1 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - chkEnableSecurityProtocolTls13 - - - 44 - - - chkAllowLANConn - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 345, 101 - - - Set Windows10 UWP Loopback - - - NoControl - - - groupBox1 - - - tabPage3 - - - NoControl - - - 95, 21 - - - txtsocksPort - - - Use semicolon (;) - - - 5 - - - tabPage7 - - - label4 - - - 303, 317 - - - 229, 17 - - - 15, 185 - - - 446, 21 - - - chkIgnoreGeoUpdateCore - - - 4, 26 - - - System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage7 - - - clashN.Forms.BaseForm, clashN, Culture=neutral, PublicKeyToken=null - - - Listening mixed port - - - groupBox1 - - - 9 - - - txtmixedPort - - - tabPage1 - - - 32, 222 - - - 78, 23 - - - 0 - - - 10 - - - tabPage3 - - - 4, 26 - - - 299, 17 - - - 131, 17 - - - System.Windows.Forms.Panel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 238, 21 - - - True - - - groupBox1 - - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 15, 317 - - - txtautoDelayTestInterval - - - $this - - - 43 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - &Cancel - - - 213, 21 - - - 31 - - - NoControl - - - error - - - System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 12 + + 492, 25 46 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cmbSubConvertUrl - - 282, 32 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 193, 30 + + tabPage7 - - 8, 28 + + 3 + + + NoControl + + + 303, 317 + + + 97, 32 + + + 45 + + + Font reset + + + btnFontReset + + + System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 4 345, 129 - - panel2 + + 97, 23 + + + 44 + + + txtautoUpdateSubInterval + + + System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 5 + + + True + + + NoControl + + + 30, 132 + + + 299, 17 + + + 43 + + + Automatic update interval of subscriptions (hours) + + + label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 6 + + + 15, 317 + + + 282, 32 + + + 42 + + + Font settings (Require restart) + + + btnFontSetting + + + System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 7 + + + 15, 185 + + + 390, 27 + + + 41 + + + Enable Security Protocol TLS v1.3 (subscription/update) + + + chkEnableSecurityProtocolTls13 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 8 + + + NoControl + + + 15, 355 + + + 282, 32 + + + 39 + + + Set Windows10 UWP Loopback + + + btnSetLoopback + + + System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 9 + + + 345, 101 + + + 97, 23 + + + 38 + + + False + + + txtautoUpdateInterval + + + System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 10 + + + True + + + NoControl + + + 30, 104 + + + 246, 17 + + + 37 + + + Automatic update interval of Geo (hours) + + + False + + + label15 + + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 11 + + + True + + + NoControl + + + 15, 74 + + + 241, 21 + + + 36 + + + Ignore Geo files when updating core + + + False + + + chkIgnoreGeoUpdateCore + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 12 True - - label6 + + NoControl + + + 15, 45 + + + 446, 21 + + + 29 + + + Enable Statistics (Realtime netspeed and traffic records. Require restart) + + + chkEnableStatistics + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 13 + + + True + + + 15, 16 + + + 238, 21 + + + 23 + + + Automatically start at system startup + + + chkAutoRun + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage7 + + + 14 + + + 4, 26 3, 3, 3, 3 + + 714, 418 + + + 3 + + + clashN settings + tabPage7 - + + System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl1 + + + 1 + + + True + + + NoControl + + + 6, 283 + + + 108, 17 + + + 42 + + + Use semicolon (;) + + + label13 + + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox2 + + + 0 + + + True + + + NoControl + + + 8, 28 + + + 323, 17 + + + 40 + + + Do not use proxy server for addresses beginning with + + + label12 + + + System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox2 + + + 1 + + + 8, 52 + + + True + + + Vertical + + + 638, 219 + + + 41 + + + txtsystemProxyExceptions + + + System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox2 + + + 2 + + + Fill + + + 0, 0 + + 714, 418 42 - - True - - - Allow connections from the LAN - - - 3 - - - 9 - - - 355, 16 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - tabPage7 - - - System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - btnClose - - - 241, 21 - - - System proxy settings - - - True - - - tabPage7 - - - 15, 16 - - - Settings - - - 1 - - - 0 - - - Font settings (Require restart) - - - System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - 193, 70 - - - chkEnableIpv6 - - - Fill - - - 4, 26 - - - 11 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - label15 - - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 267, 16 - - - groupBox2 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage7 - - - groupBox1 - - - 193, 272 - - - 2 - - - Log level - - - 108, 17 - - - btnSetLoopback - - - tabPage7 - - - True - - - System.Windows.Forms.TextBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Enable Statistics (Realtime netspeed and traffic records. Require restart) - - - 193, 150 - - - 75, 23 - - - 323, 17 - - - 6 - - - 1 - - - tabPage7 - - - tabControl1 - - - tabPage7 - - - 32, 34 - - - fontDialog1 - - - tabPage7 - - - 8, 52 - - - 0 - - - System.Windows.Forms.Panel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Bottom - - - NoControl - - - 3 - - - Listening socks port - - - System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 30, 104 - - - 40 - - - groupBox1 - - - 7 - - - 0, 458 - - - 78, 23 - - - 1 - - - cmbloglevel - - - 5 - - - 2 - - - Vertical - - - 6, 283 - - - 1 - - - 1 - - - tabPage7 - - - 42 - - - 30, 160 - - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 129, 17 - - - 10 - - - 97, 23 - - - Automatic update interval of Geo (hours) - - - 345, 157 - - - 0 - - - 38 - - - 11 - - - True - - - txthttpPort - - - 97, 32 - - - cmbSubConvertUrl - - - groupBox1 - - - 0 - - - txtautoUpdateInterval - - - System.Windows.Forms.Label, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - panel2 - - - tabPage1 - - - chkEnableStatistics - - - 10 - - - NoControl - - - System.Windows.Forms.FontDialog, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl + + Exception groupBox2 - - 8 - - - Font reset - - - 78, 23 - - - True - - - groupBox1 - - - 15, 230 - - - tabPage7 - - - Fill - - - 75, 23 - - - $this - - - Automatic delay test interval (minutes) - - - 246, 17 - - - 32, 276 - System.Windows.Forms.GroupBox, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 492, 25 + + tabPage3 + + + 0 + + + 4, 26 + + + 714, 418 + + + 5 + + + System proxy settings + + + tabPage3 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 tabControl1 - - NoControl + + 2 - - 12 + + Fill - - label13 + + 0, 10 - - 32, 154 + + 722, 448 - - silent - - - info - - - 13 - - - 714, 418 - - - groupBox1 - - - OptionSettingForm - - - 9 - - - 15, 45 - - - True - - - 60, 17 - - + 10 - - NoControl + + tabControl1 - - 390, 27 - - - txtAPIPort + + System.Windows.Forms.TabControl, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this - - Exception + + 0 - - groupBox2 + + 267, 16 - - 25 + + 75, 23 + + + 8 + + + &OK + + + btnOK + + + System.Windows.Forms.Button, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel2 + + + 1 + + + Bottom + + + 0, 458 + + + 722, 60 + + + 11 + + + panel2 + + + System.Windows.Forms.Panel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + Top + + + 0, 0 + + + 722, 10 + + + 9 + + + panel1 + + + System.Windows.Forms.Panel, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + 17, 17 True - - 17, 17 + + 25 + + 7, 17 + + + 722, 518 + + + 5, 6, 5, 6 + + + Settings + + + fontDialog1 + + + System.Windows.Forms.FontDialog, System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + OptionSettingForm + + + clashN.Forms.BaseForm, clashN, Culture=neutral, PublicKeyToken=null + \ No newline at end of file