Settings.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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("Guest")]
  56. public string AnnotationAuthor {
  57. get {
  58. return ((string)(this["AnnotationAuthor"]));
  59. }
  60. set {
  61. this["AnnotationAuthor"] = value;
  62. }
  63. }
  64. [global::System.Configuration.UserScopedSettingAttribute()]
  65. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  66. [global::System.Configuration.DefaultSettingValueAttribute("")]
  67. public string Cultrue {
  68. get {
  69. return ((string)(this["Cultrue"]));
  70. }
  71. set {
  72. this["Cultrue"] = value;
  73. }
  74. }
  75. [global::System.Configuration.UserScopedSettingAttribute()]
  76. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  77. public global::System.Collections.Specialized.StringCollection LastOpenedFiles {
  78. get {
  79. return ((global::System.Collections.Specialized.StringCollection)(this["LastOpenedFiles"]));
  80. }
  81. set {
  82. this["LastOpenedFiles"] = value;
  83. }
  84. }
  85. [global::System.Configuration.UserScopedSettingAttribute()]
  86. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  87. [global::System.Configuration.DefaultSettingValueAttribute("-1")]
  88. public int LastSelectedFileIndex {
  89. get {
  90. return ((int)(this["LastSelectedFileIndex"]));
  91. }
  92. set {
  93. this["LastSelectedFileIndex"] = value;
  94. }
  95. }
  96. [global::System.Configuration.UserScopedSettingAttribute()]
  97. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  98. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  99. public bool IsLoadLastFileNeeded {
  100. get {
  101. return ((bool)(this["IsLoadLastFileNeeded"]));
  102. }
  103. set {
  104. this["IsLoadLastFileNeeded"] = value;
  105. }
  106. }
  107. [global::System.Configuration.UserScopedSettingAttribute()]
  108. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  109. [global::System.Configuration.DefaultSettingValueAttribute("10")]
  110. public int Divisor {
  111. get {
  112. return ((int)(this["Divisor"]));
  113. }
  114. set {
  115. this["Divisor"] = value;
  116. }
  117. }
  118. [global::System.Configuration.ApplicationScopedSettingAttribute()]
  119. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  120. [global::System.Configuration.DefaultSettingValueAttribute("English")]
  121. public string Language {
  122. get {
  123. return ((string)(this["Language"]));
  124. }
  125. }
  126. }
  127. }