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(); |
this.lstResults = new System.Windows.Forms.AddressValuePairList(); |
68 |
|
this.mnuResults = new System.Windows.Forms.ContextMenuStrip(this.components); |
69 |
|
this.mnuItemAddToPatchList = new System.Windows.Forms.ToolStripMenuItem(); |
70 |
this.results_label_pnl = new System.Windows.Forms.Panel(); |
this.results_label_pnl = new System.Windows.Forms.Panel(); |
71 |
this.lblResultsList = new Utilities.TransparentControls.Label.TransDirectionalLabel(); |
this.lblResultsList = new Utilities.TransparentControls.Label.TransDirectionalLabel(); |
72 |
this.lstPatchList = new System.Windows.Forms.AddressValuePairList(); |
this.lstPatchList = new System.Windows.Forms.AddressValuePairList(); |
73 |
|
this.mnuAddedResults = new System.Windows.Forms.ContextMenuStrip(this.components); |
74 |
|
this.mnuItemRemoveResult = new System.Windows.Forms.ToolStripMenuItem(); |
75 |
|
this.mnuItemPatchSelectedEntry = new System.Windows.Forms.ToolStripMenuItem(); |
76 |
|
this.mnuItemPatchSelectedRange = new System.Windows.Forms.ToolStripMenuItem(); |
77 |
|
this.mnuItemFreezeSelectedPatches = new System.Windows.Forms.ToolStripMenuItem(); |
78 |
|
this.mnuItemThawSelectedPatches = new System.Windows.Forms.ToolStripMenuItem(); |
79 |
this.patch_tool_pnl = new System.Windows.Forms.Panel(); |
this.patch_tool_pnl = new System.Windows.Forms.Panel(); |
80 |
this.patch_tool_pnl_flow = new System.Windows.Forms.FlowLayoutPanel(); |
this.patch_tool_pnl_flow = new System.Windows.Forms.FlowLayoutPanel(); |
81 |
this.btnImportFile = new System.Windows.Forms.Button(); |
this.btnImportFile = new System.Windows.Forms.Button(); |
89 |
this.resultsprogress = new Utilities.TransparentControls.ProgressBarWithPercentageLabel(); |
this.resultsprogress = new Utilities.TransparentControls.ProgressBarWithPercentageLabel(); |
90 |
this.timer_update_results = new System.Windows.Forms.Timer(this.components); |
this.timer_update_results = new System.Windows.Forms.Timer(this.components); |
91 |
this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker(); |
this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker(); |
92 |
|
this.SearchWorkerThread = new System.ComponentModel.BackgroundWorker(); |
93 |
|
this.search_progress_updater = new System.Windows.Forms.Timer(this.components); |
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(); |
115 |
this.splitresultslist.Panel1.SuspendLayout(); |
this.splitresultslist.Panel1.SuspendLayout(); |
116 |
this.splitresultslist.Panel2.SuspendLayout(); |
this.splitresultslist.Panel2.SuspendLayout(); |
117 |
this.splitresultslist.SuspendLayout(); |
this.splitresultslist.SuspendLayout(); |
118 |
|
this.mnuResults.SuspendLayout(); |
119 |
this.results_label_pnl.SuspendLayout(); |
this.results_label_pnl.SuspendLayout(); |
120 |
|
this.mnuAddedResults.SuspendLayout(); |
121 |
this.patch_tool_pnl.SuspendLayout(); |
this.patch_tool_pnl.SuspendLayout(); |
122 |
this.patch_tool_pnl_flow.SuspendLayout(); |
this.patch_tool_pnl_flow.SuspendLayout(); |
123 |
this.patch_label_pnl.SuspendLayout(); |
this.patch_label_pnl.SuspendLayout(); |
376 |
this.grpCompareType.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
this.grpCompareType.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
377 |
this.grpCompareType.Name = "grpCompareType"; |
this.grpCompareType.Name = "grpCompareType"; |
378 |
this.grpCompareType.Padding = new System.Windows.Forms.Padding(5, 4, 5, 4); |
this.grpCompareType.Padding = new System.Windows.Forms.Padding(5, 4, 5, 4); |
379 |
this.grpCompareType.Size = new System.Drawing.Size(376, 59); |
this.grpCompareType.Size = new System.Drawing.Size(305, 77); |
380 |
this.grpCompareType.TabIndex = 3; |
this.grpCompareType.TabIndex = 3; |
381 |
this.grpCompareType.TabStop = false; |
this.grpCompareType.TabStop = false; |
382 |
this.grpCompareType.Text = "Compare Type"; |
this.grpCompareType.Text = "Compare Type"; |
396 |
this.comparetype_flow.Location = new System.Drawing.Point(5, 17); |
this.comparetype_flow.Location = new System.Drawing.Point(5, 17); |
397 |
this.comparetype_flow.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
this.comparetype_flow.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
398 |
this.comparetype_flow.Name = "comparetype_flow"; |
this.comparetype_flow.Name = "comparetype_flow"; |
399 |
this.comparetype_flow.Size = new System.Drawing.Size(366, 38); |
this.comparetype_flow.Size = new System.Drawing.Size(295, 56); |
400 |
this.comparetype_flow.TabIndex = 5; |
this.comparetype_flow.TabIndex = 5; |
401 |
// |
// |
402 |
// radiocompare_equal |
// radiocompare_equal |
474 |
// radiocompare_between |
// radiocompare_between |
475 |
// |
// |
476 |
this.radiocompare_between.AutoSize = true; |
this.radiocompare_between.AutoSize = true; |
477 |
this.radiocompare_between.Location = new System.Drawing.Point(272, 4); |
this.radiocompare_between.Location = new System.Drawing.Point(5, 29); |
478 |
this.radiocompare_between.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
this.radiocompare_between.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
479 |
this.radiocompare_between.Name = "radiocompare_between"; |
this.radiocompare_between.Name = "radiocompare_between"; |
480 |
this.radiocompare_between.Size = new System.Drawing.Size(37, 17); |
this.radiocompare_between.Size = new System.Drawing.Size(37, 17); |
486 |
// radiocompare_notbetween |
// radiocompare_notbetween |
487 |
// |
// |
488 |
this.radiocompare_notbetween.AutoSize = true; |
this.radiocompare_notbetween.AutoSize = true; |
489 |
this.radiocompare_notbetween.Location = new System.Drawing.Point(319, 4); |
this.radiocompare_notbetween.Location = new System.Drawing.Point(52, 29); |
490 |
this.radiocompare_notbetween.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
this.radiocompare_notbetween.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
491 |
this.radiocompare_notbetween.Name = "radiocompare_notbetween"; |
this.radiocompare_notbetween.Name = "radiocompare_notbetween"; |
492 |
this.radiocompare_notbetween.Size = new System.Drawing.Size(37, 17); |
this.radiocompare_notbetween.Size = new System.Drawing.Size(37, 17); |
518 |
this.btnSearch.TabIndex = 11; |
this.btnSearch.TabIndex = 11; |
519 |
this.btnSearch.Text = "Search"; |
this.btnSearch.Text = "Search"; |
520 |
this.btnSearch.UseVisualStyleBackColor = true; |
this.btnSearch.UseVisualStyleBackColor = true; |
521 |
|
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); |
522 |
// |
// |
523 |
// btnReset |
// btnReset |
524 |
// |
// |
549 |
// chkRefreshResults |
// chkRefreshResults |
550 |
// |
// |
551 |
this.chkRefreshResults.AutoSize = true; |
this.chkRefreshResults.AutoSize = true; |
|
this.chkRefreshResults.Checked = true; |
|
|
this.chkRefreshResults.CheckState = System.Windows.Forms.CheckState.Checked; |
|
552 |
this.chkRefreshResults.Location = new System.Drawing.Point(3, 35); |
this.chkRefreshResults.Location = new System.Drawing.Point(3, 35); |
553 |
this.chkRefreshResults.Name = "chkRefreshResults"; |
this.chkRefreshResults.Name = "chkRefreshResults"; |
554 |
this.chkRefreshResults.Size = new System.Drawing.Size(101, 17); |
this.chkRefreshResults.Size = new System.Drawing.Size(101, 17); |
600 |
// lstResults |
// lstResults |
601 |
// |
// |
602 |
this.lstResults.AllowColumnReorder = true; |
this.lstResults.AllowColumnReorder = true; |
603 |
|
this.lstResults.ContextMenuStrip = this.mnuResults; |
604 |
this.lstResults.Dock = System.Windows.Forms.DockStyle.Fill; |
this.lstResults.Dock = System.Windows.Forms.DockStyle.Fill; |
605 |
this.lstResults.FullRowSelect = true; |
this.lstResults.FullRowSelect = true; |
606 |
this.lstResults.HideSelection = false; |
this.lstResults.HideSelection = false; |
613 |
this.lstResults.UseCompatibleStateImageBehavior = false; |
this.lstResults.UseCompatibleStateImageBehavior = false; |
614 |
this.lstResults.View = System.Windows.Forms.View.Details; |
this.lstResults.View = System.Windows.Forms.View.Details; |
615 |
// |
// |
616 |
|
// mnuResults |
617 |
|
// |
618 |
|
this.mnuResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
619 |
|
this.mnuItemAddToPatchList}); |
620 |
|
this.mnuResults.Name = "mnuResults"; |
621 |
|
this.mnuResults.Size = new System.Drawing.Size(212, 26); |
622 |
|
// |
623 |
|
// mnuItemAddToPatchList |
624 |
|
// |
625 |
|
this.mnuItemAddToPatchList.Name = "mnuItemAddToPatchList"; |
626 |
|
this.mnuItemAddToPatchList.Size = new System.Drawing.Size(211, 22); |
627 |
|
this.mnuItemAddToPatchList.Text = "&Add Selected to Patch List"; |
628 |
|
this.mnuItemAddToPatchList.Click += new System.EventHandler(this.mnuItemAddToPatchList_Click); |
629 |
|
// |
630 |
// results_label_pnl |
// results_label_pnl |
631 |
// |
// |
632 |
this.results_label_pnl.Controls.Add(this.lblResultsList); |
this.results_label_pnl.Controls.Add(this.lblResultsList); |
653 |
// lstPatchList |
// lstPatchList |
654 |
// |
// |
655 |
this.lstPatchList.AllowColumnReorder = true; |
this.lstPatchList.AllowColumnReorder = true; |
656 |
|
this.lstPatchList.ContextMenuStrip = this.mnuAddedResults; |
657 |
this.lstPatchList.Dock = System.Windows.Forms.DockStyle.Fill; |
this.lstPatchList.Dock = System.Windows.Forms.DockStyle.Fill; |
658 |
this.lstPatchList.FullRowSelect = true; |
this.lstPatchList.FullRowSelect = true; |
659 |
this.lstPatchList.HideSelection = false; |
this.lstPatchList.HideSelection = false; |
666 |
this.lstPatchList.UseCompatibleStateImageBehavior = false; |
this.lstPatchList.UseCompatibleStateImageBehavior = false; |
667 |
this.lstPatchList.View = System.Windows.Forms.View.Details; |
this.lstPatchList.View = System.Windows.Forms.View.Details; |
668 |
// |
// |
669 |
|
// mnuAddedResults |
670 |
|
// |
671 |
|
this.mnuAddedResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
672 |
|
this.mnuItemRemoveResult, |
673 |
|
this.mnuItemPatchSelectedEntry, |
674 |
|
this.mnuItemPatchSelectedRange, |
675 |
|
this.mnuItemFreezeSelectedPatches, |
676 |
|
this.mnuItemThawSelectedPatches}); |
677 |
|
this.mnuAddedResults.Name = "mnuAddedResults"; |
678 |
|
this.mnuAddedResults.Size = new System.Drawing.Size(211, 136); |
679 |
|
// |
680 |
|
// mnuItemRemoveResult |
681 |
|
// |
682 |
|
this.mnuItemRemoveResult.Name = "mnuItemRemoveResult"; |
683 |
|
this.mnuItemRemoveResult.Size = new System.Drawing.Size(210, 22); |
684 |
|
this.mnuItemRemoveResult.Text = "&Remove Selected Patch(s)"; |
685 |
|
this.mnuItemRemoveResult.Click += new System.EventHandler(this.mnuItemRemoveResult_Click); |
686 |
|
// |
687 |
|
// mnuItemPatchSelectedEntry |
688 |
|
// |
689 |
|
this.mnuItemPatchSelectedEntry.Name = "mnuItemPatchSelectedEntry"; |
690 |
|
this.mnuItemPatchSelectedEntry.Size = new System.Drawing.Size(210, 22); |
691 |
|
this.mnuItemPatchSelectedEntry.Text = "&Patch Selected Entry"; |
692 |
|
this.mnuItemPatchSelectedEntry.Click += new System.EventHandler(this.mnuItemPatchSelectedEntry_Click); |
693 |
|
// |
694 |
|
// mnuItemPatchSelectedRange |
695 |
|
// |
696 |
|
this.mnuItemPatchSelectedRange.Name = "mnuItemPatchSelectedRange"; |
697 |
|
this.mnuItemPatchSelectedRange.Size = new System.Drawing.Size(210, 22); |
698 |
|
this.mnuItemPatchSelectedRange.Text = "Patch Selected &Range"; |
699 |
|
this.mnuItemPatchSelectedRange.Click += new System.EventHandler(this.mnuItemPatchSelectedRange_Click); |
700 |
|
// |
701 |
|
// mnuItemFreezeSelectedPatches |
702 |
|
// |
703 |
|
this.mnuItemFreezeSelectedPatches.Name = "mnuItemFreezeSelectedPatches"; |
704 |
|
this.mnuItemFreezeSelectedPatches.Size = new System.Drawing.Size(210, 22); |
705 |
|
this.mnuItemFreezeSelectedPatches.Text = "&Freeze Selected Patch(s)"; |
706 |
|
this.mnuItemFreezeSelectedPatches.Click += new System.EventHandler(this.mnuItemFreezeSelectedPatches_Click); |
707 |
|
// |
708 |
|
// mnuItemThawSelectedPatches |
709 |
|
// |
710 |
|
this.mnuItemThawSelectedPatches.Name = "mnuItemThawSelectedPatches"; |
711 |
|
this.mnuItemThawSelectedPatches.Size = new System.Drawing.Size(210, 22); |
712 |
|
this.mnuItemThawSelectedPatches.Text = "&Thaw Selected Patch(s)"; |
713 |
|
this.mnuItemThawSelectedPatches.Click += new System.EventHandler(this.mnuItemThawSelectedPatches_Click); |
714 |
|
// |
715 |
// patch_tool_pnl |
// patch_tool_pnl |
716 |
// |
// |
717 |
this.patch_tool_pnl.Controls.Add(this.patch_tool_pnl_flow); |
this.patch_tool_pnl.Controls.Add(this.patch_tool_pnl_flow); |
859 |
this.ResultsUpdateWorkerThread.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ResultsUpdateWorkerThread_DoWork); |
this.ResultsUpdateWorkerThread.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ResultsUpdateWorkerThread_DoWork); |
860 |
this.ResultsUpdateWorkerThread.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.ResultsUpdateWorkerThread_RunWorkerCompleted); |
this.ResultsUpdateWorkerThread.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.ResultsUpdateWorkerThread_RunWorkerCompleted); |
861 |
// |
// |
862 |
|
// SearchWorkerThread |
863 |
|
// |
864 |
|
this.SearchWorkerThread.WorkerReportsProgress = true; |
865 |
|
this.SearchWorkerThread.WorkerSupportsCancellation = true; |
866 |
|
this.SearchWorkerThread.DoWork += new System.ComponentModel.DoWorkEventHandler(this.SearchWorkerThread_DoWork); |
867 |
|
this.SearchWorkerThread.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.SearchWorkerThread_ProgressChanged); |
868 |
|
this.SearchWorkerThread.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.SearchWorkerThread_RunWorkerCompleted); |
869 |
|
// |
870 |
|
// search_progress_updater |
871 |
|
// |
872 |
|
this.search_progress_updater.Tick += new System.EventHandler(this.search_progress_updater_Tick); |
873 |
|
// |
874 |
// FloatingMemorySearcher |
// FloatingMemorySearcher |
875 |
// |
// |
876 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
910 |
this.splitresultslist.Panel2.ResumeLayout(false); |
this.splitresultslist.Panel2.ResumeLayout(false); |
911 |
((System.ComponentModel.ISupportInitialize)(this.splitresultslist)).EndInit(); |
((System.ComponentModel.ISupportInitialize)(this.splitresultslist)).EndInit(); |
912 |
this.splitresultslist.ResumeLayout(false); |
this.splitresultslist.ResumeLayout(false); |
913 |
|
this.mnuResults.ResumeLayout(false); |
914 |
this.results_label_pnl.ResumeLayout(false); |
this.results_label_pnl.ResumeLayout(false); |
915 |
|
this.mnuAddedResults.ResumeLayout(false); |
916 |
this.patch_tool_pnl.ResumeLayout(false); |
this.patch_tool_pnl.ResumeLayout(false); |
917 |
this.patch_tool_pnl_flow.ResumeLayout(false); |
this.patch_tool_pnl_flow.ResumeLayout(false); |
918 |
this.patch_tool_pnl_flow.PerformLayout(); |
this.patch_tool_pnl_flow.PerformLayout(); |
975 |
private Utilities.TransparentControls.ProgressBarWithPercentageLabel resultsprogress; |
private Utilities.TransparentControls.ProgressBarWithPercentageLabel resultsprogress; |
976 |
private System.Windows.Forms.AddressValuePairList lstResults; |
private System.Windows.Forms.AddressValuePairList lstResults; |
977 |
private System.Windows.Forms.AddressValuePairList lstPatchList; |
private System.Windows.Forms.AddressValuePairList lstPatchList; |
978 |
|
private System.Windows.Forms.ContextMenuStrip mnuAddedResults; |
979 |
|
private System.Windows.Forms.ToolStripMenuItem mnuItemRemoveResult; |
980 |
|
private System.Windows.Forms.ToolStripMenuItem mnuItemPatchSelectedEntry; |
981 |
|
private System.Windows.Forms.ToolStripMenuItem mnuItemPatchSelectedRange; |
982 |
|
private System.Windows.Forms.ToolStripMenuItem mnuItemFreezeSelectedPatches; |
983 |
|
private System.Windows.Forms.ToolStripMenuItem mnuItemThawSelectedPatches; |
984 |
|
private System.Windows.Forms.ContextMenuStrip mnuResults; |
985 |
|
private System.Windows.Forms.ToolStripMenuItem mnuItemAddToPatchList; |
986 |
|
private System.ComponentModel.BackgroundWorker SearchWorkerThread; |
987 |
|
private System.Windows.Forms.Timer search_progress_updater; |
988 |
} |
} |
989 |
} |
} |