Settings.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace PDF_Office.Properties {
  11. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  12. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.3.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. public global::PDFSettings.Settings.RecentOpenFiles RecentOpenFiles {
  23. get {
  24. return ((global::PDFSettings.Settings.RecentOpenFiles)(this["RecentOpenFiles"]));
  25. }
  26. set {
  27. this["RecentOpenFiles"] = value;
  28. }
  29. }
  30. [global::System.Configuration.UserScopedSettingAttribute()]
  31. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  32. public global::PDFSettings.DefaultAnnotProperties DefautAnnotProperties {
  33. get {
  34. return ((global::PDFSettings.DefaultAnnotProperties)(this["DefautAnnotProperties"]));
  35. }
  36. set {
  37. this["DefautAnnotProperties"] = value;
  38. }
  39. }
  40. [global::System.Configuration.UserScopedSettingAttribute()]
  41. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  42. public global::PDFSettings.APPSettingProperties AppProperties {
  43. get {
  44. return ((global::PDFSettings.APPSettingProperties)(this["AppProperties"]));
  45. }
  46. set {
  47. this["AppProperties"] = value;
  48. }
  49. }
  50. [global::System.Configuration.UserScopedSettingAttribute()]
  51. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  52. public global::PDFSettings.AllPDFToolsList AllPDFToolsList {
  53. get {
  54. return ((global::PDFSettings.AllPDFToolsList)(this["AllPDFToolsList"]));
  55. }
  56. set {
  57. this["AllPDFToolsList"] = value;
  58. }
  59. }
  60. [global::System.Configuration.UserScopedSettingAttribute()]
  61. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  62. public global::PDFSettings.QuickPDFToolsList QuickPDFToolsList {
  63. get {
  64. return ((global::PDFSettings.QuickPDFToolsList)(this["QuickPDFToolsList"]));
  65. }
  66. set {
  67. this["QuickPDFToolsList"] = value;
  68. }
  69. }
  70. [global::System.Configuration.UserScopedSettingAttribute()]
  71. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  72. public global::PDFSettings.BackgroundTemplateList BackgroundTemplateList {
  73. get {
  74. return ((global::PDFSettings.BackgroundTemplateList)(this["BackgroundTemplateList"]));
  75. }
  76. set {
  77. this["BackgroundTemplateList"] = value;
  78. }
  79. }
  80. [global::System.Configuration.UserScopedSettingAttribute()]
  81. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  82. [global::System.Configuration.DefaultSettingValueAttribute("0")]
  83. public int BackgroundIndex {
  84. get {
  85. return ((int)(this["BackgroundIndex"]));
  86. }
  87. set {
  88. this["BackgroundIndex"] = value;
  89. }
  90. }
  91. [global::System.Configuration.UserScopedSettingAttribute()]
  92. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  93. public global::PDFSettings.WatermarkTemplateList WatermarkTemplateList {
  94. get {
  95. return ((global::PDFSettings.WatermarkTemplateList)(this["WatermarkTemplateList"]));
  96. }
  97. set {
  98. this["WatermarkTemplateList"] = value;
  99. }
  100. }
  101. [global::System.Configuration.UserScopedSettingAttribute()]
  102. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  103. [global::System.Configuration.DefaultSettingValueAttribute("0")]
  104. public int WatermarkIndex {
  105. get {
  106. return ((int)(this["WatermarkIndex"]));
  107. }
  108. set {
  109. this["WatermarkIndex"] = value;
  110. }
  111. }
  112. [global::System.Configuration.UserScopedSettingAttribute()]
  113. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  114. public global::PDFSettings.BatesTemplateList BatesTemplateList {
  115. get {
  116. return ((global::PDFSettings.BatesTemplateList)(this["BatesTemplateList"]));
  117. }
  118. set {
  119. this["BatesTemplateList"] = value;
  120. }
  121. }
  122. [global::System.Configuration.UserScopedSettingAttribute()]
  123. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  124. [global::System.Configuration.DefaultSettingValueAttribute("0")]
  125. public int BatesIndex {
  126. get {
  127. return ((int)(this["BatesIndex"]));
  128. }
  129. set {
  130. this["BatesIndex"] = value;
  131. }
  132. }
  133. [global::System.Configuration.UserScopedSettingAttribute()]
  134. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  135. public global::PDFSettings.HeaderFooterTemplateList HeaderFooterTemplateList {
  136. get {
  137. return ((global::PDFSettings.HeaderFooterTemplateList)(this["HeaderFooterTemplateList"]));
  138. }
  139. set {
  140. this["HeaderFooterTemplateList"] = value;
  141. }
  142. }
  143. [global::System.Configuration.UserScopedSettingAttribute()]
  144. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  145. [global::System.Configuration.DefaultSettingValueAttribute("0")]
  146. public int HeaderFooterIndex {
  147. get {
  148. return ((int)(this["HeaderFooterIndex"]));
  149. }
  150. set {
  151. this["HeaderFooterIndex"] = value;
  152. }
  153. }
  154. }
  155. }