14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute(
"Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator",
"12.0.0.0")]
16 internal sealed
partial class Settings : global::System.Configuration.ApplicationSettingsBase {
18 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(
new Settings())));
20 public static Settings Default {
22 return defaultInstance;
26 [global::System.Configuration.UserScopedSettingAttribute()]
27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
28 [global::System.Configuration.DefaultSettingValueAttribute(
"")]
29 public string UICulture {
31 return ((
string)(
this[
"UICulture"]));
34 this[
"UICulture"] = value;
38 [global::System.Configuration.UserScopedSettingAttribute()]
39 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
40 [global::System.Configuration.DefaultSettingValueAttribute(
"")]
43 return ((
string)(
this[
"LastGeometricTopologyPath"]));
46 this[
"LastGeometricTopologyPath"] = value;
50 [global::System.Configuration.UserScopedSettingAttribute()]
51 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
54 return ((
int)(
this[
"PreviousSeed"]));
57 this[
"PreviousSeed"] = value;
61 [global::System.Configuration.UserScopedSettingAttribute()]
62 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
63 [global::System.Configuration.DefaultSettingValueAttribute(
"True")]
66 return ((
bool)(
this[
"PreviousSeedNull"]));
69 this[
"PreviousSeedNull"] = value;
73 [global::System.Configuration.UserScopedSettingAttribute()]
74 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
75 [global::System.Configuration.DefaultSettingValueAttribute(
"True")]
78 return ((
bool)(
this[
"IsSeedSettingAutomatic"]));
81 this[
"IsSeedSettingAutomatic"] = value;
85 [global::System.Configuration.UserScopedSettingAttribute()]
86 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
87 [global::System.Configuration.DefaultSettingValueAttribute(
"False")]
90 return ((
bool)(
this[
"IsPreviousSeedUsed"]));
93 this[
"IsPreviousSeedUsed"] = value;
97 [global::System.Configuration.UserScopedSettingAttribute()]
98 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
99 [global::System.Configuration.DefaultSettingValueAttribute(
"")]
102 return ((
string)(
this[
"PathToParameters"]));
105 this[
"PathToParameters"] = value;
string LastGeometricTopologyPath
Path of last opened geometric topology file.
bool IsSeedSettingAutomatic
Determines whether the seed is initialized automatically.
int PreviousSeed
Seed used in the previous simulation run.
string PathToParameters
Path to last used file with parameters.
bool PreviousSeedNull
Determines whether any simulation was performed (whether any previous seed is available).
bool IsPreviousSeedUsed
Determines whether the seed from previous simulation run is used.