livia-test/Livia/Properties/ViewSettings.Designer.cs
2025-03-28 14:31:53 +08:00

159 lines
5.9 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Livia.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.9.0.0")]
public sealed partial class ViewSettings : global::System.Configuration.ApplicationSettingsBase {
private static ViewSettings defaultInstance = ((ViewSettings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new ViewSettings())));
public static ViewSettings Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1024")]
public double MainWindowWidth {
get {
return ((double)(this["MainWindowWidth"]));
}
set {
this["MainWindowWidth"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("768")]
public double MainWindowHeight {
get {
return ((double)(this["MainWindowHeight"]));
}
set {
this["MainWindowHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public double MainWindowTop {
get {
return ((double)(this["MainWindowTop"]));
}
set {
this["MainWindowTop"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public double MainWindowLeft {
get {
return ((double)(this["MainWindowLeft"]));
}
set {
this["MainWindowLeft"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool MainWindowIsMaximized {
get {
return ((bool)(this["MainWindowIsMaximized"]));
}
set {
this["MainWindowIsMaximized"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1024")]
public double MainWindowRestoreWidth {
get {
return ((double)(this["MainWindowRestoreWidth"]));
}
set {
this["MainWindowRestoreWidth"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("768")]
public double MainWindowRestoreHeight {
get {
return ((double)(this["MainWindowRestoreHeight"]));
}
set {
this["MainWindowRestoreHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public double MainWindowRestoreTop {
get {
return ((double)(this["MainWindowRestoreTop"]));
}
set {
this["MainWindowRestoreTop"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public double MainWindowRestoreLeft {
get {
return ((double)(this["MainWindowRestoreLeft"]));
}
set {
this["MainWindowRestoreLeft"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Source Han Sans SC VF")]
public string FontFamily {
get {
return ((string)(this["FontFamily"]));
}
set {
this["FontFamily"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public int FontWeight {
get {
return ((int)(this["FontWeight"]));
}
set {
this["FontWeight"] = value;
}
}
}
}