Files
SzmediTools/Szmedi.RvKits/Properties/Settings.Designer.cs
2025-09-19 09:18:09 +08:00

283 lines
11 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace Szmedi.RvKits.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("C:\\ProgramData\\Autodesk\\RVT 2020\\Libraries\\China")]
public string FamilyPath2020 {
get {
return ((string)(this["FamilyPath2020"]));
}
set {
this["FamilyPath2020"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("C:\\ProgramData\\Autodesk\\RVT 2019\\Libraries\\China")]
public string FamilyPath2019 {
get {
return ((string)(this["FamilyPath2019"]));
}
set {
this["FamilyPath2019"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("C:\\ProgramData\\Autodesk\\RVT 2018\\Libraries\\China")]
public string FamilyPath2018 {
get {
return ((string)(this["FamilyPath2018"]));
}
set {
this["FamilyPath2018"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string SavePath {
get {
return ((string)(this["SavePath"]));
}
set {
this["SavePath"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string ImgFormat {
get {
return ((string)(this["ImgFormat"]));
}
set {
this["ImgFormat"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("64")]
public string ImgSize {
get {
return ((string)(this["ImgSize"]));
}
set {
this["ImgSize"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[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>警务分控中心</string>
<string>警用装备用房</string>
<string>消防应急值班室</string>
<string>弱电综合设备室</string>
<string>弱电电源室</string>
<string>公众通信机械室</string>
<string>信号设备室</string>
<string>通号电缆间</string>
<string>AFC票务室</string>
<string>照明配电室</string>
<string>弱电电缆间</string>
<string>低压电缆间</string>
<string>气瓶间</string>
<string>会议室</string>
<string>备品间</string>
<string>综合维修室</string>
<string>运管办值班室(安全管理值班室)</string>
<string>党政通信设备室</string>
<string>安保安检管理用房</string>
<string>乘务员换乘室(兼车辆驻站人员使用)</string>
<string>信号值班室</string>
<string>广告备品间</string>
<string>站台门控制室</string>
<string>照明配电室</string>
<string>高压电缆井</string>
<string>乘务员出退勤室</string>
<string>低压电缆井</string>
<string>整流变压器室1</string>
<string>整流变压器室2</string>
<string>逆变变压器室</string>
<string>35kv开关柜室</string>
<string>1500V直流开关柜室</string>
<string>高压控制室</string>
<string>高压检修室</string>
<string>0.4kv开关柜室</string>
<string>35kv开关柜室</string>
<string>高压控制室</string>
<string>高压检修室</string>
<string>事故照明蓄电池室</string>
<string>通信前端设备室</string>
<string>气瓶间</string>
<string>废水泵房</string>
<string>备品间</string>
</ArrayOfString>")]
public global::System.Collections.Specialized.StringCollection RoomNames {
get {
return ((global::System.Collections.Specialized.StringCollection)(this["RoomNames"]));
}
set {
this["RoomNames"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("D02FAB19-179C-4C85-9362-9718EBECF6F2")]
public string DockPaneGuid {
get {
return ((string)(this["DockPaneGuid"]));
}
set {
this["DockPaneGuid"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AutoSave {
get {
return ((bool)(this["AutoSave"]));
}
set {
this["AutoSave"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("10")]
public int AutoSaveIntervalTime {
get {
return ((int)(this["AutoSaveIntervalTime"]));
}
set {
this["AutoSaveIntervalTime"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("族")]
public string QueryExportPropName {
get {
return ((string)(this["QueryExportPropName"]));
}
set {
this["QueryExportPropName"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("摄像头")]
public string QueryExportPropValueCompare {
get {
return ((string)(this["QueryExportPropValueCompare"]));
}
set {
this["QueryExportPropValueCompare"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string ReviewOutputFolder {
get {
return ((string)(this["ReviewOutputFolder"]));
}
set {
this["ReviewOutputFolder"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string LastVersion {
get {
return ((string)(this["LastVersion"]));
}
set {
this["LastVersion"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("ftp://10.43.112.39/")]
public string FTPServerIP {
get {
return ((string)(this["FTPServerIP"]));
}
}
[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>")]
public global::System.Collections.Specialized.StringCollection UpdateNotes {
get {
return ((global::System.Collections.Specialized.StringCollection)(this["UpdateNotes"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string APIKey {
get {
return ((string)(this["APIKey"]));
}
set {
this["APIKey"] = value;
}
}
}
}