63 lines
2.7 KiB
C#
63 lines
2.7 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Dieser Code wurde von einem Tool generiert.
|
|
// Laufzeitversion:4.0.30319.18033
|
|
//
|
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
// der Code erneut generiert wird.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Virtuoso.Miranda.Plugins.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.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 ConfigurationDialog_HideExpertOptions_Checked {
|
|
get {
|
|
return ((bool)(this["ConfigurationDialog_HideExpertOptions_Checked"]));
|
|
}
|
|
set {
|
|
this["ConfigurationDialog_HideExpertOptions_Checked"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Tile")]
|
|
public global::System.Windows.Forms.View ConfigurationPanel_CategoryItems_View {
|
|
get {
|
|
return ((global::System.Windows.Forms.View)(this["ConfigurationPanel_CategoryItems_View"]));
|
|
}
|
|
set {
|
|
this["ConfigurationPanel_CategoryItems_View"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("792, 562")]
|
|
public global::System.Drawing.Size ConfigurationDialog_ClientSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["ConfigurationDialog_ClientSize"]));
|
|
}
|
|
set {
|
|
this["ConfigurationDialog_ClientSize"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|