PEPTool/AV-ToolV3/Properties/Settings.Designer.cs
2019-11-21 08:32:45 +01:00

267 lines
10 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
namespace PEP_Tool.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.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 AbteilungsnamenPath {
get {
return ((string)(this["AbteilungsnamenPath"]));
}
set {
this["AbteilungsnamenPath"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string ZuweisungenPath {
get {
return ((string)(this["ZuweisungenPath"]));
}
set {
this["ZuweisungenPath"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool newVersionScreen {
get {
return ((bool)(this["newVersionScreen"]));
}
set {
this["newVersionScreen"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1.0")]
public string newVersionString {
get {
return ((string)(this["newVersionString"]));
}
set {
this["newVersionString"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("3.0.1")]
public string Version {
get {
return ((string)(this["Version"]));
}
set {
this["Version"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public double WindowPosLeft {
get {
return ((double)(this["WindowPosLeft"]));
}
set {
this["WindowPosLeft"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
public global::System.Windows.WindowState WindowState {
get {
return ((global::System.Windows.WindowState)(this["WindowState"]));
}
set {
this["WindowState"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public double WindowPosTop {
get {
return ((double)(this["WindowPosTop"]));
}
set {
this["WindowPosTop"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("681")]
public double WindowHeight {
get {
return ((double)(this["WindowHeight"]));
}
set {
this["WindowHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1323")]
public double WindowWidth {
get {
return ((double)(this["WindowWidth"]));
}
set {
this["WindowWidth"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("*")]
public global::System.Windows.Controls.DataGridLength WidthBemerkung {
get {
return ((global::System.Windows.Controls.DataGridLength)(this["WidthBemerkung"]));
}
set {
this["WidthBemerkung"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("*")]
public global::System.Windows.Controls.DataGridLength WidthZuweisung {
get {
return ((global::System.Windows.Controls.DataGridLength)(this["WidthZuweisung"]));
}
set {
this["WidthZuweisung"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("*")]
public global::System.Windows.Controls.DataGridLength WidthLizenzen {
get {
return ((global::System.Windows.Controls.DataGridLength)(this["WidthLizenzen"]));
}
set {
this["WidthLizenzen"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("*")]
public global::System.Windows.Controls.DataGridLength WidthAbteilung {
get {
return ((global::System.Windows.Controls.DataGridLength)(this["WidthAbteilung"]));
}
set {
this["WidthAbteilung"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("*")]
public global::System.Windows.Controls.DataGridLength WidthGehen {
get {
return ((global::System.Windows.Controls.DataGridLength)(this["WidthGehen"]));
}
set {
this["WidthGehen"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("*")]
public global::System.Windows.Controls.DataGridLength WidthKommen {
get {
return ((global::System.Windows.Controls.DataGridLength)(this["WidthKommen"]));
}
set {
this["WidthKommen"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("*")]
public global::System.Windows.Controls.DataGridLength WidthDatum {
get {
return ((global::System.Windows.Controls.DataGridLength)(this["WidthDatum"]));
}
set {
this["WidthDatum"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("*")]
public global::System.Windows.Controls.DataGridLength WidthVorname {
get {
return ((global::System.Windows.Controls.DataGridLength)(this["WidthVorname"]));
}
set {
this["WidthVorname"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("*")]
public global::System.Windows.Controls.DataGridLength WidthName {
get {
return ((global::System.Windows.Controls.DataGridLength)(this["WidthName"]));
}
set {
this["WidthName"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("*")]
public global::System.Windows.Controls.DataGridLength WidthTelefon {
get {
return ((global::System.Windows.Controls.DataGridLength)(this["WidthTelefon"]));
}
set {
this["WidthTelefon"] = value;
}
}
}
}