This commit is contained in:
GG Z
2026-01-02 09:37:33 +08:00
parent 3bf2c78fbd
commit b717bc5ba1
11 changed files with 47 additions and 90 deletions

View File

@@ -19,7 +19,7 @@ namespace AddInManager.Properties {
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
// (以 /str 作为命令选项),或重新生成 VS 项目。
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@@ -61,7 +61,16 @@ namespace AddInManager.Properties {
}
/// <summary>
/// 查找类似 AddinManager 的本地化字符串。
/// 查找类似 RevitAddInManager 的本地化字符串。
/// </summary>
internal static string AppFolder {
get {
return ResourceManager.GetString("AppFolder", resourceCulture);
}
}
/// <summary>
/// 查找类似 插件管理 的本地化字符串。
/// </summary>
internal static string AppName {
get {
@@ -108,7 +117,7 @@ namespace AddInManager.Properties {
}
/// <summary>
/// 查找类似 Revit Addin Files(*.dll)|*.dll 的本地化字符串。
/// 查找类似 外部程序集(*.dll)|*.dll 的本地化字符串。
/// </summary>
internal static string LoadFileFilter {
get {

View File

@@ -117,8 +117,11 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AppFolder" xml:space="preserve">
<value>RevitAddInManager</value>
</data>
<data name="AppName" xml:space="preserve">
<value>AddinManager</value>
<value>插件管理</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="Develop_16" type="System.Resources.ResXFileRef, System.Windows.Forms">
@@ -134,7 +137,7 @@
<value>加载失败</value>
</data>
<data name="LoadFileFilter" xml:space="preserve">
<value>Revit Addin Files(*.dll)|*.dll</value>
<value>外部程序集(*.dll)|*.dll</value>
</data>
<data name="LoadSucceed" xml:space="preserve">
<value>加载成功</value>

View File

@@ -1,38 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace AddInManager.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("RevitAddInManager")]
public string AppFolder {
get {
return ((string)(this["AppFolder"]));
}
set {
this["AppFolder"] = value;
}
}
}
}

View File

@@ -1,9 +0,0 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="AddInManager.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="AppFolder" Type="System.String" Scope="User">
<Value Profile="(Default)">RevitAddInManager</Value>
</Setting>
</Settings>
</SettingsFile>