namespace ProcessHacker { partial class OptionsWindow { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.label1 = new System.Windows.Forms.Label(); this.textUpdateInterval = new System.Windows.Forms.NumericUpDown(); this.buttonOK = new System.Windows.Forms.Button(); this.checkShowProcessDomains = new System.Windows.Forms.CheckBox(); this.checkWarnDangerous = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.textSearchEngine = new System.Windows.Forms.TextBox(); this.tabControl = new System.Windows.Forms.TabControl(); this.tabGeneral = new System.Windows.Forms.TabPage(); this.checkScrollDownProcessTree = new System.Windows.Forms.CheckBox(); this.checkAllowOnlyOneInstance = new System.Windows.Forms.CheckBox(); this.buttonFont = new System.Windows.Forms.Button(); this.textImposterNames = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.comboSizeUnits = new System.Windows.Forms.ComboBox(); this.label18 = new System.Windows.Forms.Label(); this.checkStartHidden = new System.Windows.Forms.CheckBox(); this.checkHideWhenClosed = new System.Windows.Forms.CheckBox(); this.checkHideWhenMinimized = new System.Windows.Forms.CheckBox(); this.label23 = new System.Windows.Forms.Label(); this.textIconMenuProcesses = new System.Windows.Forms.NumericUpDown(); this.tabAdvanced = new System.Windows.Forms.TabPage(); this.checkEnableExperimentalFeatures = new System.Windows.Forms.CheckBox(); this.checkHidePhConnections = new System.Windows.Forms.CheckBox(); this.textMaxSamples = new System.Windows.Forms.NumericUpDown(); this.label6 = new System.Windows.Forms.Label(); this.buttonChangeReplaceTaskManager = new System.Windows.Forms.Button(); this.checkReplaceTaskManager = new System.Windows.Forms.CheckBox(); this.checkEnableKPH = new System.Windows.Forms.CheckBox(); this.checkHideHandlesWithNoName = new System.Windows.Forms.CheckBox(); this.checkVerifySignatures = new System.Windows.Forms.CheckBox(); this.tabHighlighting = new System.Windows.Forms.TabPage(); this.label11 = new System.Windows.Forms.Label(); this.buttonDisableAll = new System.Windows.Forms.Button(); this.buttonEnableAll = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.listHighlightingColors = new System.Windows.Forms.ListView(); this.columnDescription = new System.Windows.Forms.ColumnHeader(); this.textHighlightingDuration = new System.Windows.Forms.NumericUpDown(); this.label7 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.colorRemovedProcesses = new ProcessHacker.Components.ColorModifier(); this.colorNewProcesses = new ProcessHacker.Components.ColorModifier(); this.tabPlotting = new System.Windows.Forms.TabPage(); this.textStep = new System.Windows.Forms.NumericUpDown(); this.label8 = new System.Windows.Forms.Label(); this.checkPlotterAntialias = new System.Windows.Forms.CheckBox(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.colorIORO = new ProcessHacker.Components.ColorModifier(); this.colorIOW = new ProcessHacker.Components.ColorModifier(); this.colorMemoryWS = new ProcessHacker.Components.ColorModifier(); this.colorMemoryPB = new ProcessHacker.Components.ColorModifier(); this.colorCPUUT = new ProcessHacker.Components.ColorModifier(); this.colorCPUKT = new ProcessHacker.Components.ColorModifier(); this.tabSymbols = new System.Windows.Forms.TabPage(); this.checkUndecorate = new System.Windows.Forms.CheckBox(); this.textSearchPath = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.buttonDbghelpBrowse = new System.Windows.Forms.Button(); this.textDbghelpPath = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.toolTipProvider = new System.Windows.Forms.ToolTip(this.components); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonApply = new System.Windows.Forms.Button(); this.checkFloatChildWindows = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.textUpdateInterval)).BeginInit(); this.tabControl.SuspendLayout(); this.tabGeneral.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textIconMenuProcesses)).BeginInit(); this.tabAdvanced.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textMaxSamples)).BeginInit(); this.tabHighlighting.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textHighlightingDuration)).BeginInit(); this.tabPlotting.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textStep)).BeginInit(); this.tabSymbols.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(83, 13); this.label1.TabIndex = 0; this.label1.Text = "Update Interval:"; this.toolTipProvider.SetToolTip(this.label1, "The number of milliseconds between each check for new, modified or removed object" + "s."); // // textUpdateInterval // this.textUpdateInterval.Increment = new decimal(new int[] { 250, 0, 0, 0}); this.textUpdateInterval.Location = new System.Drawing.Point(134, 6); this.textUpdateInterval.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.textUpdateInterval.Minimum = new decimal(new int[] { 250, 0, 0, 0}); this.textUpdateInterval.Name = "textUpdateInterval"; this.textUpdateInterval.Size = new System.Drawing.Size(66, 20); this.textUpdateInterval.TabIndex = 1; this.textUpdateInterval.Value = new decimal(new int[] { 1000, 0, 0, 0}); this.textUpdateInterval.Leave += new System.EventHandler(this.textUpdateInterval_Leave); // // buttonOK // this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonOK.Location = new System.Drawing.Point(227, 319); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(75, 23); this.buttonOK.TabIndex = 2; this.buttonOK.Text = "&OK"; this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // checkShowProcessDomains // this.checkShowProcessDomains.AutoSize = true; this.checkShowProcessDomains.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowProcessDomains.Location = new System.Drawing.Point(211, 213); this.checkShowProcessDomains.Name = "checkShowProcessDomains"; this.checkShowProcessDomains.Size = new System.Drawing.Size(156, 18); this.checkShowProcessDomains.TabIndex = 3; this.checkShowProcessDomains.Text = "Show user/group domains"; this.toolTipProvider.SetToolTip(this.checkShowProcessDomains, "Shows account domains. For example, \"MyUser\" would be displayed as \"ComputerName\\" + "MyUser\"."); this.checkShowProcessDomains.UseVisualStyleBackColor = true; // // checkWarnDangerous // this.checkWarnDangerous.AutoSize = true; this.checkWarnDangerous.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkWarnDangerous.Location = new System.Drawing.Point(6, 102); this.checkWarnDangerous.Name = "checkWarnDangerous"; this.checkWarnDangerous.Size = new System.Drawing.Size(228, 18); this.checkWarnDangerous.TabIndex = 4; this.checkWarnDangerous.Text = "Warn about potentially dangerous actions"; this.toolTipProvider.SetToolTip(this.checkWarnDangerous, "Warns about any attempts to terminate a process, suspend a system process, and si" + "milar actions."); this.checkWarnDangerous.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 61); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 13); this.label2.TabIndex = 5; this.label2.Text = "Search Engine:"; this.toolTipProvider.SetToolTip(this.label2, "The URL to open when searching for a process or module. \"%s\" is replaced with the" + " process/module name."); // // textSearchEngine // this.textSearchEngine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textSearchEngine.Location = new System.Drawing.Point(134, 58); this.textSearchEngine.Name = "textSearchEngine"; this.textSearchEngine.Size = new System.Drawing.Size(304, 20); this.textSearchEngine.TabIndex = 6; // // tabControl // this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl.Controls.Add(this.tabGeneral); this.tabControl.Controls.Add(this.tabAdvanced); this.tabControl.Controls.Add(this.tabHighlighting); this.tabControl.Controls.Add(this.tabPlotting); this.tabControl.Controls.Add(this.tabSymbols); this.tabControl.Location = new System.Drawing.Point(12, 12); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(452, 301); this.tabControl.TabIndex = 7; // // tabGeneral // this.tabGeneral.Controls.Add(this.checkFloatChildWindows); this.tabGeneral.Controls.Add(this.checkScrollDownProcessTree); this.tabGeneral.Controls.Add(this.checkAllowOnlyOneInstance); this.tabGeneral.Controls.Add(this.buttonFont); this.tabGeneral.Controls.Add(this.textImposterNames); this.tabGeneral.Controls.Add(this.label21); this.tabGeneral.Controls.Add(this.comboSizeUnits); this.tabGeneral.Controls.Add(this.label18); this.tabGeneral.Controls.Add(this.checkStartHidden); this.tabGeneral.Controls.Add(this.checkHideWhenClosed); this.tabGeneral.Controls.Add(this.checkHideWhenMinimized); this.tabGeneral.Controls.Add(this.label23); this.tabGeneral.Controls.Add(this.label1); this.tabGeneral.Controls.Add(this.textSearchEngine); this.tabGeneral.Controls.Add(this.textIconMenuProcesses); this.tabGeneral.Controls.Add(this.textUpdateInterval); this.tabGeneral.Controls.Add(this.label2); this.tabGeneral.Controls.Add(this.checkShowProcessDomains); this.tabGeneral.Location = new System.Drawing.Point(4, 22); this.tabGeneral.Name = "tabGeneral"; this.tabGeneral.Padding = new System.Windows.Forms.Padding(3); this.tabGeneral.Size = new System.Drawing.Size(444, 275); this.tabGeneral.TabIndex = 0; this.tabGeneral.Text = "General"; this.tabGeneral.UseVisualStyleBackColor = true; // // checkScrollDownProcessTree // this.checkScrollDownProcessTree.AutoSize = true; this.checkScrollDownProcessTree.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkScrollDownProcessTree.Location = new System.Drawing.Point(211, 189); this.checkScrollDownProcessTree.Name = "checkScrollDownProcessTree"; this.checkScrollDownProcessTree.Size = new System.Drawing.Size(213, 18); this.checkScrollDownProcessTree.TabIndex = 17; this.checkScrollDownProcessTree.Text = "Scroll down the process tree at startup"; this.toolTipProvider.SetToolTip(this.checkScrollDownProcessTree, "Scrolls down to the first process belonging to the current user on startup."); this.checkScrollDownProcessTree.UseVisualStyleBackColor = true; // // checkAllowOnlyOneInstance // this.checkAllowOnlyOneInstance.AutoSize = true; this.checkAllowOnlyOneInstance.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAllowOnlyOneInstance.Location = new System.Drawing.Point(6, 237); this.checkAllowOnlyOneInstance.Name = "checkAllowOnlyOneInstance"; this.checkAllowOnlyOneInstance.Size = new System.Drawing.Size(143, 18); this.checkAllowOnlyOneInstance.TabIndex = 16; this.checkAllowOnlyOneInstance.Text = "Allow only one instance"; this.toolTipProvider.SetToolTip(this.checkAllowOnlyOneInstance, "Process Hacker will detect a previous instance of itself and switch to it."); this.checkAllowOnlyOneInstance.UseVisualStyleBackColor = true; // // buttonFont // this.buttonFont.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonFont.Location = new System.Drawing.Point(6, 136); this.buttonFont.Name = "buttonFont"; this.buttonFont.Size = new System.Drawing.Size(75, 23); this.buttonFont.TabIndex = 15; this.buttonFont.Text = "Font..."; this.toolTipProvider.SetToolTip(this.buttonFont, "The font to use for all lists and trees."); this.buttonFont.UseVisualStyleBackColor = true; this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click); // // textImposterNames // this.textImposterNames.Location = new System.Drawing.Point(134, 84); this.textImposterNames.Name = "textImposterNames"; this.textImposterNames.Size = new System.Drawing.Size(277, 20); this.textImposterNames.TabIndex = 14; // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(6, 87); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(100, 13); this.label21.TabIndex = 13; this.label21.Text = "Require Signatures:"; this.toolTipProvider.SetToolTip(this.label21, "A comma-separated list of process names to require valid signatures for."); // // comboSizeUnits // this.comboSizeUnits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboSizeUnits.FormattingEnabled = true; this.comboSizeUnits.Items.AddRange(new object[] { "B", "kB", "MB", "GB", "TB", "PB", "EB"}); this.comboSizeUnits.Location = new System.Drawing.Point(134, 110); this.comboSizeUnits.Name = "comboSizeUnits"; this.comboSizeUnits.Size = new System.Drawing.Size(67, 21); this.comboSizeUnits.TabIndex = 11; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(6, 113); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(78, 13); this.label18.TabIndex = 10; this.label18.Text = "Max. Size Unit:"; this.toolTipProvider.SetToolTip(this.label18, "The maximum unit of size to use."); // // checkStartHidden // this.checkStartHidden.AutoSize = true; this.checkStartHidden.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkStartHidden.Location = new System.Drawing.Point(6, 213); this.checkStartHidden.Name = "checkStartHidden"; this.checkStartHidden.Size = new System.Drawing.Size(89, 18); this.checkStartHidden.TabIndex = 9; this.checkStartHidden.Text = "Start hidden"; this.toolTipProvider.SetToolTip(this.checkStartHidden, "Starts Process Hacker hidden. To restore it, double-click on the notification ico" + "n."); this.checkStartHidden.UseVisualStyleBackColor = true; // // checkHideWhenClosed // this.checkHideWhenClosed.AutoSize = true; this.checkHideWhenClosed.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkHideWhenClosed.Location = new System.Drawing.Point(6, 189); this.checkHideWhenClosed.Name = "checkHideWhenClosed"; this.checkHideWhenClosed.Size = new System.Drawing.Size(117, 18); this.checkHideWhenClosed.TabIndex = 9; this.checkHideWhenClosed.Text = "Hide when closed"; this.toolTipProvider.SetToolTip(this.checkHideWhenClosed, "Hides Process Hacker when it is closed."); this.checkHideWhenClosed.UseVisualStyleBackColor = true; // // checkHideWhenMinimized // this.checkHideWhenMinimized.AutoSize = true; this.checkHideWhenMinimized.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkHideWhenMinimized.Location = new System.Drawing.Point(6, 165); this.checkHideWhenMinimized.Name = "checkHideWhenMinimized"; this.checkHideWhenMinimized.Size = new System.Drawing.Size(131, 18); this.checkHideWhenMinimized.TabIndex = 9; this.checkHideWhenMinimized.Text = "Hide when minimized"; this.toolTipProvider.SetToolTip(this.checkHideWhenMinimized, "Hides Process Hacker when it is minimized."); this.checkHideWhenMinimized.UseVisualStyleBackColor = true; // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(6, 34); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(122, 13); this.label23.TabIndex = 0; this.label23.Text = "Processes in icon menu:"; this.toolTipProvider.SetToolTip(this.label23, "The number of processes to display in the Processes menu."); // // textIconMenuProcesses // this.textIconMenuProcesses.Location = new System.Drawing.Point(134, 32); this.textIconMenuProcesses.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.textIconMenuProcesses.Name = "textIconMenuProcesses"; this.textIconMenuProcesses.Size = new System.Drawing.Size(66, 20); this.textIconMenuProcesses.TabIndex = 1; this.textIconMenuProcesses.Value = new decimal(new int[] { 10, 0, 0, 0}); this.textIconMenuProcesses.Leave += new System.EventHandler(this.textIconMenuProcesses_Leave); // // tabAdvanced // this.tabAdvanced.Controls.Add(this.checkEnableExperimentalFeatures); this.tabAdvanced.Controls.Add(this.checkHidePhConnections); this.tabAdvanced.Controls.Add(this.textMaxSamples); this.tabAdvanced.Controls.Add(this.label6); this.tabAdvanced.Controls.Add(this.buttonChangeReplaceTaskManager); this.tabAdvanced.Controls.Add(this.checkReplaceTaskManager); this.tabAdvanced.Controls.Add(this.checkWarnDangerous); this.tabAdvanced.Controls.Add(this.checkEnableKPH); this.tabAdvanced.Controls.Add(this.checkHideHandlesWithNoName); this.tabAdvanced.Controls.Add(this.checkVerifySignatures); this.tabAdvanced.Location = new System.Drawing.Point(4, 22); this.tabAdvanced.Name = "tabAdvanced"; this.tabAdvanced.Padding = new System.Windows.Forms.Padding(3); this.tabAdvanced.Size = new System.Drawing.Size(444, 319); this.tabAdvanced.TabIndex = 3; this.tabAdvanced.Text = "Advanced"; this.tabAdvanced.UseVisualStyleBackColor = true; // // checkEnableExperimentalFeatures // this.checkEnableExperimentalFeatures.AutoSize = true; this.checkEnableExperimentalFeatures.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkEnableExperimentalFeatures.Location = new System.Drawing.Point(6, 30); this.checkEnableExperimentalFeatures.Name = "checkEnableExperimentalFeatures"; this.checkEnableExperimentalFeatures.Size = new System.Drawing.Size(168, 18); this.checkEnableExperimentalFeatures.TabIndex = 22; this.checkEnableExperimentalFeatures.Text = "Enable experimental features"; this.checkEnableExperimentalFeatures.UseVisualStyleBackColor = true; // // checkHidePhConnections // this.checkHidePhConnections.AutoSize = true; this.checkHidePhConnections.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkHidePhConnections.Location = new System.Drawing.Point(6, 150); this.checkHidePhConnections.Name = "checkHidePhConnections"; this.checkHidePhConnections.Size = new System.Drawing.Size(235, 18); this.checkHidePhConnections.TabIndex = 21; this.checkHidePhConnections.Text = "Hide Process Hacker network connections"; this.toolTipProvider.SetToolTip(this.checkHidePhConnections, "Hides network connections made by Process Hacker. This may be useful when Process" + " Hacker is resolving addresses."); this.checkHidePhConnections.UseVisualStyleBackColor = true; // // textMaxSamples // this.textMaxSamples.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.textMaxSamples.Location = new System.Drawing.Point(118, 178); this.textMaxSamples.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.textMaxSamples.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.textMaxSamples.Name = "textMaxSamples"; this.textMaxSamples.Size = new System.Drawing.Size(72, 20); this.textMaxSamples.TabIndex = 20; this.textMaxSamples.Value = new decimal(new int[] { 1000, 0, 0, 0}); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 180); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(106, 13); this.label6.TabIndex = 19; this.label6.Text = "Max. Sample History:"; this.toolTipProvider.SetToolTip(this.label6, "The number of performance data samples that are retained."); // // buttonChangeReplaceTaskManager // this.buttonChangeReplaceTaskManager.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonChangeReplaceTaskManager.Location = new System.Drawing.Point(257, 75); this.buttonChangeReplaceTaskManager.Name = "buttonChangeReplaceTaskManager"; this.buttonChangeReplaceTaskManager.Size = new System.Drawing.Size(89, 23); this.buttonChangeReplaceTaskManager.TabIndex = 18; this.buttonChangeReplaceTaskManager.Text = "Change..."; this.buttonChangeReplaceTaskManager.UseVisualStyleBackColor = true; this.buttonChangeReplaceTaskManager.Click += new System.EventHandler(this.buttonChangeReplaceTaskManager_Click); // // checkReplaceTaskManager // this.checkReplaceTaskManager.AutoSize = true; this.checkReplaceTaskManager.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkReplaceTaskManager.Location = new System.Drawing.Point(6, 78); this.checkReplaceTaskManager.Name = "checkReplaceTaskManager"; this.checkReplaceTaskManager.Size = new System.Drawing.Size(245, 18); this.checkReplaceTaskManager.TabIndex = 17; this.checkReplaceTaskManager.Text = "Replace Task Manager with Process Hacker"; this.toolTipProvider.SetToolTip(this.checkReplaceTaskManager, "Launches Process Hacker instead of Task Manager."); this.checkReplaceTaskManager.UseVisualStyleBackColor = true; // // checkEnableKPH // this.checkEnableKPH.AutoSize = true; this.checkEnableKPH.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkEnableKPH.Location = new System.Drawing.Point(6, 6); this.checkEnableKPH.Name = "checkEnableKPH"; this.checkEnableKPH.Size = new System.Drawing.Size(155, 18); this.checkEnableKPH.TabIndex = 14; this.checkEnableKPH.Text = "Enable kernel-mode driver"; this.toolTipProvider.SetToolTip(this.checkEnableKPH, "Enables the driver which allows Process Hacker to bypass rootkits and security so" + "ftware."); this.checkEnableKPH.UseVisualStyleBackColor = true; // // checkHideHandlesWithNoName // this.checkHideHandlesWithNoName.AutoSize = true; this.checkHideHandlesWithNoName.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkHideHandlesWithNoName.Location = new System.Drawing.Point(6, 126); this.checkHideHandlesWithNoName.Name = "checkHideHandlesWithNoName"; this.checkHideHandlesWithNoName.Size = new System.Drawing.Size(160, 18); this.checkHideHandlesWithNoName.TabIndex = 13; this.checkHideHandlesWithNoName.Text = "Hide handles with no name"; this.toolTipProvider.SetToolTip(this.checkHideHandlesWithNoName, "Hides unnamed handles by default. This can be changed in each process window."); this.checkHideHandlesWithNoName.UseVisualStyleBackColor = true; // // checkVerifySignatures // this.checkVerifySignatures.AutoSize = true; this.checkVerifySignatures.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkVerifySignatures.Location = new System.Drawing.Point(6, 54); this.checkVerifySignatures.Name = "checkVerifySignatures"; this.checkVerifySignatures.Size = new System.Drawing.Size(254, 18); this.checkVerifySignatures.TabIndex = 4; this.checkVerifySignatures.Text = "Verify signatures and perform additional checks"; this.toolTipProvider.SetToolTip(this.checkVerifySignatures, "Verifies the digital signatures of all processes and highlights certain types of " + "suspicious processes."); this.checkVerifySignatures.UseVisualStyleBackColor = true; // // tabHighlighting // this.tabHighlighting.Controls.Add(this.label11); this.tabHighlighting.Controls.Add(this.buttonDisableAll); this.tabHighlighting.Controls.Add(this.buttonEnableAll); this.tabHighlighting.Controls.Add(this.label5); this.tabHighlighting.Controls.Add(this.listHighlightingColors); this.tabHighlighting.Controls.Add(this.textHighlightingDuration); this.tabHighlighting.Controls.Add(this.label7); this.tabHighlighting.Controls.Add(this.label4); this.tabHighlighting.Controls.Add(this.label3); this.tabHighlighting.Controls.Add(this.colorRemovedProcesses); this.tabHighlighting.Controls.Add(this.colorNewProcesses); this.tabHighlighting.Location = new System.Drawing.Point(4, 22); this.tabHighlighting.Name = "tabHighlighting"; this.tabHighlighting.Padding = new System.Windows.Forms.Padding(3); this.tabHighlighting.Size = new System.Drawing.Size(417, 319); this.tabHighlighting.TabIndex = 1; this.tabHighlighting.Text = "Highlighting"; this.tabHighlighting.UseVisualStyleBackColor = true; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(6, 295); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(165, 13); this.label11.TabIndex = 13; this.label11.Text = "Double-click an item to change it."; // // buttonDisableAll // this.buttonDisableAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonDisableAll.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonDisableAll.Location = new System.Drawing.Point(336, 290); this.buttonDisableAll.Name = "buttonDisableAll"; this.buttonDisableAll.Size = new System.Drawing.Size(75, 23); this.buttonDisableAll.TabIndex = 12; this.buttonDisableAll.Text = "&Disable All"; this.buttonDisableAll.UseVisualStyleBackColor = true; this.buttonDisableAll.Click += new System.EventHandler(this.buttonDisableAll_Click); // // buttonEnableAll // this.buttonEnableAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonEnableAll.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonEnableAll.Location = new System.Drawing.Point(255, 290); this.buttonEnableAll.Name = "buttonEnableAll"; this.buttonEnableAll.Size = new System.Drawing.Size(75, 23); this.buttonEnableAll.TabIndex = 12; this.buttonEnableAll.Text = "&Enable All"; this.buttonEnableAll.UseVisualStyleBackColor = true; this.buttonEnableAll.Click += new System.EventHandler(this.buttonEnableAll_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 317); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(180, 13); this.label5.TabIndex = 11; this.label5.Text = "Double-click on an item to change it."; // // listHighlightingColors // this.listHighlightingColors.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listHighlightingColors.CheckBoxes = true; this.listHighlightingColors.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnDescription}); this.listHighlightingColors.FullRowSelect = true; this.listHighlightingColors.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.listHighlightingColors.HideSelection = false; this.listHighlightingColors.Location = new System.Drawing.Point(6, 60); this.listHighlightingColors.MultiSelect = false; this.listHighlightingColors.Name = "listHighlightingColors"; this.listHighlightingColors.ShowItemToolTips = true; this.listHighlightingColors.Size = new System.Drawing.Size(405, 224); this.listHighlightingColors.TabIndex = 10; this.listHighlightingColors.UseCompatibleStateImageBehavior = false; this.listHighlightingColors.View = System.Windows.Forms.View.Details; this.listHighlightingColors.DoubleClick += new System.EventHandler(this.listHighlightingColors_DoubleClick); // // columnDescription // this.columnDescription.Text = "Description"; this.columnDescription.Width = 250; // // textHighlightingDuration // this.textHighlightingDuration.Increment = new decimal(new int[] { 250, 0, 0, 0}); this.textHighlightingDuration.Location = new System.Drawing.Point(127, 7); this.textHighlightingDuration.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.textHighlightingDuration.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.textHighlightingDuration.Name = "textHighlightingDuration"; this.textHighlightingDuration.Size = new System.Drawing.Size(66, 20); this.textHighlightingDuration.TabIndex = 5; this.textHighlightingDuration.Value = new decimal(new int[] { 1, 0, 0, 0}); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 9); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(108, 13); this.label7.TabIndex = 4; this.label7.Text = "Highlighting Duration:"; this.toolTipProvider.SetToolTip(this.label7, "The number of milliseconds for which new or removed objects will be highlighted a" + "s such."); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(230, 36); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(95, 13); this.label4.TabIndex = 2; this.label4.Text = "Removed Objects:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 36); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 13); this.label3.TabIndex = 0; this.label3.Text = "New Objects:"; // // colorRemovedProcesses // this.colorRemovedProcesses.Color = System.Drawing.Color.Transparent; this.colorRemovedProcesses.Location = new System.Drawing.Point(351, 34); this.colorRemovedProcesses.Name = "colorRemovedProcesses"; this.colorRemovedProcesses.Size = new System.Drawing.Size(40, 20); this.colorRemovedProcesses.TabIndex = 3; // // colorNewProcesses // this.colorNewProcesses.Color = System.Drawing.Color.Transparent; this.colorNewProcesses.Location = new System.Drawing.Point(127, 33); this.colorNewProcesses.Name = "colorNewProcesses"; this.colorNewProcesses.Size = new System.Drawing.Size(40, 20); this.colorNewProcesses.TabIndex = 1; // // tabPlotting // this.tabPlotting.Controls.Add(this.textStep); this.tabPlotting.Controls.Add(this.label8); this.tabPlotting.Controls.Add(this.checkPlotterAntialias); this.tabPlotting.Controls.Add(this.label12); this.tabPlotting.Controls.Add(this.label13); this.tabPlotting.Controls.Add(this.label14); this.tabPlotting.Controls.Add(this.label15); this.tabPlotting.Controls.Add(this.label16); this.tabPlotting.Controls.Add(this.label17); this.tabPlotting.Controls.Add(this.colorIORO); this.tabPlotting.Controls.Add(this.colorIOW); this.tabPlotting.Controls.Add(this.colorMemoryWS); this.tabPlotting.Controls.Add(this.colorMemoryPB); this.tabPlotting.Controls.Add(this.colorCPUUT); this.tabPlotting.Controls.Add(this.colorCPUKT); this.tabPlotting.Location = new System.Drawing.Point(4, 22); this.tabPlotting.Name = "tabPlotting"; this.tabPlotting.Padding = new System.Windows.Forms.Padding(3); this.tabPlotting.Size = new System.Drawing.Size(417, 319); this.tabPlotting.TabIndex = 2; this.tabPlotting.Text = "Plotting"; this.tabPlotting.UseVisualStyleBackColor = true; // // textStep // this.textStep.Location = new System.Drawing.Point(44, 30); this.textStep.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.textStep.Name = "textStep"; this.textStep.Size = new System.Drawing.Size(69, 20); this.textStep.TabIndex = 24; this.textStep.Value = new decimal(new int[] { 3, 0, 0, 0}); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(6, 32); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(32, 13); this.label8.TabIndex = 23; this.label8.Text = "Step:"; // // checkPlotterAntialias // this.checkPlotterAntialias.AutoSize = true; this.checkPlotterAntialias.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkPlotterAntialias.Location = new System.Drawing.Point(6, 6); this.checkPlotterAntialias.Name = "checkPlotterAntialias"; this.checkPlotterAntialias.Size = new System.Drawing.Size(110, 18); this.checkPlotterAntialias.TabIndex = 22; this.checkPlotterAntialias.Text = "Use Anti-aliasing"; this.toolTipProvider.SetToolTip(this.checkPlotterAntialias, "Uses anti-aliasing for all graphs. This can cause higher CPU usage on older compu" + "ters."); this.checkPlotterAntialias.UseVisualStyleBackColor = true; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(6, 165); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(92, 13); this.label12.TabIndex = 21; this.label12.Text = "I/O Reads+Other:"; this.toolTipProvider.SetToolTip(this.label12, "I/O reads and other operations - ReadFile, DeviceIoControl"); // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(6, 190); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(59, 13); this.label13.TabIndex = 20; this.label13.Text = "I/O Writes:"; this.toolTipProvider.SetToolTip(this.label13, "I/O writes - WriteFile"); // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(6, 139); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(69, 13); this.label14.TabIndex = 12; this.label14.Text = "Working Set:"; this.toolTipProvider.SetToolTip(this.label14, "The working set."); // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(6, 113); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(72, 13); this.label15.TabIndex = 13; this.label15.Text = "Private Bytes:"; this.toolTipProvider.SetToolTip(this.label15, "The amount of memory not shared with other processes."); // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(6, 88); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(83, 13); this.label16.TabIndex = 14; this.label16.Text = "CPU User Time:"; this.toolTipProvider.SetToolTip(this.label16, "Time spent in user-mode."); // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(6, 62); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(91, 13); this.label17.TabIndex = 10; this.label17.Text = "CPU Kernel Time:"; this.toolTipProvider.SetToolTip(this.label17, "Time spent in kernel-mode."); // // colorIORO // this.colorIORO.Color = System.Drawing.Color.Transparent; this.colorIORO.Location = new System.Drawing.Point(124, 163); this.colorIORO.Name = "colorIORO"; this.colorIORO.Size = new System.Drawing.Size(40, 20); this.colorIORO.TabIndex = 17; // // colorIOW // this.colorIOW.Color = System.Drawing.Color.Transparent; this.colorIOW.Location = new System.Drawing.Point(124, 189); this.colorIOW.Name = "colorIOW"; this.colorIOW.Size = new System.Drawing.Size(40, 20); this.colorIOW.TabIndex = 18; // // colorMemoryWS // this.colorMemoryWS.Color = System.Drawing.Color.Transparent; this.colorMemoryWS.Location = new System.Drawing.Point(124, 137); this.colorMemoryWS.Name = "colorMemoryWS"; this.colorMemoryWS.Size = new System.Drawing.Size(40, 20); this.colorMemoryWS.TabIndex = 19; // // colorMemoryPB // this.colorMemoryPB.Color = System.Drawing.Color.Transparent; this.colorMemoryPB.Location = new System.Drawing.Point(124, 111); this.colorMemoryPB.Name = "colorMemoryPB"; this.colorMemoryPB.Size = new System.Drawing.Size(40, 20); this.colorMemoryPB.TabIndex = 15; // // colorCPUUT // this.colorCPUUT.Color = System.Drawing.Color.Transparent; this.colorCPUUT.Location = new System.Drawing.Point(124, 85); this.colorCPUUT.Name = "colorCPUUT"; this.colorCPUUT.Size = new System.Drawing.Size(40, 20); this.colorCPUUT.TabIndex = 16; // // colorCPUKT // this.colorCPUKT.Color = System.Drawing.Color.Transparent; this.colorCPUKT.Location = new System.Drawing.Point(124, 59); this.colorCPUKT.Name = "colorCPUKT"; this.colorCPUKT.Size = new System.Drawing.Size(40, 20); this.colorCPUKT.TabIndex = 11; // // tabSymbols // this.tabSymbols.Controls.Add(this.checkUndecorate); this.tabSymbols.Controls.Add(this.textSearchPath); this.tabSymbols.Controls.Add(this.label10); this.tabSymbols.Controls.Add(this.buttonDbghelpBrowse); this.tabSymbols.Controls.Add(this.textDbghelpPath); this.tabSymbols.Controls.Add(this.label9); this.tabSymbols.Location = new System.Drawing.Point(4, 22); this.tabSymbols.Name = "tabSymbols"; this.tabSymbols.Padding = new System.Windows.Forms.Padding(3); this.tabSymbols.Size = new System.Drawing.Size(417, 319); this.tabSymbols.TabIndex = 4; this.tabSymbols.Text = "Symbols"; this.tabSymbols.UseVisualStyleBackColor = true; // // checkUndecorate // this.checkUndecorate.AutoSize = true; this.checkUndecorate.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkUndecorate.Location = new System.Drawing.Point(6, 60); this.checkUndecorate.Name = "checkUndecorate"; this.checkUndecorate.Size = new System.Drawing.Size(128, 18); this.checkUndecorate.TabIndex = 5; this.checkUndecorate.Text = "Undecorate symbols"; this.toolTipProvider.SetToolTip(this.checkUndecorate, "If selected, C++ symbol names will be undecorated."); this.checkUndecorate.UseVisualStyleBackColor = true; // // textSearchPath // this.textSearchPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textSearchPath.Location = new System.Drawing.Point(99, 34); this.textSearchPath.Name = "textSearchPath"; this.textSearchPath.Size = new System.Drawing.Size(312, 20); this.textSearchPath.TabIndex = 4; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(6, 37); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(68, 13); this.label10.TabIndex = 3; this.label10.Text = "Search path:"; // // buttonDbghelpBrowse // this.buttonDbghelpBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonDbghelpBrowse.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonDbghelpBrowse.Location = new System.Drawing.Point(336, 6); this.buttonDbghelpBrowse.Name = "buttonDbghelpBrowse"; this.buttonDbghelpBrowse.Size = new System.Drawing.Size(75, 23); this.buttonDbghelpBrowse.TabIndex = 2; this.buttonDbghelpBrowse.Text = "Browse..."; this.buttonDbghelpBrowse.UseVisualStyleBackColor = true; this.buttonDbghelpBrowse.Click += new System.EventHandler(this.buttonDbghelpBrowse_Click); // // textDbghelpPath // this.textDbghelpPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textDbghelpPath.Location = new System.Drawing.Point(99, 8); this.textDbghelpPath.Name = "textDbghelpPath"; this.textDbghelpPath.Size = new System.Drawing.Size(231, 20); this.textDbghelpPath.TabIndex = 1; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(6, 11); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(87, 13); this.label9.TabIndex = 0; this.label9.Text = "Dbghelp.dll path:"; this.toolTipProvider.SetToolTip(this.label9, "Select the most recent version of dbghelp.dll available, usually distributed with" + " Debugging Tools for Windows."); // // toolTipProvider // this.toolTipProvider.AutomaticDelay = 250; this.toolTipProvider.AutoPopDelay = 5000; this.toolTipProvider.InitialDelay = 250; this.toolTipProvider.IsBalloon = true; this.toolTipProvider.ReshowDelay = 50; // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonCancel.Location = new System.Drawing.Point(308, 319); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 11; this.buttonCancel.Text = "&Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonApply // this.buttonApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonApply.Enabled = false; this.buttonApply.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonApply.Location = new System.Drawing.Point(389, 319); this.buttonApply.Name = "buttonApply"; this.buttonApply.Size = new System.Drawing.Size(75, 23); this.buttonApply.TabIndex = 11; this.buttonApply.Text = "&Apply"; this.buttonApply.UseVisualStyleBackColor = true; this.buttonApply.Click += new System.EventHandler(this.buttonApply_Click); // // checkFloatChildWindows // this.checkFloatChildWindows.AutoSize = true; this.checkFloatChildWindows.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkFloatChildWindows.Location = new System.Drawing.Point(211, 166); this.checkFloatChildWindows.Name = "checkFloatChildWindows"; this.checkFloatChildWindows.Size = new System.Drawing.Size(124, 18); this.checkFloatChildWindows.TabIndex = 18; this.checkFloatChildWindows.Text = "Float child windows"; this.checkFloatChildWindows.UseVisualStyleBackColor = true; // // OptionsWindow // this.AcceptButton = this.buttonOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(476, 354); this.Controls.Add(this.buttonApply); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.tabControl); this.Controls.Add(this.buttonOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "OptionsWindow"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Options"; this.Load += new System.EventHandler(this.OptionsWindow_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OptionsWindow_FormClosing); ((System.ComponentModel.ISupportInitialize)(this.textUpdateInterval)).EndInit(); this.tabControl.ResumeLayout(false); this.tabGeneral.ResumeLayout(false); this.tabGeneral.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textIconMenuProcesses)).EndInit(); this.tabAdvanced.ResumeLayout(false); this.tabAdvanced.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textMaxSamples)).EndInit(); this.tabHighlighting.ResumeLayout(false); this.tabHighlighting.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textHighlightingDuration)).EndInit(); this.tabPlotting.ResumeLayout(false); this.tabPlotting.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textStep)).EndInit(); this.tabSymbols.ResumeLayout(false); this.tabSymbols.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.NumericUpDown textUpdateInterval; private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.CheckBox checkShowProcessDomains; private System.Windows.Forms.CheckBox checkWarnDangerous; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textSearchEngine; private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage tabGeneral; private System.Windows.Forms.TabPage tabHighlighting; private System.Windows.Forms.Label label3; private ProcessHacker.Components.ColorModifier colorNewProcesses; private ProcessHacker.Components.ColorModifier colorRemovedProcesses; private System.Windows.Forms.Label label4; private System.Windows.Forms.NumericUpDown textHighlightingDuration; private System.Windows.Forms.Label label7; private System.Windows.Forms.CheckBox checkHideWhenMinimized; private System.Windows.Forms.TabPage tabPlotting; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private ProcessHacker.Components.ColorModifier colorIORO; private ProcessHacker.Components.ColorModifier colorIOW; private ProcessHacker.Components.ColorModifier colorMemoryWS; private ProcessHacker.Components.ColorModifier colorMemoryPB; private System.Windows.Forms.Label label14; private ProcessHacker.Components.ColorModifier colorCPUUT; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label16; private ProcessHacker.Components.ColorModifier colorCPUKT; private System.Windows.Forms.Label label17; private System.Windows.Forms.CheckBox checkPlotterAntialias; private System.Windows.Forms.ComboBox comboSizeUnits; private System.Windows.Forms.Label label18; private System.Windows.Forms.CheckBox checkStartHidden; private System.Windows.Forms.TextBox textImposterNames; private System.Windows.Forms.Label label21; private System.Windows.Forms.Button buttonFont; private System.Windows.Forms.ToolTip toolTipProvider; private System.Windows.Forms.NumericUpDown textIconMenuProcesses; private System.Windows.Forms.Label label23; private System.Windows.Forms.CheckBox checkHideWhenClosed; private System.Windows.Forms.TabPage tabAdvanced; private System.Windows.Forms.CheckBox checkReplaceTaskManager; private System.Windows.Forms.CheckBox checkEnableKPH; private System.Windows.Forms.CheckBox checkHideHandlesWithNoName; private System.Windows.Forms.CheckBox checkVerifySignatures; private System.Windows.Forms.ListView listHighlightingColors; private System.Windows.Forms.ColumnHeader columnDescription; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button buttonChangeReplaceTaskManager; private System.Windows.Forms.CheckBox checkAllowOnlyOneInstance; private System.Windows.Forms.NumericUpDown textMaxSamples; private System.Windows.Forms.Label label6; private System.Windows.Forms.NumericUpDown textStep; private System.Windows.Forms.Label label8; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonDisableAll; private System.Windows.Forms.Button buttonEnableAll; private System.Windows.Forms.TabPage tabSymbols; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox textSearchPath; private System.Windows.Forms.Label label10; private System.Windows.Forms.Button buttonDbghelpBrowse; private System.Windows.Forms.TextBox textDbghelpPath; private System.Windows.Forms.CheckBox checkUndecorate; private System.Windows.Forms.Button buttonApply; private System.Windows.Forms.CheckBox checkHidePhConnections; private System.Windows.Forms.CheckBox checkEnableExperimentalFeatures; private System.Windows.Forms.Label label11; private System.Windows.Forms.CheckBox checkScrollDownProcessTree; private System.Windows.Forms.CheckBox checkFloatChildWindows; } }