/Skimpt3/Skimpt3/Properties/Settings.Designer.cs
http://skimpt.googlecode.com/ · C# · 98 lines · 78 code · 11 blank · 9 comment · 0 complexity · 5b560a993a7df7872dac8cd925027d14 MD5 · raw file
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- // Runtime Version:4.0.21006.1
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
-
- namespace Skimpt3.Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
- public 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 {
- return defaultInstance;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("c:\\Users\\Affan\\Pictures")]
- public string ImageFileLocation {
- get {
- return ((string)(this["ImageFileLocation"]));
- }
- set {
- this["ImageFileLocation"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool ShowErrorMessageBox {
- get {
- return ((bool)(this["ShowErrorMessageBox"]));
- }
- set {
- this["ShowErrorMessageBox"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("10000")]
- public int ToastFormTimer {
- get {
- return ((int)(this["ToastFormTimer"]));
- }
- set {
- this["ToastFormTimer"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
- public bool OptimizeImage {
- get {
- return ((bool)(this["OptimizeImage"]));
- }
- set {
- this["OptimizeImage"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("433a1bf4743dd8d7845629b95b5ca1b4")]
- public string APIKey {
- get {
- return ((string)(this["APIKey"]));
- }
- set {
- this["APIKey"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool FirstTime {
- get {
- return ((bool)(this["FirstTime"]));
- }
- set {
- this["FirstTime"] = value;
- }
- }
- }
- }