12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- //------------------------------------------------------------------------------
- // <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", "17.1.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;
- }
- }
- }
- }
|