(MGPK): added encryption query widget.

This commit is contained in:
morkt
2016-07-04 00:11:14 +04:00
parent 883ee94a7e
commit 27684875cf
9 changed files with 269 additions and 290 deletions

View File

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

View File

@@ -137,5 +137,8 @@
<Setting Name="GALKey" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="MGPKTitle" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>