Settings.Designer.cs 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.42000
  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 PDFViewer.Properties {
  11. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  12. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.7.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("True")]
  23. public bool IsHighlightLinkArea {
  24. get {
  25. return ((bool)(this["IsHighlightLinkArea"]));
  26. }
  27. set {
  28. this["IsHighlightLinkArea"] = value;
  29. }
  30. }
  31. [global::System.Configuration.UserScopedSettingAttribute()]
  32. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  33. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  34. public bool IsHighlightFormArea {
  35. get {
  36. return ((bool)(this["IsHighlightFormArea"]));
  37. }
  38. set {
  39. this["IsHighlightFormArea"] = value;
  40. }
  41. }
  42. [global::System.Configuration.UserScopedSettingAttribute()]
  43. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  44. [global::System.Configuration.DefaultSettingValueAttribute("ComPDFKit")]
  45. public string DocumentAuthor {
  46. get {
  47. return ((string)(this["DocumentAuthor"]));
  48. }
  49. set {
  50. this["DocumentAuthor"] = value;
  51. }
  52. }
  53. [global::System.Configuration.UserScopedSettingAttribute()]
  54. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  55. [global::System.Configuration.DefaultSettingValueAttribute("")]
  56. public string Cultrue {
  57. get {
  58. return ((string)(this["Cultrue"]));
  59. }
  60. set {
  61. this["Cultrue"] = value;
  62. }
  63. }
  64. [global::System.Configuration.UserScopedSettingAttribute()]
  65. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  66. public global::System.Collections.Specialized.StringCollection LastOpenedFiles {
  67. get {
  68. return ((global::System.Collections.Specialized.StringCollection)(this["LastOpenedFiles"]));
  69. }
  70. set {
  71. this["LastOpenedFiles"] = value;
  72. }
  73. }
  74. [global::System.Configuration.UserScopedSettingAttribute()]
  75. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  76. [global::System.Configuration.DefaultSettingValueAttribute("-1")]
  77. public int LastSelectedFileIndex {
  78. get {
  79. return ((int)(this["LastSelectedFileIndex"]));
  80. }
  81. set {
  82. this["LastSelectedFileIndex"] = value;
  83. }
  84. }
  85. [global::System.Configuration.UserScopedSettingAttribute()]
  86. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  87. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  88. public bool IsLoadLastFileNeeded {
  89. get {
  90. return ((bool)(this["IsLoadLastFileNeeded"]));
  91. }
  92. set {
  93. this["IsLoadLastFileNeeded"] = value;
  94. }
  95. }
  96. [global::System.Configuration.UserScopedSettingAttribute()]
  97. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  98. [global::System.Configuration.DefaultSettingValueAttribute("10")]
  99. public int Divisor {
  100. get {
  101. return ((int)(this["Divisor"]));
  102. }
  103. set {
  104. this["Divisor"] = value;
  105. }
  106. }
  107. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  108. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  109. [global::System.Configuration.DefaultSettingValueAttribute("English")]
  110. public string Language {
  111. get {
  112. return ((string)(this["Language"]));
  113. }
  114. }
  115. }
  116. }