summaryrefslogtreecommitdiff
path: root/grapher/Properties
diff options
context:
space:
mode:
authorMatthew Strasiotto <[email protected]>2021-04-26 20:34:50 +1000
committerMatthew Strasiotto <[email protected]>2021-04-26 20:46:27 +1000
commit4234a4783d65962f1437fc7d760abc9ead9e570c (patch)
tree33799a1d69bf21852a39a723690b13213f799e92 /grapher/Properties
parentMerge pull request #81 from a1xd/log-unhandled-ex (diff)
downloadrawaccel-4234a4783d65962f1437fc7d760abc9ead9e570c.tar.xz
rawaccel-4234a4783d65962f1437fc7d760abc9ead9e570c.zip
Dock legends, add chart bg colour property
Diffstat (limited to 'grapher/Properties')
-rw-r--r--grapher/Properties/Settings.Designer.cs34
-rw-r--r--grapher/Properties/Settings.settings14
2 files changed, 29 insertions, 19 deletions
diff --git a/grapher/Properties/Settings.Designer.cs b/grapher/Properties/Settings.Designer.cs
index d305209..285e18e 100644
--- a/grapher/Properties/Settings.Designer.cs
+++ b/grapher/Properties/Settings.Designer.cs
@@ -8,23 +8,31 @@
// </auto-generated>
//------------------------------------------------------------------------------
-namespace grapher.Properties
-{
-
-
+namespace grapher.Properties {
+
+
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
- {
-
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.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
- {
+
+ public static Settings Default {
+ get {
return defaultInstance;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Window")]
+ public global::System.Drawing.Color Chart_BG_Colour {
+ get {
+ return ((global::System.Drawing.Color)(this["Chart_BG_Colour"]));
+ }
+ set {
+ this["Chart_BG_Colour"] = value;
+ }
+ }
}
}
diff --git a/grapher/Properties/Settings.settings b/grapher/Properties/Settings.settings
index 3964565..7c46209 100644
--- a/grapher/Properties/Settings.settings
+++ b/grapher/Properties/Settings.settings
@@ -1,7 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
-<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
- <Profiles>
- <Profile Name="(Default)" />
- </Profiles>
- <Settings />
-</SettingsFile>
+<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="grapher.Properties" GeneratedClassName="Settings">
+ <Profiles />
+ <Settings>
+ <Setting Name="Chart_BG_Colour" Type="System.Drawing.Color" Scope="User">
+ <Value Profile="(Default)">Window</Value>
+ </Setting>
+ </Settings>
+</SettingsFile> \ No newline at end of file