大量更新

This commit is contained in:
GG Z
2025-12-23 21:37:02 +08:00
parent 3fc465959b
commit b611efeed9
105 changed files with 5814 additions and 371 deletions

View File

@@ -19,7 +19,7 @@ namespace Szmedi.RvKits.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 {
@@ -280,6 +280,26 @@ namespace Szmedi.RvKits.Properties {
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap compare_project_16px {
get {
object obj = ResourceManager.GetObject("compare_project_16px", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap compare_project_32px {
get {
object obj = ResourceManager.GetObject("compare_project_32px", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
@@ -490,6 +510,26 @@ namespace Szmedi.RvKits.Properties {
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap Facility_Info_Process_16px {
get {
object obj = ResourceManager.GetObject("Facility_Info_Process_16px", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap Facility_Info_Process_32px {
get {
object obj = ResourceManager.GetObject("Facility_Info_Process_32px", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>

View File

@@ -487,4 +487,16 @@
<data name="CodeList_32px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\CodeList_32px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Facility_Info_Process_32px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Facility_Info_Process_32px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Facility_Info_Process_16px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Facility_Info_Process_16px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="compare_project_16px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\compare_project_16px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="compare_project_32px" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\compare_project_32px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

View File

@@ -251,16 +251,9 @@ namespace Szmedi.RvKits.Properties {
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
<ArrayOfString xmlns:xsd=""http://www.w3.org/2001/XMLSchema"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"">
<string>新增地质剖切工具</string>
<string>管线线上标记功能</string>
<string>移动模型功能优化</string>
<string>界面控件压缩</string>
<string>增加根据EAM编码表填写编码工具在参数管理下拉菜单</string>
<string>增加部分功能的弹窗提示,避免误操作</string>
<string>修复轨道创建下拉框无法搜索并选择的问题</string>
</ArrayOfString>")]
[global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsd=\"http://www.w3." +
"org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n <s" +
"tring>rvt文档比较工具</string>\r\n</ArrayOfString>")]
public global::System.Collections.Specialized.StringCollection UpdateNotes {
get {
return ((global::System.Collections.Specialized.StringCollection)(this["UpdateNotes"]));

View File

@@ -99,13 +99,7 @@
<Setting Name="UpdateNotes" Type="System.Collections.Specialized.StringCollection" Scope="Application">
<Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;ArrayOfString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
&lt;string&gt;新增地质剖切工具&lt;/string&gt;
&lt;string&gt;管线线上标记功能&lt;/string&gt;
&lt;string&gt;移动模型功能优化&lt;/string&gt;
&lt;string&gt;界面控件压缩&lt;/string&gt;
&lt;string&gt;增加根据EAM编码表填写编码工具在参数管理下拉菜单&lt;/string&gt;
&lt;string&gt;增加部分功能的弹窗提示,避免误操作&lt;/string&gt;
&lt;string&gt;修复轨道创建下拉框无法搜索并选择的问题&lt;/string&gt;
&lt;string&gt;rvt文档比较工具&lt;/string&gt;
&lt;/ArrayOfString&gt;</Value>
</Setting>
<Setting Name="APIKey" Type="System.String" Scope="User">