159 строки
5.8 KiB
C#
159 строки
5.8 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace BabySmash.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.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("True")]
|
|
public bool ForceUppercase {
|
|
get {
|
|
return ((bool)(this["ForceUppercase"]));
|
|
}
|
|
set {
|
|
this["ForceUppercase"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool FadeAway {
|
|
get {
|
|
return ((bool)(this["FadeAway"]));
|
|
}
|
|
set {
|
|
this["FadeAway"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool BitmapEffects {
|
|
get {
|
|
return ((bool)(this["BitmapEffects"]));
|
|
}
|
|
set {
|
|
this["BitmapEffects"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("35")]
|
|
public int ClearAfter {
|
|
get {
|
|
return ((int)(this["ClearAfter"]));
|
|
}
|
|
set {
|
|
this["ClearAfter"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool MouseDraw {
|
|
get {
|
|
return ((bool)(this["MouseDraw"]));
|
|
}
|
|
set {
|
|
this["MouseDraw"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("20")]
|
|
public int FadeAfter {
|
|
get {
|
|
return ((int)(this["FadeAfter"]));
|
|
}
|
|
set {
|
|
this["FadeAfter"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool FacesOnShapes {
|
|
get {
|
|
return ((bool)(this["FacesOnShapes"]));
|
|
}
|
|
set {
|
|
this["FacesOnShapes"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Speech")]
|
|
public string Sounds {
|
|
get {
|
|
return ((string)(this["Sounds"]));
|
|
}
|
|
set {
|
|
this["Sounds"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Hand")]
|
|
public string CursorType {
|
|
get {
|
|
return ((string)(this["CursorType"]));
|
|
}
|
|
set {
|
|
this["CursorType"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Arial")]
|
|
public string FontFamily {
|
|
get {
|
|
return ((string)(this["FontFamily"]));
|
|
}
|
|
set {
|
|
this["FontFamily"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool TransparentBackground {
|
|
get {
|
|
return ((bool)(this["TransparentBackground"]));
|
|
}
|
|
set {
|
|
this["TransparentBackground"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|