Click here to Skip to main content
15,892,927 members
Articles / Programming Languages / C#

SYSInfo: System info desktop tool

Rate me:
Please Sign up or sign in to vote.
4.92/5 (142 votes)
10 Aug 2015GPL319 min read 297.8K   17.2K   348  
Displays system information like free disk space and free memory on the desktop.
//------------------------------------------------------------------------------
// <auto-generated>
//     Dieser Code wurde von einem Tool generiert.
//     Laufzeitversion:4.0.30319.34209
//
//     Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
//     der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------

namespace SYSInfo.Properties {
    
    
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.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("0")]
        public int pXpos {
            get {
                return ((int)(this["pXpos"]));
            }
            set {
                this["pXpos"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("0")]
        public int pYpos {
            get {
                return ((int)(this["pYpos"]));
            }
            set {
                this["pYpos"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f1TextColor {
            get {
                return ((global::System.Drawing.Color)(this["f1TextColor"]));
            }
            set {
                this["f1TextColor"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f1Text {
            get {
                return ((global::System.Drawing.Font)(this["f1Text"]));
            }
            set {
                this["f1Text"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("5")]
        public int f2Timer {
            get {
                return ((int)(this["f2Timer"]));
            }
            set {
                this["f2Timer"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute(@"Freier Arbeitspeicher (siehe ""Erweitert"")
Freier virt. Arbeitsspeicher
Freier Auslagerungsspeicher
Freier Festplattenspeicher
Netzwerk (siehe ""Erweitert"")
Host Name
Benutzer
Boot Datum
OS Version
Service Pack
CPU Auslastung (siehe ""Erweitert"")
Top 5 Prozesse (Speicher)
Top 5 Prozesse (Auslastung)
Festplatten Auslastung
Akku Status")]
        public string f2LBAvailable {
            get {
                return ((string)(this["f2LBAvailable"]));
            }
            set {
                this["f2LBAvailable"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute(@"free memory (see ""Extended"")
free virtual memory
free paging area
free disk space
Network (see ""Extended"")
host name
user
boot date
OS version
Service Pack
CPU usage (see ""Extended"")
top 5 processes (memory)
top 5 processes (usage)
Harddisk usage
Battery status")]
        public string f2LBAvailable_GB {
            get {
                return ((string)(this["f2LBAvailable_GB"]));
            }
            set {
                this["f2LBAvailable_GB"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2LBActive {
            get {
                return ((string)(this["f2LBActive"]));
            }
            set {
                this["f2LBActive"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel1 {
            get {
                return ((string)(this["f2Titel1"]));
            }
            set {
                this["f2Titel1"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel2 {
            get {
                return ((string)(this["f2Titel2"]));
            }
            set {
                this["f2Titel2"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel3 {
            get {
                return ((string)(this["f2Titel3"]));
            }
            set {
                this["f2Titel3"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel4 {
            get {
                return ((string)(this["f2Titel4"]));
            }
            set {
                this["f2Titel4"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel5 {
            get {
                return ((string)(this["f2Titel5"]));
            }
            set {
                this["f2Titel5"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel6 {
            get {
                return ((string)(this["f2Titel6"]));
            }
            set {
                this["f2Titel6"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel7 {
            get {
                return ((string)(this["f2Titel7"]));
            }
            set {
                this["f2Titel7"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel8 {
            get {
                return ((string)(this["f2Titel8"]));
            }
            set {
                this["f2Titel8"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel9 {
            get {
                return ((string)(this["f2Titel9"]));
            }
            set {
                this["f2Titel9"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel10 {
            get {
                return ((string)(this["f2Titel10"]));
            }
            set {
                this["f2Titel10"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel11 {
            get {
                return ((string)(this["f2Titel11"]));
            }
            set {
                this["f2Titel11"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel12 {
            get {
                return ((string)(this["f2Titel12"]));
            }
            set {
                this["f2Titel12"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel13 {
            get {
                return ((string)(this["f2Titel13"]));
            }
            set {
                this["f2Titel13"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel14 {
            get {
                return ((string)(this["f2Titel14"]));
            }
            set {
                this["f2Titel14"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel15 {
            get {
                return ((string)(this["f2Titel15"]));
            }
            set {
                this["f2Titel15"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel16 {
            get {
                return ((string)(this["f2Titel16"]));
            }
            set {
                this["f2Titel16"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel17 {
            get {
                return ((string)(this["f2Titel17"]));
            }
            set {
                this["f2Titel17"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel18 {
            get {
                return ((string)(this["f2Titel18"]));
            }
            set {
                this["f2Titel18"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel19 {
            get {
                return ((string)(this["f2Titel19"]));
            }
            set {
                this["f2Titel19"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2Titel20 {
            get {
                return ((string)(this["f2Titel20"]));
            }
            set {
                this["f2Titel20"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion1 {
            get {
                return ((int)(this["f2Funktion1"]));
            }
            set {
                this["f2Funktion1"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion2 {
            get {
                return ((int)(this["f2Funktion2"]));
            }
            set {
                this["f2Funktion2"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion3 {
            get {
                return ((int)(this["f2Funktion3"]));
            }
            set {
                this["f2Funktion3"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion4 {
            get {
                return ((int)(this["f2Funktion4"]));
            }
            set {
                this["f2Funktion4"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion5 {
            get {
                return ((int)(this["f2Funktion5"]));
            }
            set {
                this["f2Funktion5"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion6 {
            get {
                return ((int)(this["f2Funktion6"]));
            }
            set {
                this["f2Funktion6"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion7 {
            get {
                return ((int)(this["f2Funktion7"]));
            }
            set {
                this["f2Funktion7"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion8 {
            get {
                return ((int)(this["f2Funktion8"]));
            }
            set {
                this["f2Funktion8"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion9 {
            get {
                return ((int)(this["f2Funktion9"]));
            }
            set {
                this["f2Funktion9"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion10 {
            get {
                return ((int)(this["f2Funktion10"]));
            }
            set {
                this["f2Funktion10"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion11 {
            get {
                return ((int)(this["f2Funktion11"]));
            }
            set {
                this["f2Funktion11"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion12 {
            get {
                return ((int)(this["f2Funktion12"]));
            }
            set {
                this["f2Funktion12"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion13 {
            get {
                return ((int)(this["f2Funktion13"]));
            }
            set {
                this["f2Funktion13"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion14 {
            get {
                return ((int)(this["f2Funktion14"]));
            }
            set {
                this["f2Funktion14"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion15 {
            get {
                return ((int)(this["f2Funktion15"]));
            }
            set {
                this["f2Funktion15"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion16 {
            get {
                return ((int)(this["f2Funktion16"]));
            }
            set {
                this["f2Funktion16"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion17 {
            get {
                return ((int)(this["f2Funktion17"]));
            }
            set {
                this["f2Funktion17"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion18 {
            get {
                return ((int)(this["f2Funktion18"]));
            }
            set {
                this["f2Funktion18"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion19 {
            get {
                return ((int)(this["f2Funktion19"]));
            }
            set {
                this["f2Funktion19"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
        public int f2Funktion20 {
            get {
                return ((int)(this["f2Funktion20"]));
            }
            set {
                this["f2Funktion20"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB1 {
            get {
                return ((bool)(this["f2LB1"]));
            }
            set {
                this["f2LB1"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB2 {
            get {
                return ((bool)(this["f2LB2"]));
            }
            set {
                this["f2LB2"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB3 {
            get {
                return ((bool)(this["f2LB3"]));
            }
            set {
                this["f2LB3"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB4 {
            get {
                return ((bool)(this["f2LB4"]));
            }
            set {
                this["f2LB4"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB5 {
            get {
                return ((bool)(this["f2LB5"]));
            }
            set {
                this["f2LB5"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB6 {
            get {
                return ((bool)(this["f2LB6"]));
            }
            set {
                this["f2LB6"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB7 {
            get {
                return ((bool)(this["f2LB7"]));
            }
            set {
                this["f2LB7"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB8 {
            get {
                return ((bool)(this["f2LB8"]));
            }
            set {
                this["f2LB8"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB9 {
            get {
                return ((bool)(this["f2LB9"]));
            }
            set {
                this["f2LB9"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB10 {
            get {
                return ((bool)(this["f2LB10"]));
            }
            set {
                this["f2LB10"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB11 {
            get {
                return ((bool)(this["f2LB11"]));
            }
            set {
                this["f2LB11"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB12 {
            get {
                return ((bool)(this["f2LB12"]));
            }
            set {
                this["f2LB12"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB13 {
            get {
                return ((bool)(this["f2LB13"]));
            }
            set {
                this["f2LB13"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB14 {
            get {
                return ((bool)(this["f2LB14"]));
            }
            set {
                this["f2LB14"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB15 {
            get {
                return ((bool)(this["f2LB15"]));
            }
            set {
                this["f2LB15"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB16 {
            get {
                return ((bool)(this["f2LB16"]));
            }
            set {
                this["f2LB16"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB17 {
            get {
                return ((bool)(this["f2LB17"]));
            }
            set {
                this["f2LB17"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB18 {
            get {
                return ((bool)(this["f2LB18"]));
            }
            set {
                this["f2LB18"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB19 {
            get {
                return ((bool)(this["f2LB19"]));
            }
            set {
                this["f2LB19"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LB20 {
            get {
                return ((bool)(this["f2LB20"]));
            }
            set {
                this["f2LB20"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist1 {
            get {
                return ((string)(this["f2TitelHist1"]));
            }
            set {
                this["f2TitelHist1"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist2 {
            get {
                return ((string)(this["f2TitelHist2"]));
            }
            set {
                this["f2TitelHist2"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist3 {
            get {
                return ((string)(this["f2TitelHist3"]));
            }
            set {
                this["f2TitelHist3"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist4 {
            get {
                return ((string)(this["f2TitelHist4"]));
            }
            set {
                this["f2TitelHist4"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist5 {
            get {
                return ((string)(this["f2TitelHist5"]));
            }
            set {
                this["f2TitelHist5"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist6 {
            get {
                return ((string)(this["f2TitelHist6"]));
            }
            set {
                this["f2TitelHist6"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist7 {
            get {
                return ((string)(this["f2TitelHist7"]));
            }
            set {
                this["f2TitelHist7"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist8 {
            get {
                return ((string)(this["f2TitelHist8"]));
            }
            set {
                this["f2TitelHist8"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist9 {
            get {
                return ((string)(this["f2TitelHist9"]));
            }
            set {
                this["f2TitelHist9"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist10 {
            get {
                return ((string)(this["f2TitelHist10"]));
            }
            set {
                this["f2TitelHist10"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist11 {
            get {
                return ((string)(this["f2TitelHist11"]));
            }
            set {
                this["f2TitelHist11"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist12 {
            get {
                return ((string)(this["f2TitelHist12"]));
            }
            set {
                this["f2TitelHist12"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist13 {
            get {
                return ((string)(this["f2TitelHist13"]));
            }
            set {
                this["f2TitelHist13"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist14 {
            get {
                return ((string)(this["f2TitelHist14"]));
            }
            set {
                this["f2TitelHist14"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist15 {
            get {
                return ((string)(this["f2TitelHist15"]));
            }
            set {
                this["f2TitelHist15"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist16 {
            get {
                return ((string)(this["f2TitelHist16"]));
            }
            set {
                this["f2TitelHist16"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist17 {
            get {
                return ((string)(this["f2TitelHist17"]));
            }
            set {
                this["f2TitelHist17"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist18 {
            get {
                return ((string)(this["f2TitelHist18"]));
            }
            set {
                this["f2TitelHist18"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist19 {
            get {
                return ((string)(this["f2TitelHist19"]));
            }
            set {
                this["f2TitelHist19"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2TitelHist20 {
            get {
                return ((string)(this["f2TitelHist20"]));
            }
            set {
                this["f2TitelHist20"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist1 {
            get {
                return ((bool)(this["f2LBHist1"]));
            }
            set {
                this["f2LBHist1"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist2 {
            get {
                return ((bool)(this["f2LBHist2"]));
            }
            set {
                this["f2LBHist2"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist3 {
            get {
                return ((bool)(this["f2LBHist3"]));
            }
            set {
                this["f2LBHist3"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist4 {
            get {
                return ((bool)(this["f2LBHist4"]));
            }
            set {
                this["f2LBHist4"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist5 {
            get {
                return ((bool)(this["f2LBHist5"]));
            }
            set {
                this["f2LBHist5"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist6 {
            get {
                return ((bool)(this["f2LBHist6"]));
            }
            set {
                this["f2LBHist6"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist7 {
            get {
                return ((bool)(this["f2LBHist7"]));
            }
            set {
                this["f2LBHist7"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist8 {
            get {
                return ((bool)(this["f2LBHist8"]));
            }
            set {
                this["f2LBHist8"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist9 {
            get {
                return ((bool)(this["f2LBHist9"]));
            }
            set {
                this["f2LBHist9"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist10 {
            get {
                return ((bool)(this["f2LBHist10"]));
            }
            set {
                this["f2LBHist10"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist11 {
            get {
                return ((bool)(this["f2LBHist11"]));
            }
            set {
                this["f2LBHist11"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist12 {
            get {
                return ((bool)(this["f2LBHist12"]));
            }
            set {
                this["f2LBHist12"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist13 {
            get {
                return ((bool)(this["f2LBHist13"]));
            }
            set {
                this["f2LBHist13"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist14 {
            get {
                return ((bool)(this["f2LBHist14"]));
            }
            set {
                this["f2LBHist14"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist15 {
            get {
                return ((bool)(this["f2LBHist15"]));
            }
            set {
                this["f2LBHist15"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist16 {
            get {
                return ((bool)(this["f2LBHist16"]));
            }
            set {
                this["f2LBHist16"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist17 {
            get {
                return ((bool)(this["f2LBHist17"]));
            }
            set {
                this["f2LBHist17"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist18 {
            get {
                return ((bool)(this["f2LBHist18"]));
            }
            set {
                this["f2LBHist18"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist19 {
            get {
                return ((bool)(this["f2LBHist19"]));
            }
            set {
                this["f2LBHist19"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2LBHist20 {
            get {
                return ((bool)(this["f2LBHist20"]));
            }
            set {
                this["f2LBHist20"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
        public bool CallUpgrade {
            get {
                return ((bool)(this["CallUpgrade"]));
            }
            set {
                this["CallUpgrade"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("en-GB")]
        public string lang {
            get {
                return ((string)(this["lang"]));
            }
            set {
                this["lang"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor1 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor1"]));
            }
            set {
                this["f2TextColor1"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor2 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor2"]));
            }
            set {
                this["f2TextColor2"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor3 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor3"]));
            }
            set {
                this["f2TextColor3"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor4 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor4"]));
            }
            set {
                this["f2TextColor4"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor5 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor5"]));
            }
            set {
                this["f2TextColor5"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor6 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor6"]));
            }
            set {
                this["f2TextColor6"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor7 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor7"]));
            }
            set {
                this["f2TextColor7"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor8 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor8"]));
            }
            set {
                this["f2TextColor8"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor9 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor9"]));
            }
            set {
                this["f2TextColor9"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor10 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor10"]));
            }
            set {
                this["f2TextColor10"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor11 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor11"]));
            }
            set {
                this["f2TextColor11"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor12 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor12"]));
            }
            set {
                this["f2TextColor12"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor13 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor13"]));
            }
            set {
                this["f2TextColor13"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor14 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor14"]));
            }
            set {
                this["f2TextColor14"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor15 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor15"]));
            }
            set {
                this["f2TextColor15"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor16 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor16"]));
            }
            set {
                this["f2TextColor16"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor17 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor17"]));
            }
            set {
                this["f2TextColor17"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor18 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor18"]));
            }
            set {
                this["f2TextColor18"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor19 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor19"]));
            }
            set {
                this["f2TextColor19"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("WhiteSmoke")]
        public global::System.Drawing.Color f2TextColor20 {
            get {
                return ((global::System.Drawing.Color)(this["f2TextColor20"]));
            }
            set {
                this["f2TextColor20"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont1 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont1"]));
            }
            set {
                this["f2TextFont1"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont2 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont2"]));
            }
            set {
                this["f2TextFont2"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont3 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont3"]));
            }
            set {
                this["f2TextFont3"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont4 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont4"]));
            }
            set {
                this["f2TextFont4"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont5 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont5"]));
            }
            set {
                this["f2TextFont5"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont6 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont6"]));
            }
            set {
                this["f2TextFont6"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont7 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont7"]));
            }
            set {
                this["f2TextFont7"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont8 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont8"]));
            }
            set {
                this["f2TextFont8"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont9 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont9"]));
            }
            set {
                this["f2TextFont9"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont10 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont10"]));
            }
            set {
                this["f2TextFont10"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont11 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont11"]));
            }
            set {
                this["f2TextFont11"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont12 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont12"]));
            }
            set {
                this["f2TextFont12"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont13 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont13"]));
            }
            set {
                this["f2TextFont13"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont14 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont14"]));
            }
            set {
                this["f2TextFont14"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont15 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont15"]));
            }
            set {
                this["f2TextFont15"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont16 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont16"]));
            }
            set {
                this["f2TextFont16"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont17 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont17"]));
            }
            set {
                this["f2TextFont17"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont18 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont18"]));
            }
            set {
                this["f2TextFont18"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont19 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont19"]));
            }
            set {
                this["f2TextFont19"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
        public global::System.Drawing.Font f2TextFont20 {
            get {
                return ((global::System.Drawing.Font)(this["f2TextFont20"]));
            }
            set {
                this["f2TextFont20"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
        public bool f2ColorGlobal {
            get {
                return ((bool)(this["f2ColorGlobal"]));
            }
            set {
                this["f2ColorGlobal"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("90, 90, 140")]
        public global::System.Drawing.Color f2ColorB1 {
            get {
                return ((global::System.Drawing.Color)(this["f2ColorB1"]));
            }
            set {
                this["f2ColorB1"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("30, 50, 100")]
        public global::System.Drawing.Color f2ColorB2 {
            get {
                return ((global::System.Drawing.Color)(this["f2ColorB2"]));
            }
            set {
                this["f2ColorB2"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2Transparency {
            get {
                return ((bool)(this["f2Transparency"]));
            }
            set {
                this["f2Transparency"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("0")]
        public int f2GradAngle {
            get {
                return ((int)(this["f2GradAngle"]));
            }
            set {
                this["f2GradAngle"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("10, 10, 21")]
        public global::System.Drawing.Color f1HDDTextCol {
            get {
                return ((global::System.Drawing.Color)(this["f1HDDTextCol"]));
            }
            set {
                this["f1HDDTextCol"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("90, 90, 140")]
        public global::System.Drawing.Color f1HDDBackCol {
            get {
                return ((global::System.Drawing.Color)(this["f1HDDBackCol"]));
            }
            set {
                this["f1HDDBackCol"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
        public bool f1HDDBarShow {
            get {
                return ((bool)(this["f1HDDBarShow"]));
            }
            set {
                this["f1HDDBarShow"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
        public bool f2NetTP {
            get {
                return ((bool)(this["f2NetTP"]));
            }
            set {
                this["f2NetTP"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
        public bool f2CPU {
            get {
                return ((bool)(this["f2CPU"]));
            }
            set {
                this["f2CPU"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("1000")]
        public int f2TimerCPU {
            get {
                return ((int)(this["f2TimerCPU"]));
            }
            set {
                this["f2TimerCPU"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("120")]
        public int f2TimspanCPU {
            get {
                return ((int)(this["f2TimspanCPU"]));
            }
            set {
                this["f2TimspanCPU"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
        public bool f2CPUText {
            get {
                return ((bool)(this["f2CPUText"]));
            }
            set {
                this["f2CPUText"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
        public bool f2NetIP {
            get {
                return ((bool)(this["f2NetIP"]));
            }
            set {
                this["f2NetIP"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2NetMAC {
            get {
                return ((bool)(this["f2NetMAC"]));
            }
            set {
                this["f2NetMAC"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2NetSUB {
            get {
                return ((bool)(this["f2NetSUB"]));
            }
            set {
                this["f2NetSUB"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f2NetGW {
            get {
                return ((bool)(this["f2NetGW"]));
            }
            set {
                this["f2NetGW"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("1000")]
        public int f2TimerNet {
            get {
                return ((int)(this["f2TimerNet"]));
            }
            set {
                this["f2TimerNet"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("120")]
        public int f2TimespanNet {
            get {
                return ((int)(this["f2TimespanNet"]));
            }
            set {
                this["f2TimespanNet"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("LightGreen")]
        public global::System.Drawing.Color f1HDDBarCol50 {
            get {
                return ((global::System.Drawing.Color)(this["f1HDDBarCol50"]));
            }
            set {
                this["f1HDDBarCol50"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Gold")]
        public global::System.Drawing.Color f1HDDBarCol75 {
            get {
                return ((global::System.Drawing.Color)(this["f1HDDBarCol75"]));
            }
            set {
                this["f1HDDBarCol75"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("LightSalmon")]
        public global::System.Drawing.Color f1HDDBarCol100 {
            get {
                return ((global::System.Drawing.Color)(this["f1HDDBarCol100"]));
            }
            set {
                this["f1HDDBarCol100"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f1bFrameChecked {
            get {
                return ((bool)(this["f1bFrameChecked"]));
            }
            set {
                this["f1bFrameChecked"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f1bFrameType {
            get {
                return ((bool)(this["f1bFrameType"]));
            }
            set {
                this["f1bFrameType"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f1bBckgrTex {
            get {
                return ((bool)(this["f1bBckgrTex"]));
            }
            set {
                this["f1bBckgrTex"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
        public bool f1bBckgrTexBlue {
            get {
                return ((bool)(this["f1bBckgrTexBlue"]));
            }
            set {
                this["f1bBckgrTexBlue"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f1bBckgrTexGrey {
            get {
                return ((bool)(this["f1bBckgrTexGrey"]));
            }
            set {
                this["f1bBckgrTexGrey"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f1bBckgrGrad {
            get {
                return ((bool)(this["f1bBckgrGrad"]));
            }
            set {
                this["f1bBckgrGrad"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("1000")]
        public int f2TimerDiskUsage {
            get {
                return ((int)(this["f2TimerDiskUsage"]));
            }
            set {
                this["f2TimerDiskUsage"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("120")]
        public int f2TimespanDiskUsage {
            get {
                return ((int)(this["f2TimespanDiskUsage"]));
            }
            set {
                this["f2TimespanDiskUsage"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
        public bool f2Aero {
            get {
                return ((bool)(this["f2Aero"]));
            }
            set {
                this["f2Aero"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("0")]
        public float f1BGImageRed {
            get {
                return ((float)(this["f1BGImageRed"]));
            }
            set {
                this["f1BGImageRed"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("0")]
        public float f1BGImageGreen {
            get {
                return ((float)(this["f1BGImageGreen"]));
            }
            set {
                this["f1BGImageGreen"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("0")]
        public float f1BGImageBlue {
            get {
                return ((float)(this["f1BGImageBlue"]));
            }
            set {
                this["f1BGImageBlue"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("1")]
        public float f1BGImageRedScale {
            get {
                return ((float)(this["f1BGImageRedScale"]));
            }
            set {
                this["f1BGImageRedScale"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("1")]
        public float f1BGImageGreenScale {
            get {
                return ((float)(this["f1BGImageGreenScale"]));
            }
            set {
                this["f1BGImageGreenScale"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("1")]
        public float f1BGImageBlueScale {
            get {
                return ((float)(this["f1BGImageBlueScale"]));
            }
            set {
                this["f1BGImageBlueScale"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f1BGImage {
            get {
                return ((string)(this["f1BGImage"]));
            }
            set {
                this["f1BGImage"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
        public bool f1BGImageFill {
            get {
                return ((bool)(this["f1BGImageFill"]));
            }
            set {
                this["f1BGImageFill"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2NetAdap1 {
            get {
                return ((string)(this["f2NetAdap1"]));
            }
            set {
                this["f2NetAdap1"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2NetAdap2 {
            get {
                return ((string)(this["f2NetAdap2"]));
            }
            set {
                this["f2NetAdap2"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2NetAdap3 {
            get {
                return ((string)(this["f2NetAdap3"]));
            }
            set {
                this["f2NetAdap3"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("")]
        public string f2NetAdap4 {
            get {
                return ((string)(this["f2NetAdap4"]));
            }
            set {
                this["f2NetAdap4"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
            "org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n  <s" +
            "tring />\r\n  <string />\r\n  <string />\r\n  <string />\r\n</ArrayOfString>")]
        public global::System.Collections.Specialized.StringCollection f2NetAdap {
            get {
                return ((global::System.Collections.Specialized.StringCollection)(this["f2NetAdap"]));
            }
            set {
                this["f2NetAdap"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("20, 20, 20")]
        public global::System.Drawing.Color f1CAero {
            get {
                return ((global::System.Drawing.Color)(this["f1CAero"]));
            }
            set {
                this["f1CAero"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f1bAeroFrame {
            get {
                return ((bool)(this["f1bAeroFrame"]));
            }
            set {
                this["f1bAeroFrame"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
            "org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n  <s" +
            "tring />\r\n</ArrayOfString>")]
        public global::System.Collections.Specialized.StringCollection f2HDDList {
            get {
                return ((global::System.Collections.Specialized.StringCollection)(this["f2HDDList"]));
            }
            set {
                this["f2HDDList"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
        public bool bAeroTextured {
            get {
                return ((bool)(this["bAeroTextured"]));
            }
            set {
                this["bAeroTextured"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool bAeroGrad {
            get {
                return ((bool)(this["bAeroGrad"]));
            }
            set {
                this["bAeroGrad"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("0.5")]
        public float fAeroTrans {
            get {
                return ((float)(this["fAeroTrans"]));
            }
            set {
                this["fAeroTrans"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
        public bool f2CPUTotal {
            get {
                return ((bool)(this["f2CPUTotal"]));
            }
            set {
                this["f2CPUTotal"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f1bFormFixed {
            get {
                return ((bool)(this["f1bFormFixed"]));
            }
            set {
                this["f1bFormFixed"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
        public bool f1bMemBar {
            get {
                return ((bool)(this["f1bMemBar"]));
            }
            set {
                this["f1bMemBar"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool f1bMemText {
            get {
                return ((bool)(this["f1bMemText"]));
            }
            set {
                this["f1bMemText"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("LightSalmon")]
        public global::System.Drawing.Color f1MemBarCol100 {
            get {
                return ((global::System.Drawing.Color)(this["f1MemBarCol100"]));
            }
            set {
                this["f1MemBarCol100"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Gold")]
        public global::System.Drawing.Color f1MemBarCol75 {
            get {
                return ((global::System.Drawing.Color)(this["f1MemBarCol75"]));
            }
            set {
                this["f1MemBarCol75"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("LightGreen")]
        public global::System.Drawing.Color f1MemBarCol50 {
            get {
                return ((global::System.Drawing.Color)(this["f1MemBarCol50"]));
            }
            set {
                this["f1MemBarCol50"] = value;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("90, 90, 140")]
        public global::System.Drawing.Color f1MemBackCol {
            get {
                return ((global::System.Drawing.Color)(this["f1MemBackCol"]));
            }
            set {
                this["f1MemBackCol"] = value;
            }
        }
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer Engineering office for automation Dr. Lupp
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions