ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Docking/FloatingMemorySearcher.Designer.cs
Revision: 447
Committed: Sun Jun 2 19:58:37 2013 UTC (9 years, 9 months ago) by william
File size: 68976 byte(s)
Log Message:

File Contents

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