Fixes to Add/Remove accounts
[pithos-ms-client] / trunk / Pithos.Client.WPF / Properties / Settings.Designer.cs
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 //     This code was generated by a tool.
4 //     Runtime Version:4.0.30319.239
5 //
6 //     Changes to this file may cause incorrect behavior and will be lost if
7 //     the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
10
11 namespace Pithos.Client.WPF.Properties {
12     
13     
14     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
16     internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
17         
18         private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
19         
20         public static Settings Default {
21             get {
22                 return defaultInstance;
23             }
24         }
25         
26         [global::System.Configuration.UserScopedSettingAttribute()]
27         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
28         [global::System.Configuration.DefaultSettingValueAttribute("e:\\Pithos")]
29         public string PithosPath {
30             get {
31                 return ((string)(this["PithosPath"]));
32             }
33             set {
34                 this["PithosPath"] = value;
35             }
36         }
37         
38         [global::System.Configuration.UserScopedSettingAttribute()]
39         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
40         [global::System.Configuration.DefaultSettingValueAttribute("C:\\Program Files\\Common Files\\TortoiseOverlays\\icons\\XPStyle")]
41         public string IconPath {
42             get {
43                 return ((string)(this["IconPath"]));
44             }
45             set {
46                 this["IconPath"] = value;
47             }
48         }
49         
50         [global::System.Configuration.UserScopedSettingAttribute()]
51         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
52         [global::System.Configuration.DefaultSettingValueAttribute("")]
53         public string ProxyServer {
54             get {
55                 return ((string)(this["ProxyServer"]));
56             }
57             set {
58                 this["ProxyServer"] = value;
59             }
60         }
61         
62         [global::System.Configuration.UserScopedSettingAttribute()]
63         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
64         [global::System.Configuration.DefaultSettingValueAttribute("8080")]
65         public int ProxyPort {
66             get {
67                 return ((int)(this["ProxyPort"]));
68             }
69             set {
70                 this["ProxyPort"] = value;
71             }
72         }
73         
74         [global::System.Configuration.UserScopedSettingAttribute()]
75         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
76         [global::System.Configuration.DefaultSettingValueAttribute("")]
77         public string ProxyUsername {
78             get {
79                 return ((string)(this["ProxyUsername"]));
80             }
81             set {
82                 this["ProxyUsername"] = value;
83             }
84         }
85         
86         [global::System.Configuration.UserScopedSettingAttribute()]
87         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
88         [global::System.Configuration.DefaultSettingValueAttribute("")]
89         public string ProxyPassword {
90             get {
91                 return ((string)(this["ProxyPassword"]));
92             }
93             set {
94                 this["ProxyPassword"] = value;
95             }
96         }
97         
98         [global::System.Configuration.UserScopedSettingAttribute()]
99         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
100         [global::System.Configuration.DefaultSettingValueAttribute("False")]
101         public bool ProxyAuthentication {
102             get {
103                 return ((bool)(this["ProxyAuthentication"]));
104             }
105             set {
106                 this["ProxyAuthentication"] = value;
107             }
108         }
109         
110         [global::System.Configuration.UserScopedSettingAttribute()]
111         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
112         [global::System.Configuration.DefaultSettingValueAttribute("True")]
113         public bool ExtensionsActivated {
114             get {
115                 return ((bool)(this["ExtensionsActivated"]));
116             }
117             set {
118                 this["ExtensionsActivated"] = value;
119             }
120         }
121         
122         [global::System.Configuration.UserScopedSettingAttribute()]
123         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
124         [global::System.Configuration.DefaultSettingValueAttribute("pkanavos")]
125         public string UserName {
126             get {
127                 return ((string)(this["UserName"]));
128             }
129             set {
130                 this["UserName"] = value;
131             }
132         }
133         
134         [global::System.Configuration.UserScopedSettingAttribute()]
135         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
136         [global::System.Configuration.DefaultSettingValueAttribute("9d3cb7b231e96f72ebe96af1c6cd5112")]
137         public string ApiKey {
138             get {
139                 return ((string)(this["ApiKey"]));
140             }
141             set {
142                 this["ApiKey"] = value;
143             }
144         }
145         
146         [global::System.Configuration.UserScopedSettingAttribute()]
147         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
148         [global::System.Configuration.DefaultSettingValueAttribute("True")]
149         public bool ShowDesktopNotifications {
150             get {
151                 return ((bool)(this["ShowDesktopNotifications"]));
152             }
153             set {
154                 this["ShowDesktopNotifications"] = value;
155             }
156         }
157         
158         [global::System.Configuration.UserScopedSettingAttribute()]
159         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
160         [global::System.Configuration.DefaultSettingValueAttribute("True")]
161         public bool StartOnSystemStartup {
162             get {
163                 return ((bool)(this["StartOnSystemStartup"]));
164             }
165             set {
166                 this["StartOnSystemStartup"] = value;
167             }
168         }
169         
170         [global::System.Configuration.UserScopedSettingAttribute()]
171         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
172         [global::System.Configuration.DefaultSettingValueAttribute("False")]
173         public bool UseNoProxy {
174             get {
175                 return ((bool)(this["UseNoProxy"]));
176             }
177             set {
178                 this["UseNoProxy"] = value;
179             }
180         }
181         
182         [global::System.Configuration.UserScopedSettingAttribute()]
183         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
184         [global::System.Configuration.DefaultSettingValueAttribute("True")]
185         public bool UseDefaultProxy {
186             get {
187                 return ((bool)(this["UseDefaultProxy"]));
188             }
189             set {
190                 this["UseDefaultProxy"] = value;
191             }
192         }
193         
194         [global::System.Configuration.UserScopedSettingAttribute()]
195         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
196         [global::System.Configuration.DefaultSettingValueAttribute("False")]
197         public bool UseManualProxy {
198             get {
199                 return ((bool)(this["UseManualProxy"]));
200             }
201             set {
202                 this["UseManualProxy"] = value;
203             }
204         }
205         
206         [global::System.Configuration.ApplicationScopedSettingAttribute()]
207         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
208         [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr")]
209         public string PithosSite {
210             get {
211                 return ((string)(this["PithosSite"]));
212             }
213         }
214         
215         [global::System.Configuration.UserScopedSettingAttribute()]
216         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
217         [global::System.Configuration.DefaultSettingValueAttribute("\r\n          <ArrayOfAccountSettings xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-i" +
218             "nstance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n          </ArrayOfAccou" +
219             "ntSettings>\r\n        ")]
220         public global::Pithos.Interfaces.AccountsCollection Accounts {
221             get {
222                 return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));
223             }
224             set {
225                 this["Accounts"] = value;
226             }
227         }
228         
229         [global::System.Configuration.ApplicationScopedSettingAttribute()]
230         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
231         [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr")]
232         public string PithosAuthenticationUrl {
233             get {
234                 return ((string)(this["PithosAuthenticationUrl"]));
235             }
236         }
237         
238         [global::System.Configuration.ApplicationScopedSettingAttribute()]
239         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
240         [global::System.Configuration.DefaultSettingValueAttribute("https://auth.api.rackspacecloud.com")]
241         public string CloudfilesAuthenticationUrl {
242             get {
243                 return ((string)(this["CloudfilesAuthenticationUrl"]));
244             }
245         }
246     }
247 }