360 lines
16 KiB
C#
360 lines
16 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 DatabaseExport.Properties {
|
|||
|
|
|
|||
|
|
|
|||
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|||
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.5.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.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ISO\\mme_code.mdb")]
|
|||
|
|
public string ISOMMEDbLocation {
|
|||
|
|
get {
|
|||
|
|
return ((string)(this["ISOMMEDbLocation"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|||
|
|
public bool AllowAutoArm {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["AllowAutoArm"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("7")]
|
|||
|
|
public int CalWarningPeriodDays {
|
|||
|
|
get {
|
|||
|
|
return ((int)(this["CalWarningPeriodDays"]));
|
|||
|
|
}
|
|||
|
|
set {
|
|||
|
|
this["CalWarningPeriodDays"] = value;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|||
|
|
public int DBType {
|
|||
|
|
get {
|
|||
|
|
return ((int)(this["DBType"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|||
|
|
public bool DefaultSuppressMissingSensorsWarning {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultSuppressMissingSensorsWarning"]));
|
|||
|
|
}
|
|||
|
|
set {
|
|||
|
|
this["DefaultSuppressMissingSensorsWarning"] = value;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|||
|
|
public bool DefaultTestAllowMissingSensors {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestAllowMissingSensors"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|||
|
|
public bool DefaultTestAllowSensorIdToBlankChannel {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestAllowSensorIdToBlankChannel"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|||
|
|
public bool DefaultTestArmCheckListStep {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestArmCheckListStep"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|||
|
|
public bool DefaultTestCheckListBatteryVoltageCheck {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestCheckListBatteryVoltageCheck"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|||
|
|
public bool DefaultTestCheckListInputVoltageCheck {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestCheckListInputVoltageCheck"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|||
|
|
public bool DefaultTestCheckListMustPass {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestCheckListMustPass"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|||
|
|
public bool DefaultTestCheckListSensorIDCheck {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestCheckListSensorIDCheck"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|||
|
|
public bool DefaultTestCheckListSquibResistanceCheck {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestCheckListSquibResistanceCheck"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|||
|
|
public bool DefaultTestCheckListTriggerStartCheck {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestCheckListTriggerStartCheck"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|||
|
|
public bool DefaultTestDownloadAll {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestDownloadAll"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|||
|
|
public bool DefaultTestDownloadROI {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestDownloadROI"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("6000")]
|
|||
|
|
public int DefaultTestExcitationWarmupMS {
|
|||
|
|
get {
|
|||
|
|
return ((int)(this["DefaultTestExcitationWarmupMS"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|||
|
|
public bool DefaultTestExport {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestExport"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|||
|
|
public bool DefaultTestQuitTestWithoutWarning {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestQuitTestWithoutWarning"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("6")]
|
|||
|
|
public int DefaultTestRealtimeModeGraphCount {
|
|||
|
|
get {
|
|||
|
|
return ((int)(this["DefaultTestRealtimeModeGraphCount"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|||
|
|
public ulong DefaultTestExportFormat {
|
|||
|
|
get {
|
|||
|
|
return ((ulong)(this["DefaultTestExportFormat"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|||
|
|
public bool DefaultTestRequireAllUnitsPassDiagnostics {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestRequireAllUnitsPassDiagnostics"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|||
|
|
public bool DefaultTestRequireUserConfirmationOnErrors {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestRequireUserConfirmationOnErrors"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|||
|
|
public double DefaultTestROIEnd {
|
|||
|
|
get {
|
|||
|
|
return ((double)(this["DefaultTestROIEnd"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-1")]
|
|||
|
|
public double DefaultTestROIStart {
|
|||
|
|
get {
|
|||
|
|
return ((double)(this["DefaultTestROIStart"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|||
|
|
public bool DefaultTestRunPostTestDiagnostics {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestRunPostTestDiagnostics"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("10000")]
|
|||
|
|
public double DefaultTestSampleRate {
|
|||
|
|
get {
|
|||
|
|
return ((double)(this["DefaultTestSampleRate"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|||
|
|
public bool DefaultTestSuppressNotAllChannelsViewedWarningRealTime {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestSuppressNotAllChannelsViewedWarningRealTime"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|||
|
|
public bool DefaultTestTriggerCheckStep {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestTriggerCheckStep"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|||
|
|
public bool DefaultTestSuppressNotAllChannelsViewedWarningViewer {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestSuppressNotAllChannelsViewedWarningViewer"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|||
|
|
public bool DefaultTestViewAll {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestViewAll"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|||
|
|
public bool DefaultTestViewROI {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultTestViewROI"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|||
|
|
public bool DefaultUploadEnabled {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["DefaultUploadEnabled"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("..\\Data")]
|
|||
|
|
public string DownloadFolder {
|
|||
|
|
get {
|
|||
|
|
return ((string)(this["DownloadFolder"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|||
|
|
public bool RequireXCrashCompatibilityForISOExports {
|
|||
|
|
get {
|
|||
|
|
return ((bool)(this["RequireXCrashCompatibilityForISOExports"]));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Configuration.DefaultSettingValueAttribute("InstallerCustomActions")]
|
|||
|
|
public string InstallerCustomActions {
|
|||
|
|
get {
|
|||
|
|
return ((string)(this["InstallerCustomActions"]));
|
|||
|
|
}
|
|||
|
|
set {
|
|||
|
|
this["InstallerCustomActions"] = value;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|