/Application/Properties/Settings.Designer.cs

http://yet-another-music-application.googlecode.com/ · C# · 847 lines · 774 code · 63 blank · 10 comment · 0 complexity · 8f13a0154dc3a7da510bb671a1f6f1a9 MD5 · raw file

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30128.1
  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. namespace Stoffi.Properties {
  11. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  12. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
  13. internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
  14. private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
  15. public static Settings Default {
  16. get {
  17. return defaultInstance;
  18. }
  19. }
  20. [global::System.Configuration.UserScopedSettingAttribute()]
  21. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22. [global::System.Configuration.DefaultSettingValueAttribute("600")]
  23. public double WinHeight {
  24. get {
  25. return ((double)(this["WinHeight"]));
  26. }
  27. set {
  28. this["WinHeight"] = value;
  29. }
  30. }
  31. [global::System.Configuration.UserScopedSettingAttribute()]
  32. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  33. [global::System.Configuration.DefaultSettingValueAttribute("1000")]
  34. public double WinWidth {
  35. get {
  36. return ((double)(this["WinWidth"]));
  37. }
  38. set {
  39. this["WinWidth"] = value;
  40. }
  41. }
  42. [global::System.Configuration.UserScopedSettingAttribute()]
  43. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  44. [global::System.Configuration.DefaultSettingValueAttribute("0")]
  45. public double WinTop
  46. {
  47. get
  48. {
  49. return ((double)(this["WinTop"]));
  50. }
  51. set
  52. {
  53. this["WinTop"] = value;
  54. }
  55. }
  56. [global::System.Configuration.UserScopedSettingAttribute()]
  57. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  58. [global::System.Configuration.DefaultSettingValueAttribute("0")]
  59. public double WinLeft
  60. {
  61. get
  62. {
  63. return ((double)(this["WinLeft"]));
  64. }
  65. set
  66. {
  67. this["WinLeft"] = value;
  68. }
  69. }
  70. [global::System.Configuration.UserScopedSettingAttribute()]
  71. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  72. [global::System.Configuration.DefaultSettingValueAttribute("Normal")]
  73. public string WinState
  74. {
  75. get
  76. {
  77. return ((string)(this["WinState"]));
  78. }
  79. set
  80. {
  81. this["WinState"] = value;
  82. }
  83. }
  84. [global::System.Configuration.UserScopedSettingAttribute()]
  85. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  86. [global::System.Configuration.DefaultSettingValueAttribute("200")]
  87. public double EqualizerHeight
  88. {
  89. get
  90. {
  91. return ((double)(this["EqualizerHeight"]));
  92. }
  93. set
  94. {
  95. this["EqualizerHeight"] = value;
  96. }
  97. }
  98. [global::System.Configuration.UserScopedSettingAttribute()]
  99. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  100. [global::System.Configuration.DefaultSettingValueAttribute("415")]
  101. public double EqualizerWidth
  102. {
  103. get
  104. {
  105. return ((double)(this["EqualizerWidth"]));
  106. }
  107. set
  108. {
  109. this["EqualizerWidth"] = value;
  110. }
  111. }
  112. [global::System.Configuration.UserScopedSettingAttribute()]
  113. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  114. [global::System.Configuration.DefaultSettingValueAttribute("-1")]
  115. public double EqualizerTop
  116. {
  117. get {
  118. return ((double)(this["EqualizerTop"]));
  119. }
  120. set {
  121. this["EqualizerTop"] = value;
  122. }
  123. }
  124. [global::System.Configuration.UserScopedSettingAttribute()]
  125. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  126. [global::System.Configuration.DefaultSettingValueAttribute("-1")]
  127. public double EqualizerLeft
  128. {
  129. get {
  130. return ((double)(this["EqualizerLeft"]));
  131. }
  132. set {
  133. this["EqualizerLeft"] = value;
  134. }
  135. }
  136. [global::System.Configuration.UserScopedSettingAttribute()]
  137. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  138. [global::System.Configuration.DefaultSettingValueAttribute("Stopped")]
  139. public MediaState MediaState
  140. {
  141. get
  142. {
  143. return ((MediaState)(this["MediaState"]));
  144. }
  145. set
  146. {
  147. this["MediaState"] = value;
  148. }
  149. }
  150. [global::System.Configuration.UserScopedSettingAttribute()]
  151. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  152. [global::System.Configuration.DefaultSettingValueAttribute("en-US")]
  153. public string Language
  154. {
  155. get
  156. {
  157. return ((string)(this["Language"]));
  158. }
  159. set
  160. {
  161. this["Language"] = value;
  162. }
  163. }
  164. [global::System.Configuration.UserScopedSettingAttribute()]
  165. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  166. [global::System.Configuration.DefaultSettingValueAttribute("150")]
  167. public double NavigationPaneWidth
  168. {
  169. get
  170. {
  171. return ((double)(this["NavigationPaneWidth"]));
  172. }
  173. set
  174. {
  175. this["NavigationPaneWidth"] = value;
  176. }
  177. }
  178. [global::System.Configuration.UserScopedSettingAttribute()]
  179. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  180. [global::System.Configuration.DefaultSettingValueAttribute("80")]
  181. public double DetailsPaneHeight
  182. {
  183. get
  184. {
  185. return ((double)(this["DetailsPaneHeight"]));
  186. }
  187. set
  188. {
  189. this["DetailsPaneHeight"] = value;
  190. }
  191. }
  192. [global::System.Configuration.UserScopedSettingAttribute()]
  193. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  194. [global::System.Configuration.DefaultSettingValueAttribute("NoRepeat")]
  195. public RepeatState Repeat {
  196. get {
  197. return ((RepeatState)(this["Repeat"]));
  198. }
  199. set {
  200. this["Repeat"] = value;
  201. }
  202. }
  203. [global::System.Configuration.UserScopedSettingAttribute()]
  204. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  205. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  206. public bool Shuffle {
  207. get {
  208. return ((bool)(this["Shuffle"]));
  209. }
  210. set {
  211. this["Shuffle"] = value;
  212. }
  213. }
  214. [global::System.Configuration.UserScopedSettingAttribute()]
  215. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  216. [global::System.Configuration.DefaultSettingValueAttribute("50")]
  217. public double Volume {
  218. get {
  219. return ((double)(this["Volume"]));
  220. }
  221. set {
  222. this["Volume"] = value;
  223. }
  224. }
  225. [global::System.Configuration.UserScopedSettingAttribute()]
  226. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  227. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  228. public bool EnableVisualizer
  229. {
  230. get
  231. {
  232. return ((bool)(this["EnableVisualizer"]));
  233. }
  234. set
  235. {
  236. this["EnableVisualizer"] = value;
  237. }
  238. }
  239. [global::System.Configuration.UserScopedSettingAttribute()]
  240. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  241. public System.Collections.Generic.List<EqualizerProfile> EqualizerProfiles
  242. {
  243. get
  244. {
  245. return ((System.Collections.Generic.List<EqualizerProfile>)(this["EqualizerProfiles"]));
  246. }
  247. set
  248. {
  249. this["EqualizerProfiles"] = value;
  250. }
  251. }
  252. [global::System.Configuration.UserScopedSettingAttribute()]
  253. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  254. public EqualizerProfile CurrentEqualizerProfile
  255. {
  256. get
  257. {
  258. return ((EqualizerProfile)(this["CurrentEqualizerProfile"]));
  259. }
  260. set
  261. {
  262. this["CurrentEqualizerProfile"] = value;
  263. }
  264. }
  265. [global::System.Configuration.UserScopedSettingAttribute()]
  266. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  267. [global::System.Configuration.DefaultSettingValueAttribute("0")]
  268. public double Seek
  269. {
  270. get
  271. {
  272. return ((double)(this["Seek"]));
  273. }
  274. set
  275. {
  276. this["Seek"] = value;
  277. }
  278. }
  279. [global::System.Configuration.UserScopedSettingAttribute()]
  280. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  281. public TrackData CurrentTrack
  282. {
  283. get
  284. {
  285. return ((TrackData)(this["CurrentTrack"]));
  286. }
  287. set
  288. {
  289. this["CurrentTrack"] = value;
  290. }
  291. }
  292. [global::System.Configuration.UserScopedSettingAttribute()]
  293. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  294. [global::System.Configuration.DefaultSettingValueAttribute("0")]
  295. public int HistoryIndex
  296. {
  297. get
  298. {
  299. return ((int)(this["HistoryIndex"]));
  300. }
  301. set
  302. {
  303. this["HistoryIndex"] = value;
  304. }
  305. }
  306. [global::System.Configuration.UserScopedSettingAttribute()]
  307. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  308. [global::System.Configuration.DefaultSettingValueAttribute("Files")]
  309. public string CurrentSelectedNavigation
  310. {
  311. get
  312. {
  313. return ((string)(this["CurrentSelectedNavigation"]));
  314. }
  315. set
  316. {
  317. this["CurrentSelectedNavigation"] = value;
  318. }
  319. }
  320. [global::System.Configuration.UserScopedSettingAttribute()]
  321. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  322. [global::System.Configuration.DefaultSettingValueAttribute("Files")]
  323. public string CurrentActiveNavigation
  324. {
  325. get
  326. {
  327. return ((string)(this["CurrentActiveNavigation"]));
  328. }
  329. set
  330. {
  331. this["CurrentActiveNavigation"] = value;
  332. }
  333. }
  334. [global::System.Configuration.UserScopedSettingAttribute()]
  335. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  336. [global::System.Configuration.DefaultSettingValueAttribute("false")]
  337. public bool MenuBarVisibile
  338. {
  339. get {
  340. return (bool)(this["MenuBarVisibile"]);
  341. }
  342. set {
  343. this["MenuBarVisibile"] = value;
  344. }
  345. }
  346. [global::System.Configuration.UserScopedSettingAttribute()]
  347. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  348. [global::System.Configuration.DefaultSettingValueAttribute("true")]
  349. public bool DetailsPaneVisibile
  350. {
  351. get {
  352. return (bool)(this["DetailsPaneVisibile"]);
  353. }
  354. set {
  355. this["DetailsPaneVisibile"] = value;
  356. }
  357. }
  358. [global::System.Configuration.UserScopedSettingAttribute()]
  359. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  360. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  361. public bool FirstRun {
  362. get {
  363. return ((bool)(this["FirstRun"]));
  364. }
  365. set {
  366. this["FirstRun"] = value;
  367. }
  368. }
  369. [global::System.Configuration.UserScopedSettingAttribute()]
  370. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  371. public global::System.Collections.ObjectModel.ObservableCollection<SourceData> Sources
  372. {
  373. get {
  374. return ((global::System.Collections.ObjectModel.ObservableCollection<SourceData>)(this["Sources"]));
  375. }
  376. set {
  377. this["Sources"] = value;
  378. }
  379. }
  380. [global::System.Configuration.UserScopedSettingAttribute()]
  381. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  382. public ViewDetailsConfig SourceListConfig
  383. {
  384. get
  385. {
  386. return ((ViewDetailsConfig)(this["SourceListConfig"]));
  387. }
  388. set
  389. {
  390. this["SourceListConfig"] = value;
  391. }
  392. }
  393. [global::System.Configuration.UserScopedSettingAttribute()]
  394. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  395. public ViewDetailsConfig LibraryListConfig
  396. {
  397. get
  398. {
  399. return ((ViewDetailsConfig)(this["LibraryListConfig"]));
  400. }
  401. set
  402. {
  403. this["LibraryListConfig"] = value;
  404. }
  405. }
  406. [global::System.Configuration.UserScopedSettingAttribute()]
  407. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  408. public ViewDetailsConfig HistoryListConfig
  409. {
  410. get
  411. {
  412. return ((ViewDetailsConfig)(this["HistoryListConfig"]));
  413. }
  414. set
  415. {
  416. this["HistoryListConfig"] = value;
  417. }
  418. }
  419. [global::System.Configuration.UserScopedSettingAttribute()]
  420. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  421. public ViewDetailsConfig QueueListConfig
  422. {
  423. get
  424. {
  425. return ((ViewDetailsConfig)(this["QueueListConfig"]));
  426. }
  427. set
  428. {
  429. this["QueueListConfig"] = value;
  430. }
  431. }
  432. [global::System.Configuration.UserScopedSettingAttribute()]
  433. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  434. public ViewDetailsConfig YouTubeListConfig
  435. {
  436. get
  437. {
  438. return ((ViewDetailsConfig)(this["YouTubeListConfig"]));
  439. }
  440. set
  441. {
  442. this["YouTubeListConfig"] = value;
  443. }
  444. }
  445. [global::System.Configuration.UserScopedSettingAttribute()]
  446. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  447. public global::System.Collections.ObjectModel.ObservableCollection<TrackData> LibraryTracks
  448. {
  449. get
  450. {
  451. return (global::System.Collections.ObjectModel.ObservableCollection<TrackData>)(this["LibraryTracks"]);
  452. }
  453. set
  454. {
  455. this["LibraryTracks"] = value;
  456. }
  457. }
  458. [global::System.Configuration.UserScopedSettingAttribute()]
  459. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  460. public global::System.Collections.ObjectModel.ObservableCollection<TrackData> HistoryTracks
  461. {
  462. get
  463. {
  464. return (global::System.Collections.ObjectModel.ObservableCollection<TrackData>)(this["HistoryTracks"]);
  465. }
  466. set
  467. {
  468. this["HistoryTracks"] = value;
  469. }
  470. }
  471. [global::System.Configuration.UserScopedSettingAttribute()]
  472. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  473. public global::System.Collections.ObjectModel.ObservableCollection<TrackData> QueueTracks
  474. {
  475. get
  476. {
  477. return (global::System.Collections.ObjectModel.ObservableCollection<TrackData>)(this["QueueTracks"]);
  478. }
  479. set
  480. {
  481. this["QueueTracks"] = value;
  482. }
  483. }
  484. [global::System.Configuration.UserScopedSettingAttribute()]
  485. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  486. public global::System.Collections.Generic.List<global::Stoffi.PlaylistData> Playlists
  487. {
  488. get
  489. {
  490. return ((global::System.Collections.Generic.List<global::Stoffi.PlaylistData>)(this["Playlists"]));
  491. }
  492. set
  493. {
  494. this["Playlists"] = value;
  495. }
  496. }
  497. [global::System.Configuration.UserScopedSettingAttribute()]
  498. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  499. [global::System.Configuration.DefaultSettingValueAttribute("Library")]
  500. public OpenAddPolicy OpenAddPolicy
  501. {
  502. get
  503. {
  504. return ((OpenAddPolicy)(this["OpenAddPolicy"]));
  505. }
  506. set
  507. {
  508. this["OpenAddPolicy"] = value;
  509. }
  510. }
  511. [global::System.Configuration.UserScopedSettingAttribute()]
  512. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  513. [global::System.Configuration.DefaultSettingValueAttribute("BackOfQueue")]
  514. public OpenPlayPolicy OpenPlayPolicy
  515. {
  516. get
  517. {
  518. return ((OpenPlayPolicy)(this["OpenPlayPolicy"]));
  519. }
  520. set
  521. {
  522. this["OpenPlayPolicy"] = value;
  523. }
  524. }
  525. [global::System.Configuration.UserScopedSettingAttribute()]
  526. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  527. [global::System.Configuration.DefaultSettingValueAttribute("Automatic")]
  528. public Stoffi.UpgradePolicy UpgradePolicy
  529. {
  530. get
  531. {
  532. return ((Stoffi.UpgradePolicy)(this["UpgradePolicy"]));
  533. }
  534. set
  535. {
  536. this["UpgradePolicy"] = value;
  537. }
  538. }
  539. [global::System.Configuration.UserScopedSettingAttribute()]
  540. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  541. [global::System.Configuration.DefaultSettingValueAttribute("Global")]
  542. public Stoffi.SearchPolicy SearchPolicy
  543. {
  544. get
  545. {
  546. return ((Stoffi.SearchPolicy)(this["SearchPolicy"]));
  547. }
  548. set
  549. {
  550. this["SearchPolicy"] = value;
  551. }
  552. }
  553. [global::System.Configuration.UserScopedSettingAttribute()]
  554. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  555. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  556. public bool ShowOSD
  557. {
  558. get
  559. {
  560. return ((bool)(this["ShowOSD"]));
  561. }
  562. set
  563. {
  564. this["ShowOSD"] = value;
  565. }
  566. }
  567. [global::System.Configuration.UserScopedSettingAttribute()]
  568. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  569. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  570. public bool MinimizeToTray
  571. {
  572. get
  573. {
  574. return ((bool)(this["MinimizeToTray"]));
  575. }
  576. set
  577. {
  578. this["MinimizeToTray"] = value;
  579. }
  580. }
  581. [global::System.Configuration.UserScopedSettingAttribute()]
  582. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  583. public int ID
  584. {
  585. get
  586. {
  587. return ((int)(this["ID"]));
  588. }
  589. set
  590. {
  591. this["ID"] = value;
  592. }
  593. }
  594. [global::System.Configuration.UserScopedSettingAttribute()]
  595. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  596. public long Version
  597. {
  598. get
  599. {
  600. return 1326226340;
  601. //return 2000000000;
  602. }
  603. set
  604. {
  605. this["Version"] = value;
  606. }
  607. }
  608. [global::System.Configuration.UserScopedSettingAttribute()]
  609. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  610. public string Architecture
  611. {
  612. get
  613. {
  614. return "32";
  615. }
  616. set
  617. {
  618. this["Architecture"] = value;
  619. }
  620. }
  621. [global::System.Configuration.UserScopedSettingAttribute()]
  622. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  623. public string Channel
  624. {
  625. get
  626. {
  627. return "alpha";
  628. }
  629. set
  630. {
  631. this["Channel"] = value;
  632. }
  633. }
  634. [global::System.Configuration.UserScopedSettingAttribute()]
  635. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  636. public string Release
  637. {
  638. get
  639. {
  640. return "Qin Alpha One";
  641. }
  642. set
  643. {
  644. this["Release"] = value;
  645. }
  646. }
  647. [global::System.Configuration.UserScopedSettingAttribute()]
  648. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  649. [global::System.Configuration.DefaultSettingValueAttribute("0")]
  650. public long UpgradeCheck
  651. {
  652. get
  653. {
  654. return ((long)(this["UpgradeCheck"]));
  655. }
  656. set
  657. {
  658. this["UpgradeCheck"] = value;
  659. }
  660. }
  661. [global::System.Configuration.UserScopedSettingAttribute()]
  662. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  663. public global::System.Collections.Generic.List<KeyboardShortcutProfile> ShortcutProfiles
  664. {
  665. get
  666. {
  667. return ((global::System.Collections.Generic.List<KeyboardShortcutProfile>)(this["ShortcutProfiles"]));
  668. }
  669. set
  670. {
  671. this["ShortcutProfiles"] = value;
  672. }
  673. }
  674. [global::System.Configuration.UserScopedSettingAttribute()]
  675. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  676. [global::System.Configuration.DefaultSettingValueAttribute("Stoffi")]
  677. public string CurrentShortcutProfile
  678. {
  679. get
  680. {
  681. return ((string)(this["CurrentShortcutProfile"]));
  682. }
  683. set
  684. {
  685. this["CurrentShortcutProfile"] = value;
  686. }
  687. }
  688. [global::System.Configuration.UserScopedSettingAttribute()]
  689. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  690. public string OAuthToken
  691. {
  692. get
  693. {
  694. return ((string)(this["OAuthToken"]));
  695. }
  696. set
  697. {
  698. this["OAuthToken"] = value;
  699. }
  700. }
  701. [global::System.Configuration.UserScopedSettingAttribute()]
  702. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  703. public string OAuthSecret
  704. {
  705. get
  706. {
  707. return ((string)(this["OAuthSecret"]));
  708. }
  709. set
  710. {
  711. this["OAuthSecret"] = value;
  712. }
  713. }
  714. [global::System.Configuration.UserScopedSettingAttribute()]
  715. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  716. [global::System.Configuration.DefaultSettingValueAttribute("false")]
  717. public bool SubmitSongs
  718. {
  719. get
  720. {
  721. return ((bool)(this["SubmitSongs"]));
  722. }
  723. set
  724. {
  725. this["SubmitSongs"] = value;
  726. }
  727. }
  728. [global::System.Configuration.UserScopedSettingAttribute()]
  729. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  730. [global::System.Configuration.DefaultSettingValueAttribute("false")]
  731. public bool SubmitPlaylists
  732. {
  733. get
  734. {
  735. return ((bool)(this["SubmitPlaylists"]));
  736. }
  737. set
  738. {
  739. this["SubmitPlaylists"] = value;
  740. }
  741. }
  742. [global::System.Configuration.UserScopedSettingAttribute()]
  743. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  744. [global::System.Configuration.DefaultSettingValueAttribute("true")]
  745. public bool PauseWhileLocked
  746. {
  747. get
  748. {
  749. return ((bool)(this["PauseWhileLocked"]));
  750. }
  751. set
  752. {
  753. this["PauseWhileLocked"] = value;
  754. }
  755. }
  756. [global::System.Configuration.UserScopedSettingAttribute()]
  757. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  758. [global::System.Configuration.DefaultSettingValueAttribute("true")]
  759. public bool PauseWhileLoggedOut
  760. {
  761. get
  762. {
  763. return ((bool)(this["PauseWhileLoggedOut"]));
  764. }
  765. set
  766. {
  767. this["PauseWhileLoggedOut"] = value;
  768. }
  769. }
  770. [global::System.Configuration.UserScopedSettingAttribute()]
  771. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  772. public System.Collections.Generic.List<CloudIdentity> CloudIdentities
  773. {
  774. get
  775. {
  776. return ((System.Collections.Generic.List<CloudIdentity>)(this["CloudIdentities"]));
  777. }
  778. set
  779. {
  780. this["CloudIdentities"] = value;
  781. }
  782. }
  783. }
  784. }