Settings.Designer.cs 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Compdfkit_Tools.Properties {
  11. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  12. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.5.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::Compdfkit_Tools.Data.CustomStampList CustomStampList {
  23. get {
  24. return ((global::Compdfkit_Tools.Data.CustomStampList)(this["CustomStampList"]));
  25. }
  26. set {
  27. this["CustomStampList"] = value;
  28. }
  29. }
  30. [global::System.Configuration.UserScopedSettingAttribute()]
  31. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  32. public global::Compdfkit_Tools.Data.SignatureList SignatureList {
  33. get {
  34. return ((global::Compdfkit_Tools.Data.SignatureList)(this["SignatureList"]));
  35. }
  36. set {
  37. this["SignatureList"] = value;
  38. }
  39. }
  40. }
  41. }