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