ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Docking/FloatingMemorySearcher.Designer.cs
Revision: 271
Committed: Sun Jun 3 21:11:45 2012 UTC (11 years, 6 months ago) by william
File size: 59081 byte(s)
Log Message:
set Search, Reset, and Cancel button states on click

File Contents

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