2014-07-21 23:26:28 +04:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// <auto-generated>
|
2024-09-14 20:57:14 +08:00
|
|
|
|
// 此代码由工具生成。
|
|
|
|
|
// 运行时版本:4.0.30319.42000
|
2014-07-21 23:26:28 +04:00
|
|
|
|
//
|
2024-09-14 20:57:14 +08:00
|
|
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
|
|
|
// 重新生成代码,这些更改将会丢失。
|
2014-07-21 23:26:28 +04:00
|
|
|
|
// </auto-generated>
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
namespace GameRes.Formats.Properties {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
2024-09-14 20:57:14 +08:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.6.0.0")]
|
2014-07-21 23:26:28 +04:00
|
|
|
|
public 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()]
|
2014-08-18 09:07:35 +04:00
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string NPAScheme {
|
2014-07-21 23:26:28 +04:00
|
|
|
|
get {
|
2014-08-18 09:07:35 +04:00
|
|
|
|
return ((string)(this["NPAScheme"]));
|
2014-07-21 23:26:28 +04:00
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["NPAScheme"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string XP3Scheme {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["XP3Scheme"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["XP3Scheme"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("4294967295")]
|
|
|
|
|
public uint YPFKey {
|
|
|
|
|
get {
|
|
|
|
|
return ((uint)(this["YPFKey"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["YPFKey"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2015-08-19 21:40:32 +04:00
|
|
|
|
public global::GameRes.Formats.CatSystem.IntEncryptionInfo INTEncryption {
|
2014-07-21 23:26:28 +04:00
|
|
|
|
get {
|
2015-08-19 21:40:32 +04:00
|
|
|
|
return ((global::GameRes.Formats.CatSystem.IntEncryptionInfo)(this["INTEncryption"]));
|
2014-07-21 23:26:28 +04:00
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["INTEncryption"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-07-26 23:13:17 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
|
|
|
public bool XP3CompressHeader {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["XP3CompressHeader"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["XP3CompressHeader"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool XP3CompressContents {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["XP3CompressContents"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["XP3CompressContents"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("2")]
|
|
|
|
|
public int XP3Version {
|
|
|
|
|
get {
|
|
|
|
|
return ((int)(this["XP3Version"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["XP3Version"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool XP3RetainStructure {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["XP3RetainStructure"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["XP3RetainStructure"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-07-29 07:02:49 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("shift-jis")]
|
|
|
|
|
public string SGFileNameEncoding {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["SGFileNameEncoding"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["SGFileNameEncoding"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-07-29 11:53:05 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("None")]
|
2015-09-01 03:38:04 +04:00
|
|
|
|
public global::GameRes.Formats.NScripter.Compression ONSCompression {
|
2014-07-29 11:53:05 +04:00
|
|
|
|
get {
|
2015-09-01 03:38:04 +04:00
|
|
|
|
return ((global::GameRes.Formats.NScripter.Compression)(this["ONSCompression"]));
|
2014-07-29 11:53:05 +04:00
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["ONSCompression"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-08-01 16:44:53 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string AMIBaseArchive {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["AMIBaseArchive"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["AMIBaseArchive"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool AMIUseBaseArchive {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["AMIUseBaseArchive"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["AMIUseBaseArchive"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-08-14 21:39:51 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool PDScrambleContents {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["PDScrambleContents"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["PDScrambleContents"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-08-16 04:42:20 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("290")]
|
|
|
|
|
public uint YPFVersion {
|
|
|
|
|
get {
|
|
|
|
|
return ((uint)(this["YPFVersion"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["YPFVersion"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-08-17 01:31:58 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1111638594")]
|
|
|
|
|
public uint RPAKey {
|
|
|
|
|
get {
|
|
|
|
|
return ((uint)(this["RPAKey"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["RPAKey"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-08-18 09:07:35 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool NPACompressContents {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["NPACompressContents"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["NPACompressContents"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1095188814")]
|
|
|
|
|
public uint NPAKey1 {
|
|
|
|
|
get {
|
|
|
|
|
return ((uint)(this["NPAKey1"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["NPAKey1"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("555831124")]
|
|
|
|
|
public uint NPAKey2 {
|
|
|
|
|
get {
|
|
|
|
|
return ((uint)(this["NPAKey2"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["NPAKey2"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-11-01 02:14:51 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("8")]
|
2015-04-19 19:08:56 +04:00
|
|
|
|
public int ARCNameLength {
|
2014-11-01 02:14:51 +04:00
|
|
|
|
get {
|
2015-04-19 19:08:56 +04:00
|
|
|
|
return ((int)(this["ARCNameLength"]));
|
2014-11-01 02:14:51 +04:00
|
|
|
|
}
|
|
|
|
|
set {
|
2015-04-19 19:08:56 +04:00
|
|
|
|
this["ARCNameLength"] = value;
|
2014-11-01 02:14:51 +04:00
|
|
|
|
}
|
|
|
|
|
}
|
2015-03-11 16:37:51 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string KCAPPassPhrase {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["KCAPPassPhrase"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["KCAPPassPhrase"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string KCAPScheme {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["KCAPScheme"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["KCAPScheme"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-04-19 19:08:56 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string WARCScheme {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["WARCScheme"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["WARCScheme"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-04-25 02:07:14 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Default")]
|
|
|
|
|
public string LPKScheme {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["LPKScheme"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["LPKScheme"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-05-27 13:57:34 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string NOAScheme {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["NOAScheme"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["NOAScheme"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string NOAPassPhrase {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["NOAPassPhrase"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["NOAPassPhrase"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-06-02 03:16:11 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("65432")]
|
|
|
|
|
public uint DPKKey1 {
|
|
|
|
|
get {
|
|
|
|
|
return ((uint)(this["DPKKey1"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["DPKKey1"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1139247708")]
|
|
|
|
|
public uint DPKKey2 {
|
|
|
|
|
get {
|
|
|
|
|
return ((uint)(this["DPKKey2"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["DPKKey2"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string DPKLastScheme {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["DPKLastScheme"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["DPKLastScheme"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-06-04 01:13:25 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string MBLPassPhrase {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["MBLPassPhrase"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["MBLPassPhrase"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-06-18 17:04:12 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string ISFScheme {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["ISFScheme"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["ISFScheme"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-07-14 18:44:27 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
|
|
|
public byte MCGLastKey {
|
|
|
|
|
get {
|
|
|
|
|
return ((byte)(this["MCGLastKey"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["MCGLastKey"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-08-12 01:33:51 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string RCTPassword {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["RCTPassword"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["RCTPassword"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string RCTTitle {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["RCTTitle"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["RCTTitle"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-09-01 03:38:04 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string NSAPassword {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["NSAPassword"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["NSAPassword"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string NSATitle {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["NSATitle"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["NSATitle"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-09-20 05:25:48 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string RPMScheme {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["RPMScheme"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["RPMScheme"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-11-07 03:11:26 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string QLIEScheme {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["QLIEScheme"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["QLIEScheme"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-12-18 13:39:26 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string YPFScheme {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["YPFScheme"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["YPFScheme"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-03-06 03:28:58 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Optimal")]
|
|
|
|
|
public global::System.IO.Compression.CompressionLevel ZIPCompression {
|
|
|
|
|
get {
|
|
|
|
|
return ((global::System.IO.Compression.CompressionLevel)(this["ZIPCompression"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["ZIPCompression"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("932")]
|
|
|
|
|
public int ZIPEncodingCP {
|
|
|
|
|
get {
|
|
|
|
|
return ((int)(this["ZIPEncodingCP"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["ZIPEncodingCP"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-04-20 17:52:23 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string AZScriptScheme {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["AZScriptScheme"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["AZScriptScheme"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-04-27 00:08:58 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string AGSTitle {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["AGSTitle"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["AGSTitle"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-05-20 04:12:23 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string NCARCScheme {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["NCARCScheme"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["NCARCScheme"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-05-31 02:41:33 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string MEDScriptScheme {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["MEDScriptScheme"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["MEDScriptScheme"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-06-10 04:39:29 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
2016-06-10 06:27:21 +04:00
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string GALKey {
|
2016-06-10 04:39:29 +04:00
|
|
|
|
get {
|
2016-06-10 06:27:21 +04:00
|
|
|
|
return ((string)(this["GALKey"]));
|
2016-06-10 04:39:29 +04:00
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["GALKey"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-07-04 00:11:14 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string MGPKTitle {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["MGPKTitle"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["MGPKTitle"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-07-06 04:14:42 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string BELLTitle {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["BELLTitle"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["BELLTitle"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-07-10 12:21:38 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string NPKScheme {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["NPKScheme"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["NPKScheme"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-07-28 04:57:11 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string TacticsArcPassword {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["TacticsArcPassword"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["TacticsArcPassword"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string TacticsArcTitle {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["TacticsArcTitle"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["TacticsArcTitle"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-08-04 05:05:44 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string GYUTitle {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["GYUTitle"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["GYUTitle"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-10-09 08:49:03 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string PAZTitle {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["PAZTitle"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["PAZTitle"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-10-12 11:59:48 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string EAGLSEncryption {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["EAGLSEncryption"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["EAGLSEncryption"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-11-25 07:42:32 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string FJSYSPassword {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["FJSYSPassword"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["FJSYSPassword"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-11-16 11:34:52 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string PCKTitle {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["PCKTitle"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["PCKTitle"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-01-08 20:04:23 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
|
|
|
public bool RCTOverlayFrames {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["RCTOverlayFrames"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["RCTOverlayFrames"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
|
|
|
public bool RCTApplyMask {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["RCTApplyMask"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["RCTApplyMask"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-01-11 18:39:43 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
|
|
|
public bool UpgradeRequired {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["UpgradeRequired"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["UpgradeRequired"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-01-30 06:34:24 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string ZIPPassword {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["ZIPPassword"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["ZIPPassword"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-01-30 09:30:34 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool OGGFixCrc {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["OGGFixCrc"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["OGGFixCrc"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-03-11 21:12:58 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("65001")]
|
|
|
|
|
public int PFSEncodingCP {
|
|
|
|
|
get {
|
|
|
|
|
return ((int)(this["PFSEncodingCP"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["PFSEncodingCP"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-06-06 00:37:14 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("44100")]
|
|
|
|
|
public uint ODNAudioSampleRate {
|
|
|
|
|
get {
|
|
|
|
|
return ((uint)(this["ODNAudioSampleRate"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["ODNAudioSampleRate"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-09-05 14:06:14 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("932")]
|
|
|
|
|
public int NOAEncodingCP {
|
|
|
|
|
get {
|
|
|
|
|
return ((int)(this["NOAEncodingCP"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["NOAEncodingCP"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-11-07 11:50:38 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string LEAFTitle {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["LEAFTitle"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["LEAFTitle"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-12-23 14:30:01 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string SJDatTitle {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["SJDatTitle"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["SJDatTitle"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-08-24 01:33:50 +04:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("932")]
|
|
|
|
|
public int AFAEncodingCP {
|
|
|
|
|
get {
|
|
|
|
|
return ((int)(this["AFAEncodingCP"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["AFAEncodingCP"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-07-17 19:53:13 +02:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("DXARC")]
|
|
|
|
|
public string DXAPassword {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["DXAPassword"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["DXAPassword"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-09-14 20:57:14 +08:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("932")]
|
|
|
|
|
public int NexasEncodingCP {
|
|
|
|
|
get {
|
|
|
|
|
return ((int)(this["NexasEncodingCP"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["NexasEncodingCP"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-07-21 23:26:28 +04:00
|
|
|
|
}
|
|
|
|
|
}
|