diff --git a/AIProofread/AIProofread.csproj b/AIProofread/AIProofread.csproj index 8c00ad7..de9f3d7 100644 --- a/AIProofread/AIProofread.csproj +++ b/AIProofread/AIProofread.csproj @@ -24,7 +24,7 @@ {6CE536CB-6154-4FDF-9FFE-23A73B4E84AB} Library false - WordAddInTest2024 + AIProofread AIProofread v4.6.2 VSTO40 @@ -40,10 +40,10 @@ true 7 days - WordAddInTest2024 + AIProofread - WordAddInTest2024 + AIProofread 3 @@ -258,7 +258,7 @@ ThisAddIn.Designer.xml - + @@ -287,7 +287,7 @@ true - WordAddInTest2024_TemporaryKey.pfx + AIProofread_TemporaryKey.pfx 62DF6B414BD2608A130540A801F32D12E0199A99 @@ -301,7 +301,7 @@ - + diff --git a/AIProofread/WordAddInTest2024_TemporaryKey.pfx b/AIProofread/AIProofread_TemporaryKey.pfx similarity index 100% rename from AIProofread/WordAddInTest2024_TemporaryKey.pfx rename to AIProofread/AIProofread_TemporaryKey.pfx diff --git a/AIProofread/Bridge.cs b/AIProofread/Bridge.cs index 484133a..4db9e1e 100644 --- a/AIProofread/Bridge.cs +++ b/AIProofread/Bridge.cs @@ -3,7 +3,7 @@ using Microsoft.Web.WebView2.WinForms; using System.Collections.Generic; using System.Runtime.InteropServices; -namespace WordAddInTest2024 +namespace AIProofread { [ClassInterface(ClassInterfaceType.AutoDual)] [ComVisible(true)] diff --git a/AIProofread/Config.cs b/AIProofread/Config.cs index 6d35747..3854934 100644 --- a/AIProofread/Config.cs +++ b/AIProofread/Config.cs @@ -1,10 +1,6 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -namespace WordAddInTest2024 +namespace AIProofread { public class Config { diff --git a/AIProofread/Controls/FormLogin.Designer.cs b/AIProofread/Controls/FormLogin.Designer.cs index 20f13d6..5327b96 100644 --- a/AIProofread/Controls/FormLogin.Designer.cs +++ b/AIProofread/Controls/FormLogin.Designer.cs @@ -1,4 +1,4 @@ -namespace WordAddInTest2024.Controls +namespace AIProofread.Controls { partial class FormLogin { diff --git a/AIProofread/Controls/FormLogin.cs b/AIProofread/Controls/FormLogin.cs index 25e60cc..22764ce 100644 --- a/AIProofread/Controls/FormLogin.cs +++ b/AIProofread/Controls/FormLogin.cs @@ -1,7 +1,7 @@ using System; using System.Windows.Forms; -namespace WordAddInTest2024.Controls +namespace AIProofread.Controls { public partial class FormLogin : Form { diff --git a/AIProofread/Controls/ProofreadMainControl.Designer.cs b/AIProofread/Controls/ProofreadMainControl.Designer.cs index 95b23ef..285b6b0 100644 --- a/AIProofread/Controls/ProofreadMainControl.Designer.cs +++ b/AIProofread/Controls/ProofreadMainControl.Designer.cs @@ -1,4 +1,4 @@ -namespace WordAddInTest2024.Controls +namespace AIProofread.Controls { partial class ProofreadMainControl { diff --git a/AIProofread/Controls/ProofreadMainControl.cs b/AIProofread/Controls/ProofreadMainControl.cs index 9b9729b..ad83aa1 100644 --- a/AIProofread/Controls/ProofreadMainControl.cs +++ b/AIProofread/Controls/ProofreadMainControl.cs @@ -9,7 +9,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -namespace WordAddInTest2024.Controls +namespace AIProofread.Controls { public partial class ProofreadMainControl : UserControl { diff --git a/AIProofread/Properties/AssemblyInfo.cs b/AIProofread/Properties/AssemblyInfo.cs index cecb320..a176bdd 100644 --- a/AIProofread/Properties/AssemblyInfo.cs +++ b/AIProofread/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ using System.Security; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 -[assembly: AssemblyTitle("AI校对王")] +[assembly: AssemblyTitle("AIProofread")] [assembly: AssemblyDescription("AI校对王")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("果麦文化")] diff --git a/AIProofread/Properties/Resources.Designer.cs b/AIProofread/Properties/Resources.Designer.cs index 1925afb..5c62c1f 100644 --- a/AIProofread/Properties/Resources.Designer.cs +++ b/AIProofread/Properties/Resources.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace WordAddInTest2024.Properties { +namespace AIProofread.Properties { using System; diff --git a/AIProofread/Properties/Settings.Designer.cs b/AIProofread/Properties/Settings.Designer.cs index a0668ff..761e890 100644 --- a/AIProofread/Properties/Settings.Designer.cs +++ b/AIProofread/Properties/Settings.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace WordAddInTest2024.Properties { +namespace AIProofread.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] diff --git a/AIProofread/Ribbon1.Designer.cs b/AIProofread/Ribbon1.Designer.cs index 74687d3..a53e011 100644 --- a/AIProofread/Ribbon1.Designer.cs +++ b/AIProofread/Ribbon1.Designer.cs @@ -1,4 +1,4 @@ -namespace WordAddInTest2024 +namespace AIProofread { partial class Ribbon1 : Microsoft.Office.Tools.Ribbon.RibbonBase { @@ -79,7 +79,7 @@ // btnProofreadAll // this.btnProofreadAll.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge; - this.btnProofreadAll.Image = global::WordAddInTest2024.Properties.Resources.search_proofread; + this.btnProofreadAll.Image = global::AIProofread.Properties.Resources.search_proofread; this.btnProofreadAll.Label = "全文校对"; this.btnProofreadAll.Name = "btnProofreadAll"; this.btnProofreadAll.ShowImage = true; @@ -87,7 +87,7 @@ // btnProofreadSelect // this.btnProofreadSelect.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge; - this.btnProofreadSelect.Image = global::WordAddInTest2024.Properties.Resources.selection; + this.btnProofreadSelect.Image = global::AIProofread.Properties.Resources.selection; this.btnProofreadSelect.Label = "全文校对"; this.btnProofreadSelect.Name = "btnProofreadSelect"; this.btnProofreadSelect.ShowImage = true; @@ -95,7 +95,7 @@ // btnClear // this.btnClear.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge; - this.btnClear.Image = global::WordAddInTest2024.Properties.Resources.clear; + this.btnClear.Image = global::AIProofread.Properties.Resources.clear; this.btnClear.Label = "清除标注"; this.btnClear.Name = "btnClear"; this.btnClear.ShowImage = true; @@ -109,7 +109,7 @@ // btnOpenLexicon // this.btnOpenLexicon.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge; - this.btnOpenLexicon.Image = global::WordAddInTest2024.Properties.Resources.lexicon; + this.btnOpenLexicon.Image = global::AIProofread.Properties.Resources.lexicon; this.btnOpenLexicon.Label = "词库管理"; this.btnOpenLexicon.Name = "btnOpenLexicon"; this.btnOpenLexicon.ShowImage = true; @@ -124,7 +124,7 @@ // btnSetting // this.btnSetting.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge; - this.btnSetting.Image = global::WordAddInTest2024.Properties.Resources.setting; + this.btnSetting.Image = global::AIProofread.Properties.Resources.setting; this.btnSetting.Label = "插件设置"; this.btnSetting.Name = "btnSetting"; this.btnSetting.ShowImage = true; @@ -137,7 +137,7 @@ // btnLogin // this.btnLogin.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge; - this.btnLogin.Image = global::WordAddInTest2024.Properties.Resources.user; + this.btnLogin.Image = global::AIProofread.Properties.Resources.user; this.btnLogin.Label = "用户登录"; this.btnLogin.Name = "btnLogin"; this.btnLogin.ShowImage = true; @@ -155,7 +155,7 @@ // btnLogout // this.btnLogout.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge; - this.btnLogout.Image = global::WordAddInTest2024.Properties.Resources.logout; + this.btnLogout.Image = global::AIProofread.Properties.Resources.logout; this.btnLogout.Label = "退出登录"; this.btnLogout.Name = "btnLogout"; this.btnLogout.ShowImage = true; diff --git a/AIProofread/Ribbon1.cs b/AIProofread/Ribbon1.cs index e12bcf0..f0edb66 100644 --- a/AIProofread/Ribbon1.cs +++ b/AIProofread/Ribbon1.cs @@ -4,9 +4,9 @@ using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; -using WordAddInTest2024.Controls; +using AIProofread.Controls; -namespace WordAddInTest2024 +namespace AIProofread { public partial class Ribbon1 { diff --git a/AIProofread/ThisAddIn.Designer.cs b/AIProofread/ThisAddIn.Designer.cs index 365bc13..1c28137 100644 --- a/AIProofread/ThisAddIn.Designer.cs +++ b/AIProofread/ThisAddIn.Designer.cs @@ -9,7 +9,7 @@ //------------------------------------------------------------------------------ #pragma warning disable 414 -namespace WordAddInTest2024 { +namespace AIProofread{ /// diff --git a/AIProofread/ThisAddIn.Designer.xml b/AIProofread/ThisAddIn.Designer.xml index 557ff14..17c710c 100644 --- a/AIProofread/ThisAddIn.Designer.xml +++ b/AIProofread/ThisAddIn.Designer.xml @@ -1,4 +1,4 @@ - + diff --git a/AIProofread/ThisAddIn.cs b/AIProofread/ThisAddIn.cs index aa68d6c..c3c587c 100644 --- a/AIProofread/ThisAddIn.cs +++ b/AIProofread/ThisAddIn.cs @@ -7,7 +7,7 @@ using Word = Microsoft.Office.Interop.Word; using Office = Microsoft.Office.Core; using Microsoft.Office.Tools.Word; -namespace WordAddInTest2024 +namespace AIProofread { public partial class ThisAddIn diff --git a/AIProofread/core/DocumentText.cs b/AIProofread/core/DocumentText.cs index 28b66ad..96fd8a2 100644 --- a/AIProofread/core/DocumentText.cs +++ b/AIProofread/core/DocumentText.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace WordAddInTest2024 +namespace AIProofread { public class DocumentText { diff --git a/AIProofread/core/Module1.cs b/AIProofread/core/Module1.cs index 5402e0f..4eda593 100644 --- a/AIProofread/core/Module1.cs +++ b/AIProofread/core/Module1.cs @@ -1,9 +1,9 @@ using System; using System.Windows.Forms; -using WordAddInTest2024.Controls; +using AIProofread.Controls; using Office = Microsoft.Office.Core; -namespace WordAddInTest2024 +namespace AIProofread { public static class Module1 { diff --git a/AIProofread/core/StringUtil.cs b/AIProofread/core/StringUtil.cs index 0292e00..ffab56a 100644 --- a/AIProofread/core/StringUtil.cs +++ b/AIProofread/core/StringUtil.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Text.RegularExpressions; -namespace WordAddInTest2024 +namespace AIProofread { public class StringUtil { diff --git a/AIProofread/core/Tools.cs b/AIProofread/core/Tools.cs index 787382e..fb79bcf 100644 --- a/AIProofread/core/Tools.cs +++ b/AIProofread/core/Tools.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Security.Cryptography; using System.Text; -namespace WordAddInTest2024 +namespace AIProofread { public class Tools { diff --git a/AIProofread/obj/Debug/WordAddInTest2024.Controls.FormLogin.resources b/AIProofread/obj/Debug/AIProofread.Controls.FormLogin.resources similarity index 100% rename from AIProofread/obj/Debug/WordAddInTest2024.Controls.FormLogin.resources rename to AIProofread/obj/Debug/AIProofread.Controls.FormLogin.resources diff --git a/AIProofread/obj/Debug/WordAddInTest2024.Controls.ProofreadMainControl.resources b/AIProofread/obj/Debug/AIProofread.Controls.ProofreadMainControl.resources similarity index 100% rename from AIProofread/obj/Debug/WordAddInTest2024.Controls.ProofreadMainControl.resources rename to AIProofread/obj/Debug/AIProofread.Controls.ProofreadMainControl.resources diff --git a/AIProofread/obj/Debug/WordAddInTest2024.Properties.Resources.resources b/AIProofread/obj/Debug/AIProofread.Properties.Resources.resources similarity index 100% rename from AIProofread/obj/Debug/WordAddInTest2024.Properties.Resources.resources rename to AIProofread/obj/Debug/AIProofread.Properties.Resources.resources diff --git a/AIProofread/obj/Debug/WordAddInTest2024.Ribbon1.resources b/AIProofread/obj/Debug/AIProofread.Ribbon1.resources similarity index 100% rename from AIProofread/obj/Debug/WordAddInTest2024.Ribbon1.resources rename to AIProofread/obj/Debug/AIProofread.Ribbon1.resources diff --git a/AIProofread/obj/Debug/AIProofread.csproj.AssemblyReference.cache b/AIProofread/obj/Debug/AIProofread.csproj.AssemblyReference.cache index cf6de54..3a9088c 100644 Binary files a/AIProofread/obj/Debug/AIProofread.csproj.AssemblyReference.cache and b/AIProofread/obj/Debug/AIProofread.csproj.AssemblyReference.cache differ diff --git a/AIProofread/obj/Debug/AIProofread.csproj.FileListAbsolute.txt b/AIProofread/obj/Debug/AIProofread.csproj.FileListAbsolute.txt index 7309304..72ef9a4 100644 --- a/AIProofread/obj/Debug/AIProofread.csproj.FileListAbsolute.txt +++ b/AIProofread/obj/Debug/AIProofread.csproj.FileListAbsolute.txt @@ -22,6 +22,13 @@ C:\Users\home-dev\source\repos\WordAddInTest2024\WordAddInTest2024\bin\Debug\Mic C:\Users\home-dev\source\repos\WordAddInTest2024\WordAddInTest2024\obj\Debug\AIProofread.csproj.CopyComplete C:\Users\home-dev\source\repos\WordAddInTest2024\WordAddInTest2024\obj\Debug\AIProofread.dll C:\Users\home-dev\source\repos\WordAddInTest2024\WordAddInTest2024\obj\Debug\AIProofread.pdb +C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.csproj.AssemblyReference.cache +C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.Controls.FormLogin.resources +C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.Controls.ProofreadMainControl.resources +C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.Properties.Resources.resources +C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.Ribbon1.resources +C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.csproj.GenerateResource.cache +C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.csproj.CoreCompileInputs.cache C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\bin\Debug\runtimes\win-x86\native\WebView2Loader.dll C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\bin\Debug\runtimes\win-x64\native\WebView2Loader.dll C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\bin\Debug\runtimes\win-arm64\native\WebView2Loader.dll @@ -37,13 +44,6 @@ C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\bin\Debug\Newtonsoft.J C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\bin\Debug\Microsoft.Web.WebView2.Core.xml C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\bin\Debug\Microsoft.Web.WebView2.WinForms.xml C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\bin\Debug\Microsoft.Web.WebView2.Wpf.xml -C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.csproj.AssemblyReference.cache -C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\WordAddInTest2024.Controls.FormLogin.resources -C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\WordAddInTest2024.Controls.ProofreadMainControl.resources -C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\WordAddInTest2024.Properties.Resources.resources -C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\WordAddInTest2024.Ribbon1.resources -C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.csproj.GenerateResource.cache -C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.csproj.CoreCompileInputs.cache C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.csproj.CopyComplete C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.dll C:\Users\yaclt\source\repos\repos\AIProofread\AIProofread\obj\Debug\AIProofread.pdb diff --git a/AIProofread/obj/Debug/AIProofread.dll b/AIProofread/obj/Debug/AIProofread.dll index 855f967..3e53911 100644 Binary files a/AIProofread/obj/Debug/AIProofread.dll and b/AIProofread/obj/Debug/AIProofread.dll differ diff --git a/AIProofread/obj/Debug/AIProofread.pdb b/AIProofread/obj/Debug/AIProofread.pdb index 64afb13..dd26e3f 100644 Binary files a/AIProofread/obj/Debug/AIProofread.pdb and b/AIProofread/obj/Debug/AIProofread.pdb differ diff --git a/AIProofread/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/AIProofread/obj/Debug/DesignTimeResolveAssemblyReferences.cache deleted file mode 100644 index 1180776..0000000 Binary files a/AIProofread/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ diff --git a/AIProofread/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/AIProofread/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 932dca9..d6fd921 100644 Binary files a/AIProofread/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/AIProofread/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/AIProofread/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/AIProofread/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll index 23d64b8..87be4eb 100644 Binary files a/AIProofread/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll and b/AIProofread/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll differ