//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ namespace RainmeterStudio.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("Ctrl+Shift+N")] [global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)] public string Command_ProjectCreateCommand_Shortcut { get { return ((string)(this["Command_ProjectCreateCommand_Shortcut"])); } set { this["Command_ProjectCreateCommand_Shortcut"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("F5")] [global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)] public string Command_ProjectPanel_RefreshCommand_Shortcut { get { return ((string)(this["Command_ProjectPanel_RefreshCommand_Shortcut"])); } set { this["Command_ProjectPanel_RefreshCommand_Shortcut"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Ctrl+N")] [global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)] public string Command_DocumentCreateCommand_Shortcut { get { return ((string)(this["Command_DocumentCreateCommand_Shortcut"])); } set { this["Command_DocumentCreateCommand_Shortcut"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Ctrl+Shift+O")] [global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)] public string Command_ProjectOpenCommand_Shortcut { get { return ((string)(this["Command_ProjectOpenCommand_Shortcut"])); } set { this["Command_ProjectOpenCommand_Shortcut"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Ctrl+W")] [global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)] public string Command_DocumentCloseCommand_Shortcut { get { return ((string)(this["Command_DocumentCloseCommand_Shortcut"])); } set { this["Command_DocumentCloseCommand_Shortcut"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("800")] public double MainWindow_Width { get { return ((double)(this["MainWindow_Width"])); } set { this["MainWindow_Width"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("600")] public double MainWindow_Height { get { return ((double)(this["MainWindow_Height"])); } set { this["MainWindow_Height"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Normal")] public global::System.Windows.WindowState MainWindow_WindowState { get { return ((global::System.Windows.WindowState)(this["MainWindow_WindowState"])); } set { this["MainWindow_WindowState"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("10")] public double MainWindow_Left { get { return ((double)(this["MainWindow_Left"])); } set { this["MainWindow_Left"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("10")] public double MainWindow_Top { get { return ((double)(this["MainWindow_Top"])); } set { this["MainWindow_Top"] = value; } } } }