1 using Mesen.GUI.Config;
2 
3 namespace Mesen.GUI.Forms
4 {
5 	partial class frmMain
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 
22 			base.Dispose(disposing);
23 		}
24 
25 		#region Windows Form Designer generated code
26 
27 		/// <summary>
28 		/// Required method for Designer support - do not modify
29 		/// the contents of this method with the code editor.
30 		/// </summary>
InitializeComponent()31 		private void InitializeComponent()
32 		{
33 			this.components = new System.ComponentModel.Container();
34 			this.menuTimer = new System.Windows.Forms.Timer(this.components);
35 			this.panelRenderer = new System.Windows.Forms.Panel();
36 			this.ctrlRendererDualSystem = new Mesen.GUI.Controls.ctrlRenderer();
37 			this.ctrlLoading = new Mesen.GUI.Controls.ctrlLoadingRom();
38 			this.panelInfo = new System.Windows.Forms.Panel();
39 			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
40 			this.picIcon = new System.Windows.Forms.PictureBox();
41 			this.lblVersion = new System.Windows.Forms.Label();
42 			this.ctrlRecentGames = new Mesen.GUI.Controls.ctrlRecentGames();
43 			this.ctrlNsfPlayer = new Mesen.GUI.Controls.ctrlNsfPlayer();
44 			this.ctrlRenderer = new Mesen.GUI.Controls.ctrlRenderer();
45 			this.menuStrip = new Mesen.GUI.Controls.ctrlMesenMenuStrip();
46 			this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
47 			this.mnuOpen = new System.Windows.Forms.ToolStripMenuItem();
48 			this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
49 			this.mnuSaveState = new System.Windows.Forms.ToolStripMenuItem();
50 			this.mnuLoadState = new System.Windows.Forms.ToolStripMenuItem();
51 			this.mnuLoadLastSession = new System.Windows.Forms.ToolStripMenuItem();
52 			this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
53 			this.mnuRecentFiles = new System.Windows.Forms.ToolStripMenuItem();
54 			this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
55 			this.mnuExit = new System.Windows.Forms.ToolStripMenuItem();
56 			this.mnuGame = new System.Windows.Forms.ToolStripMenuItem();
57 			this.mnuPause = new System.Windows.Forms.ToolStripMenuItem();
58 			this.mnuReset = new System.Windows.Forms.ToolStripMenuItem();
59 			this.mnuPowerCycle = new System.Windows.Forms.ToolStripMenuItem();
60 			this.toolStripMenuItem24 = new System.Windows.Forms.ToolStripSeparator();
61 			this.mnuPowerOff = new System.Windows.Forms.ToolStripMenuItem();
62 			this.sepFdsDisk = new System.Windows.Forms.ToolStripSeparator();
63 			this.mnuSwitchDiskSide = new System.Windows.Forms.ToolStripMenuItem();
64 			this.mnuSelectDisk = new System.Windows.Forms.ToolStripMenuItem();
65 			this.mnuEjectDisk = new System.Windows.Forms.ToolStripMenuItem();
66 			this.sepVsSystem = new System.Windows.Forms.ToolStripSeparator();
67 			this.mnuGameConfig = new System.Windows.Forms.ToolStripMenuItem();
68 			this.mnuInsertCoin1 = new System.Windows.Forms.ToolStripMenuItem();
69 			this.mnuInsertCoin2 = new System.Windows.Forms.ToolStripMenuItem();
70 			this.mnuInsertCoin3 = new System.Windows.Forms.ToolStripMenuItem();
71 			this.mnuInsertCoin4 = new System.Windows.Forms.ToolStripMenuItem();
72 			this.sepBarcode = new System.Windows.Forms.ToolStripSeparator();
73 			this.mnuInputBarcode = new System.Windows.Forms.ToolStripMenuItem();
74 			this.mnuTapeRecorder = new System.Windows.Forms.ToolStripMenuItem();
75 			this.mnuLoadTapeFile = new System.Windows.Forms.ToolStripMenuItem();
76 			this.mnuStartRecordTapeFile = new System.Windows.Forms.ToolStripMenuItem();
77 			this.mnuStopRecordTapeFile = new System.Windows.Forms.ToolStripMenuItem();
78 			this.mnuOptions = new System.Windows.Forms.ToolStripMenuItem();
79 			this.mnuEmulationSpeed = new System.Windows.Forms.ToolStripMenuItem();
80 			this.mnuEmuSpeedNormal = new System.Windows.Forms.ToolStripMenuItem();
81 			this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
82 			this.mnuIncreaseSpeed = new System.Windows.Forms.ToolStripMenuItem();
83 			this.mnuDecreaseSpeed = new System.Windows.Forms.ToolStripMenuItem();
84 			this.mnuEmuSpeedMaximumSpeed = new System.Windows.Forms.ToolStripMenuItem();
85 			this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripSeparator();
86 			this.mnuEmuSpeedTriple = new System.Windows.Forms.ToolStripMenuItem();
87 			this.mnuEmuSpeedDouble = new System.Windows.Forms.ToolStripMenuItem();
88 			this.mnuEmuSpeedHalf = new System.Windows.Forms.ToolStripMenuItem();
89 			this.mnuEmuSpeedQuarter = new System.Windows.Forms.ToolStripMenuItem();
90 			this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripSeparator();
91 			this.mnuShowFPS = new System.Windows.Forms.ToolStripMenuItem();
92 			this.mnuVideoScale = new System.Windows.Forms.ToolStripMenuItem();
93 			this.mnuScale1x = new System.Windows.Forms.ToolStripMenuItem();
94 			this.mnuScale2x = new System.Windows.Forms.ToolStripMenuItem();
95 			this.mnuScale3x = new System.Windows.Forms.ToolStripMenuItem();
96 			this.mnuScale4x = new System.Windows.Forms.ToolStripMenuItem();
97 			this.mnuScale5x = new System.Windows.Forms.ToolStripMenuItem();
98 			this.mnuScale6x = new System.Windows.Forms.ToolStripMenuItem();
99 			this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripSeparator();
100 			this.mnuFullscreen = new System.Windows.Forms.ToolStripMenuItem();
101 			this.mnuVideoFilter = new System.Windows.Forms.ToolStripMenuItem();
102 			this.mnuNoneFilter = new System.Windows.Forms.ToolStripMenuItem();
103 			this.toolStripMenuItem21 = new System.Windows.Forms.ToolStripSeparator();
104 			this.mnuNtscFilter = new System.Windows.Forms.ToolStripMenuItem();
105 			this.mnuNtscBisqwitQuarterFilter = new System.Windows.Forms.ToolStripMenuItem();
106 			this.mnuNtscBisqwitHalfFilter = new System.Windows.Forms.ToolStripMenuItem();
107 			this.mnuNtscBisqwitFullFilter = new System.Windows.Forms.ToolStripMenuItem();
108 			this.toolStripMenuItem15 = new System.Windows.Forms.ToolStripSeparator();
109 			this.mnuXBRZ2xFilter = new System.Windows.Forms.ToolStripMenuItem();
110 			this.mnuXBRZ3xFilter = new System.Windows.Forms.ToolStripMenuItem();
111 			this.mnuXBRZ4xFilter = new System.Windows.Forms.ToolStripMenuItem();
112 			this.mnuXBRZ5xFilter = new System.Windows.Forms.ToolStripMenuItem();
113 			this.mnuXBRZ6xFilter = new System.Windows.Forms.ToolStripMenuItem();
114 			this.toolStripMenuItem16 = new System.Windows.Forms.ToolStripSeparator();
115 			this.mnuHQ2xFilter = new System.Windows.Forms.ToolStripMenuItem();
116 			this.mnuHQ3xFilter = new System.Windows.Forms.ToolStripMenuItem();
117 			this.mnuHQ4xFilter = new System.Windows.Forms.ToolStripMenuItem();
118 			this.toolStripMenuItem17 = new System.Windows.Forms.ToolStripSeparator();
119 			this.mnuScale2xFilter = new System.Windows.Forms.ToolStripMenuItem();
120 			this.mnuScale3xFilter = new System.Windows.Forms.ToolStripMenuItem();
121 			this.mnuScale4xFilter = new System.Windows.Forms.ToolStripMenuItem();
122 			this.toolStripMenuItem23 = new System.Windows.Forms.ToolStripSeparator();
123 			this.mnu2xSaiFilter = new System.Windows.Forms.ToolStripMenuItem();
124 			this.mnuSuper2xSaiFilter = new System.Windows.Forms.ToolStripMenuItem();
125 			this.mnuSuperEagleFilter = new System.Windows.Forms.ToolStripMenuItem();
126 			this.toolStripMenuItem18 = new System.Windows.Forms.ToolStripSeparator();
127 			this.mnuPrescale2xFilter = new System.Windows.Forms.ToolStripMenuItem();
128 			this.mnuPrescale3xFilter = new System.Windows.Forms.ToolStripMenuItem();
129 			this.mnuPrescale4xFilter = new System.Windows.Forms.ToolStripMenuItem();
130 			this.mnuPrescale6xFilter = new System.Windows.Forms.ToolStripMenuItem();
131 			this.mnuPrescale8xFilter = new System.Windows.Forms.ToolStripMenuItem();
132 			this.mnuPrescale10xFilter = new System.Windows.Forms.ToolStripMenuItem();
133 			this.toolStripMenuItem19 = new System.Windows.Forms.ToolStripSeparator();
134 			this.mnuBilinearInterpolation = new System.Windows.Forms.ToolStripMenuItem();
135 			this.mnuRegion = new System.Windows.Forms.ToolStripMenuItem();
136 			this.mnuRegionAuto = new System.Windows.Forms.ToolStripMenuItem();
137 			this.mnuRegionNtsc = new System.Windows.Forms.ToolStripMenuItem();
138 			this.mnuRegionPal = new System.Windows.Forms.ToolStripMenuItem();
139 			this.mnuRegionDendy = new System.Windows.Forms.ToolStripMenuItem();
140 			this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripSeparator();
141 			this.mnuAudioConfig = new System.Windows.Forms.ToolStripMenuItem();
142 			this.mnuInput = new System.Windows.Forms.ToolStripMenuItem();
143 			this.mnuVideoConfig = new System.Windows.Forms.ToolStripMenuItem();
144 			this.mnuEmulationConfig = new System.Windows.Forms.ToolStripMenuItem();
145 			this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
146 			this.mnuPreferences = new System.Windows.Forms.ToolStripMenuItem();
147 			this.mnuTools = new System.Windows.Forms.ToolStripMenuItem();
148 			this.mnuNetPlay = new System.Windows.Forms.ToolStripMenuItem();
149 			this.mnuStartServer = new System.Windows.Forms.ToolStripMenuItem();
150 			this.mnuConnect = new System.Windows.Forms.ToolStripMenuItem();
151 			this.mnuNetPlaySelectController = new System.Windows.Forms.ToolStripMenuItem();
152 			this.mnuNetPlayPlayer1 = new System.Windows.Forms.ToolStripMenuItem();
153 			this.mnuNetPlayPlayer2 = new System.Windows.Forms.ToolStripMenuItem();
154 			this.mnuNetPlayPlayer3 = new System.Windows.Forms.ToolStripMenuItem();
155 			this.mnuNetPlayPlayer4 = new System.Windows.Forms.ToolStripMenuItem();
156 			this.mnuNetPlayPlayer5 = new System.Windows.Forms.ToolStripMenuItem();
157 			this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
158 			this.mnuNetPlaySpectator = new System.Windows.Forms.ToolStripMenuItem();
159 			this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
160 			this.mnuFindServer = new System.Windows.Forms.ToolStripMenuItem();
161 			this.mnuProfile = new System.Windows.Forms.ToolStripMenuItem();
162 			this.mnuMovies = new System.Windows.Forms.ToolStripMenuItem();
163 			this.mnuPlayMovie = new System.Windows.Forms.ToolStripMenuItem();
164 			this.mnuRecordMovie = new System.Windows.Forms.ToolStripMenuItem();
165 			this.mnuStopMovie = new System.Windows.Forms.ToolStripMenuItem();
166 			this.mnuHistoryViewer = new System.Windows.Forms.ToolStripMenuItem();
167 			this.mnuCheats = new System.Windows.Forms.ToolStripMenuItem();
168 			this.toolStripMenuItem22 = new System.Windows.Forms.ToolStripSeparator();
169 			this.mnuSoundRecorder = new System.Windows.Forms.ToolStripMenuItem();
170 			this.mnuWaveRecord = new System.Windows.Forms.ToolStripMenuItem();
171 			this.mnuWaveStop = new System.Windows.Forms.ToolStripMenuItem();
172 			this.mnuVideoRecorder = new System.Windows.Forms.ToolStripMenuItem();
173 			this.mnuAviRecord = new System.Windows.Forms.ToolStripMenuItem();
174 			this.mnuAviStop = new System.Windows.Forms.ToolStripMenuItem();
175 			this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator();
176 			this.mnuTests = new System.Windows.Forms.ToolStripMenuItem();
177 			this.mnuTestRun = new System.Windows.Forms.ToolStripMenuItem();
178 			this.mnuTestRecordFrom = new System.Windows.Forms.ToolStripMenuItem();
179 			this.mnuTestRecordStart = new System.Windows.Forms.ToolStripMenuItem();
180 			this.mnuTestRecordNow = new System.Windows.Forms.ToolStripMenuItem();
181 			this.mnuTestRecordMovie = new System.Windows.Forms.ToolStripMenuItem();
182 			this.mnuTestRecordTest = new System.Windows.Forms.ToolStripMenuItem();
183 			this.mnuTestStopRecording = new System.Windows.Forms.ToolStripMenuItem();
184 			this.mnuRunAllTests = new System.Windows.Forms.ToolStripMenuItem();
185 			this.mnuRunAllGameTests = new System.Windows.Forms.ToolStripMenuItem();
186 			this.mnuRunAutomaticTest = new System.Windows.Forms.ToolStripMenuItem();
187 			this.mnuDebugger = new System.Windows.Forms.ToolStripMenuItem();
188 			this.mnuLogWindow = new System.Windows.Forms.ToolStripMenuItem();
189 			this.toolStripMenuItem27 = new System.Windows.Forms.ToolStripSeparator();
190 			this.mnuInstallHdPack = new System.Windows.Forms.ToolStripMenuItem();
191 			this.mnuHdPackEditor = new System.Windows.Forms.ToolStripMenuItem();
192 			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
193 			this.mnuRandomGame = new System.Windows.Forms.ToolStripMenuItem();
194 			this.mnuTakeScreenshot = new System.Windows.Forms.ToolStripMenuItem();
195 			this.mnuDebug = new System.Windows.Forms.ToolStripMenuItem();
196 			this.mnuApuViewer = new System.Windows.Forms.ToolStripMenuItem();
197 			this.mnuAssembler = new System.Windows.Forms.ToolStripMenuItem();
198 			this.mnuDebugDebugger = new System.Windows.Forms.ToolStripMenuItem();
199 			this.mnuEventViewer = new System.Windows.Forms.ToolStripMenuItem();
200 			this.mnuMemoryViewer = new System.Windows.Forms.ToolStripMenuItem();
201 			this.mnuProfiler = new System.Windows.Forms.ToolStripMenuItem();
202 			this.mnuPpuViewer = new System.Windows.Forms.ToolStripMenuItem();
203 			this.mnuScriptWindow = new System.Windows.Forms.ToolStripMenuItem();
204 			this.mnuTextHooker = new System.Windows.Forms.ToolStripMenuItem();
205 			this.mnuTraceLogger = new System.Windows.Forms.ToolStripMenuItem();
206 			this.sepDebugDualSystemSecondaryCpu = new System.Windows.Forms.ToolStripSeparator();
207 			this.mnuDebugDualSystemSecondaryCpu = new System.Windows.Forms.ToolStripMenuItem();
208 			this.toolStripMenuItem25 = new System.Windows.Forms.ToolStripSeparator();
209 			this.mnuPpuViewerCompact = new System.Windows.Forms.ToolStripMenuItem();
210 			this.mnuOpenNametableViewer = new System.Windows.Forms.ToolStripMenuItem();
211 			this.mnuOpenChrViewer = new System.Windows.Forms.ToolStripMenuItem();
212 			this.mnuOpenSpriteViewer = new System.Windows.Forms.ToolStripMenuItem();
213 			this.mnuOpenPaletteViewer = new System.Windows.Forms.ToolStripMenuItem();
214 			this.toolStripMenuItem28 = new System.Windows.Forms.ToolStripSeparator();
215 			this.mnuEditHeader = new System.Windows.Forms.ToolStripMenuItem();
216 			this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
217 			this.mnuOnlineHelp = new System.Windows.Forms.ToolStripMenuItem();
218 			this.mnuHelpWindow = new System.Windows.Forms.ToolStripMenuItem();
219 			this.toolStripMenuItem26 = new System.Windows.Forms.ToolStripSeparator();
220 			this.mnuCheckForUpdates = new System.Windows.Forms.ToolStripMenuItem();
221 			this.toolStripMenuItem20 = new System.Windows.Forms.ToolStripSeparator();
222 			this.mnuReportBug = new System.Windows.Forms.ToolStripMenuItem();
223 			this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
224 			this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
225 			this.mnuWatchWindow = new System.Windows.Forms.ToolStripMenuItem();
226 			this.panelRenderer.SuspendLayout();
227 			this.panelInfo.SuspendLayout();
228 			this.tableLayoutPanel1.SuspendLayout();
229 			((System.ComponentModel.ISupportInitialize)(this.picIcon)).BeginInit();
230 			this.menuStrip.SuspendLayout();
231 			this.SuspendLayout();
232 			//
233 			// menuTimer
234 			//
235 			this.menuTimer.Tick += new System.EventHandler(this.menuTimer_Tick);
236 			//
237 			// panelRenderer
238 			//
239 			this.panelRenderer.BackColor = System.Drawing.Color.Black;
240 			this.panelRenderer.Controls.Add(this.ctrlRendererDualSystem);
241 			this.panelRenderer.Controls.Add(this.ctrlLoading);
242 			this.panelRenderer.Controls.Add(this.panelInfo);
243 			this.panelRenderer.Controls.Add(this.ctrlRecentGames);
244 			this.panelRenderer.Controls.Add(this.ctrlNsfPlayer);
245 			this.panelRenderer.Controls.Add(this.ctrlRenderer);
246 			this.panelRenderer.Dock = System.Windows.Forms.DockStyle.Fill;
247 			this.panelRenderer.Location = new System.Drawing.Point(0, 24);
248 			this.panelRenderer.Name = "panelRenderer";
249 			this.panelRenderer.Size = new System.Drawing.Size(430, 309);
250 			this.panelRenderer.TabIndex = 2;
251 			this.panelRenderer.Click += new System.EventHandler(this.panelRenderer_Click);
252 			this.panelRenderer.DoubleClick += new System.EventHandler(this.ctrlRenderer_DoubleClick);
253 			this.panelRenderer.MouseLeave += new System.EventHandler(this.panelRenderer_MouseLeave);
254 			this.panelRenderer.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ctrlRenderer_MouseMove);
255 			//
256 			// ctrlRendererDualSystem
257 			//
258 			this.ctrlRendererDualSystem.BackColor = System.Drawing.Color.Black;
259 			this.ctrlRendererDualSystem.Location = new System.Drawing.Point(275, 0);
260 			this.ctrlRendererDualSystem.Margin = new System.Windows.Forms.Padding(0);
261 			this.ctrlRendererDualSystem.Name = "ctrlRendererDualSystem";
262 			this.ctrlRendererDualSystem.Size = new System.Drawing.Size(150, 90);
263 			this.ctrlRendererDualSystem.TabIndex = 8;
264 			this.ctrlRendererDualSystem.Visible = false;
265 			//
266 			// ctrlLoading
267 			//
268 			this.ctrlLoading.BackColor = System.Drawing.Color.Black;
269 			this.ctrlLoading.Dock = System.Windows.Forms.DockStyle.Fill;
270 			this.ctrlLoading.Location = new System.Drawing.Point(0, 0);
271 			this.ctrlLoading.Name = "ctrlLoading";
272 			this.ctrlLoading.Size = new System.Drawing.Size(430, 309);
273 			this.ctrlLoading.TabIndex = 4;
274 			this.ctrlLoading.Visible = false;
275 			//
276 			// panelInfo
277 			//
278 			this.panelInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
279 			this.panelInfo.BackColor = System.Drawing.Color.Transparent;
280 			this.panelInfo.Controls.Add(this.tableLayoutPanel1);
281 			this.panelInfo.Location = new System.Drawing.Point(353, 283);
282 			this.panelInfo.Name = "panelInfo";
283 			this.panelInfo.Size = new System.Drawing.Size(77, 26);
284 			this.panelInfo.TabIndex = 6;
285 			//
286 			// tableLayoutPanel1
287 			//
288 			this.tableLayoutPanel1.ColumnCount = 2;
289 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
290 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
291 			this.tableLayoutPanel1.Controls.Add(this.picIcon, 1, 0);
292 			this.tableLayoutPanel1.Controls.Add(this.lblVersion, 0, 0);
293 			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
294 			this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
295 			this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
296 			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
297 			this.tableLayoutPanel1.RowCount = 1;
298 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
299 			this.tableLayoutPanel1.Size = new System.Drawing.Size(77, 26);
300 			this.tableLayoutPanel1.TabIndex = 6;
301 			//
302 			// picIcon
303 			//
304 			this.picIcon.Anchor = System.Windows.Forms.AnchorStyles.None;
305 			this.picIcon.BackgroundImage = global::Mesen.GUI.Properties.Resources.MesenIconSmall;
306 			this.picIcon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
307 			this.picIcon.Location = new System.Drawing.Point(58, 5);
308 			this.picIcon.Name = "picIcon";
309 			this.picIcon.Size = new System.Drawing.Size(16, 16);
310 			this.picIcon.TabIndex = 5;
311 			this.picIcon.TabStop = false;
312 			//
313 			// lblVersion
314 			//
315 			this.lblVersion.Anchor = System.Windows.Forms.AnchorStyles.Right;
316 			this.lblVersion.AutoSize = true;
317 			this.lblVersion.BackColor = System.Drawing.Color.Transparent;
318 			this.lblVersion.ForeColor = System.Drawing.Color.White;
319 			this.lblVersion.Location = new System.Drawing.Point(55, 7);
320 			this.lblVersion.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
321 			this.lblVersion.Name = "lblVersion";
322 			this.lblVersion.Size = new System.Drawing.Size(0, 13);
323 			this.lblVersion.TabIndex = 6;
324 			this.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
325 			//
326 			// ctrlRecentGames
327 			//
328 			this.ctrlRecentGames.BackColor = System.Drawing.Color.Transparent;
329 			this.ctrlRecentGames.Location = new System.Drawing.Point(0, 0);
330 			this.ctrlRecentGames.Name = "ctrlRecentGames";
331 			this.ctrlRecentGames.Size = new System.Drawing.Size(430, 309);
332 			this.ctrlRecentGames.TabIndex = 7;
333 			this.ctrlRecentGames.Visible = false;
334 			this.ctrlRecentGames.OnRecentGameLoaded += new Mesen.GUI.Controls.ctrlRecentGames.RecentGameLoadedHandler(this.ctrlRecentGames_OnRecentGameLoaded);
335 			this.ctrlRecentGames.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ctrlRenderer_MouseMove);
336 			this.ctrlRecentGames.DoubleClick += new System.EventHandler(this.ctrlRenderer_DoubleClick);
337 			//
338 			// ctrlNsfPlayer
339 			//
340 			this.ctrlNsfPlayer.BackColor = System.Drawing.Color.Black;
341 			this.ctrlNsfPlayer.Dock = System.Windows.Forms.DockStyle.Fill;
342 			this.ctrlNsfPlayer.Location = new System.Drawing.Point(0, 0);
343 			this.ctrlNsfPlayer.Name = "ctrlNsfPlayer";
344 			this.ctrlNsfPlayer.Size = new System.Drawing.Size(430, 309);
345 			this.ctrlNsfPlayer.TabIndex = 2;
346 			this.ctrlNsfPlayer.Visible = false;
347 			this.ctrlNsfPlayer.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ctrlNsfPlayer_MouseMove);
348 			//
349 			// ctrlRenderer
350 			//
351 			this.ctrlRenderer.BackColor = System.Drawing.Color.Black;
352 			this.ctrlRenderer.Location = new System.Drawing.Point(0, 0);
353 			this.ctrlRenderer.Margin = new System.Windows.Forms.Padding(0);
354 			this.ctrlRenderer.Name = "ctrlRenderer";
355 			this.ctrlRenderer.Size = new System.Drawing.Size(150, 90);
356 			this.ctrlRenderer.TabIndex = 1;
357 			this.ctrlRenderer.DoubleClick += new System.EventHandler(this.ctrlRenderer_DoubleClick);
358 			this.ctrlRenderer.Enter += new System.EventHandler(this.ctrlRenderer_Enter);
359 			this.ctrlRenderer.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ctrlRenderer_MouseClick);
360 			this.ctrlRenderer.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ctrlRenderer_MouseMove);
361 			//
362 			// menuStrip
363 			//
364 			this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
365             this.mnuFile,
366             this.mnuGame,
367             this.mnuOptions,
368             this.mnuTools,
369             this.mnuDebug,
370             this.mnuHelp});
371 			this.menuStrip.Location = new System.Drawing.Point(0, 0);
372 			this.menuStrip.Name = "menuStrip";
373 			this.menuStrip.Size = new System.Drawing.Size(430, 24);
374 			this.menuStrip.TabIndex = 0;
375 			this.menuStrip.Text = "menuStrip1";
376 			//
377 			// mnuFile
378 			//
379 			this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
380             this.mnuOpen,
381             this.toolStripMenuItem4,
382             this.mnuSaveState,
383             this.mnuLoadState,
384             this.mnuLoadLastSession,
385             this.toolStripMenuItem7,
386             this.mnuRecentFiles,
387             this.toolStripMenuItem6,
388             this.mnuExit});
389 			this.mnuFile.Name = "mnuFile";
390 			this.mnuFile.ShortcutKeyDisplayString = "";
391 			this.mnuFile.Size = new System.Drawing.Size(37, 20);
392 			this.mnuFile.Text = "File";
393 			this.mnuFile.DropDownClosed += new System.EventHandler(this.mnu_DropDownClosed);
394 			this.mnuFile.DropDownOpening += new System.EventHandler(this.mnuFile_DropDownOpening);
395 			this.mnuFile.DropDownOpened += new System.EventHandler(this.mnu_DropDownOpened);
396 			//
397 			// mnuOpen
398 			//
399 			this.mnuOpen.Image = global::Mesen.GUI.Properties.Resources.FolderOpen;
400 			this.mnuOpen.Name = "mnuOpen";
401 			this.mnuOpen.Size = new System.Drawing.Size(166, 22);
402 			this.mnuOpen.Text = "Open";
403 			//
404 			// toolStripMenuItem4
405 			//
406 			this.toolStripMenuItem4.Name = "toolStripMenuItem4";
407 			this.toolStripMenuItem4.Size = new System.Drawing.Size(163, 6);
408 			//
409 			// mnuSaveState
410 			//
411 			this.mnuSaveState.Name = "mnuSaveState";
412 			this.mnuSaveState.Size = new System.Drawing.Size(166, 22);
413 			this.mnuSaveState.Text = "Save State";
414 			this.mnuSaveState.DropDownOpening += new System.EventHandler(this.mnuSaveState_DropDownOpening);
415 			//
416 			// mnuLoadState
417 			//
418 			this.mnuLoadState.Name = "mnuLoadState";
419 			this.mnuLoadState.Size = new System.Drawing.Size(166, 22);
420 			this.mnuLoadState.Text = "Load State";
421 			this.mnuLoadState.DropDownOpening += new System.EventHandler(this.mnuLoadState_DropDownOpening);
422 			//
423 			// mnuLoadLastSession
424 			//
425 			this.mnuLoadLastSession.Name = "mnuLoadLastSession";
426 			this.mnuLoadLastSession.Size = new System.Drawing.Size(166, 22);
427 			this.mnuLoadLastSession.Text = "Load Last Session";
428 			//
429 			// toolStripMenuItem7
430 			//
431 			this.toolStripMenuItem7.Name = "toolStripMenuItem7";
432 			this.toolStripMenuItem7.Size = new System.Drawing.Size(163, 6);
433 			//
434 			// mnuRecentFiles
435 			//
436 			this.mnuRecentFiles.Name = "mnuRecentFiles";
437 			this.mnuRecentFiles.Size = new System.Drawing.Size(166, 22);
438 			this.mnuRecentFiles.Text = "Recent Files";
439 			this.mnuRecentFiles.DropDownOpening += new System.EventHandler(this.mnuRecentFiles_DropDownOpening);
440 			//
441 			// toolStripMenuItem6
442 			//
443 			this.toolStripMenuItem6.Name = "toolStripMenuItem6";
444 			this.toolStripMenuItem6.Size = new System.Drawing.Size(163, 6);
445 			//
446 			// mnuExit
447 			//
448 			this.mnuExit.Image = global::Mesen.GUI.Properties.Resources.Exit;
449 			this.mnuExit.Name = "mnuExit";
450 			this.mnuExit.Size = new System.Drawing.Size(166, 22);
451 			this.mnuExit.Text = "Exit";
452 			//
453 			// mnuGame
454 			//
455 			this.mnuGame.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
456             this.mnuPause,
457             this.mnuReset,
458             this.mnuPowerCycle,
459             this.toolStripMenuItem24,
460             this.mnuPowerOff,
461             this.sepFdsDisk,
462             this.mnuSwitchDiskSide,
463             this.mnuSelectDisk,
464             this.mnuEjectDisk,
465             this.sepVsSystem,
466             this.mnuGameConfig,
467             this.mnuInsertCoin1,
468             this.mnuInsertCoin2,
469             this.mnuInsertCoin3,
470             this.mnuInsertCoin4,
471             this.sepBarcode,
472             this.mnuInputBarcode,
473             this.mnuTapeRecorder});
474 			this.mnuGame.Name = "mnuGame";
475 			this.mnuGame.Size = new System.Drawing.Size(50, 20);
476 			this.mnuGame.Text = "Game";
477 			this.mnuGame.DropDownClosed += new System.EventHandler(this.mnu_DropDownClosed);
478 			this.mnuGame.DropDownOpening += new System.EventHandler(this.mnuGame_DropDownOpening);
479 			this.mnuGame.DropDownOpened += new System.EventHandler(this.mnu_DropDownOpened);
480 			//
481 			// mnuPause
482 			//
483 			this.mnuPause.Enabled = false;
484 			this.mnuPause.Image = global::Mesen.GUI.Properties.Resources.Pause;
485 			this.mnuPause.Name = "mnuPause";
486 			this.mnuPause.Size = new System.Drawing.Size(221, 22);
487 			this.mnuPause.Text = "Pause";
488 			//
489 			// mnuReset
490 			//
491 			this.mnuReset.Enabled = false;
492 			this.mnuReset.Image = global::Mesen.GUI.Properties.Resources.Reset;
493 			this.mnuReset.Name = "mnuReset";
494 			this.mnuReset.Size = new System.Drawing.Size(221, 22);
495 			this.mnuReset.Text = "Reset";
496 			//
497 			// mnuPowerCycle
498 			//
499 			this.mnuPowerCycle.Enabled = false;
500 			this.mnuPowerCycle.Image = global::Mesen.GUI.Properties.Resources.PowerCycle;
501 			this.mnuPowerCycle.Name = "mnuPowerCycle";
502 			this.mnuPowerCycle.Size = new System.Drawing.Size(221, 22);
503 			this.mnuPowerCycle.Text = "Power Cycle";
504 			//
505 			// toolStripMenuItem24
506 			//
507 			this.toolStripMenuItem24.Name = "toolStripMenuItem24";
508 			this.toolStripMenuItem24.Size = new System.Drawing.Size(218, 6);
509 			//
510 			// mnuPowerOff
511 			//
512 			this.mnuPowerOff.Image = global::Mesen.GUI.Properties.Resources.Stop;
513 			this.mnuPowerOff.Name = "mnuPowerOff";
514 			this.mnuPowerOff.Size = new System.Drawing.Size(221, 22);
515 			this.mnuPowerOff.Text = "Power Off";
516 			//
517 			// sepFdsDisk
518 			//
519 			this.sepFdsDisk.Name = "sepFdsDisk";
520 			this.sepFdsDisk.Size = new System.Drawing.Size(218, 6);
521 			//
522 			// mnuSwitchDiskSide
523 			//
524 			this.mnuSwitchDiskSide.Name = "mnuSwitchDiskSide";
525 			this.mnuSwitchDiskSide.Size = new System.Drawing.Size(221, 22);
526 			this.mnuSwitchDiskSide.Text = "Switch Disk Side";
527 			//
528 			// mnuSelectDisk
529 			//
530 			this.mnuSelectDisk.Image = global::Mesen.GUI.Properties.Resources.Floppy;
531 			this.mnuSelectDisk.Name = "mnuSelectDisk";
532 			this.mnuSelectDisk.Size = new System.Drawing.Size(221, 22);
533 			this.mnuSelectDisk.Text = "Select Disk";
534 			//
535 			// mnuEjectDisk
536 			//
537 			this.mnuEjectDisk.Image = global::Mesen.GUI.Properties.Resources.Eject;
538 			this.mnuEjectDisk.Name = "mnuEjectDisk";
539 			this.mnuEjectDisk.Size = new System.Drawing.Size(221, 22);
540 			this.mnuEjectDisk.Text = "Eject Disk";
541 			//
542 			// sepVsSystem
543 			//
544 			this.sepVsSystem.Name = "sepVsSystem";
545 			this.sepVsSystem.Size = new System.Drawing.Size(218, 6);
546 			this.sepVsSystem.Visible = false;
547 			//
548 			// mnuGameConfig
549 			//
550 			this.mnuGameConfig.Image = global::Mesen.GUI.Properties.Resources.DipSwitches;
551 			this.mnuGameConfig.Name = "mnuGameConfig";
552 			this.mnuGameConfig.Size = new System.Drawing.Size(221, 22);
553 			this.mnuGameConfig.Text = "Game Configuration";
554 			this.mnuGameConfig.Click += new System.EventHandler(this.mnuGameConfig_Click);
555 			//
556 			// mnuInsertCoin1
557 			//
558 			this.mnuInsertCoin1.Image = global::Mesen.GUI.Properties.Resources.coins;
559 			this.mnuInsertCoin1.Name = "mnuInsertCoin1";
560 			this.mnuInsertCoin1.Size = new System.Drawing.Size(221, 22);
561 			this.mnuInsertCoin1.Text = "Insert Coin (1)";
562 			this.mnuInsertCoin1.Visible = false;
563 			//
564 			// mnuInsertCoin2
565 			//
566 			this.mnuInsertCoin2.Image = global::Mesen.GUI.Properties.Resources.coins;
567 			this.mnuInsertCoin2.Name = "mnuInsertCoin2";
568 			this.mnuInsertCoin2.Size = new System.Drawing.Size(221, 22);
569 			this.mnuInsertCoin2.Text = "Insert Coin (2)";
570 			this.mnuInsertCoin2.Visible = false;
571 			//
572 			// mnuInsertCoin3
573 			//
574 			this.mnuInsertCoin3.Image = global::Mesen.GUI.Properties.Resources.coins;
575 			this.mnuInsertCoin3.Name = "mnuInsertCoin3";
576 			this.mnuInsertCoin3.Size = new System.Drawing.Size(221, 22);
577 			this.mnuInsertCoin3.Text = "Insert Coin (3 - DualSystem)";
578 			this.mnuInsertCoin3.Visible = false;
579 			//
580 			// mnuInsertCoin4
581 			//
582 			this.mnuInsertCoin4.Image = global::Mesen.GUI.Properties.Resources.coins;
583 			this.mnuInsertCoin4.Name = "mnuInsertCoin4";
584 			this.mnuInsertCoin4.Size = new System.Drawing.Size(221, 22);
585 			this.mnuInsertCoin4.Text = "Insert Coin (4 - DualSystem)";
586 			this.mnuInsertCoin4.Visible = false;
587 			//
588 			// sepBarcode
589 			//
590 			this.sepBarcode.Name = "sepBarcode";
591 			this.sepBarcode.Size = new System.Drawing.Size(218, 6);
592 			this.sepBarcode.Visible = false;
593 			//
594 			// mnuInputBarcode
595 			//
596 			this.mnuInputBarcode.Image = global::Mesen.GUI.Properties.Resources.Barcode;
597 			this.mnuInputBarcode.Name = "mnuInputBarcode";
598 			this.mnuInputBarcode.Size = new System.Drawing.Size(221, 22);
599 			this.mnuInputBarcode.Text = "Input Barcode...";
600 			this.mnuInputBarcode.Visible = false;
601 			//
602 			// mnuTapeRecorder
603 			//
604 			this.mnuTapeRecorder.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
605             this.mnuLoadTapeFile,
606             this.mnuStartRecordTapeFile,
607             this.mnuStopRecordTapeFile});
608 			this.mnuTapeRecorder.Image = global::Mesen.GUI.Properties.Resources.Tape;
609 			this.mnuTapeRecorder.Name = "mnuTapeRecorder";
610 			this.mnuTapeRecorder.Size = new System.Drawing.Size(221, 22);
611 			this.mnuTapeRecorder.Text = "Tape Recorder";
612 			//
613 			// mnuLoadTapeFile
614 			//
615 			this.mnuLoadTapeFile.Image = global::Mesen.GUI.Properties.Resources.Import;
616 			this.mnuLoadTapeFile.Name = "mnuLoadTapeFile";
617 			this.mnuLoadTapeFile.Size = new System.Drawing.Size(157, 22);
618 			this.mnuLoadTapeFile.Text = "Load from file...";
619 			this.mnuLoadTapeFile.Click += new System.EventHandler(this.mnuLoadTapeFile_Click);
620 			//
621 			// mnuStartRecordTapeFile
622 			//
623 			this.mnuStartRecordTapeFile.Image = global::Mesen.GUI.Properties.Resources.Export;
624 			this.mnuStartRecordTapeFile.Name = "mnuStartRecordTapeFile";
625 			this.mnuStartRecordTapeFile.Size = new System.Drawing.Size(157, 22);
626 			this.mnuStartRecordTapeFile.Text = "Record to file...";
627 			this.mnuStartRecordTapeFile.Click += new System.EventHandler(this.mnuStartRecordTapeFile_Click);
628 			//
629 			// mnuStopRecordTapeFile
630 			//
631 			this.mnuStopRecordTapeFile.Image = global::Mesen.GUI.Properties.Resources.Stop;
632 			this.mnuStopRecordTapeFile.Name = "mnuStopRecordTapeFile";
633 			this.mnuStopRecordTapeFile.Size = new System.Drawing.Size(157, 22);
634 			this.mnuStopRecordTapeFile.Text = "Stop recording";
635 			this.mnuStopRecordTapeFile.Click += new System.EventHandler(this.mnuStopRecordTapeFile_Click);
636 			//
637 			// mnuOptions
638 			//
639 			this.mnuOptions.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
640             this.mnuEmulationSpeed,
641             this.mnuVideoScale,
642             this.mnuVideoFilter,
643             this.mnuRegion,
644             this.toolStripMenuItem10,
645             this.mnuAudioConfig,
646             this.mnuInput,
647             this.mnuVideoConfig,
648             this.mnuEmulationConfig,
649             this.toolStripMenuItem11,
650             this.mnuPreferences});
651 			this.mnuOptions.Name = "mnuOptions";
652 			this.mnuOptions.Size = new System.Drawing.Size(61, 20);
653 			this.mnuOptions.Text = "Options";
654 			this.mnuOptions.DropDownClosed += new System.EventHandler(this.mnu_DropDownClosed);
655 			this.mnuOptions.DropDownOpened += new System.EventHandler(this.mnu_DropDownOpened);
656 			//
657 			// mnuEmulationSpeed
658 			//
659 			this.mnuEmulationSpeed.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
660             this.mnuEmuSpeedNormal,
661             this.toolStripMenuItem8,
662             this.mnuIncreaseSpeed,
663             this.mnuDecreaseSpeed,
664             this.mnuEmuSpeedMaximumSpeed,
665             this.toolStripMenuItem9,
666             this.mnuEmuSpeedTriple,
667             this.mnuEmuSpeedDouble,
668             this.mnuEmuSpeedHalf,
669             this.mnuEmuSpeedQuarter,
670             this.toolStripMenuItem14,
671             this.mnuShowFPS});
672 			this.mnuEmulationSpeed.Image = global::Mesen.GUI.Properties.Resources.Speed;
673 			this.mnuEmulationSpeed.Name = "mnuEmulationSpeed";
674 			this.mnuEmulationSpeed.Size = new System.Drawing.Size(135, 22);
675 			this.mnuEmulationSpeed.Text = "Speed";
676 			this.mnuEmulationSpeed.DropDownOpening += new System.EventHandler(this.mnuEmulationSpeed_DropDownOpening);
677 			//
678 			// mnuEmuSpeedNormal
679 			//
680 			this.mnuEmuSpeedNormal.Name = "mnuEmuSpeedNormal";
681 			this.mnuEmuSpeedNormal.Size = new System.Drawing.Size(163, 22);
682 			this.mnuEmuSpeedNormal.Text = "Normal (100%)";
683 			this.mnuEmuSpeedNormal.Click += new System.EventHandler(this.mnuEmulationSpeedOption_Click);
684 			//
685 			// toolStripMenuItem8
686 			//
687 			this.toolStripMenuItem8.Name = "toolStripMenuItem8";
688 			this.toolStripMenuItem8.Size = new System.Drawing.Size(160, 6);
689 			//
690 			// mnuIncreaseSpeed
691 			//
692 			this.mnuIncreaseSpeed.Name = "mnuIncreaseSpeed";
693 			this.mnuIncreaseSpeed.Size = new System.Drawing.Size(163, 22);
694 			this.mnuIncreaseSpeed.Text = "Increase Speed";
695 			//
696 			// mnuDecreaseSpeed
697 			//
698 			this.mnuDecreaseSpeed.Name = "mnuDecreaseSpeed";
699 			this.mnuDecreaseSpeed.Size = new System.Drawing.Size(163, 22);
700 			this.mnuDecreaseSpeed.Text = "Decrease Speed";
701 			//
702 			// mnuEmuSpeedMaximumSpeed
703 			//
704 			this.mnuEmuSpeedMaximumSpeed.Name = "mnuEmuSpeedMaximumSpeed";
705 			this.mnuEmuSpeedMaximumSpeed.Size = new System.Drawing.Size(163, 22);
706 			this.mnuEmuSpeedMaximumSpeed.Text = "Maximum Speed";
707 			//
708 			// toolStripMenuItem9
709 			//
710 			this.toolStripMenuItem9.Name = "toolStripMenuItem9";
711 			this.toolStripMenuItem9.Size = new System.Drawing.Size(160, 6);
712 			//
713 			// mnuEmuSpeedTriple
714 			//
715 			this.mnuEmuSpeedTriple.Name = "mnuEmuSpeedTriple";
716 			this.mnuEmuSpeedTriple.Size = new System.Drawing.Size(163, 22);
717 			this.mnuEmuSpeedTriple.Tag = "";
718 			this.mnuEmuSpeedTriple.Text = "Triple (300%)";
719 			this.mnuEmuSpeedTriple.Click += new System.EventHandler(this.mnuEmulationSpeedOption_Click);
720 			//
721 			// mnuEmuSpeedDouble
722 			//
723 			this.mnuEmuSpeedDouble.Name = "mnuEmuSpeedDouble";
724 			this.mnuEmuSpeedDouble.Size = new System.Drawing.Size(163, 22);
725 			this.mnuEmuSpeedDouble.Text = "Double (200%)";
726 			this.mnuEmuSpeedDouble.Click += new System.EventHandler(this.mnuEmulationSpeedOption_Click);
727 			//
728 			// mnuEmuSpeedHalf
729 			//
730 			this.mnuEmuSpeedHalf.Name = "mnuEmuSpeedHalf";
731 			this.mnuEmuSpeedHalf.Size = new System.Drawing.Size(163, 22);
732 			this.mnuEmuSpeedHalf.Text = "Half (50%)";
733 			this.mnuEmuSpeedHalf.Click += new System.EventHandler(this.mnuEmulationSpeedOption_Click);
734 			//
735 			// mnuEmuSpeedQuarter
736 			//
737 			this.mnuEmuSpeedQuarter.Name = "mnuEmuSpeedQuarter";
738 			this.mnuEmuSpeedQuarter.Size = new System.Drawing.Size(163, 22);
739 			this.mnuEmuSpeedQuarter.Text = "Quarter (25%)";
740 			this.mnuEmuSpeedQuarter.Click += new System.EventHandler(this.mnuEmulationSpeedOption_Click);
741 			//
742 			// toolStripMenuItem14
743 			//
744 			this.toolStripMenuItem14.Name = "toolStripMenuItem14";
745 			this.toolStripMenuItem14.Size = new System.Drawing.Size(160, 6);
746 			//
747 			// mnuShowFPS
748 			//
749 			this.mnuShowFPS.CheckOnClick = true;
750 			this.mnuShowFPS.Name = "mnuShowFPS";
751 			this.mnuShowFPS.Size = new System.Drawing.Size(163, 22);
752 			this.mnuShowFPS.Text = "Show FPS";
753 			this.mnuShowFPS.Click += new System.EventHandler(this.mnuShowFPS_Click);
754 			//
755 			// mnuVideoScale
756 			//
757 			this.mnuVideoScale.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
758             this.mnuScale1x,
759             this.mnuScale2x,
760             this.mnuScale3x,
761             this.mnuScale4x,
762             this.mnuScale5x,
763             this.mnuScale6x,
764             this.toolStripMenuItem13,
765             this.mnuFullscreen});
766 			this.mnuVideoScale.Image = global::Mesen.GUI.Properties.Resources.Fullscreen;
767 			this.mnuVideoScale.Name = "mnuVideoScale";
768 			this.mnuVideoScale.Size = new System.Drawing.Size(135, 22);
769 			this.mnuVideoScale.Text = "Video Size";
770 			//
771 			// mnuScale1x
772 			//
773 			this.mnuScale1x.Name = "mnuScale1x";
774 			this.mnuScale1x.Size = new System.Drawing.Size(127, 22);
775 			this.mnuScale1x.Text = "1x";
776 			//
777 			// mnuScale2x
778 			//
779 			this.mnuScale2x.Name = "mnuScale2x";
780 			this.mnuScale2x.Size = new System.Drawing.Size(127, 22);
781 			this.mnuScale2x.Text = "2x";
782 			//
783 			// mnuScale3x
784 			//
785 			this.mnuScale3x.Name = "mnuScale3x";
786 			this.mnuScale3x.Size = new System.Drawing.Size(127, 22);
787 			this.mnuScale3x.Text = "3x";
788 			//
789 			// mnuScale4x
790 			//
791 			this.mnuScale4x.Name = "mnuScale4x";
792 			this.mnuScale4x.Size = new System.Drawing.Size(127, 22);
793 			this.mnuScale4x.Text = "4x";
794 			//
795 			// mnuScale5x
796 			//
797 			this.mnuScale5x.Name = "mnuScale5x";
798 			this.mnuScale5x.Size = new System.Drawing.Size(127, 22);
799 			this.mnuScale5x.Text = "5x";
800 			//
801 			// mnuScale6x
802 			//
803 			this.mnuScale6x.Name = "mnuScale6x";
804 			this.mnuScale6x.Size = new System.Drawing.Size(127, 22);
805 			this.mnuScale6x.Text = "6x";
806 			//
807 			// toolStripMenuItem13
808 			//
809 			this.toolStripMenuItem13.Name = "toolStripMenuItem13";
810 			this.toolStripMenuItem13.Size = new System.Drawing.Size(124, 6);
811 			//
812 			// mnuFullscreen
813 			//
814 			this.mnuFullscreen.Name = "mnuFullscreen";
815 			this.mnuFullscreen.Size = new System.Drawing.Size(127, 22);
816 			this.mnuFullscreen.Text = "Fullscreen";
817 			//
818 			// mnuVideoFilter
819 			//
820 			this.mnuVideoFilter.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
821             this.mnuNoneFilter,
822             this.toolStripMenuItem21,
823             this.mnuNtscFilter,
824             this.mnuNtscBisqwitQuarterFilter,
825             this.mnuNtscBisqwitHalfFilter,
826             this.mnuNtscBisqwitFullFilter,
827             this.toolStripMenuItem15,
828             this.mnuXBRZ2xFilter,
829             this.mnuXBRZ3xFilter,
830             this.mnuXBRZ4xFilter,
831             this.mnuXBRZ5xFilter,
832             this.mnuXBRZ6xFilter,
833             this.toolStripMenuItem16,
834             this.mnuHQ2xFilter,
835             this.mnuHQ3xFilter,
836             this.mnuHQ4xFilter,
837             this.toolStripMenuItem17,
838             this.mnuScale2xFilter,
839             this.mnuScale3xFilter,
840             this.mnuScale4xFilter,
841             this.toolStripMenuItem23,
842             this.mnu2xSaiFilter,
843             this.mnuSuper2xSaiFilter,
844             this.mnuSuperEagleFilter,
845             this.toolStripMenuItem18,
846             this.mnuPrescale2xFilter,
847             this.mnuPrescale3xFilter,
848             this.mnuPrescale4xFilter,
849             this.mnuPrescale6xFilter,
850             this.mnuPrescale8xFilter,
851             this.mnuPrescale10xFilter,
852             this.toolStripMenuItem19,
853             this.mnuBilinearInterpolation});
854 			this.mnuVideoFilter.Image = global::Mesen.GUI.Properties.Resources.VideoFilter;
855 			this.mnuVideoFilter.Name = "mnuVideoFilter";
856 			this.mnuVideoFilter.Size = new System.Drawing.Size(135, 22);
857 			this.mnuVideoFilter.Text = "Video Filter";
858 			//
859 			// mnuNoneFilter
860 			//
861 			this.mnuNoneFilter.Name = "mnuNoneFilter";
862 			this.mnuNoneFilter.Size = new System.Drawing.Size(206, 22);
863 			this.mnuNoneFilter.Text = "None";
864 			this.mnuNoneFilter.Click += new System.EventHandler(this.mnuNoneFilter_Click);
865 			//
866 			// toolStripMenuItem21
867 			//
868 			this.toolStripMenuItem21.Name = "toolStripMenuItem21";
869 			this.toolStripMenuItem21.Size = new System.Drawing.Size(203, 6);
870 			//
871 			// mnuNtscFilter
872 			//
873 			this.mnuNtscFilter.Name = "mnuNtscFilter";
874 			this.mnuNtscFilter.Size = new System.Drawing.Size(206, 22);
875 			this.mnuNtscFilter.Text = "NTSC";
876 			this.mnuNtscFilter.Click += new System.EventHandler(this.mnuNtscFilter_Click);
877 			//
878 			// mnuNtscBisqwitQuarterFilter
879 			//
880 			this.mnuNtscBisqwitQuarterFilter.Name = "mnuNtscBisqwitQuarterFilter";
881 			this.mnuNtscBisqwitQuarterFilter.Size = new System.Drawing.Size(206, 22);
882 			this.mnuNtscBisqwitQuarterFilter.Text = "NTSC 2x (Bisqwit)";
883 			this.mnuNtscBisqwitQuarterFilter.Click += new System.EventHandler(this.mnuNtscBisqwitQuarterFilter_Click);
884 			//
885 			// mnuNtscBisqwitHalfFilter
886 			//
887 			this.mnuNtscBisqwitHalfFilter.Name = "mnuNtscBisqwitHalfFilter";
888 			this.mnuNtscBisqwitHalfFilter.Size = new System.Drawing.Size(206, 22);
889 			this.mnuNtscBisqwitHalfFilter.Text = "NTSC 4x (Bisqwit)";
890 			this.mnuNtscBisqwitHalfFilter.Click += new System.EventHandler(this.mnuNtscBisqwitHalfFilter_Click);
891 			//
892 			// mnuNtscBisqwitFullFilter
893 			//
894 			this.mnuNtscBisqwitFullFilter.Name = "mnuNtscBisqwitFullFilter";
895 			this.mnuNtscBisqwitFullFilter.Size = new System.Drawing.Size(206, 22);
896 			this.mnuNtscBisqwitFullFilter.Text = "NTSC 8x (Bisqwit)";
897 			this.mnuNtscBisqwitFullFilter.Click += new System.EventHandler(this.mnuNtscBisqwitFullFilter_Click);
898 			//
899 			// toolStripMenuItem15
900 			//
901 			this.toolStripMenuItem15.Name = "toolStripMenuItem15";
902 			this.toolStripMenuItem15.Size = new System.Drawing.Size(203, 6);
903 			//
904 			// mnuXBRZ2xFilter
905 			//
906 			this.mnuXBRZ2xFilter.Name = "mnuXBRZ2xFilter";
907 			this.mnuXBRZ2xFilter.Size = new System.Drawing.Size(206, 22);
908 			this.mnuXBRZ2xFilter.Text = "xBRZ 2x";
909 			this.mnuXBRZ2xFilter.Click += new System.EventHandler(this.mnuXBRZ2xFilter_Click);
910 			//
911 			// mnuXBRZ3xFilter
912 			//
913 			this.mnuXBRZ3xFilter.Name = "mnuXBRZ3xFilter";
914 			this.mnuXBRZ3xFilter.Size = new System.Drawing.Size(206, 22);
915 			this.mnuXBRZ3xFilter.Text = "xBRZ 3x";
916 			this.mnuXBRZ3xFilter.Click += new System.EventHandler(this.mnuXBRZ3xFilter_Click);
917 			//
918 			// mnuXBRZ4xFilter
919 			//
920 			this.mnuXBRZ4xFilter.Name = "mnuXBRZ4xFilter";
921 			this.mnuXBRZ4xFilter.Size = new System.Drawing.Size(206, 22);
922 			this.mnuXBRZ4xFilter.Text = "xBRZ 4x";
923 			this.mnuXBRZ4xFilter.Click += new System.EventHandler(this.mnuXBRZ4xFilter_Click);
924 			//
925 			// mnuXBRZ5xFilter
926 			//
927 			this.mnuXBRZ5xFilter.Name = "mnuXBRZ5xFilter";
928 			this.mnuXBRZ5xFilter.Size = new System.Drawing.Size(206, 22);
929 			this.mnuXBRZ5xFilter.Text = "xBRZ 5x";
930 			this.mnuXBRZ5xFilter.Click += new System.EventHandler(this.mnuXBRZ5xFilter_Click);
931 			//
932 			// mnuXBRZ6xFilter
933 			//
934 			this.mnuXBRZ6xFilter.Name = "mnuXBRZ6xFilter";
935 			this.mnuXBRZ6xFilter.Size = new System.Drawing.Size(206, 22);
936 			this.mnuXBRZ6xFilter.Text = "xBRZ 6x";
937 			this.mnuXBRZ6xFilter.Click += new System.EventHandler(this.mnuXBRZ6xFilter_Click);
938 			//
939 			// toolStripMenuItem16
940 			//
941 			this.toolStripMenuItem16.Name = "toolStripMenuItem16";
942 			this.toolStripMenuItem16.Size = new System.Drawing.Size(203, 6);
943 			//
944 			// mnuHQ2xFilter
945 			//
946 			this.mnuHQ2xFilter.Name = "mnuHQ2xFilter";
947 			this.mnuHQ2xFilter.Size = new System.Drawing.Size(206, 22);
948 			this.mnuHQ2xFilter.Text = "HQ 2x";
949 			this.mnuHQ2xFilter.Click += new System.EventHandler(this.mnuHQ2xFilter_Click);
950 			//
951 			// mnuHQ3xFilter
952 			//
953 			this.mnuHQ3xFilter.Name = "mnuHQ3xFilter";
954 			this.mnuHQ3xFilter.Size = new System.Drawing.Size(206, 22);
955 			this.mnuHQ3xFilter.Text = "HQ 3x";
956 			this.mnuHQ3xFilter.Click += new System.EventHandler(this.mnuHQ3xFilter_Click);
957 			//
958 			// mnuHQ4xFilter
959 			//
960 			this.mnuHQ4xFilter.Name = "mnuHQ4xFilter";
961 			this.mnuHQ4xFilter.Size = new System.Drawing.Size(206, 22);
962 			this.mnuHQ4xFilter.Text = "HQ 4x";
963 			this.mnuHQ4xFilter.Click += new System.EventHandler(this.mnuHQ4xFilter_Click);
964 			//
965 			// toolStripMenuItem17
966 			//
967 			this.toolStripMenuItem17.Name = "toolStripMenuItem17";
968 			this.toolStripMenuItem17.Size = new System.Drawing.Size(203, 6);
969 			//
970 			// mnuScale2xFilter
971 			//
972 			this.mnuScale2xFilter.Name = "mnuScale2xFilter";
973 			this.mnuScale2xFilter.Size = new System.Drawing.Size(206, 22);
974 			this.mnuScale2xFilter.Text = "Scale2x";
975 			this.mnuScale2xFilter.Click += new System.EventHandler(this.mnuScale2xFilter_Click);
976 			//
977 			// mnuScale3xFilter
978 			//
979 			this.mnuScale3xFilter.Name = "mnuScale3xFilter";
980 			this.mnuScale3xFilter.Size = new System.Drawing.Size(206, 22);
981 			this.mnuScale3xFilter.Text = "Scale3x";
982 			this.mnuScale3xFilter.Click += new System.EventHandler(this.mnuScale3xFilter_Click);
983 			//
984 			// mnuScale4xFilter
985 			//
986 			this.mnuScale4xFilter.Name = "mnuScale4xFilter";
987 			this.mnuScale4xFilter.Size = new System.Drawing.Size(206, 22);
988 			this.mnuScale4xFilter.Text = "Scale4x";
989 			this.mnuScale4xFilter.Click += new System.EventHandler(this.mnuScale4xFilter_Click);
990 			//
991 			// toolStripMenuItem23
992 			//
993 			this.toolStripMenuItem23.Name = "toolStripMenuItem23";
994 			this.toolStripMenuItem23.Size = new System.Drawing.Size(203, 6);
995 			//
996 			// mnu2xSaiFilter
997 			//
998 			this.mnu2xSaiFilter.Name = "mnu2xSaiFilter";
999 			this.mnu2xSaiFilter.Size = new System.Drawing.Size(206, 22);
1000 			this.mnu2xSaiFilter.Text = "2xSai";
1001 			this.mnu2xSaiFilter.Click += new System.EventHandler(this.mnu2xSaiFilter_Click);
1002 			//
1003 			// mnuSuper2xSaiFilter
1004 			//
1005 			this.mnuSuper2xSaiFilter.Name = "mnuSuper2xSaiFilter";
1006 			this.mnuSuper2xSaiFilter.Size = new System.Drawing.Size(206, 22);
1007 			this.mnuSuper2xSaiFilter.Text = "Super2xSai";
1008 			this.mnuSuper2xSaiFilter.Click += new System.EventHandler(this.mnuSuper2xSaiFilter_Click);
1009 			//
1010 			// mnuSuperEagleFilter
1011 			//
1012 			this.mnuSuperEagleFilter.Name = "mnuSuperEagleFilter";
1013 			this.mnuSuperEagleFilter.Size = new System.Drawing.Size(206, 22);
1014 			this.mnuSuperEagleFilter.Text = "SuperEagle";
1015 			this.mnuSuperEagleFilter.Click += new System.EventHandler(this.mnuSuperEagleFilter_Click);
1016 			//
1017 			// toolStripMenuItem18
1018 			//
1019 			this.toolStripMenuItem18.Name = "toolStripMenuItem18";
1020 			this.toolStripMenuItem18.Size = new System.Drawing.Size(203, 6);
1021 			//
1022 			// mnuPrescale2xFilter
1023 			//
1024 			this.mnuPrescale2xFilter.Name = "mnuPrescale2xFilter";
1025 			this.mnuPrescale2xFilter.Size = new System.Drawing.Size(206, 22);
1026 			this.mnuPrescale2xFilter.Text = "Prescale 2x";
1027 			this.mnuPrescale2xFilter.Click += new System.EventHandler(this.mnuPrescale2xFilter_Click);
1028 			//
1029 			// mnuPrescale3xFilter
1030 			//
1031 			this.mnuPrescale3xFilter.Name = "mnuPrescale3xFilter";
1032 			this.mnuPrescale3xFilter.Size = new System.Drawing.Size(206, 22);
1033 			this.mnuPrescale3xFilter.Text = "Prescale 3x";
1034 			this.mnuPrescale3xFilter.Click += new System.EventHandler(this.mnuPrescale3xFilter_Click);
1035 			//
1036 			// mnuPrescale4xFilter
1037 			//
1038 			this.mnuPrescale4xFilter.Name = "mnuPrescale4xFilter";
1039 			this.mnuPrescale4xFilter.Size = new System.Drawing.Size(206, 22);
1040 			this.mnuPrescale4xFilter.Text = "Prescale 4x";
1041 			this.mnuPrescale4xFilter.Click += new System.EventHandler(this.mnuPrescale4xFilter_Click);
1042 			//
1043 			// mnuPrescale6xFilter
1044 			//
1045 			this.mnuPrescale6xFilter.Name = "mnuPrescale6xFilter";
1046 			this.mnuPrescale6xFilter.Size = new System.Drawing.Size(206, 22);
1047 			this.mnuPrescale6xFilter.Text = "Prescale 6x";
1048 			this.mnuPrescale6xFilter.Click += new System.EventHandler(this.mnuPrescale6xFilter_Click);
1049 			//
1050 			// mnuPrescale8xFilter
1051 			//
1052 			this.mnuPrescale8xFilter.Name = "mnuPrescale8xFilter";
1053 			this.mnuPrescale8xFilter.Size = new System.Drawing.Size(206, 22);
1054 			this.mnuPrescale8xFilter.Text = "Prescale 8x";
1055 			this.mnuPrescale8xFilter.Click += new System.EventHandler(this.mnuPrescale8xFilter_Click);
1056 			//
1057 			// mnuPrescale10xFilter
1058 			//
1059 			this.mnuPrescale10xFilter.Name = "mnuPrescale10xFilter";
1060 			this.mnuPrescale10xFilter.Size = new System.Drawing.Size(206, 22);
1061 			this.mnuPrescale10xFilter.Text = "Prescale 10x";
1062 			this.mnuPrescale10xFilter.Click += new System.EventHandler(this.mnuPrescale10xFilter_Click);
1063 			//
1064 			// toolStripMenuItem19
1065 			//
1066 			this.toolStripMenuItem19.Name = "toolStripMenuItem19";
1067 			this.toolStripMenuItem19.Size = new System.Drawing.Size(203, 6);
1068 			//
1069 			// mnuBilinearInterpolation
1070 			//
1071 			this.mnuBilinearInterpolation.CheckOnClick = true;
1072 			this.mnuBilinearInterpolation.Name = "mnuBilinearInterpolation";
1073 			this.mnuBilinearInterpolation.Size = new System.Drawing.Size(206, 22);
1074 			this.mnuBilinearInterpolation.Text = "Use Bilinear Interpolation";
1075 			this.mnuBilinearInterpolation.Click += new System.EventHandler(this.mnuBilinearInterpolation_Click);
1076 			//
1077 			// mnuRegion
1078 			//
1079 			this.mnuRegion.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1080             this.mnuRegionAuto,
1081             this.mnuRegionNtsc,
1082             this.mnuRegionPal,
1083             this.mnuRegionDendy});
1084 			this.mnuRegion.Image = global::Mesen.GUI.Properties.Resources.Globe;
1085 			this.mnuRegion.Name = "mnuRegion";
1086 			this.mnuRegion.Size = new System.Drawing.Size(135, 22);
1087 			this.mnuRegion.Text = "Region";
1088 			//
1089 			// mnuRegionAuto
1090 			//
1091 			this.mnuRegionAuto.Name = "mnuRegionAuto";
1092 			this.mnuRegionAuto.Size = new System.Drawing.Size(108, 22);
1093 			this.mnuRegionAuto.Text = "Auto";
1094 			this.mnuRegionAuto.Click += new System.EventHandler(this.mnuRegion_Click);
1095 			//
1096 			// mnuRegionNtsc
1097 			//
1098 			this.mnuRegionNtsc.Name = "mnuRegionNtsc";
1099 			this.mnuRegionNtsc.Size = new System.Drawing.Size(108, 22);
1100 			this.mnuRegionNtsc.Text = "NTSC";
1101 			this.mnuRegionNtsc.Click += new System.EventHandler(this.mnuRegion_Click);
1102 			//
1103 			// mnuRegionPal
1104 			//
1105 			this.mnuRegionPal.Name = "mnuRegionPal";
1106 			this.mnuRegionPal.Size = new System.Drawing.Size(108, 22);
1107 			this.mnuRegionPal.Text = "PAL";
1108 			this.mnuRegionPal.Click += new System.EventHandler(this.mnuRegion_Click);
1109 			//
1110 			// mnuRegionDendy
1111 			//
1112 			this.mnuRegionDendy.Name = "mnuRegionDendy";
1113 			this.mnuRegionDendy.Size = new System.Drawing.Size(108, 22);
1114 			this.mnuRegionDendy.Text = "Dendy";
1115 			this.mnuRegionDendy.Click += new System.EventHandler(this.mnuRegion_Click);
1116 			//
1117 			// toolStripMenuItem10
1118 			//
1119 			this.toolStripMenuItem10.Name = "toolStripMenuItem10";
1120 			this.toolStripMenuItem10.Size = new System.Drawing.Size(132, 6);
1121 			//
1122 			// mnuAudioConfig
1123 			//
1124 			this.mnuAudioConfig.Image = global::Mesen.GUI.Properties.Resources.Audio;
1125 			this.mnuAudioConfig.Name = "mnuAudioConfig";
1126 			this.mnuAudioConfig.Size = new System.Drawing.Size(135, 22);
1127 			this.mnuAudioConfig.Text = "Audio";
1128 			this.mnuAudioConfig.Click += new System.EventHandler(this.mnuAudioConfig_Click);
1129 			//
1130 			// mnuInput
1131 			//
1132 			this.mnuInput.Image = global::Mesen.GUI.Properties.Resources.Controller;
1133 			this.mnuInput.Name = "mnuInput";
1134 			this.mnuInput.Size = new System.Drawing.Size(135, 22);
1135 			this.mnuInput.Text = "Input";
1136 			this.mnuInput.Click += new System.EventHandler(this.mnuInput_Click);
1137 			//
1138 			// mnuVideoConfig
1139 			//
1140 			this.mnuVideoConfig.Image = global::Mesen.GUI.Properties.Resources.Video;
1141 			this.mnuVideoConfig.Name = "mnuVideoConfig";
1142 			this.mnuVideoConfig.Size = new System.Drawing.Size(135, 22);
1143 			this.mnuVideoConfig.Text = "Video";
1144 			this.mnuVideoConfig.Click += new System.EventHandler(this.mnuVideoConfig_Click);
1145 			//
1146 			// mnuEmulationConfig
1147 			//
1148 			this.mnuEmulationConfig.Image = global::Mesen.GUI.Properties.Resources.DipSwitches;
1149 			this.mnuEmulationConfig.Name = "mnuEmulationConfig";
1150 			this.mnuEmulationConfig.Size = new System.Drawing.Size(135, 22);
1151 			this.mnuEmulationConfig.Text = "Emulation";
1152 			this.mnuEmulationConfig.Click += new System.EventHandler(this.mnuEmulationConfig_Click);
1153 			//
1154 			// toolStripMenuItem11
1155 			//
1156 			this.toolStripMenuItem11.Name = "toolStripMenuItem11";
1157 			this.toolStripMenuItem11.Size = new System.Drawing.Size(132, 6);
1158 			//
1159 			// mnuPreferences
1160 			//
1161 			this.mnuPreferences.Image = global::Mesen.GUI.Properties.Resources.Cog;
1162 			this.mnuPreferences.Name = "mnuPreferences";
1163 			this.mnuPreferences.Size = new System.Drawing.Size(135, 22);
1164 			this.mnuPreferences.Text = "Preferences";
1165 			this.mnuPreferences.Click += new System.EventHandler(this.mnuPreferences_Click);
1166 			//
1167 			// mnuTools
1168 			//
1169 			this.mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1170             this.mnuNetPlay,
1171             this.mnuMovies,
1172             this.mnuHistoryViewer,
1173             this.mnuCheats,
1174             this.toolStripMenuItem22,
1175             this.mnuSoundRecorder,
1176             this.mnuVideoRecorder,
1177             this.toolStripMenuItem12,
1178             this.mnuTests,
1179             this.mnuDebugger,
1180             this.mnuLogWindow,
1181             this.toolStripMenuItem27,
1182             this.mnuInstallHdPack,
1183             this.mnuHdPackEditor,
1184             this.toolStripMenuItem1,
1185             this.mnuRandomGame,
1186             this.mnuTakeScreenshot});
1187 			this.mnuTools.Name = "mnuTools";
1188 			this.mnuTools.Size = new System.Drawing.Size(47, 20);
1189 			this.mnuTools.Text = "Tools";
1190 			this.mnuTools.DropDownClosed += new System.EventHandler(this.mnu_DropDownClosed);
1191 			this.mnuTools.DropDownOpened += new System.EventHandler(this.mnu_DropDownOpened);
1192 			//
1193 			// mnuNetPlay
1194 			//
1195 			this.mnuNetPlay.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1196             this.mnuStartServer,
1197             this.mnuConnect,
1198             this.mnuNetPlaySelectController,
1199             this.toolStripMenuItem2,
1200             this.mnuFindServer,
1201             this.mnuProfile});
1202 			this.mnuNetPlay.Image = global::Mesen.GUI.Properties.Resources.NetPlay;
1203 			this.mnuNetPlay.Name = "mnuNetPlay";
1204 			this.mnuNetPlay.Size = new System.Drawing.Size(182, 22);
1205 			this.mnuNetPlay.Text = "Net Play";
1206 			//
1207 			// mnuStartServer
1208 			//
1209 			this.mnuStartServer.Name = "mnuStartServer";
1210 			this.mnuStartServer.Size = new System.Drawing.Size(177, 22);
1211 			this.mnuStartServer.Text = "Start Server";
1212 			this.mnuStartServer.Click += new System.EventHandler(this.mnuStartServer_Click);
1213 			//
1214 			// mnuConnect
1215 			//
1216 			this.mnuConnect.Name = "mnuConnect";
1217 			this.mnuConnect.Size = new System.Drawing.Size(177, 22);
1218 			this.mnuConnect.Text = "Connect to Server";
1219 			this.mnuConnect.Click += new System.EventHandler(this.mnuConnect_Click);
1220 			//
1221 			// mnuNetPlaySelectController
1222 			//
1223 			this.mnuNetPlaySelectController.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1224             this.mnuNetPlayPlayer1,
1225             this.mnuNetPlayPlayer2,
1226             this.mnuNetPlayPlayer3,
1227             this.mnuNetPlayPlayer4,
1228             this.mnuNetPlayPlayer5,
1229             this.toolStripMenuItem3,
1230             this.mnuNetPlaySpectator});
1231 			this.mnuNetPlaySelectController.Name = "mnuNetPlaySelectController";
1232 			this.mnuNetPlaySelectController.Size = new System.Drawing.Size(177, 22);
1233 			this.mnuNetPlaySelectController.Text = "Select Controller";
1234 			//
1235 			// mnuNetPlayPlayer1
1236 			//
1237 			this.mnuNetPlayPlayer1.Name = "mnuNetPlayPlayer1";
1238 			this.mnuNetPlayPlayer1.Size = new System.Drawing.Size(165, 22);
1239 			this.mnuNetPlayPlayer1.Text = "Player 1";
1240 			this.mnuNetPlayPlayer1.Click += new System.EventHandler(this.mnuNetPlayPlayer1_Click);
1241 			//
1242 			// mnuNetPlayPlayer2
1243 			//
1244 			this.mnuNetPlayPlayer2.Name = "mnuNetPlayPlayer2";
1245 			this.mnuNetPlayPlayer2.Size = new System.Drawing.Size(165, 22);
1246 			this.mnuNetPlayPlayer2.Text = "Player 2";
1247 			this.mnuNetPlayPlayer2.Click += new System.EventHandler(this.mnuNetPlayPlayer2_Click);
1248 			//
1249 			// mnuNetPlayPlayer3
1250 			//
1251 			this.mnuNetPlayPlayer3.Name = "mnuNetPlayPlayer3";
1252 			this.mnuNetPlayPlayer3.Size = new System.Drawing.Size(165, 22);
1253 			this.mnuNetPlayPlayer3.Text = "Player 3";
1254 			this.mnuNetPlayPlayer3.Click += new System.EventHandler(this.mnuNetPlayPlayer3_Click);
1255 			//
1256 			// mnuNetPlayPlayer4
1257 			//
1258 			this.mnuNetPlayPlayer4.Name = "mnuNetPlayPlayer4";
1259 			this.mnuNetPlayPlayer4.Size = new System.Drawing.Size(165, 22);
1260 			this.mnuNetPlayPlayer4.Text = "Player 4";
1261 			this.mnuNetPlayPlayer4.Click += new System.EventHandler(this.mnuNetPlayPlayer4_Click);
1262 			//
1263 			// mnuNetPlayPlayer5
1264 			//
1265 			this.mnuNetPlayPlayer5.Name = "mnuNetPlayPlayer5";
1266 			this.mnuNetPlayPlayer5.Size = new System.Drawing.Size(165, 22);
1267 			this.mnuNetPlayPlayer5.Text = "Expansion Device";
1268 			this.mnuNetPlayPlayer5.Click += new System.EventHandler(this.mnuNetPlayPlayer5_Click);
1269 			//
1270 			// toolStripMenuItem3
1271 			//
1272 			this.toolStripMenuItem3.Name = "toolStripMenuItem3";
1273 			this.toolStripMenuItem3.Size = new System.Drawing.Size(162, 6);
1274 			//
1275 			// mnuNetPlaySpectator
1276 			//
1277 			this.mnuNetPlaySpectator.Name = "mnuNetPlaySpectator";
1278 			this.mnuNetPlaySpectator.Size = new System.Drawing.Size(165, 22);
1279 			this.mnuNetPlaySpectator.Text = "Spectator";
1280 			this.mnuNetPlaySpectator.Click += new System.EventHandler(this.mnuNetPlaySpectator_Click);
1281 			//
1282 			// toolStripMenuItem2
1283 			//
1284 			this.toolStripMenuItem2.Name = "toolStripMenuItem2";
1285 			this.toolStripMenuItem2.Size = new System.Drawing.Size(174, 6);
1286 			//
1287 			// mnuFindServer
1288 			//
1289 			this.mnuFindServer.Enabled = false;
1290 			this.mnuFindServer.Name = "mnuFindServer";
1291 			this.mnuFindServer.Size = new System.Drawing.Size(177, 22);
1292 			this.mnuFindServer.Text = "Find Public Server...";
1293 			this.mnuFindServer.Visible = false;
1294 			//
1295 			// mnuProfile
1296 			//
1297 			this.mnuProfile.Name = "mnuProfile";
1298 			this.mnuProfile.Size = new System.Drawing.Size(177, 22);
1299 			this.mnuProfile.Text = "Configure Profile";
1300 			this.mnuProfile.Click += new System.EventHandler(this.mnuProfile_Click);
1301 			//
1302 			// mnuMovies
1303 			//
1304 			this.mnuMovies.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1305             this.mnuPlayMovie,
1306             this.mnuRecordMovie,
1307             this.mnuStopMovie});
1308 			this.mnuMovies.Image = global::Mesen.GUI.Properties.Resources.Movie;
1309 			this.mnuMovies.Name = "mnuMovies";
1310 			this.mnuMovies.Size = new System.Drawing.Size(182, 22);
1311 			this.mnuMovies.Text = "Movies";
1312 			//
1313 			// mnuPlayMovie
1314 			//
1315 			this.mnuPlayMovie.Image = global::Mesen.GUI.Properties.Resources.Play;
1316 			this.mnuPlayMovie.Name = "mnuPlayMovie";
1317 			this.mnuPlayMovie.Size = new System.Drawing.Size(120, 22);
1318 			this.mnuPlayMovie.Text = "Play...";
1319 			this.mnuPlayMovie.Click += new System.EventHandler(this.mnuPlayMovie_Click);
1320 			//
1321 			// mnuRecordMovie
1322 			//
1323 			this.mnuRecordMovie.Image = global::Mesen.GUI.Properties.Resources.Record;
1324 			this.mnuRecordMovie.Name = "mnuRecordMovie";
1325 			this.mnuRecordMovie.Size = new System.Drawing.Size(120, 22);
1326 			this.mnuRecordMovie.Text = "Record...";
1327 			this.mnuRecordMovie.Click += new System.EventHandler(this.mnuRecordMovie_Click);
1328 			//
1329 			// mnuStopMovie
1330 			//
1331 			this.mnuStopMovie.Image = global::Mesen.GUI.Properties.Resources.Stop;
1332 			this.mnuStopMovie.Name = "mnuStopMovie";
1333 			this.mnuStopMovie.Size = new System.Drawing.Size(120, 22);
1334 			this.mnuStopMovie.Text = "Stop";
1335 			this.mnuStopMovie.Click += new System.EventHandler(this.mnuStopMovie_Click);
1336 			//
1337 			// mnuHistoryViewer
1338 			//
1339 			this.mnuHistoryViewer.Image = global::Mesen.GUI.Properties.Resources.HistoryViewer;
1340 			this.mnuHistoryViewer.Name = "mnuHistoryViewer";
1341 			this.mnuHistoryViewer.Size = new System.Drawing.Size(182, 22);
1342 			this.mnuHistoryViewer.Text = "History Viewer";
1343 			this.mnuHistoryViewer.Click += new System.EventHandler(this.mnuHistoryViewer_Click);
1344 			//
1345 			// mnuCheats
1346 			//
1347 			this.mnuCheats.Image = global::Mesen.GUI.Properties.Resources.CheatCode;
1348 			this.mnuCheats.Name = "mnuCheats";
1349 			this.mnuCheats.Size = new System.Drawing.Size(182, 22);
1350 			this.mnuCheats.Text = "Cheats";
1351 			this.mnuCheats.Click += new System.EventHandler(this.mnuCheats_Click);
1352 			//
1353 			// toolStripMenuItem22
1354 			//
1355 			this.toolStripMenuItem22.Name = "toolStripMenuItem22";
1356 			this.toolStripMenuItem22.Size = new System.Drawing.Size(179, 6);
1357 			//
1358 			// mnuSoundRecorder
1359 			//
1360 			this.mnuSoundRecorder.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1361             this.mnuWaveRecord,
1362             this.mnuWaveStop});
1363 			this.mnuSoundRecorder.Image = global::Mesen.GUI.Properties.Resources.Microphone;
1364 			this.mnuSoundRecorder.Name = "mnuSoundRecorder";
1365 			this.mnuSoundRecorder.Size = new System.Drawing.Size(182, 22);
1366 			this.mnuSoundRecorder.Text = "Sound Recorder";
1367 			//
1368 			// mnuWaveRecord
1369 			//
1370 			this.mnuWaveRecord.Image = global::Mesen.GUI.Properties.Resources.Record;
1371 			this.mnuWaveRecord.Name = "mnuWaveRecord";
1372 			this.mnuWaveRecord.Size = new System.Drawing.Size(155, 22);
1373 			this.mnuWaveRecord.Text = "Record...";
1374 			this.mnuWaveRecord.Click += new System.EventHandler(this.mnuWaveRecord_Click);
1375 			//
1376 			// mnuWaveStop
1377 			//
1378 			this.mnuWaveStop.Image = global::Mesen.GUI.Properties.Resources.Stop;
1379 			this.mnuWaveStop.Name = "mnuWaveStop";
1380 			this.mnuWaveStop.Size = new System.Drawing.Size(155, 22);
1381 			this.mnuWaveStop.Text = "Stop Recording";
1382 			this.mnuWaveStop.Click += new System.EventHandler(this.mnuWaveStop_Click);
1383 			//
1384 			// mnuVideoRecorder
1385 			//
1386 			this.mnuVideoRecorder.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1387             this.mnuAviRecord,
1388             this.mnuAviStop});
1389 			this.mnuVideoRecorder.Image = global::Mesen.GUI.Properties.Resources.VideoRecorder;
1390 			this.mnuVideoRecorder.Name = "mnuVideoRecorder";
1391 			this.mnuVideoRecorder.Size = new System.Drawing.Size(182, 22);
1392 			this.mnuVideoRecorder.Text = "Video Recorder";
1393 			//
1394 			// mnuAviRecord
1395 			//
1396 			this.mnuAviRecord.Image = global::Mesen.GUI.Properties.Resources.Record;
1397 			this.mnuAviRecord.Name = "mnuAviRecord";
1398 			this.mnuAviRecord.Size = new System.Drawing.Size(155, 22);
1399 			this.mnuAviRecord.Text = "Record...";
1400 			this.mnuAviRecord.Click += new System.EventHandler(this.mnuAviRecord_Click);
1401 			//
1402 			// mnuAviStop
1403 			//
1404 			this.mnuAviStop.Image = global::Mesen.GUI.Properties.Resources.Stop;
1405 			this.mnuAviStop.Name = "mnuAviStop";
1406 			this.mnuAviStop.Size = new System.Drawing.Size(155, 22);
1407 			this.mnuAviStop.Text = "Stop Recording";
1408 			this.mnuAviStop.Click += new System.EventHandler(this.mnuAviStop_Click);
1409 			//
1410 			// toolStripMenuItem12
1411 			//
1412 			this.toolStripMenuItem12.Name = "toolStripMenuItem12";
1413 			this.toolStripMenuItem12.Size = new System.Drawing.Size(179, 6);
1414 			//
1415 			// mnuTests
1416 			//
1417 			this.mnuTests.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1418             this.mnuTestRun,
1419             this.mnuTestRecordFrom,
1420             this.mnuTestStopRecording,
1421             this.mnuRunAllTests,
1422             this.mnuRunAllGameTests,
1423             this.mnuRunAutomaticTest});
1424 			this.mnuTests.Name = "mnuTests";
1425 			this.mnuTests.Size = new System.Drawing.Size(182, 22);
1426 			this.mnuTests.Text = "Tests";
1427 			//
1428 			// mnuTestRun
1429 			//
1430 			this.mnuTestRun.Name = "mnuTestRun";
1431 			this.mnuTestRun.Size = new System.Drawing.Size(174, 22);
1432 			this.mnuTestRun.Text = "Run...";
1433 			this.mnuTestRun.Click += new System.EventHandler(this.mnuTestRun_Click);
1434 			//
1435 			// mnuTestRecordFrom
1436 			//
1437 			this.mnuTestRecordFrom.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1438             this.mnuTestRecordStart,
1439             this.mnuTestRecordNow,
1440             this.mnuTestRecordMovie,
1441             this.mnuTestRecordTest});
1442 			this.mnuTestRecordFrom.Name = "mnuTestRecordFrom";
1443 			this.mnuTestRecordFrom.Size = new System.Drawing.Size(174, 22);
1444 			this.mnuTestRecordFrom.Text = "Record from...";
1445 			//
1446 			// mnuTestRecordStart
1447 			//
1448 			this.mnuTestRecordStart.Name = "mnuTestRecordStart";
1449 			this.mnuTestRecordStart.Size = new System.Drawing.Size(107, 22);
1450 			this.mnuTestRecordStart.Text = "Start";
1451 			this.mnuTestRecordStart.Click += new System.EventHandler(this.mnuTestRecordStart_Click);
1452 			//
1453 			// mnuTestRecordNow
1454 			//
1455 			this.mnuTestRecordNow.Name = "mnuTestRecordNow";
1456 			this.mnuTestRecordNow.Size = new System.Drawing.Size(107, 22);
1457 			this.mnuTestRecordNow.Text = "Now";
1458 			this.mnuTestRecordNow.Click += new System.EventHandler(this.mnuTestRecordNow_Click);
1459 			//
1460 			// mnuTestRecordMovie
1461 			//
1462 			this.mnuTestRecordMovie.Name = "mnuTestRecordMovie";
1463 			this.mnuTestRecordMovie.Size = new System.Drawing.Size(107, 22);
1464 			this.mnuTestRecordMovie.Text = "Movie";
1465 			this.mnuTestRecordMovie.Click += new System.EventHandler(this.mnuTestRecordMovie_Click);
1466 			//
1467 			// mnuTestRecordTest
1468 			//
1469 			this.mnuTestRecordTest.Name = "mnuTestRecordTest";
1470 			this.mnuTestRecordTest.Size = new System.Drawing.Size(107, 22);
1471 			this.mnuTestRecordTest.Text = "Test";
1472 			this.mnuTestRecordTest.Click += new System.EventHandler(this.mnuTestRecordTest_Click);
1473 			//
1474 			// mnuTestStopRecording
1475 			//
1476 			this.mnuTestStopRecording.Name = "mnuTestStopRecording";
1477 			this.mnuTestStopRecording.Size = new System.Drawing.Size(174, 22);
1478 			this.mnuTestStopRecording.Text = "Stop recording";
1479 			this.mnuTestStopRecording.Click += new System.EventHandler(this.mnuTestStopRecording_Click);
1480 			//
1481 			// mnuRunAllTests
1482 			//
1483 			this.mnuRunAllTests.Name = "mnuRunAllTests";
1484 			this.mnuRunAllTests.Size = new System.Drawing.Size(174, 22);
1485 			this.mnuRunAllTests.Text = "Run all tests";
1486 			this.mnuRunAllTests.Click += new System.EventHandler(this.mnuRunAllTests_Click);
1487 			//
1488 			// mnuRunAllGameTests
1489 			//
1490 			this.mnuRunAllGameTests.Name = "mnuRunAllGameTests";
1491 			this.mnuRunAllGameTests.Size = new System.Drawing.Size(174, 22);
1492 			this.mnuRunAllGameTests.Text = "Run all game tests";
1493 			this.mnuRunAllGameTests.Click += new System.EventHandler(this.mnuRunAllGameTests_Click);
1494 			//
1495 			// mnuRunAutomaticTest
1496 			//
1497 			this.mnuRunAutomaticTest.Name = "mnuRunAutomaticTest";
1498 			this.mnuRunAutomaticTest.Size = new System.Drawing.Size(174, 22);
1499 			this.mnuRunAutomaticTest.Text = "Run automatic test";
1500 			this.mnuRunAutomaticTest.Click += new System.EventHandler(this.mnuRunAutomaticTest_Click);
1501 			//
1502 			// mnuDebugger
1503 			//
1504 			this.mnuDebugger.Image = global::Mesen.GUI.Properties.Resources.Bug;
1505 			this.mnuDebugger.Name = "mnuDebugger";
1506 			this.mnuDebugger.Size = new System.Drawing.Size(182, 22);
1507 			this.mnuDebugger.Text = "Debugger";
1508 			this.mnuDebugger.Click += new System.EventHandler(this.mnuDebugger_Click);
1509 			//
1510 			// mnuLogWindow
1511 			//
1512 			this.mnuLogWindow.Image = global::Mesen.GUI.Properties.Resources.LogWindow;
1513 			this.mnuLogWindow.Name = "mnuLogWindow";
1514 			this.mnuLogWindow.Size = new System.Drawing.Size(182, 22);
1515 			this.mnuLogWindow.Text = "Log Window";
1516 			this.mnuLogWindow.Click += new System.EventHandler(this.mnuLogWindow_Click);
1517 			//
1518 			// toolStripMenuItem27
1519 			//
1520 			this.toolStripMenuItem27.Name = "toolStripMenuItem27";
1521 			this.toolStripMenuItem27.Size = new System.Drawing.Size(179, 6);
1522 			//
1523 			// mnuInstallHdPack
1524 			//
1525 			this.mnuInstallHdPack.Image = global::Mesen.GUI.Properties.Resources.Import;
1526 			this.mnuInstallHdPack.Name = "mnuInstallHdPack";
1527 			this.mnuInstallHdPack.Size = new System.Drawing.Size(182, 22);
1528 			this.mnuInstallHdPack.Text = "Install HD Pack";
1529 			this.mnuInstallHdPack.Click += new System.EventHandler(this.mnuInstallHdPack_Click);
1530 			//
1531 			// mnuHdPackEditor
1532 			//
1533 			this.mnuHdPackEditor.Image = global::Mesen.GUI.Properties.Resources.HdPack;
1534 			this.mnuHdPackEditor.Name = "mnuHdPackEditor";
1535 			this.mnuHdPackEditor.Size = new System.Drawing.Size(182, 22);
1536 			this.mnuHdPackEditor.Text = "HD Pack Builder";
1537 			this.mnuHdPackEditor.Click += new System.EventHandler(this.mnuHdPackEditor_Click);
1538 			//
1539 			// toolStripMenuItem1
1540 			//
1541 			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
1542 			this.toolStripMenuItem1.Size = new System.Drawing.Size(179, 6);
1543 			//
1544 			// mnuRandomGame
1545 			//
1546 			this.mnuRandomGame.Image = global::Mesen.GUI.Properties.Resources.Dice;
1547 			this.mnuRandomGame.Name = "mnuRandomGame";
1548 			this.mnuRandomGame.Size = new System.Drawing.Size(182, 22);
1549 			this.mnuRandomGame.Text = "Load Random Game";
1550 			//
1551 			// mnuTakeScreenshot
1552 			//
1553 			this.mnuTakeScreenshot.Image = global::Mesen.GUI.Properties.Resources.Camera;
1554 			this.mnuTakeScreenshot.Name = "mnuTakeScreenshot";
1555 			this.mnuTakeScreenshot.Size = new System.Drawing.Size(182, 22);
1556 			this.mnuTakeScreenshot.Text = "Take Screenshot";
1557 			//
1558 			// mnuDebug
1559 			//
1560 			this.mnuDebug.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1561             this.mnuApuViewer,
1562             this.mnuAssembler,
1563             this.mnuDebugDebugger,
1564             this.mnuEventViewer,
1565             this.mnuMemoryViewer,
1566             this.mnuProfiler,
1567             this.mnuPpuViewer,
1568             this.mnuScriptWindow,
1569             this.mnuTextHooker,
1570             this.mnuTraceLogger,
1571             this.mnuWatchWindow,
1572             this.sepDebugDualSystemSecondaryCpu,
1573             this.mnuDebugDualSystemSecondaryCpu,
1574             this.toolStripMenuItem25,
1575             this.mnuPpuViewerCompact,
1576             this.toolStripMenuItem28,
1577             this.mnuEditHeader});
1578 			this.mnuDebug.Name = "mnuDebug";
1579 			this.mnuDebug.Size = new System.Drawing.Size(54, 20);
1580 			this.mnuDebug.Text = "Debug";
1581 			this.mnuDebug.DropDownClosed += new System.EventHandler(this.mnu_DropDownClosed);
1582 			this.mnuDebug.DropDownOpening += new System.EventHandler(this.mnuDebug_DropDownOpening);
1583 			this.mnuDebug.DropDownOpened += new System.EventHandler(this.mnu_DropDownOpened);
1584 			//
1585 			// mnuApuViewer
1586 			//
1587 			this.mnuApuViewer.Image = global::Mesen.GUI.Properties.Resources.Audio;
1588 			this.mnuApuViewer.Name = "mnuApuViewer";
1589 			this.mnuApuViewer.Size = new System.Drawing.Size(258, 22);
1590 			this.mnuApuViewer.Text = "APU Viewer";
1591 			this.mnuApuViewer.Click += new System.EventHandler(this.mnuApuViewer_Click);
1592 			//
1593 			// mnuAssembler
1594 			//
1595 			this.mnuAssembler.Image = global::Mesen.GUI.Properties.Resources.Chip;
1596 			this.mnuAssembler.Name = "mnuAssembler";
1597 			this.mnuAssembler.Size = new System.Drawing.Size(258, 22);
1598 			this.mnuAssembler.Text = "Assembler";
1599 			this.mnuAssembler.Click += new System.EventHandler(this.mnuAssembler_Click);
1600 			//
1601 			// mnuDebugDebugger
1602 			//
1603 			this.mnuDebugDebugger.Image = global::Mesen.GUI.Properties.Resources.Bug;
1604 			this.mnuDebugDebugger.Name = "mnuDebugDebugger";
1605 			this.mnuDebugDebugger.Size = new System.Drawing.Size(258, 22);
1606 			this.mnuDebugDebugger.Text = "Debugger";
1607 			this.mnuDebugDebugger.Click += new System.EventHandler(this.mnuDebugDebugger_Click);
1608 			//
1609 			// mnuEventViewer
1610 			//
1611 			this.mnuEventViewer.Image = global::Mesen.GUI.Properties.Resources.NesEventViewer;
1612 			this.mnuEventViewer.Name = "mnuEventViewer";
1613 			this.mnuEventViewer.Size = new System.Drawing.Size(258, 22);
1614 			this.mnuEventViewer.Text = "Event Viewer";
1615 			this.mnuEventViewer.Click += new System.EventHandler(this.mnuEventViewer_Click);
1616 			//
1617 			// mnuMemoryViewer
1618 			//
1619 			this.mnuMemoryViewer.Image = global::Mesen.GUI.Properties.Resources.CheatCode;
1620 			this.mnuMemoryViewer.Name = "mnuMemoryViewer";
1621 			this.mnuMemoryViewer.Size = new System.Drawing.Size(258, 22);
1622 			this.mnuMemoryViewer.Text = "Memory Tools";
1623 			this.mnuMemoryViewer.Click += new System.EventHandler(this.mnuMemoryViewer_Click);
1624 			//
1625 			// mnuProfiler
1626 			//
1627 			this.mnuProfiler.Image = global::Mesen.GUI.Properties.Resources.Speed;
1628 			this.mnuProfiler.Name = "mnuProfiler";
1629 			this.mnuProfiler.Size = new System.Drawing.Size(258, 22);
1630 			this.mnuProfiler.Text = "Performance Profiler";
1631 			this.mnuProfiler.Click += new System.EventHandler(this.mnuProfiler_Click);
1632 			//
1633 			// mnuPpuViewer
1634 			//
1635 			this.mnuPpuViewer.Image = global::Mesen.GUI.Properties.Resources.Video;
1636 			this.mnuPpuViewer.Name = "mnuPpuViewer";
1637 			this.mnuPpuViewer.Size = new System.Drawing.Size(258, 22);
1638 			this.mnuPpuViewer.Text = "PPU Viewer";
1639 			this.mnuPpuViewer.Click += new System.EventHandler(this.mnuPpuViewer_Click);
1640 			//
1641 			// mnuScriptWindow
1642 			//
1643 			this.mnuScriptWindow.Image = global::Mesen.GUI.Properties.Resources.Script;
1644 			this.mnuScriptWindow.Name = "mnuScriptWindow";
1645 			this.mnuScriptWindow.Size = new System.Drawing.Size(258, 22);
1646 			this.mnuScriptWindow.Text = "Script Window";
1647 			this.mnuScriptWindow.Click += new System.EventHandler(this.mnuScriptWindow_Click);
1648 			//
1649 			// mnuTextHooker
1650 			//
1651 			this.mnuTextHooker.Image = global::Mesen.GUI.Properties.Resources.Font;
1652 			this.mnuTextHooker.Name = "mnuTextHooker";
1653 			this.mnuTextHooker.Size = new System.Drawing.Size(258, 22);
1654 			this.mnuTextHooker.Text = "Text Hooker";
1655 			this.mnuTextHooker.Click += new System.EventHandler(this.mnuTextHooker_Click);
1656 			//
1657 			// mnuTraceLogger
1658 			//
1659 			this.mnuTraceLogger.Image = global::Mesen.GUI.Properties.Resources.LogWindow;
1660 			this.mnuTraceLogger.Name = "mnuTraceLogger";
1661 			this.mnuTraceLogger.Size = new System.Drawing.Size(258, 22);
1662 			this.mnuTraceLogger.Text = "Trace Logger";
1663 			this.mnuTraceLogger.Click += new System.EventHandler(this.mnuTraceLogger_Click);
1664 			//
1665 			// sepDebugDualSystemSecondaryCpu
1666 			//
1667 			this.sepDebugDualSystemSecondaryCpu.Name = "sepDebugDualSystemSecondaryCpu";
1668 			this.sepDebugDualSystemSecondaryCpu.Size = new System.Drawing.Size(255, 6);
1669 			//
1670 			// mnuDebugDualSystemSecondaryCpu
1671 			//
1672 			this.mnuDebugDualSystemSecondaryCpu.Name = "mnuDebugDualSystemSecondaryCpu";
1673 			this.mnuDebugDualSystemSecondaryCpu.Size = new System.Drawing.Size(258, 22);
1674 			this.mnuDebugDualSystemSecondaryCpu.Text = "Debug DualSystem Secondary CPU";
1675 			this.mnuDebugDualSystemSecondaryCpu.Click += new System.EventHandler(this.mnuDebugDualSystemSecondaryCpu_Click);
1676 			//
1677 			// toolStripMenuItem25
1678 			//
1679 			this.toolStripMenuItem25.Name = "toolStripMenuItem25";
1680 			this.toolStripMenuItem25.Size = new System.Drawing.Size(255, 6);
1681 			//
1682 			// mnuPpuViewerCompact
1683 			//
1684 			this.mnuPpuViewerCompact.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1685             this.mnuOpenNametableViewer,
1686             this.mnuOpenChrViewer,
1687             this.mnuOpenSpriteViewer,
1688             this.mnuOpenPaletteViewer});
1689 			this.mnuPpuViewerCompact.Image = global::Mesen.GUI.Properties.Resources.VideoFilter;
1690 			this.mnuPpuViewerCompact.Name = "mnuPpuViewerCompact";
1691 			this.mnuPpuViewerCompact.Size = new System.Drawing.Size(258, 22);
1692 			this.mnuPpuViewerCompact.Text = "PPU Viewer (Compact)";
1693 			//
1694 			// mnuOpenNametableViewer
1695 			//
1696 			this.mnuOpenNametableViewer.Name = "mnuOpenNametableViewer";
1697 			this.mnuOpenNametableViewer.Size = new System.Drawing.Size(170, 22);
1698 			this.mnuOpenNametableViewer.Text = "Nametable Viewer";
1699 			this.mnuOpenNametableViewer.Click += new System.EventHandler(this.mnuOpenNametableViewer_Click);
1700 			//
1701 			// mnuOpenChrViewer
1702 			//
1703 			this.mnuOpenChrViewer.Name = "mnuOpenChrViewer";
1704 			this.mnuOpenChrViewer.Size = new System.Drawing.Size(170, 22);
1705 			this.mnuOpenChrViewer.Text = "CHR Viewer";
1706 			this.mnuOpenChrViewer.Click += new System.EventHandler(this.mnuOpenChrViewer_Click);
1707 			//
1708 			// mnuOpenSpriteViewer
1709 			//
1710 			this.mnuOpenSpriteViewer.Name = "mnuOpenSpriteViewer";
1711 			this.mnuOpenSpriteViewer.Size = new System.Drawing.Size(170, 22);
1712 			this.mnuOpenSpriteViewer.Text = "Sprite Viewer";
1713 			this.mnuOpenSpriteViewer.Click += new System.EventHandler(this.mnuOpenSpriteViewer_Click);
1714 			//
1715 			// mnuOpenPaletteViewer
1716 			//
1717 			this.mnuOpenPaletteViewer.Name = "mnuOpenPaletteViewer";
1718 			this.mnuOpenPaletteViewer.Size = new System.Drawing.Size(170, 22);
1719 			this.mnuOpenPaletteViewer.Text = "Palette Viewer";
1720 			this.mnuOpenPaletteViewer.Click += new System.EventHandler(this.mnuOpenPaletteViewer_Click);
1721 			//
1722 			// toolStripMenuItem28
1723 			//
1724 			this.toolStripMenuItem28.Name = "toolStripMenuItem28";
1725 			this.toolStripMenuItem28.Size = new System.Drawing.Size(255, 6);
1726 			//
1727 			// mnuEditHeader
1728 			//
1729 			this.mnuEditHeader.Image = global::Mesen.GUI.Properties.Resources.Edit;
1730 			this.mnuEditHeader.Name = "mnuEditHeader";
1731 			this.mnuEditHeader.Size = new System.Drawing.Size(258, 22);
1732 			this.mnuEditHeader.Text = "Edit iNES Header";
1733 			this.mnuEditHeader.Click += new System.EventHandler(this.mnuEditHeader_Click);
1734 			//
1735 			// mnuHelp
1736 			//
1737 			this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1738             this.mnuOnlineHelp,
1739             this.mnuHelpWindow,
1740             this.toolStripMenuItem26,
1741             this.mnuCheckForUpdates,
1742             this.toolStripMenuItem20,
1743             this.mnuReportBug,
1744             this.toolStripMenuItem5,
1745             this.mnuAbout});
1746 			this.mnuHelp.Name = "mnuHelp";
1747 			this.mnuHelp.Size = new System.Drawing.Size(44, 20);
1748 			this.mnuHelp.Text = "Help";
1749 			this.mnuHelp.DropDownClosed += new System.EventHandler(this.mnu_DropDownClosed);
1750 			this.mnuHelp.DropDownOpened += new System.EventHandler(this.mnu_DropDownOpened);
1751 			//
1752 			// mnuOnlineHelp
1753 			//
1754 			this.mnuOnlineHelp.Image = global::Mesen.GUI.Properties.Resources.Help;
1755 			this.mnuOnlineHelp.Name = "mnuOnlineHelp";
1756 			this.mnuOnlineHelp.Size = new System.Drawing.Size(198, 22);
1757 			this.mnuOnlineHelp.Text = "Online Help";
1758 			this.mnuOnlineHelp.Click += new System.EventHandler(this.mnuOnlineHelp_Click);
1759 			//
1760 			// mnuHelpWindow
1761 			//
1762 			this.mnuHelpWindow.Image = global::Mesen.GUI.Properties.Resources.CommandLine;
1763 			this.mnuHelpWindow.Name = "mnuHelpWindow";
1764 			this.mnuHelpWindow.Size = new System.Drawing.Size(198, 22);
1765 			this.mnuHelpWindow.Text = "Command-line options";
1766 			this.mnuHelpWindow.Click += new System.EventHandler(this.mnuHelpWindow_Click);
1767 			//
1768 			// toolStripMenuItem26
1769 			//
1770 			this.toolStripMenuItem26.Name = "toolStripMenuItem26";
1771 			this.toolStripMenuItem26.Size = new System.Drawing.Size(195, 6);
1772 			//
1773 			// mnuCheckForUpdates
1774 			//
1775 			this.mnuCheckForUpdates.Image = global::Mesen.GUI.Properties.Resources.SoftwareUpdate;
1776 			this.mnuCheckForUpdates.Name = "mnuCheckForUpdates";
1777 			this.mnuCheckForUpdates.Size = new System.Drawing.Size(198, 22);
1778 			this.mnuCheckForUpdates.Text = "Check for updates";
1779 			this.mnuCheckForUpdates.Click += new System.EventHandler(this.mnuCheckForUpdates_Click);
1780 			//
1781 			// toolStripMenuItem20
1782 			//
1783 			this.toolStripMenuItem20.Name = "toolStripMenuItem20";
1784 			this.toolStripMenuItem20.Size = new System.Drawing.Size(195, 6);
1785 			//
1786 			// mnuReportBug
1787 			//
1788 			this.mnuReportBug.Image = global::Mesen.GUI.Properties.Resources.Comment;
1789 			this.mnuReportBug.Name = "mnuReportBug";
1790 			this.mnuReportBug.Size = new System.Drawing.Size(198, 22);
1791 			this.mnuReportBug.Text = "Report a bug";
1792 			this.mnuReportBug.Click += new System.EventHandler(this.mnuReportBug_Click);
1793 			//
1794 			// toolStripMenuItem5
1795 			//
1796 			this.toolStripMenuItem5.Name = "toolStripMenuItem5";
1797 			this.toolStripMenuItem5.Size = new System.Drawing.Size(195, 6);
1798 			//
1799 			// mnuAbout
1800 			//
1801 			this.mnuAbout.Image = global::Mesen.GUI.Properties.Resources.Exclamation;
1802 			this.mnuAbout.Name = "mnuAbout";
1803 			this.mnuAbout.Size = new System.Drawing.Size(198, 22);
1804 			this.mnuAbout.Text = "About";
1805 			this.mnuAbout.Click += new System.EventHandler(this.mnuAbout_Click);
1806 			//
1807 			// mnuWatchWindow
1808 			//
1809 			this.mnuWatchWindow.Image = global::Mesen.GUI.Properties.Resources.Find;
1810 			this.mnuWatchWindow.Name = "mnuWatchWindow";
1811 			this.mnuWatchWindow.Size = new System.Drawing.Size(258, 22);
1812 			this.mnuWatchWindow.Text = "Watch Window";
1813 			this.mnuWatchWindow.Click += new System.EventHandler(this.mnuWatchWindow_Click);
1814 			//
1815 			// frmMain
1816 			//
1817 			this.AllowDrop = true;
1818 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1819 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1820 			this.BackColor = System.Drawing.Color.Black;
1821 			this.ClientSize = new System.Drawing.Size(430, 333);
1822 			this.Controls.Add(this.panelRenderer);
1823 			this.Controls.Add(this.menuStrip);
1824 			this.MainMenuStrip = this.menuStrip;
1825 			this.MinimumSize = new System.Drawing.Size(340, 230);
1826 			this.Name = "frmMain";
1827 			this.Text = "Mesen";
1828 			this.DragDrop += new System.Windows.Forms.DragEventHandler(this.frmMain_DragDrop);
1829 			this.DragEnter += new System.Windows.Forms.DragEventHandler(this.frmMain_DragEnter);
1830 			this.Resize += new System.EventHandler(this.frmMain_Resize);
1831 			this.panelRenderer.ResumeLayout(false);
1832 			this.panelInfo.ResumeLayout(false);
1833 			this.tableLayoutPanel1.ResumeLayout(false);
1834 			this.tableLayoutPanel1.PerformLayout();
1835 			((System.ComponentModel.ISupportInitialize)(this.picIcon)).EndInit();
1836 			this.menuStrip.ResumeLayout(false);
1837 			this.menuStrip.PerformLayout();
1838 			this.ResumeLayout(false);
1839 			this.PerformLayout();
1840 
1841 		}
1842 
1843 		#endregion
1844 
1845 		private Mesen.GUI.Controls.ctrlMesenMenuStrip menuStrip;
1846 		private System.Windows.Forms.ToolStripMenuItem mnuFile;
1847 		private System.Windows.Forms.ToolStripMenuItem mnuOpen;
1848 		private System.Windows.Forms.ToolStripMenuItem mnuGame;
1849 		private Mesen.GUI.Controls.ctrlRenderer ctrlRenderer;
1850 		private System.Windows.Forms.ToolStripMenuItem mnuPause;
1851 		private System.Windows.Forms.ToolStripMenuItem mnuReset;
1852 		private System.Windows.Forms.ToolStripMenuItem mnuPowerCycle;
1853 		private System.Windows.Forms.ToolStripMenuItem mnuOptions;
1854 		private System.Windows.Forms.ToolStripMenuItem mnuEmulationSpeed;
1855 		private System.Windows.Forms.ToolStripMenuItem mnuInput;
1856 		private System.Windows.Forms.ToolStripMenuItem mnuVideoConfig;
1857 		private System.Windows.Forms.ToolStripMenuItem mnuAudioConfig;
1858 		private System.Windows.Forms.ToolStripMenuItem mnuTools;
1859 		private System.Windows.Forms.ToolStripMenuItem mnuNetPlay;
1860 		private System.Windows.Forms.ToolStripMenuItem mnuStartServer;
1861 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
1862 		private System.Windows.Forms.ToolStripMenuItem mnuConnect;
1863 		private System.Windows.Forms.ToolStripMenuItem mnuProfile;
1864 		private System.Windows.Forms.ToolStripMenuItem mnuMovies;
1865 		private System.Windows.Forms.ToolStripMenuItem mnuPlayMovie;
1866 		private System.Windows.Forms.ToolStripMenuItem mnuDebugger;
1867 		private System.Windows.Forms.ToolStripMenuItem mnuTakeScreenshot;
1868 		private System.Windows.Forms.ToolStripMenuItem mnuRecordMovie;
1869 		private System.Windows.Forms.ToolStripMenuItem mnuStopMovie;
1870 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
1871 		private System.Windows.Forms.ToolStripMenuItem mnuExit;
1872 		private System.Windows.Forms.ToolStripMenuItem mnuFindServer;
1873 		private System.Windows.Forms.ToolStripMenuItem mnuHelp;
1874 		private System.Windows.Forms.ToolStripMenuItem mnuCheckForUpdates;
1875 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
1876 		private System.Windows.Forms.ToolStripMenuItem mnuAbout;
1877 		private System.Windows.Forms.ToolStripMenuItem mnuRecentFiles;
1878 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6;
1879 		private System.Windows.Forms.ToolStripMenuItem mnuSaveState;
1880 		private System.Windows.Forms.ToolStripMenuItem mnuLoadState;
1881 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem7;
1882 		private System.Windows.Forms.ToolStripMenuItem mnuCheats;
1883 		private System.Windows.Forms.ToolStripMenuItem mnuRegion;
1884 		private System.Windows.Forms.ToolStripMenuItem mnuRegionAuto;
1885 		private System.Windows.Forms.ToolStripMenuItem mnuRegionNtsc;
1886 		private System.Windows.Forms.ToolStripMenuItem mnuRegionPal;
1887 		private System.Windows.Forms.ToolStripMenuItem mnuEmuSpeedTriple;
1888 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem8;
1889 		private System.Windows.Forms.ToolStripMenuItem mnuEmuSpeedNormal;
1890 		private System.Windows.Forms.ToolStripMenuItem mnuIncreaseSpeed;
1891 		private System.Windows.Forms.ToolStripMenuItem mnuDecreaseSpeed;
1892 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem9;
1893 		private System.Windows.Forms.ToolStripMenuItem mnuEmuSpeedDouble;
1894 		private System.Windows.Forms.ToolStripMenuItem mnuEmuSpeedHalf;
1895 		private System.Windows.Forms.ToolStripMenuItem mnuEmuSpeedQuarter;
1896 		private System.Windows.Forms.ToolStripMenuItem mnuEmuSpeedMaximumSpeed;
1897 		private System.Windows.Forms.Timer menuTimer;
1898 		private System.Windows.Forms.ToolStripMenuItem mnuTests;
1899 		private System.Windows.Forms.ToolStripMenuItem mnuTestRun;
1900 		private System.Windows.Forms.ToolStripMenuItem mnuTestRecordFrom;
1901 		private System.Windows.Forms.ToolStripMenuItem mnuTestRecordStart;
1902 		private System.Windows.Forms.ToolStripMenuItem mnuTestRecordNow;
1903 		private System.Windows.Forms.ToolStripMenuItem mnuTestStopRecording;
1904 		private System.Windows.Forms.ToolStripMenuItem mnuTestRecordMovie;
1905 		private System.Windows.Forms.ToolStripMenuItem mnuTestRecordTest;
1906 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem10;
1907 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem11;
1908 		private System.Windows.Forms.ToolStripMenuItem mnuPreferences;
1909 		private System.Windows.Forms.ToolStripMenuItem mnuRunAllTests;
1910 		private System.Windows.Forms.ToolStripMenuItem mnuVideoScale;
1911 		private System.Windows.Forms.ToolStripMenuItem mnuScale1x;
1912 		private System.Windows.Forms.ToolStripMenuItem mnuScale2x;
1913 		private System.Windows.Forms.ToolStripMenuItem mnuScale3x;
1914 		private System.Windows.Forms.ToolStripMenuItem mnuScale4x;
1915 		private System.Windows.Forms.ToolStripMenuItem mnuVideoFilter;
1916 		private System.Windows.Forms.ToolStripMenuItem mnuNoneFilter;
1917 		private System.Windows.Forms.ToolStripMenuItem mnuNtscFilter;
1918 		private System.Windows.Forms.ToolStripSeparator sepFdsDisk;
1919 		private System.Windows.Forms.ToolStripMenuItem mnuSelectDisk;
1920 		private System.Windows.Forms.ToolStripMenuItem mnuEjectDisk;
1921 		private System.Windows.Forms.ToolStripMenuItem mnuSwitchDiskSide;
1922 		private System.Windows.Forms.ToolStripMenuItem mnuRegionDendy;
1923 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem12;
1924 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
1925 		private System.Windows.Forms.ToolStripMenuItem mnuNetPlaySelectController;
1926 		private System.Windows.Forms.ToolStripMenuItem mnuNetPlayPlayer1;
1927 		private System.Windows.Forms.ToolStripMenuItem mnuNetPlayPlayer2;
1928 		private System.Windows.Forms.ToolStripMenuItem mnuNetPlayPlayer3;
1929 		private System.Windows.Forms.ToolStripMenuItem mnuNetPlayPlayer4;
1930 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
1931 		private System.Windows.Forms.ToolStripMenuItem mnuNetPlaySpectator;
1932 		private System.Windows.Forms.Panel panelRenderer;
1933 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem13;
1934 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem14;
1935 		private System.Windows.Forms.ToolStripMenuItem mnuShowFPS;
1936 		private System.Windows.Forms.ToolStripMenuItem mnuFullscreen;
1937 		private System.Windows.Forms.ToolStripSeparator sepVsSystem;
1938 		private System.Windows.Forms.ToolStripMenuItem mnuInsertCoin1;
1939 		private System.Windows.Forms.ToolStripMenuItem mnuGameConfig;
1940 		private System.Windows.Forms.ToolStripMenuItem mnuInsertCoin2;
1941 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem15;
1942 		private System.Windows.Forms.ToolStripMenuItem mnuXBRZ2xFilter;
1943 		private System.Windows.Forms.ToolStripMenuItem mnuXBRZ3xFilter;
1944 		private System.Windows.Forms.ToolStripMenuItem mnuXBRZ4xFilter;
1945 		private System.Windows.Forms.ToolStripMenuItem mnuXBRZ5xFilter;
1946 		private System.Windows.Forms.ToolStripMenuItem mnuXBRZ6xFilter;
1947 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem16;
1948 		private System.Windows.Forms.ToolStripMenuItem mnuHQ2xFilter;
1949 		private System.Windows.Forms.ToolStripMenuItem mnuHQ3xFilter;
1950 		private System.Windows.Forms.ToolStripMenuItem mnuHQ4xFilter;
1951 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem17;
1952 		private System.Windows.Forms.ToolStripMenuItem mnuScale2xFilter;
1953 		private System.Windows.Forms.ToolStripMenuItem mnuScale3xFilter;
1954 		private System.Windows.Forms.ToolStripMenuItem mnuScale4xFilter;
1955 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem18;
1956 		private System.Windows.Forms.ToolStripMenuItem mnu2xSaiFilter;
1957 		private System.Windows.Forms.ToolStripMenuItem mnuSuper2xSaiFilter;
1958 		private System.Windows.Forms.ToolStripMenuItem mnuSuperEagleFilter;
1959 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem19;
1960 		private System.Windows.Forms.ToolStripMenuItem mnuBilinearInterpolation;
1961 		private System.Windows.Forms.ToolStripMenuItem mnuSoundRecorder;
1962 		private System.Windows.Forms.ToolStripMenuItem mnuWaveRecord;
1963 		private System.Windows.Forms.ToolStripMenuItem mnuWaveStop;
1964 		private System.Windows.Forms.ToolStripMenuItem mnuScale5x;
1965 		private System.Windows.Forms.ToolStripMenuItem mnuScale6x;
1966 		private System.Windows.Forms.ToolStripMenuItem mnuLogWindow;
1967 		private System.Windows.Forms.ToolStripMenuItem mnuEmulationConfig;
1968 		private Controls.ctrlNsfPlayer ctrlNsfPlayer;
1969 		private Controls.ctrlLoadingRom ctrlLoading;
1970 		private System.Windows.Forms.ToolStripMenuItem mnuPrescale4xFilter;
1971 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem23;
1972 		private System.Windows.Forms.ToolStripMenuItem mnuPrescale2xFilter;
1973 		private System.Windows.Forms.ToolStripMenuItem mnuPrescale3xFilter;
1974 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem20;
1975 		private System.Windows.Forms.ToolStripMenuItem mnuReportBug;
1976 		private System.Windows.Forms.ToolStripMenuItem mnuRunAllGameTests;
1977 		private System.Windows.Forms.ToolStripMenuItem mnuRandomGame;
1978 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem21;
1979 		private System.Windows.Forms.ToolStripMenuItem mnuNtscBisqwitHalfFilter;
1980 		private System.Windows.Forms.ToolStripMenuItem mnuNtscBisqwitFullFilter;
1981 		private System.Windows.Forms.ToolStripMenuItem mnuNtscBisqwitQuarterFilter;
1982 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem22;
1983 		private System.Windows.Forms.ToolStripMenuItem mnuVideoRecorder;
1984 		private System.Windows.Forms.ToolStripMenuItem mnuAviRecord;
1985 		private System.Windows.Forms.ToolStripMenuItem mnuAviStop;
1986 		private System.Windows.Forms.ToolStripMenuItem mnuHelpWindow;
1987 		private System.Windows.Forms.ToolStripMenuItem mnuPrescale6xFilter;
1988 		private System.Windows.Forms.ToolStripMenuItem mnuPrescale8xFilter;
1989 		private System.Windows.Forms.ToolStripMenuItem mnuPrescale10xFilter;
1990 		private System.Windows.Forms.ToolStripMenuItem mnuRunAutomaticTest;
1991 		private System.Windows.Forms.PictureBox picIcon;
1992 		private System.Windows.Forms.Panel panelInfo;
1993 		private System.Windows.Forms.Label lblVersion;
1994 		private Controls.ctrlRecentGames ctrlRecentGames;
1995 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem24;
1996 		private System.Windows.Forms.ToolStripMenuItem mnuPowerOff;
1997 		private System.Windows.Forms.ToolStripMenuItem mnuHdPackEditor;
1998 		private System.Windows.Forms.ToolStripMenuItem mnuDebug;
1999 		private System.Windows.Forms.ToolStripMenuItem mnuAssembler;
2000 		private System.Windows.Forms.ToolStripMenuItem mnuDebugDebugger;
2001 		private System.Windows.Forms.ToolStripMenuItem mnuMemoryViewer;
2002 		private System.Windows.Forms.ToolStripMenuItem mnuPpuViewer;
2003 		private System.Windows.Forms.ToolStripMenuItem mnuTraceLogger;
2004 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem25;
2005 		private System.Windows.Forms.ToolStripMenuItem mnuEditHeader;
2006 		private System.Windows.Forms.ToolStripMenuItem mnuScriptWindow;
2007 		private System.Windows.Forms.ToolStripMenuItem mnuOnlineHelp;
2008 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem26;
2009 		private System.Windows.Forms.ToolStripSeparator sepBarcode;
2010 		private System.Windows.Forms.ToolStripMenuItem mnuInputBarcode;
2011 		private System.Windows.Forms.ToolStripMenuItem mnuNetPlayPlayer5;
2012 		private System.Windows.Forms.ToolStripMenuItem mnuTapeRecorder;
2013 		private System.Windows.Forms.ToolStripMenuItem mnuLoadTapeFile;
2014 		private System.Windows.Forms.ToolStripMenuItem mnuStartRecordTapeFile;
2015 		private System.Windows.Forms.ToolStripMenuItem mnuStopRecordTapeFile;
2016 		private System.Windows.Forms.ToolStripMenuItem mnuApuViewer;
2017 		private System.Windows.Forms.ToolStripMenuItem mnuEventViewer;
2018 		private System.Windows.Forms.ToolStripMenuItem mnuLoadLastSession;
2019 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem27;
2020 		private System.Windows.Forms.ToolStripMenuItem mnuInstallHdPack;
2021 		private System.Windows.Forms.ToolStripMenuItem mnuTextHooker;
2022 		private Controls.ctrlRenderer ctrlRendererDualSystem;
2023 		private System.Windows.Forms.ToolStripSeparator sepDebugDualSystemSecondaryCpu;
2024 		private System.Windows.Forms.ToolStripMenuItem mnuDebugDualSystemSecondaryCpu;
2025 		private System.Windows.Forms.ToolStripMenuItem mnuInsertCoin3;
2026 		private System.Windows.Forms.ToolStripMenuItem mnuInsertCoin4;
2027 		private System.Windows.Forms.ToolStripMenuItem mnuHistoryViewer;
2028 		private System.Windows.Forms.ToolStripMenuItem mnuPpuViewerCompact;
2029 		private System.Windows.Forms.ToolStripMenuItem mnuOpenNametableViewer;
2030 		private System.Windows.Forms.ToolStripMenuItem mnuOpenChrViewer;
2031 		private System.Windows.Forms.ToolStripMenuItem mnuOpenSpriteViewer;
2032 		private System.Windows.Forms.ToolStripMenuItem mnuOpenPaletteViewer;
2033 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem28;
2034 		private System.Windows.Forms.ToolStripMenuItem mnuProfiler;
2035 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
2036 		private System.Windows.Forms.ToolStripMenuItem mnuWatchWindow;
2037 	}
2038 }
2039 
2040