//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.3053 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace PicasaFindMyPhotos { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] internal sealed partial class FormSettings : global::System.Configuration.ApplicationSettingsBase { private static FormSettings defaultInstance = ((FormSettings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new FormSettings()))); public static FormSettings Default { get { return defaultInstance; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string BaseURLSetting { get { return ((string)(this["BaseURLSetting"])); } set { this["BaseURLSetting"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string ServerNameSetting { get { return ((string)(this["ServerNameSetting"])); } set { this["ServerNameSetting"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string DBNameSetting { get { return ((string)(this["DBNameSetting"])); } set { this["DBNameSetting"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string DBUserNameSetting { get { return ((string)(this["DBUserNameSetting"])); } set { this["DBUserNameSetting"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string DBPasswordSetting { get { return ((string)(this["DBPasswordSetting"])); } set { this["DBPasswordSetting"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string DBTablePrefixSetting { get { return ((string)(this["DBTablePrefixSetting"])); } set { this["DBTablePrefixSetting"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool ClearFaceTagSetting { get { return ((bool)(this["ClearFaceTagSetting"])); } set { this["ClearFaceTagSetting"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool GeneratHTMLSetting { get { return ((bool)(this["GeneratHTMLSetting"])); } set { this["GeneratHTMLSetting"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool SetPiwigoTagSetting { get { return ((bool)(this["SetPiwigoTagSetting"])); } set { this["SetPiwigoTagSetting"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string PicasaContactsFileSetting { get { return ((string)(this["PicasaContactsFileSetting"])); } set { this["PicasaContactsFileSetting"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string PicasaPhotoPathSetting { get { return ((string)(this["PicasaPhotoPathSetting"])); } set { this["PicasaPhotoPathSetting"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string OutputPathSetting { get { return ((string)(this["OutputPathSetting"])); } set { this["OutputPathSetting"] = value; } } } }