source: extensions/PiwigoLib/PiwigoWpf/Properties/Settings.Designer.cs @ 11904

Last change on this file since 11904 was 11904, checked in by bayral, 13 years ago

PiwigoWPF

File size: 2.9 KB
Line 
1//------------------------------------------------------------------------------
2// <auto-generated>
3//     Ce code a été généré par un outil.
4//     Version du runtime :4.0.30319.1
5//
6//     Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
7//     le code est régénéré.
8// </auto-generated>
9//------------------------------------------------------------------------------
10
11using System;
12namespace Com.Piwigo.Wpf.Properties {
13   
14   
15    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
16    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
17    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
18       
19        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
20       
21        public static Settings Default {
22            get {
23                return defaultInstance;
24            }
25        }
26       
27        [global::System.Configuration.UserScopedSettingAttribute()]
28        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
29        [global::System.Configuration.DefaultSettingValueAttribute("")]
30        public String ServerNameData {
31            get {
32                return ((String)(this["ServerNameData"]));
33            }
34            set {
35                this["ServerNameData"] = value;
36            }
37        }
38       
39        [global::System.Configuration.UserScopedSettingAttribute()]
40        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
41        [global::System.Configuration.DefaultSettingValueAttribute("")]
42        public String UserNameData {
43            get {
44                return ((String)(this["UserNameData"]));
45            }
46            set {
47                this["UserNameData"] = value;
48            }
49        }
50       
51        [global::System.Configuration.UserScopedSettingAttribute()]
52        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
53        [global::System.Configuration.DefaultSettingValueAttribute("")]
54        public String PwdData {
55            get {
56                return ((String)(this["PwdData"]));
57            }
58            set {
59                this["PwdData"] = value;
60            }
61        }
62       
63        [global::System.Configuration.UserScopedSettingAttribute()]
64        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
65        [global::System.Configuration.DefaultSettingValueAttribute("False")]
66        public Boolean SaveSettingData {
67            get {
68                return ((Boolean)(this["SaveSettingData"]));
69            }
70            set {
71                this["SaveSettingData"] = value;
72            }
73        }
74    }
75}
Note: See TracBrowser for help on using the repository browser.