added GUI widget for encrypted ASB scripts.

This commit is contained in:
morkt
2016-04-20 17:52:23 +04:00
parent 65459934b2
commit 0daf668703
7 changed files with 114 additions and 7 deletions

View File

@@ -501,5 +501,17 @@ namespace GameRes.Formats.Properties {
this["ZIPEncodingCP"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string AZScriptScheme {
get {
return ((string)(this["AZScriptScheme"]));
}
set {
this["AZScriptScheme"] = value;
}
}
}
}

View File

@@ -122,5 +122,8 @@
<Setting Name="ZIPEncodingCP" Type="System.Int32" Scope="User">
<Value Profile="(Default)">932</Value>
</Setting>
<Setting Name="AZScriptScheme" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>