This commit is contained in:
Zhuangkh 2018-10-22 19:40:36 +08:00
parent c0e48a359a
commit 5f4eb3adb3
47 changed files with 10 additions and 11 deletions

View File

@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "uBIM_EarthTools", "地质建模\uBIM_EarthTools.csproj", "{85A8FB17-CF6E-4D07-AD0D-F860C37B08F5}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "uBIMEarthTools", "uBIMEarthTools\uBIMEarthTools.csproj", "{85A8FB17-CF6E-4D07-AD0D-F860C37B08F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace uBIM_EarthTools.Properties {
namespace uBIMEarthTools.Properties {
using System;
@ -39,7 +39,7 @@ namespace uBIM_EarthTools.Properties {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("uBIM_EarthTools.Properties.Resources", typeof(Resources).Assembly);
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("uBIMEarthTools.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;

View File

@ -39,7 +39,7 @@ namespace uBIM_EarthTools {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("uBIM_EarthTools.Resource", typeof(Resource).Assembly);
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("uBIMEarthTools.Resource", typeof(Resource).Assembly);
resourceMan = temp;
}
return resourceMan;
@ -47,7 +47,7 @@ namespace uBIM_EarthTools {
}
/// <summary>
/// 使用此强类型资源类,为所有资源查找
/// 重写当前线程的 CurrentUICulture 属性
/// 重写当前线程的 CurrentUICulture 属性。
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
@ -61,12 +61,11 @@ namespace uBIM_EarthTools {
}
/// <summary>
/// 查找 System.Byte[] 类型的本地化资源
/// 查找类似 Resources\地质钻孔圆柱.rfa;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 的本地化字符串
/// </summary>
internal static byte[] {
internal static string {
get {
object obj = ResourceManager.GetObject("地质钻孔圆柱", resourceCulture);
return ((byte[])(obj));
return ResourceManager.GetString("地质钻孔圆柱", resourceCulture);
}
}
}

View File

Before

Width:  |  Height:  |  Size: 815 B

After

Width:  |  Height:  |  Size: 815 B

View File

Before

Width:  |  Height:  |  Size: 848 B

After

Width:  |  Height:  |  Size: 848 B

View File

@ -7,8 +7,8 @@
<ProjectGuid>{85A8FB17-CF6E-4D07-AD0D-F860C37B08F5}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>uBIM_EarthTools</RootNamespace>
<AssemblyName>uBIM_EarthTools</AssemblyName>
<RootNamespace>uBIMEarthTools</RootNamespace>
<AssemblyName>uBIMEarthTools</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>