Settings.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace PDF_Master.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. public global::PDFSettings.RecentOpenFiles RecentOpenFiles {
  23. get {
  24. return ((global::PDFSettings.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. [global::System.Configuration.UserScopedSettingAttribute()]
  155. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  156. public global::PDFSettings.CustomStampList CustomStampList {
  157. get {
  158. return ((global::PDFSettings.CustomStampList)(this["CustomStampList"]));
  159. }
  160. set {
  161. this["CustomStampList"] = value;
  162. }
  163. }
  164. [global::System.Configuration.UserScopedSettingAttribute()]
  165. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  166. public global::PDFSettings.SignatureList SignatureList {
  167. get {
  168. return ((global::PDFSettings.SignatureList)(this["SignatureList"]));
  169. }
  170. set {
  171. this["SignatureList"] = value;
  172. }
  173. }
  174. [global::System.Configuration.UserScopedSettingAttribute()]
  175. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  176. public global::PDFSettings.RedactionSettings RedactionsSettings {
  177. get {
  178. return ((global::PDFSettings.RedactionSettings)(this["RedactionsSettings"]));
  179. }
  180. set {
  181. this["RedactionsSettings"] = value;
  182. }
  183. }
  184. [global::System.Configuration.UserScopedSettingAttribute()]
  185. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  186. public global::PDFSettings.PresetFontList PresetFontList {
  187. get {
  188. return ((global::PDFSettings.PresetFontList)(this["PresetFontList"]));
  189. }
  190. set {
  191. this["PresetFontList"] = value;
  192. }
  193. }
  194. [global::System.Configuration.UserScopedSettingAttribute()]
  195. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  196. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  197. public bool UpdateSettings {
  198. get {
  199. return ((bool)(this["UpdateSettings"]));
  200. }
  201. set {
  202. this["UpdateSettings"] = value;
  203. }
  204. }
  205. [global::System.Configuration.UserScopedSettingAttribute()]
  206. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  207. public global::PDFSettings.ColorSelectorList ColorSelectors {
  208. get {
  209. return ((global::PDFSettings.ColorSelectorList)(this["ColorSelectors"]));
  210. }
  211. set {
  212. this["ColorSelectors"] = value;
  213. }
  214. }
  215. [global::System.Configuration.UserScopedSettingAttribute()]
  216. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  217. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  218. public bool IsNewUser {
  219. get {
  220. return ((bool)(this["IsNewUser"]));
  221. }
  222. set {
  223. this["IsNewUser"] = value;
  224. }
  225. }
  226. [global::System.Configuration.UserScopedSettingAttribute()]
  227. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  228. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  229. public bool IsGuidPDFUpdated {
  230. get {
  231. return ((bool)(this["IsGuidPDFUpdated"]));
  232. }
  233. set {
  234. this["IsGuidPDFUpdated"] = value;
  235. }
  236. }
  237. [global::System.Configuration.UserScopedSettingAttribute()]
  238. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  239. public global::PDFSettings.UserDate UserDate {
  240. get {
  241. return ((global::PDFSettings.UserDate)(this["UserDate"]));
  242. }
  243. set {
  244. this["UserDate"] = value;
  245. }
  246. }
  247. [global::System.Configuration.UserScopedSettingAttribute()]
  248. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  249. public global::PDFSettings.ADDate ADDate {
  250. get {
  251. return ((global::PDFSettings.ADDate)(this["ADDate"]));
  252. }
  253. set {
  254. this["ADDate"] = value;
  255. }
  256. }
  257. [global::System.Configuration.UserScopedSettingAttribute()]
  258. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  259. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  260. public bool IsNewInViewContent {
  261. get {
  262. return ((bool)(this["IsNewInViewContent"]));
  263. }
  264. set {
  265. this["IsNewInViewContent"] = value;
  266. }
  267. }
  268. [global::System.Configuration.UserScopedSettingAttribute()]
  269. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  270. public global::PDFSettings.PreinstallFontList PreinstallFontList {
  271. get {
  272. return ((global::PDFSettings.PreinstallFontList)(this["PreinstallFontList"]));
  273. }
  274. set {
  275. this["PreinstallFontList"] = value;
  276. }
  277. }
  278. [global::System.Configuration.UserScopedSettingAttribute()]
  279. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  280. public global::PDFSettings.PDFEditList PDFEditList {
  281. get {
  282. return ((global::PDFSettings.PDFEditList)(this["PDFEditList"]));
  283. }
  284. set {
  285. this["PDFEditList"] = value;
  286. }
  287. }
  288. [global::System.Configuration.UserScopedSettingAttribute()]
  289. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  290. public global::PDFSettings.DefaultEditProperties DefaultEditProperties {
  291. get {
  292. return ((global::PDFSettings.DefaultEditProperties)(this["DefaultEditProperties"]));
  293. }
  294. set {
  295. this["DefaultEditProperties"] = value;
  296. }
  297. }
  298. }
  299. }