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(); |
|
this.lstResults = new System.Windows.Forms.AddressValuePairList(); |
|
67 |
this.mnuResults = new System.Windows.Forms.ContextMenuStrip(this.components); |
this.mnuResults = new System.Windows.Forms.ContextMenuStrip(this.components); |
68 |
this.mnuItemAddToPatchList = new System.Windows.Forms.ToolStripMenuItem(); |
this.mnuItemAddToPatchList = new System.Windows.Forms.ToolStripMenuItem(); |
69 |
this.results_label_pnl = new System.Windows.Forms.Panel(); |
this.results_label_pnl = new System.Windows.Forms.Panel(); |
70 |
this.lblResultsList = new Utilities.TransparentControls.Label.TransDirectionalLabel(); |
this.lblResultsList = new Utilities.TransparentControls.Label.TransDirectionalLabel(); |
|
this.lstPatchList = new System.Windows.Forms.AddressValuePairList(); |
|
71 |
this.mnuAddedResults = new System.Windows.Forms.ContextMenuStrip(this.components); |
this.mnuAddedResults = new System.Windows.Forms.ContextMenuStrip(this.components); |
72 |
this.mnuItemRemoveResult = new System.Windows.Forms.ToolStripMenuItem(); |
this.mnuItemRemoveResult = new System.Windows.Forms.ToolStripMenuItem(); |
73 |
this.mnuItemPatchSelectedEntry = new System.Windows.Forms.ToolStripMenuItem(); |
this.mnuItemPatchSelectedEntry = new System.Windows.Forms.ToolStripMenuItem(); |
89 |
this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker(); |
this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker(); |
90 |
this.SearchWorkerThread = new System.ComponentModel.BackgroundWorker(); |
this.SearchWorkerThread = new System.ComponentModel.BackgroundWorker(); |
91 |
this.search_progress_updater = new System.Windows.Forms.Timer(this.components); |
this.search_progress_updater = new System.Windows.Forms.Timer(this.components); |
92 |
|
this.lstResults = new System.Windows.Forms.AddressValuePairList(); |
93 |
|
this.lstPatchList = new System.Windows.Forms.AddressValuePairList(); |
94 |
((System.ComponentModel.ISupportInitialize)(this.mainsplit)).BeginInit(); |
((System.ComponentModel.ISupportInitialize)(this.mainsplit)).BeginInit(); |
95 |
this.mainsplit.Panel1.SuspendLayout(); |
this.mainsplit.Panel1.SuspendLayout(); |
96 |
this.mainsplit.Panel2.SuspendLayout(); |
this.mainsplit.Panel2.SuspendLayout(); |
575 |
// |
// |
576 |
this.splitresults.Panel2.Controls.Add(this.resultsprogress); |
this.splitresults.Panel2.Controls.Add(this.resultsprogress); |
577 |
this.splitresults.Size = new System.Drawing.Size(750, 668); |
this.splitresults.Size = new System.Drawing.Size(750, 668); |
578 |
this.splitresults.SplitterDistance = 554; |
this.splitresults.SplitterDistance = 635; |
579 |
this.splitresults.TabIndex = 5; |
this.splitresults.TabIndex = 5; |
580 |
// |
// |
581 |
// splitresultslist |
// splitresultslist |
595 |
this.splitresultslist.Panel2.Controls.Add(this.lstPatchList); |
this.splitresultslist.Panel2.Controls.Add(this.lstPatchList); |
596 |
this.splitresultslist.Panel2.Controls.Add(this.patch_tool_pnl); |
this.splitresultslist.Panel2.Controls.Add(this.patch_tool_pnl); |
597 |
this.splitresultslist.Panel2.Controls.Add(this.patch_label_pnl); |
this.splitresultslist.Panel2.Controls.Add(this.patch_label_pnl); |
598 |
this.splitresultslist.Size = new System.Drawing.Size(746, 550); |
this.splitresultslist.Size = new System.Drawing.Size(746, 631); |
599 |
this.splitresultslist.SplitterDistance = 274; |
this.splitresultslist.SplitterDistance = 314; |
600 |
this.splitresultslist.TabIndex = 4; |
this.splitresultslist.TabIndex = 4; |
601 |
// |
// |
|
// 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.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, 274); |
|
|
this.lstResults.TabIndex = 4; |
|
|
this.lstResults.UseCompatibleStateImageBehavior = false; |
|
|
this.lstResults.View = System.Windows.Forms.View.Details; |
|
|
// |
|
602 |
// mnuResults |
// mnuResults |
603 |
// |
// |
604 |
this.mnuResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
this.mnuResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
619 |
this.results_label_pnl.Dock = System.Windows.Forms.DockStyle.Left; |
this.results_label_pnl.Dock = System.Windows.Forms.DockStyle.Left; |
620 |
this.results_label_pnl.Location = new System.Drawing.Point(0, 0); |
this.results_label_pnl.Location = new System.Drawing.Point(0, 0); |
621 |
this.results_label_pnl.Name = "results_label_pnl"; |
this.results_label_pnl.Name = "results_label_pnl"; |
622 |
this.results_label_pnl.Size = new System.Drawing.Size(37, 274); |
this.results_label_pnl.Size = new System.Drawing.Size(37, 314); |
623 |
this.results_label_pnl.TabIndex = 3; |
this.results_label_pnl.TabIndex = 3; |
624 |
// |
// |
625 |
// lblResultsList |
// lblResultsList |
631 |
this.lblResultsList.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
this.lblResultsList.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
632 |
this.lblResultsList.Name = "lblResultsList"; |
this.lblResultsList.Name = "lblResultsList"; |
633 |
this.lblResultsList.Orientation = Utilities.TransparentControls.Label.Orientation.Vertical; |
this.lblResultsList.Orientation = Utilities.TransparentControls.Label.Orientation.Vertical; |
634 |
this.lblResultsList.Size = new System.Drawing.Size(37, 274); |
this.lblResultsList.Size = new System.Drawing.Size(37, 314); |
635 |
this.lblResultsList.TabIndex = 4; |
this.lblResultsList.TabIndex = 4; |
636 |
this.lblResultsList.Text = "Results List"; |
this.lblResultsList.Text = "Results List"; |
637 |
this.lblResultsList.TextAlign = Utilities.TransparentControls.Label.TextAlign.Center; |
this.lblResultsList.TextAlign = Utilities.TransparentControls.Label.TextAlign.Center; |
638 |
// |
// |
|
// 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.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, 202); |
|
|
this.lstPatchList.TabIndex = 5; |
|
|
this.lstPatchList.UseCompatibleStateImageBehavior = false; |
|
|
this.lstPatchList.View = System.Windows.Forms.View.Details; |
|
|
// |
|
639 |
// mnuAddedResults |
// mnuAddedResults |
640 |
// |
// |
641 |
this.mnuAddedResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
this.mnuAddedResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
645 |
this.mnuItemFreezeSelectedPatches, |
this.mnuItemFreezeSelectedPatches, |
646 |
this.mnuItemThawSelectedPatches}); |
this.mnuItemThawSelectedPatches}); |
647 |
this.mnuAddedResults.Name = "mnuAddedResults"; |
this.mnuAddedResults.Name = "mnuAddedResults"; |
648 |
this.mnuAddedResults.Size = new System.Drawing.Size(211, 136); |
this.mnuAddedResults.Size = new System.Drawing.Size(211, 114); |
649 |
// |
// |
650 |
// mnuItemRemoveResult |
// mnuItemRemoveResult |
651 |
// |
// |
686 |
// |
// |
687 |
this.patch_tool_pnl.Controls.Add(this.patch_tool_pnl_flow); |
this.patch_tool_pnl.Controls.Add(this.patch_tool_pnl_flow); |
688 |
this.patch_tool_pnl.Dock = System.Windows.Forms.DockStyle.Bottom; |
this.patch_tool_pnl.Dock = System.Windows.Forms.DockStyle.Bottom; |
689 |
this.patch_tool_pnl.Location = new System.Drawing.Point(37, 202); |
this.patch_tool_pnl.Location = new System.Drawing.Point(37, 243); |
690 |
this.patch_tool_pnl.Name = "patch_tool_pnl"; |
this.patch_tool_pnl.Name = "patch_tool_pnl"; |
691 |
this.patch_tool_pnl.Size = new System.Drawing.Size(709, 70); |
this.patch_tool_pnl.Size = new System.Drawing.Size(709, 70); |
692 |
this.patch_tool_pnl.TabIndex = 3; |
this.patch_tool_pnl.TabIndex = 3; |
790 |
this.patch_label_pnl.Dock = System.Windows.Forms.DockStyle.Left; |
this.patch_label_pnl.Dock = System.Windows.Forms.DockStyle.Left; |
791 |
this.patch_label_pnl.Location = new System.Drawing.Point(0, 0); |
this.patch_label_pnl.Location = new System.Drawing.Point(0, 0); |
792 |
this.patch_label_pnl.Name = "patch_label_pnl"; |
this.patch_label_pnl.Name = "patch_label_pnl"; |
793 |
this.patch_label_pnl.Size = new System.Drawing.Size(37, 272); |
this.patch_label_pnl.Size = new System.Drawing.Size(37, 313); |
794 |
this.patch_label_pnl.TabIndex = 2; |
this.patch_label_pnl.TabIndex = 2; |
795 |
// |
// |
796 |
// lblPatchList |
// lblPatchList |
802 |
this.lblPatchList.Margin = new System.Windows.Forms.Padding(8, 6, 8, 6); |
this.lblPatchList.Margin = new System.Windows.Forms.Padding(8, 6, 8, 6); |
803 |
this.lblPatchList.Name = "lblPatchList"; |
this.lblPatchList.Name = "lblPatchList"; |
804 |
this.lblPatchList.Orientation = Utilities.TransparentControls.Label.Orientation.Vertical; |
this.lblPatchList.Orientation = Utilities.TransparentControls.Label.Orientation.Vertical; |
805 |
this.lblPatchList.Size = new System.Drawing.Size(37, 272); |
this.lblPatchList.Size = new System.Drawing.Size(37, 313); |
806 |
this.lblPatchList.TabIndex = 5; |
this.lblPatchList.TabIndex = 5; |
807 |
this.lblPatchList.Text = "Patch List"; |
this.lblPatchList.Text = "Patch List"; |
808 |
this.lblPatchList.TextAlign = Utilities.TransparentControls.Label.TextAlign.Center; |
this.lblPatchList.TextAlign = Utilities.TransparentControls.Label.TextAlign.Center; |
841 |
// |
// |
842 |
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); |
843 |
// |
// |
844 |
|
// lstResults |
845 |
|
// |
846 |
|
this.lstResults.AcceptedPlugin = null; |
847 |
|
this.lstResults.AcceptedProcess = null; |
848 |
|
this.lstResults.AllowColumnReorder = true; |
849 |
|
this.lstResults.ContextMenuStrip = this.mnuResults; |
850 |
|
this.lstResults.Dock = System.Windows.Forms.DockStyle.Fill; |
851 |
|
this.lstResults.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
852 |
|
this.lstResults.FullRowSelect = true; |
853 |
|
this.lstResults.HideSelection = false; |
854 |
|
this.lstResults.Location = new System.Drawing.Point(37, 0); |
855 |
|
this.lstResults.Name = "lstResults"; |
856 |
|
this.lstResults.OverrideDetailsViewByDefault = false; |
857 |
|
this.lstResults.ProcessID = 0; |
858 |
|
this.lstResults.Size = new System.Drawing.Size(709, 314); |
859 |
|
this.lstResults.TabIndex = 4; |
860 |
|
this.lstResults.UseCompatibleStateImageBehavior = false; |
861 |
|
this.lstResults.View = System.Windows.Forms.View.Details; |
862 |
|
// |
863 |
|
// lstPatchList |
864 |
|
// |
865 |
|
this.lstPatchList.AcceptedPlugin = null; |
866 |
|
this.lstPatchList.AcceptedProcess = null; |
867 |
|
this.lstPatchList.AllowColumnReorder = true; |
868 |
|
this.lstPatchList.ContextMenuStrip = this.mnuAddedResults; |
869 |
|
this.lstPatchList.Dock = System.Windows.Forms.DockStyle.Fill; |
870 |
|
this.lstPatchList.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
871 |
|
this.lstPatchList.FullRowSelect = true; |
872 |
|
this.lstPatchList.HideSelection = false; |
873 |
|
this.lstPatchList.Location = new System.Drawing.Point(37, 0); |
874 |
|
this.lstPatchList.Name = "lstPatchList"; |
875 |
|
this.lstPatchList.OverrideDetailsViewByDefault = false; |
876 |
|
this.lstPatchList.ProcessID = 0; |
877 |
|
this.lstPatchList.Size = new System.Drawing.Size(709, 243); |
878 |
|
this.lstPatchList.TabIndex = 5; |
879 |
|
this.lstPatchList.UseCompatibleStateImageBehavior = false; |
880 |
|
this.lstPatchList.View = System.Windows.Forms.View.Details; |
881 |
|
// |
882 |
// FloatingMemorySearcher |
// FloatingMemorySearcher |
883 |
// |
// |
884 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |