1 |
using System.Windows.Forms; |
2 |
namespace RomCheater.Docking |
3 |
{ |
4 |
partial class FloatingMemorySearcher |
5 |
{ |
6 |
/// <summary> |
7 |
/// Required designer variable. |
8 |
/// </summary> |
9 |
private System.ComponentModel.IContainer components = null; |
10 |
|
11 |
/// <summary> |
12 |
/// Clean up any resources being used. |
13 |
/// </summary> |
14 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
15 |
protected override void Dispose(bool disposing) |
16 |
{ |
17 |
if (disposing && (components != null)) |
18 |
{ |
19 |
components.Dispose(); |
20 |
} |
21 |
base.Dispose(disposing); |
22 |
} |
23 |
|
24 |
#region Windows Form Designer generated code |
25 |
|
26 |
/// <summary> |
27 |
/// Required method for Designer support - do not modify |
28 |
/// the contents of this method with the code editor. |
29 |
/// </summary> |
30 |
private void InitializeComponent() |
31 |
{ |
32 |
this.components = new System.ComponentModel.Container(); |
33 |
this.mainsplit = new System.Windows.Forms.SplitContainer(); |
34 |
this.leftsplit = new System.Windows.Forms.SplitContainer(); |
35 |
this.compare_flow = new System.Windows.Forms.FlowLayoutPanel(); |
36 |
this.grpMemorySearchRange = new System.Windows.Forms.GroupBox(); |
37 |
this.grpMemorySearchRange_flow = new System.Windows.Forms.FlowLayoutPanel(); |
38 |
this.lblMemoryStart = new System.Windows.Forms.Label(); |
39 |
this.lblMemorySize = new System.Windows.Forms.Label(); |
40 |
this.chkMemoryRangeExpertMode = new System.Windows.Forms.CheckBox(); |
41 |
this.grpDataType = new System.Windows.Forms.GroupBox(); |
42 |
this.datatype_flow = new System.Windows.Forms.FlowLayoutPanel(); |
43 |
this.radio_8bits = new System.Windows.Forms.RadioButton(); |
44 |
this.radio_16bits = new System.Windows.Forms.RadioButton(); |
45 |
this.radio_32bits = new System.Windows.Forms.RadioButton(); |
46 |
this.radio_64bits = new System.Windows.Forms.RadioButton(); |
47 |
this.chkUnsigned = new System.Windows.Forms.CheckBox(); |
48 |
this.grpCompareValue = new System.Windows.Forms.GroupBox(); |
49 |
this.comparevalue_flow = new System.Windows.Forms.FlowLayoutPanel(); |
50 |
this.radio_oldvalue = new System.Windows.Forms.RadioButton(); |
51 |
this.radio_specificvalue = new System.Windows.Forms.RadioButton(); |
52 |
this.lblStart = new System.Windows.Forms.Label(); |
53 |
this.lblEnd = new System.Windows.Forms.Label(); |
54 |
this.grpCompareType = new System.Windows.Forms.GroupBox(); |
55 |
this.comparetype_flow = new System.Windows.Forms.FlowLayoutPanel(); |
56 |
this.radiocompare_equal = new System.Windows.Forms.RadioButton(); |
57 |
this.radiocompare_greaterthan = new System.Windows.Forms.RadioButton(); |
58 |
this.radiocompare_lessthan = new System.Windows.Forms.RadioButton(); |
59 |
this.radiocompare_greaterthan_orequal = new System.Windows.Forms.RadioButton(); |
60 |
this.radiocompare_lessthan_orequal = new System.Windows.Forms.RadioButton(); |
61 |
this.radiocompare_notequal = new System.Windows.Forms.RadioButton(); |
62 |
this.radiocompare_between = new System.Windows.Forms.RadioButton(); |
63 |
this.radiocompare_notbetween = new System.Windows.Forms.RadioButton(); |
64 |
this.buttonflow = new System.Windows.Forms.FlowLayoutPanel(); |
65 |
this.btnSearch = new System.Windows.Forms.Button(); |
66 |
this.btnReset = new System.Windows.Forms.Button(); |
67 |
this.btnCancel = new System.Windows.Forms.Button(); |
68 |
this.chkRefreshResults = new System.Windows.Forms.CheckBox(); |
69 |
this.splitresults = new System.Windows.Forms.SplitContainer(); |
70 |
this.splitresultslist = new System.Windows.Forms.SplitContainer(); |
71 |
this.mnuResults = new System.Windows.Forms.ContextMenuStrip(this.components); |
72 |
this.mnuItemAddToPatchList = new System.Windows.Forms.ToolStripMenuItem(); |
73 |
this.mnuItemResultsListViewMemoryRegion = new System.Windows.Forms.ToolStripMenuItem(); |
74 |
this.results_label_pnl = new System.Windows.Forms.Panel(); |
75 |
this.lblResultsList = new Utilities.TransparentControls.Label.TransDirectionalLabel(); |
76 |
this.mnuAddedResults = new System.Windows.Forms.ContextMenuStrip(this.components); |
77 |
this.mnuItemRemoveResult = new System.Windows.Forms.ToolStripMenuItem(); |
78 |
this.mnuItemPatchSelectedEntry = new System.Windows.Forms.ToolStripMenuItem(); |
79 |
this.mnuItemPatchSelectedRange = new System.Windows.Forms.ToolStripMenuItem(); |
80 |
this.mnuItemFreezeSelectedPatches = new System.Windows.Forms.ToolStripMenuItem(); |
81 |
this.mnuItemThawSelectedPatches = new System.Windows.Forms.ToolStripMenuItem(); |
82 |
this.mnuItemPatchListViewMemoryRegion = new System.Windows.Forms.ToolStripMenuItem(); |
83 |
this.patch_tool_pnl = new System.Windows.Forms.Panel(); |
84 |
this.patch_tool_pnl_flow = new System.Windows.Forms.FlowLayoutPanel(); |
85 |
this.btnImportFile = new System.Windows.Forms.Button(); |
86 |
this.btnExportFile = new System.Windows.Forms.Button(); |
87 |
this.btnImportClipboard = new System.Windows.Forms.Button(); |
88 |
this.btnExportClipboard = new System.Windows.Forms.Button(); |
89 |
this.btnAddPatchAddress = new System.Windows.Forms.Button(); |
90 |
this.btnAddAddressRange = new System.Windows.Forms.Button(); |
91 |
this.patch_label_pnl = new System.Windows.Forms.Panel(); |
92 |
this.lblPatchList = new Utilities.TransparentControls.Label.TransDirectionalLabel(); |
93 |
this.resultsprogress = new Utilities.TransparentControls.ProgressBarWithPercentageLabel(); |
94 |
this.timer_update_results = new System.Windows.Forms.Timer(this.components); |
95 |
this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker(); |
96 |
this.SearchWorkerThread = new System.ComponentModel.BackgroundWorker(); |
97 |
this.search_progress_updater = new System.Windows.Forms.Timer(this.components); |
98 |
this.txtMemoryStart = new System.Windows.Forms.MaskedHexBox(); |
99 |
this.txtMemorySize = new System.Windows.Forms.MaskedHexBox(); |
100 |
this.txtStartAddr = new System.Windows.Forms.MaskedHexBox(); |
101 |
this.txtEndAddr = new System.Windows.Forms.MaskedHexBox(); |
102 |
this.lstResults = new System.Windows.Forms.AddressValuePairList(); |
103 |
this.lstPatchList = new System.Windows.Forms.AddressValuePairList(); |
104 |
((System.ComponentModel.ISupportInitialize)(this.mainsplit)).BeginInit(); |
105 |
this.mainsplit.Panel1.SuspendLayout(); |
106 |
this.mainsplit.Panel2.SuspendLayout(); |
107 |
this.mainsplit.SuspendLayout(); |
108 |
((System.ComponentModel.ISupportInitialize)(this.leftsplit)).BeginInit(); |
109 |
this.leftsplit.Panel1.SuspendLayout(); |
110 |
this.leftsplit.Panel2.SuspendLayout(); |
111 |
this.leftsplit.SuspendLayout(); |
112 |
this.compare_flow.SuspendLayout(); |
113 |
this.grpMemorySearchRange.SuspendLayout(); |
114 |
this.grpMemorySearchRange_flow.SuspendLayout(); |
115 |
this.grpDataType.SuspendLayout(); |
116 |
this.datatype_flow.SuspendLayout(); |
117 |
this.grpCompareValue.SuspendLayout(); |
118 |
this.comparevalue_flow.SuspendLayout(); |
119 |
this.grpCompareType.SuspendLayout(); |
120 |
this.comparetype_flow.SuspendLayout(); |
121 |
this.buttonflow.SuspendLayout(); |
122 |
((System.ComponentModel.ISupportInitialize)(this.splitresults)).BeginInit(); |
123 |
this.splitresults.Panel1.SuspendLayout(); |
124 |
this.splitresults.Panel2.SuspendLayout(); |
125 |
this.splitresults.SuspendLayout(); |
126 |
((System.ComponentModel.ISupportInitialize)(this.splitresultslist)).BeginInit(); |
127 |
this.splitresultslist.Panel1.SuspendLayout(); |
128 |
this.splitresultslist.Panel2.SuspendLayout(); |
129 |
this.splitresultslist.SuspendLayout(); |
130 |
this.mnuResults.SuspendLayout(); |
131 |
this.results_label_pnl.SuspendLayout(); |
132 |
this.mnuAddedResults.SuspendLayout(); |
133 |
this.patch_tool_pnl.SuspendLayout(); |
134 |
this.patch_tool_pnl_flow.SuspendLayout(); |
135 |
this.patch_label_pnl.SuspendLayout(); |
136 |
this.SuspendLayout(); |
137 |
// |
138 |
// mainsplit |
139 |
// |
140 |
this.mainsplit.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
141 |
this.mainsplit.Dock = System.Windows.Forms.DockStyle.Fill; |
142 |
this.mainsplit.Location = new System.Drawing.Point(0, 0); |
143 |
this.mainsplit.Name = "mainsplit"; |
144 |
// |
145 |
// mainsplit.Panel1 |
146 |
// |
147 |
this.mainsplit.Panel1.Controls.Add(this.leftsplit); |
148 |
// |
149 |
// mainsplit.Panel2 |
150 |
// |
151 |
this.mainsplit.Panel2.Controls.Add(this.splitresults); |
152 |
this.mainsplit.Size = new System.Drawing.Size(1144, 668); |
153 |
this.mainsplit.SplitterDistance = 390; |
154 |
this.mainsplit.TabIndex = 0; |
155 |
// |
156 |
// leftsplit |
157 |
// |
158 |
this.leftsplit.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
159 |
this.leftsplit.Dock = System.Windows.Forms.DockStyle.Fill; |
160 |
this.leftsplit.Location = new System.Drawing.Point(0, 0); |
161 |
this.leftsplit.Name = "leftsplit"; |
162 |
this.leftsplit.Orientation = System.Windows.Forms.Orientation.Horizontal; |
163 |
// |
164 |
// leftsplit.Panel1 |
165 |
// |
166 |
this.leftsplit.Panel1.Controls.Add(this.compare_flow); |
167 |
// |
168 |
// leftsplit.Panel2 |
169 |
// |
170 |
this.leftsplit.Panel2.Controls.Add(this.buttonflow); |
171 |
this.leftsplit.Size = new System.Drawing.Size(390, 668); |
172 |
this.leftsplit.SplitterDistance = 511; |
173 |
this.leftsplit.TabIndex = 5; |
174 |
// |
175 |
// compare_flow |
176 |
// |
177 |
this.compare_flow.Controls.Add(this.grpMemorySearchRange); |
178 |
this.compare_flow.Controls.Add(this.grpDataType); |
179 |
this.compare_flow.Controls.Add(this.grpCompareValue); |
180 |
this.compare_flow.Controls.Add(this.grpCompareType); |
181 |
this.compare_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
182 |
this.compare_flow.Location = new System.Drawing.Point(0, 0); |
183 |
this.compare_flow.Name = "compare_flow"; |
184 |
this.compare_flow.Size = new System.Drawing.Size(386, 507); |
185 |
this.compare_flow.TabIndex = 2; |
186 |
// |
187 |
// grpMemorySearchRange |
188 |
// |
189 |
this.grpMemorySearchRange.AutoSize = true; |
190 |
this.grpMemorySearchRange.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
191 |
this.grpMemorySearchRange.Controls.Add(this.grpMemorySearchRange_flow); |
192 |
this.grpMemorySearchRange.Location = new System.Drawing.Point(3, 3); |
193 |
this.grpMemorySearchRange.Name = "grpMemorySearchRange"; |
194 |
this.grpMemorySearchRange.Size = new System.Drawing.Size(229, 98); |
195 |
this.grpMemorySearchRange.TabIndex = 5; |
196 |
this.grpMemorySearchRange.TabStop = false; |
197 |
this.grpMemorySearchRange.Text = "Memory Search Range"; |
198 |
// |
199 |
// grpMemorySearchRange_flow |
200 |
// |
201 |
this.grpMemorySearchRange_flow.AutoScroll = true; |
202 |
this.grpMemorySearchRange_flow.AutoSize = true; |
203 |
this.grpMemorySearchRange_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
204 |
this.grpMemorySearchRange_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
205 |
this.grpMemorySearchRange_flow.Controls.Add(this.lblMemoryStart); |
206 |
this.grpMemorySearchRange_flow.Controls.Add(this.txtMemoryStart); |
207 |
this.grpMemorySearchRange_flow.Controls.Add(this.lblMemorySize); |
208 |
this.grpMemorySearchRange_flow.Controls.Add(this.txtMemorySize); |
209 |
this.grpMemorySearchRange_flow.Controls.Add(this.chkMemoryRangeExpertMode); |
210 |
this.grpMemorySearchRange_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
211 |
this.grpMemorySearchRange_flow.Location = new System.Drawing.Point(3, 16); |
212 |
this.grpMemorySearchRange_flow.Name = "grpMemorySearchRange_flow"; |
213 |
this.grpMemorySearchRange_flow.Size = new System.Drawing.Size(223, 79); |
214 |
this.grpMemorySearchRange_flow.TabIndex = 6; |
215 |
// |
216 |
// lblMemoryStart |
217 |
// |
218 |
this.lblMemoryStart.AutoSize = true; |
219 |
this.lblMemoryStart.Location = new System.Drawing.Point(3, 0); |
220 |
this.lblMemoryStart.Name = "lblMemoryStart"; |
221 |
this.lblMemoryStart.Size = new System.Drawing.Size(32, 13); |
222 |
this.lblMemoryStart.TabIndex = 9; |
223 |
this.lblMemoryStart.Text = "Start:"; |
224 |
// |
225 |
// lblMemorySize |
226 |
// |
227 |
this.lblMemorySize.AutoSize = true; |
228 |
this.lblMemorySize.Location = new System.Drawing.Point(3, 26); |
229 |
this.lblMemorySize.Name = "lblMemorySize"; |
230 |
this.lblMemorySize.Size = new System.Drawing.Size(33, 13); |
231 |
this.lblMemorySize.TabIndex = 10; |
232 |
this.lblMemorySize.Text = " Size:"; |
233 |
// |
234 |
// chkMemoryRangeExpertMode |
235 |
// |
236 |
this.chkMemoryRangeExpertMode.AutoSize = true; |
237 |
this.chkMemoryRangeExpertMode.Location = new System.Drawing.Point(3, 55); |
238 |
this.chkMemoryRangeExpertMode.Name = "chkMemoryRangeExpertMode"; |
239 |
this.chkMemoryRangeExpertMode.Size = new System.Drawing.Size(86, 17); |
240 |
this.chkMemoryRangeExpertMode.TabIndex = 6; |
241 |
this.chkMemoryRangeExpertMode.Text = "Expert Mode"; |
242 |
this.chkMemoryRangeExpertMode.UseVisualStyleBackColor = true; |
243 |
this.chkMemoryRangeExpertMode.CheckedChanged += new System.EventHandler(this.chkMemoryRangeExpertMode_CheckedChanged); |
244 |
// |
245 |
// grpDataType |
246 |
// |
247 |
this.grpDataType.AutoSize = true; |
248 |
this.grpDataType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
249 |
this.grpDataType.Controls.Add(this.datatype_flow); |
250 |
this.compare_flow.SetFlowBreak(this.grpDataType, true); |
251 |
this.grpDataType.Location = new System.Drawing.Point(5, 108); |
252 |
this.grpDataType.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
253 |
this.grpDataType.Name = "grpDataType"; |
254 |
this.grpDataType.Padding = new System.Windows.Forms.Padding(5, 4, 5, 4); |
255 |
this.grpDataType.Size = new System.Drawing.Size(337, 46); |
256 |
this.grpDataType.TabIndex = 1; |
257 |
this.grpDataType.TabStop = false; |
258 |
this.grpDataType.Text = "Data Type(s):"; |
259 |
// |
260 |
// datatype_flow |
261 |
// |
262 |
this.datatype_flow.AutoScroll = true; |
263 |
this.datatype_flow.AutoSize = true; |
264 |
this.datatype_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
265 |
this.datatype_flow.Controls.Add(this.radio_8bits); |
266 |
this.datatype_flow.Controls.Add(this.radio_16bits); |
267 |
this.datatype_flow.Controls.Add(this.radio_32bits); |
268 |
this.datatype_flow.Controls.Add(this.radio_64bits); |
269 |
this.datatype_flow.Controls.Add(this.chkUnsigned); |
270 |
this.datatype_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
271 |
this.datatype_flow.Location = new System.Drawing.Point(5, 17); |
272 |
this.datatype_flow.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
273 |
this.datatype_flow.Name = "datatype_flow"; |
274 |
this.datatype_flow.Size = new System.Drawing.Size(327, 25); |
275 |
this.datatype_flow.TabIndex = 4; |
276 |
// |
277 |
// radio_8bits |
278 |
// |
279 |
this.radio_8bits.AutoSize = true; |
280 |
this.radio_8bits.Location = new System.Drawing.Point(5, 4); |
281 |
this.radio_8bits.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
282 |
this.radio_8bits.Name = "radio_8bits"; |
283 |
this.radio_8bits.Size = new System.Drawing.Size(47, 17); |
284 |
this.radio_8bits.TabIndex = 0; |
285 |
this.radio_8bits.Text = "8bits"; |
286 |
this.radio_8bits.UseVisualStyleBackColor = true; |
287 |
this.radio_8bits.CheckedChanged += new System.EventHandler(this.radio_8bits_CheckedChanged); |
288 |
// |
289 |
// radio_16bits |
290 |
// |
291 |
this.radio_16bits.AutoSize = true; |
292 |
this.radio_16bits.Location = new System.Drawing.Point(62, 4); |
293 |
this.radio_16bits.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
294 |
this.radio_16bits.Name = "radio_16bits"; |
295 |
this.radio_16bits.Size = new System.Drawing.Size(53, 17); |
296 |
this.radio_16bits.TabIndex = 1; |
297 |
this.radio_16bits.Text = "16bits"; |
298 |
this.radio_16bits.UseVisualStyleBackColor = true; |
299 |
this.radio_16bits.CheckedChanged += new System.EventHandler(this.radio_16bits_CheckedChanged); |
300 |
// |
301 |
// radio_32bits |
302 |
// |
303 |
this.radio_32bits.AutoSize = true; |
304 |
this.radio_32bits.Location = new System.Drawing.Point(125, 4); |
305 |
this.radio_32bits.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
306 |
this.radio_32bits.Name = "radio_32bits"; |
307 |
this.radio_32bits.Size = new System.Drawing.Size(53, 17); |
308 |
this.radio_32bits.TabIndex = 2; |
309 |
this.radio_32bits.Text = "32bits"; |
310 |
this.radio_32bits.UseVisualStyleBackColor = true; |
311 |
this.radio_32bits.CheckedChanged += new System.EventHandler(this.radio_32bits_CheckedChanged); |
312 |
// |
313 |
// radio_64bits |
314 |
// |
315 |
this.radio_64bits.AutoSize = true; |
316 |
this.radio_64bits.Location = new System.Drawing.Point(188, 4); |
317 |
this.radio_64bits.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
318 |
this.radio_64bits.Name = "radio_64bits"; |
319 |
this.radio_64bits.Size = new System.Drawing.Size(53, 17); |
320 |
this.radio_64bits.TabIndex = 3; |
321 |
this.radio_64bits.Text = "64bits"; |
322 |
this.radio_64bits.UseVisualStyleBackColor = true; |
323 |
this.radio_64bits.CheckedChanged += new System.EventHandler(this.radio_64bits_CheckedChanged); |
324 |
// |
325 |
// chkUnsigned |
326 |
// |
327 |
this.chkUnsigned.AutoSize = true; |
328 |
this.chkUnsigned.Location = new System.Drawing.Point(251, 4); |
329 |
this.chkUnsigned.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
330 |
this.chkUnsigned.Name = "chkUnsigned"; |
331 |
this.chkUnsigned.Size = new System.Drawing.Size(71, 17); |
332 |
this.chkUnsigned.TabIndex = 4; |
333 |
this.chkUnsigned.Text = "Unsigned"; |
334 |
this.chkUnsigned.UseVisualStyleBackColor = true; |
335 |
// |
336 |
// grpCompareValue |
337 |
// |
338 |
this.grpCompareValue.Controls.Add(this.comparevalue_flow); |
339 |
this.compare_flow.SetFlowBreak(this.grpCompareValue, true); |
340 |
this.grpCompareValue.Location = new System.Drawing.Point(5, 162); |
341 |
this.grpCompareValue.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
342 |
this.grpCompareValue.Name = "grpCompareValue"; |
343 |
this.grpCompareValue.Padding = new System.Windows.Forms.Padding(5, 4, 5, 4); |
344 |
this.grpCompareValue.Size = new System.Drawing.Size(376, 98); |
345 |
this.grpCompareValue.TabIndex = 4; |
346 |
this.grpCompareValue.TabStop = false; |
347 |
this.grpCompareValue.Text = "Compare Value:"; |
348 |
// |
349 |
// comparevalue_flow |
350 |
// |
351 |
this.comparevalue_flow.AutoScroll = true; |
352 |
this.comparevalue_flow.Controls.Add(this.radio_oldvalue); |
353 |
this.comparevalue_flow.Controls.Add(this.radio_specificvalue); |
354 |
this.comparevalue_flow.Controls.Add(this.lblStart); |
355 |
this.comparevalue_flow.Controls.Add(this.txtStartAddr); |
356 |
this.comparevalue_flow.Controls.Add(this.lblEnd); |
357 |
this.comparevalue_flow.Controls.Add(this.txtEndAddr); |
358 |
this.comparevalue_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
359 |
this.comparevalue_flow.Location = new System.Drawing.Point(5, 17); |
360 |
this.comparevalue_flow.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
361 |
this.comparevalue_flow.Name = "comparevalue_flow"; |
362 |
this.comparevalue_flow.Size = new System.Drawing.Size(366, 77); |
363 |
this.comparevalue_flow.TabIndex = 5; |
364 |
// |
365 |
// radio_oldvalue |
366 |
// |
367 |
this.radio_oldvalue.AutoSize = true; |
368 |
this.radio_oldvalue.Location = new System.Drawing.Point(5, 4); |
369 |
this.radio_oldvalue.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
370 |
this.radio_oldvalue.Name = "radio_oldvalue"; |
371 |
this.radio_oldvalue.Size = new System.Drawing.Size(71, 17); |
372 |
this.radio_oldvalue.TabIndex = 3; |
373 |
this.radio_oldvalue.Text = "Old Value"; |
374 |
this.radio_oldvalue.UseVisualStyleBackColor = true; |
375 |
this.radio_oldvalue.CheckedChanged += new System.EventHandler(this.radio_oldvalue_CheckedChanged); |
376 |
// |
377 |
// radio_specificvalue |
378 |
// |
379 |
this.radio_specificvalue.AutoSize = true; |
380 |
this.comparevalue_flow.SetFlowBreak(this.radio_specificvalue, true); |
381 |
this.radio_specificvalue.Location = new System.Drawing.Point(86, 4); |
382 |
this.radio_specificvalue.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
383 |
this.radio_specificvalue.Name = "radio_specificvalue"; |
384 |
this.radio_specificvalue.Size = new System.Drawing.Size(93, 17); |
385 |
this.radio_specificvalue.TabIndex = 4; |
386 |
this.radio_specificvalue.Text = "Specific Value"; |
387 |
this.radio_specificvalue.UseVisualStyleBackColor = true; |
388 |
this.radio_specificvalue.CheckedChanged += new System.EventHandler(this.radio_specificvalue_CheckedChanged); |
389 |
// |
390 |
// lblStart |
391 |
// |
392 |
this.lblStart.AutoSize = true; |
393 |
this.lblStart.Location = new System.Drawing.Point(3, 25); |
394 |
this.lblStart.Name = "lblStart"; |
395 |
this.lblStart.Size = new System.Drawing.Size(32, 13); |
396 |
this.lblStart.TabIndex = 7; |
397 |
this.lblStart.Text = "Start:"; |
398 |
// |
399 |
// lblEnd |
400 |
// |
401 |
this.lblEnd.AutoSize = true; |
402 |
this.lblEnd.Location = new System.Drawing.Point(3, 51); |
403 |
this.lblEnd.Name = "lblEnd"; |
404 |
this.lblEnd.Size = new System.Drawing.Size(29, 13); |
405 |
this.lblEnd.TabIndex = 8; |
406 |
this.lblEnd.Text = "End:"; |
407 |
// |
408 |
// grpCompareType |
409 |
// |
410 |
this.grpCompareType.Controls.Add(this.comparetype_flow); |
411 |
this.grpCompareType.Location = new System.Drawing.Point(5, 268); |
412 |
this.grpCompareType.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
413 |
this.grpCompareType.Name = "grpCompareType"; |
414 |
this.grpCompareType.Padding = new System.Windows.Forms.Padding(5, 4, 5, 4); |
415 |
this.grpCompareType.Size = new System.Drawing.Size(305, 77); |
416 |
this.grpCompareType.TabIndex = 3; |
417 |
this.grpCompareType.TabStop = false; |
418 |
this.grpCompareType.Text = "Compare Type"; |
419 |
// |
420 |
// comparetype_flow |
421 |
// |
422 |
this.comparetype_flow.AutoScroll = true; |
423 |
this.comparetype_flow.Controls.Add(this.radiocompare_equal); |
424 |
this.comparetype_flow.Controls.Add(this.radiocompare_greaterthan); |
425 |
this.comparetype_flow.Controls.Add(this.radiocompare_lessthan); |
426 |
this.comparetype_flow.Controls.Add(this.radiocompare_greaterthan_orequal); |
427 |
this.comparetype_flow.Controls.Add(this.radiocompare_lessthan_orequal); |
428 |
this.comparetype_flow.Controls.Add(this.radiocompare_notequal); |
429 |
this.comparetype_flow.Controls.Add(this.radiocompare_between); |
430 |
this.comparetype_flow.Controls.Add(this.radiocompare_notbetween); |
431 |
this.comparetype_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
432 |
this.comparetype_flow.Location = new System.Drawing.Point(5, 17); |
433 |
this.comparetype_flow.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
434 |
this.comparetype_flow.Name = "comparetype_flow"; |
435 |
this.comparetype_flow.Size = new System.Drawing.Size(295, 56); |
436 |
this.comparetype_flow.TabIndex = 5; |
437 |
// |
438 |
// radiocompare_equal |
439 |
// |
440 |
this.radiocompare_equal.AutoSize = true; |
441 |
this.radiocompare_equal.Location = new System.Drawing.Point(5, 4); |
442 |
this.radiocompare_equal.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
443 |
this.radiocompare_equal.Name = "radiocompare_equal"; |
444 |
this.radiocompare_equal.Size = new System.Drawing.Size(37, 17); |
445 |
this.radiocompare_equal.TabIndex = 1; |
446 |
this.radiocompare_equal.Text = "=="; |
447 |
this.radiocompare_equal.UseVisualStyleBackColor = true; |
448 |
this.radiocompare_equal.CheckedChanged += new System.EventHandler(this.radiocompare_equal_CheckedChanged); |
449 |
// |
450 |
// radiocompare_greaterthan |
451 |
// |
452 |
this.radiocompare_greaterthan.AutoSize = true; |
453 |
this.radiocompare_greaterthan.Location = new System.Drawing.Point(52, 4); |
454 |
this.radiocompare_greaterthan.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
455 |
this.radiocompare_greaterthan.Name = "radiocompare_greaterthan"; |
456 |
this.radiocompare_greaterthan.Size = new System.Drawing.Size(31, 17); |
457 |
this.radiocompare_greaterthan.TabIndex = 2; |
458 |
this.radiocompare_greaterthan.Text = ">"; |
459 |
this.radiocompare_greaterthan.UseVisualStyleBackColor = true; |
460 |
this.radiocompare_greaterthan.CheckedChanged += new System.EventHandler(this.radiocompare_equal_CheckedChanged); |
461 |
// |
462 |
// radiocompare_lessthan |
463 |
// |
464 |
this.radiocompare_lessthan.AutoSize = true; |
465 |
this.radiocompare_lessthan.Location = new System.Drawing.Point(93, 4); |
466 |
this.radiocompare_lessthan.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
467 |
this.radiocompare_lessthan.Name = "radiocompare_lessthan"; |
468 |
this.radiocompare_lessthan.Size = new System.Drawing.Size(31, 17); |
469 |
this.radiocompare_lessthan.TabIndex = 3; |
470 |
this.radiocompare_lessthan.Text = "<"; |
471 |
this.radiocompare_lessthan.UseVisualStyleBackColor = true; |
472 |
this.radiocompare_lessthan.CheckedChanged += new System.EventHandler(this.radiocompare_equal_CheckedChanged); |
473 |
// |
474 |
// radiocompare_greaterthan_orequal |
475 |
// |
476 |
this.radiocompare_greaterthan_orequal.AutoSize = true; |
477 |
this.radiocompare_greaterthan_orequal.Location = new System.Drawing.Point(134, 4); |
478 |
this.radiocompare_greaterthan_orequal.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
479 |
this.radiocompare_greaterthan_orequal.Name = "radiocompare_greaterthan_orequal"; |
480 |
this.radiocompare_greaterthan_orequal.Size = new System.Drawing.Size(37, 17); |
481 |
this.radiocompare_greaterthan_orequal.TabIndex = 4; |
482 |
this.radiocompare_greaterthan_orequal.Text = ">="; |
483 |
this.radiocompare_greaterthan_orequal.UseVisualStyleBackColor = true; |
484 |
this.radiocompare_greaterthan_orequal.CheckedChanged += new System.EventHandler(this.radiocompare_equal_CheckedChanged); |
485 |
// |
486 |
// radiocompare_lessthan_orequal |
487 |
// |
488 |
this.radiocompare_lessthan_orequal.AutoSize = true; |
489 |
this.radiocompare_lessthan_orequal.Location = new System.Drawing.Point(181, 4); |
490 |
this.radiocompare_lessthan_orequal.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
491 |
this.radiocompare_lessthan_orequal.Name = "radiocompare_lessthan_orequal"; |
492 |
this.radiocompare_lessthan_orequal.Size = new System.Drawing.Size(37, 17); |
493 |
this.radiocompare_lessthan_orequal.TabIndex = 5; |
494 |
this.radiocompare_lessthan_orequal.Text = "<="; |
495 |
this.radiocompare_lessthan_orequal.UseVisualStyleBackColor = true; |
496 |
this.radiocompare_lessthan_orequal.CheckedChanged += new System.EventHandler(this.radiocompare_equal_CheckedChanged); |
497 |
// |
498 |
// radiocompare_notequal |
499 |
// |
500 |
this.radiocompare_notequal.AutoSize = true; |
501 |
this.radiocompare_notequal.Location = new System.Drawing.Point(228, 4); |
502 |
this.radiocompare_notequal.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
503 |
this.radiocompare_notequal.Name = "radiocompare_notequal"; |
504 |
this.radiocompare_notequal.Size = new System.Drawing.Size(34, 17); |
505 |
this.radiocompare_notequal.TabIndex = 6; |
506 |
this.radiocompare_notequal.Text = "!="; |
507 |
this.radiocompare_notequal.UseVisualStyleBackColor = true; |
508 |
this.radiocompare_notequal.CheckedChanged += new System.EventHandler(this.radiocompare_equal_CheckedChanged); |
509 |
// |
510 |
// radiocompare_between |
511 |
// |
512 |
this.radiocompare_between.AutoSize = true; |
513 |
this.radiocompare_between.Location = new System.Drawing.Point(5, 29); |
514 |
this.radiocompare_between.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
515 |
this.radiocompare_between.Name = "radiocompare_between"; |
516 |
this.radiocompare_between.Size = new System.Drawing.Size(37, 17); |
517 |
this.radiocompare_between.TabIndex = 7; |
518 |
this.radiocompare_between.Text = "><"; |
519 |
this.radiocompare_between.UseVisualStyleBackColor = true; |
520 |
this.radiocompare_between.CheckedChanged += new System.EventHandler(this.radiocompare_between_CheckedChanged); |
521 |
// |
522 |
// radiocompare_notbetween |
523 |
// |
524 |
this.radiocompare_notbetween.AutoSize = true; |
525 |
this.radiocompare_notbetween.Location = new System.Drawing.Point(52, 29); |
526 |
this.radiocompare_notbetween.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
527 |
this.radiocompare_notbetween.Name = "radiocompare_notbetween"; |
528 |
this.radiocompare_notbetween.Size = new System.Drawing.Size(37, 17); |
529 |
this.radiocompare_notbetween.TabIndex = 8; |
530 |
this.radiocompare_notbetween.Text = "<>"; |
531 |
this.radiocompare_notbetween.UseVisualStyleBackColor = true; |
532 |
this.radiocompare_notbetween.CheckedChanged += new System.EventHandler(this.radiocompare_notbetween_CheckedChanged); |
533 |
// |
534 |
// buttonflow |
535 |
// |
536 |
this.buttonflow.Controls.Add(this.btnSearch); |
537 |
this.buttonflow.Controls.Add(this.btnReset); |
538 |
this.buttonflow.Controls.Add(this.btnCancel); |
539 |
this.buttonflow.Controls.Add(this.chkRefreshResults); |
540 |
this.buttonflow.Dock = System.Windows.Forms.DockStyle.Fill; |
541 |
this.buttonflow.Location = new System.Drawing.Point(0, 0); |
542 |
this.buttonflow.Name = "buttonflow"; |
543 |
this.buttonflow.Size = new System.Drawing.Size(386, 149); |
544 |
this.buttonflow.TabIndex = 0; |
545 |
// |
546 |
// btnSearch |
547 |
// |
548 |
this.btnSearch.AutoSize = true; |
549 |
this.btnSearch.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
550 |
this.btnSearch.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
551 |
this.btnSearch.Location = new System.Drawing.Point(3, 3); |
552 |
this.btnSearch.Name = "btnSearch"; |
553 |
this.btnSearch.Size = new System.Drawing.Size(66, 26); |
554 |
this.btnSearch.TabIndex = 11; |
555 |
this.btnSearch.Text = "Search"; |
556 |
this.btnSearch.UseVisualStyleBackColor = true; |
557 |
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); |
558 |
// |
559 |
// btnReset |
560 |
// |
561 |
this.btnReset.AutoSize = true; |
562 |
this.btnReset.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
563 |
this.btnReset.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
564 |
this.btnReset.Location = new System.Drawing.Point(75, 3); |
565 |
this.btnReset.Name = "btnReset"; |
566 |
this.btnReset.Size = new System.Drawing.Size(58, 26); |
567 |
this.btnReset.TabIndex = 10; |
568 |
this.btnReset.Text = "Reset"; |
569 |
this.btnReset.UseVisualStyleBackColor = true; |
570 |
this.btnReset.Click += new System.EventHandler(this.btnReset_Click); |
571 |
// |
572 |
// btnCancel |
573 |
// |
574 |
this.btnCancel.AutoSize = true; |
575 |
this.btnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
576 |
this.btnCancel.Enabled = false; |
577 |
this.buttonflow.SetFlowBreak(this.btnCancel, true); |
578 |
this.btnCancel.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
579 |
this.btnCancel.Location = new System.Drawing.Point(139, 3); |
580 |
this.btnCancel.Name = "btnCancel"; |
581 |
this.btnCancel.Size = new System.Drawing.Size(66, 26); |
582 |
this.btnCancel.TabIndex = 12; |
583 |
this.btnCancel.Text = "Cancel"; |
584 |
this.btnCancel.UseVisualStyleBackColor = true; |
585 |
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); |
586 |
// |
587 |
// chkRefreshResults |
588 |
// |
589 |
this.chkRefreshResults.AutoSize = true; |
590 |
this.chkRefreshResults.Location = new System.Drawing.Point(3, 35); |
591 |
this.chkRefreshResults.Name = "chkRefreshResults"; |
592 |
this.chkRefreshResults.Size = new System.Drawing.Size(101, 17); |
593 |
this.chkRefreshResults.TabIndex = 13; |
594 |
this.chkRefreshResults.Text = "Refresh Results"; |
595 |
this.chkRefreshResults.UseVisualStyleBackColor = true; |
596 |
this.chkRefreshResults.CheckedChanged += new System.EventHandler(this.chkRefreshResults_CheckedChanged); |
597 |
// |
598 |
// splitresults |
599 |
// |
600 |
this.splitresults.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
601 |
this.splitresults.Dock = System.Windows.Forms.DockStyle.Fill; |
602 |
this.splitresults.Location = new System.Drawing.Point(0, 0); |
603 |
this.splitresults.Name = "splitresults"; |
604 |
this.splitresults.Orientation = System.Windows.Forms.Orientation.Horizontal; |
605 |
// |
606 |
// splitresults.Panel1 |
607 |
// |
608 |
this.splitresults.Panel1.Controls.Add(this.splitresultslist); |
609 |
// |
610 |
// splitresults.Panel2 |
611 |
// |
612 |
this.splitresults.Panel2.Controls.Add(this.resultsprogress); |
613 |
this.splitresults.Size = new System.Drawing.Size(750, 668); |
614 |
this.splitresults.SplitterDistance = 635; |
615 |
this.splitresults.TabIndex = 5; |
616 |
// |
617 |
// splitresultslist |
618 |
// |
619 |
this.splitresultslist.Dock = System.Windows.Forms.DockStyle.Fill; |
620 |
this.splitresultslist.Location = new System.Drawing.Point(0, 0); |
621 |
this.splitresultslist.Name = "splitresultslist"; |
622 |
this.splitresultslist.Orientation = System.Windows.Forms.Orientation.Horizontal; |
623 |
// |
624 |
// splitresultslist.Panel1 |
625 |
// |
626 |
this.splitresultslist.Panel1.Controls.Add(this.lstResults); |
627 |
this.splitresultslist.Panel1.Controls.Add(this.results_label_pnl); |
628 |
// |
629 |
// splitresultslist.Panel2 |
630 |
// |
631 |
this.splitresultslist.Panel2.Controls.Add(this.lstPatchList); |
632 |
this.splitresultslist.Panel2.Controls.Add(this.patch_tool_pnl); |
633 |
this.splitresultslist.Panel2.Controls.Add(this.patch_label_pnl); |
634 |
this.splitresultslist.Size = new System.Drawing.Size(746, 631); |
635 |
this.splitresultslist.SplitterDistance = 314; |
636 |
this.splitresultslist.TabIndex = 4; |
637 |
// |
638 |
// mnuResults |
639 |
// |
640 |
this.mnuResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
641 |
this.mnuItemAddToPatchList, |
642 |
this.mnuItemResultsListViewMemoryRegion}); |
643 |
this.mnuResults.Name = "mnuResults"; |
644 |
this.mnuResults.Size = new System.Drawing.Size(212, 48); |
645 |
this.mnuResults.Opening += new System.ComponentModel.CancelEventHandler(this.mnuResults_Opening); |
646 |
// |
647 |
// mnuItemAddToPatchList |
648 |
// |
649 |
this.mnuItemAddToPatchList.Name = "mnuItemAddToPatchList"; |
650 |
this.mnuItemAddToPatchList.Size = new System.Drawing.Size(211, 22); |
651 |
this.mnuItemAddToPatchList.Text = "&Add Selected to Patch List"; |
652 |
this.mnuItemAddToPatchList.Click += new System.EventHandler(this.mnuItemAddToPatchList_Click); |
653 |
// |
654 |
// mnuItemResultsListViewMemoryRegion |
655 |
// |
656 |
this.mnuItemResultsListViewMemoryRegion.Name = "mnuItemResultsListViewMemoryRegion"; |
657 |
this.mnuItemResultsListViewMemoryRegion.Size = new System.Drawing.Size(211, 22); |
658 |
this.mnuItemResultsListViewMemoryRegion.Text = "&View Memory Region"; |
659 |
this.mnuItemResultsListViewMemoryRegion.Click += new System.EventHandler(this.mnuItemResultsListViewMemoryRegion_Click); |
660 |
// |
661 |
// results_label_pnl |
662 |
// |
663 |
this.results_label_pnl.Controls.Add(this.lblResultsList); |
664 |
this.results_label_pnl.Dock = System.Windows.Forms.DockStyle.Left; |
665 |
this.results_label_pnl.Location = new System.Drawing.Point(0, 0); |
666 |
this.results_label_pnl.Name = "results_label_pnl"; |
667 |
this.results_label_pnl.Size = new System.Drawing.Size(37, 314); |
668 |
this.results_label_pnl.TabIndex = 3; |
669 |
// |
670 |
// lblResultsList |
671 |
// |
672 |
this.lblResultsList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
673 |
this.lblResultsList.Dock = System.Windows.Forms.DockStyle.Fill; |
674 |
this.lblResultsList.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
675 |
this.lblResultsList.Location = new System.Drawing.Point(0, 0); |
676 |
this.lblResultsList.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
677 |
this.lblResultsList.Name = "lblResultsList"; |
678 |
this.lblResultsList.Orientation = Utilities.TransparentControls.Label.Orientation.Vertical; |
679 |
this.lblResultsList.Size = new System.Drawing.Size(37, 314); |
680 |
this.lblResultsList.TabIndex = 4; |
681 |
this.lblResultsList.Text = "Results List"; |
682 |
this.lblResultsList.TextAlign = Utilities.TransparentControls.Label.TextAlign.Center; |
683 |
// |
684 |
// mnuAddedResults |
685 |
// |
686 |
this.mnuAddedResults.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
687 |
this.mnuItemRemoveResult, |
688 |
this.mnuItemPatchSelectedEntry, |
689 |
this.mnuItemPatchSelectedRange, |
690 |
this.mnuItemFreezeSelectedPatches, |
691 |
this.mnuItemThawSelectedPatches, |
692 |
this.mnuItemPatchListViewMemoryRegion}); |
693 |
this.mnuAddedResults.Name = "mnuAddedResults"; |
694 |
this.mnuAddedResults.Size = new System.Drawing.Size(211, 136); |
695 |
this.mnuAddedResults.Opening += new System.ComponentModel.CancelEventHandler(this.mnuAddedResults_Opening); |
696 |
// |
697 |
// mnuItemRemoveResult |
698 |
// |
699 |
this.mnuItemRemoveResult.Name = "mnuItemRemoveResult"; |
700 |
this.mnuItemRemoveResult.Size = new System.Drawing.Size(210, 22); |
701 |
this.mnuItemRemoveResult.Text = "&Remove Selected Patch(s)"; |
702 |
this.mnuItemRemoveResult.Click += new System.EventHandler(this.mnuItemRemoveResult_Click); |
703 |
// |
704 |
// mnuItemPatchSelectedEntry |
705 |
// |
706 |
this.mnuItemPatchSelectedEntry.Name = "mnuItemPatchSelectedEntry"; |
707 |
this.mnuItemPatchSelectedEntry.Size = new System.Drawing.Size(210, 22); |
708 |
this.mnuItemPatchSelectedEntry.Text = "&Patch Selected Entry"; |
709 |
this.mnuItemPatchSelectedEntry.Click += new System.EventHandler(this.mnuItemPatchSelectedEntry_Click); |
710 |
// |
711 |
// mnuItemPatchSelectedRange |
712 |
// |
713 |
this.mnuItemPatchSelectedRange.Name = "mnuItemPatchSelectedRange"; |
714 |
this.mnuItemPatchSelectedRange.Size = new System.Drawing.Size(210, 22); |
715 |
this.mnuItemPatchSelectedRange.Text = "Patch Selected &Range"; |
716 |
this.mnuItemPatchSelectedRange.Click += new System.EventHandler(this.mnuItemPatchSelectedRange_Click); |
717 |
// |
718 |
// mnuItemFreezeSelectedPatches |
719 |
// |
720 |
this.mnuItemFreezeSelectedPatches.Name = "mnuItemFreezeSelectedPatches"; |
721 |
this.mnuItemFreezeSelectedPatches.Size = new System.Drawing.Size(210, 22); |
722 |
this.mnuItemFreezeSelectedPatches.Text = "&Freeze Selected Patch(s)"; |
723 |
this.mnuItemFreezeSelectedPatches.Click += new System.EventHandler(this.mnuItemFreezeSelectedPatches_Click); |
724 |
// |
725 |
// mnuItemThawSelectedPatches |
726 |
// |
727 |
this.mnuItemThawSelectedPatches.Name = "mnuItemThawSelectedPatches"; |
728 |
this.mnuItemThawSelectedPatches.Size = new System.Drawing.Size(210, 22); |
729 |
this.mnuItemThawSelectedPatches.Text = "&Thaw Selected Patch(s)"; |
730 |
this.mnuItemThawSelectedPatches.Click += new System.EventHandler(this.mnuItemThawSelectedPatches_Click); |
731 |
// |
732 |
// mnuItemPatchListViewMemoryRegion |
733 |
// |
734 |
this.mnuItemPatchListViewMemoryRegion.Name = "mnuItemPatchListViewMemoryRegion"; |
735 |
this.mnuItemPatchListViewMemoryRegion.Size = new System.Drawing.Size(210, 22); |
736 |
this.mnuItemPatchListViewMemoryRegion.Text = "&View Memory Region"; |
737 |
this.mnuItemPatchListViewMemoryRegion.Click += new System.EventHandler(this.mnuItemPatchListViewMemoryRegion_Click); |
738 |
// |
739 |
// patch_tool_pnl |
740 |
// |
741 |
this.patch_tool_pnl.Controls.Add(this.patch_tool_pnl_flow); |
742 |
this.patch_tool_pnl.Dock = System.Windows.Forms.DockStyle.Bottom; |
743 |
this.patch_tool_pnl.Location = new System.Drawing.Point(37, 243); |
744 |
this.patch_tool_pnl.Name = "patch_tool_pnl"; |
745 |
this.patch_tool_pnl.Size = new System.Drawing.Size(709, 70); |
746 |
this.patch_tool_pnl.TabIndex = 3; |
747 |
// |
748 |
// patch_tool_pnl_flow |
749 |
// |
750 |
this.patch_tool_pnl_flow.AutoScroll = true; |
751 |
this.patch_tool_pnl_flow.Controls.Add(this.btnImportFile); |
752 |
this.patch_tool_pnl_flow.Controls.Add(this.btnExportFile); |
753 |
this.patch_tool_pnl_flow.Controls.Add(this.btnImportClipboard); |
754 |
this.patch_tool_pnl_flow.Controls.Add(this.btnExportClipboard); |
755 |
this.patch_tool_pnl_flow.Controls.Add(this.btnAddPatchAddress); |
756 |
this.patch_tool_pnl_flow.Controls.Add(this.btnAddAddressRange); |
757 |
this.patch_tool_pnl_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
758 |
this.patch_tool_pnl_flow.Location = new System.Drawing.Point(0, 0); |
759 |
this.patch_tool_pnl_flow.Name = "patch_tool_pnl_flow"; |
760 |
this.patch_tool_pnl_flow.Size = new System.Drawing.Size(709, 70); |
761 |
this.patch_tool_pnl_flow.TabIndex = 0; |
762 |
// |
763 |
// btnImportFile |
764 |
// |
765 |
this.btnImportFile.AutoSize = true; |
766 |
this.btnImportFile.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
767 |
this.btnImportFile.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
768 |
this.btnImportFile.Location = new System.Drawing.Point(3, 3); |
769 |
this.btnImportFile.Name = "btnImportFile"; |
770 |
this.btnImportFile.Size = new System.Drawing.Size(146, 26); |
771 |
this.btnImportFile.TabIndex = 12; |
772 |
this.btnImportFile.Text = "Import From File"; |
773 |
this.btnImportFile.UseVisualStyleBackColor = true; |
774 |
this.btnImportFile.Click += new System.EventHandler(this.btnImportFile_Click); |
775 |
// |
776 |
// btnExportFile |
777 |
// |
778 |
this.btnExportFile.AutoSize = true; |
779 |
this.btnExportFile.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
780 |
this.btnExportFile.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
781 |
this.btnExportFile.Location = new System.Drawing.Point(155, 3); |
782 |
this.btnExportFile.Name = "btnExportFile"; |
783 |
this.btnExportFile.Size = new System.Drawing.Size(130, 26); |
784 |
this.btnExportFile.TabIndex = 11; |
785 |
this.btnExportFile.Text = "Export To File"; |
786 |
this.btnExportFile.UseVisualStyleBackColor = true; |
787 |
this.btnExportFile.Click += new System.EventHandler(this.btnExportFile_Click); |
788 |
// |
789 |
// btnImportClipboard |
790 |
// |
791 |
this.btnImportClipboard.AutoSize = true; |
792 |
this.btnImportClipboard.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
793 |
this.btnImportClipboard.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
794 |
this.btnImportClipboard.Location = new System.Drawing.Point(291, 3); |
795 |
this.btnImportClipboard.Name = "btnImportClipboard"; |
796 |
this.btnImportClipboard.Size = new System.Drawing.Size(186, 26); |
797 |
this.btnImportClipboard.TabIndex = 15; |
798 |
this.btnImportClipboard.Text = "Import from Clipboard"; |
799 |
this.btnImportClipboard.UseVisualStyleBackColor = true; |
800 |
this.btnImportClipboard.Click += new System.EventHandler(this.btnImportClipboard_Click); |
801 |
// |
802 |
// btnExportClipboard |
803 |
// |
804 |
this.btnExportClipboard.AutoSize = true; |
805 |
this.btnExportClipboard.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
806 |
this.btnExportClipboard.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
807 |
this.btnExportClipboard.Location = new System.Drawing.Point(483, 3); |
808 |
this.btnExportClipboard.Name = "btnExportClipboard"; |
809 |
this.btnExportClipboard.Size = new System.Drawing.Size(170, 26); |
810 |
this.btnExportClipboard.TabIndex = 10; |
811 |
this.btnExportClipboard.Text = "Export To Clipboard"; |
812 |
this.btnExportClipboard.UseVisualStyleBackColor = true; |
813 |
this.btnExportClipboard.Click += new System.EventHandler(this.btnExportClipboard_Click); |
814 |
// |
815 |
// btnAddPatchAddress |
816 |
// |
817 |
this.btnAddPatchAddress.AutoSize = true; |
818 |
this.btnAddPatchAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
819 |
this.btnAddPatchAddress.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
820 |
this.btnAddPatchAddress.Location = new System.Drawing.Point(3, 35); |
821 |
this.btnAddPatchAddress.Name = "btnAddPatchAddress"; |
822 |
this.btnAddPatchAddress.Size = new System.Drawing.Size(106, 26); |
823 |
this.btnAddPatchAddress.TabIndex = 13; |
824 |
this.btnAddPatchAddress.Text = "Add Address"; |
825 |
this.btnAddPatchAddress.UseVisualStyleBackColor = true; |
826 |
this.btnAddPatchAddress.Click += new System.EventHandler(this.btnAddPatchAddress_Click); |
827 |
// |
828 |
// btnAddAddressRange |
829 |
// |
830 |
this.btnAddAddressRange.AutoSize = true; |
831 |
this.btnAddAddressRange.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
832 |
this.btnAddAddressRange.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
833 |
this.btnAddAddressRange.Location = new System.Drawing.Point(115, 35); |
834 |
this.btnAddAddressRange.Name = "btnAddAddressRange"; |
835 |
this.btnAddAddressRange.Size = new System.Drawing.Size(154, 26); |
836 |
this.btnAddAddressRange.TabIndex = 14; |
837 |
this.btnAddAddressRange.Text = "Add Address Range"; |
838 |
this.btnAddAddressRange.UseVisualStyleBackColor = true; |
839 |
this.btnAddAddressRange.Click += new System.EventHandler(this.btnAddAddressRange_Click); |
840 |
// |
841 |
// patch_label_pnl |
842 |
// |
843 |
this.patch_label_pnl.Controls.Add(this.lblPatchList); |
844 |
this.patch_label_pnl.Dock = System.Windows.Forms.DockStyle.Left; |
845 |
this.patch_label_pnl.Location = new System.Drawing.Point(0, 0); |
846 |
this.patch_label_pnl.Name = "patch_label_pnl"; |
847 |
this.patch_label_pnl.Size = new System.Drawing.Size(37, 313); |
848 |
this.patch_label_pnl.TabIndex = 2; |
849 |
// |
850 |
// lblPatchList |
851 |
// |
852 |
this.lblPatchList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
853 |
this.lblPatchList.Dock = System.Windows.Forms.DockStyle.Fill; |
854 |
this.lblPatchList.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
855 |
this.lblPatchList.Location = new System.Drawing.Point(0, 0); |
856 |
this.lblPatchList.Margin = new System.Windows.Forms.Padding(8, 6, 8, 6); |
857 |
this.lblPatchList.Name = "lblPatchList"; |
858 |
this.lblPatchList.Orientation = Utilities.TransparentControls.Label.Orientation.Vertical; |
859 |
this.lblPatchList.Size = new System.Drawing.Size(37, 313); |
860 |
this.lblPatchList.TabIndex = 5; |
861 |
this.lblPatchList.Text = "Patch List"; |
862 |
this.lblPatchList.TextAlign = Utilities.TransparentControls.Label.TextAlign.Center; |
863 |
// |
864 |
// resultsprogress |
865 |
// |
866 |
this.resultsprogress.Dock = System.Windows.Forms.DockStyle.Top; |
867 |
this.resultsprogress.Location = new System.Drawing.Point(0, 0); |
868 |
this.resultsprogress.Message = ""; |
869 |
this.resultsprogress.Name = "resultsprogress"; |
870 |
this.resultsprogress.ShowPercentageLabel = true; |
871 |
this.resultsprogress.Size = new System.Drawing.Size(746, 28); |
872 |
this.resultsprogress.TabIndex = 1; |
873 |
this.resultsprogress.Value = 0; |
874 |
// |
875 |
// timer_update_results |
876 |
// |
877 |
this.timer_update_results.Interval = 1; |
878 |
this.timer_update_results.Tick += new System.EventHandler(this.timer_update_results_Tick); |
879 |
// |
880 |
// ResultsUpdateWorkerThread |
881 |
// |
882 |
this.ResultsUpdateWorkerThread.WorkerSupportsCancellation = true; |
883 |
this.ResultsUpdateWorkerThread.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ResultsUpdateWorkerThread_DoWork); |
884 |
this.ResultsUpdateWorkerThread.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.ResultsUpdateWorkerThread_RunWorkerCompleted); |
885 |
// |
886 |
// SearchWorkerThread |
887 |
// |
888 |
this.SearchWorkerThread.WorkerReportsProgress = true; |
889 |
this.SearchWorkerThread.WorkerSupportsCancellation = true; |
890 |
this.SearchWorkerThread.DoWork += new System.ComponentModel.DoWorkEventHandler(this.SearchWorkerThread_DoWork); |
891 |
this.SearchWorkerThread.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.SearchWorkerThread_ProgressChanged); |
892 |
this.SearchWorkerThread.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.SearchWorkerThread_RunWorkerCompleted); |
893 |
// |
894 |
// search_progress_updater |
895 |
// |
896 |
this.search_progress_updater.Tick += new System.EventHandler(this.search_progress_updater_Tick); |
897 |
// |
898 |
// txtMemoryStart |
899 |
// |
900 |
this.txtMemoryStart.AutoSize = true; |
901 |
this.txtMemoryStart.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
902 |
this.txtMemoryStart.BackColor = System.Drawing.Color.White; |
903 |
this.grpMemorySearchRange_flow.SetFlowBreak(this.txtMemoryStart, true); |
904 |
this.txtMemoryStart.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
905 |
this.txtMemoryStart.isAddressMask = true; |
906 |
this.txtMemoryStart.Location = new System.Drawing.Point(38, 0); |
907 |
this.txtMemoryStart.Margin = new System.Windows.Forms.Padding(0); |
908 |
this.txtMemoryStart.MaxLength = 16; |
909 |
this.txtMemoryStart.Name = "txtMemoryStart"; |
910 |
this.txtMemoryStart.ReadOnly = true; |
911 |
this.txtMemoryStart.Size = new System.Drawing.Size(181, 26); |
912 |
this.txtMemoryStart.TabIndex = 7; |
913 |
this.txtMemoryStart.TextLength = 8; |
914 |
this.txtMemoryStart.Value = ((long)(0)); |
915 |
this.txtMemoryStart.ValueChanged += new System.EventHandler<System.Windows.Forms.ValueChangedEventArgs>(this.txtMemoryStart_ValueChanged); |
916 |
// |
917 |
// txtMemorySize |
918 |
// |
919 |
this.txtMemorySize.AutoSize = true; |
920 |
this.txtMemorySize.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
921 |
this.txtMemorySize.BackColor = System.Drawing.Color.White; |
922 |
this.grpMemorySearchRange_flow.SetFlowBreak(this.txtMemorySize, true); |
923 |
this.txtMemorySize.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
924 |
this.txtMemorySize.isAddressMask = true; |
925 |
this.txtMemorySize.Location = new System.Drawing.Point(39, 26); |
926 |
this.txtMemorySize.Margin = new System.Windows.Forms.Padding(0); |
927 |
this.txtMemorySize.MaxLength = 16; |
928 |
this.txtMemorySize.Name = "txtMemorySize"; |
929 |
this.txtMemorySize.ReadOnly = true; |
930 |
this.txtMemorySize.Size = new System.Drawing.Size(180, 26); |
931 |
this.txtMemorySize.TabIndex = 8; |
932 |
this.txtMemorySize.TextLength = 8; |
933 |
this.txtMemorySize.Value = ((long)(0)); |
934 |
this.txtMemorySize.ValueChanged += new System.EventHandler<System.Windows.Forms.ValueChangedEventArgs>(this.txtMemorySize_ValueChanged); |
935 |
// |
936 |
// txtStartAddr |
937 |
// |
938 |
this.txtStartAddr.AutoSize = true; |
939 |
this.txtStartAddr.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
940 |
this.txtStartAddr.BackColor = System.Drawing.Color.White; |
941 |
this.comparevalue_flow.SetFlowBreak(this.txtStartAddr, true); |
942 |
this.txtStartAddr.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
943 |
this.txtStartAddr.isAddressMask = true; |
944 |
this.txtStartAddr.Location = new System.Drawing.Point(38, 25); |
945 |
this.txtStartAddr.Margin = new System.Windows.Forms.Padding(0); |
946 |
this.txtStartAddr.MaxLength = 16; |
947 |
this.txtStartAddr.Name = "txtStartAddr"; |
948 |
this.txtStartAddr.ReadOnly = true; |
949 |
this.txtStartAddr.Size = new System.Drawing.Size(250, 26); |
950 |
this.txtStartAddr.TabIndex = 5; |
951 |
this.txtStartAddr.TextLength = 8; |
952 |
this.txtStartAddr.Value = ((long)(0)); |
953 |
// |
954 |
// txtEndAddr |
955 |
// |
956 |
this.txtEndAddr.AutoSize = true; |
957 |
this.txtEndAddr.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
958 |
this.txtEndAddr.BackColor = System.Drawing.Color.White; |
959 |
this.txtEndAddr.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
960 |
this.txtEndAddr.isAddressMask = true; |
961 |
this.txtEndAddr.Location = new System.Drawing.Point(35, 51); |
962 |
this.txtEndAddr.Margin = new System.Windows.Forms.Padding(0); |
963 |
this.txtEndAddr.MaxLength = 16; |
964 |
this.txtEndAddr.Name = "txtEndAddr"; |
965 |
this.txtEndAddr.ReadOnly = true; |
966 |
this.txtEndAddr.Size = new System.Drawing.Size(253, 26); |
967 |
this.txtEndAddr.TabIndex = 6; |
968 |
this.txtEndAddr.TextLength = 8; |
969 |
this.txtEndAddr.Value = ((long)(0)); |
970 |
// |
971 |
// lstResults |
972 |
// |
973 |
this.lstResults.AcceptedPlugin = null; |
974 |
this.lstResults.AcceptedProcess = null; |
975 |
this.lstResults.AllowColumnReorder = true; |
976 |
this.lstResults.ContextMenuStrip = this.mnuResults; |
977 |
this.lstResults.Dock = System.Windows.Forms.DockStyle.Fill; |
978 |
this.lstResults.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
979 |
this.lstResults.FullRowSelect = true; |
980 |
this.lstResults.HideSelection = false; |
981 |
this.lstResults.Location = new System.Drawing.Point(37, 0); |
982 |
this.lstResults.Name = "lstResults"; |
983 |
this.lstResults.OverrideDetailsViewByDefault = false; |
984 |
this.lstResults.ProcessID = 0; |
985 |
this.lstResults.Size = new System.Drawing.Size(709, 314); |
986 |
this.lstResults.TabIndex = 4; |
987 |
this.lstResults.UseCompatibleStateImageBehavior = false; |
988 |
this.lstResults.View = System.Windows.Forms.View.Details; |
989 |
// |
990 |
// lstPatchList |
991 |
// |
992 |
this.lstPatchList.AcceptedPlugin = null; |
993 |
this.lstPatchList.AcceptedProcess = null; |
994 |
this.lstPatchList.AllowColumnReorder = true; |
995 |
this.lstPatchList.ContextMenuStrip = this.mnuAddedResults; |
996 |
this.lstPatchList.Dock = System.Windows.Forms.DockStyle.Fill; |
997 |
this.lstPatchList.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
998 |
this.lstPatchList.FullRowSelect = true; |
999 |
this.lstPatchList.HideSelection = false; |
1000 |
this.lstPatchList.Location = new System.Drawing.Point(37, 0); |
1001 |
this.lstPatchList.Name = "lstPatchList"; |
1002 |
this.lstPatchList.OverrideDetailsViewByDefault = false; |
1003 |
this.lstPatchList.ProcessID = 0; |
1004 |
this.lstPatchList.Size = new System.Drawing.Size(709, 243); |
1005 |
this.lstPatchList.TabIndex = 5; |
1006 |
this.lstPatchList.UseCompatibleStateImageBehavior = false; |
1007 |
this.lstPatchList.View = System.Windows.Forms.View.Details; |
1008 |
// |
1009 |
// FloatingMemorySearcher |
1010 |
// |
1011 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
1012 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
1013 |
this.ClientSize = new System.Drawing.Size(1144, 668); |
1014 |
this.Controls.Add(this.mainsplit); |
1015 |
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
1016 |
this.Name = "FloatingMemorySearcher"; |
1017 |
this.Text = "Memory Search"; |
1018 |
this.mainsplit.Panel1.ResumeLayout(false); |
1019 |
this.mainsplit.Panel2.ResumeLayout(false); |
1020 |
((System.ComponentModel.ISupportInitialize)(this.mainsplit)).EndInit(); |
1021 |
this.mainsplit.ResumeLayout(false); |
1022 |
this.leftsplit.Panel1.ResumeLayout(false); |
1023 |
this.leftsplit.Panel2.ResumeLayout(false); |
1024 |
((System.ComponentModel.ISupportInitialize)(this.leftsplit)).EndInit(); |
1025 |
this.leftsplit.ResumeLayout(false); |
1026 |
this.compare_flow.ResumeLayout(false); |
1027 |
this.compare_flow.PerformLayout(); |
1028 |
this.grpMemorySearchRange.ResumeLayout(false); |
1029 |
this.grpMemorySearchRange.PerformLayout(); |
1030 |
this.grpMemorySearchRange_flow.ResumeLayout(false); |
1031 |
this.grpMemorySearchRange_flow.PerformLayout(); |
1032 |
this.grpDataType.ResumeLayout(false); |
1033 |
this.grpDataType.PerformLayout(); |
1034 |
this.datatype_flow.ResumeLayout(false); |
1035 |
this.datatype_flow.PerformLayout(); |
1036 |
this.grpCompareValue.ResumeLayout(false); |
1037 |
this.comparevalue_flow.ResumeLayout(false); |
1038 |
this.comparevalue_flow.PerformLayout(); |
1039 |
this.grpCompareType.ResumeLayout(false); |
1040 |
this.comparetype_flow.ResumeLayout(false); |
1041 |
this.comparetype_flow.PerformLayout(); |
1042 |
this.buttonflow.ResumeLayout(false); |
1043 |
this.buttonflow.PerformLayout(); |
1044 |
this.splitresults.Panel1.ResumeLayout(false); |
1045 |
this.splitresults.Panel2.ResumeLayout(false); |
1046 |
((System.ComponentModel.ISupportInitialize)(this.splitresults)).EndInit(); |
1047 |
this.splitresults.ResumeLayout(false); |
1048 |
this.splitresultslist.Panel1.ResumeLayout(false); |
1049 |
this.splitresultslist.Panel2.ResumeLayout(false); |
1050 |
((System.ComponentModel.ISupportInitialize)(this.splitresultslist)).EndInit(); |
1051 |
this.splitresultslist.ResumeLayout(false); |
1052 |
this.mnuResults.ResumeLayout(false); |
1053 |
this.results_label_pnl.ResumeLayout(false); |
1054 |
this.mnuAddedResults.ResumeLayout(false); |
1055 |
this.patch_tool_pnl.ResumeLayout(false); |
1056 |
this.patch_tool_pnl_flow.ResumeLayout(false); |
1057 |
this.patch_tool_pnl_flow.PerformLayout(); |
1058 |
this.patch_label_pnl.ResumeLayout(false); |
1059 |
this.ResumeLayout(false); |
1060 |
|
1061 |
} |
1062 |
|
1063 |
#endregion |
1064 |
|
1065 |
private System.Windows.Forms.SplitContainer mainsplit; |
1066 |
private System.Windows.Forms.GroupBox grpDataType; |
1067 |
private System.Windows.Forms.FlowLayoutPanel datatype_flow; |
1068 |
private System.Windows.Forms.RadioButton radio_8bits; |
1069 |
private System.Windows.Forms.RadioButton radio_16bits; |
1070 |
private System.Windows.Forms.RadioButton radio_32bits; |
1071 |
private System.Windows.Forms.RadioButton radio_64bits; |
1072 |
private System.Windows.Forms.CheckBox chkUnsigned; |
1073 |
private System.Windows.Forms.SplitContainer leftsplit; |
1074 |
private System.Windows.Forms.GroupBox grpCompareValue; |
1075 |
private System.Windows.Forms.FlowLayoutPanel comparevalue_flow; |
1076 |
private System.Windows.Forms.RadioButton radio_oldvalue; |
1077 |
private System.Windows.Forms.RadioButton radio_specificvalue; |
1078 |
private System.Windows.Forms.Label lblStart; |
1079 |
private System.Windows.Forms.MaskedHexBox txtStartAddr; |
1080 |
private System.Windows.Forms.Label lblEnd; |
1081 |
private System.Windows.Forms.MaskedHexBox txtEndAddr; |
1082 |
private System.Windows.Forms.GroupBox grpCompareType; |
1083 |
private System.Windows.Forms.FlowLayoutPanel comparetype_flow; |
1084 |
private System.Windows.Forms.RadioButton radiocompare_equal; |
1085 |
private System.Windows.Forms.RadioButton radiocompare_greaterthan; |
1086 |
private System.Windows.Forms.RadioButton radiocompare_lessthan; |
1087 |
private System.Windows.Forms.RadioButton radiocompare_greaterthan_orequal; |
1088 |
private System.Windows.Forms.RadioButton radiocompare_lessthan_orequal; |
1089 |
private System.Windows.Forms.RadioButton radiocompare_notequal; |
1090 |
private System.Windows.Forms.RadioButton radiocompare_between; |
1091 |
private System.Windows.Forms.RadioButton radiocompare_notbetween; |
1092 |
private System.Windows.Forms.FlowLayoutPanel compare_flow; |
1093 |
private System.Windows.Forms.FlowLayoutPanel buttonflow; |
1094 |
private System.Windows.Forms.Button btnSearch; |
1095 |
private System.Windows.Forms.Button btnReset; |
1096 |
private System.Windows.Forms.Button btnCancel; |
1097 |
private System.Windows.Forms.CheckBox chkRefreshResults; |
1098 |
private System.Windows.Forms.Timer timer_update_results; |
1099 |
private System.ComponentModel.BackgroundWorker ResultsUpdateWorkerThread; |
1100 |
private System.Windows.Forms.SplitContainer splitresults; |
1101 |
private System.Windows.Forms.SplitContainer splitresultslist; |
1102 |
private System.Windows.Forms.Panel results_label_pnl; |
1103 |
private Utilities.TransparentControls.Label.TransDirectionalLabel lblResultsList; |
1104 |
private System.Windows.Forms.Panel patch_tool_pnl; |
1105 |
private System.Windows.Forms.FlowLayoutPanel patch_tool_pnl_flow; |
1106 |
private System.Windows.Forms.Button btnImportFile; |
1107 |
private System.Windows.Forms.Button btnExportFile; |
1108 |
private System.Windows.Forms.Button btnImportClipboard; |
1109 |
private System.Windows.Forms.Button btnExportClipboard; |
1110 |
private System.Windows.Forms.Button btnAddPatchAddress; |
1111 |
private System.Windows.Forms.Button btnAddAddressRange; |
1112 |
private System.Windows.Forms.Panel patch_label_pnl; |
1113 |
private Utilities.TransparentControls.Label.TransDirectionalLabel lblPatchList; |
1114 |
private Utilities.TransparentControls.ProgressBarWithPercentageLabel resultsprogress; |
1115 |
private System.Windows.Forms.AddressValuePairList lstResults; |
1116 |
private System.Windows.Forms.AddressValuePairList lstPatchList; |
1117 |
private System.Windows.Forms.ContextMenuStrip mnuAddedResults; |
1118 |
private System.Windows.Forms.ToolStripMenuItem mnuItemRemoveResult; |
1119 |
private System.Windows.Forms.ToolStripMenuItem mnuItemPatchSelectedEntry; |
1120 |
private System.Windows.Forms.ToolStripMenuItem mnuItemPatchSelectedRange; |
1121 |
private System.Windows.Forms.ToolStripMenuItem mnuItemFreezeSelectedPatches; |
1122 |
private System.Windows.Forms.ToolStripMenuItem mnuItemThawSelectedPatches; |
1123 |
private System.Windows.Forms.ContextMenuStrip mnuResults; |
1124 |
private System.Windows.Forms.ToolStripMenuItem mnuItemAddToPatchList; |
1125 |
private System.ComponentModel.BackgroundWorker SearchWorkerThread; |
1126 |
private System.Windows.Forms.Timer search_progress_updater; |
1127 |
private System.Windows.Forms.ToolStripMenuItem mnuItemPatchListViewMemoryRegion; |
1128 |
private System.Windows.Forms.ToolStripMenuItem mnuItemResultsListViewMemoryRegion; |
1129 |
private System.Windows.Forms.GroupBox grpMemorySearchRange; |
1130 |
private System.Windows.Forms.FlowLayoutPanel grpMemorySearchRange_flow; |
1131 |
private System.Windows.Forms.Label lblMemoryStart; |
1132 |
private System.Windows.Forms.MaskedHexBox txtMemoryStart; |
1133 |
private System.Windows.Forms.Label lblMemorySize; |
1134 |
private System.Windows.Forms.MaskedHexBox txtMemorySize; |
1135 |
private System.Windows.Forms.CheckBox chkMemoryRangeExpertMode; |
1136 |
} |
1137 |
} |