diff options
| author | Matthew Strasiotto <[email protected]> | 2021-05-01 20:33:57 +1000 |
|---|---|---|
| committer | Matthew Strasiotto <[email protected]> | 2021-05-01 20:33:57 +1000 |
| commit | 9a506f235ce7903e345f2deecccdfd91bbc88304 (patch) | |
| tree | 2a0b309999de4d778951e9fd29336f76fa10fab7 /grapher/Properties/Settings.Designer.cs | |
| parent | Update marker size for charts to be bigger (diff) | |
| download | rawaccel-9a506f235ce7903e345f2deecccdfd91bbc88304.tar.xz rawaccel-9a506f235ce7903e345f2deecccdfd91bbc88304.zip | |
remove Settings.Settings based config, migrate defintitions to constants
Diffstat (limited to 'grapher/Properties/Settings.Designer.cs')
| -rw-r--r-- | grapher/Properties/Settings.Designer.cs | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/grapher/Properties/Settings.Designer.cs b/grapher/Properties/Settings.Designer.cs index 076bd06..de55113 100644 --- a/grapher/Properties/Settings.Designer.cs +++ b/grapher/Properties/Settings.Designer.cs @@ -22,65 +22,5 @@ namespace grapher.Properties { return defaultInstance; } } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("15")] - public float Chart_Font_Size { - get { - return ((float)(this["Chart_Font_Size"])); - } - set { - this["Chart_Font_Size"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("12")] - public float Chart_Axis_Font_Size { - get { - return ((float)(this["Chart_Axis_Font_Size"])); - } - set { - this["Chart_Axis_Font_Size"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("3")] - public int Chart_Series_Line_Width { - get { - return ((int)(this["Chart_Series_Line_Width"])); - } - set { - this["Chart_Series_Line_Width"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("Green")] - public global::System.Drawing.Color Chart_BG_Colour { - get { - return ((global::System.Drawing.Color)(this["Chart_BG_Colour"])); - } - set { - this["Chart_BG_Colour"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("White")] - public global::System.Drawing.Color Chart_FG_Colour { - get { - return ((global::System.Drawing.Color)(this["Chart_FG_Colour"])); - } - set { - this["Chart_FG_Colour"] = value; - } - } } } |