3986c5e8f03a787c61b5fbdd8d23856260728d07
[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.488
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/login")]
218         public string PithosLoginUrl {
219             get {
220                 return ((string)(this["PithosLoginUrl"]));
221             }
222         }
223         
224         [global::System.Configuration.ApplicationScopedSettingAttribute()]
225         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
226         [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr/im/feedback")]
227         public string FeedbackUri {
228             get {
229                 return ((string)(this["FeedbackUri"]));
230             }
231         }
232         
233         [global::System.Configuration.UserScopedSettingAttribute()]
234         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
235         [global::System.Configuration.DefaultSettingValueAttribute("True")]
236         public bool MustUpgrade {
237             get {
238                 return ((bool)(this["MustUpgrade"]));
239             }
240             set {
241                 this["MustUpgrade"] = value;
242             }
243         }
244         
245         [global::System.Configuration.ApplicationScopedSettingAttribute()]
246         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
247         [global::System.Configuration.DefaultSettingValueAttribute("https://plus.pithos.grnet.gr")]
248         public string ProductionServer {
249             get {
250                 return ((string)(this["ProductionServer"]));
251             }
252         }
253         
254         [global::System.Configuration.ApplicationScopedSettingAttribute()]
255         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
256         [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr")]
257         public string DevelopmentServer {
258             get {
259                 return ((string)(this["DevelopmentServer"]));
260             }
261         }
262         
263         [global::System.Configuration.UserScopedSettingAttribute()]
264         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
265         public global::Pithos.Interfaces.AccountsCollection Accounts {
266             get {
267                 return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));
268             }
269             set {
270                 this["Accounts"] = value;
271             }
272         }
273         
274         [global::System.Configuration.UserScopedSettingAttribute()]
275         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
276         [global::System.Configuration.DefaultSettingValueAttribute("10")]
277         public int PollingInterval {
278             get {
279                 return ((int)(this["PollingInterval"]));
280             }
281             set {
282                 this["PollingInterval"] = value;
283             }
284         }
285         
286         [global::System.Configuration.UserScopedSettingAttribute()]
287         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
288         [global::System.Configuration.DefaultSettingValueAttribute("")]
289         public string ProxyDomain {
290             get {
291                 return ((string)(this["ProxyDomain"]));
292             }
293             set {
294                 this["ProxyDomain"] = value;
295             }
296         }
297         
298         [global::System.Configuration.UserScopedSettingAttribute()]
299         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
300         [global::System.Configuration.DefaultSettingValueAttribute("1")]
301         public byte HashingParallelism {
302             get {
303                 return ((byte)(this["HashingParallelism"]));
304             }
305             set {
306                 this["HashingParallelism"] = value;
307             }
308         }
309         
310         [global::System.Configuration.UserScopedSettingAttribute()]
311         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
312         [global::System.Configuration.DefaultSettingValueAttribute("00:01:00")]
313         public global::System.TimeSpan StartupDelay {
314             get {
315                 return ((global::System.TimeSpan)(this["StartupDelay"]));
316             }
317             set {
318                 this["StartupDelay"] = value;
319             }
320         }
321         
322         [global::System.Configuration.ApplicationScopedSettingAttribute()]
323         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
324         [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
325         [global::System.Configuration.DefaultSettingValueAttribute("https://github.com/pkanavos/PithosUpdateTest/raw/master/versioninfo.xml")]
326         public string UpdateUrl {
327             get {
328                 return ((string)(this["UpdateUrl"]));
329             }
330         }
331         
332         [global::System.Configuration.UserScopedSettingAttribute()]
333         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
334         [global::System.Configuration.DefaultSettingValueAttribute("False")]
335         public bool UpdateDiagnostics {
336             get {
337                 return ((bool)(this["UpdateDiagnostics"]));
338             }
339             set {
340                 this["UpdateDiagnostics"] = value;
341             }
342         }
343         
344         [global::System.Configuration.UserScopedSettingAttribute()]
345         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
346         [global::System.Configuration.DefaultSettingValueAttribute("24.00:00:00")]
347         public global::System.TimeSpan UpdateCheckInterval {
348             get {
349                 return ((global::System.TimeSpan)(this["UpdateCheckInterval"]));
350             }
351             set {
352                 this["UpdateCheckInterval"] = value;
353             }
354         }
355         
356         [global::System.Configuration.ApplicationScopedSettingAttribute()]
357         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
358         [global::System.Configuration.DefaultSettingValueAttribute("00:00:10")]
359         public global::System.TimeSpan FileIdleTimeout {
360             get {
361                 return ((global::System.TimeSpan)(this["FileIdleTimeout"]));
362             }
363         }
364     }
365 }