mirror of
https://github.com/ShrlAlgo/AddinManager.git
synced 2026-03-08 00:48:56 +00:00
优化
This commit is contained in:
15
AddInManager/Properties/Resources.Designer.cs
generated
15
AddInManager/Properties/Resources.Designer.cs
generated
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user