35 |
this.compare_flow = new System.Windows.Forms.FlowLayoutPanel(); |
this.compare_flow = new System.Windows.Forms.FlowLayoutPanel(); |
36 |
this.grpMemorySearchRange = new System.Windows.Forms.GroupBox(); |
this.grpMemorySearchRange = new System.Windows.Forms.GroupBox(); |
37 |
this.grpMemorySearchRange_flow = new System.Windows.Forms.FlowLayoutPanel(); |
this.grpMemorySearchRange_flow = new System.Windows.Forms.FlowLayoutPanel(); |
38 |
this.lblMemoryStart = new System.Windows.Forms.Label(); |
this.lblMemoryRangeStart = new System.Windows.Forms.Label(); |
39 |
this.lblMemorySize = new System.Windows.Forms.Label(); |
this.txtMemoryRangeStart = new System.Windows.Forms.MaskedHexBox(); |
40 |
|
this.lblMemoryRangeSize = new System.Windows.Forms.Label(); |
41 |
|
this.txtMemoryRangeSize = new System.Windows.Forms.MaskedHexBox(); |
42 |
this.chkMemoryRangeExpertMode = new System.Windows.Forms.CheckBox(); |
this.chkMemoryRangeExpertMode = new System.Windows.Forms.CheckBox(); |
43 |
this.grpDataType = new System.Windows.Forms.GroupBox(); |
this.grpDataType = new System.Windows.Forms.GroupBox(); |
44 |
this.datatype_flow = new System.Windows.Forms.FlowLayoutPanel(); |
this.datatype_flow = new System.Windows.Forms.FlowLayoutPanel(); |
52 |
this.radio_oldvalue = new System.Windows.Forms.RadioButton(); |
this.radio_oldvalue = new System.Windows.Forms.RadioButton(); |
53 |
this.radio_specificvalue = new System.Windows.Forms.RadioButton(); |
this.radio_specificvalue = new System.Windows.Forms.RadioButton(); |
54 |
this.lblStart = new System.Windows.Forms.Label(); |
this.lblStart = new System.Windows.Forms.Label(); |
55 |
|
this.txtStartAddr = new System.Windows.Forms.MaskedHexBox(); |
56 |
this.lblEnd = new System.Windows.Forms.Label(); |
this.lblEnd = new System.Windows.Forms.Label(); |
57 |
|
this.txtEndAddr = new System.Windows.Forms.MaskedHexBox(); |
58 |
this.grpCompareType = new System.Windows.Forms.GroupBox(); |
this.grpCompareType = new System.Windows.Forms.GroupBox(); |
59 |
this.comparetype_flow = new System.Windows.Forms.FlowLayoutPanel(); |
this.comparetype_flow = new System.Windows.Forms.FlowLayoutPanel(); |
60 |
this.radiocompare_equal = new System.Windows.Forms.RadioButton(); |
this.radiocompare_equal = new System.Windows.Forms.RadioButton(); |
72 |
this.chkRefreshResults = new System.Windows.Forms.CheckBox(); |
this.chkRefreshResults = new System.Windows.Forms.CheckBox(); |
73 |
this.splitresults = new System.Windows.Forms.SplitContainer(); |
this.splitresults = new System.Windows.Forms.SplitContainer(); |
74 |
this.splitresultslist = new System.Windows.Forms.SplitContainer(); |
this.splitresultslist = new System.Windows.Forms.SplitContainer(); |
75 |
|
this.lstResults = new System.Windows.Forms.AddressValuePairList(); |
76 |
this.mnuResults = new System.Windows.Forms.ContextMenuStrip(this.components); |
this.mnuResults = new System.Windows.Forms.ContextMenuStrip(this.components); |
77 |
this.mnuItemAddToPatchList = new System.Windows.Forms.ToolStripMenuItem(); |
this.mnuItemAddToPatchList = new System.Windows.Forms.ToolStripMenuItem(); |
78 |
this.mnuItemResultsListViewMemoryRegion = new System.Windows.Forms.ToolStripMenuItem(); |
this.mnuItemResultsListViewMemoryRegion = new System.Windows.Forms.ToolStripMenuItem(); |
79 |
this.results_label_pnl = new System.Windows.Forms.Panel(); |
this.results_label_pnl = new System.Windows.Forms.Panel(); |
80 |
this.lblResultsList = new Utilities.TransparentControls.Label.TransDirectionalLabel(); |
this.lblResultsList = new Utilities.TransparentControls.Label.TransDirectionalLabel(); |
81 |
|
this.lstPatchList = new System.Windows.Forms.AddressValuePairList(); |
82 |
this.mnuAddedResults = new System.Windows.Forms.ContextMenuStrip(this.components); |
this.mnuAddedResults = new System.Windows.Forms.ContextMenuStrip(this.components); |
83 |
this.mnuItemRemoveResult = new System.Windows.Forms.ToolStripMenuItem(); |
this.mnuItemRemoveResult = new System.Windows.Forms.ToolStripMenuItem(); |
84 |
this.mnuItemPatchSelectedEntry = new System.Windows.Forms.ToolStripMenuItem(); |
this.mnuItemPatchSelectedEntry = new System.Windows.Forms.ToolStripMenuItem(); |
101 |
this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker(); |
this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker(); |
102 |
this.SearchWorkerThread = new System.ComponentModel.BackgroundWorker(); |
this.SearchWorkerThread = new System.ComponentModel.BackgroundWorker(); |
103 |
this.search_progress_updater = new System.Windows.Forms.Timer(this.components); |
this.search_progress_updater = new System.Windows.Forms.Timer(this.components); |
|
this.txtMemoryStart = new System.Windows.Forms.MaskedHexBox(); |
|
|
this.txtMemorySize = new System.Windows.Forms.MaskedHexBox(); |
|
|
this.txtStartAddr = new System.Windows.Forms.MaskedHexBox(); |
|
|
this.txtEndAddr = new System.Windows.Forms.MaskedHexBox(); |
|
|
this.lstResults = new System.Windows.Forms.AddressValuePairList(); |
|
|
this.lstPatchList = new System.Windows.Forms.AddressValuePairList(); |
|
104 |
((System.ComponentModel.ISupportInitialize)(this.mainsplit)).BeginInit(); |
((System.ComponentModel.ISupportInitialize)(this.mainsplit)).BeginInit(); |
105 |
this.mainsplit.Panel1.SuspendLayout(); |
this.mainsplit.Panel1.SuspendLayout(); |
106 |
this.mainsplit.Panel2.SuspendLayout(); |
this.mainsplit.Panel2.SuspendLayout(); |
202 |
this.grpMemorySearchRange_flow.AutoSize = true; |
this.grpMemorySearchRange_flow.AutoSize = true; |
203 |
this.grpMemorySearchRange_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
this.grpMemorySearchRange_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
204 |
this.grpMemorySearchRange_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
this.grpMemorySearchRange_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
205 |
this.grpMemorySearchRange_flow.Controls.Add(this.lblMemoryStart); |
this.grpMemorySearchRange_flow.Controls.Add(this.lblMemoryRangeStart); |
206 |
this.grpMemorySearchRange_flow.Controls.Add(this.txtMemoryStart); |
this.grpMemorySearchRange_flow.Controls.Add(this.txtMemoryRangeStart); |
207 |
this.grpMemorySearchRange_flow.Controls.Add(this.lblMemorySize); |
this.grpMemorySearchRange_flow.Controls.Add(this.lblMemoryRangeSize); |
208 |
this.grpMemorySearchRange_flow.Controls.Add(this.txtMemorySize); |
this.grpMemorySearchRange_flow.Controls.Add(this.txtMemoryRangeSize); |
209 |
this.grpMemorySearchRange_flow.Controls.Add(this.chkMemoryRangeExpertMode); |
this.grpMemorySearchRange_flow.Controls.Add(this.chkMemoryRangeExpertMode); |
210 |
this.grpMemorySearchRange_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
this.grpMemorySearchRange_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
211 |
this.grpMemorySearchRange_flow.Location = new System.Drawing.Point(3, 16); |
this.grpMemorySearchRange_flow.Location = new System.Drawing.Point(3, 16); |
213 |
this.grpMemorySearchRange_flow.Size = new System.Drawing.Size(223, 79); |
this.grpMemorySearchRange_flow.Size = new System.Drawing.Size(223, 79); |
214 |
this.grpMemorySearchRange_flow.TabIndex = 6; |
this.grpMemorySearchRange_flow.TabIndex = 6; |
215 |
// |
// |
216 |
// lblMemoryStart |
// lblMemoryRangeStart |
217 |
// |
// |
218 |
this.lblMemoryStart.AutoSize = true; |
this.lblMemoryRangeStart.AutoSize = true; |
219 |
this.lblMemoryStart.Location = new System.Drawing.Point(3, 0); |
this.lblMemoryRangeStart.Location = new System.Drawing.Point(3, 0); |
220 |
this.lblMemoryStart.Name = "lblMemoryStart"; |
this.lblMemoryRangeStart.Name = "lblMemoryRangeStart"; |
221 |
this.lblMemoryStart.Size = new System.Drawing.Size(32, 13); |
this.lblMemoryRangeStart.Size = new System.Drawing.Size(32, 13); |
222 |
this.lblMemoryStart.TabIndex = 9; |
this.lblMemoryRangeStart.TabIndex = 9; |
223 |
this.lblMemoryStart.Text = "Start:"; |
this.lblMemoryRangeStart.Text = "Start:"; |
224 |
// |
// |
225 |
// lblMemorySize |
// txtMemoryRangeStart |
226 |
// |
// |
227 |
this.lblMemorySize.AutoSize = true; |
this.txtMemoryRangeStart.AutoSize = true; |
228 |
this.lblMemorySize.Location = new System.Drawing.Point(3, 26); |
this.txtMemoryRangeStart.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
229 |
this.lblMemorySize.Name = "lblMemorySize"; |
this.txtMemoryRangeStart.BackColor = System.Drawing.Color.White; |
230 |
this.lblMemorySize.Size = new System.Drawing.Size(33, 13); |
this.grpMemorySearchRange_flow.SetFlowBreak(this.txtMemoryRangeStart, true); |
231 |
this.lblMemorySize.TabIndex = 10; |
this.txtMemoryRangeStart.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
232 |
this.lblMemorySize.Text = " Size:"; |
this.txtMemoryRangeStart.isAddressMask = true; |
233 |
|
this.txtMemoryRangeStart.Location = new System.Drawing.Point(38, 0); |
234 |
|
this.txtMemoryRangeStart.Margin = new System.Windows.Forms.Padding(0); |
235 |
|
this.txtMemoryRangeStart.MaxLength = 16; |
236 |
|
this.txtMemoryRangeStart.Name = "txtMemoryRangeStart"; |
237 |
|
this.txtMemoryRangeStart.ReadOnly = true; |
238 |
|
this.txtMemoryRangeStart.Size = new System.Drawing.Size(181, 26); |
239 |
|
this.txtMemoryRangeStart.TabIndex = 7; |
240 |
|
this.txtMemoryRangeStart.TextLength = 8; |
241 |
|
this.txtMemoryRangeStart.Value = ((long)(0)); |
242 |
|
this.txtMemoryRangeStart.ValueChanged += new System.EventHandler<System.Windows.Forms.ValueChangedEventArgs>(this.txtMemoryRangeStart_ValueChanged); |
243 |
|
// |
244 |
|
// lblMemoryRangeSize |
245 |
|
// |
246 |
|
this.lblMemoryRangeSize.AutoSize = true; |
247 |
|
this.lblMemoryRangeSize.Location = new System.Drawing.Point(3, 26); |
248 |
|
this.lblMemoryRangeSize.Name = "lblMemoryRangeSize"; |
249 |
|
this.lblMemoryRangeSize.Size = new System.Drawing.Size(33, 13); |
250 |
|
this.lblMemoryRangeSize.TabIndex = 10; |
251 |
|
this.lblMemoryRangeSize.Text = " Size:"; |
252 |
|
// |
253 |
|
// txtMemoryRangeSize |
254 |
|
// |
255 |
|
this.txtMemoryRangeSize.AutoSize = true; |
256 |
|
this.txtMemoryRangeSize.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
257 |
|
this.txtMemoryRangeSize.BackColor = System.Drawing.Color.White; |
258 |
|
this.grpMemorySearchRange_flow.SetFlowBreak(this.txtMemoryRangeSize, true); |
259 |
|
this.txtMemoryRangeSize.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
260 |
|
this.txtMemoryRangeSize.isAddressMask = true; |
261 |
|
this.txtMemoryRangeSize.Location = new System.Drawing.Point(39, 26); |
262 |
|
this.txtMemoryRangeSize.Margin = new System.Windows.Forms.Padding(0); |
263 |
|
this.txtMemoryRangeSize.MaxLength = 16; |
264 |
|
this.txtMemoryRangeSize.Name = "txtMemoryRangeSize"; |
265 |
|
this.txtMemoryRangeSize.ReadOnly = true; |
266 |
|
this.txtMemoryRangeSize.Size = new System.Drawing.Size(180, 26); |
267 |
|
this.txtMemoryRangeSize.TabIndex = 8; |
268 |
|
this.txtMemoryRangeSize.TextLength = 8; |
269 |
|
this.txtMemoryRangeSize.Value = ((long)(0)); |
270 |
|
this.txtMemoryRangeSize.ValueChanged += new System.EventHandler<System.Windows.Forms.ValueChangedEventArgs>(this.txtMemoryRangeSize_ValueChanged); |
271 |
// |
// |
272 |
// chkMemoryRangeExpertMode |
// chkMemoryRangeExpertMode |
273 |
// |
// |
434 |
this.lblStart.TabIndex = 7; |
this.lblStart.TabIndex = 7; |
435 |
this.lblStart.Text = "Start:"; |
this.lblStart.Text = "Start:"; |
436 |
// |
// |
437 |
|
// txtStartAddr |
438 |
|
// |
439 |
|
this.txtStartAddr.AutoSize = true; |
440 |
|
this.txtStartAddr.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
441 |
|
this.txtStartAddr.BackColor = System.Drawing.Color.White; |
442 |
|
this.comparevalue_flow.SetFlowBreak(this.txtStartAddr, true); |
443 |
|
this.txtStartAddr.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
444 |
|
this.txtStartAddr.isAddressMask = true; |
445 |
|
this.txtStartAddr.Location = new System.Drawing.Point(38, 25); |
446 |
|
this.txtStartAddr.Margin = new System.Windows.Forms.Padding(0); |
447 |
|
this.txtStartAddr.MaxLength = 16; |
448 |
|
this.txtStartAddr.Name = "txtStartAddr"; |
449 |
|
this.txtStartAddr.ReadOnly = true; |
450 |
|
this.txtStartAddr.Size = new System.Drawing.Size(250, 26); |
451 |
|
this.txtStartAddr.TabIndex = 5; |
452 |
|
this.txtStartAddr.TextLength = 8; |
453 |
|
this.txtStartAddr.Value = ((long)(0)); |
454 |
|
// |
455 |
// lblEnd |
// lblEnd |
456 |
// |
// |
457 |
this.lblEnd.AutoSize = true; |
this.lblEnd.AutoSize = true; |
461 |
this.lblEnd.TabIndex = 8; |
this.lblEnd.TabIndex = 8; |
462 |
this.lblEnd.Text = "End:"; |
this.lblEnd.Text = "End:"; |
463 |
// |
// |
464 |
|
// txtEndAddr |
465 |
|
// |
466 |
|
this.txtEndAddr.AutoSize = true; |
467 |
|
this.txtEndAddr.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
468 |
|
this.txtEndAddr.BackColor = System.Drawing.Color.White; |
469 |
|
this.txtEndAddr.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
470 |
|
this.txtEndAddr.isAddressMask = true; |
471 |
|
this.txtEndAddr.Location = new System.Drawing.Point(35, 51); |
472 |
|
this.txtEndAddr.Margin = new System.Windows.Forms.Padding(0); |
473 |
|
this.txtEndAddr.MaxLength = 16; |
474 |
|
this.txtEndAddr.Name = "txtEndAddr"; |
475 |
|
this.txtEndAddr.ReadOnly = true; |
476 |
|
this.txtEndAddr.Size = new System.Drawing.Size(253, 26); |
477 |
|
this.txtEndAddr.TabIndex = 6; |
478 |
|
this.txtEndAddr.TextLength = 8; |
479 |
|
this.txtEndAddr.Value = ((long)(0)); |
480 |
|
// |
481 |
// grpCompareType |
// grpCompareType |
482 |
// |
// |
483 |
this.grpCompareType.Controls.Add(this.comparetype_flow); |
this.grpCompareType.Controls.Add(this.comparetype_flow); |
708 |
this.splitresultslist.SplitterDistance = 314; |
this.splitresultslist.SplitterDistance = 314; |
709 |
this.splitresultslist.TabIndex = 4; |
this.splitresultslist.TabIndex = 4; |
710 |
// |
// |
711 |
|
// lstResults |
712 |
|
// |
713 |
|
this.lstResults.AcceptedPlugin = null; |
714 |
|
this.lstResults.AcceptedProcess = null; |
715 |
|
this.lstResults.AllowColumnReorder = true; |
716 |
|
this.lstResults.ContextMenuStrip = this.mnuResults; |
717 |
|
this.lstResults.Dock = System.Windows.Forms.DockStyle.Fill; |
718 |
|
this.lstResults.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
719 |
|
this.lstResults.FullRowSelect = true; |
720 |
|
this.lstResults.HideSelection = false; |
721 |
|
this.lstResults.Location = new System.Drawing.Point(37, 0); |
722 |
|
this.lstResults.Name = "lstResults"; |
723 |
|
this.lstResults.OverrideDetailsViewByDefault = false; |
724 |
|
this.lstResults.ProcessID = 0; |
725 |
|
this.lstResults.Size = new System.Drawing.Size(709, 314); |
726 |
|
this.lstResults.TabIndex = 4; |
727 |
|
this.lstResults.UseCompatibleStateImageBehavior = false; |
728 |
|
this.lstResults.View = System.Windows.Forms.View.Details; |
729 |
|
// |
730 |
// mnuResults |
// mnuResults |
731 |
// |
// |
732 |
this.mnuResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
this.mnuResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
773 |
this.lblResultsList.Text = "Results List"; |
this.lblResultsList.Text = "Results List"; |
774 |
this.lblResultsList.TextAlign = Utilities.TransparentControls.Label.TextAlign.Center; |
this.lblResultsList.TextAlign = Utilities.TransparentControls.Label.TextAlign.Center; |
775 |
// |
// |
776 |
|
// lstPatchList |
777 |
|
// |
778 |
|
this.lstPatchList.AcceptedPlugin = null; |
779 |
|
this.lstPatchList.AcceptedProcess = null; |
780 |
|
this.lstPatchList.AllowColumnReorder = true; |
781 |
|
this.lstPatchList.ContextMenuStrip = this.mnuAddedResults; |
782 |
|
this.lstPatchList.Dock = System.Windows.Forms.DockStyle.Fill; |
783 |
|
this.lstPatchList.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
784 |
|
this.lstPatchList.FullRowSelect = true; |
785 |
|
this.lstPatchList.HideSelection = false; |
786 |
|
this.lstPatchList.Location = new System.Drawing.Point(37, 0); |
787 |
|
this.lstPatchList.Name = "lstPatchList"; |
788 |
|
this.lstPatchList.OverrideDetailsViewByDefault = false; |
789 |
|
this.lstPatchList.ProcessID = 0; |
790 |
|
this.lstPatchList.Size = new System.Drawing.Size(709, 243); |
791 |
|
this.lstPatchList.TabIndex = 5; |
792 |
|
this.lstPatchList.UseCompatibleStateImageBehavior = false; |
793 |
|
this.lstPatchList.View = System.Windows.Forms.View.Details; |
794 |
|
// |
795 |
// mnuAddedResults |
// mnuAddedResults |
796 |
// |
// |
797 |
this.mnuAddedResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
this.mnuAddedResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
1006 |
// |
// |
1007 |
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); |
1008 |
// |
// |
|
// txtMemoryStart |
|
|
// |
|
|
this.txtMemoryStart.AutoSize = true; |
|
|
this.txtMemoryStart.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
|
|
this.txtMemoryStart.BackColor = System.Drawing.Color.White; |
|
|
this.grpMemorySearchRange_flow.SetFlowBreak(this.txtMemoryStart, true); |
|
|
this.txtMemoryStart.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
this.txtMemoryStart.isAddressMask = true; |
|
|
this.txtMemoryStart.Location = new System.Drawing.Point(38, 0); |
|
|
this.txtMemoryStart.Margin = new System.Windows.Forms.Padding(0); |
|
|
this.txtMemoryStart.MaxLength = 16; |
|
|
this.txtMemoryStart.Name = "txtMemoryStart"; |
|
|
this.txtMemoryStart.ReadOnly = true; |
|
|
this.txtMemoryStart.Size = new System.Drawing.Size(181, 26); |
|
|
this.txtMemoryStart.TabIndex = 7; |
|
|
this.txtMemoryStart.TextLength = 8; |
|
|
this.txtMemoryStart.Value = ((long)(0)); |
|
|
this.txtMemoryStart.ValueChanged += new System.EventHandler<System.Windows.Forms.ValueChangedEventArgs>(this.txtMemoryStart_ValueChanged); |
|
|
// |
|
|
// txtMemorySize |
|
|
// |
|
|
this.txtMemorySize.AutoSize = true; |
|
|
this.txtMemorySize.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
|
|
this.txtMemorySize.BackColor = System.Drawing.Color.White; |
|
|
this.grpMemorySearchRange_flow.SetFlowBreak(this.txtMemorySize, true); |
|
|
this.txtMemorySize.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
this.txtMemorySize.isAddressMask = true; |
|
|
this.txtMemorySize.Location = new System.Drawing.Point(39, 26); |
|
|
this.txtMemorySize.Margin = new System.Windows.Forms.Padding(0); |
|
|
this.txtMemorySize.MaxLength = 16; |
|
|
this.txtMemorySize.Name = "txtMemorySize"; |
|
|
this.txtMemorySize.ReadOnly = true; |
|
|
this.txtMemorySize.Size = new System.Drawing.Size(180, 26); |
|
|
this.txtMemorySize.TabIndex = 8; |
|
|
this.txtMemorySize.TextLength = 8; |
|
|
this.txtMemorySize.Value = ((long)(0)); |
|
|
this.txtMemorySize.ValueChanged += new System.EventHandler<System.Windows.Forms.ValueChangedEventArgs>(this.txtMemorySize_ValueChanged); |
|
|
// |
|
|
// txtStartAddr |
|
|
// |
|
|
this.txtStartAddr.AutoSize = true; |
|
|
this.txtStartAddr.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
|
|
this.txtStartAddr.BackColor = System.Drawing.Color.White; |
|
|
this.comparevalue_flow.SetFlowBreak(this.txtStartAddr, true); |
|
|
this.txtStartAddr.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
this.txtStartAddr.isAddressMask = true; |
|
|
this.txtStartAddr.Location = new System.Drawing.Point(38, 25); |
|
|
this.txtStartAddr.Margin = new System.Windows.Forms.Padding(0); |
|
|
this.txtStartAddr.MaxLength = 16; |
|
|
this.txtStartAddr.Name = "txtStartAddr"; |
|
|
this.txtStartAddr.ReadOnly = true; |
|
|
this.txtStartAddr.Size = new System.Drawing.Size(250, 26); |
|
|
this.txtStartAddr.TabIndex = 5; |
|
|
this.txtStartAddr.TextLength = 8; |
|
|
this.txtStartAddr.Value = ((long)(0)); |
|
|
// |
|
|
// txtEndAddr |
|
|
// |
|
|
this.txtEndAddr.AutoSize = true; |
|
|
this.txtEndAddr.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
|
|
this.txtEndAddr.BackColor = System.Drawing.Color.White; |
|
|
this.txtEndAddr.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|
|
this.txtEndAddr.isAddressMask = true; |
|
|
this.txtEndAddr.Location = new System.Drawing.Point(35, 51); |
|
|
this.txtEndAddr.Margin = new System.Windows.Forms.Padding(0); |
|
|
this.txtEndAddr.MaxLength = 16; |
|
|
this.txtEndAddr.Name = "txtEndAddr"; |
|
|
this.txtEndAddr.ReadOnly = true; |
|
|
this.txtEndAddr.Size = new System.Drawing.Size(253, 26); |
|
|
this.txtEndAddr.TabIndex = 6; |
|
|
this.txtEndAddr.TextLength = 8; |
|
|
this.txtEndAddr.Value = ((long)(0)); |
|
|
// |
|
|
// 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; |
|
|
// |
|
1009 |
// FloatingMemorySearcher |
// FloatingMemorySearcher |
1010 |
// |
// |
1011 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
1128 |
private System.Windows.Forms.ToolStripMenuItem mnuItemResultsListViewMemoryRegion; |
private System.Windows.Forms.ToolStripMenuItem mnuItemResultsListViewMemoryRegion; |
1129 |
private System.Windows.Forms.GroupBox grpMemorySearchRange; |
private System.Windows.Forms.GroupBox grpMemorySearchRange; |
1130 |
private System.Windows.Forms.FlowLayoutPanel grpMemorySearchRange_flow; |
private System.Windows.Forms.FlowLayoutPanel grpMemorySearchRange_flow; |
1131 |
private System.Windows.Forms.Label lblMemoryStart; |
private System.Windows.Forms.Label lblMemoryRangeStart; |
1132 |
private System.Windows.Forms.MaskedHexBox txtMemoryStart; |
private System.Windows.Forms.MaskedHexBox txtMemoryRangeStart; |
1133 |
private System.Windows.Forms.Label lblMemorySize; |
private System.Windows.Forms.Label lblMemoryRangeSize; |
1134 |
private System.Windows.Forms.MaskedHexBox txtMemorySize; |
private System.Windows.Forms.MaskedHexBox txtMemoryRangeSize; |
1135 |
private System.Windows.Forms.CheckBox chkMemoryRangeExpertMode; |
private System.Windows.Forms.CheckBox chkMemoryRangeExpertMode; |
1136 |
} |
} |
1137 |
} |
} |