Files
mirror-processhacker/1.x/trunk/ProcessHacker/Forms/HackerWindow.Designer.cs
T
dmex e43aec1c5e PH1.x: Code Cleanup/Fixes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4778 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-29 08:32:37 +00:00

1635 lines
96 KiB
C#

namespace ProcessHacker
{
partial class HackerWindow
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HackerWindow));
this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem15 = new System.Windows.Forms.ToolStripMenuItem();
this.tabControl = new System.Windows.Forms.TabControl();
this.tabProcesses = new System.Windows.Forms.TabPage();
this.treeProcesses = new ProcessHacker.ProcessTree();
this.contextMenuStripProcess = new System.Windows.Forms.ContextMenuStrip(this.components);
this.terminateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.terminateProcessTreeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.suspendToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.resumeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.restartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.reduceWorkingSetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.virtualizationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
this.affinityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.createDumpFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.terminatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.miscellaneousToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.analyzeWaitChainToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.detachFromDebuggerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.heapsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.injectDLLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.iOPriorityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ioPriority0ThreadMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ioPriority1ThreadMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ioPriority3ThreadMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
this.protectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.setTokenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.uploadToVirusTotalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.priorityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.realTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.highToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboveNormalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.normalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.belowNormalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.idleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.runAsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.launchAsUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.launchAsThisUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.windowToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.bringToFrontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.restoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.minimizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.maximizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
this.searchOnlineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.reanalyzeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copyProcessMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
this.propertiesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.tabServices = new System.Windows.Forms.TabPage();
this.listServices = new ProcessHacker.Components.ServiceList();
this.contextMenuStripService = new System.Windows.Forms.ContextMenuStrip(this.components);
this.goToProcessServiceMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.startToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.continueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.stopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
this.copyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.selectAllServiceMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tabNetwork = new System.Windows.Forms.TabPage();
this.listNetwork = new ProcessHacker.Components.NetworkList();
this.contextMenuStripNetwork = new System.Windows.Forms.ContextMenuStrip(this.components);
this.goToProcessNetworkMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.whoisNetworkMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tracertNetworkMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pingNetworkMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.closeNetworkMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.selectAllNetworkMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip = new System.ToolStripEx();
this.refreshToolStripButton = new System.Windows.Forms.ToolStripButton();
this.optionsToolStripButton = new System.Windows.Forms.ToolStripButton();
this.shutDownToolStripMenuItem = new System.Windows.Forms.ToolStripDropDownButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.findHandlesToolStripButton = new System.Windows.Forms.ToolStripButton();
this.sysInfoToolStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripTextBox2 = new ProcessHacker.HackerWindow.ToolStripSearchBox();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.statusMemory = new System.Windows.Forms.ToolStripStatusLabel();
this.statusCPU = new System.Windows.Forms.ToolStripStatusLabel();
this.statusGeneral = new System.Windows.Forms.ToolStripStatusLabel();
this.menuStripEx1 = new System.MenuStripEx();
this.hackerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.runToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.runAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.runAsAdministratorMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showDetailsForAllProcessesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.findHandlesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.inspectPEFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.optionsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.shutdownMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolbarMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sysInfoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.trayIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cpuHistoryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cpuUsageMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ioHistoryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.commitHistoryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.physMemHistoryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.updateProcessesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.updateServicesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.createServiceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.hiddenProcessesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.verifyFileSignatureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.usersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.windowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.checkForUpdatesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.logToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStripTray = new System.Windows.Forms.ContextMenuStrip(this.components);
this.showHideProcessHackerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.systemInformationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.networkInfomationMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.processesMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.notificationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.enableAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.disableAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
this.newProcessesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.terminatedProcessesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newServicesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.startedServicesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.stoppedServicesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deletedServicesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.shutdownTrayMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.tabControl.SuspendLayout();
this.tabProcesses.SuspendLayout();
this.contextMenuStripProcess.SuspendLayout();
this.tabServices.SuspendLayout();
this.contextMenuStripService.SuspendLayout();
this.tabNetwork.SuspendLayout();
this.contextMenuStripNetwork.SuspendLayout();
this.toolStrip.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.menuStripEx1.SuspendLayout();
this.contextMenuStripTray.SuspendLayout();
this.SuspendLayout();
//
// toolStripMenuItem9
//
this.toolStripMenuItem9.Name = "toolStripMenuItem9";
this.toolStripMenuItem9.Size = new System.Drawing.Size(151, 22);
this.toolStripMenuItem9.Text = "Time Critical";
//
// toolStripMenuItem10
//
this.toolStripMenuItem10.Name = "toolStripMenuItem10";
this.toolStripMenuItem10.Size = new System.Drawing.Size(151, 22);
this.toolStripMenuItem10.Text = "Highest";
//
// toolStripMenuItem11
//
this.toolStripMenuItem11.Name = "toolStripMenuItem11";
this.toolStripMenuItem11.Size = new System.Drawing.Size(151, 22);
this.toolStripMenuItem11.Text = "Above Normal";
//
// toolStripMenuItem12
//
this.toolStripMenuItem12.Name = "toolStripMenuItem12";
this.toolStripMenuItem12.Size = new System.Drawing.Size(151, 22);
this.toolStripMenuItem12.Text = "Normal";
//
// toolStripMenuItem13
//
this.toolStripMenuItem13.Name = "toolStripMenuItem13";
this.toolStripMenuItem13.Size = new System.Drawing.Size(151, 22);
this.toolStripMenuItem13.Text = "Below Normal";
//
// toolStripMenuItem14
//
this.toolStripMenuItem14.Name = "toolStripMenuItem14";
this.toolStripMenuItem14.Size = new System.Drawing.Size(151, 22);
this.toolStripMenuItem14.Text = "Lowest";
//
// toolStripMenuItem15
//
this.toolStripMenuItem15.Name = "toolStripMenuItem15";
this.toolStripMenuItem15.Size = new System.Drawing.Size(151, 22);
this.toolStripMenuItem15.Text = "Idle";
//
// tabControl
//
this.tabControl.Controls.Add(this.tabProcesses);
this.tabControl.Controls.Add(this.tabServices);
this.tabControl.Controls.Add(this.tabNetwork);
this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl.Location = new System.Drawing.Point(0, 52);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(804, 494);
this.tabControl.TabIndex = 6;
this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControlBig_SelectedIndexChanged);
//
// tabProcesses
//
this.tabProcesses.Controls.Add(this.treeProcesses);
this.tabProcesses.Location = new System.Drawing.Point(4, 22);
this.tabProcesses.Name = "tabProcesses";
this.tabProcesses.Padding = new System.Windows.Forms.Padding(3);
this.tabProcesses.Size = new System.Drawing.Size(796, 468);
this.tabProcesses.TabIndex = 0;
this.tabProcesses.Text = "Processes";
this.tabProcesses.UseVisualStyleBackColor = true;
//
// treeProcesses
//
this.treeProcesses.ContextMenuStrip = this.contextMenuStripProcess;
this.treeProcesses.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeProcesses.Draw = true;
this.treeProcesses.DumpMode = false;
this.treeProcesses.DumpProcesses = null;
this.treeProcesses.DumpProcessServices = null;
this.treeProcesses.DumpServices = null;
this.treeProcesses.DumpUserName = null;
this.treeProcesses.Location = new System.Drawing.Point(3, 3);
this.treeProcesses.Name = "treeProcesses";
this.treeProcesses.Provider = null;
this.treeProcesses.Size = new System.Drawing.Size(790, 462);
this.treeProcesses.TabIndex = 4;
this.treeProcesses.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeProcesses_KeyDown);
this.treeProcesses.SelectionChanged += new System.EventHandler(this.treeProcesses_SelectionChanged);
this.treeProcesses.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeProcesses_NodeMouseDoubleClick);
//
// contextMenuStripProcess
//
this.contextMenuStripProcess.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.terminateToolStripMenuItem,
this.terminateProcessTreeToolStripMenuItem,
this.suspendToolStripMenuItem,
this.resumeToolStripMenuItem,
this.restartToolStripMenuItem,
this.reduceWorkingSetToolStripMenuItem,
this.virtualizationToolStripMenuItem,
this.toolStripSeparator14,
this.affinityToolStripMenuItem,
this.createDumpFileToolStripMenuItem,
this.terminatorToolStripMenuItem,
this.miscellaneousToolStripMenuItem,
this.priorityToolStripMenuItem,
this.runAsToolStripMenuItem1,
this.windowToolStripMenuItem1,
this.toolStripSeparator15,
this.searchOnlineToolStripMenuItem,
this.reanalyzeToolStripMenuItem,
this.copyProcessMenuItem,
this.selectAllToolStripMenuItem,
this.toolStripSeparator16,
this.propertiesToolStripMenuItem1});
this.contextMenuStripProcess.Name = "contextMenuStripProcess";
this.contextMenuStripProcess.Size = new System.Drawing.Size(198, 462);
//
// terminateToolStripMenuItem
//
this.terminateToolStripMenuItem.Name = "terminateToolStripMenuItem";
this.terminateToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.terminateToolStripMenuItem.Text = "&Terminate";
this.terminateToolStripMenuItem.Click += new System.EventHandler(this.terminateMenuItem_Click);
//
// terminateProcessTreeToolStripMenuItem
//
this.terminateProcessTreeToolStripMenuItem.Name = "terminateProcessTreeToolStripMenuItem";
this.terminateProcessTreeToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.terminateProcessTreeToolStripMenuItem.Text = "Terminate Process Tree";
this.terminateProcessTreeToolStripMenuItem.Click += new System.EventHandler(this.terminateProcessTreeMenuItem_Click);
//
// suspendToolStripMenuItem
//
this.suspendToolStripMenuItem.Name = "suspendToolStripMenuItem";
this.suspendToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.suspendToolStripMenuItem.Text = "&Suspend";
this.suspendToolStripMenuItem.Click += new System.EventHandler(this.suspendMenuItem_Click);
//
// resumeToolStripMenuItem
//
this.resumeToolStripMenuItem.Name = "resumeToolStripMenuItem";
this.resumeToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.resumeToolStripMenuItem.Text = "&Resume";
this.resumeToolStripMenuItem.Click += new System.EventHandler(this.resumeMenuItem_Click);
//
// restartToolStripMenuItem
//
this.restartToolStripMenuItem.Name = "restartToolStripMenuItem";
this.restartToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.restartToolStripMenuItem.Text = "Restart";
this.restartToolStripMenuItem.Click += new System.EventHandler(this.restartProcessMenuItem_Click);
//
// reduceWorkingSetToolStripMenuItem
//
this.reduceWorkingSetToolStripMenuItem.Name = "reduceWorkingSetToolStripMenuItem";
this.reduceWorkingSetToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.reduceWorkingSetToolStripMenuItem.Text = "Reduce Working Set";
this.reduceWorkingSetToolStripMenuItem.Click += new System.EventHandler(this.reduceWorkingSetProcessMenuItem_Click);
//
// virtualizationToolStripMenuItem
//
this.virtualizationToolStripMenuItem.Name = "virtualizationToolStripMenuItem";
this.virtualizationToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.virtualizationToolStripMenuItem.Text = "Virtualization";
this.virtualizationToolStripMenuItem.Click += new System.EventHandler(this.virtualizationProcessMenuItem_Click);
//
// toolStripSeparator14
//
this.toolStripSeparator14.Name = "toolStripSeparator14";
this.toolStripSeparator14.Size = new System.Drawing.Size(194, 6);
//
// affinityToolStripMenuItem
//
this.affinityToolStripMenuItem.Name = "affinityToolStripMenuItem";
this.affinityToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.affinityToolStripMenuItem.Text = "Affinity...";
this.affinityToolStripMenuItem.Click += new System.EventHandler(this.affinityProcessMenuItem_Click);
//
// createDumpFileToolStripMenuItem
//
this.createDumpFileToolStripMenuItem.Name = "createDumpFileToolStripMenuItem";
this.createDumpFileToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.createDumpFileToolStripMenuItem.Text = "Create Dump File...";
this.createDumpFileToolStripMenuItem.Click += new System.EventHandler(this.createDumpFileProcessMenuItem_Click);
//
// terminatorToolStripMenuItem
//
this.terminatorToolStripMenuItem.Name = "terminatorToolStripMenuItem";
this.terminatorToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.terminatorToolStripMenuItem.Text = "Terminator";
this.terminatorToolStripMenuItem.Click += new System.EventHandler(this.terminatorProcessMenuItem_Click);
//
// miscellaneousToolStripMenuItem
//
this.miscellaneousToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.analyzeWaitChainToolStripMenuItem,
this.detachFromDebuggerToolStripMenuItem,
this.heapsToolStripMenuItem,
this.injectDLLToolStripMenuItem,
this.iOPriorityToolStripMenuItem,
this.protectionToolStripMenuItem,
this.setTokenToolStripMenuItem,
this.uploadToVirusTotalToolStripMenuItem});
this.miscellaneousToolStripMenuItem.Name = "miscellaneousToolStripMenuItem";
this.miscellaneousToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.miscellaneousToolStripMenuItem.Text = "Miscellaneous";
//
// analyzeWaitChainToolStripMenuItem
//
this.analyzeWaitChainToolStripMenuItem.Name = "analyzeWaitChainToolStripMenuItem";
this.analyzeWaitChainToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
this.analyzeWaitChainToolStripMenuItem.Text = "Analyze Wait Chain";
//
// detachFromDebuggerToolStripMenuItem
//
this.detachFromDebuggerToolStripMenuItem.Name = "detachFromDebuggerToolStripMenuItem";
this.detachFromDebuggerToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
this.detachFromDebuggerToolStripMenuItem.Text = "Detach from Debugger";
//
// heapsToolStripMenuItem
//
this.heapsToolStripMenuItem.Name = "heapsToolStripMenuItem";
this.heapsToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
this.heapsToolStripMenuItem.Text = "Heaps";
//
// injectDLLToolStripMenuItem
//
this.injectDLLToolStripMenuItem.Name = "injectDLLToolStripMenuItem";
this.injectDLLToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
this.injectDLLToolStripMenuItem.Text = "Inject DLL...";
//
// iOPriorityToolStripMenuItem
//
this.iOPriorityToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ioPriority0ThreadMenuItem,
this.ioPriority1ThreadMenuItem,
this.ioPriority3ThreadMenuItem,
this.toolStripMenuItem5});
this.iOPriorityToolStripMenuItem.Name = "iOPriorityToolStripMenuItem";
this.iOPriorityToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
this.iOPriorityToolStripMenuItem.Text = "I/O Priority";
//
// ioPriority0ThreadMenuItem
//
this.ioPriority0ThreadMenuItem.Name = "ioPriority0ThreadMenuItem";
this.ioPriority0ThreadMenuItem.Size = new System.Drawing.Size(80, 22);
this.ioPriority0ThreadMenuItem.Text = "0";
//
// ioPriority1ThreadMenuItem
//
this.ioPriority1ThreadMenuItem.Name = "ioPriority1ThreadMenuItem";
this.ioPriority1ThreadMenuItem.Size = new System.Drawing.Size(80, 22);
this.ioPriority1ThreadMenuItem.Text = "1";
//
// ioPriority3ThreadMenuItem
//
this.ioPriority3ThreadMenuItem.Name = "ioPriority3ThreadMenuItem";
this.ioPriority3ThreadMenuItem.Size = new System.Drawing.Size(80, 22);
this.ioPriority3ThreadMenuItem.Text = "2";
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new System.Drawing.Size(80, 22);
this.toolStripMenuItem5.Text = "3";
//
// protectionToolStripMenuItem
//
this.protectionToolStripMenuItem.Name = "protectionToolStripMenuItem";
this.protectionToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
this.protectionToolStripMenuItem.Text = "Protection";
//
// setTokenToolStripMenuItem
//
this.setTokenToolStripMenuItem.Name = "setTokenToolStripMenuItem";
this.setTokenToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
this.setTokenToolStripMenuItem.Text = "Set Token...";
//
// uploadToVirusTotalToolStripMenuItem
//
this.uploadToVirusTotalToolStripMenuItem.Name = "uploadToVirusTotalToolStripMenuItem";
this.uploadToVirusTotalToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
this.uploadToVirusTotalToolStripMenuItem.Text = "Upload to VirusTotal";
//
// priorityToolStripMenuItem
//
this.priorityToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.realTimeToolStripMenuItem,
this.highToolStripMenuItem,
this.aboveNormalToolStripMenuItem,
this.normalToolStripMenuItem,
this.belowNormalToolStripMenuItem,
this.idleToolStripMenuItem});
this.priorityToolStripMenuItem.Name = "priorityToolStripMenuItem";
this.priorityToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.priorityToolStripMenuItem.Text = "&Priority";
//
// realTimeToolStripMenuItem
//
this.realTimeToolStripMenuItem.Name = "realTimeToolStripMenuItem";
this.realTimeToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
this.realTimeToolStripMenuItem.Text = "Real Time";
//
// highToolStripMenuItem
//
this.highToolStripMenuItem.Name = "highToolStripMenuItem";
this.highToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
this.highToolStripMenuItem.Text = "High";
//
// aboveNormalToolStripMenuItem
//
this.aboveNormalToolStripMenuItem.Name = "aboveNormalToolStripMenuItem";
this.aboveNormalToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
this.aboveNormalToolStripMenuItem.Text = "Above Normal";
//
// normalToolStripMenuItem
//
this.normalToolStripMenuItem.Name = "normalToolStripMenuItem";
this.normalToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
this.normalToolStripMenuItem.Text = "Normal";
//
// belowNormalToolStripMenuItem
//
this.belowNormalToolStripMenuItem.Name = "belowNormalToolStripMenuItem";
this.belowNormalToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
this.belowNormalToolStripMenuItem.Text = "Below Normal";
//
// idleToolStripMenuItem
//
this.idleToolStripMenuItem.Name = "idleToolStripMenuItem";
this.idleToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
this.idleToolStripMenuItem.Text = "Idle";
//
// runAsToolStripMenuItem1
//
this.runAsToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.launchAsUserToolStripMenuItem,
this.launchAsThisUserToolStripMenuItem});
this.runAsToolStripMenuItem1.Name = "runAsToolStripMenuItem1";
this.runAsToolStripMenuItem1.Size = new System.Drawing.Size(197, 22);
this.runAsToolStripMenuItem1.Text = "Run As";
//
// launchAsUserToolStripMenuItem
//
this.launchAsUserToolStripMenuItem.Name = "launchAsUserToolStripMenuItem";
this.launchAsUserToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
this.launchAsUserToolStripMenuItem.Text = "Launch As User...";
//
// launchAsThisUserToolStripMenuItem
//
this.launchAsThisUserToolStripMenuItem.Name = "launchAsThisUserToolStripMenuItem";
this.launchAsThisUserToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
this.launchAsThisUserToolStripMenuItem.Text = "Launch As This User...";
//
// windowToolStripMenuItem1
//
this.windowToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bringToFrontToolStripMenuItem,
this.restoreToolStripMenuItem,
this.minimizeToolStripMenuItem,
this.maximizeToolStripMenuItem,
this.toolStripSeparator17,
this.closeToolStripMenuItem});
this.windowToolStripMenuItem1.Name = "windowToolStripMenuItem1";
this.windowToolStripMenuItem1.Size = new System.Drawing.Size(197, 22);
this.windowToolStripMenuItem1.Text = "&Window";
//
// bringToFrontToolStripMenuItem
//
this.bringToFrontToolStripMenuItem.Name = "bringToFrontToolStripMenuItem";
this.bringToFrontToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
this.bringToFrontToolStripMenuItem.Text = "&Bring to Front";
//
// restoreToolStripMenuItem
//
this.restoreToolStripMenuItem.Name = "restoreToolStripMenuItem";
this.restoreToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
this.restoreToolStripMenuItem.Text = "&Restore";
this.restoreToolStripMenuItem.Click += new System.EventHandler(this.restoreProcessMenuItem_Click);
//
// minimizeToolStripMenuItem
//
this.minimizeToolStripMenuItem.Name = "minimizeToolStripMenuItem";
this.minimizeToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
this.minimizeToolStripMenuItem.Text = "&Minimize";
this.minimizeToolStripMenuItem.Click += new System.EventHandler(this.minimizeProcessMenuItem_Click);
//
// maximizeToolStripMenuItem
//
this.maximizeToolStripMenuItem.Name = "maximizeToolStripMenuItem";
this.maximizeToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
this.maximizeToolStripMenuItem.Text = "Ma&ximize";
this.maximizeToolStripMenuItem.Click += new System.EventHandler(this.maximizeProcessMenuItem_Click);
//
// toolStripSeparator17
//
this.toolStripSeparator17.Name = "toolStripSeparator17";
this.toolStripSeparator17.Size = new System.Drawing.Size(144, 6);
//
// closeToolStripMenuItem
//
this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
this.closeToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
this.closeToolStripMenuItem.Text = "&Close";
this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeProcessMenuItem_Click);
//
// toolStripSeparator15
//
this.toolStripSeparator15.Name = "toolStripSeparator15";
this.toolStripSeparator15.Size = new System.Drawing.Size(194, 6);
//
// searchOnlineToolStripMenuItem
//
this.searchOnlineToolStripMenuItem.Name = "searchOnlineToolStripMenuItem";
this.searchOnlineToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.searchOnlineToolStripMenuItem.Text = "&Search Online";
this.searchOnlineToolStripMenuItem.Click += new System.EventHandler(this.searchProcessMenuItem_Click);
//
// reanalyzeToolStripMenuItem
//
this.reanalyzeToolStripMenuItem.Name = "reanalyzeToolStripMenuItem";
this.reanalyzeToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.reanalyzeToolStripMenuItem.Text = "Re-analyze";
this.reanalyzeToolStripMenuItem.Click += new System.EventHandler(this.reanalyzeProcessMenuItem_Click);
//
// copyProcessMenuItem
//
this.copyProcessMenuItem.Name = "copyProcessMenuItem";
this.copyProcessMenuItem.Size = new System.Drawing.Size(197, 22);
this.copyProcessMenuItem.Text = "&Copy";
//
// selectAllToolStripMenuItem
//
this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.selectAllToolStripMenuItem.Text = "Select All";
this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllProcessMenuItem_Click);
//
// toolStripSeparator16
//
this.toolStripSeparator16.Name = "toolStripSeparator16";
this.toolStripSeparator16.Size = new System.Drawing.Size(194, 6);
//
// propertiesToolStripMenuItem1
//
this.propertiesToolStripMenuItem1.Name = "propertiesToolStripMenuItem1";
this.propertiesToolStripMenuItem1.Size = new System.Drawing.Size(197, 22);
this.propertiesToolStripMenuItem1.Text = "&Properties";
this.propertiesToolStripMenuItem1.Click += new System.EventHandler(this.propertiesProcessMenuItem_Click);
//
// tabServices
//
this.tabServices.Controls.Add(this.listServices);
this.tabServices.Location = new System.Drawing.Point(4, 22);
this.tabServices.Name = "tabServices";
this.tabServices.Padding = new System.Windows.Forms.Padding(3);
this.tabServices.Size = new System.Drawing.Size(796, 468);
this.tabServices.TabIndex = 1;
this.tabServices.Text = "Services";
this.tabServices.UseVisualStyleBackColor = true;
//
// listServices
//
this.listServices.ContextMenuStrip = this.contextMenuStripService;
this.listServices.Dock = System.Windows.Forms.DockStyle.Fill;
this.listServices.Location = new System.Drawing.Point(3, 3);
this.listServices.Name = "listServices";
this.listServices.Provider = null;
this.listServices.Size = new System.Drawing.Size(790, 462);
this.listServices.TabIndex = 0;
this.listServices.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listServices_KeyDown);
this.listServices.DoubleClick += new System.EventHandler(this.listServices_DoubleClick);
//
// contextMenuStripService
//
this.contextMenuStripService.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.goToProcessServiceMenuItem,
this.toolStripSeparator11,
this.startToolStripMenuItem,
this.pauseToolStripMenuItem,
this.continueToolStripMenuItem,
this.stopToolStripMenuItem,
this.deleteToolStripMenuItem,
this.toolStripSeparator12,
this.copyToolStripMenuItem1,
this.selectAllServiceMenuItem,
this.toolStripSeparator13,
this.propertiesToolStripMenuItem});
this.contextMenuStripService.Name = "contextMenuStripService";
this.contextMenuStripService.Size = new System.Drawing.Size(147, 220);
this.contextMenuStripService.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripService_Opening);
//
// goToProcessServiceMenuItem
//
this.goToProcessServiceMenuItem.Name = "goToProcessServiceMenuItem";
this.goToProcessServiceMenuItem.Size = new System.Drawing.Size(146, 22);
this.goToProcessServiceMenuItem.Text = "&Go to Process";
this.goToProcessServiceMenuItem.Click += new System.EventHandler(this.goToProcessServiceMenuItem_Click);
//
// toolStripSeparator11
//
this.toolStripSeparator11.Name = "toolStripSeparator11";
this.toolStripSeparator11.Size = new System.Drawing.Size(143, 6);
//
// startToolStripMenuItem
//
this.startToolStripMenuItem.Name = "startToolStripMenuItem";
this.startToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.startToolStripMenuItem.Text = "&Start";
this.startToolStripMenuItem.Click += new System.EventHandler(this.startServiceMenuItem_Click);
//
// pauseToolStripMenuItem
//
this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem";
this.pauseToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.pauseToolStripMenuItem.Text = "&Pause";
this.pauseToolStripMenuItem.Click += new System.EventHandler(this.pauseServiceMenuItem_Click);
//
// continueToolStripMenuItem
//
this.continueToolStripMenuItem.Name = "continueToolStripMenuItem";
this.continueToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.continueToolStripMenuItem.Text = "&Continue";
this.continueToolStripMenuItem.Click += new System.EventHandler(this.continueServiceMenuItem_Click);
//
// stopToolStripMenuItem
//
this.stopToolStripMenuItem.Name = "stopToolStripMenuItem";
this.stopToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.stopToolStripMenuItem.Text = "S&top";
this.stopToolStripMenuItem.Click += new System.EventHandler(this.stopServiceMenuItem_Click);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.deleteToolStripMenuItem.Text = "Delete";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteServiceMenuItem_Click);
//
// toolStripSeparator12
//
this.toolStripSeparator12.Name = "toolStripSeparator12";
this.toolStripSeparator12.Size = new System.Drawing.Size(143, 6);
//
// copyToolStripMenuItem1
//
this.copyToolStripMenuItem1.Name = "copyToolStripMenuItem1";
this.copyToolStripMenuItem1.Size = new System.Drawing.Size(146, 22);
this.copyToolStripMenuItem1.Text = "Copy";
//
// selectAllServiceMenuItem
//
this.selectAllServiceMenuItem.Name = "selectAllServiceMenuItem";
this.selectAllServiceMenuItem.Size = new System.Drawing.Size(146, 22);
this.selectAllServiceMenuItem.Text = "Select All";
this.selectAllServiceMenuItem.Click += new System.EventHandler(this.selectAllServiceMenuItem_Click);
//
// toolStripSeparator13
//
this.toolStripSeparator13.Name = "toolStripSeparator13";
this.toolStripSeparator13.Size = new System.Drawing.Size(143, 6);
//
// propertiesToolStripMenuItem
//
this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.propertiesToolStripMenuItem.Text = "&Properties";
this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesServiceMenuItem_Click);
//
// tabNetwork
//
this.tabNetwork.Controls.Add(this.listNetwork);
this.tabNetwork.Location = new System.Drawing.Point(4, 22);
this.tabNetwork.Name = "tabNetwork";
this.tabNetwork.Padding = new System.Windows.Forms.Padding(3);
this.tabNetwork.Size = new System.Drawing.Size(796, 468);
this.tabNetwork.TabIndex = 2;
this.tabNetwork.Text = "Network";
this.tabNetwork.UseVisualStyleBackColor = true;
//
// listNetwork
//
this.listNetwork.ContextMenuStrip = this.contextMenuStripNetwork;
this.listNetwork.Dock = System.Windows.Forms.DockStyle.Fill;
this.listNetwork.Location = new System.Drawing.Point(3, 3);
this.listNetwork.Name = "listNetwork";
this.listNetwork.Provider = null;
this.listNetwork.Size = new System.Drawing.Size(790, 462);
this.listNetwork.TabIndex = 0;
this.listNetwork.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listNetwork_KeyDown);
this.listNetwork.DoubleClick += new System.EventHandler(this.listNetwork_DoubleClick);
//
// contextMenuStripNetwork
//
this.contextMenuStripNetwork.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.goToProcessNetworkMenuItem,
this.toolsToolStripMenuItem1,
this.closeNetworkMenuItem,
this.toolStripSeparator7,
this.copyToolStripMenuItem,
this.selectAllNetworkMenuItem});
this.contextMenuStripNetwork.Name = "contextMenuStripNetwork";
this.contextMenuStripNetwork.Size = new System.Drawing.Size(147, 120);
//
// goToProcessNetworkMenuItem
//
this.goToProcessNetworkMenuItem.Name = "goToProcessNetworkMenuItem";
this.goToProcessNetworkMenuItem.Size = new System.Drawing.Size(146, 22);
this.goToProcessNetworkMenuItem.Text = "&Go to Process";
this.goToProcessNetworkMenuItem.Click += new System.EventHandler(this.goToProcessNetworkMenuItem_Click);
//
// toolsToolStripMenuItem1
//
this.toolsToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.whoisNetworkMenuItem,
this.tracertNetworkMenuItem,
this.pingNetworkMenuItem});
this.toolsToolStripMenuItem1.Name = "toolsToolStripMenuItem1";
this.toolsToolStripMenuItem1.Size = new System.Drawing.Size(146, 22);
this.toolsToolStripMenuItem1.Text = "Tools";
//
// whoisNetworkMenuItem
//
this.whoisNetworkMenuItem.Name = "whoisNetworkMenuItem";
this.whoisNetworkMenuItem.Size = new System.Drawing.Size(111, 22);
this.whoisNetworkMenuItem.Text = "Whois";
this.whoisNetworkMenuItem.Click += new System.EventHandler(this.whoisNetworkMenuItem_Click);
//
// tracertNetworkMenuItem
//
this.tracertNetworkMenuItem.Name = "tracertNetworkMenuItem";
this.tracertNetworkMenuItem.Size = new System.Drawing.Size(111, 22);
this.tracertNetworkMenuItem.Text = "Tracert";
this.tracertNetworkMenuItem.Click += new System.EventHandler(this.tracertNetworkMenuItem_Click);
//
// pingNetworkMenuItem
//
this.pingNetworkMenuItem.Name = "pingNetworkMenuItem";
this.pingNetworkMenuItem.Size = new System.Drawing.Size(111, 22);
this.pingNetworkMenuItem.Text = "Ping";
this.pingNetworkMenuItem.Click += new System.EventHandler(this.pingNetworkMenuItem_Click);
//
// closeNetworkMenuItem
//
this.closeNetworkMenuItem.Name = "closeNetworkMenuItem";
this.closeNetworkMenuItem.Size = new System.Drawing.Size(146, 22);
this.closeNetworkMenuItem.Text = "Close";
this.closeNetworkMenuItem.Click += new System.EventHandler(this.closeNetworkMenuItem_Click);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(143, 6);
//
// copyToolStripMenuItem
//
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
this.copyToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.copyToolStripMenuItem.Text = "Copy";
//
// selectAllNetworkMenuItem
//
this.selectAllNetworkMenuItem.Name = "selectAllNetworkMenuItem";
this.selectAllNetworkMenuItem.Size = new System.Drawing.Size(146, 22);
this.selectAllNetworkMenuItem.Text = "Select All";
this.selectAllNetworkMenuItem.Click += new System.EventHandler(this.selectAllNetworkMenuItem_Click);
//
// toolStrip
//
this.toolStrip.ClickThrough = true;
this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.refreshToolStripButton,
this.optionsToolStripButton,
this.shutDownToolStripMenuItem,
this.toolStripSeparator1,
this.findHandlesToolStripButton,
this.sysInfoToolStripButton,
this.toolStripTextBox2});
this.toolStrip.Location = new System.Drawing.Point(0, 24);
this.toolStrip.Name = "toolStrip";
this.toolStrip.Size = new System.Drawing.Size(804, 28);
this.toolStrip.TabIndex = 5;
this.toolStrip.Text = "toolStrip1";
//
// refreshToolStripButton
//
this.refreshToolStripButton.Image = global::ProcessHacker.Properties.Resources.arrow_refresh;
this.refreshToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.refreshToolStripButton.Name = "refreshToolStripButton";
this.refreshToolStripButton.Size = new System.Drawing.Size(66, 25);
this.refreshToolStripButton.Text = "Refresh";
this.refreshToolStripButton.ToolTipText = "Refresh (F5)";
this.refreshToolStripButton.Click += new System.EventHandler(this.refreshToolStripButton_Click);
//
// optionsToolStripButton
//
this.optionsToolStripButton.Image = global::ProcessHacker.Properties.Resources.cog_edit;
this.optionsToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.optionsToolStripButton.Name = "optionsToolStripButton";
this.optionsToolStripButton.Size = new System.Drawing.Size(69, 25);
this.optionsToolStripButton.Text = "Options";
this.optionsToolStripButton.ToolTipText = "Options... (Ctrl+O)";
this.optionsToolStripButton.Click += new System.EventHandler(this.optionsToolStripButton_Click);
//
// shutDownToolStripMenuItem
//
this.shutDownToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.shutDownToolStripMenuItem.Image = global::ProcessHacker.Properties.Resources.lightbulb_off;
this.shutDownToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
this.shutDownToolStripMenuItem.Name = "shutDownToolStripMenuItem";
this.shutDownToolStripMenuItem.Size = new System.Drawing.Size(29, 25);
this.shutDownToolStripMenuItem.Text = "Shutdown";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 28);
//
// findHandlesToolStripButton
//
this.findHandlesToolStripButton.Image = global::ProcessHacker.Properties.Resources.find;
this.findHandlesToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.findHandlesToolStripButton.Name = "findHandlesToolStripButton";
this.findHandlesToolStripButton.Size = new System.Drawing.Size(147, 25);
this.findHandlesToolStripButton.Text = "Find Handles or DLLs...";
this.findHandlesToolStripButton.ToolTipText = "Find Handles or DLLs... (Ctrl+F)";
this.findHandlesToolStripButton.Click += new System.EventHandler(this.findHandlesToolStripButton_Click);
//
// sysInfoToolStripButton
//
this.sysInfoToolStripButton.Image = global::ProcessHacker.Properties.Resources.chart_line;
this.sysInfoToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.sysInfoToolStripButton.Name = "sysInfoToolStripButton";
this.sysInfoToolStripButton.Size = new System.Drawing.Size(140, 25);
this.sysInfoToolStripButton.Text = "System Information...";
this.sysInfoToolStripButton.ToolTipText = "System Information... (Ctrl+I)";
this.sysInfoToolStripButton.Click += new System.EventHandler(this.sysInfoToolStripButton_Click);
//
// toolStripTextBox2
//
this.toolStripTextBox2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripTextBox2.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.toolStripTextBox2.ForeColor = System.Drawing.SystemColors.GrayText;
this.toolStripTextBox2.Name = "toolStripTextBox2";
this.toolStripTextBox2.Size = new System.Drawing.Size(180, 25);
//
// statusStrip1
//
this.statusStrip1.AllowItemReorder = true;
this.statusStrip1.BackColor = System.Drawing.SystemColors.Control;
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statusMemory,
this.statusCPU,
this.statusGeneral});
this.statusStrip1.Location = new System.Drawing.Point(0, 546);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
this.statusStrip1.Size = new System.Drawing.Size(804, 22);
this.statusStrip1.TabIndex = 7;
this.statusStrip1.Text = "statusStrip1";
//
// statusMemory
//
this.statusMemory.Name = "statusMemory";
this.statusMemory.Size = new System.Drawing.Size(52, 17);
this.statusMemory.Text = "Memory";
//
// statusCPU
//
this.statusCPU.Name = "statusCPU";
this.statusCPU.Size = new System.Drawing.Size(30, 17);
this.statusCPU.Text = "CPU";
//
// statusGeneral
//
this.statusGeneral.Name = "statusGeneral";
this.statusGeneral.Size = new System.Drawing.Size(47, 17);
this.statusGeneral.Text = "General";
//
// menuStripEx1
//
this.menuStripEx1.ClickThrough = true;
this.menuStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.hackerToolStripMenuItem,
this.viewToolStripMenuItem,
this.toolsToolStripMenuItem,
this.usersToolStripMenuItem,
this.windowToolStripMenuItem,
this.helpToolStripMenuItem});
this.menuStripEx1.Location = new System.Drawing.Point(0, 0);
this.menuStripEx1.Name = "menuStripEx1";
this.menuStripEx1.Size = new System.Drawing.Size(804, 24);
this.menuStripEx1.TabIndex = 8;
this.menuStripEx1.Text = "menuStripEx1";
//
// hackerToolStripMenuItem
//
this.hackerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.runToolStripMenuItem,
this.runAsToolStripMenuItem,
this.runAsAdministratorMenuItem,
this.showDetailsForAllProcessesMenuItem,
this.toolStripSeparator4,
this.openToolStripMenuItem,
this.saveToolStripMenuItem,
this.toolStripSeparator6,
this.findHandlesMenuItem,
this.inspectPEFileToolStripMenuItem,
this.optionsMenuItem,
this.toolStripSeparator5,
this.shutdownMenuItem,
this.exitToolStripMenuItem});
this.hackerToolStripMenuItem.Name = "hackerToolStripMenuItem";
this.hackerToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
this.hackerToolStripMenuItem.Text = "Hacker";
//
// runToolStripMenuItem
//
this.runToolStripMenuItem.Name = "runToolStripMenuItem";
this.runToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
this.runToolStripMenuItem.Text = "Run...";
this.runToolStripMenuItem.Click += new System.EventHandler(this.runMenuItem_Click);
//
// runAsToolStripMenuItem
//
this.runAsToolStripMenuItem.Name = "runAsToolStripMenuItem";
this.runAsToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
this.runAsToolStripMenuItem.Text = "Run As...";
this.runAsToolStripMenuItem.Click += new System.EventHandler(this.runAsServiceMenuItem_Click);
//
// runAsAdministratorMenuItem
//
this.runAsAdministratorMenuItem.Name = "runAsAdministratorMenuItem";
this.runAsAdministratorMenuItem.Size = new System.Drawing.Size(230, 22);
this.runAsAdministratorMenuItem.Text = "Run As Administrator...";
this.runAsAdministratorMenuItem.Click += new System.EventHandler(this.runAsAdministratorMenuItem_Click);
//
// showDetailsForAllProcessesMenuItem
//
this.showDetailsForAllProcessesMenuItem.Name = "showDetailsForAllProcessesMenuItem";
this.showDetailsForAllProcessesMenuItem.Size = new System.Drawing.Size(230, 22);
this.showDetailsForAllProcessesMenuItem.Text = "Show Details for All Processes";
this.showDetailsForAllProcessesMenuItem.Click += new System.EventHandler(this.showDetailsForAllProcessesMenuItem_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(227, 6);
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
this.openToolStripMenuItem.Text = "Open";
this.openToolStripMenuItem.Click += new System.EventHandler(this.openMenuItem_Click);
//
// saveToolStripMenuItem
//
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
this.saveToolStripMenuItem.Text = "Save";
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveMenuItem_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(227, 6);
//
// findHandlesMenuItem
//
this.findHandlesMenuItem.Name = "findHandlesMenuItem";
this.findHandlesMenuItem.Size = new System.Drawing.Size(230, 22);
this.findHandlesMenuItem.Text = "&Find Handles or DLLs...";
this.findHandlesMenuItem.Click += new System.EventHandler(this.findHandlesMenuItem_Click);
//
// inspectPEFileToolStripMenuItem
//
this.inspectPEFileToolStripMenuItem.Name = "inspectPEFileToolStripMenuItem";
this.inspectPEFileToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
this.inspectPEFileToolStripMenuItem.Text = "Inspect &PE File...";
this.inspectPEFileToolStripMenuItem.Click += new System.EventHandler(this.inspectPEFileMenuItem_Click);
//
// optionsMenuItem
//
this.optionsMenuItem.Name = "optionsMenuItem";
this.optionsMenuItem.Size = new System.Drawing.Size(230, 22);
this.optionsMenuItem.Text = "&Options...";
this.optionsMenuItem.Click += new System.EventHandler(this.optionsMenuItem_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(227, 6);
//
// shutdownMenuItem
//
this.shutdownMenuItem.Name = "shutdownMenuItem";
this.shutdownMenuItem.Size = new System.Drawing.Size(230, 22);
this.shutdownMenuItem.Text = "Shutdown";
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
//
// viewToolStripMenuItem
//
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolbarMenuItem,
this.sysInfoMenuItem,
this.trayIconsToolStripMenuItem,
this.toolStripSeparator3,
this.refreshToolStripMenuItem,
this.updateProcessesMenuItem,
this.updateServicesMenuItem});
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
this.viewToolStripMenuItem.Text = "View";
//
// toolbarMenuItem
//
this.toolbarMenuItem.Name = "toolbarMenuItem";
this.toolbarMenuItem.Size = new System.Drawing.Size(178, 22);
this.toolbarMenuItem.Text = "Toolbar";
this.toolbarMenuItem.Click += new System.EventHandler(this.toolbarMenuItem_Click);
//
// sysInfoMenuItem
//
this.sysInfoMenuItem.Name = "sysInfoMenuItem";
this.sysInfoMenuItem.Size = new System.Drawing.Size(178, 22);
this.sysInfoMenuItem.Text = "System &Information";
this.sysInfoMenuItem.Click += new System.EventHandler(this.sysInfoMenuItem_Click);
//
// trayIconsToolStripMenuItem
//
this.trayIconsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cpuHistoryMenuItem,
this.cpuUsageMenuItem,
this.ioHistoryMenuItem,
this.commitHistoryMenuItem,
this.physMemHistoryMenuItem});
this.trayIconsToolStripMenuItem.Name = "trayIconsToolStripMenuItem";
this.trayIconsToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
this.trayIconsToolStripMenuItem.Text = "Tray Icons";
//
// cpuHistoryMenuItem
//
this.cpuHistoryMenuItem.Name = "cpuHistoryMenuItem";
this.cpuHistoryMenuItem.Size = new System.Drawing.Size(206, 22);
this.cpuHistoryMenuItem.Text = "CPU History";
this.cpuHistoryMenuItem.Click += new System.EventHandler(this.cpuHistoryMenuItem_Click);
//
// cpuUsageMenuItem
//
this.cpuUsageMenuItem.Name = "cpuUsageMenuItem";
this.cpuUsageMenuItem.Size = new System.Drawing.Size(206, 22);
this.cpuUsageMenuItem.Text = "CPU Usage";
this.cpuUsageMenuItem.Click += new System.EventHandler(this.cpuUsageMenuItem_Click);
//
// ioHistoryMenuItem
//
this.ioHistoryMenuItem.Name = "ioHistoryMenuItem";
this.ioHistoryMenuItem.Size = new System.Drawing.Size(206, 22);
this.ioHistoryMenuItem.Text = "I/O History";
this.ioHistoryMenuItem.Click += new System.EventHandler(this.ioHistoryMenuItem_Click);
//
// commitHistoryMenuItem
//
this.commitHistoryMenuItem.Name = "commitHistoryMenuItem";
this.commitHistoryMenuItem.Size = new System.Drawing.Size(206, 22);
this.commitHistoryMenuItem.Text = "Commit History";
this.commitHistoryMenuItem.Click += new System.EventHandler(this.commitHistoryMenuItem_Click);
//
// physMemHistoryMenuItem
//
this.physMemHistoryMenuItem.Name = "physMemHistoryMenuItem";
this.physMemHistoryMenuItem.Size = new System.Drawing.Size(206, 22);
this.physMemHistoryMenuItem.Text = "Physical Memory History";
this.physMemHistoryMenuItem.Click += new System.EventHandler(this.physMemHistoryMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(175, 6);
//
// refreshToolStripMenuItem
//
this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
this.refreshToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
this.refreshToolStripMenuItem.Text = "Refresh";
this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripButton_Click);
//
// updateProcessesMenuItem
//
this.updateProcessesMenuItem.Name = "updateProcessesMenuItem";
this.updateProcessesMenuItem.Size = new System.Drawing.Size(178, 22);
this.updateProcessesMenuItem.Text = "Update &Processes";
this.updateProcessesMenuItem.Click += new System.EventHandler(this.updateProcessesMenuItem_Click);
//
// updateServicesMenuItem
//
this.updateServicesMenuItem.Name = "updateServicesMenuItem";
this.updateServicesMenuItem.Size = new System.Drawing.Size(178, 22);
this.updateServicesMenuItem.Text = "Update &Services";
this.updateServicesMenuItem.Click += new System.EventHandler(this.updateServicesMenuItem_Click);
//
// toolsToolStripMenuItem
//
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.createServiceToolStripMenuItem,
this.hiddenProcessesToolStripMenuItem,
this.verifyFileSignatureToolStripMenuItem});
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
this.toolsToolStripMenuItem.Text = "Tools";
//
// createServiceToolStripMenuItem
//
this.createServiceToolStripMenuItem.Name = "createServiceToolStripMenuItem";
this.createServiceToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.createServiceToolStripMenuItem.Text = "Create &Service";
this.createServiceToolStripMenuItem.Click += new System.EventHandler(this.createServiceMenuItem_Click);
//
// hiddenProcessesToolStripMenuItem
//
this.hiddenProcessesToolStripMenuItem.Name = "hiddenProcessesToolStripMenuItem";
this.hiddenProcessesToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.hiddenProcessesToolStripMenuItem.Text = "&Hidden Processes";
this.hiddenProcessesToolStripMenuItem.Click += new System.EventHandler(this.hiddenProcessesMenuItem_Click);
//
// verifyFileSignatureToolStripMenuItem
//
this.verifyFileSignatureToolStripMenuItem.Name = "verifyFileSignatureToolStripMenuItem";
this.verifyFileSignatureToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
this.verifyFileSignatureToolStripMenuItem.Text = "&Verify File Signature...";
this.verifyFileSignatureToolStripMenuItem.Click += new System.EventHandler(this.verifyFileSignatureMenuItem_Click);
//
// usersToolStripMenuItem
//
this.usersToolStripMenuItem.Name = "usersToolStripMenuItem";
this.usersToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
this.usersToolStripMenuItem.Text = "Users";
//
// windowToolStripMenuItem
//
this.windowToolStripMenuItem.Name = "windowToolStripMenuItem";
this.windowToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
this.windowToolStripMenuItem.Text = "Window";
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.checkForUpdatesMenuItem,
this.toolStripSeparator2,
this.logToolStripMenuItem,
this.helpToolStripMenuItem1,
this.aboutToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
this.helpToolStripMenuItem.Text = "Help";
//
// checkForUpdatesMenuItem
//
this.checkForUpdatesMenuItem.Enabled = false;
this.checkForUpdatesMenuItem.Name = "checkForUpdatesMenuItem";
this.checkForUpdatesMenuItem.Size = new System.Drawing.Size(173, 22);
this.checkForUpdatesMenuItem.Text = "Check For Updates";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(170, 6);
//
// logToolStripMenuItem
//
this.logToolStripMenuItem.Name = "logToolStripMenuItem";
this.logToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.logToolStripMenuItem.Text = "Log";
this.logToolStripMenuItem.Click += new System.EventHandler(this.logMenuItem_Click);
//
// helpToolStripMenuItem1
//
this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1";
this.helpToolStripMenuItem1.Size = new System.Drawing.Size(173, 22);
this.helpToolStripMenuItem1.Text = "Help";
this.helpToolStripMenuItem1.Click += new System.EventHandler(this.helpMenuItem_Click);
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.aboutToolStripMenuItem.Text = "About";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutMenuItem_Click);
//
// contextMenuStripTray
//
this.contextMenuStripTray.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.showHideProcessHackerToolStripMenuItem,
this.systemInformationToolStripMenuItem,
this.networkInfomationMenuItem,
this.toolStripSeparator9,
this.processesMenuItem,
this.notificationsToolStripMenuItem,
this.toolStripSeparator8,
this.shutdownTrayMenuItem,
this.exitToolStripMenuItem1});
this.contextMenuStripTray.Name = "contextMenuStripTray";
this.contextMenuStripTray.Size = new System.Drawing.Size(217, 170);
//
// showHideProcessHackerToolStripMenuItem
//
this.showHideProcessHackerToolStripMenuItem.Name = "showHideProcessHackerToolStripMenuItem";
this.showHideProcessHackerToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
this.showHideProcessHackerToolStripMenuItem.Text = "&Show/Hide Process Hacker";
this.showHideProcessHackerToolStripMenuItem.Click += new System.EventHandler(this.showHideMenuItem_Click);
//
// systemInformationToolStripMenuItem
//
this.systemInformationToolStripMenuItem.Name = "systemInformationToolStripMenuItem";
this.systemInformationToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
this.systemInformationToolStripMenuItem.Text = "System &Information";
this.systemInformationToolStripMenuItem.Click += new System.EventHandler(this.sysInfoMenuItem_Click);
//
// networkInfomationMenuItem
//
this.networkInfomationMenuItem.Name = "networkInfomationMenuItem";
this.networkInfomationMenuItem.Size = new System.Drawing.Size(216, 22);
this.networkInfomationMenuItem.Text = "Network Infomation";
this.networkInfomationMenuItem.Click += new System.EventHandler(this.networkInfomationMenuItem_Click);
//
// toolStripSeparator9
//
this.toolStripSeparator9.Name = "toolStripSeparator9";
this.toolStripSeparator9.Size = new System.Drawing.Size(213, 6);
//
// processesMenuItem
//
this.processesMenuItem.Name = "processesMenuItem";
this.processesMenuItem.Size = new System.Drawing.Size(216, 22);
this.processesMenuItem.Text = "&Processes";
//
// notificationsToolStripMenuItem
//
this.notificationsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.enableAllToolStripMenuItem,
this.disableAllToolStripMenuItem,
this.toolStripSeparator10,
this.newProcessesToolStripMenuItem,
this.terminatedProcessesToolStripMenuItem,
this.newServicesToolStripMenuItem,
this.startedServicesToolStripMenuItem,
this.stoppedServicesToolStripMenuItem,
this.deletedServicesToolStripMenuItem});
this.notificationsToolStripMenuItem.Name = "notificationsToolStripMenuItem";
this.notificationsToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
this.notificationsToolStripMenuItem.Text = "&Notifications";
//
// enableAllToolStripMenuItem
//
this.enableAllToolStripMenuItem.Name = "enableAllToolStripMenuItem";
this.enableAllToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
this.enableAllToolStripMenuItem.Text = "&Enable All";
this.enableAllToolStripMenuItem.Click += new System.EventHandler(this.enableAllNotificationsMenuItem_Click);
//
// disableAllToolStripMenuItem
//
this.disableAllToolStripMenuItem.Name = "disableAllToolStripMenuItem";
this.disableAllToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
this.disableAllToolStripMenuItem.Text = "&Disable All";
this.disableAllToolStripMenuItem.Click += new System.EventHandler(this.disableAllNotificationsMenuItem_Click);
//
// toolStripSeparator10
//
this.toolStripSeparator10.Name = "toolStripSeparator10";
this.toolStripSeparator10.Size = new System.Drawing.Size(186, 6);
//
// newProcessesToolStripMenuItem
//
this.newProcessesToolStripMenuItem.Name = "newProcessesToolStripMenuItem";
this.newProcessesToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
this.newProcessesToolStripMenuItem.Text = "New Processes";
this.newProcessesToolStripMenuItem.Click += new System.EventHandler(this.CheckedMenuItem_Click);
//
// terminatedProcessesToolStripMenuItem
//
this.terminatedProcessesToolStripMenuItem.Name = "terminatedProcessesToolStripMenuItem";
this.terminatedProcessesToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
this.terminatedProcessesToolStripMenuItem.Text = "Terminated Processes";
//
// newServicesToolStripMenuItem
//
this.newServicesToolStripMenuItem.Name = "newServicesToolStripMenuItem";
this.newServicesToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
this.newServicesToolStripMenuItem.Text = "New Services";
//
// startedServicesToolStripMenuItem
//
this.startedServicesToolStripMenuItem.Name = "startedServicesToolStripMenuItem";
this.startedServicesToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
this.startedServicesToolStripMenuItem.Text = "Started Services";
//
// stoppedServicesToolStripMenuItem
//
this.stoppedServicesToolStripMenuItem.Name = "stoppedServicesToolStripMenuItem";
this.stoppedServicesToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
this.stoppedServicesToolStripMenuItem.Text = "Stopped Services";
//
// deletedServicesToolStripMenuItem
//
this.deletedServicesToolStripMenuItem.Name = "deletedServicesToolStripMenuItem";
this.deletedServicesToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
this.deletedServicesToolStripMenuItem.Text = "Deleted Services";
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(213, 6);
//
// shutdownTrayMenuItem
//
this.shutdownTrayMenuItem.Name = "shutdownTrayMenuItem";
this.shutdownTrayMenuItem.Size = new System.Drawing.Size(216, 22);
this.shutdownTrayMenuItem.Text = "Shutdown";
//
// exitToolStripMenuItem1
//
this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
this.exitToolStripMenuItem1.Size = new System.Drawing.Size(216, 22);
this.exitToolStripMenuItem1.Text = "Exit";
this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitMenuItem_Click);
//
// HackerWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.ClientSize = new System.Drawing.Size(804, 568);
this.Controls.Add(this.tabControl);
this.Controls.Add(this.toolStrip);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStripEx1);
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.MainMenuStrip = this.menuStripEx1;
this.Name = "HackerWindow";
this.Text = "Process Hacker";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HackerWindow_FormClosing);
this.Load += new System.EventHandler(this.HackerWindow_Load);
this.VisibleChanged += new System.EventHandler(this.HackerWindow_VisibleChanged);
this.tabControl.ResumeLayout(false);
this.tabProcesses.ResumeLayout(false);
this.contextMenuStripProcess.ResumeLayout(false);
this.tabServices.ResumeLayout(false);
this.contextMenuStripService.ResumeLayout(false);
this.tabNetwork.ResumeLayout(false);
this.contextMenuStripNetwork.ResumeLayout(false);
this.toolStrip.ResumeLayout(false);
this.toolStrip.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.menuStripEx1.ResumeLayout(false);
this.menuStripEx1.PerformLayout();
this.contextMenuStripTray.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem9;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem10;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem11;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem12;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem13;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem14;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem15;
private ProcessHacker.ProcessTree treeProcesses;
private System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.TabPage tabProcesses;
private System.Windows.Forms.TabPage tabServices;
private ProcessHacker.Components.ServiceList listServices;
private System.Windows.Forms.TabPage tabNetwork;
private ProcessHacker.Components.NetworkList listNetwork;
private System.ToolStripEx toolStrip;
private System.Windows.Forms.ToolStripButton refreshToolStripButton;
private System.Windows.Forms.ToolStripButton findHandlesToolStripButton;
private System.Windows.Forms.ToolStripButton sysInfoToolStripButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripDropDownButton shutDownToolStripMenuItem;
private System.Windows.Forms.ToolStripButton optionsToolStripButton;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel statusMemory;
private System.Windows.Forms.ToolStripStatusLabel statusCPU;
private System.Windows.Forms.ToolStripStatusLabel statusGeneral;
private System.MenuStripEx menuStripEx1;
private System.Windows.Forms.ToolStripMenuItem hackerToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem usersToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem windowToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem checkForUpdatesMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem logToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
private ToolStripSearchBox toolStripTextBox2;
private System.Windows.Forms.ToolStripMenuItem toolbarMenuItem;
private System.Windows.Forms.ToolStripMenuItem sysInfoMenuItem;
private System.Windows.Forms.ToolStripMenuItem trayIconsToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem updateProcessesMenuItem;
private System.Windows.Forms.ToolStripMenuItem updateServicesMenuItem;
private System.Windows.Forms.ToolStripMenuItem runToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem runAsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem runAsAdministratorMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripMenuItem shutdownMenuItem;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem showDetailsForAllProcessesMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripMenuItem findHandlesMenuItem;
private System.Windows.Forms.ToolStripMenuItem inspectPEFileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem optionsMenuItem;
private System.Windows.Forms.ToolStripMenuItem createServiceToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem hiddenProcessesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem verifyFileSignatureToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cpuHistoryMenuItem;
private System.Windows.Forms.ToolStripMenuItem cpuUsageMenuItem;
private System.Windows.Forms.ToolStripMenuItem ioHistoryMenuItem;
private System.Windows.Forms.ToolStripMenuItem commitHistoryMenuItem;
private System.Windows.Forms.ToolStripMenuItem physMemHistoryMenuItem;
private System.Windows.Forms.ContextMenuStrip contextMenuStripNetwork;
private System.Windows.Forms.ToolStripMenuItem goToProcessNetworkMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem closeNetworkMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem selectAllNetworkMenuItem;
private System.Windows.Forms.ToolStripMenuItem whoisNetworkMenuItem;
private System.Windows.Forms.ToolStripMenuItem tracertNetworkMenuItem;
private System.Windows.Forms.ToolStripMenuItem pingNetworkMenuItem;
private System.Windows.Forms.ContextMenuStrip contextMenuStripTray;
private System.Windows.Forms.ToolStripMenuItem showHideProcessHackerToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem systemInformationToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem networkInfomationMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripMenuItem shutdownTrayMenuItem;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private System.Windows.Forms.ToolStripMenuItem processesMenuItem;
private System.Windows.Forms.ToolStripMenuItem notificationsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem enableAllToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem disableAllToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
private System.Windows.Forms.ToolStripMenuItem newProcessesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem terminatedProcessesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem newServicesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem startedServicesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem stoppedServicesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem deletedServicesToolStripMenuItem;
private System.Windows.Forms.ContextMenuStrip contextMenuStripService;
private System.Windows.Forms.ToolStripMenuItem goToProcessServiceMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
private System.Windows.Forms.ToolStripMenuItem startToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem continueToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pauseToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem stopToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem selectAllServiceMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
private System.Windows.Forms.ToolStripMenuItem propertiesToolStripMenuItem;
private System.Windows.Forms.ContextMenuStrip contextMenuStripProcess;
private System.Windows.Forms.ToolStripMenuItem terminateToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem terminateProcessTreeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem suspendToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem resumeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem restartToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem reduceWorkingSetToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem virtualizationToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator14;
private System.Windows.Forms.ToolStripMenuItem affinityToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem createDumpFileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem terminatorToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem miscellaneousToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem priorityToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem runAsToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem windowToolStripMenuItem1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator15;
private System.Windows.Forms.ToolStripMenuItem searchOnlineToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem reanalyzeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem copyProcessMenuItem;
private System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator16;
private System.Windows.Forms.ToolStripMenuItem propertiesToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem launchAsUserToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem launchAsThisUserToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem bringToFrontToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem restoreToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem minimizeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem maximizeToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator17;
private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem realTimeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem highToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem aboveNormalToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem normalToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem belowNormalToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem idleToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem analyzeWaitChainToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem detachFromDebuggerToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem heapsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem injectDLLToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem iOPriorityToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem protectionToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem setTokenToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem uploadToVirusTotalToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ioPriority0ThreadMenuItem;
private System.Windows.Forms.ToolStripMenuItem ioPriority1ThreadMenuItem;
private System.Windows.Forms.ToolStripMenuItem ioPriority3ThreadMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
}
}