Moved the EOP project into separate folder
This commit is contained in:
230
Eve-O-Preview/Properties/Settings.Designer.cs
generated
Normal file
230
Eve-O-Preview/Properties/Settings.Designer.cs
generated
Normal file
@@ -0,0 +1,230 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.34014
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PreviewToy.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("False")]
|
||||
public bool hide_active {
|
||||
get {
|
||||
return ((bool)(this["hide_active"]));
|
||||
}
|
||||
set {
|
||||
this["hide_active"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool hide_all {
|
||||
get {
|
||||
return ((bool)(this["hide_all"]));
|
||||
}
|
||||
set {
|
||||
this["hide_all"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool always_on_top {
|
||||
get {
|
||||
return ((bool)(this["always_on_top"]));
|
||||
}
|
||||
set {
|
||||
this["always_on_top"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool unique_layout {
|
||||
get {
|
||||
return ((bool)(this["unique_layout"]));
|
||||
}
|
||||
set {
|
||||
this["unique_layout"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool sync_resize {
|
||||
get {
|
||||
return ((bool)(this["sync_resize"]));
|
||||
}
|
||||
set {
|
||||
this["sync_resize"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool show_thumb_frames {
|
||||
get {
|
||||
return ((bool)(this["show_thumb_frames"]));
|
||||
}
|
||||
set {
|
||||
this["show_thumb_frames"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool show_client_frames {
|
||||
get {
|
||||
return ((bool)(this["show_client_frames"]));
|
||||
}
|
||||
set {
|
||||
this["show_client_frames"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("128")]
|
||||
public uint sync_resize_x {
|
||||
get {
|
||||
return ((uint)(this["sync_resize_x"]));
|
||||
}
|
||||
set {
|
||||
this["sync_resize_x"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("128")]
|
||||
public uint sync_resize_y {
|
||||
get {
|
||||
return ((uint)(this["sync_resize_y"]));
|
||||
}
|
||||
set {
|
||||
this["sync_resize_y"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool show_overlay {
|
||||
get {
|
||||
return ((bool)(this["show_overlay"]));
|
||||
}
|
||||
set {
|
||||
this["show_overlay"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool zoom_on_hover {
|
||||
get {
|
||||
return ((bool)(this["zoom_on_hover"]));
|
||||
}
|
||||
set {
|
||||
this["zoom_on_hover"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("3")]
|
||||
public float zoom_amount {
|
||||
get {
|
||||
return ((float)(this["zoom_amount"]));
|
||||
}
|
||||
set {
|
||||
this["zoom_amount"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool previews_dock {
|
||||
get {
|
||||
return ((bool)(this["previews_dock"]));
|
||||
}
|
||||
set {
|
||||
this["previews_dock"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
||||
public byte zoom_anchor {
|
||||
get {
|
||||
return ((byte)(this["zoom_anchor"]));
|
||||
}
|
||||
set {
|
||||
this["zoom_anchor"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool track_client_windows {
|
||||
get {
|
||||
return ((bool)(this["track_client_windows"]));
|
||||
}
|
||||
set {
|
||||
this["track_client_windows"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0.9")]
|
||||
public float opacity {
|
||||
get {
|
||||
return ((float)(this["opacity"]));
|
||||
}
|
||||
set {
|
||||
this["opacity"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool minimizeToTray {
|
||||
get {
|
||||
return ((bool)(this["minimizeToTray"]));
|
||||
}
|
||||
set {
|
||||
this["minimizeToTray"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user