Settings.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace PDFViewer.Properties {
  10. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  11. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
  12. internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
  13. private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
  14. public static Settings Default {
  15. get {
  16. return defaultInstance;
  17. }
  18. }
  19. [global::System.Configuration.UserScopedSettingAttribute()]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  22. public bool IsHighlightLinkArea {
  23. get {
  24. return ((bool)(this["IsHighlightLinkArea"]));
  25. }
  26. set {
  27. this["IsHighlightLinkArea"] = value;
  28. }
  29. }
  30. [global::System.Configuration.UserScopedSettingAttribute()]
  31. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  32. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  33. public bool IsHighlightFormArea {
  34. get {
  35. return ((bool)(this["IsHighlightFormArea"]));
  36. }
  37. set {
  38. this["IsHighlightFormArea"] = value;
  39. }
  40. }
  41. [global::System.Configuration.UserScopedSettingAttribute()]
  42. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  43. [global::System.Configuration.DefaultSettingValueAttribute("ComPDFKit")]
  44. public string DocumentAuthor {
  45. get {
  46. return ((string)(this["DocumentAuthor"]));
  47. }
  48. set {
  49. this["DocumentAuthor"] = value;
  50. }
  51. }
  52. [global::System.Configuration.UserScopedSettingAttribute()]
  53. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  54. [global::System.Configuration.DefaultSettingValueAttribute("")]
  55. public string Cultrue {
  56. get {
  57. return ((string)(this["Cultrue"]));
  58. }
  59. set {
  60. this["Cultrue"] = value;
  61. }
  62. }
  63. [global::System.Configuration.UserScopedSettingAttribute()]
  64. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  65. public global::System.Collections.Specialized.StringCollection LastOpenedFiles {
  66. get {
  67. return ((global::System.Collections.Specialized.StringCollection)(this["LastOpenedFiles"]));
  68. }
  69. set {
  70. this["LastOpenedFiles"] = value;
  71. }
  72. }
  73. [global::System.Configuration.UserScopedSettingAttribute()]
  74. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  75. [global::System.Configuration.DefaultSettingValueAttribute("-1")]
  76. public int LastSelectedFileIndex {
  77. get {
  78. return ((int)(this["LastSelectedFileIndex"]));
  79. }
  80. set {
  81. this["LastSelectedFileIndex"] = value;
  82. }
  83. }
  84. [global::System.Configuration.UserScopedSettingAttribute()]
  85. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  86. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  87. public bool IsLoadLastFileNeeded {
  88. get {
  89. return ((bool)(this["IsLoadLastFileNeeded"]));
  90. }
  91. set {
  92. this["IsLoadLastFileNeeded"] = value;
  93. }
  94. }
  95. [global::System.Configuration.UserScopedSettingAttribute()]
  96. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  97. [global::System.Configuration.DefaultSettingValueAttribute("10")]
  98. public int Divisor {
  99. get {
  100. return ((int)(this["Divisor"]));
  101. }
  102. set {
  103. this["Divisor"] = value;
  104. }
  105. }
  106. }
  107. }