423 lines
16 KiB
C#
423 lines
16 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:2.0.50727.5485
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace DataLoader.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.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("")]
|
|
public string VeSamFilename {
|
|
get {
|
|
return ((string)(this["VeSamFilename"]));
|
|
}
|
|
set {
|
|
this["VeSamFilename"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string DbfPathname {
|
|
get {
|
|
return ((string)(this["DbfPathname"]));
|
|
}
|
|
set {
|
|
this["DbfPathname"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Checked")]
|
|
public global::System.Windows.Forms.CheckState LoadWordDoc {
|
|
get {
|
|
return ((global::System.Windows.Forms.CheckState)(this["LoadWordDoc"]));
|
|
}
|
|
set {
|
|
this["LoadWordDoc"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Unchecked")]
|
|
public global::System.Windows.Forms.CheckState LoadRTFDoc {
|
|
get {
|
|
return ((global::System.Windows.Forms.CheckState)(this["LoadRTFDoc"]));
|
|
}
|
|
set {
|
|
this["LoadRTFDoc"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Checked")]
|
|
public global::System.Windows.Forms.CheckState PurgeData {
|
|
get {
|
|
return ((global::System.Windows.Forms.CheckState)(this["PurgeData"]));
|
|
}
|
|
set {
|
|
this["PurgeData"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string VePromsFilename {
|
|
get {
|
|
return ((string)(this["VePromsFilename"]));
|
|
}
|
|
set {
|
|
this["VePromsFilename"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string LogFileLoc {
|
|
get {
|
|
return ((string)(this["LogFileLoc"]));
|
|
}
|
|
set {
|
|
this["LogFileLoc"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string BackupFileName {
|
|
get {
|
|
return ((string)(this["BackupFileName"]));
|
|
}
|
|
set {
|
|
this["BackupFileName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string BackupFolder {
|
|
get {
|
|
return ((string)(this["BackupFolder"]));
|
|
}
|
|
set {
|
|
this["BackupFolder"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=.\\SQLEXPRESS;Initial Catalog={DBName};Integrated Security=True")]
|
|
public string ConnectionString {
|
|
get {
|
|
return ((string)(this["ConnectionString"]));
|
|
}
|
|
set {
|
|
this["ConnectionString"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("VEPROMS")]
|
|
public string DBName {
|
|
get {
|
|
return ((string)(this["DBName"]));
|
|
}
|
|
set {
|
|
this["DBName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string DBPath {
|
|
get {
|
|
return ((string)(this["DBPath"]));
|
|
}
|
|
set {
|
|
this["DBPath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string PDFFolder {
|
|
get {
|
|
return ((string)(this["PDFFolder"]));
|
|
}
|
|
set {
|
|
this["PDFFolder"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Unchecked")]
|
|
public global::System.Windows.Forms.CheckState CheckRTF {
|
|
get {
|
|
return ((global::System.Windows.Forms.CheckState)(this["CheckRTF"]));
|
|
}
|
|
set {
|
|
this["CheckRTF"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int Skip {
|
|
get {
|
|
return ((int)(this["Skip"]));
|
|
}
|
|
set {
|
|
this["Skip"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public int ConvertTo {
|
|
get {
|
|
return ((int)(this["ConvertTo"]));
|
|
}
|
|
set {
|
|
this["ConvertTo"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Checked")]
|
|
public global::System.Windows.Forms.CheckState RedPDFs {
|
|
get {
|
|
return ((global::System.Windows.Forms.CheckState)(this["RedPDFs"]));
|
|
}
|
|
set {
|
|
this["RedPDFs"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Checked")]
|
|
public global::System.Windows.Forms.CheckState OnlyThisSet {
|
|
get {
|
|
return ((global::System.Windows.Forms.CheckState)(this["OnlyThisSet"]));
|
|
}
|
|
set {
|
|
this["OnlyThisSet"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int ExecutionMode {
|
|
get {
|
|
return ((int)(this["ExecutionMode"]));
|
|
}
|
|
set {
|
|
this["ExecutionMode"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Phase1")]
|
|
public string Phase1 {
|
|
get {
|
|
return ((string)(this["Phase1"]));
|
|
}
|
|
set {
|
|
this["Phase1"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Phase2")]
|
|
public string Phase2 {
|
|
get {
|
|
return ((string)(this["Phase2"]));
|
|
}
|
|
set {
|
|
this["Phase2"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Phase3")]
|
|
public string Phase3 {
|
|
get {
|
|
return ((string)(this["Phase3"]));
|
|
}
|
|
set {
|
|
this["Phase3"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("c:\\development\\fmtall")]
|
|
public string FormatFolder {
|
|
get {
|
|
return ((string)(this["FormatFolder"]));
|
|
}
|
|
set {
|
|
this["FormatFolder"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("c:\\development\\genmacall")]
|
|
public string GenMacFolder {
|
|
get {
|
|
return ((string)(this["GenMacFolder"]));
|
|
}
|
|
set {
|
|
this["GenMacFolder"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool LoadApproved {
|
|
get {
|
|
return ((bool)(this["LoadApproved"]));
|
|
}
|
|
set {
|
|
this["LoadApproved"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Phase4")]
|
|
public string Phase4 {
|
|
get {
|
|
return ((string)(this["Phase4"]));
|
|
}
|
|
set {
|
|
this["Phase4"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ProcessOnlyInLocation {
|
|
get {
|
|
return ((string)(this["ProcessOnlyInLocation"]));
|
|
}
|
|
set {
|
|
this["ProcessOnlyInLocation"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int WhatROsToConvert {
|
|
get {
|
|
return ((int)(this["WhatROsToConvert"]));
|
|
}
|
|
set {
|
|
this["WhatROsToConvert"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-1")]
|
|
public int SelectedROFst {
|
|
get {
|
|
return ((int)(this["SelectedROFst"]));
|
|
}
|
|
set {
|
|
this["SelectedROFst"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AnnotateWhenConvertingToText {
|
|
get {
|
|
return ((bool)(this["AnnotateWhenConvertingToText"]));
|
|
}
|
|
set {
|
|
this["AnnotateWhenConvertingToText"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AnnotateWhenShowingMissingRO {
|
|
get {
|
|
return ((bool)(this["AnnotateWhenShowingMissingRO"]));
|
|
}
|
|
set {
|
|
this["AnnotateWhenShowingMissingRO"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AnnotateWhenShowingDifferentRO {
|
|
get {
|
|
return ((bool)(this["AnnotateWhenShowingDifferentRO"]));
|
|
}
|
|
set {
|
|
this["AnnotateWhenShowingDifferentRO"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int HowMany {
|
|
get {
|
|
return ((int)(this["HowMany"]));
|
|
}
|
|
set {
|
|
this["HowMany"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|