diff options
Diffstat (limited to 'grapher/Properties')
| -rw-r--r-- | grapher/Properties/Settings.Designer.cs | 60 | ||||
| -rw-r--r-- | grapher/Properties/Settings.settings | 20 |
2 files changed, 2 insertions, 78 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; - } - } } } diff --git a/grapher/Properties/Settings.settings b/grapher/Properties/Settings.settings index 6fe821b..8e615f2 100644 --- a/grapher/Properties/Settings.settings +++ b/grapher/Properties/Settings.settings @@ -1,21 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="grapher.Properties" GeneratedClassName="Settings"> +<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)"> <Profiles /> - <Settings> - <Setting Name="Chart_Font_Size" Type="System.Single" Scope="User"> - <Value Profile="(Default)">15</Value> - </Setting> - <Setting Name="Chart_Axis_Font_Size" Type="System.Single" Scope="User"> - <Value Profile="(Default)">12</Value> - </Setting> - <Setting Name="Chart_Series_Line_Width" Type="System.Int32" Scope="User"> - <Value Profile="(Default)">3</Value> - </Setting> - <Setting Name="Chart_BG_Colour" Type="System.Drawing.Color" Scope="User"> - <Value Profile="(Default)">Green</Value> - </Setting> - <Setting Name="Chart_FG_Colour" Type="System.Drawing.Color" Scope="User"> - <Value Profile="(Default)">White</Value> - </Setting> - </Settings> + <Settings /> </SettingsFile>
\ No newline at end of file |