159 lines
5.7 KiB
C#
159 lines
5.7 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace PDFWorkflowManager.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("C:\\Program Files\\ScanTailor Advanced\\scantailor.exe")]
|
|
public string ScanTailor {
|
|
get {
|
|
return ((string)(this["ScanTailor"]));
|
|
}
|
|
set {
|
|
this["ScanTailor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute(".\\origs")]
|
|
public string OrigsDir {
|
|
get {
|
|
return ((string)(this["OrigsDir"]));
|
|
}
|
|
set {
|
|
this["OrigsDir"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute(".\\work")]
|
|
public string WorkDir {
|
|
get {
|
|
return ((string)(this["WorkDir"]));
|
|
}
|
|
set {
|
|
this["WorkDir"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute(".\\work\\out")]
|
|
public string WorkOutDir {
|
|
get {
|
|
return ((string)(this["WorkOutDir"]));
|
|
}
|
|
set {
|
|
this["WorkOutDir"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute(".\\temp")]
|
|
public string TempDir {
|
|
get {
|
|
return ((string)(this["TempDir"]));
|
|
}
|
|
set {
|
|
this["TempDir"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("gswin64c.exe")]
|
|
public string GhostScript {
|
|
get {
|
|
return ((string)(this["GhostScript"]));
|
|
}
|
|
set {
|
|
this["GhostScript"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("pdftk.exe")]
|
|
public string PDFtk {
|
|
get {
|
|
return ((string)(this["PDFtk"]));
|
|
}
|
|
set {
|
|
this["PDFtk"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("tesseract.exe")]
|
|
public string TesserAct {
|
|
get {
|
|
return ((string)(this["TesserAct"]));
|
|
}
|
|
set {
|
|
this["TesserAct"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Tomse")]
|
|
public string PostProcessor {
|
|
get {
|
|
return ((string)(this["PostProcessor"]));
|
|
}
|
|
set {
|
|
this["PostProcessor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Processed by Tomse @ http://retro-commodore.eu")]
|
|
public string PDFMetaAuthor {
|
|
get {
|
|
return ((string)(this["PDFMetaAuthor"]));
|
|
}
|
|
set {
|
|
this["PDFMetaAuthor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public int Banner {
|
|
get {
|
|
return ((int)(this["Banner"]));
|
|
}
|
|
set {
|
|
this["Banner"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|