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