1 using Mesen.GUI.Debugger.Controls;
2 
3 namespace Mesen.GUI.Debugger
4 {
5 	partial class frmDebugger
6 	{
7 		/// <summary>
8 		/// Required designer variable.
9 		/// </summary>
10 		private System.ComponentModel.IContainer components = null;
11 
12 		/// <summary>
13 		/// Clean up any resources being used.
14 		/// </summary>
15 		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Dispose(bool disposing)16 		protected override void Dispose(bool disposing)
17 		{
18 			if(disposing && (components != null)) {
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>
InitializeComponent()30 		private void InitializeComponent()
31 		{
32 			this.splitContainer = new Mesen.GUI.Controls.ctrlSplitContainer();
33 			this.ctrlSplitContainerTop = new Mesen.GUI.Controls.ctrlSplitContainer();
34 			this.tlpTop = new System.Windows.Forms.TableLayoutPanel();
35 			this.panel1 = new System.Windows.Forms.Panel();
36 			this.ctrlSourceViewer = new Mesen.GUI.Debugger.Controls.ctrlSourceViewer();
37 			this.ctrlDebuggerCode = new Mesen.GUI.Debugger.ctrlDebuggerCode();
38 			this.panel2 = new System.Windows.Forms.Panel();
39 			this.ctrlSourceViewerSplit = new Mesen.GUI.Debugger.Controls.ctrlSourceViewer();
40 			this.ctrlDebuggerCodeSplit = new Mesen.GUI.Debugger.ctrlDebuggerCode();
41 			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
42 			this.ctrlConsoleStatus = new Mesen.GUI.Debugger.ctrlConsoleStatus();
43 			this.tlpVerticalLayout = new System.Windows.Forms.TableLayoutPanel();
44 			this.tlpFunctionLabelLists = new System.Windows.Forms.TableLayoutPanel();
45 			this.grpLabels = new System.Windows.Forms.GroupBox();
46 			this.ctrlLabelList = new Mesen.GUI.Debugger.Controls.ctrlLabelList();
47 			this.grpFunctions = new System.Windows.Forms.GroupBox();
48 			this.ctrlFunctionList = new Mesen.GUI.Debugger.Controls.ctrlFunctionList();
49 			this.picWatchHelp = new System.Windows.Forms.PictureBox();
50 			this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
51 			this.grpWatch = new System.Windows.Forms.GroupBox();
52 			this.ctrlWatch = new Mesen.GUI.Debugger.ctrlWatch();
53 			this.grpBreakpoints = new System.Windows.Forms.GroupBox();
54 			this.ctrlBreakpoints = new Mesen.GUI.Debugger.Controls.ctrlBreakpoints();
55 			this.grpCallstack = new System.Windows.Forms.GroupBox();
56 			this.ctrlCallstack = new Mesen.GUI.Debugger.Controls.ctrlCallstack();
57 			this.menuStrip = new Mesen.GUI.Controls.ctrlMesenMenuStrip();
58 			this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
59 			this.mnuSaveRom = new System.Windows.Forms.ToolStripMenuItem();
60 			this.mnuSaveRomAs = new System.Windows.Forms.ToolStripMenuItem();
61 			this.mnuSaveAsIps = new System.Windows.Forms.ToolStripMenuItem();
62 			this.mnuRevertChanges = new System.Windows.Forms.ToolStripMenuItem();
63 			this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripSeparator();
64 			this.mnuWorkspace = new System.Windows.Forms.ToolStripMenuItem();
65 			this.mnuImportLabels = new System.Windows.Forms.ToolStripMenuItem();
66 			this.mnuExportLabels = new System.Windows.Forms.ToolStripMenuItem();
67 			this.mnuImportSettings = new System.Windows.Forms.ToolStripMenuItem();
68 			this.toolStripMenuItem16 = new System.Windows.Forms.ToolStripSeparator();
69 			this.mnuResetWorkspace = new System.Windows.Forms.ToolStripMenuItem();
70 			this.mnuResetLabels = new System.Windows.Forms.ToolStripMenuItem();
71 			this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripSeparator();
72 			this.mnuAutoLoadDbgFiles = new System.Windows.Forms.ToolStripMenuItem();
73 			this.mnuAutoLoadCdlFiles = new System.Windows.Forms.ToolStripMenuItem();
74 			this.mnuDisableDefaultLabels = new System.Windows.Forms.ToolStripMenuItem();
75 			this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
76 			this.mnuClose = new System.Windows.Forms.ToolStripMenuItem();
77 			this.mnuCode = new System.Windows.Forms.ToolStripMenuItem();
78 			this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
79 			this.mnuContinue = new System.Windows.Forms.ToolStripMenuItem();
80 			this.mnuBreak = new System.Windows.Forms.ToolStripMenuItem();
81 			this.mnuStepInto = new System.Windows.Forms.ToolStripMenuItem();
82 			this.mnuStepOver = new System.Windows.Forms.ToolStripMenuItem();
83 			this.mnuStepOut = new System.Windows.Forms.ToolStripMenuItem();
84 			this.mnuStepBack = new System.Windows.Forms.ToolStripMenuItem();
85 			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
86 			this.mnuReset = new System.Windows.Forms.ToolStripMenuItem();
87 			this.mnuPowerCycle = new System.Windows.Forms.ToolStripMenuItem();
88 			this.toolStripMenuItem24 = new System.Windows.Forms.ToolStripSeparator();
89 			this.mnuToggleBreakpoint = new System.Windows.Forms.ToolStripMenuItem();
90 			this.mnuDisableEnableBreakpoint = new System.Windows.Forms.ToolStripMenuItem();
91 			this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
92 			this.mnuRunCpuCycle = new System.Windows.Forms.ToolStripMenuItem();
93 			this.mnuRunPpuCycle = new System.Windows.Forms.ToolStripMenuItem();
94 			this.mnuRunScanline = new System.Windows.Forms.ToolStripMenuItem();
95 			this.mnuRunOneFrame = new System.Windows.Forms.ToolStripMenuItem();
96 			this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
97 			this.mnuBreakIn = new System.Windows.Forms.ToolStripMenuItem();
98 			this.mnuBreakOn = new System.Windows.Forms.ToolStripMenuItem();
99 			this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
100 			this.mnuGoToAll = new System.Windows.Forms.ToolStripMenuItem();
101 			this.toolStripMenuItem29 = new System.Windows.Forms.ToolStripSeparator();
102 			this.mnuFind = new System.Windows.Forms.ToolStripMenuItem();
103 			this.mnuFindNext = new System.Windows.Forms.ToolStripMenuItem();
104 			this.mnuFindPrev = new System.Windows.Forms.ToolStripMenuItem();
105 			this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripSeparator();
106 			this.mnuFindAllOccurrences = new System.Windows.Forms.ToolStripMenuItem();
107 			this.mnuGoTo = new System.Windows.Forms.ToolStripMenuItem();
108 			this.mnuGoToAddress = new System.Windows.Forms.ToolStripMenuItem();
109 			this.toolStripMenuItem22 = new System.Windows.Forms.ToolStripSeparator();
110 			this.mnuGoToIrqHandler = new System.Windows.Forms.ToolStripMenuItem();
111 			this.mnuGoToNmiHandler = new System.Windows.Forms.ToolStripMenuItem();
112 			this.mnuGoToResetHandler = new System.Windows.Forms.ToolStripMenuItem();
113 			this.toolStripMenuItem23 = new System.Windows.Forms.ToolStripSeparator();
114 			this.mnuGoToProgramCount = new System.Windows.Forms.ToolStripMenuItem();
115 			this.mnuOptions = new System.Windows.Forms.ToolStripMenuItem();
116 			this.mnuDisassemblyOptions = new System.Windows.Forms.ToolStripMenuItem();
117 			this.mnuDisassemble = new System.Windows.Forms.ToolStripMenuItem();
118 			this.mnuDisassembleVerifiedCode = new System.Windows.Forms.ToolStripMenuItem();
119 			this.mnuDisassembleVerifiedData = new System.Windows.Forms.ToolStripMenuItem();
120 			this.mnuDisassembleUnidentifiedData = new System.Windows.Forms.ToolStripMenuItem();
121 			this.mnuShow = new System.Windows.Forms.ToolStripMenuItem();
122 			this.mnuShowVerifiedCode = new System.Windows.Forms.ToolStripMenuItem();
123 			this.mnuShowVerifiedData = new System.Windows.Forms.ToolStripMenuItem();
124 			this.mnuShowUnidentifiedData = new System.Windows.Forms.ToolStripMenuItem();
125 			this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
126 			this.mnuDisplayOpCodesInLowerCase = new System.Windows.Forms.ToolStripMenuItem();
127 			this.mnuShowEffectiveAddresses = new System.Windows.Forms.ToolStripMenuItem();
128 			this.mnuShowMemoryValues = new System.Windows.Forms.ToolStripMenuItem();
129 			this.mnuBreakOptions = new System.Windows.Forms.ToolStripMenuItem();
130 			this.mnuBreakOnReset = new System.Windows.Forms.ToolStripMenuItem();
131 			this.mnuBreakOnUnofficialOpcodes = new System.Windows.Forms.ToolStripMenuItem();
132 			this.mnuBreakOnBrk = new System.Windows.Forms.ToolStripMenuItem();
133 			this.mnuBreakOnCrash = new System.Windows.Forms.ToolStripMenuItem();
134 			this.sepBreakNsfOptions = new System.Windows.Forms.ToolStripSeparator();
135 			this.mnuBreakOnInit = new System.Windows.Forms.ToolStripMenuItem();
136 			this.mnuBreakOnPlay = new System.Windows.Forms.ToolStripMenuItem();
137 			this.toolStripMenuItem26 = new System.Windows.Forms.ToolStripSeparator();
138 			this.mnuBreakOnDecayedOamRead = new System.Windows.Forms.ToolStripMenuItem();
139 			this.mnuBreakOnUninitMemoryRead = new System.Windows.Forms.ToolStripMenuItem();
140 			this.toolStripMenuItem15 = new System.Windows.Forms.ToolStripSeparator();
141 			this.mnuBreakOnOpen = new System.Windows.Forms.ToolStripMenuItem();
142 			this.mnuBreakOnDebuggerFocus = new System.Windows.Forms.ToolStripMenuItem();
143 			this.toolStripMenuItem20 = new System.Windows.Forms.ToolStripSeparator();
144 			this.mnuBringToFrontOnBreak = new System.Windows.Forms.ToolStripMenuItem();
145 			this.mnuBringToFrontOnPause = new System.Windows.Forms.ToolStripMenuItem();
146 			this.toolStripMenuItem28 = new System.Windows.Forms.ToolStripSeparator();
147 			this.mnuEnableSubInstructionBreakpoints = new System.Windows.Forms.ToolStripMenuItem();
148 			this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator();
149 			this.mnuShowOptions = new System.Windows.Forms.ToolStripMenuItem();
150 			this.mnuShowToolbar = new System.Windows.Forms.ToolStripMenuItem();
151 			this.mnuShowCpuMemoryMapping = new System.Windows.Forms.ToolStripMenuItem();
152 			this.mnuShowPpuMemoryMapping = new System.Windows.Forms.ToolStripMenuItem();
153 			this.mnuShowFunctionLabelLists = new System.Windows.Forms.ToolStripMenuItem();
154 			this.mnuShowBottomPanel = new System.Windows.Forms.ToolStripMenuItem();
155 			this.mnuTooltipOptions = new System.Windows.Forms.ToolStripMenuItem();
156 			this.mnuShowCodePreview = new System.Windows.Forms.ToolStripMenuItem();
157 			this.mnuShowOpCodeTooltips = new System.Windows.Forms.ToolStripMenuItem();
158 			this.toolStripMenuItem18 = new System.Windows.Forms.ToolStripSeparator();
159 			this.mnuOnlyShowTooltipOnShift = new System.Windows.Forms.ToolStripMenuItem();
160 			this.mnuCopyOptions = new System.Windows.Forms.ToolStripMenuItem();
161 			this.mnuCopyAddresses = new System.Windows.Forms.ToolStripMenuItem();
162 			this.mnuCopyByteCode = new System.Windows.Forms.ToolStripMenuItem();
163 			this.mnuCopyComments = new System.Windows.Forms.ToolStripMenuItem();
164 			this.fontSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
165 			this.mnuIncreaseFontSize = new System.Windows.Forms.ToolStripMenuItem();
166 			this.mnuDecreaseFontSize = new System.Windows.Forms.ToolStripMenuItem();
167 			this.mnuResetFontSize = new System.Windows.Forms.ToolStripMenuItem();
168 			this.toolStripMenuItem21 = new System.Windows.Forms.ToolStripSeparator();
169 			this.mnuSelectFont = new System.Windows.Forms.ToolStripMenuItem();
170 			this.mnuConfigureColors = new System.Windows.Forms.ToolStripMenuItem();
171 			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
172 			this.mnuSplitView = new System.Windows.Forms.ToolStripMenuItem();
173 			this.mnuUseVerticalLayout = new System.Windows.Forms.ToolStripMenuItem();
174 			this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
175 			this.mnuAutoCreateJumpLabels = new System.Windows.Forms.ToolStripMenuItem();
176 			this.toolStripMenuItem25 = new System.Windows.Forms.ToolStripSeparator();
177 			this.mnuHidePauseIcon = new System.Windows.Forms.ToolStripMenuItem();
178 			this.mnuPpuPartialDraw = new System.Windows.Forms.ToolStripMenuItem();
179 			this.mnuPpuShowPreviousFrame = new System.Windows.Forms.ToolStripMenuItem();
180 			this.toolStripMenuItem19 = new System.Windows.Forms.ToolStripSeparator();
181 			this.mnuShowBreakNotifications = new System.Windows.Forms.ToolStripMenuItem();
182 			this.mnuShowInstructionProgression = new System.Windows.Forms.ToolStripMenuItem();
183 			this.mnuShowSelectionLength = new System.Windows.Forms.ToolStripMenuItem();
184 			this.toolStripMenuItem27 = new System.Windows.Forms.ToolStripSeparator();
185 			this.mnuAlwaysScrollToCenter = new System.Windows.Forms.ToolStripMenuItem();
186 			this.mnuRefreshWhileRunning = new System.Windows.Forms.ToolStripMenuItem();
187 			this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
188 			this.mnuConfigureExternalEditor = new System.Windows.Forms.ToolStripMenuItem();
189 			this.mnuPreferences = new System.Windows.Forms.ToolStripMenuItem();
190 			this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
191 			this.mnuApuViewer = new System.Windows.Forms.ToolStripMenuItem();
192 			this.mnuAssembler = new System.Windows.Forms.ToolStripMenuItem();
193 			this.mnuEventViewer = new System.Windows.Forms.ToolStripMenuItem();
194 			this.mnuMemoryViewer = new System.Windows.Forms.ToolStripMenuItem();
195 			this.mnuProfiler = new System.Windows.Forms.ToolStripMenuItem();
196 			this.mnuPpuViewer = new System.Windows.Forms.ToolStripMenuItem();
197 			this.mnuScriptWindow = new System.Windows.Forms.ToolStripMenuItem();
198 			this.mnuTextHooker = new System.Windows.Forms.ToolStripMenuItem();
199 			this.mnuTraceLogger = new System.Windows.Forms.ToolStripMenuItem();
200 			this.mnuWatchWindow = new System.Windows.Forms.ToolStripMenuItem();
201 			this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripSeparator();
202 			this.pPUViewerCompactToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
203 			this.mnuOpenNametableViewer = new System.Windows.Forms.ToolStripMenuItem();
204 			this.mnuOpenChrViewer = new System.Windows.Forms.ToolStripMenuItem();
205 			this.mnuOpenSpriteViewer = new System.Windows.Forms.ToolStripMenuItem();
206 			this.mnuOpenPaletteViewer = new System.Windows.Forms.ToolStripMenuItem();
207 			this.toolStripMenuItem17 = new System.Windows.Forms.ToolStripSeparator();
208 			this.mnuEditHeader = new System.Windows.Forms.ToolStripMenuItem();
209 			this.toolStripMenuItem30 = new System.Windows.Forms.ToolStripSeparator();
210 			this.mnuCodeDataLogger = new System.Windows.Forms.ToolStripMenuItem();
211 			this.autoLoadsaveCDLFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
212 			this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
213 			this.mnuLoadCdlFile = new System.Windows.Forms.ToolStripMenuItem();
214 			this.mnuSaveAsCdlFile = new System.Windows.Forms.ToolStripMenuItem();
215 			this.mnuResetCdlLog = new System.Windows.Forms.ToolStripMenuItem();
216 			this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
217 			this.mnuCdlGenerateRom = new System.Windows.Forms.ToolStripMenuItem();
218 			this.mnuCdlStripUnusedData = new System.Windows.Forms.ToolStripMenuItem();
219 			this.mnuCdlStripUsedData = new System.Windows.Forms.ToolStripMenuItem();
220 			this.statusStrip = new System.Windows.Forms.StatusStrip();
221 			this.lblPrgAnalysis = new System.Windows.Forms.ToolStripStatusLabel();
222 			this.lblPrgAnalysisResult = new System.Windows.Forms.ToolStripStatusLabel();
223 			this.lblChrAnalysis = new System.Windows.Forms.ToolStripStatusLabel();
224 			this.lblChrAnalysisResult = new System.Windows.Forms.ToolStripStatusLabel();
225 			this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
226 			this.lblCyclesElapsedCount = new System.Windows.Forms.ToolStripStatusLabel();
227 			this.lblCyclesElapsed = new System.Windows.Forms.ToolStripStatusLabel();
228 			this.ctrlPpuMemoryMapping = new Mesen.GUI.Debugger.Controls.ctrlMemoryMapping();
229 			this.ctrlCpuMemoryMapping = new Mesen.GUI.Debugger.Controls.ctrlMemoryMapping();
230 			this.tsToolbar = new Mesen.GUI.Controls.ctrlMesenToolStrip();
231 			((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
232 			this.splitContainer.Panel1.SuspendLayout();
233 			this.splitContainer.Panel2.SuspendLayout();
234 			this.splitContainer.SuspendLayout();
235 			((System.ComponentModel.ISupportInitialize)(this.ctrlSplitContainerTop)).BeginInit();
236 			this.ctrlSplitContainerTop.Panel1.SuspendLayout();
237 			this.ctrlSplitContainerTop.Panel2.SuspendLayout();
238 			this.ctrlSplitContainerTop.SuspendLayout();
239 			this.tlpTop.SuspendLayout();
240 			this.panel1.SuspendLayout();
241 			this.panel2.SuspendLayout();
242 			this.tableLayoutPanel1.SuspendLayout();
243 			this.tlpFunctionLabelLists.SuspendLayout();
244 			this.grpLabels.SuspendLayout();
245 			this.grpFunctions.SuspendLayout();
246 			((System.ComponentModel.ISupportInitialize)(this.picWatchHelp)).BeginInit();
247 			this.tableLayoutPanel10.SuspendLayout();
248 			this.grpWatch.SuspendLayout();
249 			this.grpBreakpoints.SuspendLayout();
250 			this.grpCallstack.SuspendLayout();
251 			this.menuStrip.SuspendLayout();
252 			this.statusStrip.SuspendLayout();
253 			this.SuspendLayout();
254 			//
255 			// splitContainer
256 			//
257 			this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
258 			this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
259 			this.splitContainer.HidePanel2 = false;
260 			this.splitContainer.Location = new System.Drawing.Point(0, 24);
261 			this.splitContainer.Name = "splitContainer";
262 			this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
263 			//
264 			// splitContainer.Panel1
265 			//
266 			this.splitContainer.Panel1.Controls.Add(this.ctrlSplitContainerTop);
267 			this.splitContainer.Panel1MinSize = 400;
268 			//
269 			// splitContainer.Panel2
270 			//
271 			this.splitContainer.Panel2.Controls.Add(this.picWatchHelp);
272 			this.splitContainer.Panel2.Controls.Add(this.tableLayoutPanel10);
273 			this.splitContainer.Panel2MinSize = 100;
274 			this.splitContainer.Size = new System.Drawing.Size(1075, 570);
275 			this.splitContainer.SplitterDistance = 400;
276 			this.splitContainer.SplitterWidth = 7;
277 			this.splitContainer.TabIndex = 1;
278 			this.splitContainer.TabStop = false;
279 			this.splitContainer.PanelCollapsed += new System.EventHandler(this.splitContainer_PanelCollapsed);
280 			this.splitContainer.PanelExpanded += new System.EventHandler(this.splitContainer_PanelExpanded);
281 			//
282 			// ctrlSplitContainerTop
283 			//
284 			this.ctrlSplitContainerTop.Dock = System.Windows.Forms.DockStyle.Fill;
285 			this.ctrlSplitContainerTop.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
286 			this.ctrlSplitContainerTop.HidePanel2 = false;
287 			this.ctrlSplitContainerTop.Location = new System.Drawing.Point(0, 0);
288 			this.ctrlSplitContainerTop.Name = "ctrlSplitContainerTop";
289 			//
290 			// ctrlSplitContainerTop.Panel1
291 			//
292 			this.ctrlSplitContainerTop.Panel1.Controls.Add(this.tlpTop);
293 			this.ctrlSplitContainerTop.Panel1MinSize = 750;
294 			//
295 			// ctrlSplitContainerTop.Panel2
296 			//
297 			this.ctrlSplitContainerTop.Panel2.Controls.Add(this.tlpFunctionLabelLists);
298 			this.ctrlSplitContainerTop.Panel2MinSize = 150;
299 			this.ctrlSplitContainerTop.Size = new System.Drawing.Size(1075, 400);
300 			this.ctrlSplitContainerTop.SplitterDistance = 750;
301 			this.ctrlSplitContainerTop.SplitterWidth = 7;
302 			this.ctrlSplitContainerTop.TabIndex = 3;
303 			this.ctrlSplitContainerTop.PanelCollapsed += new System.EventHandler(this.ctrlSplitContainerTop_PanelCollapsed);
304 			this.ctrlSplitContainerTop.PanelExpanded += new System.EventHandler(this.ctrlSplitContainerTop_PanelExpanded);
305 			//
306 			// tlpTop
307 			//
308 			this.tlpTop.ColumnCount = 3;
309 			this.tlpTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
310 			this.tlpTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 0F));
311 			this.tlpTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
312 			this.tlpTop.Controls.Add(this.panel1, 0, 0);
313 			this.tlpTop.Controls.Add(this.panel2, 1, 0);
314 			this.tlpTop.Controls.Add(this.tableLayoutPanel1, 2, 0);
315 			this.tlpTop.Dock = System.Windows.Forms.DockStyle.Fill;
316 			this.tlpTop.Location = new System.Drawing.Point(0, 0);
317 			this.tlpTop.Name = "tlpTop";
318 			this.tlpTop.RowCount = 1;
319 			this.tlpTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
320 			this.tlpTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 400F));
321 			this.tlpTop.Size = new System.Drawing.Size(750, 400);
322 			this.tlpTop.TabIndex = 2;
323 			//
324 			// panel1
325 			//
326 			this.panel1.Controls.Add(this.ctrlSourceViewer);
327 			this.panel1.Controls.Add(this.ctrlDebuggerCode);
328 			this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
329 			this.panel1.Location = new System.Drawing.Point(3, 0);
330 			this.panel1.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
331 			this.panel1.Name = "panel1";
332 			this.panel1.Size = new System.Drawing.Size(286, 400);
333 			this.panel1.TabIndex = 5;
334 			//
335 			// ctrlSourceViewer
336 			//
337 			this.ctrlSourceViewer.CurrentFile = null;
338 			this.ctrlSourceViewer.Dock = System.Windows.Forms.DockStyle.Fill;
339 			this.ctrlSourceViewer.Location = new System.Drawing.Point(0, 0);
340 			this.ctrlSourceViewer.Name = "ctrlSourceViewer";
341 			this.ctrlSourceViewer.Size = new System.Drawing.Size(286, 400);
342 			this.ctrlSourceViewer.SymbolProvider = null;
343 			this.ctrlSourceViewer.TabIndex = 7;
344 			this.ctrlSourceViewer.Visible = false;
345 			this.ctrlSourceViewer.Enter += new System.EventHandler(this.ctrlDebuggerCode_Enter);
346 			//
347 			// ctrlDebuggerCode
348 			//
349 			this.ctrlDebuggerCode.Dock = System.Windows.Forms.DockStyle.Fill;
350 			this.ctrlDebuggerCode.HideSelection = false;
351 			this.ctrlDebuggerCode.Location = new System.Drawing.Point(0, 0);
352 			this.ctrlDebuggerCode.Name = "ctrlDebuggerCode";
353 			this.ctrlDebuggerCode.ShowMemoryValues = false;
354 			this.ctrlDebuggerCode.Size = new System.Drawing.Size(286, 400);
355 			this.ctrlDebuggerCode.SymbolProvider = null;
356 			this.ctrlDebuggerCode.TabIndex = 2;
357 			this.ctrlDebuggerCode.OnEditCode += new Mesen.GUI.Debugger.ctrlDebuggerCode.AssemblerEventHandler(this.ctrlDebuggerCode_OnEditCode);
358 			this.ctrlDebuggerCode.Enter += new System.EventHandler(this.ctrlDebuggerCode_Enter);
359 			//
360 			// panel2
361 			//
362 			this.panel2.Controls.Add(this.ctrlSourceViewerSplit);
363 			this.panel2.Controls.Add(this.ctrlDebuggerCodeSplit);
364 			this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
365 			this.panel2.Location = new System.Drawing.Point(292, 0);
366 			this.panel2.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
367 			this.panel2.Name = "panel2";
368 			this.panel2.Size = new System.Drawing.Size(1, 400);
369 			this.panel2.TabIndex = 6;
370 			//
371 			// ctrlSourceViewerSplit
372 			//
373 			this.ctrlSourceViewerSplit.CurrentFile = null;
374 			this.ctrlSourceViewerSplit.Dock = System.Windows.Forms.DockStyle.Fill;
375 			this.ctrlSourceViewerSplit.Location = new System.Drawing.Point(0, 0);
376 			this.ctrlSourceViewerSplit.Name = "ctrlSourceViewerSplit";
377 			this.ctrlSourceViewerSplit.Size = new System.Drawing.Size(1, 400);
378 			this.ctrlSourceViewerSplit.SymbolProvider = null;
379 			this.ctrlSourceViewerSplit.TabIndex = 8;
380 			this.ctrlSourceViewerSplit.Visible = false;
381 			this.ctrlSourceViewerSplit.Enter += new System.EventHandler(this.ctrlDebuggerCode_Enter);
382 			//
383 			// ctrlDebuggerCodeSplit
384 			//
385 			this.ctrlDebuggerCodeSplit.Dock = System.Windows.Forms.DockStyle.Fill;
386 			this.ctrlDebuggerCodeSplit.HideSelection = false;
387 			this.ctrlDebuggerCodeSplit.Location = new System.Drawing.Point(0, 0);
388 			this.ctrlDebuggerCodeSplit.Name = "ctrlDebuggerCodeSplit";
389 			this.ctrlDebuggerCodeSplit.ShowMemoryValues = false;
390 			this.ctrlDebuggerCodeSplit.Size = new System.Drawing.Size(1, 400);
391 			this.ctrlDebuggerCodeSplit.SymbolProvider = null;
392 			this.ctrlDebuggerCodeSplit.TabIndex = 4;
393 			this.ctrlDebuggerCodeSplit.Visible = false;
394 			this.ctrlDebuggerCodeSplit.OnEditCode += new Mesen.GUI.Debugger.ctrlDebuggerCode.AssemblerEventHandler(this.ctrlDebuggerCode_OnEditCode);
395 			this.ctrlDebuggerCodeSplit.Enter += new System.EventHandler(this.ctrlDebuggerCode_Enter);
396 			//
397 			// tableLayoutPanel1
398 			//
399 			this.tableLayoutPanel1.ColumnCount = 1;
400 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
401 			this.tableLayoutPanel1.Controls.Add(this.ctrlConsoleStatus, 0, 0);
402 			this.tableLayoutPanel1.Controls.Add(this.tlpVerticalLayout, 0, 1);
403 			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
404 			this.tableLayoutPanel1.Location = new System.Drawing.Point(292, 0);
405 			this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
406 			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
407 			this.tableLayoutPanel1.RowCount = 2;
408 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
409 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
410 			this.tableLayoutPanel1.Size = new System.Drawing.Size(458, 400);
411 			this.tableLayoutPanel1.TabIndex = 7;
412 			//
413 			// ctrlConsoleStatus
414 			//
415 			this.ctrlConsoleStatus.Dock = System.Windows.Forms.DockStyle.Fill;
416 			this.ctrlConsoleStatus.Location = new System.Drawing.Point(0, 0);
417 			this.ctrlConsoleStatus.Margin = new System.Windows.Forms.Padding(0);
418 			this.ctrlConsoleStatus.Name = "ctrlConsoleStatus";
419 			this.ctrlConsoleStatus.Size = new System.Drawing.Size(458, 400);
420 			this.ctrlConsoleStatus.TabIndex = 3;
421 			this.ctrlConsoleStatus.OnGotoLocation += new System.EventHandler(this.ctrlConsoleStatus_OnGotoLocation);
422 			//
423 			// tlpVerticalLayout
424 			//
425 			this.tlpVerticalLayout.ColumnCount = 2;
426 			this.tlpVerticalLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
427 			this.tlpVerticalLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
428 			this.tlpVerticalLayout.Dock = System.Windows.Forms.DockStyle.Fill;
429 			this.tlpVerticalLayout.Location = new System.Drawing.Point(0, 400);
430 			this.tlpVerticalLayout.Margin = new System.Windows.Forms.Padding(0);
431 			this.tlpVerticalLayout.Name = "tlpVerticalLayout";
432 			this.tlpVerticalLayout.RowCount = 1;
433 			this.tlpVerticalLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
434 			this.tlpVerticalLayout.Size = new System.Drawing.Size(458, 1);
435 			this.tlpVerticalLayout.TabIndex = 4;
436 			//
437 			// tlpFunctionLabelLists
438 			//
439 			this.tlpFunctionLabelLists.ColumnCount = 1;
440 			this.tlpFunctionLabelLists.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
441 			this.tlpFunctionLabelLists.Controls.Add(this.grpLabels, 0, 1);
442 			this.tlpFunctionLabelLists.Controls.Add(this.grpFunctions, 0, 0);
443 			this.tlpFunctionLabelLists.Dock = System.Windows.Forms.DockStyle.Fill;
444 			this.tlpFunctionLabelLists.Location = new System.Drawing.Point(0, 0);
445 			this.tlpFunctionLabelLists.Margin = new System.Windows.Forms.Padding(0);
446 			this.tlpFunctionLabelLists.Name = "tlpFunctionLabelLists";
447 			this.tlpFunctionLabelLists.RowCount = 2;
448 			this.tlpFunctionLabelLists.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
449 			this.tlpFunctionLabelLists.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
450 			this.tlpFunctionLabelLists.Size = new System.Drawing.Size(318, 400);
451 			this.tlpFunctionLabelLists.TabIndex = 5;
452 			//
453 			// grpLabels
454 			//
455 			this.grpLabels.Controls.Add(this.ctrlLabelList);
456 			this.grpLabels.Dock = System.Windows.Forms.DockStyle.Fill;
457 			this.grpLabels.Location = new System.Drawing.Point(3, 203);
458 			this.grpLabels.Name = "grpLabels";
459 			this.grpLabels.Size = new System.Drawing.Size(312, 194);
460 			this.grpLabels.TabIndex = 6;
461 			this.grpLabels.TabStop = false;
462 			this.grpLabels.Text = "Labels";
463 			//
464 			// ctrlLabelList
465 			//
466 			this.ctrlLabelList.Dock = System.Windows.Forms.DockStyle.Fill;
467 			this.ctrlLabelList.Location = new System.Drawing.Point(3, 16);
468 			this.ctrlLabelList.Name = "ctrlLabelList";
469 			this.ctrlLabelList.Size = new System.Drawing.Size(306, 175);
470 			this.ctrlLabelList.TabIndex = 0;
471 			this.ctrlLabelList.OnFindOccurrence += new System.EventHandler(this.ctrlLabelList_OnFindOccurrence);
472 			this.ctrlLabelList.OnLabelSelected += new Mesen.GUI.Debugger.GoToDestinationEventHandler(this.ctrlLabelList_OnLabelSelected);
473 			//
474 			// grpFunctions
475 			//
476 			this.grpFunctions.Controls.Add(this.ctrlFunctionList);
477 			this.grpFunctions.Dock = System.Windows.Forms.DockStyle.Fill;
478 			this.grpFunctions.Location = new System.Drawing.Point(3, 3);
479 			this.grpFunctions.Name = "grpFunctions";
480 			this.grpFunctions.Size = new System.Drawing.Size(312, 194);
481 			this.grpFunctions.TabIndex = 5;
482 			this.grpFunctions.TabStop = false;
483 			this.grpFunctions.Text = "Functions";
484 			//
485 			// ctrlFunctionList
486 			//
487 			this.ctrlFunctionList.Dock = System.Windows.Forms.DockStyle.Fill;
488 			this.ctrlFunctionList.Location = new System.Drawing.Point(3, 16);
489 			this.ctrlFunctionList.Name = "ctrlFunctionList";
490 			this.ctrlFunctionList.Size = new System.Drawing.Size(306, 175);
491 			this.ctrlFunctionList.TabIndex = 0;
492 			this.ctrlFunctionList.OnFindOccurrence += new System.EventHandler(this.ctrlFunctionList_OnFindOccurrence);
493 			this.ctrlFunctionList.OnFunctionSelected += new Mesen.GUI.Debugger.GoToDestinationEventHandler(this.ctrlFunctionList_OnFunctionSelected);
494 			//
495 			// picWatchHelp
496 			//
497 			this.picWatchHelp.Image = global::Mesen.GUI.Properties.Resources.Help;
498 			this.picWatchHelp.Location = new System.Drawing.Point(50, 2);
499 			this.picWatchHelp.Name = "picWatchHelp";
500 			this.picWatchHelp.Size = new System.Drawing.Size(16, 16);
501 			this.picWatchHelp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
502 			this.picWatchHelp.TabIndex = 1;
503 			this.picWatchHelp.TabStop = false;
504 			//
505 			// tableLayoutPanel10
506 			//
507 			this.tableLayoutPanel10.ColumnCount = 3;
508 			this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
509 			this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
510 			this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
511 			this.tableLayoutPanel10.Controls.Add(this.grpWatch, 0, 0);
512 			this.tableLayoutPanel10.Controls.Add(this.grpBreakpoints, 1, 0);
513 			this.tableLayoutPanel10.Controls.Add(this.grpCallstack, 2, 0);
514 			this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
515 			this.tableLayoutPanel10.Location = new System.Drawing.Point(0, 0);
516 			this.tableLayoutPanel10.Name = "tableLayoutPanel10";
517 			this.tableLayoutPanel10.RowCount = 3;
518 			this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
519 			this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle());
520 			this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle());
521 			this.tableLayoutPanel10.Size = new System.Drawing.Size(1075, 166);
522 			this.tableLayoutPanel10.TabIndex = 0;
523 			//
524 			// grpWatch
525 			//
526 			this.grpWatch.Controls.Add(this.ctrlWatch);
527 			this.grpWatch.Dock = System.Windows.Forms.DockStyle.Fill;
528 			this.grpWatch.Location = new System.Drawing.Point(3, 3);
529 			this.grpWatch.Name = "grpWatch";
530 			this.grpWatch.Size = new System.Drawing.Size(352, 160);
531 			this.grpWatch.TabIndex = 2;
532 			this.grpWatch.TabStop = false;
533 			this.grpWatch.Text = "Watch";
534 			//
535 			// ctrlWatch
536 			//
537 			this.ctrlWatch.Dock = System.Windows.Forms.DockStyle.Fill;
538 			this.ctrlWatch.Location = new System.Drawing.Point(3, 16);
539 			this.ctrlWatch.Name = "ctrlWatch";
540 			this.ctrlWatch.Size = new System.Drawing.Size(346, 141);
541 			this.ctrlWatch.TabIndex = 0;
542 			//
543 			// grpBreakpoints
544 			//
545 			this.grpBreakpoints.Controls.Add(this.ctrlBreakpoints);
546 			this.grpBreakpoints.Dock = System.Windows.Forms.DockStyle.Fill;
547 			this.grpBreakpoints.Location = new System.Drawing.Point(361, 3);
548 			this.grpBreakpoints.Name = "grpBreakpoints";
549 			this.grpBreakpoints.Size = new System.Drawing.Size(352, 160);
550 			this.grpBreakpoints.TabIndex = 3;
551 			this.grpBreakpoints.TabStop = false;
552 			this.grpBreakpoints.Text = "Breakpoints";
553 			//
554 			// ctrlBreakpoints
555 			//
556 			this.ctrlBreakpoints.Dock = System.Windows.Forms.DockStyle.Fill;
557 			this.ctrlBreakpoints.Location = new System.Drawing.Point(3, 16);
558 			this.ctrlBreakpoints.Name = "ctrlBreakpoints";
559 			this.ctrlBreakpoints.Size = new System.Drawing.Size(346, 141);
560 			this.ctrlBreakpoints.TabIndex = 0;
561 			this.ctrlBreakpoints.BreakpointNavigation += new System.EventHandler(this.ctrlBreakpoints_BreakpointNavigation);
562 			//
563 			// grpCallstack
564 			//
565 			this.grpCallstack.Controls.Add(this.ctrlCallstack);
566 			this.grpCallstack.Dock = System.Windows.Forms.DockStyle.Fill;
567 			this.grpCallstack.Location = new System.Drawing.Point(719, 3);
568 			this.grpCallstack.Name = "grpCallstack";
569 			this.grpCallstack.Size = new System.Drawing.Size(353, 160);
570 			this.grpCallstack.TabIndex = 4;
571 			this.grpCallstack.TabStop = false;
572 			this.grpCallstack.Text = "Call Stack";
573 			//
574 			// ctrlCallstack
575 			//
576 			this.ctrlCallstack.Dock = System.Windows.Forms.DockStyle.Fill;
577 			this.ctrlCallstack.Location = new System.Drawing.Point(3, 16);
578 			this.ctrlCallstack.Name = "ctrlCallstack";
579 			this.ctrlCallstack.Size = new System.Drawing.Size(347, 141);
580 			this.ctrlCallstack.TabIndex = 0;
581 			this.ctrlCallstack.FunctionSelected += new System.EventHandler(this.ctrlCallstack_FunctionSelected);
582 			//
583 			// menuStrip
584 			//
585 			this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
586             this.mnuFile,
587             this.mnuCode,
588             this.debugToolStripMenuItem,
589             this.searchToolStripMenuItem,
590             this.mnuOptions,
591             this.toolsToolStripMenuItem});
592 			this.menuStrip.Location = new System.Drawing.Point(0, 0);
593 			this.menuStrip.Name = "menuStrip";
594 			this.menuStrip.Size = new System.Drawing.Size(1075, 24);
595 			this.menuStrip.TabIndex = 2;
596 			this.menuStrip.Text = "menuStrip1";
597 			//
598 			// mnuFile
599 			//
600 			this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
601             this.mnuSaveRom,
602             this.mnuSaveRomAs,
603             this.mnuSaveAsIps,
604             this.mnuRevertChanges,
605             this.toolStripMenuItem14,
606             this.mnuWorkspace,
607             this.toolStripMenuItem3,
608             this.mnuClose});
609 			this.mnuFile.Name = "mnuFile";
610 			this.mnuFile.Size = new System.Drawing.Size(37, 20);
611 			this.mnuFile.Text = "File";
612 			this.mnuFile.DropDownOpening += new System.EventHandler(this.mnuFile_DropDownOpening);
613 			//
614 			// mnuSaveRom
615 			//
616 			this.mnuSaveRom.Image = global::Mesen.GUI.Properties.Resources.Floppy;
617 			this.mnuSaveRom.Name = "mnuSaveRom";
618 			this.mnuSaveRom.Size = new System.Drawing.Size(208, 22);
619 			this.mnuSaveRom.Text = "Save ROM";
620 			this.mnuSaveRom.Click += new System.EventHandler(this.mnuSaveRom_Click);
621 			//
622 			// mnuSaveRomAs
623 			//
624 			this.mnuSaveRomAs.Name = "mnuSaveRomAs";
625 			this.mnuSaveRomAs.Size = new System.Drawing.Size(208, 22);
626 			this.mnuSaveRomAs.Text = "Save ROM as...";
627 			this.mnuSaveRomAs.Click += new System.EventHandler(this.mnuSaveRomAs_Click);
628 			//
629 			// mnuSaveAsIps
630 			//
631 			this.mnuSaveAsIps.Name = "mnuSaveAsIps";
632 			this.mnuSaveAsIps.Size = new System.Drawing.Size(208, 22);
633 			this.mnuSaveAsIps.Text = "Save edits as IPS";
634 			this.mnuSaveAsIps.Click += new System.EventHandler(this.mnuSaveAsIps_Click);
635 			//
636 			// mnuRevertChanges
637 			//
638 			this.mnuRevertChanges.Image = global::Mesen.GUI.Properties.Resources.Undo;
639 			this.mnuRevertChanges.Name = "mnuRevertChanges";
640 			this.mnuRevertChanges.Size = new System.Drawing.Size(208, 22);
641 			this.mnuRevertChanges.Text = "Revert PRG/CHR changes";
642 			this.mnuRevertChanges.Click += new System.EventHandler(this.mnuRevertChanges_Click);
643 			//
644 			// toolStripMenuItem14
645 			//
646 			this.toolStripMenuItem14.Name = "toolStripMenuItem14";
647 			this.toolStripMenuItem14.Size = new System.Drawing.Size(205, 6);
648 			//
649 			// mnuWorkspace
650 			//
651 			this.mnuWorkspace.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
652             this.mnuImportLabels,
653             this.mnuExportLabels,
654             this.mnuImportSettings,
655             this.toolStripMenuItem16,
656             this.mnuResetWorkspace,
657             this.mnuResetLabels,
658             this.toolStripMenuItem10,
659             this.mnuAutoLoadDbgFiles,
660             this.mnuAutoLoadCdlFiles,
661             this.mnuDisableDefaultLabels});
662 			this.mnuWorkspace.Name = "mnuWorkspace";
663 			this.mnuWorkspace.Size = new System.Drawing.Size(208, 22);
664 			this.mnuWorkspace.Text = "Workspace";
665 			//
666 			// mnuImportLabels
667 			//
668 			this.mnuImportLabels.Image = global::Mesen.GUI.Properties.Resources.Import;
669 			this.mnuImportLabels.Name = "mnuImportLabels";
670 			this.mnuImportLabels.Size = new System.Drawing.Size(207, 22);
671 			this.mnuImportLabels.Text = "Import Labels";
672 			this.mnuImportLabels.Click += new System.EventHandler(this.mnuImportLabels_Click);
673 			//
674 			// mnuExportLabels
675 			//
676 			this.mnuExportLabels.Image = global::Mesen.GUI.Properties.Resources.Export;
677 			this.mnuExportLabels.Name = "mnuExportLabels";
678 			this.mnuExportLabels.Size = new System.Drawing.Size(207, 22);
679 			this.mnuExportLabels.Text = "Export Labels";
680 			this.mnuExportLabels.Click += new System.EventHandler(this.mnuExportLabels_Click);
681 			//
682 			// mnuImportSettings
683 			//
684 			this.mnuImportSettings.Image = global::Mesen.GUI.Properties.Resources.Cog;
685 			this.mnuImportSettings.Name = "mnuImportSettings";
686 			this.mnuImportSettings.Size = new System.Drawing.Size(207, 22);
687 			this.mnuImportSettings.Text = "Import Settings";
688 			this.mnuImportSettings.Click += new System.EventHandler(this.mnuImportSettings_Click);
689 			//
690 			// toolStripMenuItem16
691 			//
692 			this.toolStripMenuItem16.Name = "toolStripMenuItem16";
693 			this.toolStripMenuItem16.Size = new System.Drawing.Size(204, 6);
694 			//
695 			// mnuResetWorkspace
696 			//
697 			this.mnuResetWorkspace.Image = global::Mesen.GUI.Properties.Resources.Reset;
698 			this.mnuResetWorkspace.Name = "mnuResetWorkspace";
699 			this.mnuResetWorkspace.Size = new System.Drawing.Size(207, 22);
700 			this.mnuResetWorkspace.Text = "Reset Workspace";
701 			this.mnuResetWorkspace.Click += new System.EventHandler(this.mnuResetWorkspace_Click);
702 			//
703 			// mnuResetLabels
704 			//
705 			this.mnuResetLabels.Name = "mnuResetLabels";
706 			this.mnuResetLabels.Size = new System.Drawing.Size(207, 22);
707 			this.mnuResetLabels.Text = "Reset Labels";
708 			this.mnuResetLabels.Click += new System.EventHandler(this.mnuResetLabels_Click);
709 			//
710 			// toolStripMenuItem10
711 			//
712 			this.toolStripMenuItem10.Name = "toolStripMenuItem10";
713 			this.toolStripMenuItem10.Size = new System.Drawing.Size(204, 6);
714 			//
715 			// mnuAutoLoadDbgFiles
716 			//
717 			this.mnuAutoLoadDbgFiles.CheckOnClick = true;
718 			this.mnuAutoLoadDbgFiles.Name = "mnuAutoLoadDbgFiles";
719 			this.mnuAutoLoadDbgFiles.Size = new System.Drawing.Size(207, 22);
720 			this.mnuAutoLoadDbgFiles.Text = "Auto-load DBG/MLB files";
721 			this.mnuAutoLoadDbgFiles.Click += new System.EventHandler(this.mnuAutoLoadDbgFiles_Click);
722 			//
723 			// mnuAutoLoadCdlFiles
724 			//
725 			this.mnuAutoLoadCdlFiles.CheckOnClick = true;
726 			this.mnuAutoLoadCdlFiles.Name = "mnuAutoLoadCdlFiles";
727 			this.mnuAutoLoadCdlFiles.Size = new System.Drawing.Size(207, 22);
728 			this.mnuAutoLoadCdlFiles.Text = "Auto-load CDL files";
729 			this.mnuAutoLoadCdlFiles.Click += new System.EventHandler(this.mnuAutoLoadCdlFiles_Click);
730 			//
731 			// mnuDisableDefaultLabels
732 			//
733 			this.mnuDisableDefaultLabels.CheckOnClick = true;
734 			this.mnuDisableDefaultLabels.Name = "mnuDisableDefaultLabels";
735 			this.mnuDisableDefaultLabels.Size = new System.Drawing.Size(207, 22);
736 			this.mnuDisableDefaultLabels.Text = "Disable default labels";
737 			this.mnuDisableDefaultLabels.Click += new System.EventHandler(this.mnuDisableDefaultLabels_Click);
738 			//
739 			// toolStripMenuItem3
740 			//
741 			this.toolStripMenuItem3.Name = "toolStripMenuItem3";
742 			this.toolStripMenuItem3.Size = new System.Drawing.Size(205, 6);
743 			//
744 			// mnuClose
745 			//
746 			this.mnuClose.Image = global::Mesen.GUI.Properties.Resources.Exit;
747 			this.mnuClose.Name = "mnuClose";
748 			this.mnuClose.Size = new System.Drawing.Size(208, 22);
749 			this.mnuClose.Text = "Close";
750 			this.mnuClose.Click += new System.EventHandler(this.mnuClose_Click);
751 			//
752 			// mnuCode
753 			//
754 			this.mnuCode.Name = "mnuCode";
755 			this.mnuCode.Size = new System.Drawing.Size(47, 20);
756 			this.mnuCode.Text = "Code";
757 			this.mnuCode.DropDownOpening += new System.EventHandler(this.mnuCode_DropDownOpening);
758 			//
759 			// debugToolStripMenuItem
760 			//
761 			this.debugToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
762             this.mnuContinue,
763             this.mnuBreak,
764             this.mnuStepInto,
765             this.mnuStepOver,
766             this.mnuStepOut,
767             this.mnuStepBack,
768             this.toolStripMenuItem1,
769             this.mnuReset,
770             this.mnuPowerCycle,
771             this.toolStripMenuItem24,
772             this.mnuToggleBreakpoint,
773             this.mnuDisableEnableBreakpoint,
774             this.toolStripMenuItem2,
775             this.mnuRunCpuCycle,
776             this.mnuRunPpuCycle,
777             this.mnuRunScanline,
778             this.mnuRunOneFrame,
779             this.toolStripMenuItem8,
780             this.mnuBreakIn,
781             this.mnuBreakOn});
782 			this.debugToolStripMenuItem.Name = "debugToolStripMenuItem";
783 			this.debugToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
784 			this.debugToolStripMenuItem.Text = "Debug";
785 			//
786 			// mnuContinue
787 			//
788 			this.mnuContinue.Enabled = false;
789 			this.mnuContinue.Image = global::Mesen.GUI.Properties.Resources.Play;
790 			this.mnuContinue.Name = "mnuContinue";
791 			this.mnuContinue.Size = new System.Drawing.Size(212, 22);
792 			this.mnuContinue.Text = "Continue";
793 			this.mnuContinue.Click += new System.EventHandler(this.mnuContinue_Click);
794 			//
795 			// mnuBreak
796 			//
797 			this.mnuBreak.Enabled = false;
798 			this.mnuBreak.Image = global::Mesen.GUI.Properties.Resources.Pause;
799 			this.mnuBreak.Name = "mnuBreak";
800 			this.mnuBreak.ShortcutKeyDisplayString = "";
801 			this.mnuBreak.Size = new System.Drawing.Size(212, 22);
802 			this.mnuBreak.Text = "Break";
803 			this.mnuBreak.Click += new System.EventHandler(this.mnuBreak_Click);
804 			//
805 			// mnuStepInto
806 			//
807 			this.mnuStepInto.Image = global::Mesen.GUI.Properties.Resources.StepInto;
808 			this.mnuStepInto.Name = "mnuStepInto";
809 			this.mnuStepInto.Size = new System.Drawing.Size(212, 22);
810 			this.mnuStepInto.Text = "Step Into";
811 			this.mnuStepInto.Click += new System.EventHandler(this.mnuStepInto_Click);
812 			//
813 			// mnuStepOver
814 			//
815 			this.mnuStepOver.Image = global::Mesen.GUI.Properties.Resources.StepOver;
816 			this.mnuStepOver.Name = "mnuStepOver";
817 			this.mnuStepOver.Size = new System.Drawing.Size(212, 22);
818 			this.mnuStepOver.Text = "Step Over";
819 			this.mnuStepOver.Click += new System.EventHandler(this.mnuStepOver_Click);
820 			//
821 			// mnuStepOut
822 			//
823 			this.mnuStepOut.Image = global::Mesen.GUI.Properties.Resources.StepOut;
824 			this.mnuStepOut.Name = "mnuStepOut";
825 			this.mnuStepOut.Size = new System.Drawing.Size(212, 22);
826 			this.mnuStepOut.Text = "Step Out";
827 			this.mnuStepOut.Click += new System.EventHandler(this.mnuStepOut_Click);
828 			//
829 			// mnuStepBack
830 			//
831 			this.mnuStepBack.Image = global::Mesen.GUI.Properties.Resources.StepBack;
832 			this.mnuStepBack.Name = "mnuStepBack";
833 			this.mnuStepBack.Size = new System.Drawing.Size(212, 22);
834 			this.mnuStepBack.Text = "Step Back";
835 			this.mnuStepBack.Click += new System.EventHandler(this.mnuStepBack_Click);
836 			//
837 			// toolStripMenuItem1
838 			//
839 			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
840 			this.toolStripMenuItem1.Size = new System.Drawing.Size(209, 6);
841 			//
842 			// mnuReset
843 			//
844 			this.mnuReset.Image = global::Mesen.GUI.Properties.Resources.Reset;
845 			this.mnuReset.Name = "mnuReset";
846 			this.mnuReset.Size = new System.Drawing.Size(212, 22);
847 			this.mnuReset.Text = "Reset";
848 			this.mnuReset.Click += new System.EventHandler(this.mnuReset_Click);
849 			//
850 			// mnuPowerCycle
851 			//
852 			this.mnuPowerCycle.Image = global::Mesen.GUI.Properties.Resources.PowerCycle;
853 			this.mnuPowerCycle.Name = "mnuPowerCycle";
854 			this.mnuPowerCycle.Size = new System.Drawing.Size(212, 22);
855 			this.mnuPowerCycle.Text = "Power Cycle";
856 			this.mnuPowerCycle.Click += new System.EventHandler(this.mnuPowerCycle_Click);
857 			//
858 			// toolStripMenuItem24
859 			//
860 			this.toolStripMenuItem24.Name = "toolStripMenuItem24";
861 			this.toolStripMenuItem24.Size = new System.Drawing.Size(209, 6);
862 			//
863 			// mnuToggleBreakpoint
864 			//
865 			this.mnuToggleBreakpoint.Image = global::Mesen.GUI.Properties.Resources.Breakpoint;
866 			this.mnuToggleBreakpoint.Name = "mnuToggleBreakpoint";
867 			this.mnuToggleBreakpoint.Size = new System.Drawing.Size(212, 22);
868 			this.mnuToggleBreakpoint.Text = "Toggle Breakpoint";
869 			this.mnuToggleBreakpoint.Click += new System.EventHandler(this.mnuToggleBreakpoint_Click);
870 			//
871 			// mnuDisableEnableBreakpoint
872 			//
873 			this.mnuDisableEnableBreakpoint.Image = global::Mesen.GUI.Properties.Resources.BreakpointDisabled;
874 			this.mnuDisableEnableBreakpoint.Name = "mnuDisableEnableBreakpoint";
875 			this.mnuDisableEnableBreakpoint.Size = new System.Drawing.Size(212, 22);
876 			this.mnuDisableEnableBreakpoint.Text = "Disable/Enable Breakpoint";
877 			this.mnuDisableEnableBreakpoint.Click += new System.EventHandler(this.mnuDisableEnableBreakpoint_Click);
878 			//
879 			// toolStripMenuItem2
880 			//
881 			this.toolStripMenuItem2.Name = "toolStripMenuItem2";
882 			this.toolStripMenuItem2.Size = new System.Drawing.Size(209, 6);
883 			//
884 			// mnuRunCpuCycle
885 			//
886 			this.mnuRunCpuCycle.Image = global::Mesen.GUI.Properties.Resources.JumpTarget;
887 			this.mnuRunCpuCycle.Name = "mnuRunCpuCycle";
888 			this.mnuRunCpuCycle.Size = new System.Drawing.Size(212, 22);
889 			this.mnuRunCpuCycle.Text = "Run one CPU cycle";
890 			this.mnuRunCpuCycle.Click += new System.EventHandler(this.mnuRunCpuCycle_Click);
891 			//
892 			// mnuRunPpuCycle
893 			//
894 			this.mnuRunPpuCycle.Image = global::Mesen.GUI.Properties.Resources.RunPpuCycle;
895 			this.mnuRunPpuCycle.Name = "mnuRunPpuCycle";
896 			this.mnuRunPpuCycle.Size = new System.Drawing.Size(212, 22);
897 			this.mnuRunPpuCycle.Text = "Run one PPU cycle";
898 			this.mnuRunPpuCycle.Click += new System.EventHandler(this.mnuRunPpuCycle_Click);
899 			//
900 			// mnuRunScanline
901 			//
902 			this.mnuRunScanline.Image = global::Mesen.GUI.Properties.Resources.RunPpuScanline;
903 			this.mnuRunScanline.Name = "mnuRunScanline";
904 			this.mnuRunScanline.Size = new System.Drawing.Size(212, 22);
905 			this.mnuRunScanline.Text = "Run one scanline";
906 			this.mnuRunScanline.Click += new System.EventHandler(this.mnuRunScanline_Click);
907 			//
908 			// mnuRunOneFrame
909 			//
910 			this.mnuRunOneFrame.Image = global::Mesen.GUI.Properties.Resources.RunPpuFrame;
911 			this.mnuRunOneFrame.Name = "mnuRunOneFrame";
912 			this.mnuRunOneFrame.Size = new System.Drawing.Size(212, 22);
913 			this.mnuRunOneFrame.Text = "Run one frame";
914 			this.mnuRunOneFrame.Click += new System.EventHandler(this.mnuRunOneFrame_Click);
915 			//
916 			// toolStripMenuItem8
917 			//
918 			this.toolStripMenuItem8.Name = "toolStripMenuItem8";
919 			this.toolStripMenuItem8.Size = new System.Drawing.Size(209, 6);
920 			//
921 			// mnuBreakIn
922 			//
923 			this.mnuBreakIn.Name = "mnuBreakIn";
924 			this.mnuBreakIn.Size = new System.Drawing.Size(212, 22);
925 			this.mnuBreakIn.Text = "Break in...";
926 			this.mnuBreakIn.Click += new System.EventHandler(this.mnuBreakIn_Click);
927 			//
928 			// mnuBreakOn
929 			//
930 			this.mnuBreakOn.Name = "mnuBreakOn";
931 			this.mnuBreakOn.Size = new System.Drawing.Size(212, 22);
932 			this.mnuBreakOn.Text = "Break on...";
933 			this.mnuBreakOn.Click += new System.EventHandler(this.mnuBreakOn_Click);
934 			//
935 			// searchToolStripMenuItem
936 			//
937 			this.searchToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
938             this.mnuGoToAll,
939             this.toolStripMenuItem29,
940             this.mnuFind,
941             this.mnuFindNext,
942             this.mnuFindPrev,
943             this.toolStripMenuItem9,
944             this.mnuFindAllOccurrences,
945             this.mnuGoTo});
946 			this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
947 			this.searchToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
948 			this.searchToolStripMenuItem.Text = "Search";
949 			//
950 			// mnuGoToAll
951 			//
952 			this.mnuGoToAll.Name = "mnuGoToAll";
953 			this.mnuGoToAll.Size = new System.Drawing.Size(183, 22);
954 			this.mnuGoToAll.Text = "Go to All";
955 			this.mnuGoToAll.Click += new System.EventHandler(this.mnuGoToAll_Click);
956 			//
957 			// toolStripMenuItem29
958 			//
959 			this.toolStripMenuItem29.Name = "toolStripMenuItem29";
960 			this.toolStripMenuItem29.Size = new System.Drawing.Size(180, 6);
961 			//
962 			// mnuFind
963 			//
964 			this.mnuFind.Image = global::Mesen.GUI.Properties.Resources.Find;
965 			this.mnuFind.Name = "mnuFind";
966 			this.mnuFind.Size = new System.Drawing.Size(183, 22);
967 			this.mnuFind.Text = "Find...";
968 			this.mnuFind.Click += new System.EventHandler(this.mnuFind_Click);
969 			//
970 			// mnuFindNext
971 			//
972 			this.mnuFindNext.Image = global::Mesen.GUI.Properties.Resources.NextArrow;
973 			this.mnuFindNext.Name = "mnuFindNext";
974 			this.mnuFindNext.Size = new System.Drawing.Size(183, 22);
975 			this.mnuFindNext.Text = "Find Next";
976 			this.mnuFindNext.Click += new System.EventHandler(this.mnuFindNext_Click);
977 			//
978 			// mnuFindPrev
979 			//
980 			this.mnuFindPrev.Image = global::Mesen.GUI.Properties.Resources.PreviousArrow;
981 			this.mnuFindPrev.Name = "mnuFindPrev";
982 			this.mnuFindPrev.Size = new System.Drawing.Size(183, 22);
983 			this.mnuFindPrev.Text = "Find Previous";
984 			this.mnuFindPrev.Click += new System.EventHandler(this.mnuFindPrev_Click);
985 			//
986 			// toolStripMenuItem9
987 			//
988 			this.toolStripMenuItem9.Name = "toolStripMenuItem9";
989 			this.toolStripMenuItem9.Size = new System.Drawing.Size(180, 6);
990 			//
991 			// mnuFindAllOccurrences
992 			//
993 			this.mnuFindAllOccurrences.Name = "mnuFindAllOccurrences";
994 			this.mnuFindAllOccurrences.Size = new System.Drawing.Size(183, 22);
995 			this.mnuFindAllOccurrences.Text = "Find All Occurrences";
996 			this.mnuFindAllOccurrences.Click += new System.EventHandler(this.mnuFindAllOccurrences_Click);
997 			//
998 			// mnuGoTo
999 			//
1000 			this.mnuGoTo.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1001             this.mnuGoToAddress,
1002             this.toolStripMenuItem22,
1003             this.mnuGoToIrqHandler,
1004             this.mnuGoToNmiHandler,
1005             this.mnuGoToResetHandler,
1006             this.toolStripMenuItem23,
1007             this.mnuGoToProgramCount});
1008 			this.mnuGoTo.Name = "mnuGoTo";
1009 			this.mnuGoTo.Size = new System.Drawing.Size(183, 22);
1010 			this.mnuGoTo.Text = "Go To...";
1011 			//
1012 			// mnuGoToAddress
1013 			//
1014 			this.mnuGoToAddress.Name = "mnuGoToAddress";
1015 			this.mnuGoToAddress.Size = new System.Drawing.Size(166, 22);
1016 			this.mnuGoToAddress.Text = "Address";
1017 			this.mnuGoToAddress.Click += new System.EventHandler(this.mnuGoToAddress_Click);
1018 			//
1019 			// toolStripMenuItem22
1020 			//
1021 			this.toolStripMenuItem22.Name = "toolStripMenuItem22";
1022 			this.toolStripMenuItem22.Size = new System.Drawing.Size(163, 6);
1023 			//
1024 			// mnuGoToIrqHandler
1025 			//
1026 			this.mnuGoToIrqHandler.Name = "mnuGoToIrqHandler";
1027 			this.mnuGoToIrqHandler.Size = new System.Drawing.Size(166, 22);
1028 			this.mnuGoToIrqHandler.Text = "IRQ Handler";
1029 			this.mnuGoToIrqHandler.Click += new System.EventHandler(this.mnuGoToIrqHandler_Click);
1030 			//
1031 			// mnuGoToNmiHandler
1032 			//
1033 			this.mnuGoToNmiHandler.Name = "mnuGoToNmiHandler";
1034 			this.mnuGoToNmiHandler.Size = new System.Drawing.Size(166, 22);
1035 			this.mnuGoToNmiHandler.Text = "NMI Handler";
1036 			this.mnuGoToNmiHandler.Click += new System.EventHandler(this.mnuGoToNmiHandler_Click);
1037 			//
1038 			// mnuGoToResetHandler
1039 			//
1040 			this.mnuGoToResetHandler.Name = "mnuGoToResetHandler";
1041 			this.mnuGoToResetHandler.Size = new System.Drawing.Size(166, 22);
1042 			this.mnuGoToResetHandler.Text = "Reset Handler";
1043 			this.mnuGoToResetHandler.Click += new System.EventHandler(this.mnuGoToResetHandler_Click);
1044 			//
1045 			// toolStripMenuItem23
1046 			//
1047 			this.toolStripMenuItem23.Name = "toolStripMenuItem23";
1048 			this.toolStripMenuItem23.Size = new System.Drawing.Size(163, 6);
1049 			//
1050 			// mnuGoToProgramCount
1051 			//
1052 			this.mnuGoToProgramCount.Name = "mnuGoToProgramCount";
1053 			this.mnuGoToProgramCount.ShortcutKeyDisplayString = "";
1054 			this.mnuGoToProgramCount.Size = new System.Drawing.Size(166, 22);
1055 			this.mnuGoToProgramCount.Text = "Program Counter";
1056 			this.mnuGoToProgramCount.Click += new System.EventHandler(this.mnuGoToProgramCount_Click);
1057 			//
1058 			// mnuOptions
1059 			//
1060 			this.mnuOptions.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1061             this.mnuDisassemblyOptions,
1062             this.mnuBreakOptions,
1063             this.toolStripMenuItem12,
1064             this.mnuShowOptions,
1065             this.mnuTooltipOptions,
1066             this.mnuCopyOptions,
1067             this.fontSizeToolStripMenuItem,
1068             this.mnuConfigureColors,
1069             this.toolStripSeparator1,
1070             this.mnuSplitView,
1071             this.mnuUseVerticalLayout,
1072             this.toolStripMenuItem11,
1073             this.mnuAutoCreateJumpLabels,
1074             this.toolStripMenuItem25,
1075             this.mnuHidePauseIcon,
1076             this.mnuPpuPartialDraw,
1077             this.mnuPpuShowPreviousFrame,
1078             this.toolStripMenuItem19,
1079             this.mnuShowBreakNotifications,
1080             this.mnuShowInstructionProgression,
1081             this.mnuShowSelectionLength,
1082             this.toolStripMenuItem27,
1083             this.mnuAlwaysScrollToCenter,
1084             this.mnuRefreshWhileRunning,
1085             this.toolStripMenuItem6,
1086             this.mnuConfigureExternalEditor,
1087             this.mnuPreferences});
1088 			this.mnuOptions.Name = "mnuOptions";
1089 			this.mnuOptions.Size = new System.Drawing.Size(61, 20);
1090 			this.mnuOptions.Text = "Options";
1091 			//
1092 			// mnuDisassemblyOptions
1093 			//
1094 			this.mnuDisassemblyOptions.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1095             this.mnuDisassemble,
1096             this.mnuShow,
1097             this.toolStripMenuItem7,
1098             this.mnuDisplayOpCodesInLowerCase,
1099             this.mnuShowEffectiveAddresses,
1100             this.mnuShowMemoryValues});
1101 			this.mnuDisassemblyOptions.Name = "mnuDisassemblyOptions";
1102 			this.mnuDisassemblyOptions.Size = new System.Drawing.Size(266, 22);
1103 			this.mnuDisassemblyOptions.Text = "Disassembly Options";
1104 			//
1105 			// mnuDisassemble
1106 			//
1107 			this.mnuDisassemble.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1108             this.mnuDisassembleVerifiedCode,
1109             this.mnuDisassembleVerifiedData,
1110             this.mnuDisassembleUnidentifiedData});
1111 			this.mnuDisassemble.Name = "mnuDisassemble";
1112 			this.mnuDisassemble.Size = new System.Drawing.Size(236, 22);
1113 			this.mnuDisassemble.Text = "Disassemble...";
1114 			//
1115 			// mnuDisassembleVerifiedCode
1116 			//
1117 			this.mnuDisassembleVerifiedCode.Checked = true;
1118 			this.mnuDisassembleVerifiedCode.CheckState = System.Windows.Forms.CheckState.Checked;
1119 			this.mnuDisassembleVerifiedCode.Enabled = false;
1120 			this.mnuDisassembleVerifiedCode.Name = "mnuDisassembleVerifiedCode";
1121 			this.mnuDisassembleVerifiedCode.Size = new System.Drawing.Size(250, 22);
1122 			this.mnuDisassembleVerifiedCode.Text = "Verified Code";
1123 			//
1124 			// mnuDisassembleVerifiedData
1125 			//
1126 			this.mnuDisassembleVerifiedData.CheckOnClick = true;
1127 			this.mnuDisassembleVerifiedData.Name = "mnuDisassembleVerifiedData";
1128 			this.mnuDisassembleVerifiedData.Size = new System.Drawing.Size(250, 22);
1129 			this.mnuDisassembleVerifiedData.Text = "Verified Data (not recommended)";
1130 			this.mnuDisassembleVerifiedData.Click += new System.EventHandler(this.mnuDisassembleVerifiedData_Click);
1131 			//
1132 			// mnuDisassembleUnidentifiedData
1133 			//
1134 			this.mnuDisassembleUnidentifiedData.CheckOnClick = true;
1135 			this.mnuDisassembleUnidentifiedData.Name = "mnuDisassembleUnidentifiedData";
1136 			this.mnuDisassembleUnidentifiedData.Size = new System.Drawing.Size(250, 22);
1137 			this.mnuDisassembleUnidentifiedData.Text = "Unidentified Code/Data";
1138 			this.mnuDisassembleUnidentifiedData.Click += new System.EventHandler(this.mnuDisassembleUnidentifiedData_Click);
1139 			//
1140 			// mnuShow
1141 			//
1142 			this.mnuShow.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1143             this.mnuShowVerifiedCode,
1144             this.mnuShowVerifiedData,
1145             this.mnuShowUnidentifiedData});
1146 			this.mnuShow.Name = "mnuShow";
1147 			this.mnuShow.Size = new System.Drawing.Size(236, 22);
1148 			this.mnuShow.Text = "Show...";
1149 			//
1150 			// mnuShowVerifiedCode
1151 			//
1152 			this.mnuShowVerifiedCode.Checked = true;
1153 			this.mnuShowVerifiedCode.CheckState = System.Windows.Forms.CheckState.Checked;
1154 			this.mnuShowVerifiedCode.Enabled = false;
1155 			this.mnuShowVerifiedCode.Name = "mnuShowVerifiedCode";
1156 			this.mnuShowVerifiedCode.Size = new System.Drawing.Size(199, 22);
1157 			this.mnuShowVerifiedCode.Text = "Verified Code";
1158 			//
1159 			// mnuShowVerifiedData
1160 			//
1161 			this.mnuShowVerifiedData.CheckOnClick = true;
1162 			this.mnuShowVerifiedData.Image = global::Mesen.GUI.Properties.Resources.VerifiedData;
1163 			this.mnuShowVerifiedData.Name = "mnuShowVerifiedData";
1164 			this.mnuShowVerifiedData.Size = new System.Drawing.Size(199, 22);
1165 			this.mnuShowVerifiedData.Text = "Verified Data";
1166 			this.mnuShowVerifiedData.Click += new System.EventHandler(this.mnuShowVerifiedData_Click);
1167 			//
1168 			// mnuShowUnidentifiedData
1169 			//
1170 			this.mnuShowUnidentifiedData.CheckOnClick = true;
1171 			this.mnuShowUnidentifiedData.Image = global::Mesen.GUI.Properties.Resources.UnidentifiedData;
1172 			this.mnuShowUnidentifiedData.Name = "mnuShowUnidentifiedData";
1173 			this.mnuShowUnidentifiedData.Size = new System.Drawing.Size(199, 22);
1174 			this.mnuShowUnidentifiedData.Text = "Unidentified Code/Data";
1175 			this.mnuShowUnidentifiedData.Click += new System.EventHandler(this.mnuShowUnidentifiedData_Click);
1176 			//
1177 			// toolStripMenuItem7
1178 			//
1179 			this.toolStripMenuItem7.Name = "toolStripMenuItem7";
1180 			this.toolStripMenuItem7.Size = new System.Drawing.Size(233, 6);
1181 			//
1182 			// mnuDisplayOpCodesInLowerCase
1183 			//
1184 			this.mnuDisplayOpCodesInLowerCase.CheckOnClick = true;
1185 			this.mnuDisplayOpCodesInLowerCase.Name = "mnuDisplayOpCodesInLowerCase";
1186 			this.mnuDisplayOpCodesInLowerCase.Size = new System.Drawing.Size(236, 22);
1187 			this.mnuDisplayOpCodesInLowerCase.Text = "Display OP codes in lower case";
1188 			this.mnuDisplayOpCodesInLowerCase.Click += new System.EventHandler(this.mnuDisplayOpCodesInLowerCase_Click);
1189 			//
1190 			// mnuShowEffectiveAddresses
1191 			//
1192 			this.mnuShowEffectiveAddresses.CheckOnClick = true;
1193 			this.mnuShowEffectiveAddresses.Name = "mnuShowEffectiveAddresses";
1194 			this.mnuShowEffectiveAddresses.Size = new System.Drawing.Size(236, 22);
1195 			this.mnuShowEffectiveAddresses.Text = "Show Effective Addresses";
1196 			this.mnuShowEffectiveAddresses.Click += new System.EventHandler(this.mnuShowEffectiveAddresses_Click);
1197 			//
1198 			// mnuShowMemoryValues
1199 			//
1200 			this.mnuShowMemoryValues.CheckOnClick = true;
1201 			this.mnuShowMemoryValues.Name = "mnuShowMemoryValues";
1202 			this.mnuShowMemoryValues.Size = new System.Drawing.Size(236, 22);
1203 			this.mnuShowMemoryValues.Text = "Show Memory Values";
1204 			this.mnuShowMemoryValues.Click += new System.EventHandler(this.mnuShowMemoryValues_Click);
1205 			//
1206 			// mnuBreakOptions
1207 			//
1208 			this.mnuBreakOptions.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1209             this.mnuBreakOnReset,
1210             this.mnuBreakOnUnofficialOpcodes,
1211             this.mnuBreakOnBrk,
1212             this.mnuBreakOnCrash,
1213             this.sepBreakNsfOptions,
1214             this.mnuBreakOnInit,
1215             this.mnuBreakOnPlay,
1216             this.toolStripMenuItem26,
1217             this.mnuBreakOnDecayedOamRead,
1218             this.mnuBreakOnUninitMemoryRead,
1219             this.toolStripMenuItem15,
1220             this.mnuBreakOnOpen,
1221             this.mnuBreakOnDebuggerFocus,
1222             this.toolStripMenuItem20,
1223             this.mnuBringToFrontOnBreak,
1224             this.mnuBringToFrontOnPause,
1225             this.toolStripMenuItem28,
1226             this.mnuEnableSubInstructionBreakpoints});
1227 			this.mnuBreakOptions.Name = "mnuBreakOptions";
1228 			this.mnuBreakOptions.Size = new System.Drawing.Size(266, 22);
1229 			this.mnuBreakOptions.Text = "Break Options";
1230 			this.mnuBreakOptions.DropDownOpening += new System.EventHandler(this.mnuBreakOptions_DropDownOpening);
1231 			//
1232 			// mnuBreakOnReset
1233 			//
1234 			this.mnuBreakOnReset.CheckOnClick = true;
1235 			this.mnuBreakOnReset.Name = "mnuBreakOnReset";
1236 			this.mnuBreakOnReset.Size = new System.Drawing.Size(261, 22);
1237 			this.mnuBreakOnReset.Text = "Break on power/reset";
1238 			this.mnuBreakOnReset.Click += new System.EventHandler(this.mnuBreakOnReset_Click);
1239 			//
1240 			// mnuBreakOnUnofficialOpcodes
1241 			//
1242 			this.mnuBreakOnUnofficialOpcodes.CheckOnClick = true;
1243 			this.mnuBreakOnUnofficialOpcodes.Name = "mnuBreakOnUnofficialOpcodes";
1244 			this.mnuBreakOnUnofficialOpcodes.Size = new System.Drawing.Size(261, 22);
1245 			this.mnuBreakOnUnofficialOpcodes.Text = "Break on unofficial opcodes";
1246 			this.mnuBreakOnUnofficialOpcodes.Click += new System.EventHandler(this.mnuBreakOnUnofficialOpcodes_Click);
1247 			//
1248 			// mnuBreakOnBrk
1249 			//
1250 			this.mnuBreakOnBrk.CheckOnClick = true;
1251 			this.mnuBreakOnBrk.Name = "mnuBreakOnBrk";
1252 			this.mnuBreakOnBrk.Size = new System.Drawing.Size(261, 22);
1253 			this.mnuBreakOnBrk.Text = "Break on BRK";
1254 			this.mnuBreakOnBrk.Click += new System.EventHandler(this.mnuBreakOnBrk_Click);
1255 			//
1256 			// mnuBreakOnCrash
1257 			//
1258 			this.mnuBreakOnCrash.CheckOnClick = true;
1259 			this.mnuBreakOnCrash.Name = "mnuBreakOnCrash";
1260 			this.mnuBreakOnCrash.Size = new System.Drawing.Size(261, 22);
1261 			this.mnuBreakOnCrash.Text = "Break on CPU crash";
1262 			this.mnuBreakOnCrash.Click += new System.EventHandler(this.mnuBreakOnCrash_Click);
1263 			//
1264 			// sepBreakNsfOptions
1265 			//
1266 			this.sepBreakNsfOptions.Name = "sepBreakNsfOptions";
1267 			this.sepBreakNsfOptions.Size = new System.Drawing.Size(258, 6);
1268 			//
1269 			// mnuBreakOnInit
1270 			//
1271 			this.mnuBreakOnInit.CheckOnClick = true;
1272 			this.mnuBreakOnInit.Name = "mnuBreakOnInit";
1273 			this.mnuBreakOnInit.Size = new System.Drawing.Size(261, 22);
1274 			this.mnuBreakOnInit.Text = "Break on Init (NSF)";
1275 			this.mnuBreakOnInit.Click += new System.EventHandler(this.mnuBreakOnInit_Click);
1276 			//
1277 			// mnuBreakOnPlay
1278 			//
1279 			this.mnuBreakOnPlay.CheckOnClick = true;
1280 			this.mnuBreakOnPlay.Name = "mnuBreakOnPlay";
1281 			this.mnuBreakOnPlay.Size = new System.Drawing.Size(261, 22);
1282 			this.mnuBreakOnPlay.Text = "Break on Play (NSF)";
1283 			this.mnuBreakOnPlay.Click += new System.EventHandler(this.mnuBreakOnPlay_Click);
1284 			//
1285 			// toolStripMenuItem26
1286 			//
1287 			this.toolStripMenuItem26.Name = "toolStripMenuItem26";
1288 			this.toolStripMenuItem26.Size = new System.Drawing.Size(258, 6);
1289 			//
1290 			// mnuBreakOnDecayedOamRead
1291 			//
1292 			this.mnuBreakOnDecayedOamRead.CheckOnClick = true;
1293 			this.mnuBreakOnDecayedOamRead.Name = "mnuBreakOnDecayedOamRead";
1294 			this.mnuBreakOnDecayedOamRead.Size = new System.Drawing.Size(261, 22);
1295 			this.mnuBreakOnDecayedOamRead.Text = "Break on decayed OAM read";
1296 			this.mnuBreakOnDecayedOamRead.Click += new System.EventHandler(this.mnuBreakOnDecayedOamRead_Click);
1297 			//
1298 			// mnuBreakOnUninitMemoryRead
1299 			//
1300 			this.mnuBreakOnUninitMemoryRead.CheckOnClick = true;
1301 			this.mnuBreakOnUninitMemoryRead.Name = "mnuBreakOnUninitMemoryRead";
1302 			this.mnuBreakOnUninitMemoryRead.Size = new System.Drawing.Size(261, 22);
1303 			this.mnuBreakOnUninitMemoryRead.Text = "Break on uninitialized memory read";
1304 			this.mnuBreakOnUninitMemoryRead.Click += new System.EventHandler(this.mnuBreakOnUninitMemoryRead_Click);
1305 			//
1306 			// toolStripMenuItem15
1307 			//
1308 			this.toolStripMenuItem15.Name = "toolStripMenuItem15";
1309 			this.toolStripMenuItem15.Size = new System.Drawing.Size(258, 6);
1310 			//
1311 			// mnuBreakOnOpen
1312 			//
1313 			this.mnuBreakOnOpen.CheckOnClick = true;
1314 			this.mnuBreakOnOpen.Name = "mnuBreakOnOpen";
1315 			this.mnuBreakOnOpen.Size = new System.Drawing.Size(261, 22);
1316 			this.mnuBreakOnOpen.Text = "Break when debugger is opened";
1317 			this.mnuBreakOnOpen.Click += new System.EventHandler(this.mnuBreakOnOpen_Click);
1318 			//
1319 			// mnuBreakOnDebuggerFocus
1320 			//
1321 			this.mnuBreakOnDebuggerFocus.CheckOnClick = true;
1322 			this.mnuBreakOnDebuggerFocus.Name = "mnuBreakOnDebuggerFocus";
1323 			this.mnuBreakOnDebuggerFocus.Size = new System.Drawing.Size(261, 22);
1324 			this.mnuBreakOnDebuggerFocus.Text = "Break on debugger focus";
1325 			this.mnuBreakOnDebuggerFocus.Click += new System.EventHandler(this.mnuBreakOnDebuggerFocus_Click);
1326 			//
1327 			// toolStripMenuItem20
1328 			//
1329 			this.toolStripMenuItem20.Name = "toolStripMenuItem20";
1330 			this.toolStripMenuItem20.Size = new System.Drawing.Size(258, 6);
1331 			//
1332 			// mnuBringToFrontOnBreak
1333 			//
1334 			this.mnuBringToFrontOnBreak.CheckOnClick = true;
1335 			this.mnuBringToFrontOnBreak.Name = "mnuBringToFrontOnBreak";
1336 			this.mnuBringToFrontOnBreak.Size = new System.Drawing.Size(261, 22);
1337 			this.mnuBringToFrontOnBreak.Text = "Bring debugger to front on break";
1338 			this.mnuBringToFrontOnBreak.Click += new System.EventHandler(this.mnuBringToFrontOnBreak_Click);
1339 			//
1340 			// mnuBringToFrontOnPause
1341 			//
1342 			this.mnuBringToFrontOnPause.CheckOnClick = true;
1343 			this.mnuBringToFrontOnPause.Name = "mnuBringToFrontOnPause";
1344 			this.mnuBringToFrontOnPause.Size = new System.Drawing.Size(261, 22);
1345 			this.mnuBringToFrontOnPause.Text = "Bring debugger to front on pause";
1346 			this.mnuBringToFrontOnPause.Click += new System.EventHandler(this.mnuBringToFrontOnPause_Click);
1347 			//
1348 			// toolStripMenuItem28
1349 			//
1350 			this.toolStripMenuItem28.Name = "toolStripMenuItem28";
1351 			this.toolStripMenuItem28.Size = new System.Drawing.Size(258, 6);
1352 			//
1353 			// mnuEnableSubInstructionBreakpoints
1354 			//
1355 			this.mnuEnableSubInstructionBreakpoints.CheckOnClick = true;
1356 			this.mnuEnableSubInstructionBreakpoints.Name = "mnuEnableSubInstructionBreakpoints";
1357 			this.mnuEnableSubInstructionBreakpoints.Size = new System.Drawing.Size(261, 22);
1358 			this.mnuEnableSubInstructionBreakpoints.Text = "Enable sub-instruction breakpoints";
1359 			this.mnuEnableSubInstructionBreakpoints.Click += new System.EventHandler(this.mnuBreakOnFirstCycle_Click);
1360 			//
1361 			// toolStripMenuItem12
1362 			//
1363 			this.toolStripMenuItem12.Name = "toolStripMenuItem12";
1364 			this.toolStripMenuItem12.Size = new System.Drawing.Size(263, 6);
1365 			//
1366 			// mnuShowOptions
1367 			//
1368 			this.mnuShowOptions.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1369             this.mnuShowToolbar,
1370             this.mnuShowCpuMemoryMapping,
1371             this.mnuShowPpuMemoryMapping,
1372             this.mnuShowFunctionLabelLists,
1373             this.mnuShowBottomPanel});
1374 			this.mnuShowOptions.Image = global::Mesen.GUI.Properties.Resources.DipSwitches;
1375 			this.mnuShowOptions.Name = "mnuShowOptions";
1376 			this.mnuShowOptions.Size = new System.Drawing.Size(266, 22);
1377 			this.mnuShowOptions.Text = "Show...";
1378 			//
1379 			// mnuShowToolbar
1380 			//
1381 			this.mnuShowToolbar.CheckOnClick = true;
1382 			this.mnuShowToolbar.Name = "mnuShowToolbar";
1383 			this.mnuShowToolbar.Size = new System.Drawing.Size(263, 22);
1384 			this.mnuShowToolbar.Text = "Show Toolbar";
1385 			this.mnuShowToolbar.Click += new System.EventHandler(this.mnuShowToolbar_Click);
1386 			//
1387 			// mnuShowCpuMemoryMapping
1388 			//
1389 			this.mnuShowCpuMemoryMapping.CheckOnClick = true;
1390 			this.mnuShowCpuMemoryMapping.Name = "mnuShowCpuMemoryMapping";
1391 			this.mnuShowCpuMemoryMapping.Size = new System.Drawing.Size(263, 22);
1392 			this.mnuShowCpuMemoryMapping.Text = "Show CPU Memory Mapping";
1393 			this.mnuShowCpuMemoryMapping.Click += new System.EventHandler(this.mnuShowCpuMemoryMapping_Click);
1394 			//
1395 			// mnuShowPpuMemoryMapping
1396 			//
1397 			this.mnuShowPpuMemoryMapping.CheckOnClick = true;
1398 			this.mnuShowPpuMemoryMapping.Name = "mnuShowPpuMemoryMapping";
1399 			this.mnuShowPpuMemoryMapping.Size = new System.Drawing.Size(263, 22);
1400 			this.mnuShowPpuMemoryMapping.Text = "Show PPU Memory Mapping";
1401 			this.mnuShowPpuMemoryMapping.Click += new System.EventHandler(this.mnuShowPpuMemoryMapping_Click);
1402 			//
1403 			// mnuShowFunctionLabelLists
1404 			//
1405 			this.mnuShowFunctionLabelLists.CheckOnClick = true;
1406 			this.mnuShowFunctionLabelLists.Name = "mnuShowFunctionLabelLists";
1407 			this.mnuShowFunctionLabelLists.Size = new System.Drawing.Size(263, 22);
1408 			this.mnuShowFunctionLabelLists.Text = "Show Function/Label Lists";
1409 			this.mnuShowFunctionLabelLists.Click += new System.EventHandler(this.mnuShowFunctionLabelLists_Click);
1410 			//
1411 			// mnuShowBottomPanel
1412 			//
1413 			this.mnuShowBottomPanel.CheckOnClick = true;
1414 			this.mnuShowBottomPanel.Name = "mnuShowBottomPanel";
1415 			this.mnuShowBottomPanel.Size = new System.Drawing.Size(263, 22);
1416 			this.mnuShowBottomPanel.Text = "Show Watch/Breakpoints/Call Stack";
1417 			this.mnuShowBottomPanel.Click += new System.EventHandler(this.mnuShowBottomPanel_Click);
1418 			//
1419 			// mnuTooltipOptions
1420 			//
1421 			this.mnuTooltipOptions.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1422             this.mnuShowCodePreview,
1423             this.mnuShowOpCodeTooltips,
1424             this.toolStripMenuItem18,
1425             this.mnuOnlyShowTooltipOnShift});
1426 			this.mnuTooltipOptions.Image = global::Mesen.GUI.Properties.Resources.Comment;
1427 			this.mnuTooltipOptions.Name = "mnuTooltipOptions";
1428 			this.mnuTooltipOptions.Size = new System.Drawing.Size(266, 22);
1429 			this.mnuTooltipOptions.Text = "Tooltip Options";
1430 			//
1431 			// mnuShowCodePreview
1432 			//
1433 			this.mnuShowCodePreview.CheckOnClick = true;
1434 			this.mnuShowCodePreview.Name = "mnuShowCodePreview";
1435 			this.mnuShowCodePreview.Size = new System.Drawing.Size(307, 22);
1436 			this.mnuShowCodePreview.Text = "Show Code Preview in Tooltips";
1437 			this.mnuShowCodePreview.CheckedChanged += new System.EventHandler(this.mnuShowCodePreview_CheckedChanged);
1438 			//
1439 			// mnuShowOpCodeTooltips
1440 			//
1441 			this.mnuShowOpCodeTooltips.CheckOnClick = true;
1442 			this.mnuShowOpCodeTooltips.Name = "mnuShowOpCodeTooltips";
1443 			this.mnuShowOpCodeTooltips.Size = new System.Drawing.Size(307, 22);
1444 			this.mnuShowOpCodeTooltips.Text = "Show OP Code Info Tooltips";
1445 			this.mnuShowOpCodeTooltips.CheckedChanged += new System.EventHandler(this.mnuShowOpCodeTooltips_CheckedChanged);
1446 			//
1447 			// toolStripMenuItem18
1448 			//
1449 			this.toolStripMenuItem18.Name = "toolStripMenuItem18";
1450 			this.toolStripMenuItem18.Size = new System.Drawing.Size(304, 6);
1451 			//
1452 			// mnuOnlyShowTooltipOnShift
1453 			//
1454 			this.mnuOnlyShowTooltipOnShift.CheckOnClick = true;
1455 			this.mnuOnlyShowTooltipOnShift.Name = "mnuOnlyShowTooltipOnShift";
1456 			this.mnuOnlyShowTooltipOnShift.Size = new System.Drawing.Size(307, 22);
1457 			this.mnuOnlyShowTooltipOnShift.Text = "Only show tooltips when Shift key is pressed";
1458 			this.mnuOnlyShowTooltipOnShift.CheckedChanged += new System.EventHandler(this.mnuTooltipShowOnShift_CheckedChanged);
1459 			//
1460 			// mnuCopyOptions
1461 			//
1462 			this.mnuCopyOptions.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1463             this.mnuCopyAddresses,
1464             this.mnuCopyByteCode,
1465             this.mnuCopyComments});
1466 			this.mnuCopyOptions.Image = global::Mesen.GUI.Properties.Resources.Copy;
1467 			this.mnuCopyOptions.Name = "mnuCopyOptions";
1468 			this.mnuCopyOptions.Size = new System.Drawing.Size(266, 22);
1469 			this.mnuCopyOptions.Text = "Copy Options";
1470 			//
1471 			// mnuCopyAddresses
1472 			//
1473 			this.mnuCopyAddresses.CheckOnClick = true;
1474 			this.mnuCopyAddresses.Name = "mnuCopyAddresses";
1475 			this.mnuCopyAddresses.Size = new System.Drawing.Size(164, 22);
1476 			this.mnuCopyAddresses.Text = "Copy Addresses";
1477 			this.mnuCopyAddresses.Click += new System.EventHandler(this.mnuCopyAddresses_Click);
1478 			//
1479 			// mnuCopyByteCode
1480 			//
1481 			this.mnuCopyByteCode.CheckOnClick = true;
1482 			this.mnuCopyByteCode.Name = "mnuCopyByteCode";
1483 			this.mnuCopyByteCode.Size = new System.Drawing.Size(164, 22);
1484 			this.mnuCopyByteCode.Text = "Copy Byte Code";
1485 			this.mnuCopyByteCode.Click += new System.EventHandler(this.mnuCopyByteCode_Click);
1486 			//
1487 			// mnuCopyComments
1488 			//
1489 			this.mnuCopyComments.CheckOnClick = true;
1490 			this.mnuCopyComments.Name = "mnuCopyComments";
1491 			this.mnuCopyComments.Size = new System.Drawing.Size(164, 22);
1492 			this.mnuCopyComments.Text = "Copy Comments";
1493 			this.mnuCopyComments.Click += new System.EventHandler(this.mnuCopyComments_Click);
1494 			//
1495 			// fontSizeToolStripMenuItem
1496 			//
1497 			this.fontSizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1498             this.mnuIncreaseFontSize,
1499             this.mnuDecreaseFontSize,
1500             this.mnuResetFontSize,
1501             this.toolStripMenuItem21,
1502             this.mnuSelectFont});
1503 			this.fontSizeToolStripMenuItem.Image = global::Mesen.GUI.Properties.Resources.Font;
1504 			this.fontSizeToolStripMenuItem.Name = "fontSizeToolStripMenuItem";
1505 			this.fontSizeToolStripMenuItem.Size = new System.Drawing.Size(266, 22);
1506 			this.fontSizeToolStripMenuItem.Text = "Font Options";
1507 			//
1508 			// mnuIncreaseFontSize
1509 			//
1510 			this.mnuIncreaseFontSize.Name = "mnuIncreaseFontSize";
1511 			this.mnuIncreaseFontSize.ShortcutKeyDisplayString = "";
1512 			this.mnuIncreaseFontSize.Size = new System.Drawing.Size(157, 22);
1513 			this.mnuIncreaseFontSize.Text = "Increase Size";
1514 			this.mnuIncreaseFontSize.Click += new System.EventHandler(this.mnuIncreaseFontSize_Click);
1515 			//
1516 			// mnuDecreaseFontSize
1517 			//
1518 			this.mnuDecreaseFontSize.Name = "mnuDecreaseFontSize";
1519 			this.mnuDecreaseFontSize.ShortcutKeyDisplayString = "";
1520 			this.mnuDecreaseFontSize.Size = new System.Drawing.Size(157, 22);
1521 			this.mnuDecreaseFontSize.Text = "Decrease Size";
1522 			this.mnuDecreaseFontSize.Click += new System.EventHandler(this.mnuDecreaseFontSize_Click);
1523 			//
1524 			// mnuResetFontSize
1525 			//
1526 			this.mnuResetFontSize.Name = "mnuResetFontSize";
1527 			this.mnuResetFontSize.ShortcutKeyDisplayString = "";
1528 			this.mnuResetFontSize.Size = new System.Drawing.Size(157, 22);
1529 			this.mnuResetFontSize.Text = "Reset to Default";
1530 			this.mnuResetFontSize.Click += new System.EventHandler(this.mnuResetFontSize_Click);
1531 			//
1532 			// toolStripMenuItem21
1533 			//
1534 			this.toolStripMenuItem21.Name = "toolStripMenuItem21";
1535 			this.toolStripMenuItem21.Size = new System.Drawing.Size(154, 6);
1536 			//
1537 			// mnuSelectFont
1538 			//
1539 			this.mnuSelectFont.Name = "mnuSelectFont";
1540 			this.mnuSelectFont.Size = new System.Drawing.Size(157, 22);
1541 			this.mnuSelectFont.Text = "Select Font...";
1542 			this.mnuSelectFont.Click += new System.EventHandler(this.mnuSelectFont_Click);
1543 			//
1544 			// mnuConfigureColors
1545 			//
1546 			this.mnuConfigureColors.Image = global::Mesen.GUI.Properties.Resources.PipetteSmall;
1547 			this.mnuConfigureColors.Name = "mnuConfigureColors";
1548 			this.mnuConfigureColors.Size = new System.Drawing.Size(266, 22);
1549 			this.mnuConfigureColors.Text = "Configure Colors";
1550 			this.mnuConfigureColors.Click += new System.EventHandler(this.mnuConfigureColors_Click);
1551 			//
1552 			// toolStripSeparator1
1553 			//
1554 			this.toolStripSeparator1.Name = "toolStripSeparator1";
1555 			this.toolStripSeparator1.Size = new System.Drawing.Size(263, 6);
1556 			//
1557 			// mnuSplitView
1558 			//
1559 			this.mnuSplitView.CheckOnClick = true;
1560 			this.mnuSplitView.Image = global::Mesen.GUI.Properties.Resources.SplitView;
1561 			this.mnuSplitView.Name = "mnuSplitView";
1562 			this.mnuSplitView.Size = new System.Drawing.Size(266, 22);
1563 			this.mnuSplitView.Text = "Split View";
1564 			this.mnuSplitView.Click += new System.EventHandler(this.mnuSplitView_Click);
1565 			//
1566 			// mnuUseVerticalLayout
1567 			//
1568 			this.mnuUseVerticalLayout.CheckOnClick = true;
1569 			this.mnuUseVerticalLayout.Image = global::Mesen.GUI.Properties.Resources.VerticalLayout;
1570 			this.mnuUseVerticalLayout.Name = "mnuUseVerticalLayout";
1571 			this.mnuUseVerticalLayout.Size = new System.Drawing.Size(266, 22);
1572 			this.mnuUseVerticalLayout.Text = "Use Vertical Layout";
1573 			this.mnuUseVerticalLayout.CheckedChanged += new System.EventHandler(this.mnuUseVerticalLayout_CheckedChanged);
1574 			//
1575 			// toolStripMenuItem11
1576 			//
1577 			this.toolStripMenuItem11.Name = "toolStripMenuItem11";
1578 			this.toolStripMenuItem11.Size = new System.Drawing.Size(263, 6);
1579 			//
1580 			// mnuAutoCreateJumpLabels
1581 			//
1582 			this.mnuAutoCreateJumpLabels.CheckOnClick = true;
1583 			this.mnuAutoCreateJumpLabels.Name = "mnuAutoCreateJumpLabels";
1584 			this.mnuAutoCreateJumpLabels.Size = new System.Drawing.Size(266, 22);
1585 			this.mnuAutoCreateJumpLabels.Text = "Auto-create jump labels";
1586 			this.mnuAutoCreateJumpLabels.Click += new System.EventHandler(this.mnuAutoCreateJumpLabels_Click);
1587 			//
1588 			// toolStripMenuItem25
1589 			//
1590 			this.toolStripMenuItem25.Name = "toolStripMenuItem25";
1591 			this.toolStripMenuItem25.Size = new System.Drawing.Size(263, 6);
1592 			//
1593 			// mnuHidePauseIcon
1594 			//
1595 			this.mnuHidePauseIcon.CheckOnClick = true;
1596 			this.mnuHidePauseIcon.Name = "mnuHidePauseIcon";
1597 			this.mnuHidePauseIcon.Size = new System.Drawing.Size(266, 22);
1598 			this.mnuHidePauseIcon.Text = "Hide Pause Icon";
1599 			this.mnuHidePauseIcon.Click += new System.EventHandler(this.mnuHidePauseIcon_Click);
1600 			//
1601 			// mnuPpuPartialDraw
1602 			//
1603 			this.mnuPpuPartialDraw.CheckOnClick = true;
1604 			this.mnuPpuPartialDraw.Name = "mnuPpuPartialDraw";
1605 			this.mnuPpuPartialDraw.Size = new System.Drawing.Size(266, 22);
1606 			this.mnuPpuPartialDraw.Text = "Draw Partial Frame";
1607 			this.mnuPpuPartialDraw.Click += new System.EventHandler(this.mnuPpuPartialDraw_Click);
1608 			//
1609 			// mnuPpuShowPreviousFrame
1610 			//
1611 			this.mnuPpuShowPreviousFrame.CheckOnClick = true;
1612 			this.mnuPpuShowPreviousFrame.Name = "mnuPpuShowPreviousFrame";
1613 			this.mnuPpuShowPreviousFrame.Size = new System.Drawing.Size(266, 22);
1614 			this.mnuPpuShowPreviousFrame.Text = "Show previous frame behind current";
1615 			this.mnuPpuShowPreviousFrame.Click += new System.EventHandler(this.mnuShowPreviousFrame_Click);
1616 			//
1617 			// toolStripMenuItem19
1618 			//
1619 			this.toolStripMenuItem19.Name = "toolStripMenuItem19";
1620 			this.toolStripMenuItem19.Size = new System.Drawing.Size(263, 6);
1621 			//
1622 			// mnuShowBreakNotifications
1623 			//
1624 			this.mnuShowBreakNotifications.CheckOnClick = true;
1625 			this.mnuShowBreakNotifications.Name = "mnuShowBreakNotifications";
1626 			this.mnuShowBreakNotifications.Size = new System.Drawing.Size(266, 22);
1627 			this.mnuShowBreakNotifications.Text = "Show break notifications";
1628 			this.mnuShowBreakNotifications.Click += new System.EventHandler(this.mnuShowBreakNotifications_Click);
1629 			//
1630 			// mnuShowInstructionProgression
1631 			//
1632 			this.mnuShowInstructionProgression.CheckOnClick = true;
1633 			this.mnuShowInstructionProgression.Name = "mnuShowInstructionProgression";
1634 			this.mnuShowInstructionProgression.Size = new System.Drawing.Size(266, 22);
1635 			this.mnuShowInstructionProgression.Text = "Show instruction progression";
1636 			this.mnuShowInstructionProgression.Click += new System.EventHandler(this.mnuShowInstructionProgression_Click);
1637 			//
1638 			// mnuShowSelectionLength
1639 			//
1640 			this.mnuShowSelectionLength.CheckOnClick = true;
1641 			this.mnuShowSelectionLength.Name = "mnuShowSelectionLength";
1642 			this.mnuShowSelectionLength.Size = new System.Drawing.Size(266, 22);
1643 			this.mnuShowSelectionLength.Text = "Show selection length";
1644 			this.mnuShowSelectionLength.Click += new System.EventHandler(this.mnuShowSelectionLength_Click);
1645 			//
1646 			// toolStripMenuItem27
1647 			//
1648 			this.toolStripMenuItem27.Name = "toolStripMenuItem27";
1649 			this.toolStripMenuItem27.Size = new System.Drawing.Size(263, 6);
1650 			//
1651 			// mnuAlwaysScrollToCenter
1652 			//
1653 			this.mnuAlwaysScrollToCenter.CheckOnClick = true;
1654 			this.mnuAlwaysScrollToCenter.Name = "mnuAlwaysScrollToCenter";
1655 			this.mnuAlwaysScrollToCenter.Size = new System.Drawing.Size(266, 22);
1656 			this.mnuAlwaysScrollToCenter.Text = "Keep active statement in the center";
1657 			this.mnuAlwaysScrollToCenter.Click += new System.EventHandler(this.mnuAlwaysScrollToCenter_Click);
1658 			//
1659 			// mnuRefreshWhileRunning
1660 			//
1661 			this.mnuRefreshWhileRunning.CheckOnClick = true;
1662 			this.mnuRefreshWhileRunning.Name = "mnuRefreshWhileRunning";
1663 			this.mnuRefreshWhileRunning.Size = new System.Drawing.Size(266, 22);
1664 			this.mnuRefreshWhileRunning.Text = "Refresh UI while running";
1665 			this.mnuRefreshWhileRunning.Click += new System.EventHandler(this.mnuRefreshWhileRunning_Click);
1666 			//
1667 			// toolStripMenuItem6
1668 			//
1669 			this.toolStripMenuItem6.Name = "toolStripMenuItem6";
1670 			this.toolStripMenuItem6.Size = new System.Drawing.Size(263, 6);
1671 			//
1672 			// mnuConfigureExternalEditor
1673 			//
1674 			this.mnuConfigureExternalEditor.Image = global::Mesen.GUI.Properties.Resources.Edit;
1675 			this.mnuConfigureExternalEditor.Name = "mnuConfigureExternalEditor";
1676 			this.mnuConfigureExternalEditor.Size = new System.Drawing.Size(266, 22);
1677 			this.mnuConfigureExternalEditor.Text = "Configure external code editor...";
1678 			this.mnuConfigureExternalEditor.Click += new System.EventHandler(this.mnuConfigureExternalEditor_Click);
1679 			//
1680 			// mnuPreferences
1681 			//
1682 			this.mnuPreferences.Image = global::Mesen.GUI.Properties.Resources.Cog;
1683 			this.mnuPreferences.Name = "mnuPreferences";
1684 			this.mnuPreferences.Size = new System.Drawing.Size(266, 22);
1685 			this.mnuPreferences.Text = "Configure shortcut keys...";
1686 			this.mnuPreferences.Click += new System.EventHandler(this.mnuPreferences_Click);
1687 			//
1688 			// toolsToolStripMenuItem
1689 			//
1690 			this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1691             this.mnuApuViewer,
1692             this.mnuAssembler,
1693             this.mnuEventViewer,
1694             this.mnuMemoryViewer,
1695             this.mnuProfiler,
1696             this.mnuPpuViewer,
1697             this.mnuScriptWindow,
1698             this.mnuTextHooker,
1699             this.mnuTraceLogger,
1700             this.mnuWatchWindow,
1701             this.toolStripMenuItem13,
1702             this.pPUViewerCompactToolStripMenuItem,
1703             this.toolStripMenuItem17,
1704             this.mnuEditHeader,
1705             this.toolStripMenuItem30,
1706             this.mnuCodeDataLogger});
1707 			this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
1708 			this.toolsToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
1709 			this.toolsToolStripMenuItem.Text = "Tools";
1710 			//
1711 			// mnuApuViewer
1712 			//
1713 			this.mnuApuViewer.Image = global::Mesen.GUI.Properties.Resources.Audio;
1714 			this.mnuApuViewer.Name = "mnuApuViewer";
1715 			this.mnuApuViewer.Size = new System.Drawing.Size(194, 22);
1716 			this.mnuApuViewer.Text = "APU Viewer";
1717 			this.mnuApuViewer.Click += new System.EventHandler(this.mnuApuViewer_Click);
1718 			//
1719 			// mnuAssembler
1720 			//
1721 			this.mnuAssembler.Image = global::Mesen.GUI.Properties.Resources.Chip;
1722 			this.mnuAssembler.Name = "mnuAssembler";
1723 			this.mnuAssembler.Size = new System.Drawing.Size(194, 22);
1724 			this.mnuAssembler.Text = "Assembler";
1725 			this.mnuAssembler.Click += new System.EventHandler(this.mnuAssembler_Click);
1726 			//
1727 			// mnuEventViewer
1728 			//
1729 			this.mnuEventViewer.Image = global::Mesen.GUI.Properties.Resources.NesEventViewer;
1730 			this.mnuEventViewer.Name = "mnuEventViewer";
1731 			this.mnuEventViewer.Size = new System.Drawing.Size(194, 22);
1732 			this.mnuEventViewer.Text = "Event Viewer";
1733 			this.mnuEventViewer.Click += new System.EventHandler(this.mnuEventViewer_Click);
1734 			//
1735 			// mnuMemoryViewer
1736 			//
1737 			this.mnuMemoryViewer.Image = global::Mesen.GUI.Properties.Resources.CheatCode;
1738 			this.mnuMemoryViewer.Name = "mnuMemoryViewer";
1739 			this.mnuMemoryViewer.Size = new System.Drawing.Size(194, 22);
1740 			this.mnuMemoryViewer.Text = "Memory Tools";
1741 			this.mnuMemoryViewer.Click += new System.EventHandler(this.mnuMemoryViewer_Click);
1742 			//
1743 			// mnuProfiler
1744 			//
1745 			this.mnuProfiler.Image = global::Mesen.GUI.Properties.Resources.Speed;
1746 			this.mnuProfiler.Name = "mnuProfiler";
1747 			this.mnuProfiler.Size = new System.Drawing.Size(194, 22);
1748 			this.mnuProfiler.Text = "Performance Profiler";
1749 			this.mnuProfiler.Click += new System.EventHandler(this.mnuProfiler_Click);
1750 			//
1751 			// mnuPpuViewer
1752 			//
1753 			this.mnuPpuViewer.Image = global::Mesen.GUI.Properties.Resources.Video;
1754 			this.mnuPpuViewer.Name = "mnuPpuViewer";
1755 			this.mnuPpuViewer.Size = new System.Drawing.Size(194, 22);
1756 			this.mnuPpuViewer.Text = "PPU Viewer";
1757 			this.mnuPpuViewer.Click += new System.EventHandler(this.mnuNametableViewer_Click);
1758 			//
1759 			// mnuScriptWindow
1760 			//
1761 			this.mnuScriptWindow.Image = global::Mesen.GUI.Properties.Resources.Script;
1762 			this.mnuScriptWindow.Name = "mnuScriptWindow";
1763 			this.mnuScriptWindow.Size = new System.Drawing.Size(194, 22);
1764 			this.mnuScriptWindow.Text = "Script Window";
1765 			this.mnuScriptWindow.Click += new System.EventHandler(this.mnuScriptWindow_Click);
1766 			//
1767 			// mnuTextHooker
1768 			//
1769 			this.mnuTextHooker.Image = global::Mesen.GUI.Properties.Resources.Font;
1770 			this.mnuTextHooker.Name = "mnuTextHooker";
1771 			this.mnuTextHooker.Size = new System.Drawing.Size(194, 22);
1772 			this.mnuTextHooker.Text = "Text Hooker";
1773 			this.mnuTextHooker.Click += new System.EventHandler(this.mnuTextHooker_Click);
1774 			//
1775 			// mnuTraceLogger
1776 			//
1777 			this.mnuTraceLogger.Image = global::Mesen.GUI.Properties.Resources.LogWindow;
1778 			this.mnuTraceLogger.Name = "mnuTraceLogger";
1779 			this.mnuTraceLogger.Size = new System.Drawing.Size(194, 22);
1780 			this.mnuTraceLogger.Text = "Trace Logger";
1781 			this.mnuTraceLogger.Click += new System.EventHandler(this.mnuTraceLogger_Click);
1782 			//
1783 			// mnuWatchWindow
1784 			//
1785 			this.mnuWatchWindow.Image = global::Mesen.GUI.Properties.Resources.Find;
1786 			this.mnuWatchWindow.Name = "mnuWatchWindow";
1787 			this.mnuWatchWindow.Size = new System.Drawing.Size(194, 22);
1788 			this.mnuWatchWindow.Text = "Watch Window";
1789 			this.mnuWatchWindow.Click += new System.EventHandler(this.mnuWatchWindow_Click);
1790 			//
1791 			// toolStripMenuItem13
1792 			//
1793 			this.toolStripMenuItem13.Name = "toolStripMenuItem13";
1794 			this.toolStripMenuItem13.Size = new System.Drawing.Size(191, 6);
1795 			//
1796 			// pPUViewerCompactToolStripMenuItem
1797 			//
1798 			this.pPUViewerCompactToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1799             this.mnuOpenNametableViewer,
1800             this.mnuOpenChrViewer,
1801             this.mnuOpenSpriteViewer,
1802             this.mnuOpenPaletteViewer});
1803 			this.pPUViewerCompactToolStripMenuItem.Image = global::Mesen.GUI.Properties.Resources.VideoFilter;
1804 			this.pPUViewerCompactToolStripMenuItem.Name = "pPUViewerCompactToolStripMenuItem";
1805 			this.pPUViewerCompactToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
1806 			this.pPUViewerCompactToolStripMenuItem.Text = "PPU Viewer (Compact)";
1807 			//
1808 			// mnuOpenNametableViewer
1809 			//
1810 			this.mnuOpenNametableViewer.Name = "mnuOpenNametableViewer";
1811 			this.mnuOpenNametableViewer.Size = new System.Drawing.Size(170, 22);
1812 			this.mnuOpenNametableViewer.Text = "Nametable Viewer";
1813 			this.mnuOpenNametableViewer.Click += new System.EventHandler(this.mnuOpenNametableViewer_Click);
1814 			//
1815 			// mnuOpenChrViewer
1816 			//
1817 			this.mnuOpenChrViewer.Name = "mnuOpenChrViewer";
1818 			this.mnuOpenChrViewer.Size = new System.Drawing.Size(170, 22);
1819 			this.mnuOpenChrViewer.Text = "CHR Viewer";
1820 			this.mnuOpenChrViewer.Click += new System.EventHandler(this.mnuOpenChrViewer_Click);
1821 			//
1822 			// mnuOpenSpriteViewer
1823 			//
1824 			this.mnuOpenSpriteViewer.Name = "mnuOpenSpriteViewer";
1825 			this.mnuOpenSpriteViewer.Size = new System.Drawing.Size(170, 22);
1826 			this.mnuOpenSpriteViewer.Text = "Sprite Viewer";
1827 			this.mnuOpenSpriteViewer.Click += new System.EventHandler(this.mnuOpenSpriteViewer_Click);
1828 			//
1829 			// mnuOpenPaletteViewer
1830 			//
1831 			this.mnuOpenPaletteViewer.Name = "mnuOpenPaletteViewer";
1832 			this.mnuOpenPaletteViewer.Size = new System.Drawing.Size(170, 22);
1833 			this.mnuOpenPaletteViewer.Text = "Palette Viewer";
1834 			this.mnuOpenPaletteViewer.Click += new System.EventHandler(this.mnuOpenPaletteViewer_Click);
1835 			//
1836 			// toolStripMenuItem17
1837 			//
1838 			this.toolStripMenuItem17.Name = "toolStripMenuItem17";
1839 			this.toolStripMenuItem17.Size = new System.Drawing.Size(191, 6);
1840 			//
1841 			// mnuEditHeader
1842 			//
1843 			this.mnuEditHeader.Image = global::Mesen.GUI.Properties.Resources.Edit;
1844 			this.mnuEditHeader.Name = "mnuEditHeader";
1845 			this.mnuEditHeader.Size = new System.Drawing.Size(194, 22);
1846 			this.mnuEditHeader.Text = "Edit iNES Header";
1847 			this.mnuEditHeader.Click += new System.EventHandler(this.mnuEditHeader_Click);
1848 			//
1849 			// toolStripMenuItem30
1850 			//
1851 			this.toolStripMenuItem30.Name = "toolStripMenuItem30";
1852 			this.toolStripMenuItem30.Size = new System.Drawing.Size(191, 6);
1853 			//
1854 			// mnuCodeDataLogger
1855 			//
1856 			this.mnuCodeDataLogger.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1857             this.autoLoadsaveCDLFileToolStripMenuItem,
1858             this.toolStripMenuItem4,
1859             this.mnuLoadCdlFile,
1860             this.mnuSaveAsCdlFile,
1861             this.mnuResetCdlLog,
1862             this.toolStripMenuItem5,
1863             this.mnuCdlGenerateRom});
1864 			this.mnuCodeDataLogger.Name = "mnuCodeDataLogger";
1865 			this.mnuCodeDataLogger.Size = new System.Drawing.Size(194, 22);
1866 			this.mnuCodeDataLogger.Text = "Code/Data Logger";
1867 			//
1868 			// autoLoadsaveCDLFileToolStripMenuItem
1869 			//
1870 			this.autoLoadsaveCDLFileToolStripMenuItem.Checked = true;
1871 			this.autoLoadsaveCDLFileToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1872 			this.autoLoadsaveCDLFileToolStripMenuItem.Enabled = false;
1873 			this.autoLoadsaveCDLFileToolStripMenuItem.Name = "autoLoadsaveCDLFileToolStripMenuItem";
1874 			this.autoLoadsaveCDLFileToolStripMenuItem.Size = new System.Drawing.Size(193, 22);
1875 			this.autoLoadsaveCDLFileToolStripMenuItem.Text = "Auto load/save log file";
1876 			//
1877 			// toolStripMenuItem4
1878 			//
1879 			this.toolStripMenuItem4.Name = "toolStripMenuItem4";
1880 			this.toolStripMenuItem4.Size = new System.Drawing.Size(190, 6);
1881 			//
1882 			// mnuLoadCdlFile
1883 			//
1884 			this.mnuLoadCdlFile.Image = global::Mesen.GUI.Properties.Resources.FolderOpen;
1885 			this.mnuLoadCdlFile.Name = "mnuLoadCdlFile";
1886 			this.mnuLoadCdlFile.Size = new System.Drawing.Size(193, 22);
1887 			this.mnuLoadCdlFile.Text = "Load CDL file...";
1888 			this.mnuLoadCdlFile.Click += new System.EventHandler(this.mnuLoadCdlFile_Click);
1889 			//
1890 			// mnuSaveAsCdlFile
1891 			//
1892 			this.mnuSaveAsCdlFile.Image = global::Mesen.GUI.Properties.Resources.Floppy;
1893 			this.mnuSaveAsCdlFile.Name = "mnuSaveAsCdlFile";
1894 			this.mnuSaveAsCdlFile.Size = new System.Drawing.Size(193, 22);
1895 			this.mnuSaveAsCdlFile.Text = "Save as CDL file...";
1896 			this.mnuSaveAsCdlFile.Click += new System.EventHandler(this.mnuSaveAsCdlFile_Click);
1897 			//
1898 			// mnuResetCdlLog
1899 			//
1900 			this.mnuResetCdlLog.Image = global::Mesen.GUI.Properties.Resources.Reset;
1901 			this.mnuResetCdlLog.Name = "mnuResetCdlLog";
1902 			this.mnuResetCdlLog.Size = new System.Drawing.Size(193, 22);
1903 			this.mnuResetCdlLog.Text = "Reset log";
1904 			this.mnuResetCdlLog.Click += new System.EventHandler(this.mnuResetCdlLog_Click);
1905 			//
1906 			// toolStripMenuItem5
1907 			//
1908 			this.toolStripMenuItem5.Name = "toolStripMenuItem5";
1909 			this.toolStripMenuItem5.Size = new System.Drawing.Size(190, 6);
1910 			//
1911 			// mnuCdlGenerateRom
1912 			//
1913 			this.mnuCdlGenerateRom.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1914             this.mnuCdlStripUnusedData,
1915             this.mnuCdlStripUsedData});
1916 			this.mnuCdlGenerateRom.Image = global::Mesen.GUI.Properties.Resources.Copy;
1917 			this.mnuCdlGenerateRom.Name = "mnuCdlGenerateRom";
1918 			this.mnuCdlGenerateRom.Size = new System.Drawing.Size(193, 22);
1919 			this.mnuCdlGenerateRom.Text = "Generate ROM";
1920 			//
1921 			// mnuCdlStripUnusedData
1922 			//
1923 			this.mnuCdlStripUnusedData.Name = "mnuCdlStripUnusedData";
1924 			this.mnuCdlStripUnusedData.Size = new System.Drawing.Size(166, 22);
1925 			this.mnuCdlStripUnusedData.Text = "Strip unused data";
1926 			this.mnuCdlStripUnusedData.Click += new System.EventHandler(this.mnuCdlStripUnusedData_Click);
1927 			//
1928 			// mnuCdlStripUsedData
1929 			//
1930 			this.mnuCdlStripUsedData.Name = "mnuCdlStripUsedData";
1931 			this.mnuCdlStripUsedData.Size = new System.Drawing.Size(166, 22);
1932 			this.mnuCdlStripUsedData.Text = "Strip used data";
1933 			this.mnuCdlStripUsedData.Click += new System.EventHandler(this.mnuCdlStripUsedData_Click);
1934 			//
1935 			// statusStrip
1936 			//
1937 			this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1938             this.lblPrgAnalysis,
1939             this.lblPrgAnalysisResult,
1940             this.lblChrAnalysis,
1941             this.lblChrAnalysisResult,
1942             this.toolStripStatusLabel1,
1943             this.lblCyclesElapsedCount,
1944             this.lblCyclesElapsed});
1945 			this.statusStrip.Location = new System.Drawing.Point(0, 660);
1946 			this.statusStrip.Name = "statusStrip";
1947 			this.statusStrip.Size = new System.Drawing.Size(1075, 24);
1948 			this.statusStrip.TabIndex = 3;
1949 			this.statusStrip.Text = "statusStrip1";
1950 			//
1951 			// lblPrgAnalysis
1952 			//
1953 			this.lblPrgAnalysis.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
1954 			this.lblPrgAnalysis.Name = "lblPrgAnalysis";
1955 			this.lblPrgAnalysis.Size = new System.Drawing.Size(76, 19);
1956 			this.lblPrgAnalysis.Text = "PRG analysis:";
1957 			//
1958 			// lblPrgAnalysisResult
1959 			//
1960 			this.lblPrgAnalysisResult.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
1961 			this.lblPrgAnalysisResult.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
1962 			this.lblPrgAnalysisResult.Name = "lblPrgAnalysisResult";
1963 			this.lblPrgAnalysisResult.Size = new System.Drawing.Size(235, 19);
1964 			this.lblPrgAnalysisResult.Text = "xx% (Code: xx%, Data: xx%, Unknown: xx%)";
1965 			//
1966 			// lblChrAnalysis
1967 			//
1968 			this.lblChrAnalysis.Name = "lblChrAnalysis";
1969 			this.lblChrAnalysis.Size = new System.Drawing.Size(78, 19);
1970 			this.lblChrAnalysis.Text = "CHR analysis:";
1971 			//
1972 			// lblChrAnalysisResult
1973 			//
1974 			this.lblChrAnalysisResult.Name = "lblChrAnalysisResult";
1975 			this.lblChrAnalysisResult.Size = new System.Drawing.Size(239, 19);
1976 			this.lblChrAnalysisResult.Text = "xx% (Drawn: xx%, Read: xx%, Unknown: xx%)";
1977 			//
1978 			// toolStripStatusLabel1
1979 			//
1980 			this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
1981 			this.toolStripStatusLabel1.Size = new System.Drawing.Size(340, 19);
1982 			this.toolStripStatusLabel1.Spring = true;
1983 			//
1984 			// lblCyclesElapsedCount
1985 			//
1986 			this.lblCyclesElapsedCount.Name = "lblCyclesElapsedCount";
1987 			this.lblCyclesElapsedCount.Size = new System.Drawing.Size(13, 19);
1988 			this.lblCyclesElapsedCount.Text = "0";
1989 			//
1990 			// lblCyclesElapsed
1991 			//
1992 			this.lblCyclesElapsed.Margin = new System.Windows.Forms.Padding(-3, 3, 0, 2);
1993 			this.lblCyclesElapsed.Name = "lblCyclesElapsed";
1994 			this.lblCyclesElapsed.Size = new System.Drawing.Size(82, 19);
1995 			this.lblCyclesElapsed.Text = "cycles elapsed";
1996 			//
1997 			// ctrlPpuMemoryMapping
1998 			//
1999 			this.ctrlPpuMemoryMapping.Dock = System.Windows.Forms.DockStyle.Bottom;
2000 			this.ctrlPpuMemoryMapping.Location = new System.Drawing.Point(0, 627);
2001 			this.ctrlPpuMemoryMapping.Name = "ctrlPpuMemoryMapping";
2002 			this.ctrlPpuMemoryMapping.Size = new System.Drawing.Size(1075, 33);
2003 			this.ctrlPpuMemoryMapping.TabIndex = 5;
2004 			this.ctrlPpuMemoryMapping.Text = "ctrlMemoryMapping1";
2005 			this.ctrlPpuMemoryMapping.Visible = false;
2006 			//
2007 			// ctrlCpuMemoryMapping
2008 			//
2009 			this.ctrlCpuMemoryMapping.Dock = System.Windows.Forms.DockStyle.Bottom;
2010 			this.ctrlCpuMemoryMapping.Location = new System.Drawing.Point(0, 594);
2011 			this.ctrlCpuMemoryMapping.Name = "ctrlCpuMemoryMapping";
2012 			this.ctrlCpuMemoryMapping.Size = new System.Drawing.Size(1075, 33);
2013 			this.ctrlCpuMemoryMapping.TabIndex = 4;
2014 			this.ctrlCpuMemoryMapping.Text = "ctrlMemoryMapping1";
2015 			this.ctrlCpuMemoryMapping.Visible = false;
2016 			//
2017 			// tsToolbar
2018 			//
2019 			this.tsToolbar.Location = new System.Drawing.Point(0, 24);
2020 			this.tsToolbar.Name = "tsToolbar";
2021 			this.tsToolbar.Size = new System.Drawing.Size(1075, 25);
2022 			this.tsToolbar.TabIndex = 6;
2023 			this.tsToolbar.Text = "toolStrip1";
2024 			this.tsToolbar.Visible = false;
2025 			//
2026 			// frmDebugger
2027 			//
2028 			this.AllowDrop = true;
2029 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
2030 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2031 			this.ClientSize = new System.Drawing.Size(1075, 684);
2032 			this.Controls.Add(this.splitContainer);
2033 			this.Controls.Add(this.ctrlCpuMemoryMapping);
2034 			this.Controls.Add(this.ctrlPpuMemoryMapping);
2035 			this.Controls.Add(this.statusStrip);
2036 			this.Controls.Add(this.tsToolbar);
2037 			this.Controls.Add(this.menuStrip);
2038 			this.MainMenuStrip = this.menuStrip;
2039 			this.MinimumSize = new System.Drawing.Size(850, 685);
2040 			this.Name = "frmDebugger";
2041 			this.Text = "Debugger";
2042 			this.DragDrop += new System.Windows.Forms.DragEventHandler(this.frmDebugger_DragDrop);
2043 			this.DragEnter += new System.Windows.Forms.DragEventHandler(this.frmDebugger_DragEnter);
2044 			this.splitContainer.Panel1.ResumeLayout(false);
2045 			this.splitContainer.Panel2.ResumeLayout(false);
2046 			((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
2047 			this.splitContainer.ResumeLayout(false);
2048 			this.ctrlSplitContainerTop.Panel1.ResumeLayout(false);
2049 			this.ctrlSplitContainerTop.Panel2.ResumeLayout(false);
2050 			((System.ComponentModel.ISupportInitialize)(this.ctrlSplitContainerTop)).EndInit();
2051 			this.ctrlSplitContainerTop.ResumeLayout(false);
2052 			this.tlpTop.ResumeLayout(false);
2053 			this.panel1.ResumeLayout(false);
2054 			this.panel2.ResumeLayout(false);
2055 			this.tableLayoutPanel1.ResumeLayout(false);
2056 			this.tlpFunctionLabelLists.ResumeLayout(false);
2057 			this.grpLabels.ResumeLayout(false);
2058 			this.grpFunctions.ResumeLayout(false);
2059 			((System.ComponentModel.ISupportInitialize)(this.picWatchHelp)).EndInit();
2060 			this.tableLayoutPanel10.ResumeLayout(false);
2061 			this.grpWatch.ResumeLayout(false);
2062 			this.grpBreakpoints.ResumeLayout(false);
2063 			this.grpCallstack.ResumeLayout(false);
2064 			this.menuStrip.ResumeLayout(false);
2065 			this.menuStrip.PerformLayout();
2066 			this.statusStrip.ResumeLayout(false);
2067 			this.statusStrip.PerformLayout();
2068 			this.ResumeLayout(false);
2069 			this.PerformLayout();
2070 
2071 		}
2072 
2073 		#endregion
2074 
2075 		private Mesen.GUI.Controls.ctrlSplitContainer splitContainer;
2076 		private System.Windows.Forms.TableLayoutPanel tlpTop;
2077 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10;
2078 		private System.Windows.Forms.GroupBox grpBreakpoints;
2079 		private System.Windows.Forms.GroupBox grpWatch;
2080 		private Mesen.GUI.Controls.ctrlMesenMenuStrip menuStrip;
2081 		private System.Windows.Forms.ToolStripMenuItem mnuFile;
2082 		private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem;
2083 		private System.Windows.Forms.ToolStripMenuItem mnuContinue;
2084 		private System.Windows.Forms.ToolStripMenuItem mnuBreak;
2085 		private System.Windows.Forms.ToolStripMenuItem mnuStepInto;
2086 		private System.Windows.Forms.ToolStripMenuItem mnuStepOver;
2087 		private System.Windows.Forms.ToolStripMenuItem mnuStepOut;
2088 		private System.Windows.Forms.ToolStripMenuItem searchToolStripMenuItem;
2089 		private System.Windows.Forms.ToolStripMenuItem mnuFind;
2090 		private System.Windows.Forms.ToolStripMenuItem mnuFindNext;
2091 		private System.Windows.Forms.ToolStripMenuItem mnuFindPrev;
2092 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
2093 		private System.Windows.Forms.ToolStripMenuItem mnuToggleBreakpoint;
2094 		private ctrlDebuggerCode ctrlDebuggerCode;
2095 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
2096 		private System.Windows.Forms.ToolStripMenuItem mnuRunOneFrame;
2097 		private ctrlConsoleStatus ctrlConsoleStatus;
2098 		private System.Windows.Forms.ToolStripMenuItem mnuClose;
2099 		private ctrlDebuggerCode ctrlDebuggerCodeSplit;
2100 		private System.Windows.Forms.ToolStripMenuItem mnuOptions;
2101 		private System.Windows.Forms.ToolStripMenuItem mnuSplitView;
2102 		private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
2103 		private System.Windows.Forms.ToolStripMenuItem mnuPpuViewer;
2104 		private System.Windows.Forms.ToolStripMenuItem mnuMemoryViewer;
2105 		private Controls.ctrlBreakpoints ctrlBreakpoints;
2106 		private System.Windows.Forms.ToolStripMenuItem mnuGoTo;
2107 		private System.Windows.Forms.ToolStripMenuItem fontSizeToolStripMenuItem;
2108 		private System.Windows.Forms.ToolStripMenuItem mnuIncreaseFontSize;
2109 		private System.Windows.Forms.ToolStripMenuItem mnuDecreaseFontSize;
2110 		private System.Windows.Forms.ToolStripMenuItem mnuResetFontSize;
2111 		private System.Windows.Forms.GroupBox grpCallstack;
2112 		private Controls.ctrlCallstack ctrlCallstack;
2113 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
2114 		private System.Windows.Forms.ToolStripMenuItem mnuCodeDataLogger;
2115 		private System.Windows.Forms.StatusStrip statusStrip;
2116 		private System.Windows.Forms.ToolStripStatusLabel lblPrgAnalysis;
2117 		private System.Windows.Forms.ToolStripStatusLabel lblPrgAnalysisResult;
2118 		private System.Windows.Forms.ToolStripStatusLabel lblChrAnalysis;
2119 		private System.Windows.Forms.ToolStripStatusLabel lblChrAnalysisResult;
2120 		private System.Windows.Forms.ToolStripMenuItem autoLoadsaveCDLFileToolStripMenuItem;
2121 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
2122 		private System.Windows.Forms.ToolStripMenuItem mnuLoadCdlFile;
2123 		private System.Windows.Forms.ToolStripMenuItem mnuSaveAsCdlFile;
2124 		private System.Windows.Forms.ToolStripMenuItem mnuResetCdlLog;
2125 		private System.Windows.Forms.ToolStripMenuItem mnuCdlGenerateRom;
2126 		private System.Windows.Forms.ToolStripMenuItem mnuCdlStripUsedData;
2127 		private System.Windows.Forms.ToolStripMenuItem mnuCdlStripUnusedData;
2128 		private System.Windows.Forms.ToolStripMenuItem mnuDisableEnableBreakpoint;
2129 		private System.Windows.Forms.ToolStripMenuItem mnuGoToAddress;
2130 		private System.Windows.Forms.ToolStripMenuItem mnuGoToIrqHandler;
2131 		private System.Windows.Forms.ToolStripMenuItem mnuGoToNmiHandler;
2132 		private System.Windows.Forms.ToolStripMenuItem mnuGoToResetHandler;
2133 		private System.Windows.Forms.ToolStripMenuItem mnuTraceLogger;
2134 		private System.Windows.Forms.ToolStripMenuItem mnuRunPpuCycle;
2135 		private System.Windows.Forms.ToolStripMenuItem mnuPpuPartialDraw;
2136 		private System.Windows.Forms.ToolStripMenuItem mnuRunScanline;
2137 		private System.Windows.Forms.PictureBox picWatchHelp;
2138 		private Controls.ctrlMemoryMapping ctrlCpuMemoryMapping;
2139 		private Controls.ctrlMemoryMapping ctrlPpuMemoryMapping;
2140 		private System.Windows.Forms.ToolStripMenuItem mnuShowCpuMemoryMapping;
2141 		private System.Windows.Forms.ToolStripMenuItem mnuShowPpuMemoryMapping;
2142 		private System.Windows.Forms.TableLayoutPanel tlpFunctionLabelLists;
2143 		private System.Windows.Forms.GroupBox grpLabels;
2144 		private System.Windows.Forms.GroupBox grpFunctions;
2145 		private Controls.ctrlFunctionList ctrlFunctionList;
2146 		private Controls.ctrlLabelList ctrlLabelList;
2147 		private System.Windows.Forms.ToolStripMenuItem mnuShowFunctionLabelLists;
2148 		private System.Windows.Forms.ToolStripMenuItem mnuWorkspace;
2149 		private System.Windows.Forms.ToolStripMenuItem mnuResetWorkspace;
2150 		private System.Windows.Forms.ToolStripMenuItem mnuImportLabels;
2151 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem8;
2152 		private System.Windows.Forms.ToolStripMenuItem mnuBreakIn;
2153 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem9;
2154 		private System.Windows.Forms.ToolStripMenuItem mnuFindAllOccurrences;
2155 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem10;
2156 		private System.Windows.Forms.ToolStripMenuItem mnuAutoLoadDbgFiles;
2157 		private System.Windows.Forms.ToolStripMenuItem mnuBreakOnOpen;
2158 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem11;
2159 		private System.Windows.Forms.ToolStripMenuItem mnuDisableDefaultLabels;
2160 		private System.Windows.Forms.ToolStripMenuItem mnuBreakOnReset;
2161 		private System.Windows.Forms.ToolStripMenuItem mnuDisassemblyOptions;
2162 		private System.Windows.Forms.ToolStripMenuItem mnuShowEffectiveAddresses;
2163 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem7;
2164 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem12;
2165 		private System.Windows.Forms.ToolStripMenuItem mnuDisassemble;
2166 		private System.Windows.Forms.ToolStripMenuItem mnuDisassembleVerifiedCode;
2167 		private System.Windows.Forms.ToolStripMenuItem mnuDisassembleVerifiedData;
2168 		private System.Windows.Forms.ToolStripMenuItem mnuDisassembleUnidentifiedData;
2169 		private System.Windows.Forms.ToolStripMenuItem mnuDisplayOpCodesInLowerCase;
2170 		private ctrlWatch ctrlWatch;
2171 		private GUI.Controls.ctrlSplitContainer ctrlSplitContainerTop;
2172 		private System.Windows.Forms.ToolStripMenuItem mnuShowBottomPanel;
2173 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem13;
2174 		private System.Windows.Forms.ToolStripMenuItem mnuBreakOnUnofficialOpcodes;
2175 		private System.Windows.Forms.ToolStripMenuItem mnuBreakOnBrk;
2176 		private System.Windows.Forms.ToolStripMenuItem mnuSaveRomAs;
2177 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem14;
2178 		private System.Windows.Forms.ToolStripMenuItem mnuAssembler;
2179 		private System.Windows.Forms.ToolStripMenuItem mnuCode;
2180 		private System.Windows.Forms.ToolStripMenuItem mnuRefreshWhileRunning;
2181 		private System.Windows.Forms.ToolStripMenuItem mnuBreakOptions;
2182 		private System.Windows.Forms.ToolStripMenuItem mnuBreakOnDebuggerFocus;
2183 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem15;
2184 		private System.Windows.Forms.ToolStripMenuItem mnuStepBack;
2185 		private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
2186 		private System.Windows.Forms.ToolStripStatusLabel lblCyclesElapsedCount;
2187 		private System.Windows.Forms.ToolStripStatusLabel lblCyclesElapsed;
2188 		private System.Windows.Forms.ToolStripMenuItem mnuExportLabels;
2189 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem16;
2190 		private System.Windows.Forms.ToolStripMenuItem mnuSaveAsIps;
2191 		private System.Windows.Forms.ToolStripMenuItem mnuAutoLoadCdlFiles;
2192 		private System.Windows.Forms.ToolStripMenuItem mnuSaveRom;
2193 		private System.Windows.Forms.ToolStripMenuItem mnuEditHeader;
2194 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem17;
2195 		private System.Windows.Forms.ToolStripMenuItem mnuRevertChanges;
2196 		private System.Windows.Forms.ToolStripMenuItem mnuScriptWindow;
2197 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
2198 		private System.Windows.Forms.ToolStripMenuItem mnuApuViewer;
2199 		private System.Windows.Forms.ToolStripMenuItem mnuShowCodePreview;
2200 		private System.Windows.Forms.ToolStripMenuItem mnuShowOpCodeTooltips;
2201 		private System.Windows.Forms.ToolStripMenuItem mnuShow;
2202 		private System.Windows.Forms.ToolStripMenuItem mnuShowVerifiedCode;
2203 		private System.Windows.Forms.ToolStripMenuItem mnuShowVerifiedData;
2204 		private System.Windows.Forms.ToolStripMenuItem mnuShowUnidentifiedData;
2205 		private System.Windows.Forms.ToolStripMenuItem mnuConfigureColors;
2206 		private Mesen.GUI.Controls.ctrlMesenToolStrip tsToolbar;
2207 		private System.Windows.Forms.ToolStripMenuItem mnuShowToolbar;
2208 		private System.Windows.Forms.ToolStripMenuItem mnuPpuShowPreviousFrame;
2209 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem19;
2210 		private System.Windows.Forms.ToolStripMenuItem mnuEventViewer;
2211 		private System.Windows.Forms.ToolStripMenuItem mnuBreakOnCrash;
2212 		private System.Windows.Forms.ToolStripMenuItem mnuShowMemoryValues;
2213 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem20;
2214 		private System.Windows.Forms.ToolStripMenuItem mnuBringToFrontOnPause;
2215 		private System.Windows.Forms.ToolStripMenuItem mnuBringToFrontOnBreak;
2216 		private ctrlSourceViewer ctrlSourceViewer;
2217 		private System.Windows.Forms.Panel panel1;
2218 		private System.Windows.Forms.Panel panel2;
2219 		private ctrlSourceViewer ctrlSourceViewerSplit;
2220 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem21;
2221 		private System.Windows.Forms.ToolStripMenuItem mnuSelectFont;
2222 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem22;
2223 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem23;
2224 		private System.Windows.Forms.ToolStripMenuItem mnuGoToProgramCount;
2225 		private System.Windows.Forms.ToolStripMenuItem mnuHidePauseIcon;
2226 		private System.Windows.Forms.ToolStripMenuItem mnuResetLabels;
2227 		private System.Windows.Forms.ToolStripMenuItem mnuShowOptions;
2228 		private System.Windows.Forms.ToolStripMenuItem mnuCopyOptions;
2229 		private System.Windows.Forms.ToolStripMenuItem mnuCopyAddresses;
2230 		private System.Windows.Forms.ToolStripMenuItem mnuCopyByteCode;
2231 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6;
2232 		private System.Windows.Forms.ToolStripMenuItem mnuPreferences;
2233 		private System.Windows.Forms.ToolStripMenuItem mnuBreakOn;
2234 		private System.Windows.Forms.ToolStripMenuItem mnuCopyComments;
2235 		private System.Windows.Forms.ToolStripMenuItem mnuImportSettings;
2236 		private System.Windows.Forms.ToolStripMenuItem mnuReset;
2237 		private System.Windows.Forms.ToolStripMenuItem mnuPowerCycle;
2238 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem24;
2239 		private System.Windows.Forms.ToolStripMenuItem mnuTooltipOptions;
2240 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem18;
2241 		private System.Windows.Forms.ToolStripMenuItem mnuOnlyShowTooltipOnShift;
2242 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
2243 		private System.Windows.Forms.TableLayoutPanel tlpVerticalLayout;
2244 		private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
2245 		private System.Windows.Forms.ToolStripMenuItem mnuUseVerticalLayout;
2246 		private System.Windows.Forms.ToolStripMenuItem mnuBreakOnUninitMemoryRead;
2247 		private System.Windows.Forms.ToolStripMenuItem mnuTextHooker;
2248 		private System.Windows.Forms.ToolStripSeparator sepBreakNsfOptions;
2249 		private System.Windows.Forms.ToolStripMenuItem mnuBreakOnDecayedOamRead;
2250 		private System.Windows.Forms.ToolStripMenuItem mnuAlwaysScrollToCenter;
2251 		private System.Windows.Forms.ToolStripMenuItem mnuBreakOnInit;
2252 		private System.Windows.Forms.ToolStripMenuItem mnuBreakOnPlay;
2253 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem26;
2254 		private System.Windows.Forms.ToolStripMenuItem mnuAutoCreateJumpLabels;
2255 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem25;
2256 		private System.Windows.Forms.ToolStripMenuItem mnuShowBreakNotifications;
2257 		private System.Windows.Forms.ToolStripMenuItem mnuShowInstructionProgression;
2258 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem27;
2259 		private System.Windows.Forms.ToolStripMenuItem mnuEnableSubInstructionBreakpoints;
2260 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem28;
2261 		private System.Windows.Forms.ToolStripMenuItem mnuGoToAll;
2262 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem29;
2263 		private System.Windows.Forms.ToolStripMenuItem mnuConfigureExternalEditor;
2264 		private System.Windows.Forms.ToolStripMenuItem pPUViewerCompactToolStripMenuItem;
2265 		private System.Windows.Forms.ToolStripMenuItem mnuOpenChrViewer;
2266 		private System.Windows.Forms.ToolStripMenuItem mnuOpenNametableViewer;
2267 		private System.Windows.Forms.ToolStripMenuItem mnuOpenSpriteViewer;
2268 		private System.Windows.Forms.ToolStripMenuItem mnuOpenPaletteViewer;
2269 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem30;
2270 		private System.Windows.Forms.ToolStripMenuItem mnuProfiler;
2271 		private System.Windows.Forms.ToolStripMenuItem mnuRunCpuCycle;
2272 		private System.Windows.Forms.ToolStripMenuItem mnuShowSelectionLength;
2273 		private System.Windows.Forms.ToolStripMenuItem mnuWatchWindow;
2274 	}
2275 }