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