mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
2f1f944125
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@156 21ef857c-d57f-4fe0-8362-d861dc6d29cd
519 lines
20 KiB
C#
519 lines
20 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 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 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;
|
|
}
|
|
}
|
|
|
|
[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("464, 473")]
|
|
public global::System.Drawing.Size PrivilegeWindowSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["PrivilegeWindowSize"]));
|
|
}
|
|
set {
|
|
this["PrivilegeWindowSize"] = 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("477, 468")]
|
|
public global::System.Drawing.Size GroupWindowSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["GroupWindowSize"]));
|
|
}
|
|
set {
|
|
this["GroupWindowSize"] = 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("170, 255, 170")]
|
|
public global::System.Drawing.Color ColorNewProcesses {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorNewProcesses"]));
|
|
}
|
|
set {
|
|
this["ColorNewProcesses"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("255, 170, 170")]
|
|
public global::System.Drawing.Color ColorRemovedProcesses {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorRemovedProcesses"]));
|
|
}
|
|
set {
|
|
this["ColorRemovedProcesses"] = 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, 85, 85")]
|
|
public global::System.Drawing.Color ColorHighlight {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["ColorHighlight"]));
|
|
}
|
|
set {
|
|
this["ColorHighlight"] = 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;
|
|
}
|
|
}
|
|
}
|
|
}
|