123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码由工具生成。
- // 运行时版本:4.0.30319.42000
- //
- // 对此文件的更改可能会导致不正确的行为,并且如果
- // 重新生成代码,这些更改将会丢失。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace PDF_Office.Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.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()]
- [global::System.Configuration.DefaultSettingValueAttribute("10")]
- public double AnnotateFontSize
- {
- get
- {
- return ((double)(this["AnnotateFontSize"]));
- }
- set
- {
- this["AnnotateFontSize"] = value;
- }
- }
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::PDFSettings.Settings.RecentOpenFiles RecentOpenFiles {
- get {
- return ((global::PDFSettings.Settings.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;
- }
- }
- }
- }
|