rainmeter-studio/RainmeterStudio/Properties/Settings.Designer.cs

214 lines
9.2 KiB
C#
Raw Permalink Normal View History

//------------------------------------------------------------------------------
// <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 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;
}
}
2014-07-26 10:49:11 +00:00
[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_ProjectCreate_Shortcut {
2014-07-26 10:49:11 +00:00
get {
return ((string)(this["Command_ProjectCreate_Shortcut"]));
2014-07-26 10:49:11 +00:00
}
set {
this["Command_ProjectCreate_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_Refresh_Shortcut {
get {
return ((string)(this["Command_ProjectPanel_Refresh_Shortcut"]));
}
set {
this["Command_ProjectPanel_Refresh_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_DocumentCreate_Shortcut {
get {
return ((string)(this["Command_DocumentCreate_Shortcut"]));
}
set {
this["Command_DocumentCreate_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_ProjectOpen_Shortcut {
get {
return ((string)(this["Command_ProjectOpen_Shortcut"]));
}
set {
this["Command_ProjectOpen_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_DocumentClose_Shortcut {
get {
return ((string)(this["Command_DocumentClose_Shortcut"]));
}
set {
this["Command_DocumentClose_Shortcut"] = value;
2014-07-26 10:49:11 +00:00
}
}
[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;
}
}
2014-08-16 08:05:26 +00:00
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string CreateProjectDialog_RecentLocations {
get {
return ((string)(this["CreateProjectDialog_RecentLocations"]));
}
set {
this["CreateProjectDialog_RecentLocations"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
2014-08-16 11:35:54 +00:00
public string Project_SavedLocation {
2014-08-16 08:05:26 +00:00
get {
2014-08-16 11:35:54 +00:00
return ((string)(this["Project_SavedLocation"]));
2014-08-16 08:05:26 +00:00
}
set {
2014-08-16 11:35:54 +00:00
this["Project_SavedLocation"] = value;
2014-08-16 08:05:26 +00:00
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool CreateProjectDialog_CreateDirectoryCheckbox {
get {
return ((bool)(this["CreateProjectDialog_CreateDirectoryCheckbox"]));
}
set {
this["CreateProjectDialog_CreateDirectoryCheckbox"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Ctrl+O")]
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
public string Command_DocumentOpen_Shortcut {
get {
return ((string)(this["Command_DocumentOpen_Shortcut"]));
}
set {
this["Command_DocumentOpen_Shortcut"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Ctrl+S")]
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
public string Command_DocumentSave_Shortcut {
get {
return ((string)(this["Command_DocumentSave_Shortcut"]));
}
set {
this["Command_DocumentSave_Shortcut"] = value;
}
}
}
}