1 namespace Mesen.GUI.Debugger
2 {
3 	partial class frmMemoryViewer
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>
Dispose(bool disposing)14 		protected override void Dispose(bool disposing)
15 		{
16 			if(disposing && (components != null)) {
17 				components.Dispose();
18 			}
19 			if(this._notifListener != null) {
20 				this._notifListener.Dispose();
21 				this._notifListener = null;
22 			}
23 			base.Dispose(disposing);
24 		}
25 
26 		#region Windows Form Designer generated code
27 
28 		/// <summary>
29 		/// Required method for Designer support - do not modify
30 		/// the contents of this method with the code editor.
31 		/// </summary>
InitializeComponent()32 		private void InitializeComponent()
33 		{
34 			this.ctrlHexViewer = new Mesen.GUI.Debugger.Controls.ctrlHexViewer();
35 			this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
36 			this.lblViewMemoryType = new System.Windows.Forms.Label();
37 			this.cboMemoryType = new Mesen.GUI.Debugger.Controls.ComboBoxWithSeparator();
38 			this.menuStrip1 = new Mesen.GUI.Controls.ctrlMesenMenuStrip();
39 			this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40 			this.mnuImport = new System.Windows.Forms.ToolStripMenuItem();
41 			this.mnuExport = new System.Windows.Forms.ToolStripMenuItem();
42 			this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
43 			this.mnuLoadTblFile = new System.Windows.Forms.ToolStripMenuItem();
44 			this.mnuResetTblMappings = new System.Windows.Forms.ToolStripMenuItem();
45 			this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
46 			this.mnuClose = new System.Windows.Forms.ToolStripMenuItem();
47 			this.mnuView = new System.Windows.Forms.ToolStripMenuItem();
48 			this.highlightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
49 			this.mnuHighlightExecution = new System.Windows.Forms.ToolStripMenuItem();
50 			this.mnuHighlightWrites = new System.Windows.Forms.ToolStripMenuItem();
51 			this.mnuHightlightReads = new System.Windows.Forms.ToolStripMenuItem();
52 			this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
53 			this.fadeSpeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
54 			this.mnuFadeSlow = new System.Windows.Forms.ToolStripMenuItem();
55 			this.mnuFadeNormal = new System.Windows.Forms.ToolStripMenuItem();
56 			this.mnuFadeFast = new System.Windows.Forms.ToolStripMenuItem();
57 			this.mnuFadeNever = new System.Windows.Forms.ToolStripMenuItem();
58 			this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
59 			this.mnuCustomFadeSpeed = new System.Windows.Forms.ToolStripMenuItem();
60 			this.dataTypeHighlightingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
61 			this.mnuHighlightLabelledBytes = new System.Windows.Forms.ToolStripMenuItem();
62 			this.mnuHighlightBreakpoints = new System.Windows.Forms.ToolStripMenuItem();
63 			this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
64 			this.mnuHighlightCodeBytes = new System.Windows.Forms.ToolStripMenuItem();
65 			this.mnuHighlightDataBytes = new System.Windows.Forms.ToolStripMenuItem();
66 			this.mnuHighlightDmcDataBytes = new System.Windows.Forms.ToolStripMenuItem();
67 			this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
68 			this.mnuHighlightChrDrawnBytes = new System.Windows.Forms.ToolStripMenuItem();
69 			this.mnuHighlightChrReadBytes = new System.Windows.Forms.ToolStripMenuItem();
70 			this.fadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
71 			this.mnuHideUnusedBytes = new System.Windows.Forms.ToolStripMenuItem();
72 			this.mnuHideReadBytes = new System.Windows.Forms.ToolStripMenuItem();
73 			this.mnuHideWrittenBytes = new System.Windows.Forms.ToolStripMenuItem();
74 			this.mnuHideExecutedBytes = new System.Windows.Forms.ToolStripMenuItem();
75 			this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
76 			this.mnuConfigureColors = new System.Windows.Forms.ToolStripMenuItem();
77 			this.fontSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
78 			this.mnuIncreaseFontSize = new System.Windows.Forms.ToolStripMenuItem();
79 			this.mnuDecreaseFontSize = new System.Windows.Forms.ToolStripMenuItem();
80 			this.mnuResetFontSize = new System.Windows.Forms.ToolStripMenuItem();
81 			this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator();
82 			this.mnuSelectFont = new System.Windows.Forms.ToolStripMenuItem();
83 			this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripSeparator();
84 			this.mnuHighDensityMode = new System.Windows.Forms.ToolStripMenuItem();
85 			this.autorefreshSpeedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
86 			this.mnuAutoRefreshLow = new System.Windows.Forms.ToolStripMenuItem();
87 			this.mnuAutoRefreshNormal = new System.Windows.Forms.ToolStripMenuItem();
88 			this.mnuAutoRefreshHigh = new System.Windows.Forms.ToolStripMenuItem();
89 			this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
90 			this.mnuRefresh = new System.Windows.Forms.ToolStripMenuItem();
91 			this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripSeparator();
92 			this.mnuAutoRefresh = new System.Windows.Forms.ToolStripMenuItem();
93 			this.mnuShowCharacters = new System.Windows.Forms.ToolStripMenuItem();
94 			this.mnuShowLabelInfoOnMouseOver = new System.Windows.Forms.ToolStripMenuItem();
95 			this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripSeparator();
96 			this.mnuIgnoreRedundantWrites = new System.Windows.Forms.ToolStripMenuItem();
97 			this.mnuEnablePerByteNavigation = new System.Windows.Forms.ToolStripMenuItem();
98 			this.mnuByteEditingMode = new System.Windows.Forms.ToolStripMenuItem();
99 			this.mnuHighlightCurrentRowColumn = new System.Windows.Forms.ToolStripMenuItem();
100 			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
101 			this.mnuGoToAll = new System.Windows.Forms.ToolStripMenuItem();
102 			this.mnuGoTo = new System.Windows.Forms.ToolStripMenuItem();
103 			this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripSeparator();
104 			this.mnuFind = new System.Windows.Forms.ToolStripMenuItem();
105 			this.mnuFindNext = new System.Windows.Forms.ToolStripMenuItem();
106 			this.mnuFindPrev = new System.Windows.Forms.ToolStripMenuItem();
107 			this.tabMain = new System.Windows.Forms.TabControl();
108 			this.tpgMemoryViewer = new System.Windows.Forms.TabPage();
109 			this.panel1 = new System.Windows.Forms.Panel();
110 			this.tpgAccessCounters = new System.Windows.Forms.TabPage();
111 			this.ctrlMemoryAccessCounters = new Mesen.GUI.Debugger.Controls.ctrlMemoryAccessCounters();
112 			this.flowLayoutPanel1.SuspendLayout();
113 			this.menuStrip1.SuspendLayout();
114 			this.tabMain.SuspendLayout();
115 			this.tpgMemoryViewer.SuspendLayout();
116 			this.panel1.SuspendLayout();
117 			this.tpgAccessCounters.SuspendLayout();
118 			this.SuspendLayout();
119 			//
120 			// ctrlHexViewer
121 			//
122 			this.ctrlHexViewer.BaseFont = new System.Drawing.Font("Consolas", 10F);
123 			this.ctrlHexViewer.Dock = System.Windows.Forms.DockStyle.Fill;
124 			this.ctrlHexViewer.Location = new System.Drawing.Point(0, 0);
125 			this.ctrlHexViewer.Margin = new System.Windows.Forms.Padding(0);
126 			this.ctrlHexViewer.Name = "ctrlHexViewer";
127 			this.ctrlHexViewer.Size = new System.Drawing.Size(606, 343);
128 			this.ctrlHexViewer.TabIndex = 0;
129 			this.ctrlHexViewer.TextZoom = 100;
130 			this.ctrlHexViewer.RequiredWidthChanged += new System.EventHandler(this.ctrlHexViewer_RequiredWidthChanged);
131 			this.ctrlHexViewer.ByteMouseHover += new Mesen.GUI.Debugger.Controls.ctrlHexViewer.ByteMouseHoverHandler(this.ctrlHexViewer_ByteMouseHover);
132 			//
133 			// flowLayoutPanel1
134 			//
135 			this.flowLayoutPanel1.AutoSize = true;
136 			this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
137 			this.flowLayoutPanel1.Controls.Add(this.lblViewMemoryType);
138 			this.flowLayoutPanel1.Controls.Add(this.cboMemoryType);
139 			this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
140 			this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
141 			this.flowLayoutPanel1.Name = "flowLayoutPanel1";
142 			this.flowLayoutPanel1.Size = new System.Drawing.Size(207, 27);
143 			this.flowLayoutPanel1.TabIndex = 1;
144 			this.flowLayoutPanel1.WrapContents = false;
145 			//
146 			// lblViewMemoryType
147 			//
148 			this.lblViewMemoryType.Anchor = System.Windows.Forms.AnchorStyles.Left;
149 			this.lblViewMemoryType.AutoSize = true;
150 			this.lblViewMemoryType.Location = new System.Drawing.Point(3, 7);
151 			this.lblViewMemoryType.Name = "lblViewMemoryType";
152 			this.lblViewMemoryType.Size = new System.Drawing.Size(33, 13);
153 			this.lblViewMemoryType.TabIndex = 0;
154 			this.lblViewMemoryType.Text = "View:";
155 			//
156 			// cboMemoryType
157 			//
158 			this.cboMemoryType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
159 			this.cboMemoryType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
160 			this.cboMemoryType.FormattingEnabled = true;
161 			this.cboMemoryType.Location = new System.Drawing.Point(42, 3);
162 			this.cboMemoryType.Name = "cboMemoryType";
163 			this.cboMemoryType.Size = new System.Drawing.Size(162, 21);
164 			this.cboMemoryType.TabIndex = 1;
165 			//
166 			// menuStrip1
167 			//
168 			this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
169             this.fileToolStripMenuItem,
170             this.mnuView,
171             this.toolStripMenuItem1});
172 			this.menuStrip1.Location = new System.Drawing.Point(0, 0);
173 			this.menuStrip1.Name = "menuStrip1";
174 			this.menuStrip1.Size = new System.Drawing.Size(614, 24);
175 			this.menuStrip1.TabIndex = 2;
176 			this.menuStrip1.Text = "menuStrip1";
177 			//
178 			// fileToolStripMenuItem
179 			//
180 			this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
181             this.mnuImport,
182             this.mnuExport,
183             this.toolStripMenuItem3,
184             this.mnuLoadTblFile,
185             this.mnuResetTblMappings,
186             this.toolStripMenuItem4,
187             this.mnuClose});
188 			this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
189 			this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
190 			this.fileToolStripMenuItem.Text = "File";
191 			//
192 			// mnuImport
193 			//
194 			this.mnuImport.Image = global::Mesen.GUI.Properties.Resources.Import;
195 			this.mnuImport.Name = "mnuImport";
196 			this.mnuImport.Size = new System.Drawing.Size(181, 22);
197 			this.mnuImport.Text = "Import";
198 			this.mnuImport.Click += new System.EventHandler(this.mnuImport_Click);
199 			//
200 			// mnuExport
201 			//
202 			this.mnuExport.Image = global::Mesen.GUI.Properties.Resources.Export;
203 			this.mnuExport.Name = "mnuExport";
204 			this.mnuExport.Size = new System.Drawing.Size(181, 22);
205 			this.mnuExport.Text = "Export";
206 			this.mnuExport.Click += new System.EventHandler(this.mnuExport_Click);
207 			//
208 			// toolStripMenuItem3
209 			//
210 			this.toolStripMenuItem3.Name = "toolStripMenuItem3";
211 			this.toolStripMenuItem3.Size = new System.Drawing.Size(178, 6);
212 			//
213 			// mnuLoadTblFile
214 			//
215 			this.mnuLoadTblFile.Name = "mnuLoadTblFile";
216 			this.mnuLoadTblFile.Size = new System.Drawing.Size(181, 22);
217 			this.mnuLoadTblFile.Text = "Load TBL file";
218 			this.mnuLoadTblFile.Click += new System.EventHandler(this.mnuLoadTblFile_Click);
219 			//
220 			// mnuResetTblMappings
221 			//
222 			this.mnuResetTblMappings.Name = "mnuResetTblMappings";
223 			this.mnuResetTblMappings.Size = new System.Drawing.Size(181, 22);
224 			this.mnuResetTblMappings.Text = "Reset TBL mappings";
225 			this.mnuResetTblMappings.Click += new System.EventHandler(this.mnuResetTblMappings_Click);
226 			//
227 			// toolStripMenuItem4
228 			//
229 			this.toolStripMenuItem4.Name = "toolStripMenuItem4";
230 			this.toolStripMenuItem4.Size = new System.Drawing.Size(178, 6);
231 			//
232 			// mnuClose
233 			//
234 			this.mnuClose.Image = global::Mesen.GUI.Properties.Resources.Exit;
235 			this.mnuClose.Name = "mnuClose";
236 			this.mnuClose.Size = new System.Drawing.Size(181, 22);
237 			this.mnuClose.Text = "Close";
238 			this.mnuClose.Click += new System.EventHandler(this.mnuClose_Click);
239 			//
240 			// mnuView
241 			//
242 			this.mnuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
243             this.highlightToolStripMenuItem,
244             this.dataTypeHighlightingToolStripMenuItem,
245             this.fadeToolStripMenuItem,
246             this.toolStripMenuItem5,
247             this.mnuConfigureColors,
248             this.fontSizeToolStripMenuItem,
249             this.autorefreshSpeedToolStripMenuItem,
250             this.toolStripMenuItem2,
251             this.mnuRefresh,
252             this.toolStripMenuItem9,
253             this.mnuAutoRefresh,
254             this.mnuShowCharacters,
255             this.mnuShowLabelInfoOnMouseOver,
256             this.toolStripMenuItem10,
257             this.mnuIgnoreRedundantWrites,
258             this.mnuEnablePerByteNavigation,
259             this.mnuByteEditingMode,
260             this.mnuHighlightCurrentRowColumn});
261 			this.mnuView.Name = "mnuView";
262 			this.mnuView.Size = new System.Drawing.Size(44, 20);
263 			this.mnuView.Text = "View";
264 			//
265 			// highlightToolStripMenuItem
266 			//
267 			this.highlightToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
268             this.mnuHighlightExecution,
269             this.mnuHighlightWrites,
270             this.mnuHightlightReads,
271             this.toolStripMenuItem6,
272             this.fadeSpeedToolStripMenuItem});
273 			this.highlightToolStripMenuItem.Name = "highlightToolStripMenuItem";
274 			this.highlightToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
275 			this.highlightToolStripMenuItem.Text = "Memory Access Highlighting";
276 			//
277 			// mnuHighlightExecution
278 			//
279 			this.mnuHighlightExecution.CheckOnClick = true;
280 			this.mnuHighlightExecution.Name = "mnuHighlightExecution";
281 			this.mnuHighlightExecution.Size = new System.Drawing.Size(133, 22);
282 			this.mnuHighlightExecution.Text = "Execution";
283 			this.mnuHighlightExecution.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
284 			//
285 			// mnuHighlightWrites
286 			//
287 			this.mnuHighlightWrites.CheckOnClick = true;
288 			this.mnuHighlightWrites.Name = "mnuHighlightWrites";
289 			this.mnuHighlightWrites.Size = new System.Drawing.Size(133, 22);
290 			this.mnuHighlightWrites.Text = "Writes";
291 			this.mnuHighlightWrites.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
292 			//
293 			// mnuHightlightReads
294 			//
295 			this.mnuHightlightReads.CheckOnClick = true;
296 			this.mnuHightlightReads.Name = "mnuHightlightReads";
297 			this.mnuHightlightReads.Size = new System.Drawing.Size(133, 22);
298 			this.mnuHightlightReads.Text = "Reads";
299 			this.mnuHightlightReads.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
300 			//
301 			// toolStripMenuItem6
302 			//
303 			this.toolStripMenuItem6.Name = "toolStripMenuItem6";
304 			this.toolStripMenuItem6.Size = new System.Drawing.Size(130, 6);
305 			//
306 			// fadeSpeedToolStripMenuItem
307 			//
308 			this.fadeSpeedToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
309             this.mnuFadeSlow,
310             this.mnuFadeNormal,
311             this.mnuFadeFast,
312             this.mnuFadeNever,
313             this.toolStripMenuItem7,
314             this.mnuCustomFadeSpeed});
315 			this.fadeSpeedToolStripMenuItem.Name = "fadeSpeedToolStripMenuItem";
316 			this.fadeSpeedToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
317 			this.fadeSpeedToolStripMenuItem.Text = "Fade speed";
318 			//
319 			// mnuFadeSlow
320 			//
321 			this.mnuFadeSlow.Name = "mnuFadeSlow";
322 			this.mnuFadeSlow.Size = new System.Drawing.Size(136, 22);
323 			this.mnuFadeSlow.Text = "Slow";
324 			this.mnuFadeSlow.Click += new System.EventHandler(this.mnuFadeSpeed_Click);
325 			//
326 			// mnuFadeNormal
327 			//
328 			this.mnuFadeNormal.Checked = true;
329 			this.mnuFadeNormal.CheckState = System.Windows.Forms.CheckState.Checked;
330 			this.mnuFadeNormal.Name = "mnuFadeNormal";
331 			this.mnuFadeNormal.Size = new System.Drawing.Size(136, 22);
332 			this.mnuFadeNormal.Text = "Normal";
333 			this.mnuFadeNormal.Click += new System.EventHandler(this.mnuFadeSpeed_Click);
334 			//
335 			// mnuFadeFast
336 			//
337 			this.mnuFadeFast.Name = "mnuFadeFast";
338 			this.mnuFadeFast.Size = new System.Drawing.Size(136, 22);
339 			this.mnuFadeFast.Text = "Fast";
340 			this.mnuFadeFast.Click += new System.EventHandler(this.mnuFadeSpeed_Click);
341 			//
342 			// mnuFadeNever
343 			//
344 			this.mnuFadeNever.Name = "mnuFadeNever";
345 			this.mnuFadeNever.Size = new System.Drawing.Size(136, 22);
346 			this.mnuFadeNever.Text = "Do not fade";
347 			this.mnuFadeNever.Click += new System.EventHandler(this.mnuFadeSpeed_Click);
348 			//
349 			// toolStripMenuItem7
350 			//
351 			this.toolStripMenuItem7.Name = "toolStripMenuItem7";
352 			this.toolStripMenuItem7.Size = new System.Drawing.Size(133, 6);
353 			//
354 			// mnuCustomFadeSpeed
355 			//
356 			this.mnuCustomFadeSpeed.Name = "mnuCustomFadeSpeed";
357 			this.mnuCustomFadeSpeed.Size = new System.Drawing.Size(136, 22);
358 			this.mnuCustomFadeSpeed.Text = "Custom...";
359 			this.mnuCustomFadeSpeed.Click += new System.EventHandler(this.mnuCustomFadeSpeed_Click);
360 			//
361 			// dataTypeHighlightingToolStripMenuItem
362 			//
363 			this.dataTypeHighlightingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
364             this.mnuHighlightLabelledBytes,
365             this.mnuHighlightBreakpoints,
366             this.toolStripMenuItem8,
367             this.mnuHighlightCodeBytes,
368             this.mnuHighlightDataBytes,
369             this.mnuHighlightDmcDataBytes,
370             this.toolStripMenuItem11,
371             this.mnuHighlightChrDrawnBytes,
372             this.mnuHighlightChrReadBytes});
373 			this.dataTypeHighlightingToolStripMenuItem.Name = "dataTypeHighlightingToolStripMenuItem";
374 			this.dataTypeHighlightingToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
375 			this.dataTypeHighlightingToolStripMenuItem.Text = "Data Type Highlighting";
376 			//
377 			// mnuHighlightLabelledBytes
378 			//
379 			this.mnuHighlightLabelledBytes.CheckOnClick = true;
380 			this.mnuHighlightLabelledBytes.Name = "mnuHighlightLabelledBytes";
381 			this.mnuHighlightLabelledBytes.Size = new System.Drawing.Size(236, 22);
382 			this.mnuHighlightLabelledBytes.Text = "Labeled bytes";
383 			this.mnuHighlightLabelledBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
384 			//
385 			// mnuHighlightBreakpoints
386 			//
387 			this.mnuHighlightBreakpoints.CheckOnClick = true;
388 			this.mnuHighlightBreakpoints.Name = "mnuHighlightBreakpoints";
389 			this.mnuHighlightBreakpoints.Size = new System.Drawing.Size(236, 22);
390 			this.mnuHighlightBreakpoints.Text = "Breakpoints";
391 			this.mnuHighlightBreakpoints.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
392 			//
393 			// toolStripMenuItem8
394 			//
395 			this.toolStripMenuItem8.Name = "toolStripMenuItem8";
396 			this.toolStripMenuItem8.Size = new System.Drawing.Size(233, 6);
397 			//
398 			// mnuHighlightCodeBytes
399 			//
400 			this.mnuHighlightCodeBytes.CheckOnClick = true;
401 			this.mnuHighlightCodeBytes.Name = "mnuHighlightCodeBytes";
402 			this.mnuHighlightCodeBytes.Size = new System.Drawing.Size(236, 22);
403 			this.mnuHighlightCodeBytes.Text = "Code bytes (PRG ROM)";
404 			this.mnuHighlightCodeBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
405 			//
406 			// mnuHighlightDataBytes
407 			//
408 			this.mnuHighlightDataBytes.CheckOnClick = true;
409 			this.mnuHighlightDataBytes.Name = "mnuHighlightDataBytes";
410 			this.mnuHighlightDataBytes.Size = new System.Drawing.Size(236, 22);
411 			this.mnuHighlightDataBytes.Text = "Data bytes (PRG ROM)";
412 			this.mnuHighlightDataBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
413 			//
414 			// mnuHighlightDmcDataBytes
415 			//
416 			this.mnuHighlightDmcDataBytes.CheckOnClick = true;
417 			this.mnuHighlightDmcDataBytes.Name = "mnuHighlightDmcDataBytes";
418 			this.mnuHighlightDmcDataBytes.Size = new System.Drawing.Size(236, 22);
419 			this.mnuHighlightDmcDataBytes.Text = "DMC sample bytes (PRG ROM)";
420 			this.mnuHighlightDmcDataBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
421 			//
422 			// toolStripMenuItem11
423 			//
424 			this.toolStripMenuItem11.Name = "toolStripMenuItem11";
425 			this.toolStripMenuItem11.Size = new System.Drawing.Size(233, 6);
426 			//
427 			// mnuHighlightChrDrawnBytes
428 			//
429 			this.mnuHighlightChrDrawnBytes.CheckOnClick = true;
430 			this.mnuHighlightChrDrawnBytes.Name = "mnuHighlightChrDrawnBytes";
431 			this.mnuHighlightChrDrawnBytes.Size = new System.Drawing.Size(236, 22);
432 			this.mnuHighlightChrDrawnBytes.Text = "Drawn bytes (CHR ROM)";
433 			this.mnuHighlightChrDrawnBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
434 			//
435 			// mnuHighlightChrReadBytes
436 			//
437 			this.mnuHighlightChrReadBytes.CheckOnClick = true;
438 			this.mnuHighlightChrReadBytes.Name = "mnuHighlightChrReadBytes";
439 			this.mnuHighlightChrReadBytes.Size = new System.Drawing.Size(236, 22);
440 			this.mnuHighlightChrReadBytes.Text = "Read bytes (CHR ROM)";
441 			this.mnuHighlightChrReadBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
442 			//
443 			// fadeToolStripMenuItem
444 			//
445 			this.fadeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
446             this.mnuHideUnusedBytes,
447             this.mnuHideReadBytes,
448             this.mnuHideWrittenBytes,
449             this.mnuHideExecutedBytes});
450 			this.fadeToolStripMenuItem.Name = "fadeToolStripMenuItem";
451 			this.fadeToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
452 			this.fadeToolStripMenuItem.Text = "De-emphasize";
453 			//
454 			// mnuHideUnusedBytes
455 			//
456 			this.mnuHideUnusedBytes.CheckOnClick = true;
457 			this.mnuHideUnusedBytes.Name = "mnuHideUnusedBytes";
458 			this.mnuHideUnusedBytes.Size = new System.Drawing.Size(152, 22);
459 			this.mnuHideUnusedBytes.Text = "Unused bytes";
460 			this.mnuHideUnusedBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
461 			//
462 			// mnuHideReadBytes
463 			//
464 			this.mnuHideReadBytes.CheckOnClick = true;
465 			this.mnuHideReadBytes.Name = "mnuHideReadBytes";
466 			this.mnuHideReadBytes.Size = new System.Drawing.Size(152, 22);
467 			this.mnuHideReadBytes.Text = "Read bytes";
468 			this.mnuHideReadBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
469 			//
470 			// mnuHideWrittenBytes
471 			//
472 			this.mnuHideWrittenBytes.CheckOnClick = true;
473 			this.mnuHideWrittenBytes.Name = "mnuHideWrittenBytes";
474 			this.mnuHideWrittenBytes.Size = new System.Drawing.Size(152, 22);
475 			this.mnuHideWrittenBytes.Text = "Written bytes";
476 			this.mnuHideWrittenBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
477 			//
478 			// mnuHideExecutedBytes
479 			//
480 			this.mnuHideExecutedBytes.CheckOnClick = true;
481 			this.mnuHideExecutedBytes.Name = "mnuHideExecutedBytes";
482 			this.mnuHideExecutedBytes.Size = new System.Drawing.Size(152, 22);
483 			this.mnuHideExecutedBytes.Text = "Executed bytes";
484 			this.mnuHideExecutedBytes.Click += new System.EventHandler(this.mnuColorProviderOptions_Click);
485 			//
486 			// toolStripMenuItem5
487 			//
488 			this.toolStripMenuItem5.Name = "toolStripMenuItem5";
489 			this.toolStripMenuItem5.Size = new System.Drawing.Size(253, 6);
490 			//
491 			// mnuConfigureColors
492 			//
493 			this.mnuConfigureColors.Image = global::Mesen.GUI.Properties.Resources.PipetteSmall;
494 			this.mnuConfigureColors.Name = "mnuConfigureColors";
495 			this.mnuConfigureColors.Size = new System.Drawing.Size(256, 22);
496 			this.mnuConfigureColors.Text = "Configure Colors";
497 			this.mnuConfigureColors.Click += new System.EventHandler(this.mnuConfigureColors_Click);
498 			//
499 			// fontSizeToolStripMenuItem
500 			//
501 			this.fontSizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
502             this.mnuIncreaseFontSize,
503             this.mnuDecreaseFontSize,
504             this.mnuResetFontSize,
505             this.toolStripMenuItem12,
506             this.mnuSelectFont,
507             this.toolStripMenuItem13,
508             this.mnuHighDensityMode});
509 			this.fontSizeToolStripMenuItem.Image = global::Mesen.GUI.Properties.Resources.Font;
510 			this.fontSizeToolStripMenuItem.Name = "fontSizeToolStripMenuItem";
511 			this.fontSizeToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
512 			this.fontSizeToolStripMenuItem.Text = "Font Options";
513 			//
514 			// mnuIncreaseFontSize
515 			//
516 			this.mnuIncreaseFontSize.Name = "mnuIncreaseFontSize";
517 			this.mnuIncreaseFontSize.ShortcutKeyDisplayString = "";
518 			this.mnuIncreaseFontSize.Size = new System.Drawing.Size(217, 22);
519 			this.mnuIncreaseFontSize.Text = "Increase";
520 			this.mnuIncreaseFontSize.Click += new System.EventHandler(this.mnuIncreaseFontSize_Click);
521 			//
522 			// mnuDecreaseFontSize
523 			//
524 			this.mnuDecreaseFontSize.Name = "mnuDecreaseFontSize";
525 			this.mnuDecreaseFontSize.ShortcutKeyDisplayString = "";
526 			this.mnuDecreaseFontSize.Size = new System.Drawing.Size(217, 22);
527 			this.mnuDecreaseFontSize.Text = "Decrease";
528 			this.mnuDecreaseFontSize.Click += new System.EventHandler(this.mnuDecreaseFontSize_Click);
529 			//
530 			// mnuResetFontSize
531 			//
532 			this.mnuResetFontSize.Name = "mnuResetFontSize";
533 			this.mnuResetFontSize.ShortcutKeyDisplayString = "";
534 			this.mnuResetFontSize.Size = new System.Drawing.Size(217, 22);
535 			this.mnuResetFontSize.Text = "Reset to Default";
536 			this.mnuResetFontSize.Click += new System.EventHandler(this.mnuResetFontSize_Click);
537 			//
538 			// toolStripMenuItem12
539 			//
540 			this.toolStripMenuItem12.Name = "toolStripMenuItem12";
541 			this.toolStripMenuItem12.Size = new System.Drawing.Size(214, 6);
542 			//
543 			// mnuSelectFont
544 			//
545 			this.mnuSelectFont.Name = "mnuSelectFont";
546 			this.mnuSelectFont.Size = new System.Drawing.Size(217, 22);
547 			this.mnuSelectFont.Text = "Select Font...";
548 			this.mnuSelectFont.Click += new System.EventHandler(this.mnuSelectFont_Click);
549 			//
550 			// toolStripMenuItem13
551 			//
552 			this.toolStripMenuItem13.Name = "toolStripMenuItem13";
553 			this.toolStripMenuItem13.Size = new System.Drawing.Size(214, 6);
554 			//
555 			// mnuHighDensityMode
556 			//
557 			this.mnuHighDensityMode.CheckOnClick = true;
558 			this.mnuHighDensityMode.Name = "mnuHighDensityMode";
559 			this.mnuHighDensityMode.Size = new System.Drawing.Size(217, 22);
560 			this.mnuHighDensityMode.Text = "Use high text density mode";
561 			this.mnuHighDensityMode.CheckedChanged += new System.EventHandler(this.mnuHighDensityMode_CheckedChanged);
562 			//
563 			// autorefreshSpeedToolStripMenuItem
564 			//
565 			this.autorefreshSpeedToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
566             this.mnuAutoRefreshLow,
567             this.mnuAutoRefreshNormal,
568             this.mnuAutoRefreshHigh});
569 			this.autorefreshSpeedToolStripMenuItem.Image = global::Mesen.GUI.Properties.Resources.Speed;
570 			this.autorefreshSpeedToolStripMenuItem.Name = "autorefreshSpeedToolStripMenuItem";
571 			this.autorefreshSpeedToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
572 			this.autorefreshSpeedToolStripMenuItem.Text = "Auto-refresh Speed";
573 			//
574 			// mnuAutoRefreshLow
575 			//
576 			this.mnuAutoRefreshLow.Name = "mnuAutoRefreshLow";
577 			this.mnuAutoRefreshLow.Size = new System.Drawing.Size(159, 22);
578 			this.mnuAutoRefreshLow.Text = "Low (10 FPS)";
579 			this.mnuAutoRefreshLow.Click += new System.EventHandler(this.mnuAutoRefreshSpeed_Click);
580 			//
581 			// mnuAutoRefreshNormal
582 			//
583 			this.mnuAutoRefreshNormal.Name = "mnuAutoRefreshNormal";
584 			this.mnuAutoRefreshNormal.Size = new System.Drawing.Size(159, 22);
585 			this.mnuAutoRefreshNormal.Text = "Normal (30 FPS)";
586 			this.mnuAutoRefreshNormal.Click += new System.EventHandler(this.mnuAutoRefreshSpeed_Click);
587 			//
588 			// mnuAutoRefreshHigh
589 			//
590 			this.mnuAutoRefreshHigh.Name = "mnuAutoRefreshHigh";
591 			this.mnuAutoRefreshHigh.Size = new System.Drawing.Size(159, 22);
592 			this.mnuAutoRefreshHigh.Text = "High (60 FPS)";
593 			this.mnuAutoRefreshHigh.Click += new System.EventHandler(this.mnuAutoRefreshSpeed_Click);
594 			//
595 			// toolStripMenuItem2
596 			//
597 			this.toolStripMenuItem2.Name = "toolStripMenuItem2";
598 			this.toolStripMenuItem2.Size = new System.Drawing.Size(253, 6);
599 			//
600 			// mnuRefresh
601 			//
602 			this.mnuRefresh.Image = global::Mesen.GUI.Properties.Resources.Reset;
603 			this.mnuRefresh.Name = "mnuRefresh";
604 			this.mnuRefresh.Size = new System.Drawing.Size(256, 22);
605 			this.mnuRefresh.Text = "Refresh";
606 			this.mnuRefresh.Click += new System.EventHandler(this.mnuRefresh_Click);
607 			//
608 			// toolStripMenuItem9
609 			//
610 			this.toolStripMenuItem9.Name = "toolStripMenuItem9";
611 			this.toolStripMenuItem9.Size = new System.Drawing.Size(253, 6);
612 			//
613 			// mnuAutoRefresh
614 			//
615 			this.mnuAutoRefresh.Checked = true;
616 			this.mnuAutoRefresh.CheckOnClick = true;
617 			this.mnuAutoRefresh.CheckState = System.Windows.Forms.CheckState.Checked;
618 			this.mnuAutoRefresh.Name = "mnuAutoRefresh";
619 			this.mnuAutoRefresh.Size = new System.Drawing.Size(256, 22);
620 			this.mnuAutoRefresh.Text = "Auto-refresh";
621 			this.mnuAutoRefresh.Click += new System.EventHandler(this.mnuAutoRefresh_Click);
622 			//
623 			// mnuShowCharacters
624 			//
625 			this.mnuShowCharacters.Checked = true;
626 			this.mnuShowCharacters.CheckOnClick = true;
627 			this.mnuShowCharacters.CheckState = System.Windows.Forms.CheckState.Checked;
628 			this.mnuShowCharacters.Name = "mnuShowCharacters";
629 			this.mnuShowCharacters.Size = new System.Drawing.Size(256, 22);
630 			this.mnuShowCharacters.Text = "Show characters";
631 			//
632 			// mnuShowLabelInfoOnMouseOver
633 			//
634 			this.mnuShowLabelInfoOnMouseOver.CheckOnClick = true;
635 			this.mnuShowLabelInfoOnMouseOver.Name = "mnuShowLabelInfoOnMouseOver";
636 			this.mnuShowLabelInfoOnMouseOver.Size = new System.Drawing.Size(256, 22);
637 			this.mnuShowLabelInfoOnMouseOver.Text = "Show label tooltip on mouseover";
638 			//
639 			// toolStripMenuItem10
640 			//
641 			this.toolStripMenuItem10.Name = "toolStripMenuItem10";
642 			this.toolStripMenuItem10.Size = new System.Drawing.Size(253, 6);
643 			//
644 			// mnuIgnoreRedundantWrites
645 			//
646 			this.mnuIgnoreRedundantWrites.CheckOnClick = true;
647 			this.mnuIgnoreRedundantWrites.Name = "mnuIgnoreRedundantWrites";
648 			this.mnuIgnoreRedundantWrites.Size = new System.Drawing.Size(256, 22);
649 			this.mnuIgnoreRedundantWrites.Text = "Ignore writes that do not alter data";
650 			//
651 			// mnuEnablePerByteNavigation
652 			//
653 			this.mnuEnablePerByteNavigation.CheckOnClick = true;
654 			this.mnuEnablePerByteNavigation.Name = "mnuEnablePerByteNavigation";
655 			this.mnuEnablePerByteNavigation.Size = new System.Drawing.Size(256, 22);
656 			this.mnuEnablePerByteNavigation.Text = "Use per-byte left/right navigation";
657 			this.mnuEnablePerByteNavigation.CheckedChanged += new System.EventHandler(this.mnuEnablePerByteNavigation_CheckedChanged);
658 			//
659 			// mnuByteEditingMode
660 			//
661 			this.mnuByteEditingMode.CheckOnClick = true;
662 			this.mnuByteEditingMode.Name = "mnuByteEditingMode";
663 			this.mnuByteEditingMode.Size = new System.Drawing.Size(256, 22);
664 			this.mnuByteEditingMode.Text = "Use per-byte editing mode";
665 			this.mnuByteEditingMode.CheckedChanged += new System.EventHandler(this.mnuByteEditingMode_CheckedChanged);
666 			//
667 			// mnuHighlightCurrentRowColumn
668 			//
669 			this.mnuHighlightCurrentRowColumn.CheckOnClick = true;
670 			this.mnuHighlightCurrentRowColumn.Name = "mnuHighlightCurrentRowColumn";
671 			this.mnuHighlightCurrentRowColumn.Size = new System.Drawing.Size(256, 22);
672 			this.mnuHighlightCurrentRowColumn.Text = "Highlight current row/column";
673 			this.mnuHighlightCurrentRowColumn.CheckedChanged += new System.EventHandler(this.mnuHighlightCurrentRowColumn_CheckedChanged);
674 			//
675 			// toolStripMenuItem1
676 			//
677 			this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
678             this.mnuGoToAll,
679             this.mnuGoTo,
680             this.toolStripMenuItem14,
681             this.mnuFind,
682             this.mnuFindNext,
683             this.mnuFindPrev});
684 			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
685 			this.toolStripMenuItem1.Size = new System.Drawing.Size(54, 20);
686 			this.toolStripMenuItem1.Text = "Search";
687 			//
688 			// mnuGoToAll
689 			//
690 			this.mnuGoToAll.Name = "mnuGoToAll";
691 			this.mnuGoToAll.Size = new System.Drawing.Size(145, 22);
692 			this.mnuGoToAll.Text = "Go to All";
693 			this.mnuGoToAll.Click += new System.EventHandler(this.mnuGoToAll_Click);
694 			//
695 			// mnuGoTo
696 			//
697 			this.mnuGoTo.Name = "mnuGoTo";
698 			this.mnuGoTo.Size = new System.Drawing.Size(145, 22);
699 			this.mnuGoTo.Text = "Go To...";
700 			this.mnuGoTo.Click += new System.EventHandler(this.mnuGoTo_Click);
701 			//
702 			// toolStripMenuItem14
703 			//
704 			this.toolStripMenuItem14.Name = "toolStripMenuItem14";
705 			this.toolStripMenuItem14.Size = new System.Drawing.Size(142, 6);
706 			//
707 			// mnuFind
708 			//
709 			this.mnuFind.Image = global::Mesen.GUI.Properties.Resources.Find;
710 			this.mnuFind.Name = "mnuFind";
711 			this.mnuFind.Size = new System.Drawing.Size(145, 22);
712 			this.mnuFind.Text = "Find...";
713 			this.mnuFind.Click += new System.EventHandler(this.mnuFind_Click);
714 			//
715 			// mnuFindNext
716 			//
717 			this.mnuFindNext.Image = global::Mesen.GUI.Properties.Resources.NextArrow;
718 			this.mnuFindNext.Name = "mnuFindNext";
719 			this.mnuFindNext.Size = new System.Drawing.Size(145, 22);
720 			this.mnuFindNext.Text = "Find Next";
721 			this.mnuFindNext.Click += new System.EventHandler(this.mnuFindNext_Click);
722 			//
723 			// mnuFindPrev
724 			//
725 			this.mnuFindPrev.Image = global::Mesen.GUI.Properties.Resources.PreviousArrow;
726 			this.mnuFindPrev.Name = "mnuFindPrev";
727 			this.mnuFindPrev.Size = new System.Drawing.Size(145, 22);
728 			this.mnuFindPrev.Text = "Find Previous";
729 			this.mnuFindPrev.Click += new System.EventHandler(this.mnuFindPrev_Click);
730 			//
731 			// tabMain
732 			//
733 			this.tabMain.Controls.Add(this.tpgMemoryViewer);
734 			this.tabMain.Controls.Add(this.tpgAccessCounters);
735 			this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
736 			this.tabMain.Location = new System.Drawing.Point(0, 24);
737 			this.tabMain.Name = "tabMain";
738 			this.tabMain.SelectedIndex = 0;
739 			this.tabMain.Size = new System.Drawing.Size(614, 369);
740 			this.tabMain.TabIndex = 4;
741 			this.tabMain.SelectedIndexChanged += new System.EventHandler(this.tabMain_SelectedIndexChanged);
742 			//
743 			// tpgMemoryViewer
744 			//
745 			this.tpgMemoryViewer.Controls.Add(this.panel1);
746 			this.tpgMemoryViewer.Location = new System.Drawing.Point(4, 22);
747 			this.tpgMemoryViewer.Margin = new System.Windows.Forms.Padding(0);
748 			this.tpgMemoryViewer.Name = "tpgMemoryViewer";
749 			this.tpgMemoryViewer.Size = new System.Drawing.Size(606, 343);
750 			this.tpgMemoryViewer.TabIndex = 0;
751 			this.tpgMemoryViewer.Text = "Memory Viewer";
752 			this.tpgMemoryViewer.UseVisualStyleBackColor = true;
753 			//
754 			// panel1
755 			//
756 			this.panel1.Controls.Add(this.flowLayoutPanel1);
757 			this.panel1.Controls.Add(this.ctrlHexViewer);
758 			this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
759 			this.panel1.Location = new System.Drawing.Point(0, 0);
760 			this.panel1.Margin = new System.Windows.Forms.Padding(0);
761 			this.panel1.Name = "panel1";
762 			this.panel1.Size = new System.Drawing.Size(606, 343);
763 			this.panel1.TabIndex = 4;
764 			//
765 			// tpgAccessCounters
766 			//
767 			this.tpgAccessCounters.Controls.Add(this.ctrlMemoryAccessCounters);
768 			this.tpgAccessCounters.Location = new System.Drawing.Point(4, 22);
769 			this.tpgAccessCounters.Margin = new System.Windows.Forms.Padding(0);
770 			this.tpgAccessCounters.Name = "tpgAccessCounters";
771 			this.tpgAccessCounters.Size = new System.Drawing.Size(606, 343);
772 			this.tpgAccessCounters.TabIndex = 1;
773 			this.tpgAccessCounters.Text = "Access Counters";
774 			this.tpgAccessCounters.UseVisualStyleBackColor = true;
775 			//
776 			// ctrlMemoryAccessCounters
777 			//
778 			this.ctrlMemoryAccessCounters.BaseFont = new System.Drawing.Font("Consolas", 12F);
779 			this.ctrlMemoryAccessCounters.Dock = System.Windows.Forms.DockStyle.Fill;
780 			this.ctrlMemoryAccessCounters.Location = new System.Drawing.Point(0, 0);
781 			this.ctrlMemoryAccessCounters.Margin = new System.Windows.Forms.Padding(0);
782 			this.ctrlMemoryAccessCounters.Name = "ctrlMemoryAccessCounters";
783 			this.ctrlMemoryAccessCounters.Size = new System.Drawing.Size(606, 343);
784 			this.ctrlMemoryAccessCounters.TabIndex = 0;
785 			this.ctrlMemoryAccessCounters.TextZoom = 100;
786 			//
787 			// frmMemoryViewer
788 			//
789 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
790 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
791 			this.ClientSize = new System.Drawing.Size(614, 393);
792 			this.Controls.Add(this.tabMain);
793 			this.Controls.Add(this.menuStrip1);
794 			this.MainMenuStrip = this.menuStrip1;
795 			this.MinimumSize = new System.Drawing.Size(429, 337);
796 			this.Name = "frmMemoryViewer";
797 			this.Text = "Memory Tools";
798 			this.flowLayoutPanel1.ResumeLayout(false);
799 			this.flowLayoutPanel1.PerformLayout();
800 			this.menuStrip1.ResumeLayout(false);
801 			this.menuStrip1.PerformLayout();
802 			this.tabMain.ResumeLayout(false);
803 			this.tpgMemoryViewer.ResumeLayout(false);
804 			this.panel1.ResumeLayout(false);
805 			this.panel1.PerformLayout();
806 			this.tpgAccessCounters.ResumeLayout(false);
807 			this.ResumeLayout(false);
808 			this.PerformLayout();
809 
810 		}
811 
812 		#endregion
813 
814 		private Controls.ctrlHexViewer ctrlHexViewer;
815 		private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
816 		private System.Windows.Forms.Label lblViewMemoryType;
817 		private Mesen.GUI.Debugger.Controls.ComboBoxWithSeparator cboMemoryType;
818 		private Mesen.GUI.Controls.ctrlMesenMenuStrip menuStrip1;
819 		private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
820 		private System.Windows.Forms.ToolStripMenuItem mnuFind;
821 		private System.Windows.Forms.ToolStripMenuItem mnuFindNext;
822 		private System.Windows.Forms.ToolStripMenuItem mnuFindPrev;
823 		private System.Windows.Forms.ToolStripMenuItem mnuGoTo;
824 		private System.Windows.Forms.ToolStripMenuItem mnuView;
825 		private System.Windows.Forms.ToolStripMenuItem mnuRefresh;
826 		private System.Windows.Forms.ToolStripMenuItem fontSizeToolStripMenuItem;
827 		private System.Windows.Forms.ToolStripMenuItem mnuIncreaseFontSize;
828 		private System.Windows.Forms.ToolStripMenuItem mnuDecreaseFontSize;
829 		private System.Windows.Forms.ToolStripMenuItem mnuResetFontSize;
830 		private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
831 		private System.Windows.Forms.ToolStripMenuItem mnuClose;
832 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
833 		private System.Windows.Forms.ToolStripMenuItem mnuAutoRefresh;
834 		private System.Windows.Forms.ToolStripMenuItem mnuImport;
835 		private System.Windows.Forms.ToolStripMenuItem mnuExport;
836 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
837 		private System.Windows.Forms.TabControl tabMain;
838 		private System.Windows.Forms.TabPage tpgMemoryViewer;
839 		private System.Windows.Forms.TabPage tpgAccessCounters;
840 		private Controls.ctrlMemoryAccessCounters ctrlMemoryAccessCounters;
841 		private System.Windows.Forms.ToolStripMenuItem mnuLoadTblFile;
842 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
843 		private System.Windows.Forms.ToolStripMenuItem mnuShowCharacters;
844 		private System.Windows.Forms.ToolStripMenuItem mnuResetTblMappings;
845 		private System.Windows.Forms.ToolStripMenuItem highlightToolStripMenuItem;
846 		private System.Windows.Forms.ToolStripMenuItem mnuHightlightReads;
847 		private System.Windows.Forms.ToolStripMenuItem mnuHighlightWrites;
848 		private System.Windows.Forms.ToolStripMenuItem mnuHighlightExecution;
849 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6;
850 		private System.Windows.Forms.ToolStripMenuItem fadeSpeedToolStripMenuItem;
851 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
852 		private System.Windows.Forms.ToolStripMenuItem mnuFadeSlow;
853 		private System.Windows.Forms.ToolStripMenuItem mnuFadeNormal;
854 		private System.Windows.Forms.ToolStripMenuItem mnuFadeFast;
855 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem7;
856 		private System.Windows.Forms.ToolStripMenuItem mnuCustomFadeSpeed;
857 		private System.Windows.Forms.ToolStripMenuItem fadeToolStripMenuItem;
858 		private System.Windows.Forms.ToolStripMenuItem mnuHideUnusedBytes;
859 		private System.Windows.Forms.ToolStripMenuItem mnuHideReadBytes;
860 		private System.Windows.Forms.ToolStripMenuItem mnuHideWrittenBytes;
861 		private System.Windows.Forms.ToolStripMenuItem mnuHideExecutedBytes;
862 		private System.Windows.Forms.ToolStripMenuItem mnuFadeNever;
863 		private System.Windows.Forms.Panel panel1;
864 		private System.Windows.Forms.ToolStripMenuItem dataTypeHighlightingToolStripMenuItem;
865 		private System.Windows.Forms.ToolStripMenuItem mnuHighlightCodeBytes;
866 		private System.Windows.Forms.ToolStripMenuItem mnuHighlightDataBytes;
867 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem11;
868 		private System.Windows.Forms.ToolStripMenuItem mnuHighlightChrDrawnBytes;
869 		private System.Windows.Forms.ToolStripMenuItem mnuHighlightChrReadBytes;
870 		private System.Windows.Forms.ToolStripMenuItem mnuConfigureColors;
871 		private System.Windows.Forms.ToolStripMenuItem mnuShowLabelInfoOnMouseOver;
872 		private System.Windows.Forms.ToolStripMenuItem mnuHighlightLabelledBytes;
873 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem8;
874 		private System.Windows.Forms.ToolStripMenuItem mnuHighlightDmcDataBytes;
875 		private System.Windows.Forms.ToolStripMenuItem autorefreshSpeedToolStripMenuItem;
876 		private System.Windows.Forms.ToolStripMenuItem mnuAutoRefreshLow;
877 		private System.Windows.Forms.ToolStripMenuItem mnuAutoRefreshNormal;
878 		private System.Windows.Forms.ToolStripMenuItem mnuAutoRefreshHigh;
879 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem9;
880 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem10;
881 		private System.Windows.Forms.ToolStripMenuItem mnuIgnoreRedundantWrites;
882 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem12;
883 		private System.Windows.Forms.ToolStripMenuItem mnuHighDensityMode;
884 		private System.Windows.Forms.ToolStripMenuItem mnuEnablePerByteNavigation;
885 		private System.Windows.Forms.ToolStripMenuItem mnuSelectFont;
886 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem13;
887 		private System.Windows.Forms.ToolStripMenuItem mnuByteEditingMode;
888 		private System.Windows.Forms.ToolStripMenuItem mnuGoToAll;
889 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem14;
890 		private System.Windows.Forms.ToolStripMenuItem mnuHighlightBreakpoints;
891 		private System.Windows.Forms.ToolStripMenuItem mnuHighlightCurrentRowColumn;
892 	}
893 }