Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Docking/FloatingMemorySearcher.Designer.cs 2012/06/02 18:31:40 229 +++ trunk/RomCheater/Docking/FloatingMemorySearcher.Designer.cs 2012/06/02 19:12:20 230 @@ -65,9 +65,17 @@ this.splitresults = new System.Windows.Forms.SplitContainer(); this.splitresultslist = new System.Windows.Forms.SplitContainer(); this.lstResults = new System.Windows.Forms.AddressValuePairList(); + this.mnuResults = new System.Windows.Forms.ContextMenuStrip(this.components); + this.mnuItemAddToPatchList = new System.Windows.Forms.ToolStripMenuItem(); this.results_label_pnl = new System.Windows.Forms.Panel(); this.lblResultsList = new Utilities.TransparentControls.Label.TransDirectionalLabel(); this.lstPatchList = new System.Windows.Forms.AddressValuePairList(); + this.mnuAddedResults = new System.Windows.Forms.ContextMenuStrip(this.components); + this.mnuItemRemoveResult = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemPatchSelectedEntry = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemPatchSelectedRange = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemFreezeSelectedPatches = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemThawSelectedPatches = new System.Windows.Forms.ToolStripMenuItem(); this.patch_tool_pnl = new System.Windows.Forms.Panel(); this.patch_tool_pnl_flow = new System.Windows.Forms.FlowLayoutPanel(); this.btnImportFile = new System.Windows.Forms.Button(); @@ -81,6 +89,8 @@ this.resultsprogress = new Utilities.TransparentControls.ProgressBarWithPercentageLabel(); this.timer_update_results = new System.Windows.Forms.Timer(this.components); this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker(); + this.SearchWorkerThread = new System.ComponentModel.BackgroundWorker(); + this.search_progress_updater = new System.Windows.Forms.Timer(this.components); ((System.ComponentModel.ISupportInitialize)(this.mainsplit)).BeginInit(); this.mainsplit.Panel1.SuspendLayout(); this.mainsplit.Panel2.SuspendLayout(); @@ -105,7 +115,9 @@ this.splitresultslist.Panel1.SuspendLayout(); this.splitresultslist.Panel2.SuspendLayout(); this.splitresultslist.SuspendLayout(); + this.mnuResults.SuspendLayout(); this.results_label_pnl.SuspendLayout(); + this.mnuAddedResults.SuspendLayout(); this.patch_tool_pnl.SuspendLayout(); this.patch_tool_pnl_flow.SuspendLayout(); this.patch_label_pnl.SuspendLayout(); @@ -364,7 +376,7 @@ this.grpCompareType.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.grpCompareType.Name = "grpCompareType"; this.grpCompareType.Padding = new System.Windows.Forms.Padding(5, 4, 5, 4); - this.grpCompareType.Size = new System.Drawing.Size(376, 59); + this.grpCompareType.Size = new System.Drawing.Size(305, 77); this.grpCompareType.TabIndex = 3; this.grpCompareType.TabStop = false; this.grpCompareType.Text = "Compare Type"; @@ -384,7 +396,7 @@ this.comparetype_flow.Location = new System.Drawing.Point(5, 17); this.comparetype_flow.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.comparetype_flow.Name = "comparetype_flow"; - this.comparetype_flow.Size = new System.Drawing.Size(366, 38); + this.comparetype_flow.Size = new System.Drawing.Size(295, 56); this.comparetype_flow.TabIndex = 5; // // radiocompare_equal @@ -462,7 +474,7 @@ // radiocompare_between // this.radiocompare_between.AutoSize = true; - this.radiocompare_between.Location = new System.Drawing.Point(272, 4); + this.radiocompare_between.Location = new System.Drawing.Point(5, 29); this.radiocompare_between.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.radiocompare_between.Name = "radiocompare_between"; this.radiocompare_between.Size = new System.Drawing.Size(37, 17); @@ -474,7 +486,7 @@ // radiocompare_notbetween // this.radiocompare_notbetween.AutoSize = true; - this.radiocompare_notbetween.Location = new System.Drawing.Point(319, 4); + this.radiocompare_notbetween.Location = new System.Drawing.Point(52, 29); this.radiocompare_notbetween.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.radiocompare_notbetween.Name = "radiocompare_notbetween"; this.radiocompare_notbetween.Size = new System.Drawing.Size(37, 17); @@ -506,6 +518,7 @@ this.btnSearch.TabIndex = 11; this.btnSearch.Text = "Search"; this.btnSearch.UseVisualStyleBackColor = true; + this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // btnReset // @@ -536,8 +549,6 @@ // chkRefreshResults // this.chkRefreshResults.AutoSize = true; - this.chkRefreshResults.Checked = true; - this.chkRefreshResults.CheckState = System.Windows.Forms.CheckState.Checked; this.chkRefreshResults.Location = new System.Drawing.Point(3, 35); this.chkRefreshResults.Name = "chkRefreshResults"; this.chkRefreshResults.Size = new System.Drawing.Size(101, 17); @@ -589,6 +600,7 @@ // lstResults // 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; @@ -601,6 +613,20 @@ this.lstResults.UseCompatibleStateImageBehavior = false; this.lstResults.View = System.Windows.Forms.View.Details; // + // mnuResults + // + this.mnuResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.mnuItemAddToPatchList}); + this.mnuResults.Name = "mnuResults"; + this.mnuResults.Size = new System.Drawing.Size(212, 26); + // + // mnuItemAddToPatchList + // + this.mnuItemAddToPatchList.Name = "mnuItemAddToPatchList"; + this.mnuItemAddToPatchList.Size = new System.Drawing.Size(211, 22); + this.mnuItemAddToPatchList.Text = "&Add Selected to Patch List"; + this.mnuItemAddToPatchList.Click += new System.EventHandler(this.mnuItemAddToPatchList_Click); + // // results_label_pnl // this.results_label_pnl.Controls.Add(this.lblResultsList); @@ -627,6 +653,7 @@ // lstPatchList // 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; @@ -639,6 +666,52 @@ this.lstPatchList.UseCompatibleStateImageBehavior = false; this.lstPatchList.View = System.Windows.Forms.View.Details; // + // mnuAddedResults + // + this.mnuAddedResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.mnuItemRemoveResult, + this.mnuItemPatchSelectedEntry, + this.mnuItemPatchSelectedRange, + this.mnuItemFreezeSelectedPatches, + this.mnuItemThawSelectedPatches}); + this.mnuAddedResults.Name = "mnuAddedResults"; + this.mnuAddedResults.Size = new System.Drawing.Size(211, 136); + // + // mnuItemRemoveResult + // + this.mnuItemRemoveResult.Name = "mnuItemRemoveResult"; + this.mnuItemRemoveResult.Size = new System.Drawing.Size(210, 22); + this.mnuItemRemoveResult.Text = "&Remove Selected Patch(s)"; + this.mnuItemRemoveResult.Click += new System.EventHandler(this.mnuItemRemoveResult_Click); + // + // mnuItemPatchSelectedEntry + // + this.mnuItemPatchSelectedEntry.Name = "mnuItemPatchSelectedEntry"; + this.mnuItemPatchSelectedEntry.Size = new System.Drawing.Size(210, 22); + this.mnuItemPatchSelectedEntry.Text = "&Patch Selected Entry"; + this.mnuItemPatchSelectedEntry.Click += new System.EventHandler(this.mnuItemPatchSelectedEntry_Click); + // + // mnuItemPatchSelectedRange + // + this.mnuItemPatchSelectedRange.Name = "mnuItemPatchSelectedRange"; + this.mnuItemPatchSelectedRange.Size = new System.Drawing.Size(210, 22); + this.mnuItemPatchSelectedRange.Text = "Patch Selected &Range"; + this.mnuItemPatchSelectedRange.Click += new System.EventHandler(this.mnuItemPatchSelectedRange_Click); + // + // mnuItemFreezeSelectedPatches + // + this.mnuItemFreezeSelectedPatches.Name = "mnuItemFreezeSelectedPatches"; + this.mnuItemFreezeSelectedPatches.Size = new System.Drawing.Size(210, 22); + this.mnuItemFreezeSelectedPatches.Text = "&Freeze Selected Patch(s)"; + this.mnuItemFreezeSelectedPatches.Click += new System.EventHandler(this.mnuItemFreezeSelectedPatches_Click); + // + // mnuItemThawSelectedPatches + // + this.mnuItemThawSelectedPatches.Name = "mnuItemThawSelectedPatches"; + this.mnuItemThawSelectedPatches.Size = new System.Drawing.Size(210, 22); + this.mnuItemThawSelectedPatches.Text = "&Thaw Selected Patch(s)"; + this.mnuItemThawSelectedPatches.Click += new System.EventHandler(this.mnuItemThawSelectedPatches_Click); + // // patch_tool_pnl // this.patch_tool_pnl.Controls.Add(this.patch_tool_pnl_flow); @@ -786,6 +859,18 @@ this.ResultsUpdateWorkerThread.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ResultsUpdateWorkerThread_DoWork); this.ResultsUpdateWorkerThread.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.ResultsUpdateWorkerThread_RunWorkerCompleted); // + // SearchWorkerThread + // + this.SearchWorkerThread.WorkerReportsProgress = true; + this.SearchWorkerThread.WorkerSupportsCancellation = true; + this.SearchWorkerThread.DoWork += new System.ComponentModel.DoWorkEventHandler(this.SearchWorkerThread_DoWork); + this.SearchWorkerThread.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.SearchWorkerThread_ProgressChanged); + this.SearchWorkerThread.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.SearchWorkerThread_RunWorkerCompleted); + // + // search_progress_updater + // + this.search_progress_updater.Tick += new System.EventHandler(this.search_progress_updater_Tick); + // // FloatingMemorySearcher // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -825,7 +910,9 @@ this.splitresultslist.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitresultslist)).EndInit(); this.splitresultslist.ResumeLayout(false); + this.mnuResults.ResumeLayout(false); this.results_label_pnl.ResumeLayout(false); + this.mnuAddedResults.ResumeLayout(false); this.patch_tool_pnl.ResumeLayout(false); this.patch_tool_pnl_flow.ResumeLayout(false); this.patch_tool_pnl_flow.PerformLayout(); @@ -888,5 +975,15 @@ private Utilities.TransparentControls.ProgressBarWithPercentageLabel resultsprogress; private System.Windows.Forms.AddressValuePairList lstResults; private System.Windows.Forms.AddressValuePairList lstPatchList; + private System.Windows.Forms.ContextMenuStrip mnuAddedResults; + private System.Windows.Forms.ToolStripMenuItem mnuItemRemoveResult; + private System.Windows.Forms.ToolStripMenuItem mnuItemPatchSelectedEntry; + private System.Windows.Forms.ToolStripMenuItem mnuItemPatchSelectedRange; + private System.Windows.Forms.ToolStripMenuItem mnuItemFreezeSelectedPatches; + private System.Windows.Forms.ToolStripMenuItem mnuItemThawSelectedPatches; + private System.Windows.Forms.ContextMenuStrip mnuResults; + private System.Windows.Forms.ToolStripMenuItem mnuItemAddToPatchList; + private System.ComponentModel.BackgroundWorker SearchWorkerThread; + private System.Windows.Forms.Timer search_progress_updater; } } \ No newline at end of file
ViewVC Help | |
Powered by ViewVC 1.1.22 |