51314d3865bb3ea6954f49db32508ea5b178e683
[pithos-ms-client] / trunk%2FPithos.Client.WPF%2FProperties%2FSettings.Designer.cs
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 //     This code was generated by a tool.
4 //     Runtime Version:4.0.30319.530
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("True")]
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("https://auth.api.rackspacecloud.com")]
209         public string CloudfilesAuthenticationUrl {
210             get {
211                 return ((string)(this["CloudfilesAuthenticationUrl"]));
212             }
213         }
214         
215         [global::System.Configuration.ApplicationScopedSettingAttribute()]
216         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
217         [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr/im/feedback")]
218         public string FeedbackUri {
219             get {
220                 return ((string)(this["FeedbackUri"]));
221             }
222         }
223         
224         [global::System.Configuration.UserScopedSettingAttribute()]
225         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
226         [global::System.Configuration.DefaultSettingValueAttribute("True")]
227         public bool MustUpgrade {
228             get {
229                 return ((bool)(this["MustUpgrade"]));
230             }
231             set {
232                 this["MustUpgrade"] = value;
233             }
234         }
235         
236         [global::System.Configuration.ApplicationScopedSettingAttribute()]
237         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
238         [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.okeanos.grnet.gr")]
239         public string ProductionServer {
240             get {
241                 return ((string)(this["ProductionServer"]));
242             }
243         }
244         
245         [global::System.Configuration.ApplicationScopedSettingAttribute()]
246         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
247         [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr")]
248         public string DevelopmentServer {
249             get {
250                 return ((string)(this["DevelopmentServer"]));
251             }
252         }
253         
254         [global::System.Configuration.UserScopedSettingAttribute()]
255         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
256         public global::Pithos.Interfaces.AccountsCollection Accounts {
257             get {
258                 return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));
259             }
260             set {
261                 this["Accounts"] = value;
262             }
263         }
264         
265         [global::System.Configuration.UserScopedSettingAttribute()]
266         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
267         [global::System.Configuration.DefaultSettingValueAttribute("10")]
268         public int PollingInterval {
269             get {
270                 return ((int)(this["PollingInterval"]));
271             }
272             set {
273                 this["PollingInterval"] = value;
274             }
275         }
276         
277         [global::System.Configuration.UserScopedSettingAttribute()]
278         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
279         [global::System.Configuration.DefaultSettingValueAttribute("")]
280         public string ProxyDomain {
281             get {
282                 return ((string)(this["ProxyDomain"]));
283             }
284             set {
285                 this["ProxyDomain"] = value;
286             }
287         }
288         
289         [global::System.Configuration.UserScopedSettingAttribute()]
290         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
291         [global::System.Configuration.DefaultSettingValueAttribute("1")]
292         public byte HashingParallelism {
293             get {
294                 return ((byte)(this["HashingParallelism"]));
295             }
296             set {
297                 this["HashingParallelism"] = value;
298             }
299         }
300         
301         [global::System.Configuration.UserScopedSettingAttribute()]
302         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
303         [global::System.Configuration.DefaultSettingValueAttribute("00:01:00")]
304         public global::System.TimeSpan StartupDelay {
305             get {
306                 return ((global::System.TimeSpan)(this["StartupDelay"]));
307             }
308             set {
309                 this["StartupDelay"] = value;
310             }
311         }
312         
313         [global::System.Configuration.ApplicationScopedSettingAttribute()]
314         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
315         [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
316         [global::System.Configuration.DefaultSettingValueAttribute("https://code.grnet.gr/projects/pithos-ms-client/repository/revisions/master/raw/t" +
317             "runk/Pithos.Installer/versioninfo.xml")]
318         public string UpdateUrl {
319             get {
320                 return ((string)(this["UpdateUrl"]));
321             }
322         }
323         
324         [global::System.Configuration.UserScopedSettingAttribute()]
325         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
326         [global::System.Configuration.DefaultSettingValueAttribute("False")]
327         public bool UpdateDiagnostics {
328             get {
329                 return ((bool)(this["UpdateDiagnostics"]));
330             }
331             set {
332                 this["UpdateDiagnostics"] = value;
333             }
334         }
335         
336         [global::System.Configuration.UserScopedSettingAttribute()]
337         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
338         [global::System.Configuration.DefaultSettingValueAttribute("24.00:00:00")]
339         public global::System.TimeSpan UpdateCheckInterval {
340             get {
341                 return ((global::System.TimeSpan)(this["UpdateCheckInterval"]));
342             }
343             set {
344                 this["UpdateCheckInterval"] = value;
345             }
346         }
347         
348         [global::System.Configuration.ApplicationScopedSettingAttribute()]
349         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
350         [global::System.Configuration.DefaultSettingValueAttribute("00:00:10")]
351         public global::System.TimeSpan FileIdleTimeout {
352             get {
353                 return ((global::System.TimeSpan)(this["FileIdleTimeout"]));
354             }
355         }
356         
357         [global::System.Configuration.ApplicationScopedSettingAttribute()]
358         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
359         [global::System.Configuration.DefaultSettingValueAttribute("True")]
360         public bool UpdateForceCheck {
361             get {
362                 return ((bool)(this["UpdateForceCheck"]));
363             }
364         }
365         
366         [global::System.Configuration.UserScopedSettingAttribute()]
367         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
368         [global::System.Configuration.DefaultSettingValueAttribute("False")]
369         public bool DebugLoggingEnabled {
370             get {
371                 return ((bool)(this["DebugLoggingEnabled"]));
372             }
373             set {
374                 this["DebugLoggingEnabled"] = value;
375             }
376         }
377         
378         [global::System.Configuration.UserScopedSettingAttribute()]
379         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
380         [global::System.Configuration.DefaultSettingValueAttribute("False")]
381         public bool IgnoreCertificateErrors {
382             get {
383                 return ((bool)(this["IgnoreCertificateErrors"]));
384             }
385             set {
386                 this["IgnoreCertificateErrors"] = value;
387             }
388         }
389         
390         [global::System.Configuration.ApplicationScopedSettingAttribute()]
391         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
392         public global::Pithos.Interfaces.ServersCollection Servers {
393             get {
394                 return ((global::Pithos.Interfaces.ServersCollection)(this["Servers"]));
395             }
396         }
397     }
398 }