2015-08-01 17:13:20 +02:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
// This code was generated by a tool.
|
2015-11-22 15:01:59 +01:00
|
|
|
|
// Runtime Version:4.0.30319.42000
|
2015-08-01 17:13:20 +02:00
|
|
|
|
//
|
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
// the code is regenerated.
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
namespace EduNetworkBuilder.Properties {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
2017-07-31 19:08:01 +02:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.1.0.0")]
|
2015-08-01 17:13:20 +02:00
|
|
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
|
|
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
|
|
|
|
|
|
|
|
public static Settings Default {
|
|
|
|
|
get {
|
|
|
|
|
return defaultInstance;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
public string LastPath {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["LastPath"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["LastPath"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
public global::System.Collections.Specialized.StringCollection ScoreList {
|
|
|
|
|
get {
|
|
|
|
|
return ((global::System.Collections.Specialized.StringCollection)(this["ScoreList"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["ScoreList"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
|
|
|
public bool AutoStartPuzzles {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["AutoStartPuzzles"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["AutoStartPuzzles"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("en")]
|
|
|
|
|
public string ChosenLanguage {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["ChosenLanguage"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["ChosenLanguage"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool LanguageHasBeenChosen {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["LanguageHasBeenChosen"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["LanguageHasBeenChosen"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-08-08 23:10:18 +02:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-1")]
|
|
|
|
|
public int MainWindowX {
|
|
|
|
|
get {
|
|
|
|
|
return ((int)(this["MainWindowX"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["MainWindowX"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-1")]
|
|
|
|
|
public int MainWindowY {
|
|
|
|
|
get {
|
|
|
|
|
return ((int)(this["MainWindowY"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["MainWindowY"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-1")]
|
|
|
|
|
public int MainWindowWidth {
|
|
|
|
|
get {
|
|
|
|
|
return ((int)(this["MainWindowWidth"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["MainWindowWidth"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-1")]
|
|
|
|
|
public int MainWindowHeight {
|
|
|
|
|
get {
|
|
|
|
|
return ((int)(this["MainWindowHeight"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["MainWindowHeight"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-11-22 15:01:59 +01:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("none")]
|
|
|
|
|
public string ProcessingLevel {
|
|
|
|
|
get {
|
|
|
|
|
return ((string)(this["ProcessingLevel"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["ProcessingLevel"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-07-31 19:08:01 +02:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
public global::System.Collections.Specialized.StringCollection RecentFiles {
|
|
|
|
|
get {
|
|
|
|
|
return ((global::System.Collections.Specialized.StringCollection)(this["RecentFiles"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["RecentFiles"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-08-14 17:23:20 +02:00
|
|
|
|
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
public bool AutoDHCP {
|
|
|
|
|
get {
|
|
|
|
|
return ((bool)(this["AutoDHCP"]));
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
this["AutoDHCP"] = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-08-01 17:13:20 +02:00
|
|
|
|
}
|
|
|
|
|
}
|