mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
b07cebd0bf
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@44 21ef857c-d57f-4fe0-8362-d861dc6d29cd
255 lines
9.8 KiB
C#
255 lines
9.8 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("355")]
|
|
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;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ShowProcessDomains {
|
|
get {
|
|
return ((bool)(this["ShowProcessDomains"]));
|
|
}
|
|
set {
|
|
this["ShowProcessDomains"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool WarnDangerous {
|
|
get {
|
|
return ((bool)(this["WarnDangerous"]));
|
|
}
|
|
set {
|
|
this["WarnDangerous"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ProcessListViewColumns {
|
|
get {
|
|
return ((string)(this["ProcessListViewColumns"]));
|
|
}
|
|
set {
|
|
this["ProcessListViewColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ThreadListViewColumns {
|
|
get {
|
|
return ((string)(this["ThreadListViewColumns"]));
|
|
}
|
|
set {
|
|
this["ThreadListViewColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("504, 482")]
|
|
public global::System.Drawing.Size ResultsWindowSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["ResultsWindowSize"]));
|
|
}
|
|
set {
|
|
this["ResultsWindowSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ModuleListViewColumns {
|
|
get {
|
|
return ((string)(this["ModuleListViewColumns"]));
|
|
}
|
|
set {
|
|
this["ModuleListViewColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string MemoryListViewColumns {
|
|
get {
|
|
return ((string)(this["MemoryListViewColumns"]));
|
|
}
|
|
set {
|
|
this["MemoryListViewColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("791, 503")]
|
|
public global::System.Drawing.Size MemoryWindowSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["MemoryWindowSize"]));
|
|
}
|
|
set {
|
|
this["MemoryWindowSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ResultsListViewColumns {
|
|
get {
|
|
return ((string)(this["ResultsListViewColumns"]));
|
|
}
|
|
set {
|
|
this["ResultsListViewColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("tabProcesses")]
|
|
public string SelectedTab {
|
|
get {
|
|
return ((string)(this["SelectedTab"]));
|
|
}
|
|
set {
|
|
this["SelectedTab"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|