mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
214 lines
9.2 KiB
C#
214 lines
9.2 KiB
C#
//------------------------------------------------------------------------------
|
|
// <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;
|
|
}
|
|
}
|
|
|
|
[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 {
|
|
get {
|
|
return ((string)(this["Command_ProjectCreate_Shortcut"]));
|
|
}
|
|
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;
|
|
}
|
|
}
|
|
|
|
[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;
|
|
}
|
|
}
|
|
|
|
[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("")]
|
|
public string Project_SavedLocation {
|
|
get {
|
|
return ((string)(this["Project_SavedLocation"]));
|
|
}
|
|
set {
|
|
this["Project_SavedLocation"] = value;
|
|
}
|
|
}
|
|
|
|
[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;
|
|
}
|
|
}
|
|
}
|
|
}
|