64 |
this.chkRefreshResults = new System.Windows.Forms.CheckBox(); |
this.chkRefreshResults = new System.Windows.Forms.CheckBox(); |
65 |
this.splitresults = new System.Windows.Forms.SplitContainer(); |
this.splitresults = new System.Windows.Forms.SplitContainer(); |
66 |
this.splitresultslist = new System.Windows.Forms.SplitContainer(); |
this.splitresultslist = new System.Windows.Forms.SplitContainer(); |
67 |
|
this.lstResults = new System.Windows.Forms.AddressValuePairList(); |
68 |
this.mnuResults = new System.Windows.Forms.ContextMenuStrip(this.components); |
this.mnuResults = new System.Windows.Forms.ContextMenuStrip(this.components); |
69 |
this.mnuItemAddToPatchList = new System.Windows.Forms.ToolStripMenuItem(); |
this.mnuItemAddToPatchList = new System.Windows.Forms.ToolStripMenuItem(); |
70 |
this.mnuItemResultsListViewMemoryRegion = new System.Windows.Forms.ToolStripMenuItem(); |
this.mnuItemResultsListViewMemoryRegion = new System.Windows.Forms.ToolStripMenuItem(); |
71 |
this.results_label_pnl = new System.Windows.Forms.Panel(); |
this.results_label_pnl = new System.Windows.Forms.Panel(); |
72 |
this.lblResultsList = new Utilities.TransparentControls.Label.TransDirectionalLabel(); |
this.lblResultsList = new Utilities.TransparentControls.Label.TransDirectionalLabel(); |
73 |
|
this.lstPatchList = new System.Windows.Forms.AddressValuePairList(); |
74 |
this.mnuAddedResults = new System.Windows.Forms.ContextMenuStrip(this.components); |
this.mnuAddedResults = new System.Windows.Forms.ContextMenuStrip(this.components); |
75 |
this.mnuItemRemoveResult = new System.Windows.Forms.ToolStripMenuItem(); |
this.mnuItemRemoveResult = new System.Windows.Forms.ToolStripMenuItem(); |
76 |
this.mnuItemPatchSelectedEntry = new System.Windows.Forms.ToolStripMenuItem(); |
this.mnuItemPatchSelectedEntry = new System.Windows.Forms.ToolStripMenuItem(); |
93 |
this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker(); |
this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker(); |
94 |
this.SearchWorkerThread = new System.ComponentModel.BackgroundWorker(); |
this.SearchWorkerThread = new System.ComponentModel.BackgroundWorker(); |
95 |
this.search_progress_updater = new System.Windows.Forms.Timer(this.components); |
this.search_progress_updater = new System.Windows.Forms.Timer(this.components); |
|
this.lstResults = new System.Windows.Forms.AddressValuePairList(); |
|
|
this.lstPatchList = new System.Windows.Forms.AddressValuePairList(); |
|
96 |
((System.ComponentModel.ISupportInitialize)(this.mainsplit)).BeginInit(); |
((System.ComponentModel.ISupportInitialize)(this.mainsplit)).BeginInit(); |
97 |
this.mainsplit.Panel1.SuspendLayout(); |
this.mainsplit.Panel1.SuspendLayout(); |
98 |
this.mainsplit.Panel2.SuspendLayout(); |
this.mainsplit.Panel2.SuspendLayout(); |
601 |
this.splitresultslist.SplitterDistance = 314; |
this.splitresultslist.SplitterDistance = 314; |
602 |
this.splitresultslist.TabIndex = 4; |
this.splitresultslist.TabIndex = 4; |
603 |
// |
// |
604 |
|
// lstResults |
605 |
|
// |
606 |
|
this.lstResults.AcceptedPlugin = null; |
607 |
|
this.lstResults.AcceptedProcess = null; |
608 |
|
this.lstResults.AllowColumnReorder = true; |
609 |
|
this.lstResults.ContextMenuStrip = this.mnuResults; |
610 |
|
this.lstResults.Dock = System.Windows.Forms.DockStyle.Fill; |
611 |
|
this.lstResults.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
612 |
|
this.lstResults.FullRowSelect = true; |
613 |
|
this.lstResults.HideSelection = false; |
614 |
|
this.lstResults.Location = new System.Drawing.Point(37, 0); |
615 |
|
this.lstResults.Name = "lstResults"; |
616 |
|
this.lstResults.OverrideDetailsViewByDefault = false; |
617 |
|
this.lstResults.ProcessID = 0; |
618 |
|
this.lstResults.Size = new System.Drawing.Size(709, 314); |
619 |
|
this.lstResults.TabIndex = 4; |
620 |
|
this.lstResults.UseCompatibleStateImageBehavior = false; |
621 |
|
this.lstResults.View = System.Windows.Forms.View.Details; |
622 |
|
// |
623 |
// mnuResults |
// mnuResults |
624 |
// |
// |
625 |
this.mnuResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
this.mnuResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
666 |
this.lblResultsList.Text = "Results List"; |
this.lblResultsList.Text = "Results List"; |
667 |
this.lblResultsList.TextAlign = Utilities.TransparentControls.Label.TextAlign.Center; |
this.lblResultsList.TextAlign = Utilities.TransparentControls.Label.TextAlign.Center; |
668 |
// |
// |
669 |
|
// lstPatchList |
670 |
|
// |
671 |
|
this.lstPatchList.AcceptedPlugin = null; |
672 |
|
this.lstPatchList.AcceptedProcess = null; |
673 |
|
this.lstPatchList.AllowColumnReorder = true; |
674 |
|
this.lstPatchList.ContextMenuStrip = this.mnuAddedResults; |
675 |
|
this.lstPatchList.Dock = System.Windows.Forms.DockStyle.Fill; |
676 |
|
this.lstPatchList.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
677 |
|
this.lstPatchList.FullRowSelect = true; |
678 |
|
this.lstPatchList.HideSelection = false; |
679 |
|
this.lstPatchList.Location = new System.Drawing.Point(37, 0); |
680 |
|
this.lstPatchList.Name = "lstPatchList"; |
681 |
|
this.lstPatchList.OverrideDetailsViewByDefault = false; |
682 |
|
this.lstPatchList.ProcessID = 0; |
683 |
|
this.lstPatchList.Size = new System.Drawing.Size(709, 243); |
684 |
|
this.lstPatchList.TabIndex = 5; |
685 |
|
this.lstPatchList.UseCompatibleStateImageBehavior = false; |
686 |
|
this.lstPatchList.View = System.Windows.Forms.View.Details; |
687 |
|
// |
688 |
// mnuAddedResults |
// mnuAddedResults |
689 |
// |
// |
690 |
this.mnuAddedResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
this.mnuAddedResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
899 |
// |
// |
900 |
this.search_progress_updater.Tick += new System.EventHandler(this.search_progress_updater_Tick); |
this.search_progress_updater.Tick += new System.EventHandler(this.search_progress_updater_Tick); |
901 |
// |
// |
|
// lstResults |
|
|
// |
|
|
this.lstResults.AcceptedPlugin = null; |
|
|
this.lstResults.AcceptedProcess = null; |
|
|
this.lstResults.AllowColumnReorder = true; |
|
|
this.lstResults.ContextMenuStrip = this.mnuResults; |
|
|
this.lstResults.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
this.lstResults.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
this.lstResults.FullRowSelect = true; |
|
|
this.lstResults.HideSelection = false; |
|
|
this.lstResults.Location = new System.Drawing.Point(37, 0); |
|
|
this.lstResults.Name = "lstResults"; |
|
|
this.lstResults.OverrideDetailsViewByDefault = false; |
|
|
this.lstResults.ProcessID = 0; |
|
|
this.lstResults.Size = new System.Drawing.Size(709, 314); |
|
|
this.lstResults.TabIndex = 4; |
|
|
this.lstResults.UseCompatibleStateImageBehavior = false; |
|
|
this.lstResults.View = System.Windows.Forms.View.Details; |
|
|
// |
|
|
// lstPatchList |
|
|
// |
|
|
this.lstPatchList.AcceptedPlugin = null; |
|
|
this.lstPatchList.AcceptedProcess = null; |
|
|
this.lstPatchList.AllowColumnReorder = true; |
|
|
this.lstPatchList.ContextMenuStrip = this.mnuAddedResults; |
|
|
this.lstPatchList.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
this.lstPatchList.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
this.lstPatchList.FullRowSelect = true; |
|
|
this.lstPatchList.HideSelection = false; |
|
|
this.lstPatchList.Location = new System.Drawing.Point(37, 0); |
|
|
this.lstPatchList.Name = "lstPatchList"; |
|
|
this.lstPatchList.OverrideDetailsViewByDefault = false; |
|
|
this.lstPatchList.ProcessID = 0; |
|
|
this.lstPatchList.Size = new System.Drawing.Size(709, 243); |
|
|
this.lstPatchList.TabIndex = 5; |
|
|
this.lstPatchList.UseCompatibleStateImageBehavior = false; |
|
|
this.lstPatchList.View = System.Windows.Forms.View.Details; |
|
|
// |
|
902 |
// FloatingMemorySearcher |
// FloatingMemorySearcher |
903 |
// |
// |
904 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |