Settings.Designer.cs 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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.1.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. public double AnnotateFontSize
  21. {
  22. get
  23. {
  24. return ((double)(this["AnnotateFontSize"]));
  25. }
  26. set
  27. {
  28. this["AnnotateFontSize"] = value;
  29. }
  30. }
  31. [global::System.Configuration.UserScopedSettingAttribute()]
  32. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  33. public global::PDFSettings.Settings.RecentOpenFiles RecentOpenFiles {
  34. get {
  35. return ((global::PDFSettings.Settings.RecentOpenFiles)(this["RecentOpenFiles"]));
  36. }
  37. set {
  38. this["RecentOpenFiles"] = value;
  39. }
  40. }
  41. [global::System.Configuration.UserScopedSettingAttribute()]
  42. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  43. public global::PDFSettings.DefaultAnnotProperties DefautAnnotProperties {
  44. get {
  45. return ((global::PDFSettings.DefaultAnnotProperties)(this["DefautAnnotProperties"]));
  46. }
  47. set {
  48. this["DefautAnnotProperties"] = value;
  49. }
  50. }
  51. [global::System.Configuration.UserScopedSettingAttribute()]
  52. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  53. public global::PDFSettings.APPSettingProperties AppProperties {
  54. get {
  55. return ((global::PDFSettings.APPSettingProperties)(this["AppProperties"]));
  56. }
  57. set {
  58. this["AppProperties"] = value;
  59. }
  60. }
  61. [global::System.Configuration.UserScopedSettingAttribute()]
  62. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  63. public global::PDFSettings.AllPDFToolsList AllPDFToolsList {
  64. get {
  65. return ((global::PDFSettings.AllPDFToolsList)(this["AllPDFToolsList"]));
  66. }
  67. set {
  68. this["AllPDFToolsList"] = value;
  69. }
  70. }
  71. [global::System.Configuration.UserScopedSettingAttribute()]
  72. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  73. public global::PDFSettings.QuickPDFToolsList QuickPDFToolsList {
  74. get {
  75. return ((global::PDFSettings.QuickPDFToolsList)(this["QuickPDFToolsList"]));
  76. }
  77. set {
  78. this["QuickPDFToolsList"] = value;
  79. }
  80. }
  81. }
  82. }