mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
Initial commit.
This commit is contained in:
230
Properties/Settings.Designer.cs
generated
Normal file
230
Properties/Settings.Designer.cs
generated
Normal file
@@ -0,0 +1,230 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.18444
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace GARbro.GUI.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("True")]
|
||||
public bool UpgradeRequired {
|
||||
get {
|
||||
return ((bool)(this["UpgradeRequired"]));
|
||||
}
|
||||
set {
|
||||
this["UpgradeRequired"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("NaN")]
|
||||
public double winTop {
|
||||
get {
|
||||
return ((double)(this["winTop"]));
|
||||
}
|
||||
set {
|
||||
this["winTop"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("NaN")]
|
||||
public double winLeft {
|
||||
get {
|
||||
return ((double)(this["winLeft"]));
|
||||
}
|
||||
set {
|
||||
this["winLeft"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("1024")]
|
||||
public double winWidth {
|
||||
get {
|
||||
return ((double)(this["winWidth"]));
|
||||
}
|
||||
set {
|
||||
this["winWidth"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("560")]
|
||||
public double winHeight {
|
||||
get {
|
||||
return ((double)(this["winHeight"]));
|
||||
}
|
||||
set {
|
||||
this["winHeight"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
|
||||
public global::System.Windows.WindowState winState {
|
||||
get {
|
||||
return ((global::System.Windows.WindowState)(this["winState"]));
|
||||
}
|
||||
set {
|
||||
this["winState"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("265")]
|
||||
public double lvNameColumnWidth {
|
||||
get {
|
||||
return ((double)(this["lvNameColumnWidth"]));
|
||||
}
|
||||
set {
|
||||
this["lvNameColumnWidth"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("75")]
|
||||
public double lvTypeColumnWidth {
|
||||
get {
|
||||
return ((double)(this["lvTypeColumnWidth"]));
|
||||
}
|
||||
set {
|
||||
this["lvTypeColumnWidth"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("75")]
|
||||
public double lvSizeColumnWidth {
|
||||
get {
|
||||
return ((double)(this["lvSizeColumnWidth"]));
|
||||
}
|
||||
set {
|
||||
this["lvSizeColumnWidth"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Name")]
|
||||
public string lvSortColumn {
|
||||
get {
|
||||
return ((string)(this["lvSortColumn"]));
|
||||
}
|
||||
set {
|
||||
this["lvSortColumn"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Ascending")]
|
||||
public global::System.ComponentModel.ListSortDirection lvSortDirection {
|
||||
get {
|
||||
return ((global::System.ComponentModel.ListSortDirection)(this["lvSortDirection"]));
|
||||
}
|
||||
set {
|
||||
this["lvSortDirection"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("448")]
|
||||
public global::System.Windows.GridLength lvPanelWidth {
|
||||
get {
|
||||
return ((global::System.Windows.GridLength)(this["lvPanelWidth"]));
|
||||
}
|
||||
set {
|
||||
this["lvPanelWidth"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool appExtractImages {
|
||||
get {
|
||||
return ((bool)(this["appExtractImages"]));
|
||||
}
|
||||
set {
|
||||
this["appExtractImages"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool appExtractText {
|
||||
get {
|
||||
return ((bool)(this["appExtractText"]));
|
||||
}
|
||||
set {
|
||||
this["appExtractText"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string appImageFormat {
|
||||
get {
|
||||
return ((string)(this["appImageFormat"]));
|
||||
}
|
||||
set {
|
||||
this["appImageFormat"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("UTF-8")]
|
||||
public string appTextEncoding {
|
||||
get {
|
||||
return ((string)(this["appTextEncoding"]));
|
||||
}
|
||||
set {
|
||||
this["appTextEncoding"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string appLastDirectory {
|
||||
get {
|
||||
return ((string)(this["appLastDirectory"]));
|
||||
}
|
||||
set {
|
||||
this["appLastDirectory"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user