mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
99e4ad2f60
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@17 21ef857c-d57f-4fe0-8362-d861dc6d29cd
135 lines
5.2 KiB
C#
135 lines
5.2 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:2.0.50727.1434
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace ProcessHacker.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.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("500")]
|
|
public int RefreshInterval {
|
|
get {
|
|
return ((int)(this["RefreshInterval"]));
|
|
}
|
|
set {
|
|
this["RefreshInterval"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("10")]
|
|
public string textMinSize {
|
|
get {
|
|
return ((string)(this["textMinSize"]));
|
|
}
|
|
set {
|
|
this["textMinSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1024")]
|
|
public string heapMinSize {
|
|
get {
|
|
return ((string)(this["heapMinSize"]));
|
|
}
|
|
set {
|
|
this["heapMinSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("820, 549")]
|
|
public global::System.Drawing.Size WindowSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["WindowSize"]));
|
|
}
|
|
set {
|
|
this["WindowSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("200, 200")]
|
|
public global::System.Drawing.Point WindowLocation {
|
|
get {
|
|
return ((global::System.Drawing.Point)(this["WindowLocation"]));
|
|
}
|
|
set {
|
|
this["WindowLocation"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("300")]
|
|
public int SplitterDistance {
|
|
get {
|
|
return ((int)(this["SplitterDistance"]));
|
|
}
|
|
set {
|
|
this["SplitterDistance"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
|
|
public global::System.Windows.Forms.FormWindowState WindowState {
|
|
get {
|
|
return ((global::System.Windows.Forms.FormWindowState)(this["WindowState"]));
|
|
}
|
|
set {
|
|
this["WindowState"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool DebugMem {
|
|
get {
|
|
return ((bool)(this["DebugMem"]));
|
|
}
|
|
set {
|
|
this["DebugMem"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("&Literal Search...")]
|
|
public string SearchType {
|
|
get {
|
|
return ((string)(this["SearchType"]));
|
|
}
|
|
set {
|
|
this["SearchType"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|