Settings.Designer.cs 3.6 KB

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