123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码由工具生成。
- // 运行时版本:4.0.30319.42000
- //
- // 对此文件的更改可能会导致不正确的行为,并且如果
- // 重新生成代码,这些更改将会丢失。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace PDF_Master.Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.7.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default {
- get {
- return defaultInstance;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.RecentOpenFiles RecentOpenFiles {
- get {
- return ((global::PDFSettings.RecentOpenFiles)(this["RecentOpenFiles"]));
- }
- set {
- this["RecentOpenFiles"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.DefaultAnnotProperties DefautAnnotProperties {
- get {
- return ((global::PDFSettings.DefaultAnnotProperties)(this["DefautAnnotProperties"]));
- }
- set {
- this["DefautAnnotProperties"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.APPSettingProperties AppProperties {
- get {
- return ((global::PDFSettings.APPSettingProperties)(this["AppProperties"]));
- }
- set {
- this["AppProperties"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.AllPDFToolsList AllPDFToolsList {
- get {
- return ((global::PDFSettings.AllPDFToolsList)(this["AllPDFToolsList"]));
- }
- set {
- this["AllPDFToolsList"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.QuickPDFToolsList QuickPDFToolsList {
- get {
- return ((global::PDFSettings.QuickPDFToolsList)(this["QuickPDFToolsList"]));
- }
- set {
- this["QuickPDFToolsList"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.BackgroundTemplateList BackgroundTemplateList {
- get {
- return ((global::PDFSettings.BackgroundTemplateList)(this["BackgroundTemplateList"]));
- }
- set {
- this["BackgroundTemplateList"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("0")]
- public int BackgroundIndex {
- get {
- return ((int)(this["BackgroundIndex"]));
- }
- set {
- this["BackgroundIndex"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.WatermarkTemplateList WatermarkTemplateList {
- get {
- return ((global::PDFSettings.WatermarkTemplateList)(this["WatermarkTemplateList"]));
- }
- set {
- this["WatermarkTemplateList"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("0")]
- public int WatermarkIndex {
- get {
- return ((int)(this["WatermarkIndex"]));
- }
- set {
- this["WatermarkIndex"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.BatesTemplateList BatesTemplateList {
- get {
- return ((global::PDFSettings.BatesTemplateList)(this["BatesTemplateList"]));
- }
- set {
- this["BatesTemplateList"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("0")]
- public int BatesIndex {
- get {
- return ((int)(this["BatesIndex"]));
- }
- set {
- this["BatesIndex"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.HeaderFooterTemplateList HeaderFooterTemplateList {
- get {
- return ((global::PDFSettings.HeaderFooterTemplateList)(this["HeaderFooterTemplateList"]));
- }
- set {
- this["HeaderFooterTemplateList"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("0")]
- public int HeaderFooterIndex {
- get {
- return ((int)(this["HeaderFooterIndex"]));
- }
- set {
- this["HeaderFooterIndex"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.CustomStampList CustomStampList {
- get {
- return ((global::PDFSettings.CustomStampList)(this["CustomStampList"]));
- }
- set {
- this["CustomStampList"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.SignatureList SignatureList {
- get {
- return ((global::PDFSettings.SignatureList)(this["SignatureList"]));
- }
- set {
- this["SignatureList"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.RedactionSettings RedactionsSettings {
- get {
- return ((global::PDFSettings.RedactionSettings)(this["RedactionsSettings"]));
- }
- set {
- this["RedactionsSettings"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.PresetFontList PresetFontList {
- get {
- return ((global::PDFSettings.PresetFontList)(this["PresetFontList"]));
- }
- set {
- this["PresetFontList"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool UpdateSettings {
- get {
- return ((bool)(this["UpdateSettings"]));
- }
- set {
- this["UpdateSettings"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.ColorSelectorList ColorSelectors {
- get {
- return ((global::PDFSettings.ColorSelectorList)(this["ColorSelectors"]));
- }
- set {
- this["ColorSelectors"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool IsNewUser {
- get {
- return ((bool)(this["IsNewUser"]));
- }
- set {
- this["IsNewUser"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool IsGuidPDFUpdated {
- get {
- return ((bool)(this["IsGuidPDFUpdated"]));
- }
- set {
- this["IsGuidPDFUpdated"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.UserDate UserDate {
- get {
- return ((global::PDFSettings.UserDate)(this["UserDate"]));
- }
- set {
- this["UserDate"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.ADDate ADDate {
- get {
- return ((global::PDFSettings.ADDate)(this["ADDate"]));
- }
- set {
- this["ADDate"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool IsNewInViewContent {
- get {
- return ((bool)(this["IsNewInViewContent"]));
- }
- set {
- this["IsNewInViewContent"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.PreinstallFontList PreinstallFontList {
- get {
- return ((global::PDFSettings.PreinstallFontList)(this["PreinstallFontList"]));
- }
- set {
- this["PreinstallFontList"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.PDFEditList PDFEditList {
- get {
- return ((global::PDFSettings.PDFEditList)(this["PDFEditList"]));
- }
- set {
- this["PDFEditList"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.DefaultEditProperties DefaultEditProperties {
- get {
- return ((global::PDFSettings.DefaultEditProperties)(this["DefaultEditProperties"]));
- }
- set {
- this["DefaultEditProperties"] = value;
- }
- }
- }
- }
|