Winforms overhal in progress

This commit is contained in:
Xjph 2023-05-05 09:37:08 -02:30
commit 1d62a0ec1d
50 changed files with 5872 additions and 2681 deletions

View file

@ -12,7 +12,7 @@ namespace Observatory.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.2.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.3.0.0")]
internal sealed partial class Core : global::System.Configuration.ApplicationSettingsBase {
private static Core defaultInstance = ((Core)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Core())));
@ -277,13 +277,12 @@ namespace Observatory.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Fixed width")]
public string ExportStyle {
public global::System.Collections.Specialized.StringCollection UnsignedAllowed {
get {
return ((string)(this["ExportStyle"]));
return ((global::System.Collections.Specialized.StringCollection)(this["UnsignedAllowed"]));
}
set {
this["ExportStyle"] = value;
this["UnsignedAllowed"] = value;
}
}
}