~dangarner/xibo/client-170alpha

« back to all changes in this revision

Viewing changes to client/dotNET/Properties/Settings.Designer.cs

  • Committer: Dan Garner
  • Date: 2014-08-27 14:37:13 UTC
  • Revision ID: dan@xibo.org.uk-20140827143713-4q39zg0fq8ur3kl6
[dotnetclient] Change to custom settings implementation (based on exe name).
[dotnetclient] 1st pass at SCR methods

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                return defaultInstance;
23
23
            }
24
24
        }
25
 
        
26
 
        [global::System.Configuration.UserScopedSettingAttribute()]
27
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
28
 
        [global::System.Configuration.DefaultSettingValueAttribute("DEFAULT")]
29
 
        public string LibraryPath {
30
 
            get {
31
 
                return ((string)(this["LibraryPath"]));
32
 
            }
33
 
            set {
34
 
                this["LibraryPath"] = value;
35
 
            }
36
 
        }
37
 
        
38
 
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
39
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
40
 
        [global::System.Configuration.DefaultSettingValueAttribute("schedule.xml")]
41
 
        public string ScheduleFile {
42
 
            get {
43
 
                return ((string)(this["ScheduleFile"]));
44
 
            }
45
 
        }
46
 
        
47
 
        [global::System.Configuration.UserScopedSettingAttribute()]
48
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
49
 
        [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
50
 
        [global::System.Configuration.DefaultSettingValueAttribute("http://localhost/xibo/1.7/server-170-alpha/server/xmds.php")]
51
 
        public string XiboClient_xmds_xmds {
52
 
            get {
53
 
                return ((string)(this["XiboClient_xmds_xmds"]));
54
 
            }
55
 
            set {
56
 
                this["XiboClient_xmds_xmds"] = value;
57
 
            }
58
 
        }
59
 
        
60
 
        [global::System.Configuration.UserScopedSettingAttribute()]
61
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
62
 
        [global::System.Configuration.DefaultSettingValueAttribute("yourserverkey")]
63
 
        public string ServerKey {
64
 
            get {
65
 
                return ((string)(this["ServerKey"]));
66
 
            }
67
 
            set {
68
 
                this["ServerKey"] = value;
69
 
            }
70
 
        }
71
 
        
72
 
        [global::System.Configuration.UserScopedSettingAttribute()]
73
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
74
 
        [global::System.Configuration.DefaultSettingValueAttribute("COMPUTERNAME")]
75
 
        public string displayName {
76
 
            get {
77
 
                return ((string)(this["displayName"]));
78
 
            }
79
 
            set {
80
 
                this["displayName"] = value;
81
 
            }
82
 
        }
83
 
        
84
 
        [global::System.Configuration.UserScopedSettingAttribute()]
85
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
86
 
        [global::System.Configuration.DefaultSettingValueAttribute("0")]
87
 
        public int licensed {
88
 
            get {
89
 
                return ((int)(this["licensed"]));
90
 
            }
91
 
            set {
92
 
                this["licensed"] = value;
93
 
            }
94
 
        }
95
 
        
96
 
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
97
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
98
 
        [global::System.Configuration.DefaultSettingValueAttribute("log.xml")]
99
 
        public string logLocation {
100
 
            get {
101
 
                return ((string)(this["logLocation"]));
102
 
            }
103
 
        }
104
 
        
105
 
        [global::System.Configuration.UserScopedSettingAttribute()]
106
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
107
 
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
108
 
        public bool powerpointEnabled {
109
 
            get {
110
 
                return ((bool)(this["powerpointEnabled"]));
111
 
            }
112
 
            set {
113
 
                this["powerpointEnabled"] = value;
114
 
            }
115
 
        }
116
 
        
117
 
        [global::System.Configuration.UserScopedSettingAttribute()]
118
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
119
 
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
120
 
        public bool statsEnabled {
121
 
            get {
122
 
                return ((bool)(this["statsEnabled"]));
123
 
            }
124
 
            set {
125
 
                this["statsEnabled"] = value;
126
 
            }
127
 
        }
128
 
        
129
 
        [global::System.Configuration.UserScopedSettingAttribute()]
130
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
131
 
        [global::System.Configuration.DefaultSettingValueAttribute("http://localhost/xibo")]
132
 
        public string serverURI {
133
 
            get {
134
 
                return ((string)(this["serverURI"]));
135
 
            }
136
 
            set {
137
 
                this["serverURI"] = value;
138
 
            }
139
 
        }
140
 
        
141
 
        [global::System.Configuration.UserScopedSettingAttribute()]
142
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
143
 
        [global::System.Configuration.DefaultSettingValueAttribute("")]
144
 
        public string ProxyUser {
145
 
            get {
146
 
                return ((string)(this["ProxyUser"]));
147
 
            }
148
 
            set {
149
 
                this["ProxyUser"] = value;
150
 
            }
151
 
        }
152
 
        
153
 
        [global::System.Configuration.UserScopedSettingAttribute()]
154
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
155
 
        [global::System.Configuration.DefaultSettingValueAttribute("")]
156
 
        public string ProxyPassword {
157
 
            get {
158
 
                return ((string)(this["ProxyPassword"]));
159
 
            }
160
 
            set {
161
 
                this["ProxyPassword"] = value;
162
 
            }
163
 
        }
164
 
        
165
 
        [global::System.Configuration.UserScopedSettingAttribute()]
166
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
167
 
        [global::System.Configuration.DefaultSettingValueAttribute("")]
168
 
        public string ProxyDomain {
169
 
            get {
170
 
                return ((string)(this["ProxyDomain"]));
171
 
            }
172
 
            set {
173
 
                this["ProxyDomain"] = value;
174
 
            }
175
 
        }
176
 
        
177
 
        [global::System.Configuration.UserScopedSettingAttribute()]
178
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
179
 
        [global::System.Configuration.DefaultSettingValueAttribute("")]
180
 
        public string ProxyPort {
181
 
            get {
182
 
                return ((string)(this["ProxyPort"]));
183
 
            }
184
 
            set {
185
 
                this["ProxyPort"] = value;
186
 
            }
187
 
        }
188
 
        
189
 
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
190
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
191
 
        [global::System.Configuration.DefaultSettingValueAttribute("blacklist.xml")]
192
 
        public string blackListLocation {
193
 
            get {
194
 
                return ((string)(this["blackListLocation"]));
195
 
            }
196
 
        }
197
 
        
198
 
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
199
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
200
 
        [global::System.Configuration.DefaultSettingValueAttribute("4")]
201
 
        public string Version {
202
 
            get {
203
 
                return ((string)(this["Version"]));
204
 
            }
205
 
        }
206
 
        
207
 
        [global::System.Configuration.UserScopedSettingAttribute()]
208
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
209
 
        [global::System.Configuration.DefaultSettingValueAttribute("")]
210
 
        public string hardwareKey {
211
 
            get {
212
 
                return ((string)(this["hardwareKey"]));
213
 
            }
214
 
            set {
215
 
                this["hardwareKey"] = value;
216
 
            }
217
 
        }
218
 
        
219
 
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
220
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
221
 
        [global::System.Configuration.DefaultSettingValueAttribute("50")]
222
 
        public int StatsFlushCount {
223
 
            get {
224
 
                return ((int)(this["StatsFlushCount"]));
225
 
            }
226
 
        }
227
 
        
228
 
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
229
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
230
 
        [global::System.Configuration.DefaultSettingValueAttribute("stats.xml")]
231
 
        public string StatsLogFile {
232
 
            get {
233
 
                return ((string)(this["StatsLogFile"]));
234
 
            }
235
 
        }
236
 
        
237
 
        [global::System.Configuration.UserScopedSettingAttribute()]
238
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
239
 
        public global::System.DateTime XmdsLastConnection {
240
 
            get {
241
 
                return ((global::System.DateTime)(this["XmdsLastConnection"]));
242
 
            }
243
 
            set {
244
 
                this["XmdsLastConnection"] = value;
245
 
            }
246
 
        }
247
 
        
248
 
        [global::System.Configuration.UserScopedSettingAttribute()]
249
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
250
 
        [global::System.Configuration.DefaultSettingValueAttribute("900")]
251
 
        public decimal collectInterval {
252
 
            get {
253
 
                return ((decimal)(this["collectInterval"]));
254
 
            }
255
 
            set {
256
 
                this["collectInterval"] = value;
257
 
            }
258
 
        }
259
 
        
260
 
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
261
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
262
 
        [global::System.Configuration.DefaultSettingValueAttribute("cacheManager.xml")]
263
 
        public string CacheManagerFile {
264
 
            get {
265
 
                return ((string)(this["CacheManagerFile"]));
266
 
            }
267
 
        }
268
 
        
269
 
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
270
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
271
 
        [global::System.Configuration.DefaultSettingValueAttribute("1.7.0-alpha")]
272
 
        public string ClientVersion {
273
 
            get {
274
 
                return ((string)(this["ClientVersion"]));
275
 
            }
276
 
        }
277
 
        
278
 
        [global::System.Configuration.UserScopedSettingAttribute()]
279
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
280
 
        [global::System.Configuration.DefaultSettingValueAttribute("1")]
281
 
        public decimal scrollStepAmount {
282
 
            get {
283
 
                return ((decimal)(this["scrollStepAmount"]));
284
 
            }
285
 
            set {
286
 
                this["scrollStepAmount"] = value;
287
 
            }
288
 
        }
289
 
        
290
 
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
291
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
292
 
        [global::System.Configuration.DefaultSettingValueAttribute("900")]
293
 
        public int xmdsResetTimeout {
294
 
            get {
295
 
                return ((int)(this["xmdsResetTimeout"]));
296
 
            }
297
 
        }
298
 
        
299
 
        [global::System.Configuration.UserScopedSettingAttribute()]
300
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
301
 
        [global::System.Configuration.DefaultSettingValueAttribute("0")]
302
 
        public decimal sizeX {
303
 
            get {
304
 
                return ((decimal)(this["sizeX"]));
305
 
            }
306
 
            set {
307
 
                this["sizeX"] = value;
308
 
            }
309
 
        }
310
 
        
311
 
        [global::System.Configuration.UserScopedSettingAttribute()]
312
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
313
 
        [global::System.Configuration.DefaultSettingValueAttribute("0")]
314
 
        public decimal sizeY {
315
 
            get {
316
 
                return ((decimal)(this["sizeY"]));
317
 
            }
318
 
            set {
319
 
                this["sizeY"] = value;
320
 
            }
321
 
        }
322
 
        
323
 
        [global::System.Configuration.UserScopedSettingAttribute()]
324
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
325
 
        [global::System.Configuration.DefaultSettingValueAttribute("0")]
326
 
        public decimal offsetX {
327
 
            get {
328
 
                return ((decimal)(this["offsetX"]));
329
 
            }
330
 
            set {
331
 
                this["offsetX"] = value;
332
 
            }
333
 
        }
334
 
        
335
 
        [global::System.Configuration.UserScopedSettingAttribute()]
336
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
337
 
        [global::System.Configuration.DefaultSettingValueAttribute("0")]
338
 
        public decimal offsetY {
339
 
            get {
340
 
                return ((decimal)(this["offsetY"]));
341
 
            }
342
 
            set {
343
 
                this["offsetY"] = value;
344
 
            }
345
 
        }
346
 
        
347
 
        [global::System.Configuration.UserScopedSettingAttribute()]
348
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
349
 
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
350
 
        public bool expireModifiedLayouts {
351
 
            get {
352
 
                return ((bool)(this["expireModifiedLayouts"]));
353
 
            }
354
 
            set {
355
 
                this["expireModifiedLayouts"] = value;
356
 
            }
357
 
        }
358
 
        
359
 
        [global::System.Configuration.UserScopedSettingAttribute()]
360
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
361
 
        [global::System.Configuration.DefaultSettingValueAttribute("10")]
362
 
        public decimal emptyLayoutDuration {
363
 
            get {
364
 
                return ((decimal)(this["emptyLayoutDuration"]));
365
 
            }
366
 
            set {
367
 
                this["emptyLayoutDuration"] = value;
368
 
            }
369
 
        }
370
 
        
371
 
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
372
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
373
 
        [global::System.Configuration.DefaultSettingValueAttribute("requiredFiles.xml")]
374
 
        public string RequiredFilesFile {
375
 
            get {
376
 
                return ((string)(this["RequiredFilesFile"]));
377
 
            }
378
 
        }
379
 
        
380
 
        [global::System.Configuration.UserScopedSettingAttribute()]
381
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
382
 
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
383
 
        public bool EnableMouse {
384
 
            get {
385
 
                return ((bool)(this["EnableMouse"]));
386
 
            }
387
 
            set {
388
 
                this["EnableMouse"] = value;
389
 
            }
390
 
        }
391
 
        
392
 
        [global::System.Configuration.UserScopedSettingAttribute()]
393
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
394
 
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
395
 
        public bool DoubleBuffering {
396
 
            get {
397
 
                return ((bool)(this["DoubleBuffering"]));
398
 
            }
399
 
            set {
400
 
                this["DoubleBuffering"] = value;
401
 
            }
402
 
        }
403
 
        
404
 
        [global::System.Configuration.UserScopedSettingAttribute()]
405
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
406
 
        [global::System.Configuration.DefaultSettingValueAttribute("5")]
407
 
        public int MaxConcurrentDownloads {
408
 
            get {
409
 
                return ((int)(this["MaxConcurrentDownloads"]));
410
 
            }
411
 
            set {
412
 
                this["MaxConcurrentDownloads"] = value;
413
 
            }
414
 
        }
415
 
        
416
 
        [global::System.Configuration.UserScopedSettingAttribute()]
417
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
418
 
        [global::System.Configuration.DefaultSettingValueAttribute("error")]
419
 
        public string LogLevel {
420
 
            get {
421
 
                return ((string)(this["LogLevel"]));
422
 
            }
423
 
            set {
424
 
                this["LogLevel"] = value;
425
 
            }
426
 
        }
427
 
        
428
 
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
429
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
430
 
        [global::System.Configuration.DefaultSettingValueAttribute("2")]
431
 
        public int LibraryAgentInterval {
432
 
            get {
433
 
                return ((int)(this["LibraryAgentInterval"]));
434
 
            }
435
 
        }
436
 
        
437
 
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
438
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
439
 
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
440
 
        public bool EnableExpiredFileDeletion {
441
 
            get {
442
 
                return ((bool)(this["EnableExpiredFileDeletion"]));
443
 
            }
444
 
        }
445
 
        
446
 
        [global::System.Configuration.UserScopedSettingAttribute()]
447
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
448
 
        [global::System.Configuration.DefaultSettingValueAttribute("")]
449
 
        public string SplashOverride {
450
 
            get {
451
 
                return ((string)(this["SplashOverride"]));
452
 
            }
453
 
            set {
454
 
                this["SplashOverride"] = value;
455
 
            }
456
 
        }
457
 
        
458
 
        [global::System.Configuration.UserScopedSettingAttribute()]
459
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
460
 
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
461
 
        public bool EnableShellCommands {
462
 
            get {
463
 
                return ((bool)(this["EnableShellCommands"]));
464
 
            }
465
 
            set {
466
 
                this["EnableShellCommands"] = value;
467
 
            }
468
 
        }
469
 
        
470
 
        [global::System.Configuration.UserScopedSettingAttribute()]
471
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
472
 
        [global::System.Configuration.DefaultSettingValueAttribute("")]
473
 
        public string ShellCommandAllowList {
474
 
            get {
475
 
                return ((string)(this["ShellCommandAllowList"]));
476
 
            }
477
 
            set {
478
 
                this["ShellCommandAllowList"] = value;
479
 
            }
480
 
        }
481
 
        
482
 
        [global::System.Configuration.UserScopedSettingAttribute()]
483
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
484
 
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
485
 
        public bool ShowInTaskbar {
486
 
            get {
487
 
                return ((bool)(this["ShowInTaskbar"]));
488
 
            }
489
 
            set {
490
 
                this["ShowInTaskbar"] = value;
491
 
            }
492
 
        }
493
 
        
494
 
        [global::System.Configuration.UserScopedSettingAttribute()]
495
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
496
 
        [global::System.Configuration.DefaultSettingValueAttribute("")]
497
 
        public string LogToDiskLocation {
498
 
            get {
499
 
                return ((string)(this["LogToDiskLocation"]));
500
 
            }
501
 
            set {
502
 
                this["LogToDiskLocation"] = value;
503
 
            }
504
 
        }
505
 
        
506
 
        [global::System.Configuration.UserScopedSettingAttribute()]
507
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
508
 
        [global::System.Configuration.DefaultSettingValueAttribute("WindowsMediaPlayer")]
509
 
        public string VideoRenderingEngine {
510
 
            get {
511
 
                return ((string)(this["VideoRenderingEngine"]));
512
 
            }
513
 
            set {
514
 
                this["VideoRenderingEngine"] = value;
515
 
            }
516
 
        }
517
 
        
518
 
        [global::System.Configuration.UserScopedSettingAttribute()]
519
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
520
 
        [global::System.Configuration.DefaultSettingValueAttribute("Bottom Right")]
521
 
        public string CursorStartPosition {
522
 
            get {
523
 
                return ((string)(this["CursorStartPosition"]));
524
 
            }
525
 
            set {
526
 
                this["CursorStartPosition"] = value;
527
 
            }
528
 
        }
529
 
        
530
 
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
531
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
532
 
        [global::System.Configuration.DefaultSettingValueAttribute("100")]
533
 
        public int ClientCodeVersion {
534
 
            get {
535
 
                return ((int)(this["ClientCodeVersion"]));
536
 
            }
537
 
        }
538
 
        
539
 
        [global::System.Configuration.UserScopedSettingAttribute()]
540
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
541
 
        [global::System.Configuration.DefaultSettingValueAttribute("I")]
542
 
        public string ClientInformationKeyCode {
543
 
            get {
544
 
                return ((string)(this["ClientInformationKeyCode"]));
545
 
            }
546
 
            set {
547
 
                this["ClientInformationKeyCode"] = value;
548
 
            }
549
 
        }
550
 
        
551
 
        [global::System.Configuration.UserScopedSettingAttribute()]
552
 
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
553
 
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
554
 
        public bool ClientInfomationCtrlKey {
555
 
            get {
556
 
                return ((bool)(this["ClientInfomationCtrlKey"]));
557
 
            }
558
 
            set {
559
 
                this["ClientInfomationCtrlKey"] = value;
560
 
            }
561
 
        }
562
25
    }
563
26
}