mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
7bd28e4357
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2304 21ef857c-d57f-4fe0-8362-d861dc6d29cd
1745 lines
68 KiB
C#
1745 lines
68 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:2.0.50727.4927
|
|
//
|
|
// 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("1000")]
|
|
public int RefreshInterval {
|
|
get {
|
|
return ((int)(this["RefreshInterval"]));
|
|
}
|
|
set {
|
|
this["RefreshInterval"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("844, 550")]
|
|
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("&String Scan...")]
|
|
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 ShowAccountDomains {
|
|
get {
|
|
return ((bool)(this["ShowAccountDomains"]));
|
|
}
|
|
set {
|
|
this["ShowAccountDomains"] = 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 ProcessTreeColumns {
|
|
get {
|
|
return ((string)(this["ProcessTreeColumns"]));
|
|
}
|
|
set {
|
|
this["ProcessTreeColumns"] = 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("0,115|1,80|2,70|3,188|")]
|
|
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("tabGeneral")]
|
|
public string ProcessWindowSelectedTab {
|
|
get {
|
|
return ((string)(this["ProcessWindowSelectedTab"]));
|
|
}
|
|
set {
|
|
this["ProcessWindowSelectedTab"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string PrivilegeListColumns {
|
|
get {
|
|
return ((string)(this["PrivilegeListColumns"]));
|
|
}
|
|
set {
|
|
this["PrivilegeListColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string GroupListColumns {
|
|
get {
|
|
return ((string)(this["GroupListColumns"]));
|
|
}
|
|
set {
|
|
this["GroupListColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("481, 468")]
|
|
public global::System.Drawing.Size TokenWindowSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["TokenWindowSize"]));
|
|
}
|
|
set {
|
|
this["TokenWindowSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("439, 413")]
|
|
public global::System.Drawing.Size PEWindowSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["PEWindowSize"]));
|
|
}
|
|
set {
|
|
this["PEWindowSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string PECOFFHColumns {
|
|
get {
|
|
return ((string)(this["PECOFFHColumns"]));
|
|
}
|
|
set {
|
|
this["PECOFFHColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string PECOFFOHColumns {
|
|
get {
|
|
return ((string)(this["PECOFFOHColumns"]));
|
|
}
|
|
set {
|
|
this["PECOFFOHColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string PEImageDataColumns {
|
|
get {
|
|
return ((string)(this["PEImageDataColumns"]));
|
|
}
|
|
set {
|
|
this["PEImageDataColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string PESectionsColumns {
|
|
get {
|
|
return ((string)(this["PESectionsColumns"]));
|
|
}
|
|
set {
|
|
this["PESectionsColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string PEExportsColumns {
|
|
get {
|
|
return ((string)(this["PEExportsColumns"]));
|
|
}
|
|
set {
|
|
this["PEExportsColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string PEImportsColumns {
|
|
get {
|
|
return ((string)(this["PEImportsColumns"]));
|
|
}
|
|
set {
|
|
this["PEImportsColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("http://www.google.com/search?q=%s")]
|
|
public string SearchEngine {
|
|
get {
|
|
return ((string)(this["SearchEngine"]));
|
|
}
|
|
set {
|
|
this["SearchEngine"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Chartreuse")]
|
|
public global::System.Drawing.Color ColorNew {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorNew"]));
|
|
}
|
|
set {
|
|
this["ColorNew"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("255, 60, 40")]
|
|
public global::System.Drawing.Color ColorRemoved {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorRemoved"]));
|
|
}
|
|
set {
|
|
this["ColorRemoved"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("255, 255, 170")]
|
|
public global::System.Drawing.Color ColorOwnProcesses {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorOwnProcesses"]));
|
|
}
|
|
set {
|
|
this["ColorOwnProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("255, 170, 0")]
|
|
public global::System.Drawing.Color ColorElevatedProcesses {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorElevatedProcesses"]));
|
|
}
|
|
set {
|
|
this["ColorElevatedProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("170, 204, 255")]
|
|
public global::System.Drawing.Color ColorSystemProcesses {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorSystemProcesses"]));
|
|
}
|
|
set {
|
|
this["ColorSystemProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1000")]
|
|
public int HighlightingDuration {
|
|
get {
|
|
return ((int)(this["HighlightingDuration"]));
|
|
}
|
|
set {
|
|
this["HighlightingDuration"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AlwaysOnTop {
|
|
get {
|
|
return ((bool)(this["AlwaysOnTop"]));
|
|
}
|
|
set {
|
|
this["AlwaysOnTop"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("415, 503")]
|
|
public global::System.Drawing.Size ThreadWindowSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["ThreadWindowSize"]));
|
|
}
|
|
set {
|
|
this["ThreadWindowSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string CallStackColumns {
|
|
get {
|
|
return ((string)(this["CallStackColumns"]));
|
|
}
|
|
set {
|
|
this["CallStackColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool UseToolhelpModules {
|
|
get {
|
|
return ((bool)(this["UseToolhelpModules"]));
|
|
}
|
|
set {
|
|
this["UseToolhelpModules"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool NewProcesses {
|
|
get {
|
|
return ((bool)(this["NewProcesses"]));
|
|
}
|
|
set {
|
|
this["NewProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool TerminatedProcesses {
|
|
get {
|
|
return ((bool)(this["TerminatedProcesses"]));
|
|
}
|
|
set {
|
|
this["TerminatedProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool NewServices {
|
|
get {
|
|
return ((bool)(this["NewServices"]));
|
|
}
|
|
set {
|
|
this["NewServices"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool StartedServices {
|
|
get {
|
|
return ((bool)(this["StartedServices"]));
|
|
}
|
|
set {
|
|
this["StartedServices"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool StoppedServices {
|
|
get {
|
|
return ((bool)(this["StoppedServices"]));
|
|
}
|
|
set {
|
|
this["StoppedServices"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool DeletedServices {
|
|
get {
|
|
return ((bool)(this["DeletedServices"]));
|
|
}
|
|
set {
|
|
this["DeletedServices"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0,150|1,300|2,120|3,80|4,80|5,60|")]
|
|
public string ServiceListViewColumns {
|
|
get {
|
|
return ((string)(this["ServiceListViewColumns"]));
|
|
}
|
|
set {
|
|
this["ServiceListViewColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string HandleListViewColumns {
|
|
get {
|
|
return ((string)(this["HandleListViewColumns"]));
|
|
}
|
|
set {
|
|
this["HandleListViewColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string HandleFilterWindowListViewColumns {
|
|
get {
|
|
return ((string)(this["HandleFilterWindowListViewColumns"]));
|
|
}
|
|
set {
|
|
this["HandleFilterWindowListViewColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("554, 463")]
|
|
public global::System.Drawing.Size HandleFilterWindowSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["HandleFilterWindowSize"]));
|
|
}
|
|
set {
|
|
this["HandleFilterWindowSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("204, 187, 255")]
|
|
public global::System.Drawing.Color ColorDebuggedProcesses {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorDebuggedProcesses"]));
|
|
}
|
|
set {
|
|
this["ColorDebuggedProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("204, 255, 255")]
|
|
public global::System.Drawing.Color ColorServiceProcesses {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorServiceProcesses"]));
|
|
}
|
|
set {
|
|
this["ColorServiceProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string PromptBoxText {
|
|
get {
|
|
return ((string)(this["PromptBoxText"]));
|
|
}
|
|
set {
|
|
this["PromptBoxText"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string RunAsUsername {
|
|
get {
|
|
return ((string)(this["RunAsUsername"]));
|
|
}
|
|
set {
|
|
this["RunAsUsername"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string RunAsCommand {
|
|
get {
|
|
return ((string)(this["RunAsCommand"]));
|
|
}
|
|
set {
|
|
this["RunAsCommand"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("tabPrivileges")]
|
|
public string TokenWindowTab {
|
|
get {
|
|
return ((string)(this["TokenWindowTab"]));
|
|
}
|
|
set {
|
|
this["TokenWindowTab"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool HideWhenMinimized {
|
|
get {
|
|
return ((bool)(this["HideWhenMinimized"]));
|
|
}
|
|
set {
|
|
this["HideWhenMinimized"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("505, 512")]
|
|
public global::System.Drawing.Size ProcessWindowSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["ProcessWindowSize"]));
|
|
}
|
|
set {
|
|
this["ProcessWindowSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool PlotterAntialias {
|
|
get {
|
|
return ((bool)(this["PlotterAntialias"]));
|
|
}
|
|
set {
|
|
this["PlotterAntialias"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Lime")]
|
|
public global::System.Drawing.Color PlotterCPUKernelColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["PlotterCPUKernelColor"]));
|
|
}
|
|
set {
|
|
this["PlotterCPUKernelColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Red")]
|
|
public global::System.Drawing.Color PlotterCPUUserColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["PlotterCPUUserColor"]));
|
|
}
|
|
set {
|
|
this["PlotterCPUUserColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Orange")]
|
|
public global::System.Drawing.Color PlotterMemoryPrivateColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["PlotterMemoryPrivateColor"]));
|
|
}
|
|
set {
|
|
this["PlotterMemoryPrivateColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Cyan")]
|
|
public global::System.Drawing.Color PlotterMemoryWSColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["PlotterMemoryWSColor"]));
|
|
}
|
|
set {
|
|
this["PlotterMemoryWSColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Yellow")]
|
|
public global::System.Drawing.Color PlotterIOROColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["PlotterIOROColor"]));
|
|
}
|
|
set {
|
|
this["PlotterIOROColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("DarkViolet")]
|
|
public global::System.Drawing.Color PlotterIOWColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["PlotterIOWColor"]));
|
|
}
|
|
set {
|
|
this["PlotterIOWColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Peru")]
|
|
public global::System.Drawing.Color ColorJobProcesses {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorJobProcesses"]));
|
|
}
|
|
set {
|
|
this["ColorJobProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ShowOneGraphPerCPU {
|
|
get {
|
|
return ((bool)(this["ShowOneGraphPerCPU"]));
|
|
}
|
|
set {
|
|
this["ShowOneGraphPerCPU"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("6")]
|
|
public int UnitSpecifier {
|
|
get {
|
|
return ((int)(this["UnitSpecifier"]));
|
|
}
|
|
set {
|
|
this["UnitSpecifier"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("222, 255, 0")]
|
|
public global::System.Drawing.Color ColorDotNetProcesses {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorDotNetProcesses"]));
|
|
}
|
|
set {
|
|
this["ColorDotNetProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("DeepPink")]
|
|
public global::System.Drawing.Color ColorPackedProcesses {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorPackedProcesses"]));
|
|
}
|
|
set {
|
|
this["ColorPackedProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool VerifySignatures {
|
|
get {
|
|
return ((bool)(this["VerifySignatures"]));
|
|
}
|
|
set {
|
|
this["VerifySignatures"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0,137|1,160|2,71|3,195|4,75|5,80|6,70|")]
|
|
public string NetworkListViewColumns {
|
|
get {
|
|
return ((string)(this["NetworkListViewColumns"]));
|
|
}
|
|
set {
|
|
this["NetworkListViewColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool EnableKPH {
|
|
get {
|
|
return ((bool)(this["EnableKPH"]));
|
|
}
|
|
set {
|
|
this["EnableKPH"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool StartHidden {
|
|
get {
|
|
return ((bool)(this["StartHidden"]));
|
|
}
|
|
set {
|
|
this["StartHidden"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("audiodg.exe, csrss.exe, dwm.exe, explorer.exe, logonui.exe, lsass.exe, lsm.exe, n" +
|
|
"tkrnlpa.exe, ntoskrnl.exe, procexp.exe, rundll32.exe, services.exe, smss.exe, sp" +
|
|
"oolsv.exe, svchost.exe, taskeng.exe, taskmgr.exe, wininit.exe, winlogon.exe")]
|
|
public string ImposterNames {
|
|
get {
|
|
return ((string)(this["ImposterNames"]));
|
|
}
|
|
set {
|
|
this["ImposterNames"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 8.25pt")]
|
|
public global::System.Drawing.Font Font {
|
|
get {
|
|
return ((global::System.Drawing.Font)(this["Font"]));
|
|
}
|
|
set {
|
|
this["Font"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool HideHandlesWithNoName {
|
|
get {
|
|
return ((bool)(this["HideHandlesWithNoName"]));
|
|
}
|
|
set {
|
|
this["HideHandlesWithNoName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string HiddenProcessesColumns {
|
|
get {
|
|
return ((string)(this["HiddenProcessesColumns"]));
|
|
}
|
|
set {
|
|
this["HiddenProcessesColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("10")]
|
|
public int IconMenuProcessCount {
|
|
get {
|
|
return ((int)(this["IconMenuProcessCount"]));
|
|
}
|
|
set {
|
|
this["IconMenuProcessCount"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool HideWhenClosed {
|
|
get {
|
|
return ((bool)(this["HideWhenClosed"]));
|
|
}
|
|
set {
|
|
this["HideWhenClosed"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UseColorOwnProcesses {
|
|
get {
|
|
return ((bool)(this["UseColorOwnProcesses"]));
|
|
}
|
|
set {
|
|
this["UseColorOwnProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UseColorElevatedProcesses {
|
|
get {
|
|
return ((bool)(this["UseColorElevatedProcesses"]));
|
|
}
|
|
set {
|
|
this["UseColorElevatedProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UseColorSystemProcesses {
|
|
get {
|
|
return ((bool)(this["UseColorSystemProcesses"]));
|
|
}
|
|
set {
|
|
this["UseColorSystemProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UseColorDebuggedProcesses {
|
|
get {
|
|
return ((bool)(this["UseColorDebuggedProcesses"]));
|
|
}
|
|
set {
|
|
this["UseColorDebuggedProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UseColorServiceProcesses {
|
|
get {
|
|
return ((bool)(this["UseColorServiceProcesses"]));
|
|
}
|
|
set {
|
|
this["UseColorServiceProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UseColorJobProcesses {
|
|
get {
|
|
return ((bool)(this["UseColorJobProcesses"]));
|
|
}
|
|
set {
|
|
this["UseColorJobProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UseColorDotNetProcesses {
|
|
get {
|
|
return ((bool)(this["UseColorDotNetProcesses"]));
|
|
}
|
|
set {
|
|
this["UseColorDotNetProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UseColorPackedProcesses {
|
|
get {
|
|
return ((bool)(this["UseColorPackedProcesses"]));
|
|
}
|
|
set {
|
|
this["UseColorPackedProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AllowOnlyOneInstance {
|
|
get {
|
|
return ((bool)(this["AllowOnlyOneInstance"]));
|
|
}
|
|
set {
|
|
this["AllowOnlyOneInstance"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string EnvironmentListViewColumns {
|
|
get {
|
|
return ((string)(this["EnvironmentListViewColumns"]));
|
|
}
|
|
set {
|
|
this["EnvironmentListViewColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("300, 300")]
|
|
public global::System.Drawing.Point LogWindowLocation {
|
|
get {
|
|
return ((global::System.Drawing.Point)(this["LogWindowLocation"]));
|
|
}
|
|
set {
|
|
this["LogWindowLocation"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("595, 508")]
|
|
public global::System.Drawing.Size LogWindowSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["LogWindowSize"]));
|
|
}
|
|
set {
|
|
this["LogWindowSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ToolbarVisible {
|
|
get {
|
|
return ((bool)(this["ToolbarVisible"]));
|
|
}
|
|
set {
|
|
this["ToolbarVisible"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("858, 574")]
|
|
public global::System.Drawing.Size SysInfoWindowSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["SysInfoWindowSize"]));
|
|
}
|
|
set {
|
|
this["SysInfoWindowSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("100, 100")]
|
|
public global::System.Drawing.Point SysInfoWindowLocation {
|
|
get {
|
|
return ((global::System.Drawing.Point)(this["SysInfoWindowLocation"]));
|
|
}
|
|
set {
|
|
this["SysInfoWindowLocation"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool NeedsUpgrade {
|
|
get {
|
|
return ((bool)(this["NeedsUpgrade"]));
|
|
}
|
|
set {
|
|
this["NeedsUpgrade"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("600")]
|
|
public int MaxSamples {
|
|
get {
|
|
return ((int)(this["MaxSamples"]));
|
|
}
|
|
set {
|
|
this["MaxSamples"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("2")]
|
|
public int PlotterStep {
|
|
get {
|
|
return ((int)(this["PlotterStep"]));
|
|
}
|
|
set {
|
|
this["PlotterStep"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ServiceMiniListColumns {
|
|
get {
|
|
return ((string)(this["ServiceMiniListColumns"]));
|
|
}
|
|
set {
|
|
this["ServiceMiniListColumns"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Silver")]
|
|
public global::System.Drawing.Color ColorSuspended {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorSuspended"]));
|
|
}
|
|
set {
|
|
this["ColorSuspended"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UseColorSuspended {
|
|
get {
|
|
return ((bool)(this["UseColorSuspended"]));
|
|
}
|
|
set {
|
|
this["UseColorSuspended"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("255, 255, 128")]
|
|
public global::System.Drawing.Color ColorGuiThreads {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorGuiThreads"]));
|
|
}
|
|
set {
|
|
this["ColorGuiThreads"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UseColorGuiThreads {
|
|
get {
|
|
return ((bool)(this["UseColorGuiThreads"]));
|
|
}
|
|
set {
|
|
this["UseColorGuiThreads"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("dbghelp.dll")]
|
|
public string DbgHelpPath {
|
|
get {
|
|
return ((string)(this["DbgHelpPath"]));
|
|
}
|
|
set {
|
|
this["DbgHelpPath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string DbgHelpSearchPath {
|
|
get {
|
|
return ((string)(this["DbgHelpSearchPath"]));
|
|
}
|
|
set {
|
|
this["DbgHelpSearchPath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool DbgHelpUndecorate {
|
|
get {
|
|
return ((bool)(this["DbgHelpUndecorate"]));
|
|
}
|
|
set {
|
|
this["DbgHelpUndecorate"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool DbgHelpWarningShown {
|
|
get {
|
|
return ((bool)(this["DbgHelpWarningShown"]));
|
|
}
|
|
set {
|
|
this["DbgHelpWarningShown"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Gray")]
|
|
public global::System.Drawing.Color ColorProtectedHandles {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorProtectedHandles"]));
|
|
}
|
|
set {
|
|
this["ColorProtectedHandles"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UseColorProtectedHandles {
|
|
get {
|
|
return ((bool)(this["UseColorProtectedHandles"]));
|
|
}
|
|
set {
|
|
this["UseColorProtectedHandles"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("128, 255, 255")]
|
|
public global::System.Drawing.Color ColorInheritHandles {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorInheritHandles"]));
|
|
}
|
|
set {
|
|
this["ColorInheritHandles"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UseColorInheritHandles {
|
|
get {
|
|
return ((bool)(this["UseColorInheritHandles"]));
|
|
}
|
|
set {
|
|
this["UseColorInheritHandles"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("200, 200")]
|
|
public global::System.Drawing.Point ProcessWindowLocation {
|
|
get {
|
|
return ((global::System.Drawing.Point)(this["ProcessWindowLocation"]));
|
|
}
|
|
set {
|
|
this["ProcessWindowLocation"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool CpuHistoryIconVisible {
|
|
get {
|
|
return ((bool)(this["CpuHistoryIconVisible"]));
|
|
}
|
|
set {
|
|
this["CpuHistoryIconVisible"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool IoHistoryIconVisible {
|
|
get {
|
|
return ((bool)(this["IoHistoryIconVisible"]));
|
|
}
|
|
set {
|
|
this["IoHistoryIconVisible"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool CpuUsageIconVisible {
|
|
get {
|
|
return ((bool)(this["CpuUsageIconVisible"]));
|
|
}
|
|
set {
|
|
this["CpuUsageIconVisible"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool CommitHistoryIconVisible {
|
|
get {
|
|
return ((bool)(this["CommitHistoryIconVisible"]));
|
|
}
|
|
set {
|
|
this["CommitHistoryIconVisible"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool PhysMemHistoryIconVisible {
|
|
get {
|
|
return ((bool)(this["PhysMemHistoryIconVisible"]));
|
|
}
|
|
set {
|
|
this["PhysMemHistoryIconVisible"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("200, 200")]
|
|
public global::System.Drawing.Point HandleFilterWindowLocation {
|
|
get {
|
|
return ((global::System.Drawing.Point)(this["HandleFilterWindowLocation"]));
|
|
}
|
|
set {
|
|
this["HandleFilterWindowLocation"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("200, 200")]
|
|
public global::System.Drawing.Point HiddenProcessesWindowLocation {
|
|
get {
|
|
return ((global::System.Drawing.Point)(this["HiddenProcessesWindowLocation"]));
|
|
}
|
|
set {
|
|
this["HiddenProcessesWindowLocation"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("527, 429")]
|
|
public global::System.Drawing.Size HiddenProcessesWindowSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["HiddenProcessesWindowSize"]));
|
|
}
|
|
set {
|
|
this["HiddenProcessesWindowSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool HideProcessHackerNetworkConnections {
|
|
get {
|
|
return ((bool)(this["HideProcessHackerNetworkConnections"]));
|
|
}
|
|
set {
|
|
this["HideProcessHackerNetworkConnections"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool EnableExperimentalFeatures {
|
|
get {
|
|
return ((bool)(this["EnableExperimentalFeatures"]));
|
|
}
|
|
set {
|
|
this["EnableExperimentalFeatures"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("565, 377")]
|
|
public global::System.Drawing.Size InformationBoxSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["InformationBoxSize"]));
|
|
}
|
|
set {
|
|
this["InformationBoxSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ScrollDownProcessTree {
|
|
get {
|
|
return ((bool)(this["ScrollDownProcessTree"]));
|
|
}
|
|
set {
|
|
this["ScrollDownProcessTree"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("DarkSlateBlue")]
|
|
public global::System.Drawing.Color ColorPosixProcesses {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorPosixProcesses"]));
|
|
}
|
|
set {
|
|
this["ColorPosixProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UseColorPosixProcesses {
|
|
get {
|
|
return ((bool)(this["UseColorPosixProcesses"]));
|
|
}
|
|
set {
|
|
this["UseColorPosixProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool LogWindowAutoScroll {
|
|
get {
|
|
return ((bool)(this["LogWindowAutoScroll"]));
|
|
}
|
|
set {
|
|
this["LogWindowAutoScroll"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool FloatChildWindows {
|
|
get {
|
|
return ((bool)(this["FloatChildWindows"]));
|
|
}
|
|
set {
|
|
this["FloatChildWindows"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool FirstRun {
|
|
get {
|
|
return ((bool)(this["FirstRun"]));
|
|
}
|
|
set {
|
|
this["FirstRun"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("255, 192, 128")]
|
|
public global::System.Drawing.Color ColorRelocatedDlls {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorRelocatedDlls"]));
|
|
}
|
|
set {
|
|
this["ColorRelocatedDlls"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UseColorRelocatedDlls {
|
|
get {
|
|
return ((bool)(this["UseColorRelocatedDlls"]));
|
|
}
|
|
set {
|
|
this["UseColorRelocatedDlls"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("RosyBrown")]
|
|
public global::System.Drawing.Color ColorWow64Processes {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorWow64Processes"]));
|
|
}
|
|
set {
|
|
this["ColorWow64Processes"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UseColorWow64Processes {
|
|
get {
|
|
return ((bool)(this["UseColorWow64Processes"]));
|
|
}
|
|
set {
|
|
this["UseColorWow64Processes"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int AppUpdateLevel {
|
|
get {
|
|
return ((int)(this["AppUpdateLevel"]));
|
|
}
|
|
set {
|
|
this["AppUpdateLevel"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("http://processhacker.sourceforge.net/AppUpdate.xml")]
|
|
public string AppUpdateUrl {
|
|
get {
|
|
return ((string)(this["AppUpdateUrl"]));
|
|
}
|
|
set {
|
|
this["AppUpdateUrl"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public int ToolStripDisplayStyle {
|
|
get {
|
|
return ((int)(this["ToolStripDisplayStyle"]));
|
|
}
|
|
set {
|
|
this["ToolStripDisplayStyle"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool AppUpdateAutomatic {
|
|
get {
|
|
return ((bool)(this["AppUpdateAutomatic"]));
|
|
}
|
|
set {
|
|
this["AppUpdateAutomatic"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public int ElevationLevel {
|
|
get {
|
|
return ((int)(this["ElevationLevel"]));
|
|
}
|
|
set {
|
|
this["ElevationLevel"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ProxyUse {
|
|
get {
|
|
return ((bool)(this["ProxyUse"]));
|
|
}
|
|
set {
|
|
this["ProxyUse"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ProxyBypassOnLocal {
|
|
get {
|
|
return ((bool)(this["ProxyBypassOnLocal"]));
|
|
}
|
|
set {
|
|
this["ProxyBypassOnLocal"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ProxyUsername {
|
|
get {
|
|
return ((string)(this["ProxyUsername"]));
|
|
}
|
|
set {
|
|
this["ProxyUsername"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ProxyPassword {
|
|
get {
|
|
return ((string)(this["ProxyPassword"]));
|
|
}
|
|
set {
|
|
this["ProxyPassword"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ProxyAddress {
|
|
get {
|
|
return ((string)(this["ProxyAddress"]));
|
|
}
|
|
set {
|
|
this["ProxyAddress"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ProxyPort {
|
|
get {
|
|
return ((string)(this["ProxyPort"]));
|
|
}
|
|
set {
|
|
this["ProxyPort"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ProxyUseCredentials {
|
|
get {
|
|
return ((bool)(this["ProxyUseCredentials"]));
|
|
}
|
|
set {
|
|
this["ProxyUseCredentials"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|