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