Files
DP44/Common/DTS.Common.Serialization/Properties/Settings1.Designer.cs
2026-04-17 14:55:32 -04:00

156 lines
6.1 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 DTS.Serialization.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.0.0")]
internal sealed partial class Settings1 : global::System.Configuration.ApplicationSettingsBase {
private static Settings1 defaultInstance = ((Settings1)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings1())));
public static Settings1 Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(".\\Data\\TDM CFC1000")]
public string TDMFolder {
get {
return ((string)(this["TDMFolder"]));
}
set {
this["TDMFolder"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("-500")]
public double DefaultStart {
get {
return ((double)(this["DefaultStart"]));
}
set {
this["DefaultStart"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("500")]
public double DefaultStop {
get {
return ((double)(this["DefaultStop"]));
}
set {
this["DefaultStop"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#NOVALUE")]
public string TSVPOCNameLastUsed {
get {
return ((string)(this["TSVPOCNameLastUsed"]));
}
set {
this["TSVPOCNameLastUsed"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#NOVALUE")]
public string TSVPOCPhoneAndEmailLastUsed {
get {
return ((string)(this["TSVPOCPhoneAndEmailLastUsed"]));
}
set {
this["TSVPOCPhoneAndEmailLastUsed"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Converted")]
public string TSVDataTypeLastUsed {
get {
return ((string)(this["TSVDataTypeLastUsed"]));
}
set {
this["TSVDataTypeLastUsed"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#NOVALUE")]
public string TSVLabNameLastUsed {
get {
return ((string)(this["TSVLabNameLastUsed"]));
}
set {
this["TSVLabNameLastUsed"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#NOVALUE")]
public string TSVTestObjectLastUsed {
get {
return ((string)(this["TSVTestObjectLastUsed"]));
}
set {
this["TSVTestObjectLastUsed"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("#NOVALUE")]
public string TSVTestTypeLastUsed {
get {
return ((string)(this["TSVTestTypeLastUsed"]));
}
set {
this["TSVTestTypeLastUsed"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("215, 225, 255")]
public global::System.Drawing.Color TableHeader {
get {
return ((global::System.Drawing.Color)(this["TableHeader"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("238, 242, 255")]
public global::System.Drawing.Color AlternatingRow {
get {
return ((global::System.Drawing.Color)(this["AlternatingRow"]));
}
set {
this["AlternatingRow"] = value;
}
}
}
}