1 using Mesen.GUI.Controls;
2 
3 namespace Mesen.GUI.Forms.Config
4 {
5 	partial class frmPreferences
6 	{
7 		/// <summary>
8 		/// Required designer variable.
9 		/// </summary>
10 		private System.ComponentModel.IContainer components = null;
11 
12 		/// <summary>
13 		/// Clean up any resources being used.
14 		/// </summary>
15 		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Dispose(bool disposing)16 		protected override void Dispose(bool disposing)
17 		{
18 			if(disposing && (components != null)) {
19 				components.Dispose();
20 			}
21 			base.Dispose(disposing);
22 		}
23 
24 		#region Windows Form Designer generated code
25 
26 		/// <summary>
27 		/// Required method for Designer support - do not modify
28 		/// the contents of this method with the code editor.
29 		/// </summary>
InitializeComponent()30 		private void InitializeComponent()
31 		{
32 			this.components = new System.ComponentModel.Container();
33 			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPreferences));
34 			this.tlpMain = new System.Windows.Forms.TableLayoutPanel();
35 			this.chkDeveloperMode = new System.Windows.Forms.CheckBox();
36 			this.lblPauseBackgroundSettings = new System.Windows.Forms.Label();
37 			this.chkSingleInstance = new System.Windows.Forms.CheckBox();
38 			this.chkAutomaticallyCheckForUpdates = new System.Windows.Forms.CheckBox();
39 			this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
40 			this.lblDisplayLanguage = new System.Windows.Forms.Label();
41 			this.cboDisplayLanguage = new System.Windows.Forms.ComboBox();
42 			this.lblMiscSettings = new System.Windows.Forms.Label();
43 			this.chkAutoLoadIps = new System.Windows.Forms.CheckBox();
44 			this.chkDisplayMovieIcons = new System.Windows.Forms.CheckBox();
45 			this.chkAutoHideMenu = new System.Windows.Forms.CheckBox();
46 			this.chkHidePauseOverlay = new System.Windows.Forms.CheckBox();
47 			this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
48 			this.btnOpenMesenFolder = new System.Windows.Forms.Button();
49 			this.btnResetSettings = new System.Windows.Forms.Button();
50 			this.chkConfirmExitResetPower = new System.Windows.Forms.CheckBox();
51 			this.flowLayoutPanel8 = new System.Windows.Forms.FlowLayoutPanel();
52 			this.lblPauseIn = new System.Windows.Forms.Label();
53 			this.chkPauseWhenInBackground = new System.Windows.Forms.CheckBox();
54 			this.chkPauseInMenuAndConfig = new System.Windows.Forms.CheckBox();
55 			this.chkPauseInDebugger = new System.Windows.Forms.CheckBox();
56 			this.chkPauseOnMovieEnd = new System.Windows.Forms.CheckBox();
57 			this.chkAllowBackgroundInput = new System.Windows.Forms.CheckBox();
58 			this.tabMain = new System.Windows.Forms.TabControl();
59 			this.tpgGeneral = new System.Windows.Forms.TabPage();
60 			this.tpgShortcuts = new System.Windows.Forms.TabPage();
61 			this.ctrlEmulatorShortcuts = new Mesen.GUI.Forms.Config.ctrlEmulatorShortcuts();
62 			this.tpgSaveData = new System.Windows.Forms.TabPage();
63 			this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
64 			this.grpCloudSaves = new System.Windows.Forms.GroupBox();
65 			this.tlpCloudSaves = new System.Windows.Forms.TableLayoutPanel();
66 			this.tlpCloudSaveDesc = new System.Windows.Forms.TableLayoutPanel();
67 			this.lblGoogleDriveIntegration = new System.Windows.Forms.Label();
68 			this.btnEnableIntegration = new System.Windows.Forms.Button();
69 			this.tlpCloudSaveEnabled = new System.Windows.Forms.TableLayoutPanel();
70 			this.btnDisableIntegration = new System.Windows.Forms.Button();
71 			this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
72 			this.picOK = new System.Windows.Forms.PictureBox();
73 			this.lblIntegrationOK = new System.Windows.Forms.Label();
74 			this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
75 			this.lblLastSync = new System.Windows.Forms.Label();
76 			this.lblLastSyncDateTime = new System.Windows.Forms.Label();
77 			this.btnResync = new System.Windows.Forms.Button();
78 			this.grpAutomaticSaves = new System.Windows.Forms.GroupBox();
79 			this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
80 			this.chkAllowMismatchingSaveStates = new Mesen.GUI.Controls.ctrlRiskyOption();
81 			this.chkAutoSaveNotify = new System.Windows.Forms.CheckBox();
82 			this.flpAutoSave = new System.Windows.Forms.FlowLayoutPanel();
83 			this.chkAutoSave = new System.Windows.Forms.CheckBox();
84 			this.nudAutoSave = new Mesen.GUI.Controls.MesenNumericUpDown();
85 			this.lblAutoSave = new System.Windows.Forms.Label();
86 			this.tpgFdsNfs = new System.Windows.Forms.TabPage();
87 			this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
88 			this.flowLayoutPanel10 = new System.Windows.Forms.FlowLayoutPanel();
89 			this.lblVsDualPlayAudio = new System.Windows.Forms.Label();
90 			this.cboVsDualAudioOutput = new System.Windows.Forms.ComboBox();
91 			this.flowLayoutPanel9 = new System.Windows.Forms.FlowLayoutPanel();
92 			this.lblVsDualShowVideo = new System.Windows.Forms.Label();
93 			this.cboVsDualVideoOutput = new System.Windows.Forms.ComboBox();
94 			this.lblNsfSettings = new System.Windows.Forms.Label();
95 			this.lblFdsSettings = new System.Windows.Forms.Label();
96 			this.chkFdsAutoLoadDisk = new System.Windows.Forms.CheckBox();
97 			this.chkFdsFastForwardOnLoad = new System.Windows.Forms.CheckBox();
98 			this.chkFdsAutoInsertDisk = new System.Windows.Forms.CheckBox();
99 			this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel();
100 			this.chkNsfAutoDetectSilence = new System.Windows.Forms.CheckBox();
101 			this.nudNsfAutoDetectSilenceDelay = new Mesen.GUI.Controls.MesenNumericUpDown();
102 			this.lblNsfMillisecondsOfSilence = new System.Windows.Forms.Label();
103 			this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
104 			this.chkNsfMoveToNextTrackAfterTime = new System.Windows.Forms.CheckBox();
105 			this.nudNsfMoveToNextTrackTime = new Mesen.GUI.Controls.MesenNumericUpDown();
106 			this.lblNsfSeconds = new System.Windows.Forms.Label();
107 			this.chkNsfEnableApuIrqs = new Mesen.GUI.Controls.ctrlRiskyOption();
108 			this.lblVsDualSystem = new System.Windows.Forms.Label();
109 			this.tpgFiles = new System.Windows.Forms.TabPage();
110 			this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
111 			this.grpPathOverrides = new System.Windows.Forms.GroupBox();
112 			this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
113 			this.psGame = new Mesen.GUI.Forms.Config.ctrlPathSelection();
114 			this.chkGameOverride = new System.Windows.Forms.CheckBox();
115 			this.psWave = new Mesen.GUI.Forms.Config.ctrlPathSelection();
116 			this.psMovies = new Mesen.GUI.Forms.Config.ctrlPathSelection();
117 			this.psSaveData = new Mesen.GUI.Forms.Config.ctrlPathSelection();
118 			this.psSaveStates = new Mesen.GUI.Forms.Config.ctrlPathSelection();
119 			this.psScreenshots = new Mesen.GUI.Forms.Config.ctrlPathSelection();
120 			this.psAvi = new Mesen.GUI.Forms.Config.ctrlPathSelection();
121 			this.chkAviOverride = new System.Windows.Forms.CheckBox();
122 			this.chkScreenshotsOverride = new System.Windows.Forms.CheckBox();
123 			this.chkSaveDataOverride = new System.Windows.Forms.CheckBox();
124 			this.chkWaveOverride = new System.Windows.Forms.CheckBox();
125 			this.chkSaveStatesOverride = new System.Windows.Forms.CheckBox();
126 			this.chkMoviesOverride = new System.Windows.Forms.CheckBox();
127 			this.grpFileAssociations = new System.Windows.Forms.GroupBox();
128 			this.tlpFileFormat = new System.Windows.Forms.TableLayoutPanel();
129 			this.chkNesFormat = new System.Windows.Forms.CheckBox();
130 			this.chkFdsFormat = new System.Windows.Forms.CheckBox();
131 			this.chkUnfFormat = new System.Windows.Forms.CheckBox();
132 			this.chkMmoFormat = new System.Windows.Forms.CheckBox();
133 			this.chkNsfFormat = new System.Windows.Forms.CheckBox();
134 			this.chkMstFormat = new System.Windows.Forms.CheckBox();
135 			this.grpDataStorageLocation = new System.Windows.Forms.GroupBox();
136 			this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
137 			this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
138 			this.radStorageDocuments = new System.Windows.Forms.RadioButton();
139 			this.radStoragePortable = new System.Windows.Forms.RadioButton();
140 			this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
141 			this.lblLocation = new System.Windows.Forms.Label();
142 			this.lblDataLocation = new System.Windows.Forms.Label();
143 			this.tpgAdvanced = new System.Windows.Forms.TabPage();
144 			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
145 			this.chkDisableHighResolutionTimer = new Mesen.GUI.Controls.ctrlRiskyOption();
146 			this.chkShowFullPathInRecents = new System.Windows.Forms.CheckBox();
147 			this.chkDisableGameSelectionScreen = new System.Windows.Forms.CheckBox();
148 			this.chkGameSelectionScreenResetGame = new System.Windows.Forms.CheckBox();
149 			this.chkDisableGameDatabase = new Mesen.GUI.Controls.ctrlRiskyOption();
150 			this.chkDisplayTitleBarInfo = new System.Windows.Forms.CheckBox();
151 			this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
152 			this.lblRewind = new System.Windows.Forms.Label();
153 			this.nudRewindBufferSize = new Mesen.GUI.Controls.MesenNumericUpDown();
154 			this.lblRewindMinutes = new System.Windows.Forms.Label();
155 			this.chkShowGameTimer = new System.Windows.Forms.CheckBox();
156 			this.chkShowFrameCounter = new System.Windows.Forms.CheckBox();
157 			this.chkShowVsConfigOnLoad = new System.Windows.Forms.CheckBox();
158 			this.chkDisableOsd = new System.Windows.Forms.CheckBox();
159 			this.lblUiDisplaySettings = new System.Windows.Forms.Label();
160 			this.lblGameSelectionScreenSettings = new System.Windows.Forms.Label();
161 			this.lblWindowSettings = new System.Windows.Forms.Label();
162 			this.chkAlwaysOnTop = new System.Windows.Forms.CheckBox();
163 			this.chkDisableMouseResize = new System.Windows.Forms.CheckBox();
164 			this.tmrSyncDateTime = new System.Windows.Forms.Timer(this.components);
165 			this.tlpMain.SuspendLayout();
166 			this.flowLayoutPanel2.SuspendLayout();
167 			this.tableLayoutPanel5.SuspendLayout();
168 			this.flowLayoutPanel8.SuspendLayout();
169 			this.tabMain.SuspendLayout();
170 			this.tpgGeneral.SuspendLayout();
171 			this.tpgShortcuts.SuspendLayout();
172 			this.tpgSaveData.SuspendLayout();
173 			this.tableLayoutPanel3.SuspendLayout();
174 			this.grpCloudSaves.SuspendLayout();
175 			this.tlpCloudSaves.SuspendLayout();
176 			this.tlpCloudSaveDesc.SuspendLayout();
177 			this.tlpCloudSaveEnabled.SuspendLayout();
178 			this.flowLayoutPanel3.SuspendLayout();
179 			((System.ComponentModel.ISupportInitialize)(this.picOK)).BeginInit();
180 			this.flowLayoutPanel4.SuspendLayout();
181 			this.grpAutomaticSaves.SuspendLayout();
182 			this.tableLayoutPanel4.SuspendLayout();
183 			this.flpAutoSave.SuspendLayout();
184 			this.tpgFdsNfs.SuspendLayout();
185 			this.tableLayoutPanel2.SuspendLayout();
186 			this.flowLayoutPanel10.SuspendLayout();
187 			this.flowLayoutPanel9.SuspendLayout();
188 			this.flowLayoutPanel7.SuspendLayout();
189 			this.flowLayoutPanel5.SuspendLayout();
190 			this.tpgFiles.SuspendLayout();
191 			this.tableLayoutPanel6.SuspendLayout();
192 			this.grpPathOverrides.SuspendLayout();
193 			this.tableLayoutPanel10.SuspendLayout();
194 			this.grpFileAssociations.SuspendLayout();
195 			this.tlpFileFormat.SuspendLayout();
196 			this.grpDataStorageLocation.SuspendLayout();
197 			this.tableLayoutPanel7.SuspendLayout();
198 			this.tableLayoutPanel8.SuspendLayout();
199 			this.tableLayoutPanel9.SuspendLayout();
200 			this.tpgAdvanced.SuspendLayout();
201 			this.tableLayoutPanel1.SuspendLayout();
202 			this.flowLayoutPanel6.SuspendLayout();
203 			this.SuspendLayout();
204 			//
205 			// baseConfigPanel
206 			//
207 			this.baseConfigPanel.Location = new System.Drawing.Point(0, 422);
208 			this.baseConfigPanel.Size = new System.Drawing.Size(497, 29);
209 			//
210 			// tlpMain
211 			//
212 			this.tlpMain.ColumnCount = 1;
213 			this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
214 			this.tlpMain.Controls.Add(this.chkDeveloperMode, 0, 15);
215 			this.tlpMain.Controls.Add(this.lblPauseBackgroundSettings, 0, 3);
216 			this.tlpMain.Controls.Add(this.chkSingleInstance, 0, 2);
217 			this.tlpMain.Controls.Add(this.chkAutomaticallyCheckForUpdates, 0, 1);
218 			this.tlpMain.Controls.Add(this.flowLayoutPanel2, 0, 0);
219 			this.tlpMain.Controls.Add(this.lblMiscSettings, 0, 10);
220 			this.tlpMain.Controls.Add(this.chkAutoLoadIps, 0, 11);
221 			this.tlpMain.Controls.Add(this.chkDisplayMovieIcons, 0, 14);
222 			this.tlpMain.Controls.Add(this.chkAutoHideMenu, 0, 12);
223 			this.tlpMain.Controls.Add(this.chkHidePauseOverlay, 0, 5);
224 			this.tlpMain.Controls.Add(this.tableLayoutPanel5, 0, 17);
225 			this.tlpMain.Controls.Add(this.chkConfirmExitResetPower, 0, 13);
226 			this.tlpMain.Controls.Add(this.flowLayoutPanel8, 0, 4);
227 			this.tlpMain.Controls.Add(this.chkPauseOnMovieEnd, 0, 6);
228 			this.tlpMain.Controls.Add(this.chkAllowBackgroundInput, 0, 7);
229 			this.tlpMain.Dock = System.Windows.Forms.DockStyle.Fill;
230 			this.tlpMain.Location = new System.Drawing.Point(3, 3);
231 			this.tlpMain.Name = "tlpMain";
232 			this.tlpMain.RowCount = 18;
233 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
234 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
235 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
236 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
237 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
238 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
239 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
240 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
241 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
242 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
243 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
244 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
245 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
246 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
247 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
248 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
249 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
250 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
251 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
252 			this.tlpMain.Size = new System.Drawing.Size(483, 390);
253 			this.tlpMain.TabIndex = 1;
254 			//
255 			// chkDeveloperMode
256 			//
257 			this.chkDeveloperMode.AutoSize = true;
258 			this.chkDeveloperMode.Location = new System.Drawing.Point(13, 301);
259 			this.chkDeveloperMode.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
260 			this.chkDeveloperMode.Name = "chkDeveloperMode";
261 			this.chkDeveloperMode.Size = new System.Drawing.Size(138, 17);
262 			this.chkDeveloperMode.TabIndex = 26;
263 			this.chkDeveloperMode.Text = "Enable developer mode";
264 			this.chkDeveloperMode.UseVisualStyleBackColor = true;
265 			//
266 			// lblPauseBackgroundSettings
267 			//
268 			this.lblPauseBackgroundSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
269 			this.lblPauseBackgroundSettings.AutoSize = true;
270 			this.lblPauseBackgroundSettings.ForeColor = System.Drawing.SystemColors.GrayText;
271 			this.lblPauseBackgroundSettings.Location = new System.Drawing.Point(0, 79);
272 			this.lblPauseBackgroundSettings.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
273 			this.lblPauseBackgroundSettings.Name = "lblPauseBackgroundSettings";
274 			this.lblPauseBackgroundSettings.Size = new System.Drawing.Size(141, 13);
275 			this.lblPauseBackgroundSettings.TabIndex = 23;
276 			this.lblPauseBackgroundSettings.Text = "Pause/Background Settings";
277 			//
278 			// chkSingleInstance
279 			//
280 			this.chkSingleInstance.AutoSize = true;
281 			this.chkSingleInstance.Location = new System.Drawing.Point(3, 52);
282 			this.chkSingleInstance.Name = "chkSingleInstance";
283 			this.chkSingleInstance.Size = new System.Drawing.Size(228, 17);
284 			this.chkSingleInstance.TabIndex = 11;
285 			this.chkSingleInstance.Text = "Only allow one instance of Mesen at a time";
286 			this.chkSingleInstance.UseVisualStyleBackColor = true;
287 			//
288 			// chkAutomaticallyCheckForUpdates
289 			//
290 			this.chkAutomaticallyCheckForUpdates.AutoSize = true;
291 			this.chkAutomaticallyCheckForUpdates.Location = new System.Drawing.Point(3, 29);
292 			this.chkAutomaticallyCheckForUpdates.Name = "chkAutomaticallyCheckForUpdates";
293 			this.chkAutomaticallyCheckForUpdates.Size = new System.Drawing.Size(177, 17);
294 			this.chkAutomaticallyCheckForUpdates.TabIndex = 17;
295 			this.chkAutomaticallyCheckForUpdates.Text = "Automatically check for updates";
296 			this.chkAutomaticallyCheckForUpdates.UseVisualStyleBackColor = true;
297 			//
298 			// flowLayoutPanel2
299 			//
300 			this.flowLayoutPanel2.Controls.Add(this.lblDisplayLanguage);
301 			this.flowLayoutPanel2.Controls.Add(this.cboDisplayLanguage);
302 			this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
303 			this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
304 			this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
305 			this.flowLayoutPanel2.Name = "flowLayoutPanel2";
306 			this.flowLayoutPanel2.Size = new System.Drawing.Size(483, 26);
307 			this.flowLayoutPanel2.TabIndex = 18;
308 			//
309 			// lblDisplayLanguage
310 			//
311 			this.lblDisplayLanguage.Anchor = System.Windows.Forms.AnchorStyles.Left;
312 			this.lblDisplayLanguage.AutoSize = true;
313 			this.lblDisplayLanguage.Location = new System.Drawing.Point(3, 7);
314 			this.lblDisplayLanguage.Name = "lblDisplayLanguage";
315 			this.lblDisplayLanguage.Size = new System.Drawing.Size(95, 13);
316 			this.lblDisplayLanguage.TabIndex = 0;
317 			this.lblDisplayLanguage.Text = "Display Language:";
318 			//
319 			// cboDisplayLanguage
320 			//
321 			this.cboDisplayLanguage.FormattingEnabled = true;
322 			this.cboDisplayLanguage.Location = new System.Drawing.Point(104, 3);
323 			this.cboDisplayLanguage.Name = "cboDisplayLanguage";
324 			this.cboDisplayLanguage.Size = new System.Drawing.Size(206, 21);
325 			this.cboDisplayLanguage.TabIndex = 1;
326 			//
327 			// lblMiscSettings
328 			//
329 			this.lblMiscSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
330 			this.lblMiscSettings.AutoSize = true;
331 			this.lblMiscSettings.ForeColor = System.Drawing.SystemColors.GrayText;
332 			this.lblMiscSettings.Location = new System.Drawing.Point(0, 193);
333 			this.lblMiscSettings.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
334 			this.lblMiscSettings.Name = "lblMiscSettings";
335 			this.lblMiscSettings.Size = new System.Drawing.Size(73, 13);
336 			this.lblMiscSettings.TabIndex = 22;
337 			this.lblMiscSettings.Text = "Misc. Settings";
338 			//
339 			// chkAutoLoadIps
340 			//
341 			this.chkAutoLoadIps.AutoSize = true;
342 			this.chkAutoLoadIps.Location = new System.Drawing.Point(13, 209);
343 			this.chkAutoLoadIps.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
344 			this.chkAutoLoadIps.Name = "chkAutoLoadIps";
345 			this.chkAutoLoadIps.Size = new System.Drawing.Size(198, 17);
346 			this.chkAutoLoadIps.TabIndex = 9;
347 			this.chkAutoLoadIps.Text = "Automatically load IPS/BPS patches";
348 			this.chkAutoLoadIps.UseVisualStyleBackColor = true;
349 			//
350 			// chkDisplayMovieIcons
351 			//
352 			this.chkDisplayMovieIcons.AutoSize = true;
353 			this.chkDisplayMovieIcons.Location = new System.Drawing.Point(13, 278);
354 			this.chkDisplayMovieIcons.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
355 			this.chkDisplayMovieIcons.Name = "chkDisplayMovieIcons";
356 			this.chkDisplayMovieIcons.Size = new System.Drawing.Size(304, 17);
357 			this.chkDisplayMovieIcons.TabIndex = 19;
358 			this.chkDisplayMovieIcons.Text = "Display play/record icon when playing or recording a movie";
359 			this.chkDisplayMovieIcons.UseVisualStyleBackColor = true;
360 			//
361 			// chkAutoHideMenu
362 			//
363 			this.chkAutoHideMenu.AutoSize = true;
364 			this.chkAutoHideMenu.Location = new System.Drawing.Point(13, 232);
365 			this.chkAutoHideMenu.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
366 			this.chkAutoHideMenu.Name = "chkAutoHideMenu";
367 			this.chkAutoHideMenu.Size = new System.Drawing.Size(158, 17);
368 			this.chkAutoHideMenu.TabIndex = 21;
369 			this.chkAutoHideMenu.Text = "Automatically hide menu bar";
370 			this.chkAutoHideMenu.UseVisualStyleBackColor = true;
371 			//
372 			// chkHidePauseOverlay
373 			//
374 			this.chkHidePauseOverlay.AutoSize = true;
375 			this.chkHidePauseOverlay.Location = new System.Drawing.Point(13, 120);
376 			this.chkHidePauseOverlay.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
377 			this.chkHidePauseOverlay.Name = "chkHidePauseOverlay";
378 			this.chkHidePauseOverlay.Size = new System.Drawing.Size(133, 17);
379 			this.chkHidePauseOverlay.TabIndex = 20;
380 			this.chkHidePauseOverlay.Text = "Hide the pause screen";
381 			this.chkHidePauseOverlay.UseVisualStyleBackColor = true;
382 			//
383 			// tableLayoutPanel5
384 			//
385 			this.tableLayoutPanel5.ColumnCount = 3;
386 			this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
387 			this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
388 			this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
389 			this.tableLayoutPanel5.Controls.Add(this.btnOpenMesenFolder, 0, 0);
390 			this.tableLayoutPanel5.Controls.Add(this.btnResetSettings, 2, 0);
391 			this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
392 			this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 361);
393 			this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(0);
394 			this.tableLayoutPanel5.Name = "tableLayoutPanel5";
395 			this.tableLayoutPanel5.RowCount = 1;
396 			this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
397 			this.tableLayoutPanel5.Size = new System.Drawing.Size(483, 29);
398 			this.tableLayoutPanel5.TabIndex = 24;
399 			//
400 			// btnOpenMesenFolder
401 			//
402 			this.btnOpenMesenFolder.AutoSize = true;
403 			this.btnOpenMesenFolder.Location = new System.Drawing.Point(3, 3);
404 			this.btnOpenMesenFolder.Name = "btnOpenMesenFolder";
405 			this.btnOpenMesenFolder.Size = new System.Drawing.Size(110, 23);
406 			this.btnOpenMesenFolder.TabIndex = 16;
407 			this.btnOpenMesenFolder.Text = "Open Mesen Folder";
408 			this.btnOpenMesenFolder.UseVisualStyleBackColor = true;
409 			this.btnOpenMesenFolder.Click += new System.EventHandler(this.btnOpenMesenFolder_Click);
410 			//
411 			// btnResetSettings
412 			//
413 			this.btnResetSettings.AutoSize = true;
414 			this.btnResetSettings.Location = new System.Drawing.Point(380, 3);
415 			this.btnResetSettings.Name = "btnResetSettings";
416 			this.btnResetSettings.Size = new System.Drawing.Size(100, 23);
417 			this.btnResetSettings.TabIndex = 17;
418 			this.btnResetSettings.Text = "Reset All Settings";
419 			this.btnResetSettings.UseVisualStyleBackColor = true;
420 			this.btnResetSettings.Click += new System.EventHandler(this.btnResetSettings_Click);
421 			//
422 			// chkConfirmExitResetPower
423 			//
424 			this.chkConfirmExitResetPower.AutoSize = true;
425 			this.chkConfirmExitResetPower.Location = new System.Drawing.Point(13, 255);
426 			this.chkConfirmExitResetPower.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
427 			this.chkConfirmExitResetPower.Name = "chkConfirmExitResetPower";
428 			this.chkConfirmExitResetPower.Size = new System.Drawing.Size(293, 17);
429 			this.chkConfirmExitResetPower.TabIndex = 25;
430 			this.chkConfirmExitResetPower.Text = "Display confirmation dialog before reset/power cycle/exit";
431 			this.chkConfirmExitResetPower.UseVisualStyleBackColor = true;
432 			//
433 			// flowLayoutPanel8
434 			//
435 			this.flowLayoutPanel8.Controls.Add(this.lblPauseIn);
436 			this.flowLayoutPanel8.Controls.Add(this.chkPauseWhenInBackground);
437 			this.flowLayoutPanel8.Controls.Add(this.chkPauseInMenuAndConfig);
438 			this.flowLayoutPanel8.Controls.Add(this.chkPauseInDebugger);
439 			this.flowLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
440 			this.flowLayoutPanel8.Location = new System.Drawing.Point(7, 95);
441 			this.flowLayoutPanel8.Margin = new System.Windows.Forms.Padding(7, 3, 0, 0);
442 			this.flowLayoutPanel8.Name = "flowLayoutPanel8";
443 			this.flowLayoutPanel8.Size = new System.Drawing.Size(476, 22);
444 			this.flowLayoutPanel8.TabIndex = 28;
445 			//
446 			// lblPauseIn
447 			//
448 			this.lblPauseIn.Anchor = System.Windows.Forms.AnchorStyles.Left;
449 			this.lblPauseIn.AutoSize = true;
450 			this.lblPauseIn.Location = new System.Drawing.Point(3, 4);
451 			this.lblPauseIn.Margin = new System.Windows.Forms.Padding(3, 0, 3, 1);
452 			this.lblPauseIn.Name = "lblPauseIn";
453 			this.lblPauseIn.Size = new System.Drawing.Size(80, 13);
454 			this.lblPauseIn.TabIndex = 0;
455 			this.lblPauseIn.Text = "Pause when in:";
456 			//
457 			// chkPauseWhenInBackground
458 			//
459 			this.chkPauseWhenInBackground.AutoSize = true;
460 			this.chkPauseWhenInBackground.Location = new System.Drawing.Point(89, 3);
461 			this.chkPauseWhenInBackground.Name = "chkPauseWhenInBackground";
462 			this.chkPauseWhenInBackground.Size = new System.Drawing.Size(84, 17);
463 			this.chkPauseWhenInBackground.TabIndex = 13;
464 			this.chkPauseWhenInBackground.Text = "Background";
465 			this.chkPauseWhenInBackground.UseVisualStyleBackColor = true;
466 			this.chkPauseWhenInBackground.CheckedChanged += new System.EventHandler(this.chkPauseWhenInBackground_CheckedChanged);
467 			//
468 			// chkPauseInMenuAndConfig
469 			//
470 			this.chkPauseInMenuAndConfig.AutoSize = true;
471 			this.chkPauseInMenuAndConfig.Location = new System.Drawing.Point(179, 3);
472 			this.chkPauseInMenuAndConfig.Name = "chkPauseInMenuAndConfig";
473 			this.chkPauseInMenuAndConfig.Size = new System.Drawing.Size(142, 17);
474 			this.chkPauseInMenuAndConfig.TabIndex = 16;
475 			this.chkPauseInMenuAndConfig.Text = "Menu and config dialogs";
476 			this.chkPauseInMenuAndConfig.UseVisualStyleBackColor = true;
477 			//
478 			// chkPauseInDebugger
479 			//
480 			this.chkPauseInDebugger.AutoSize = true;
481 			this.chkPauseInDebugger.Location = new System.Drawing.Point(327, 3);
482 			this.chkPauseInDebugger.Name = "chkPauseInDebugger";
483 			this.chkPauseInDebugger.Size = new System.Drawing.Size(103, 17);
484 			this.chkPauseInDebugger.TabIndex = 18;
485 			this.chkPauseInDebugger.Text = "Debugging tools";
486 			this.chkPauseInDebugger.UseVisualStyleBackColor = true;
487 			//
488 			// chkPauseOnMovieEnd
489 			//
490 			this.chkPauseOnMovieEnd.AutoSize = true;
491 			this.chkPauseOnMovieEnd.Location = new System.Drawing.Point(13, 143);
492 			this.chkPauseOnMovieEnd.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
493 			this.chkPauseOnMovieEnd.Name = "chkPauseOnMovieEnd";
494 			this.chkPauseOnMovieEnd.Size = new System.Drawing.Size(199, 17);
495 			this.chkPauseOnMovieEnd.TabIndex = 29;
496 			this.chkPauseOnMovieEnd.Text = "Pause when a movie finishes playing";
497 			this.chkPauseOnMovieEnd.UseVisualStyleBackColor = true;
498 			//
499 			// chkAllowBackgroundInput
500 			//
501 			this.chkAllowBackgroundInput.AutoSize = true;
502 			this.chkAllowBackgroundInput.Location = new System.Drawing.Point(13, 166);
503 			this.chkAllowBackgroundInput.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
504 			this.chkAllowBackgroundInput.Name = "chkAllowBackgroundInput";
505 			this.chkAllowBackgroundInput.Size = new System.Drawing.Size(177, 17);
506 			this.chkAllowBackgroundInput.TabIndex = 14;
507 			this.chkAllowBackgroundInput.Text = "Allow input when in background";
508 			this.chkAllowBackgroundInput.UseVisualStyleBackColor = true;
509 			//
510 			// tabMain
511 			//
512 			this.tabMain.Controls.Add(this.tpgGeneral);
513 			this.tabMain.Controls.Add(this.tpgShortcuts);
514 			this.tabMain.Controls.Add(this.tpgSaveData);
515 			this.tabMain.Controls.Add(this.tpgFdsNfs);
516 			this.tabMain.Controls.Add(this.tpgFiles);
517 			this.tabMain.Controls.Add(this.tpgAdvanced);
518 			this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
519 			this.tabMain.Location = new System.Drawing.Point(0, 0);
520 			this.tabMain.Name = "tabMain";
521 			this.tabMain.SelectedIndex = 0;
522 			this.tabMain.Size = new System.Drawing.Size(497, 422);
523 			this.tabMain.TabIndex = 2;
524 			//
525 			// tpgGeneral
526 			//
527 			this.tpgGeneral.Controls.Add(this.tlpMain);
528 			this.tpgGeneral.Location = new System.Drawing.Point(4, 22);
529 			this.tpgGeneral.Name = "tpgGeneral";
530 			this.tpgGeneral.Padding = new System.Windows.Forms.Padding(3);
531 			this.tpgGeneral.Size = new System.Drawing.Size(489, 396);
532 			this.tpgGeneral.TabIndex = 0;
533 			this.tpgGeneral.Text = "General";
534 			this.tpgGeneral.UseVisualStyleBackColor = true;
535 			//
536 			// tpgShortcuts
537 			//
538 			this.tpgShortcuts.Controls.Add(this.ctrlEmulatorShortcuts);
539 			this.tpgShortcuts.Location = new System.Drawing.Point(4, 22);
540 			this.tpgShortcuts.Name = "tpgShortcuts";
541 			this.tpgShortcuts.Padding = new System.Windows.Forms.Padding(3);
542 			this.tpgShortcuts.Size = new System.Drawing.Size(489, 396);
543 			this.tpgShortcuts.TabIndex = 7;
544 			this.tpgShortcuts.Text = "Shortcut Keys";
545 			this.tpgShortcuts.UseVisualStyleBackColor = true;
546 			//
547 			// ctrlEmulatorShortcuts
548 			//
549 			this.ctrlEmulatorShortcuts.Dock = System.Windows.Forms.DockStyle.Fill;
550 			this.ctrlEmulatorShortcuts.Location = new System.Drawing.Point(3, 3);
551 			this.ctrlEmulatorShortcuts.Name = "ctrlEmulatorShortcuts";
552 			this.ctrlEmulatorShortcuts.Size = new System.Drawing.Size(483, 390);
553 			this.ctrlEmulatorShortcuts.TabIndex = 0;
554 			//
555 			// tpgSaveData
556 			//
557 			this.tpgSaveData.Controls.Add(this.tableLayoutPanel3);
558 			this.tpgSaveData.Location = new System.Drawing.Point(4, 22);
559 			this.tpgSaveData.Name = "tpgSaveData";
560 			this.tpgSaveData.Padding = new System.Windows.Forms.Padding(3);
561 			this.tpgSaveData.Size = new System.Drawing.Size(489, 396);
562 			this.tpgSaveData.TabIndex = 3;
563 			this.tpgSaveData.Text = "Save Data";
564 			this.tpgSaveData.UseVisualStyleBackColor = true;
565 			//
566 			// tableLayoutPanel3
567 			//
568 			this.tableLayoutPanel3.ColumnCount = 1;
569 			this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
570 			this.tableLayoutPanel3.Controls.Add(this.grpCloudSaves, 0, 1);
571 			this.tableLayoutPanel3.Controls.Add(this.grpAutomaticSaves, 0, 0);
572 			this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
573 			this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
574 			this.tableLayoutPanel3.Name = "tableLayoutPanel3";
575 			this.tableLayoutPanel3.RowCount = 2;
576 			this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
577 			this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
578 			this.tableLayoutPanel3.Size = new System.Drawing.Size(483, 390);
579 			this.tableLayoutPanel3.TabIndex = 1;
580 			//
581 			// grpCloudSaves
582 			//
583 			this.grpCloudSaves.Controls.Add(this.tlpCloudSaves);
584 			this.grpCloudSaves.Dock = System.Windows.Forms.DockStyle.Fill;
585 			this.grpCloudSaves.Location = new System.Drawing.Point(3, 99);
586 			this.grpCloudSaves.Name = "grpCloudSaves";
587 			this.grpCloudSaves.Size = new System.Drawing.Size(477, 288);
588 			this.grpCloudSaves.TabIndex = 2;
589 			this.grpCloudSaves.TabStop = false;
590 			this.grpCloudSaves.Text = "Cloud Saves";
591 			//
592 			// tlpCloudSaves
593 			//
594 			this.tlpCloudSaves.ColumnCount = 1;
595 			this.tlpCloudSaves.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
596 			this.tlpCloudSaves.Controls.Add(this.tlpCloudSaveDesc, 0, 0);
597 			this.tlpCloudSaves.Controls.Add(this.tlpCloudSaveEnabled, 0, 1);
598 			this.tlpCloudSaves.Dock = System.Windows.Forms.DockStyle.Fill;
599 			this.tlpCloudSaves.Location = new System.Drawing.Point(3, 16);
600 			this.tlpCloudSaves.Name = "tlpCloudSaves";
601 			this.tlpCloudSaves.RowCount = 2;
602 			this.tlpCloudSaves.RowStyles.Add(new System.Windows.Forms.RowStyle());
603 			this.tlpCloudSaves.RowStyles.Add(new System.Windows.Forms.RowStyle());
604 			this.tlpCloudSaves.Size = new System.Drawing.Size(471, 269);
605 			this.tlpCloudSaves.TabIndex = 0;
606 			//
607 			// tlpCloudSaveDesc
608 			//
609 			this.tlpCloudSaveDesc.ColumnCount = 1;
610 			this.tlpCloudSaveDesc.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
611 			this.tlpCloudSaveDesc.Controls.Add(this.lblGoogleDriveIntegration, 0, 0);
612 			this.tlpCloudSaveDesc.Controls.Add(this.btnEnableIntegration, 0, 1);
613 			this.tlpCloudSaveDesc.Dock = System.Windows.Forms.DockStyle.Fill;
614 			this.tlpCloudSaveDesc.Location = new System.Drawing.Point(0, 0);
615 			this.tlpCloudSaveDesc.Margin = new System.Windows.Forms.Padding(0);
616 			this.tlpCloudSaveDesc.Name = "tlpCloudSaveDesc";
617 			this.tlpCloudSaveDesc.RowCount = 2;
618 			this.tlpCloudSaveDesc.RowStyles.Add(new System.Windows.Forms.RowStyle());
619 			this.tlpCloudSaveDesc.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
620 			this.tlpCloudSaveDesc.Size = new System.Drawing.Size(471, 100);
621 			this.tlpCloudSaveDesc.TabIndex = 0;
622 			//
623 			// lblGoogleDriveIntegration
624 			//
625 			this.lblGoogleDriveIntegration.Dock = System.Windows.Forms.DockStyle.Top;
626 			this.lblGoogleDriveIntegration.Location = new System.Drawing.Point(3, 0);
627 			this.lblGoogleDriveIntegration.Name = "lblGoogleDriveIntegration";
628 			this.lblGoogleDriveIntegration.Size = new System.Drawing.Size(465, 52);
629 			this.lblGoogleDriveIntegration.TabIndex = 0;
630 			this.lblGoogleDriveIntegration.Text = resources.GetString("lblGoogleDriveIntegration.Text");
631 			this.lblGoogleDriveIntegration.UseWaitCursor = true;
632 			//
633 			// btnEnableIntegration
634 			//
635 			this.btnEnableIntegration.AutoSize = true;
636 			this.btnEnableIntegration.Location = new System.Drawing.Point(3, 55);
637 			this.btnEnableIntegration.Name = "btnEnableIntegration";
638 			this.btnEnableIntegration.Size = new System.Drawing.Size(172, 23);
639 			this.btnEnableIntegration.TabIndex = 1;
640 			this.btnEnableIntegration.Text = "Enable Google Drive Integration";
641 			this.btnEnableIntegration.UseVisualStyleBackColor = true;
642 			this.btnEnableIntegration.Click += new System.EventHandler(this.btnEnableIntegration_Click);
643 			//
644 			// tlpCloudSaveEnabled
645 			//
646 			this.tlpCloudSaveEnabled.ColumnCount = 1;
647 			this.tlpCloudSaveEnabled.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
648 			this.tlpCloudSaveEnabled.Controls.Add(this.btnDisableIntegration, 0, 2);
649 			this.tlpCloudSaveEnabled.Controls.Add(this.flowLayoutPanel3, 0, 0);
650 			this.tlpCloudSaveEnabled.Controls.Add(this.flowLayoutPanel4, 0, 1);
651 			this.tlpCloudSaveEnabled.Dock = System.Windows.Forms.DockStyle.Fill;
652 			this.tlpCloudSaveEnabled.Location = new System.Drawing.Point(0, 100);
653 			this.tlpCloudSaveEnabled.Margin = new System.Windows.Forms.Padding(0);
654 			this.tlpCloudSaveEnabled.Name = "tlpCloudSaveEnabled";
655 			this.tlpCloudSaveEnabled.RowCount = 4;
656 			this.tlpCloudSaveEnabled.RowStyles.Add(new System.Windows.Forms.RowStyle());
657 			this.tlpCloudSaveEnabled.RowStyles.Add(new System.Windows.Forms.RowStyle());
658 			this.tlpCloudSaveEnabled.RowStyles.Add(new System.Windows.Forms.RowStyle());
659 			this.tlpCloudSaveEnabled.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
660 			this.tlpCloudSaveEnabled.Size = new System.Drawing.Size(471, 237);
661 			this.tlpCloudSaveEnabled.TabIndex = 1;
662 			//
663 			// btnDisableIntegration
664 			//
665 			this.btnDisableIntegration.Location = new System.Drawing.Point(3, 53);
666 			this.btnDisableIntegration.Name = "btnDisableIntegration";
667 			this.btnDisableIntegration.Size = new System.Drawing.Size(172, 23);
668 			this.btnDisableIntegration.TabIndex = 2;
669 			this.btnDisableIntegration.Text = "Disable Google Drive Integration";
670 			this.btnDisableIntegration.UseVisualStyleBackColor = true;
671 			this.btnDisableIntegration.Click += new System.EventHandler(this.btnDisableIntegration_Click);
672 			//
673 			// flowLayoutPanel3
674 			//
675 			this.flowLayoutPanel3.Controls.Add(this.picOK);
676 			this.flowLayoutPanel3.Controls.Add(this.lblIntegrationOK);
677 			this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
678 			this.flowLayoutPanel3.Location = new System.Drawing.Point(0, 0);
679 			this.flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
680 			this.flowLayoutPanel3.Name = "flowLayoutPanel3";
681 			this.flowLayoutPanel3.Size = new System.Drawing.Size(471, 22);
682 			this.flowLayoutPanel3.TabIndex = 1;
683 			//
684 			// picOK
685 			//
686 			this.picOK.Image = global::Mesen.GUI.Properties.Resources.Accept;
687 			this.picOK.Location = new System.Drawing.Point(3, 3);
688 			this.picOK.Name = "picOK";
689 			this.picOK.Size = new System.Drawing.Size(16, 16);
690 			this.picOK.TabIndex = 0;
691 			this.picOK.TabStop = false;
692 			//
693 			// lblIntegrationOK
694 			//
695 			this.lblIntegrationOK.Anchor = System.Windows.Forms.AnchorStyles.Left;
696 			this.lblIntegrationOK.AutoSize = true;
697 			this.lblIntegrationOK.Location = new System.Drawing.Point(25, 4);
698 			this.lblIntegrationOK.Name = "lblIntegrationOK";
699 			this.lblIntegrationOK.Size = new System.Drawing.Size(166, 13);
700 			this.lblIntegrationOK.TabIndex = 1;
701 			this.lblIntegrationOK.Text = "Google Drive integration is active.";
702 			//
703 			// flowLayoutPanel4
704 			//
705 			this.flowLayoutPanel4.Controls.Add(this.lblLastSync);
706 			this.flowLayoutPanel4.Controls.Add(this.lblLastSyncDateTime);
707 			this.flowLayoutPanel4.Controls.Add(this.btnResync);
708 			this.flowLayoutPanel4.Location = new System.Drawing.Point(0, 22);
709 			this.flowLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
710 			this.flowLayoutPanel4.Name = "flowLayoutPanel4";
711 			this.flowLayoutPanel4.Size = new System.Drawing.Size(444, 28);
712 			this.flowLayoutPanel4.TabIndex = 3;
713 			//
714 			// lblLastSync
715 			//
716 			this.lblLastSync.Anchor = System.Windows.Forms.AnchorStyles.Left;
717 			this.lblLastSync.AutoSize = true;
718 			this.lblLastSync.Location = new System.Drawing.Point(3, 9);
719 			this.lblLastSync.Name = "lblLastSync";
720 			this.lblLastSync.Size = new System.Drawing.Size(57, 13);
721 			this.lblLastSync.TabIndex = 0;
722 			this.lblLastSync.Text = "Last Sync:";
723 			//
724 			// lblLastSyncDateTime
725 			//
726 			this.lblLastSyncDateTime.Anchor = System.Windows.Forms.AnchorStyles.Left;
727 			this.lblLastSyncDateTime.AutoSize = true;
728 			this.lblLastSyncDateTime.Location = new System.Drawing.Point(66, 9);
729 			this.lblLastSyncDateTime.Name = "lblLastSyncDateTime";
730 			this.lblLastSyncDateTime.Size = new System.Drawing.Size(114, 13);
731 			this.lblLastSyncDateTime.TabIndex = 1;
732 			this.lblLastSyncDateTime.Text = "9999/01/01 12:00 PM";
733 			//
734 			// btnResync
735 			//
736 			this.btnResync.AutoSize = true;
737 			this.btnResync.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
738 			this.btnResync.Image = global::Mesen.GUI.Properties.Resources.Reset;
739 			this.btnResync.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
740 			this.btnResync.Location = new System.Drawing.Point(186, 3);
741 			this.btnResync.MinimumSize = new System.Drawing.Size(0, 25);
742 			this.btnResync.Name = "btnResync";
743 			this.btnResync.Size = new System.Drawing.Size(69, 25);
744 			this.btnResync.TabIndex = 4;
745 			this.btnResync.Text = "Resync";
746 			this.btnResync.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
747 			this.btnResync.UseVisualStyleBackColor = true;
748 			this.btnResync.Click += new System.EventHandler(this.btnResync_Click);
749 			//
750 			// grpAutomaticSaves
751 			//
752 			this.grpAutomaticSaves.Controls.Add(this.tableLayoutPanel4);
753 			this.grpAutomaticSaves.Dock = System.Windows.Forms.DockStyle.Fill;
754 			this.grpAutomaticSaves.Location = new System.Drawing.Point(3, 3);
755 			this.grpAutomaticSaves.Name = "grpAutomaticSaves";
756 			this.grpAutomaticSaves.Size = new System.Drawing.Size(477, 90);
757 			this.grpAutomaticSaves.TabIndex = 3;
758 			this.grpAutomaticSaves.TabStop = false;
759 			this.grpAutomaticSaves.Text = "Save States";
760 			//
761 			// tableLayoutPanel4
762 			//
763 			this.tableLayoutPanel4.ColumnCount = 1;
764 			this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
765 			this.tableLayoutPanel4.Controls.Add(this.chkAllowMismatchingSaveStates, 0, 2);
766 			this.tableLayoutPanel4.Controls.Add(this.chkAutoSaveNotify, 0, 1);
767 			this.tableLayoutPanel4.Controls.Add(this.flpAutoSave, 0, 0);
768 			this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
769 			this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
770 			this.tableLayoutPanel4.Name = "tableLayoutPanel4";
771 			this.tableLayoutPanel4.RowCount = 4;
772 			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
773 			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
774 			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
775 			this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
776 			this.tableLayoutPanel4.Size = new System.Drawing.Size(471, 71);
777 			this.tableLayoutPanel4.TabIndex = 0;
778 			//
779 			// chkAllowMismatchingSaveStates
780 			//
781 			this.chkAllowMismatchingSaveStates.Checked = false;
782 			this.chkAllowMismatchingSaveStates.Dock = System.Windows.Forms.DockStyle.Fill;
783 			this.chkAllowMismatchingSaveStates.Location = new System.Drawing.Point(0, 46);
784 			this.chkAllowMismatchingSaveStates.MinimumSize = new System.Drawing.Size(0, 21);
785 			this.chkAllowMismatchingSaveStates.Name = "chkAllowMismatchingSaveStates";
786 			this.chkAllowMismatchingSaveStates.Size = new System.Drawing.Size(471, 23);
787 			this.chkAllowMismatchingSaveStates.TabIndex = 7;
788 			this.chkAllowMismatchingSaveStates.Text = "Allow save states to be loaded on modified ROMs (e.g IPS patches)";
789 			//
790 			// chkAutoSaveNotify
791 			//
792 			this.chkAutoSaveNotify.Anchor = System.Windows.Forms.AnchorStyles.Left;
793 			this.chkAutoSaveNotify.AutoSize = true;
794 			this.chkAutoSaveNotify.Location = new System.Drawing.Point(15, 26);
795 			this.chkAutoSaveNotify.Margin = new System.Windows.Forms.Padding(15, 3, 3, 3);
796 			this.chkAutoSaveNotify.Name = "chkAutoSaveNotify";
797 			this.chkAutoSaveNotify.Size = new System.Drawing.Size(240, 17);
798 			this.chkAutoSaveNotify.TabIndex = 1;
799 			this.chkAutoSaveNotify.Text = "Notify when an automatic save state is saved";
800 			this.chkAutoSaveNotify.UseVisualStyleBackColor = true;
801 			//
802 			// flpAutoSave
803 			//
804 			this.flpAutoSave.Controls.Add(this.chkAutoSave);
805 			this.flpAutoSave.Controls.Add(this.nudAutoSave);
806 			this.flpAutoSave.Controls.Add(this.lblAutoSave);
807 			this.flpAutoSave.Dock = System.Windows.Forms.DockStyle.Fill;
808 			this.flpAutoSave.Location = new System.Drawing.Point(0, 0);
809 			this.flpAutoSave.Margin = new System.Windows.Forms.Padding(0);
810 			this.flpAutoSave.Name = "flpAutoSave";
811 			this.flpAutoSave.Size = new System.Drawing.Size(471, 23);
812 			this.flpAutoSave.TabIndex = 0;
813 			//
814 			// chkAutoSave
815 			//
816 			this.chkAutoSave.Anchor = System.Windows.Forms.AnchorStyles.Left;
817 			this.chkAutoSave.AutoSize = true;
818 			this.chkAutoSave.Location = new System.Drawing.Point(3, 3);
819 			this.chkAutoSave.Name = "chkAutoSave";
820 			this.chkAutoSave.Size = new System.Drawing.Size(211, 17);
821 			this.chkAutoSave.TabIndex = 0;
822 			this.chkAutoSave.Text = "Automatically create a save state every";
823 			this.chkAutoSave.UseVisualStyleBackColor = true;
824 			this.chkAutoSave.CheckedChanged += new System.EventHandler(this.chkAutoSave_CheckedChanged);
825 			//
826 			// nudAutoSave
827 			//
828 			this.nudAutoSave.Anchor = System.Windows.Forms.AnchorStyles.Left;
829 			this.nudAutoSave.DecimalPlaces = 0;
830 			this.nudAutoSave.Increment = new decimal(new int[] {
831             1,
832             0,
833             0,
834             0});
835 			this.nudAutoSave.Location = new System.Drawing.Point(217, 1);
836 			this.nudAutoSave.Margin = new System.Windows.Forms.Padding(0);
837 			this.nudAutoSave.Maximum = new decimal(new int[] {
838             600,
839             0,
840             0,
841             0});
842 			this.nudAutoSave.MaximumSize = new System.Drawing.Size(10000, 20);
843 			this.nudAutoSave.Minimum = new decimal(new int[] {
844             1,
845             0,
846             0,
847             0});
848 			this.nudAutoSave.MinimumSize = new System.Drawing.Size(0, 21);
849 			this.nudAutoSave.Name = "nudAutoSave";
850 			this.nudAutoSave.Size = new System.Drawing.Size(42, 21);
851 			this.nudAutoSave.TabIndex = 1;
852 			this.nudAutoSave.Value = new decimal(new int[] {
853             5,
854             0,
855             0,
856             0});
857 			//
858 			// lblAutoSave
859 			//
860 			this.lblAutoSave.Anchor = System.Windows.Forms.AnchorStyles.Left;
861 			this.lblAutoSave.AutoSize = true;
862 			this.lblAutoSave.Location = new System.Drawing.Point(262, 5);
863 			this.lblAutoSave.Name = "lblAutoSave";
864 			this.lblAutoSave.Size = new System.Drawing.Size(43, 13);
865 			this.lblAutoSave.TabIndex = 2;
866 			this.lblAutoSave.Text = "minutes";
867 			//
868 			// tpgFdsNfs
869 			//
870 			this.tpgFdsNfs.Controls.Add(this.tableLayoutPanel2);
871 			this.tpgFdsNfs.Location = new System.Drawing.Point(4, 22);
872 			this.tpgFdsNfs.Name = "tpgFdsNfs";
873 			this.tpgFdsNfs.Padding = new System.Windows.Forms.Padding(3);
874 			this.tpgFdsNfs.Size = new System.Drawing.Size(489, 396);
875 			this.tpgFdsNfs.TabIndex = 4;
876 			this.tpgFdsNfs.Text = "FDS / NSF";
877 			this.tpgFdsNfs.UseVisualStyleBackColor = true;
878 			//
879 			// tableLayoutPanel2
880 			//
881 			this.tableLayoutPanel2.ColumnCount = 1;
882 			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
883 			this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel10, 0, 6);
884 			this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel9, 0, 5);
885 			this.tableLayoutPanel2.Controls.Add(this.lblNsfSettings, 0, 7);
886 			this.tableLayoutPanel2.Controls.Add(this.lblFdsSettings, 0, 0);
887 			this.tableLayoutPanel2.Controls.Add(this.chkFdsAutoLoadDisk, 0, 1);
888 			this.tableLayoutPanel2.Controls.Add(this.chkFdsFastForwardOnLoad, 0, 2);
889 			this.tableLayoutPanel2.Controls.Add(this.chkFdsAutoInsertDisk, 0, 3);
890 			this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel7, 0, 8);
891 			this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel5, 0, 9);
892 			this.tableLayoutPanel2.Controls.Add(this.chkNsfEnableApuIrqs, 0, 10);
893 			this.tableLayoutPanel2.Controls.Add(this.lblVsDualSystem, 0, 4);
894 			this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
895 			this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
896 			this.tableLayoutPanel2.Name = "tableLayoutPanel2";
897 			this.tableLayoutPanel2.RowCount = 12;
898 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
899 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
900 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
901 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
902 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
903 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
904 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
905 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
906 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
907 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
908 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
909 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
910 			this.tableLayoutPanel2.Size = new System.Drawing.Size(483, 390);
911 			this.tableLayoutPanel2.TabIndex = 0;
912 			//
913 			// flowLayoutPanel10
914 			//
915 			this.flowLayoutPanel10.Controls.Add(this.lblVsDualPlayAudio);
916 			this.flowLayoutPanel10.Controls.Add(this.cboVsDualAudioOutput);
917 			this.flowLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
918 			this.flowLayoutPanel10.Location = new System.Drawing.Point(0, 129);
919 			this.flowLayoutPanel10.Margin = new System.Windows.Forms.Padding(0);
920 			this.flowLayoutPanel10.Name = "flowLayoutPanel10";
921 			this.flowLayoutPanel10.Size = new System.Drawing.Size(483, 27);
922 			this.flowLayoutPanel10.TabIndex = 29;
923 			//
924 			// lblVsDualPlayAudio
925 			//
926 			this.lblVsDualPlayAudio.Anchor = System.Windows.Forms.AnchorStyles.Left;
927 			this.lblVsDualPlayAudio.AutoSize = true;
928 			this.lblVsDualPlayAudio.Location = new System.Drawing.Point(10, 7);
929 			this.lblVsDualPlayAudio.Margin = new System.Windows.Forms.Padding(10, 0, 3, 0);
930 			this.lblVsDualPlayAudio.Name = "lblVsDualPlayAudio";
931 			this.lblVsDualPlayAudio.Size = new System.Drawing.Size(74, 13);
932 			this.lblVsDualPlayAudio.TabIndex = 4;
933 			this.lblVsDualPlayAudio.Text = "Play audio for:";
934 			//
935 			// cboVsDualAudioOutput
936 			//
937 			this.cboVsDualAudioOutput.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
938 			this.cboVsDualAudioOutput.FormattingEnabled = true;
939 			this.cboVsDualAudioOutput.Location = new System.Drawing.Point(90, 3);
940 			this.cboVsDualAudioOutput.Name = "cboVsDualAudioOutput";
941 			this.cboVsDualAudioOutput.Size = new System.Drawing.Size(127, 21);
942 			this.cboVsDualAudioOutput.TabIndex = 5;
943 			//
944 			// flowLayoutPanel9
945 			//
946 			this.flowLayoutPanel9.Controls.Add(this.lblVsDualShowVideo);
947 			this.flowLayoutPanel9.Controls.Add(this.cboVsDualVideoOutput);
948 			this.flowLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
949 			this.flowLayoutPanel9.Location = new System.Drawing.Point(0, 102);
950 			this.flowLayoutPanel9.Margin = new System.Windows.Forms.Padding(0);
951 			this.flowLayoutPanel9.Name = "flowLayoutPanel9";
952 			this.flowLayoutPanel9.Size = new System.Drawing.Size(483, 27);
953 			this.flowLayoutPanel9.TabIndex = 28;
954 			//
955 			// lblVsDualShowVideo
956 			//
957 			this.lblVsDualShowVideo.Anchor = System.Windows.Forms.AnchorStyles.Left;
958 			this.lblVsDualShowVideo.AutoSize = true;
959 			this.lblVsDualShowVideo.Location = new System.Drawing.Point(10, 7);
960 			this.lblVsDualShowVideo.Margin = new System.Windows.Forms.Padding(10, 0, 3, 0);
961 			this.lblVsDualShowVideo.Name = "lblVsDualShowVideo";
962 			this.lblVsDualShowVideo.Size = new System.Drawing.Size(81, 13);
963 			this.lblVsDualShowVideo.TabIndex = 4;
964 			this.lblVsDualShowVideo.Text = "Show video for:";
965 			//
966 			// cboVsDualVideoOutput
967 			//
968 			this.cboVsDualVideoOutput.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
969 			this.cboVsDualVideoOutput.FormattingEnabled = true;
970 			this.cboVsDualVideoOutput.Location = new System.Drawing.Point(97, 3);
971 			this.cboVsDualVideoOutput.Name = "cboVsDualVideoOutput";
972 			this.cboVsDualVideoOutput.Size = new System.Drawing.Size(127, 21);
973 			this.cboVsDualVideoOutput.TabIndex = 5;
974 			//
975 			// lblNsfSettings
976 			//
977 			this.lblNsfSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
978 			this.lblNsfSettings.AutoSize = true;
979 			this.lblNsfSettings.ForeColor = System.Drawing.SystemColors.GrayText;
980 			this.lblNsfSettings.Location = new System.Drawing.Point(0, 163);
981 			this.lblNsfSettings.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
982 			this.lblNsfSettings.Name = "lblNsfSettings";
983 			this.lblNsfSettings.Size = new System.Drawing.Size(69, 13);
984 			this.lblNsfSettings.TabIndex = 25;
985 			this.lblNsfSettings.Text = "NSF Settings";
986 			//
987 			// lblFdsSettings
988 			//
989 			this.lblFdsSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
990 			this.lblFdsSettings.AutoSize = true;
991 			this.lblFdsSettings.ForeColor = System.Drawing.SystemColors.GrayText;
992 			this.lblFdsSettings.Location = new System.Drawing.Point(0, 0);
993 			this.lblFdsSettings.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
994 			this.lblFdsSettings.Name = "lblFdsSettings";
995 			this.lblFdsSettings.Size = new System.Drawing.Size(151, 13);
996 			this.lblFdsSettings.TabIndex = 24;
997 			this.lblFdsSettings.Text = "Famicom Disk System Settings";
998 			//
999 			// chkFdsAutoLoadDisk
1000 			//
1001 			this.chkFdsAutoLoadDisk.AutoSize = true;
1002 			this.chkFdsAutoLoadDisk.Location = new System.Drawing.Point(13, 16);
1003 			this.chkFdsAutoLoadDisk.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
1004 			this.chkFdsAutoLoadDisk.Name = "chkFdsAutoLoadDisk";
1005 			this.chkFdsAutoLoadDisk.Size = new System.Drawing.Size(303, 17);
1006 			this.chkFdsAutoLoadDisk.TabIndex = 3;
1007 			this.chkFdsAutoLoadDisk.Text = "Automatically insert disk 1 side A when starting FDS games";
1008 			this.chkFdsAutoLoadDisk.UseVisualStyleBackColor = true;
1009 			//
1010 			// chkFdsFastForwardOnLoad
1011 			//
1012 			this.chkFdsFastForwardOnLoad.AutoSize = true;
1013 			this.chkFdsFastForwardOnLoad.Location = new System.Drawing.Point(13, 39);
1014 			this.chkFdsFastForwardOnLoad.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
1015 			this.chkFdsFastForwardOnLoad.Name = "chkFdsFastForwardOnLoad";
1016 			this.chkFdsFastForwardOnLoad.Size = new System.Drawing.Size(342, 17);
1017 			this.chkFdsFastForwardOnLoad.TabIndex = 4;
1018 			this.chkFdsFastForwardOnLoad.Text = "Automatically fast forward FDS games when disk or BIOS is loading";
1019 			this.chkFdsFastForwardOnLoad.UseVisualStyleBackColor = true;
1020 			//
1021 			// chkFdsAutoInsertDisk
1022 			//
1023 			this.chkFdsAutoInsertDisk.AutoSize = true;
1024 			this.chkFdsAutoInsertDisk.Location = new System.Drawing.Point(13, 62);
1025 			this.chkFdsAutoInsertDisk.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
1026 			this.chkFdsAutoInsertDisk.Name = "chkFdsAutoInsertDisk";
1027 			this.chkFdsAutoInsertDisk.Size = new System.Drawing.Size(221, 17);
1028 			this.chkFdsAutoInsertDisk.TabIndex = 10;
1029 			this.chkFdsAutoInsertDisk.Text = "Automatically switch disks for FDS games";
1030 			this.chkFdsAutoInsertDisk.UseVisualStyleBackColor = true;
1031 			//
1032 			// flowLayoutPanel7
1033 			//
1034 			this.flowLayoutPanel7.Controls.Add(this.chkNsfAutoDetectSilence);
1035 			this.flowLayoutPanel7.Controls.Add(this.nudNsfAutoDetectSilenceDelay);
1036 			this.flowLayoutPanel7.Controls.Add(this.lblNsfMillisecondsOfSilence);
1037 			this.flowLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
1038 			this.flowLayoutPanel7.Location = new System.Drawing.Point(0, 176);
1039 			this.flowLayoutPanel7.Margin = new System.Windows.Forms.Padding(0);
1040 			this.flowLayoutPanel7.Name = "flowLayoutPanel7";
1041 			this.flowLayoutPanel7.Size = new System.Drawing.Size(483, 24);
1042 			this.flowLayoutPanel7.TabIndex = 5;
1043 			//
1044 			// chkNsfAutoDetectSilence
1045 			//
1046 			this.chkNsfAutoDetectSilence.Anchor = System.Windows.Forms.AnchorStyles.Left;
1047 			this.chkNsfAutoDetectSilence.AutoSize = true;
1048 			this.chkNsfAutoDetectSilence.Location = new System.Drawing.Point(13, 3);
1049 			this.chkNsfAutoDetectSilence.Margin = new System.Windows.Forms.Padding(13, 3, 0, 3);
1050 			this.chkNsfAutoDetectSilence.Name = "chkNsfAutoDetectSilence";
1051 			this.chkNsfAutoDetectSilence.Size = new System.Drawing.Size(139, 17);
1052 			this.chkNsfAutoDetectSilence.TabIndex = 1;
1053 			this.chkNsfAutoDetectSilence.Text = "Move to next track after";
1054 			this.chkNsfAutoDetectSilence.UseVisualStyleBackColor = true;
1055 			//
1056 			// nudNsfAutoDetectSilenceDelay
1057 			//
1058 			this.nudNsfAutoDetectSilenceDelay.Anchor = System.Windows.Forms.AnchorStyles.Left;
1059 			this.nudNsfAutoDetectSilenceDelay.DecimalPlaces = 0;
1060 			this.nudNsfAutoDetectSilenceDelay.Increment = new decimal(new int[] {
1061             1,
1062             0,
1063             0,
1064             0});
1065 			this.nudNsfAutoDetectSilenceDelay.Location = new System.Drawing.Point(152, 1);
1066 			this.nudNsfAutoDetectSilenceDelay.Margin = new System.Windows.Forms.Padding(0);
1067 			this.nudNsfAutoDetectSilenceDelay.Maximum = new decimal(new int[] {
1068             999999,
1069             0,
1070             0,
1071             0});
1072 			this.nudNsfAutoDetectSilenceDelay.MaximumSize = new System.Drawing.Size(10000, 20);
1073 			this.nudNsfAutoDetectSilenceDelay.Minimum = new decimal(new int[] {
1074             200,
1075             0,
1076             0,
1077             0});
1078 			this.nudNsfAutoDetectSilenceDelay.MinimumSize = new System.Drawing.Size(0, 21);
1079 			this.nudNsfAutoDetectSilenceDelay.Name = "nudNsfAutoDetectSilenceDelay";
1080 			this.nudNsfAutoDetectSilenceDelay.Size = new System.Drawing.Size(57, 21);
1081 			this.nudNsfAutoDetectSilenceDelay.TabIndex = 3;
1082 			this.nudNsfAutoDetectSilenceDelay.Value = new decimal(new int[] {
1083             3000,
1084             0,
1085             0,
1086             0});
1087 			//
1088 			// lblNsfMillisecondsOfSilence
1089 			//
1090 			this.lblNsfMillisecondsOfSilence.Anchor = System.Windows.Forms.AnchorStyles.Left;
1091 			this.lblNsfMillisecondsOfSilence.AutoSize = true;
1092 			this.lblNsfMillisecondsOfSilence.Location = new System.Drawing.Point(209, 5);
1093 			this.lblNsfMillisecondsOfSilence.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
1094 			this.lblNsfMillisecondsOfSilence.Name = "lblNsfMillisecondsOfSilence";
1095 			this.lblNsfMillisecondsOfSilence.Size = new System.Drawing.Size(111, 13);
1096 			this.lblNsfMillisecondsOfSilence.TabIndex = 4;
1097 			this.lblNsfMillisecondsOfSilence.Text = "milliseconds of silence";
1098 			//
1099 			// flowLayoutPanel5
1100 			//
1101 			this.flowLayoutPanel5.Controls.Add(this.chkNsfMoveToNextTrackAfterTime);
1102 			this.flowLayoutPanel5.Controls.Add(this.nudNsfMoveToNextTrackTime);
1103 			this.flowLayoutPanel5.Controls.Add(this.lblNsfSeconds);
1104 			this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
1105 			this.flowLayoutPanel5.Location = new System.Drawing.Point(0, 200);
1106 			this.flowLayoutPanel5.Margin = new System.Windows.Forms.Padding(0);
1107 			this.flowLayoutPanel5.Name = "flowLayoutPanel5";
1108 			this.flowLayoutPanel5.Size = new System.Drawing.Size(483, 24);
1109 			this.flowLayoutPanel5.TabIndex = 4;
1110 			//
1111 			// chkNsfMoveToNextTrackAfterTime
1112 			//
1113 			this.chkNsfMoveToNextTrackAfterTime.Anchor = System.Windows.Forms.AnchorStyles.Left;
1114 			this.chkNsfMoveToNextTrackAfterTime.AutoSize = true;
1115 			this.chkNsfMoveToNextTrackAfterTime.Location = new System.Drawing.Point(13, 3);
1116 			this.chkNsfMoveToNextTrackAfterTime.Margin = new System.Windows.Forms.Padding(13, 3, 0, 3);
1117 			this.chkNsfMoveToNextTrackAfterTime.Name = "chkNsfMoveToNextTrackAfterTime";
1118 			this.chkNsfMoveToNextTrackAfterTime.Size = new System.Drawing.Size(126, 17);
1119 			this.chkNsfMoveToNextTrackAfterTime.TabIndex = 2;
1120 			this.chkNsfMoveToNextTrackAfterTime.Text = "Limit track run time to";
1121 			this.chkNsfMoveToNextTrackAfterTime.UseVisualStyleBackColor = true;
1122 			//
1123 			// nudNsfMoveToNextTrackTime
1124 			//
1125 			this.nudNsfMoveToNextTrackTime.Anchor = System.Windows.Forms.AnchorStyles.Left;
1126 			this.nudNsfMoveToNextTrackTime.DecimalPlaces = 0;
1127 			this.nudNsfMoveToNextTrackTime.Increment = new decimal(new int[] {
1128             1,
1129             0,
1130             0,
1131             0});
1132 			this.nudNsfMoveToNextTrackTime.Location = new System.Drawing.Point(139, 1);
1133 			this.nudNsfMoveToNextTrackTime.Margin = new System.Windows.Forms.Padding(0);
1134 			this.nudNsfMoveToNextTrackTime.Maximum = new decimal(new int[] {
1135             999,
1136             0,
1137             0,
1138             0});
1139 			this.nudNsfMoveToNextTrackTime.MaximumSize = new System.Drawing.Size(10000, 20);
1140 			this.nudNsfMoveToNextTrackTime.Minimum = new decimal(new int[] {
1141             5,
1142             0,
1143             0,
1144             0});
1145 			this.nudNsfMoveToNextTrackTime.MinimumSize = new System.Drawing.Size(0, 21);
1146 			this.nudNsfMoveToNextTrackTime.Name = "nudNsfMoveToNextTrackTime";
1147 			this.nudNsfMoveToNextTrackTime.Size = new System.Drawing.Size(44, 21);
1148 			this.nudNsfMoveToNextTrackTime.TabIndex = 3;
1149 			this.nudNsfMoveToNextTrackTime.Value = new decimal(new int[] {
1150             5,
1151             0,
1152             0,
1153             0});
1154 			//
1155 			// lblNsfSeconds
1156 			//
1157 			this.lblNsfSeconds.Anchor = System.Windows.Forms.AnchorStyles.Left;
1158 			this.lblNsfSeconds.AutoSize = true;
1159 			this.lblNsfSeconds.Location = new System.Drawing.Point(183, 5);
1160 			this.lblNsfSeconds.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
1161 			this.lblNsfSeconds.Name = "lblNsfSeconds";
1162 			this.lblNsfSeconds.Size = new System.Drawing.Size(47, 13);
1163 			this.lblNsfSeconds.TabIndex = 4;
1164 			this.lblNsfSeconds.Text = "seconds";
1165 			//
1166 			// chkNsfEnableApuIrqs
1167 			//
1168 			this.chkNsfEnableApuIrqs.Checked = false;
1169 			this.chkNsfEnableApuIrqs.Dock = System.Windows.Forms.DockStyle.Fill;
1170 			this.chkNsfEnableApuIrqs.Location = new System.Drawing.Point(10, 224);
1171 			this.chkNsfEnableApuIrqs.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
1172 			this.chkNsfEnableApuIrqs.Name = "chkNsfEnableApuIrqs";
1173 			this.chkNsfEnableApuIrqs.Size = new System.Drawing.Size(473, 23);
1174 			this.chkNsfEnableApuIrqs.TabIndex = 26;
1175 			this.chkNsfEnableApuIrqs.Text = "Enable APU IRQs for NSF files";
1176 			//
1177 			// lblVsDualSystem
1178 			//
1179 			this.lblVsDualSystem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1180 			this.lblVsDualSystem.AutoSize = true;
1181 			this.lblVsDualSystem.ForeColor = System.Drawing.SystemColors.GrayText;
1182 			this.lblVsDualSystem.Location = new System.Drawing.Point(0, 89);
1183 			this.lblVsDualSystem.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
1184 			this.lblVsDualSystem.Name = "lblVsDualSystem";
1185 			this.lblVsDualSystem.Size = new System.Drawing.Size(121, 13);
1186 			this.lblVsDualSystem.TabIndex = 27;
1187 			this.lblVsDualSystem.Text = "VS DualSystem Settings";
1188 			//
1189 			// tpgFiles
1190 			//
1191 			this.tpgFiles.Controls.Add(this.tableLayoutPanel6);
1192 			this.tpgFiles.Location = new System.Drawing.Point(4, 22);
1193 			this.tpgFiles.Name = "tpgFiles";
1194 			this.tpgFiles.Padding = new System.Windows.Forms.Padding(3);
1195 			this.tpgFiles.Size = new System.Drawing.Size(489, 396);
1196 			this.tpgFiles.TabIndex = 2;
1197 			this.tpgFiles.Text = "Folders/Files";
1198 			this.tpgFiles.UseVisualStyleBackColor = true;
1199 			//
1200 			// tableLayoutPanel6
1201 			//
1202 			this.tableLayoutPanel6.ColumnCount = 1;
1203 			this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
1204 			this.tableLayoutPanel6.Controls.Add(this.grpPathOverrides, 0, 2);
1205 			this.tableLayoutPanel6.Controls.Add(this.grpFileAssociations, 0, 0);
1206 			this.tableLayoutPanel6.Controls.Add(this.grpDataStorageLocation, 0, 1);
1207 			this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
1208 			this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 3);
1209 			this.tableLayoutPanel6.Margin = new System.Windows.Forms.Padding(0);
1210 			this.tableLayoutPanel6.Name = "tableLayoutPanel6";
1211 			this.tableLayoutPanel6.RowCount = 4;
1212 			this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle());
1213 			this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle());
1214 			this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle());
1215 			this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
1216 			this.tableLayoutPanel6.Size = new System.Drawing.Size(483, 390);
1217 			this.tableLayoutPanel6.TabIndex = 13;
1218 			//
1219 			// grpPathOverrides
1220 			//
1221 			this.grpPathOverrides.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1222             | System.Windows.Forms.AnchorStyles.Left)
1223             | System.Windows.Forms.AnchorStyles.Right)));
1224 			this.grpPathOverrides.Controls.Add(this.tableLayoutPanel10);
1225 			this.grpPathOverrides.Location = new System.Drawing.Point(3, 198);
1226 			this.grpPathOverrides.Name = "grpPathOverrides";
1227 			this.grpPathOverrides.Size = new System.Drawing.Size(477, 186);
1228 			this.grpPathOverrides.TabIndex = 15;
1229 			this.grpPathOverrides.TabStop = false;
1230 			this.grpPathOverrides.Text = "Folder Overrides";
1231 			//
1232 			// tableLayoutPanel10
1233 			//
1234 			this.tableLayoutPanel10.ColumnCount = 2;
1235 			this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
1236 			this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
1237 			this.tableLayoutPanel10.Controls.Add(this.psGame, 1, 0);
1238 			this.tableLayoutPanel10.Controls.Add(this.chkGameOverride, 0, 0);
1239 			this.tableLayoutPanel10.Controls.Add(this.psWave, 1, 2);
1240 			this.tableLayoutPanel10.Controls.Add(this.psMovies, 1, 3);
1241 			this.tableLayoutPanel10.Controls.Add(this.psSaveData, 1, 4);
1242 			this.tableLayoutPanel10.Controls.Add(this.psSaveStates, 1, 5);
1243 			this.tableLayoutPanel10.Controls.Add(this.psScreenshots, 1, 6);
1244 			this.tableLayoutPanel10.Controls.Add(this.psAvi, 1, 7);
1245 			this.tableLayoutPanel10.Controls.Add(this.chkAviOverride, 0, 7);
1246 			this.tableLayoutPanel10.Controls.Add(this.chkScreenshotsOverride, 0, 6);
1247 			this.tableLayoutPanel10.Controls.Add(this.chkSaveDataOverride, 0, 4);
1248 			this.tableLayoutPanel10.Controls.Add(this.chkWaveOverride, 0, 2);
1249 			this.tableLayoutPanel10.Controls.Add(this.chkSaveStatesOverride, 0, 5);
1250 			this.tableLayoutPanel10.Controls.Add(this.chkMoviesOverride, 0, 3);
1251 			this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
1252 			this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16);
1253 			this.tableLayoutPanel10.Name = "tableLayoutPanel10";
1254 			this.tableLayoutPanel10.RowCount = 9;
1255 			this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle());
1256 			this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 5F));
1257 			this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle());
1258 			this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle());
1259 			this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle());
1260 			this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle());
1261 			this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle());
1262 			this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle());
1263 			this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
1264 			this.tableLayoutPanel10.Size = new System.Drawing.Size(471, 167);
1265 			this.tableLayoutPanel10.TabIndex = 0;
1266 			//
1267 			// psGame
1268 			//
1269 			this.psGame.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1270             | System.Windows.Forms.AnchorStyles.Left)
1271             | System.Windows.Forms.AnchorStyles.Right)));
1272 			this.psGame.DisabledText = "";
1273 			this.psGame.Location = new System.Drawing.Point(94, 0);
1274 			this.psGame.Margin = new System.Windows.Forms.Padding(0);
1275 			this.psGame.MaximumSize = new System.Drawing.Size(1000, 20);
1276 			this.psGame.MinimumSize = new System.Drawing.Size(0, 20);
1277 			this.psGame.Name = "psGame";
1278 			this.psGame.Size = new System.Drawing.Size(377, 20);
1279 			this.psGame.TabIndex = 13;
1280 			//
1281 			// chkGameOverride
1282 			//
1283 			this.chkGameOverride.AutoSize = true;
1284 			this.chkGameOverride.Location = new System.Drawing.Point(3, 3);
1285 			this.chkGameOverride.Name = "chkGameOverride";
1286 			this.chkGameOverride.Size = new System.Drawing.Size(62, 17);
1287 			this.chkGameOverride.TabIndex = 12;
1288 			this.chkGameOverride.Text = "Games:";
1289 			this.chkGameOverride.UseVisualStyleBackColor = true;
1290 			this.chkGameOverride.CheckedChanged += new System.EventHandler(this.chkOverride_CheckedChanged);
1291 			//
1292 			// psWave
1293 			//
1294 			this.psWave.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1295             | System.Windows.Forms.AnchorStyles.Left)
1296             | System.Windows.Forms.AnchorStyles.Right)));
1297 			this.psWave.DisabledText = "";
1298 			this.psWave.Location = new System.Drawing.Point(94, 28);
1299 			this.psWave.Margin = new System.Windows.Forms.Padding(0);
1300 			this.psWave.MaximumSize = new System.Drawing.Size(1000, 20);
1301 			this.psWave.MinimumSize = new System.Drawing.Size(0, 20);
1302 			this.psWave.Name = "psWave";
1303 			this.psWave.Size = new System.Drawing.Size(377, 20);
1304 			this.psWave.TabIndex = 6;
1305 			//
1306 			// psMovies
1307 			//
1308 			this.psMovies.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1309             | System.Windows.Forms.AnchorStyles.Left)
1310             | System.Windows.Forms.AnchorStyles.Right)));
1311 			this.psMovies.DisabledText = "";
1312 			this.psMovies.Location = new System.Drawing.Point(94, 51);
1313 			this.psMovies.Margin = new System.Windows.Forms.Padding(0);
1314 			this.psMovies.MaximumSize = new System.Drawing.Size(1000, 20);
1315 			this.psMovies.MinimumSize = new System.Drawing.Size(0, 20);
1316 			this.psMovies.Name = "psMovies";
1317 			this.psMovies.Size = new System.Drawing.Size(377, 20);
1318 			this.psMovies.TabIndex = 7;
1319 			//
1320 			// psSaveData
1321 			//
1322 			this.psSaveData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1323             | System.Windows.Forms.AnchorStyles.Left)
1324             | System.Windows.Forms.AnchorStyles.Right)));
1325 			this.psSaveData.DisabledText = "";
1326 			this.psSaveData.Location = new System.Drawing.Point(94, 74);
1327 			this.psSaveData.Margin = new System.Windows.Forms.Padding(0);
1328 			this.psSaveData.MaximumSize = new System.Drawing.Size(1000, 20);
1329 			this.psSaveData.MinimumSize = new System.Drawing.Size(0, 20);
1330 			this.psSaveData.Name = "psSaveData";
1331 			this.psSaveData.Size = new System.Drawing.Size(377, 20);
1332 			this.psSaveData.TabIndex = 8;
1333 			//
1334 			// psSaveStates
1335 			//
1336 			this.psSaveStates.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1337             | System.Windows.Forms.AnchorStyles.Left)
1338             | System.Windows.Forms.AnchorStyles.Right)));
1339 			this.psSaveStates.DisabledText = "";
1340 			this.psSaveStates.Location = new System.Drawing.Point(94, 97);
1341 			this.psSaveStates.Margin = new System.Windows.Forms.Padding(0);
1342 			this.psSaveStates.MaximumSize = new System.Drawing.Size(1000, 20);
1343 			this.psSaveStates.MinimumSize = new System.Drawing.Size(0, 20);
1344 			this.psSaveStates.Name = "psSaveStates";
1345 			this.psSaveStates.Size = new System.Drawing.Size(377, 20);
1346 			this.psSaveStates.TabIndex = 9;
1347 			//
1348 			// psScreenshots
1349 			//
1350 			this.psScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1351             | System.Windows.Forms.AnchorStyles.Left)
1352             | System.Windows.Forms.AnchorStyles.Right)));
1353 			this.psScreenshots.DisabledText = "";
1354 			this.psScreenshots.Location = new System.Drawing.Point(94, 120);
1355 			this.psScreenshots.Margin = new System.Windows.Forms.Padding(0);
1356 			this.psScreenshots.MaximumSize = new System.Drawing.Size(1000, 20);
1357 			this.psScreenshots.MinimumSize = new System.Drawing.Size(0, 20);
1358 			this.psScreenshots.Name = "psScreenshots";
1359 			this.psScreenshots.Size = new System.Drawing.Size(377, 20);
1360 			this.psScreenshots.TabIndex = 10;
1361 			//
1362 			// psAvi
1363 			//
1364 			this.psAvi.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1365             | System.Windows.Forms.AnchorStyles.Left)
1366             | System.Windows.Forms.AnchorStyles.Right)));
1367 			this.psAvi.DisabledText = "";
1368 			this.psAvi.Location = new System.Drawing.Point(94, 143);
1369 			this.psAvi.Margin = new System.Windows.Forms.Padding(0);
1370 			this.psAvi.MaximumSize = new System.Drawing.Size(1000, 20);
1371 			this.psAvi.MinimumSize = new System.Drawing.Size(0, 20);
1372 			this.psAvi.Name = "psAvi";
1373 			this.psAvi.Size = new System.Drawing.Size(377, 20);
1374 			this.psAvi.TabIndex = 11;
1375 			//
1376 			// chkAviOverride
1377 			//
1378 			this.chkAviOverride.AutoSize = true;
1379 			this.chkAviOverride.Location = new System.Drawing.Point(3, 146);
1380 			this.chkAviOverride.Name = "chkAviOverride";
1381 			this.chkAviOverride.Size = new System.Drawing.Size(61, 17);
1382 			this.chkAviOverride.TabIndex = 4;
1383 			this.chkAviOverride.Text = "Videos:";
1384 			this.chkAviOverride.UseVisualStyleBackColor = true;
1385 			this.chkAviOverride.CheckedChanged += new System.EventHandler(this.chkOverride_CheckedChanged);
1386 			//
1387 			// chkScreenshotsOverride
1388 			//
1389 			this.chkScreenshotsOverride.AutoSize = true;
1390 			this.chkScreenshotsOverride.Location = new System.Drawing.Point(3, 123);
1391 			this.chkScreenshotsOverride.Name = "chkScreenshotsOverride";
1392 			this.chkScreenshotsOverride.Size = new System.Drawing.Size(88, 17);
1393 			this.chkScreenshotsOverride.TabIndex = 3;
1394 			this.chkScreenshotsOverride.Text = "Screenshots:";
1395 			this.chkScreenshotsOverride.UseVisualStyleBackColor = true;
1396 			this.chkScreenshotsOverride.CheckedChanged += new System.EventHandler(this.chkOverride_CheckedChanged);
1397 			//
1398 			// chkSaveDataOverride
1399 			//
1400 			this.chkSaveDataOverride.AutoSize = true;
1401 			this.chkSaveDataOverride.Location = new System.Drawing.Point(3, 77);
1402 			this.chkSaveDataOverride.Name = "chkSaveDataOverride";
1403 			this.chkSaveDataOverride.Size = new System.Drawing.Size(80, 17);
1404 			this.chkSaveDataOverride.TabIndex = 0;
1405 			this.chkSaveDataOverride.Text = "Save Data:";
1406 			this.chkSaveDataOverride.UseVisualStyleBackColor = true;
1407 			this.chkSaveDataOverride.CheckedChanged += new System.EventHandler(this.chkOverride_CheckedChanged);
1408 			//
1409 			// chkWaveOverride
1410 			//
1411 			this.chkWaveOverride.AutoSize = true;
1412 			this.chkWaveOverride.Location = new System.Drawing.Point(3, 31);
1413 			this.chkWaveOverride.Name = "chkWaveOverride";
1414 			this.chkWaveOverride.Size = new System.Drawing.Size(56, 17);
1415 			this.chkWaveOverride.TabIndex = 5;
1416 			this.chkWaveOverride.Text = "Audio:";
1417 			this.chkWaveOverride.UseVisualStyleBackColor = true;
1418 			this.chkWaveOverride.CheckedChanged += new System.EventHandler(this.chkOverride_CheckedChanged);
1419 			//
1420 			// chkSaveStatesOverride
1421 			//
1422 			this.chkSaveStatesOverride.AutoSize = true;
1423 			this.chkSaveStatesOverride.Location = new System.Drawing.Point(3, 100);
1424 			this.chkSaveStatesOverride.Name = "chkSaveStatesOverride";
1425 			this.chkSaveStatesOverride.Size = new System.Drawing.Size(87, 17);
1426 			this.chkSaveStatesOverride.TabIndex = 2;
1427 			this.chkSaveStatesOverride.Text = "Save States:";
1428 			this.chkSaveStatesOverride.UseVisualStyleBackColor = true;
1429 			this.chkSaveStatesOverride.CheckedChanged += new System.EventHandler(this.chkOverride_CheckedChanged);
1430 			//
1431 			// chkMoviesOverride
1432 			//
1433 			this.chkMoviesOverride.AutoSize = true;
1434 			this.chkMoviesOverride.Location = new System.Drawing.Point(3, 54);
1435 			this.chkMoviesOverride.Name = "chkMoviesOverride";
1436 			this.chkMoviesOverride.Size = new System.Drawing.Size(63, 17);
1437 			this.chkMoviesOverride.TabIndex = 1;
1438 			this.chkMoviesOverride.Text = "Movies:";
1439 			this.chkMoviesOverride.UseVisualStyleBackColor = true;
1440 			this.chkMoviesOverride.CheckedChanged += new System.EventHandler(this.chkOverride_CheckedChanged);
1441 			//
1442 			// grpFileAssociations
1443 			//
1444 			this.grpFileAssociations.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1445             | System.Windows.Forms.AnchorStyles.Left)
1446             | System.Windows.Forms.AnchorStyles.Right)));
1447 			this.grpFileAssociations.Controls.Add(this.tlpFileFormat);
1448 			this.grpFileAssociations.Location = new System.Drawing.Point(3, 3);
1449 			this.grpFileAssociations.Name = "grpFileAssociations";
1450 			this.grpFileAssociations.Size = new System.Drawing.Size(477, 86);
1451 			this.grpFileAssociations.TabIndex = 12;
1452 			this.grpFileAssociations.TabStop = false;
1453 			this.grpFileAssociations.Text = "File Associations";
1454 			//
1455 			// tlpFileFormat
1456 			//
1457 			this.tlpFileFormat.ColumnCount = 2;
1458 			this.tlpFileFormat.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
1459 			this.tlpFileFormat.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
1460 			this.tlpFileFormat.Controls.Add(this.chkNesFormat, 0, 0);
1461 			this.tlpFileFormat.Controls.Add(this.chkFdsFormat, 0, 1);
1462 			this.tlpFileFormat.Controls.Add(this.chkUnfFormat, 0, 2);
1463 			this.tlpFileFormat.Controls.Add(this.chkMmoFormat, 1, 2);
1464 			this.tlpFileFormat.Controls.Add(this.chkNsfFormat, 1, 0);
1465 			this.tlpFileFormat.Controls.Add(this.chkMstFormat, 1, 1);
1466 			this.tlpFileFormat.Dock = System.Windows.Forms.DockStyle.Fill;
1467 			this.tlpFileFormat.Location = new System.Drawing.Point(3, 16);
1468 			this.tlpFileFormat.Name = "tlpFileFormat";
1469 			this.tlpFileFormat.RowCount = 5;
1470 			this.tlpFileFormat.RowStyles.Add(new System.Windows.Forms.RowStyle());
1471 			this.tlpFileFormat.RowStyles.Add(new System.Windows.Forms.RowStyle());
1472 			this.tlpFileFormat.RowStyles.Add(new System.Windows.Forms.RowStyle());
1473 			this.tlpFileFormat.RowStyles.Add(new System.Windows.Forms.RowStyle());
1474 			this.tlpFileFormat.RowStyles.Add(new System.Windows.Forms.RowStyle());
1475 			this.tlpFileFormat.Size = new System.Drawing.Size(471, 67);
1476 			this.tlpFileFormat.TabIndex = 0;
1477 			//
1478 			// chkNesFormat
1479 			//
1480 			this.chkNesFormat.AutoSize = true;
1481 			this.chkNesFormat.Location = new System.Drawing.Point(3, 3);
1482 			this.chkNesFormat.Name = "chkNesFormat";
1483 			this.chkNesFormat.Size = new System.Drawing.Size(51, 17);
1484 			this.chkNesFormat.TabIndex = 10;
1485 			this.chkNesFormat.Text = ".NES";
1486 			this.chkNesFormat.UseVisualStyleBackColor = true;
1487 			//
1488 			// chkFdsFormat
1489 			//
1490 			this.chkFdsFormat.AutoSize = true;
1491 			this.chkFdsFormat.Location = new System.Drawing.Point(3, 26);
1492 			this.chkFdsFormat.Name = "chkFdsFormat";
1493 			this.chkFdsFormat.Size = new System.Drawing.Size(162, 17);
1494 			this.chkFdsFormat.TabIndex = 12;
1495 			this.chkFdsFormat.Text = ".FDS (Famicom Disk System)";
1496 			this.chkFdsFormat.UseVisualStyleBackColor = true;
1497 			//
1498 			// chkUnfFormat
1499 			//
1500 			this.chkUnfFormat.AutoSize = true;
1501 			this.chkUnfFormat.Location = new System.Drawing.Point(3, 49);
1502 			this.chkUnfFormat.Name = "chkUnfFormat";
1503 			this.chkUnfFormat.Size = new System.Drawing.Size(85, 17);
1504 			this.chkUnfFormat.TabIndex = 16;
1505 			this.chkUnfFormat.Text = ".UNF (UNIF)";
1506 			this.chkUnfFormat.UseVisualStyleBackColor = true;
1507 			//
1508 			// chkMmoFormat
1509 			//
1510 			this.chkMmoFormat.AutoSize = true;
1511 			this.chkMmoFormat.Location = new System.Drawing.Point(238, 49);
1512 			this.chkMmoFormat.Name = "chkMmoFormat";
1513 			this.chkMmoFormat.Size = new System.Drawing.Size(133, 17);
1514 			this.chkMmoFormat.TabIndex = 11;
1515 			this.chkMmoFormat.Text = ".MMO (Mesen Movies)";
1516 			this.chkMmoFormat.UseVisualStyleBackColor = true;
1517 			//
1518 			// chkNsfFormat
1519 			//
1520 			this.chkNsfFormat.AutoSize = true;
1521 			this.chkNsfFormat.Location = new System.Drawing.Point(238, 3);
1522 			this.chkNsfFormat.Name = "chkNsfFormat";
1523 			this.chkNsfFormat.Size = new System.Drawing.Size(207, 17);
1524 			this.chkNsfFormat.TabIndex = 14;
1525 			this.chkNsfFormat.Text = ".NSF/.NSFE (Nintendo Sound Format)";
1526 			this.chkNsfFormat.UseVisualStyleBackColor = true;
1527 			//
1528 			// chkMstFormat
1529 			//
1530 			this.chkMstFormat.AutoSize = true;
1531 			this.chkMstFormat.Location = new System.Drawing.Point(238, 26);
1532 			this.chkMstFormat.Name = "chkMstFormat";
1533 			this.chkMstFormat.Size = new System.Drawing.Size(149, 17);
1534 			this.chkMstFormat.TabIndex = 15;
1535 			this.chkMstFormat.Text = ".MST (Mesen Save State)";
1536 			this.chkMstFormat.UseVisualStyleBackColor = true;
1537 			//
1538 			// grpDataStorageLocation
1539 			//
1540 			this.grpDataStorageLocation.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
1541             | System.Windows.Forms.AnchorStyles.Left)
1542             | System.Windows.Forms.AnchorStyles.Right)));
1543 			this.grpDataStorageLocation.Controls.Add(this.tableLayoutPanel7);
1544 			this.grpDataStorageLocation.Location = new System.Drawing.Point(3, 95);
1545 			this.grpDataStorageLocation.Name = "grpDataStorageLocation";
1546 			this.grpDataStorageLocation.Size = new System.Drawing.Size(477, 97);
1547 			this.grpDataStorageLocation.TabIndex = 14;
1548 			this.grpDataStorageLocation.TabStop = false;
1549 			this.grpDataStorageLocation.Text = "Data Storage Location";
1550 			//
1551 			// tableLayoutPanel7
1552 			//
1553 			this.tableLayoutPanel7.ColumnCount = 1;
1554 			this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
1555 			this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
1556 			this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel8, 0, 0);
1557 			this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel9, 0, 1);
1558 			this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
1559 			this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 16);
1560 			this.tableLayoutPanel7.Name = "tableLayoutPanel7";
1561 			this.tableLayoutPanel7.RowCount = 3;
1562 			this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle());
1563 			this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle());
1564 			this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
1565 			this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
1566 			this.tableLayoutPanel7.Size = new System.Drawing.Size(471, 78);
1567 			this.tableLayoutPanel7.TabIndex = 13;
1568 			//
1569 			// tableLayoutPanel8
1570 			//
1571 			this.tableLayoutPanel8.ColumnCount = 1;
1572 			this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
1573 			this.tableLayoutPanel8.Controls.Add(this.radStorageDocuments, 0, 0);
1574 			this.tableLayoutPanel8.Controls.Add(this.radStoragePortable, 0, 1);
1575 			this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
1576 			this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 3);
1577 			this.tableLayoutPanel8.Name = "tableLayoutPanel8";
1578 			this.tableLayoutPanel8.RowCount = 2;
1579 			this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
1580 			this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
1581 			this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
1582 			this.tableLayoutPanel8.Size = new System.Drawing.Size(465, 47);
1583 			this.tableLayoutPanel8.TabIndex = 0;
1584 			//
1585 			// radStorageDocuments
1586 			//
1587 			this.radStorageDocuments.AutoSize = true;
1588 			this.radStorageDocuments.Checked = true;
1589 			this.radStorageDocuments.Cursor = System.Windows.Forms.Cursors.Default;
1590 			this.radStorageDocuments.Location = new System.Drawing.Point(3, 3);
1591 			this.radStorageDocuments.Name = "radStorageDocuments";
1592 			this.radStorageDocuments.Size = new System.Drawing.Size(197, 17);
1593 			this.radStorageDocuments.TabIndex = 0;
1594 			this.radStorageDocuments.TabStop = true;
1595 			this.radStorageDocuments.Text = "Store Mesen\'s data in my user profile";
1596 			this.radStorageDocuments.UseVisualStyleBackColor = true;
1597 			this.radStorageDocuments.CheckedChanged += new System.EventHandler(this.radStorageDocuments_CheckedChanged);
1598 			//
1599 			// radStoragePortable
1600 			//
1601 			this.radStoragePortable.AutoSize = true;
1602 			this.radStoragePortable.Cursor = System.Windows.Forms.Cursors.Default;
1603 			this.radStoragePortable.Location = new System.Drawing.Point(3, 26);
1604 			this.radStoragePortable.Name = "radStoragePortable";
1605 			this.radStoragePortable.Size = new System.Drawing.Size(288, 17);
1606 			this.radStoragePortable.TabIndex = 1;
1607 			this.radStoragePortable.Text = "Store Mesen\'s data in the same folder as the application";
1608 			this.radStoragePortable.UseVisualStyleBackColor = true;
1609 			this.radStoragePortable.CheckedChanged += new System.EventHandler(this.radStorageDocuments_CheckedChanged);
1610 			//
1611 			// tableLayoutPanel9
1612 			//
1613 			this.tableLayoutPanel9.AutoSize = true;
1614 			this.tableLayoutPanel9.ColumnCount = 2;
1615 			this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
1616 			this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
1617 			this.tableLayoutPanel9.Controls.Add(this.lblLocation, 1, 0);
1618 			this.tableLayoutPanel9.Controls.Add(this.lblDataLocation, 0, 0);
1619 			this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
1620 			this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 56);
1621 			this.tableLayoutPanel9.Name = "tableLayoutPanel9";
1622 			this.tableLayoutPanel9.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
1623 			this.tableLayoutPanel9.RowCount = 1;
1624 			this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
1625 			this.tableLayoutPanel9.Size = new System.Drawing.Size(465, 18);
1626 			this.tableLayoutPanel9.TabIndex = 39;
1627 			//
1628 			// lblLocation
1629 			//
1630 			this.lblLocation.Dock = System.Windows.Forms.DockStyle.Fill;
1631 			this.lblLocation.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1632 			this.lblLocation.ForeColor = System.Drawing.SystemColors.ControlText;
1633 			this.lblLocation.Location = new System.Drawing.Point(48, 5);
1634 			this.lblLocation.Name = "lblLocation";
1635 			this.lblLocation.Size = new System.Drawing.Size(414, 13);
1636 			this.lblLocation.TabIndex = 1;
1637 			this.lblLocation.Text = "....";
1638 			//
1639 			// lblDataLocation
1640 			//
1641 			this.lblDataLocation.AutoSize = true;
1642 			this.lblDataLocation.Location = new System.Drawing.Point(3, 5);
1643 			this.lblDataLocation.Name = "lblDataLocation";
1644 			this.lblDataLocation.Size = new System.Drawing.Size(39, 13);
1645 			this.lblDataLocation.TabIndex = 0;
1646 			this.lblDataLocation.Text = "Folder:";
1647 			//
1648 			// tpgAdvanced
1649 			//
1650 			this.tpgAdvanced.Controls.Add(this.tableLayoutPanel1);
1651 			this.tpgAdvanced.Location = new System.Drawing.Point(4, 22);
1652 			this.tpgAdvanced.Name = "tpgAdvanced";
1653 			this.tpgAdvanced.Padding = new System.Windows.Forms.Padding(3);
1654 			this.tpgAdvanced.Size = new System.Drawing.Size(489, 396);
1655 			this.tpgAdvanced.TabIndex = 1;
1656 			this.tpgAdvanced.Text = "Advanced";
1657 			this.tpgAdvanced.UseVisualStyleBackColor = true;
1658 			//
1659 			// tableLayoutPanel1
1660 			//
1661 			this.tableLayoutPanel1.ColumnCount = 1;
1662 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
1663 			this.tableLayoutPanel1.Controls.Add(this.chkDisableHighResolutionTimer, 0, 1);
1664 			this.tableLayoutPanel1.Controls.Add(this.chkShowFullPathInRecents, 0, 8);
1665 			this.tableLayoutPanel1.Controls.Add(this.chkDisableGameSelectionScreen, 0, 14);
1666 			this.tableLayoutPanel1.Controls.Add(this.chkGameSelectionScreenResetGame, 0, 13);
1667 			this.tableLayoutPanel1.Controls.Add(this.chkDisableGameDatabase, 0, 0);
1668 			this.tableLayoutPanel1.Controls.Add(this.chkDisplayTitleBarInfo, 0, 7);
1669 			this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel6, 0, 15);
1670 			this.tableLayoutPanel1.Controls.Add(this.chkShowGameTimer, 0, 10);
1671 			this.tableLayoutPanel1.Controls.Add(this.chkShowFrameCounter, 0, 9);
1672 			this.tableLayoutPanel1.Controls.Add(this.chkShowVsConfigOnLoad, 0, 11);
1673 			this.tableLayoutPanel1.Controls.Add(this.chkDisableOsd, 0, 6);
1674 			this.tableLayoutPanel1.Controls.Add(this.lblUiDisplaySettings, 0, 5);
1675 			this.tableLayoutPanel1.Controls.Add(this.lblGameSelectionScreenSettings, 0, 12);
1676 			this.tableLayoutPanel1.Controls.Add(this.lblWindowSettings, 0, 2);
1677 			this.tableLayoutPanel1.Controls.Add(this.chkAlwaysOnTop, 0, 3);
1678 			this.tableLayoutPanel1.Controls.Add(this.chkDisableMouseResize, 0, 4);
1679 			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
1680 			this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
1681 			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
1682 			this.tableLayoutPanel1.RowCount = 17;
1683 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
1684 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
1685 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
1686 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
1687 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
1688 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
1689 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
1690 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
1691 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
1692 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
1693 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
1694 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
1695 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
1696 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
1697 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
1698 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
1699 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
1700 			this.tableLayoutPanel1.Size = new System.Drawing.Size(483, 390);
1701 			this.tableLayoutPanel1.TabIndex = 0;
1702 			//
1703 			// chkDisableHighResolutionTimer
1704 			//
1705 			this.chkDisableHighResolutionTimer.Checked = false;
1706 			this.chkDisableHighResolutionTimer.Dock = System.Windows.Forms.DockStyle.Fill;
1707 			this.chkDisableHighResolutionTimer.Location = new System.Drawing.Point(0, 23);
1708 			this.chkDisableHighResolutionTimer.MinimumSize = new System.Drawing.Size(0, 21);
1709 			this.chkDisableHighResolutionTimer.Name = "chkDisableHighResolutionTimer";
1710 			this.chkDisableHighResolutionTimer.Size = new System.Drawing.Size(483, 23);
1711 			this.chkDisableHighResolutionTimer.TabIndex = 31;
1712 			this.chkDisableHighResolutionTimer.Text = "Disable high resolution timer";
1713 			//
1714 			// chkShowFullPathInRecents
1715 			//
1716 			this.chkShowFullPathInRecents.AutoSize = true;
1717 			this.chkShowFullPathInRecents.Location = new System.Drawing.Point(13, 181);
1718 			this.chkShowFullPathInRecents.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
1719 			this.chkShowFullPathInRecents.Name = "chkShowFullPathInRecents";
1720 			this.chkShowFullPathInRecents.Size = new System.Drawing.Size(184, 17);
1721 			this.chkShowFullPathInRecents.TabIndex = 30;
1722 			this.chkShowFullPathInRecents.Text = "Show full file path in recent file list";
1723 			this.chkShowFullPathInRecents.UseVisualStyleBackColor = true;
1724 			//
1725 			// chkDisableGameSelectionScreen
1726 			//
1727 			this.chkDisableGameSelectionScreen.AutoSize = true;
1728 			this.chkDisableGameSelectionScreen.Location = new System.Drawing.Point(13, 316);
1729 			this.chkDisableGameSelectionScreen.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
1730 			this.chkDisableGameSelectionScreen.Name = "chkDisableGameSelectionScreen";
1731 			this.chkDisableGameSelectionScreen.Size = new System.Drawing.Size(170, 17);
1732 			this.chkDisableGameSelectionScreen.TabIndex = 28;
1733 			this.chkDisableGameSelectionScreen.Text = "Disable game selection screen";
1734 			this.chkDisableGameSelectionScreen.UseVisualStyleBackColor = true;
1735 			//
1736 			// chkGameSelectionScreenResetGame
1737 			//
1738 			this.chkGameSelectionScreenResetGame.AutoSize = true;
1739 			this.chkGameSelectionScreenResetGame.Location = new System.Drawing.Point(13, 293);
1740 			this.chkGameSelectionScreenResetGame.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
1741 			this.chkGameSelectionScreenResetGame.Name = "chkGameSelectionScreenResetGame";
1742 			this.chkGameSelectionScreenResetGame.Size = new System.Drawing.Size(388, 17);
1743 			this.chkGameSelectionScreenResetGame.TabIndex = 27;
1744 			this.chkGameSelectionScreenResetGame.Text = "Start game from power-on instead of resuming the previous gameplay session";
1745 			this.chkGameSelectionScreenResetGame.UseVisualStyleBackColor = true;
1746 			//
1747 			// chkDisableGameDatabase
1748 			//
1749 			this.chkDisableGameDatabase.Checked = false;
1750 			this.chkDisableGameDatabase.Dock = System.Windows.Forms.DockStyle.Fill;
1751 			this.chkDisableGameDatabase.Location = new System.Drawing.Point(0, 0);
1752 			this.chkDisableGameDatabase.MinimumSize = new System.Drawing.Size(0, 21);
1753 			this.chkDisableGameDatabase.Name = "chkDisableGameDatabase";
1754 			this.chkDisableGameDatabase.Size = new System.Drawing.Size(483, 23);
1755 			this.chkDisableGameDatabase.TabIndex = 6;
1756 			this.chkDisableGameDatabase.Text = "Disable built-in game database";
1757 			//
1758 			// chkDisplayTitleBarInfo
1759 			//
1760 			this.chkDisplayTitleBarInfo.AutoSize = true;
1761 			this.chkDisplayTitleBarInfo.Location = new System.Drawing.Point(13, 158);
1762 			this.chkDisplayTitleBarInfo.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
1763 			this.chkDisplayTitleBarInfo.Name = "chkDisplayTitleBarInfo";
1764 			this.chkDisplayTitleBarInfo.Size = new System.Drawing.Size(210, 17);
1765 			this.chkDisplayTitleBarInfo.TabIndex = 8;
1766 			this.chkDisplayTitleBarInfo.Text = "Display additional information in title bar";
1767 			this.chkDisplayTitleBarInfo.UseVisualStyleBackColor = true;
1768 			//
1769 			// flowLayoutPanel6
1770 			//
1771 			this.flowLayoutPanel6.Controls.Add(this.lblRewind);
1772 			this.flowLayoutPanel6.Controls.Add(this.nudRewindBufferSize);
1773 			this.flowLayoutPanel6.Controls.Add(this.lblRewindMinutes);
1774 			this.flowLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
1775 			this.flowLayoutPanel6.Location = new System.Drawing.Point(0, 339);
1776 			this.flowLayoutPanel6.Margin = new System.Windows.Forms.Padding(0, 3, 0, 0);
1777 			this.flowLayoutPanel6.Name = "flowLayoutPanel6";
1778 			this.flowLayoutPanel6.Size = new System.Drawing.Size(483, 23);
1779 			this.flowLayoutPanel6.TabIndex = 9;
1780 			//
1781 			// lblRewind
1782 			//
1783 			this.lblRewind.Anchor = System.Windows.Forms.AnchorStyles.Left;
1784 			this.lblRewind.AutoSize = true;
1785 			this.lblRewind.Location = new System.Drawing.Point(3, 4);
1786 			this.lblRewind.Name = "lblRewind";
1787 			this.lblRewind.Size = new System.Drawing.Size(142, 13);
1788 			this.lblRewind.TabIndex = 3;
1789 			this.lblRewind.Text = "Keep rewind data for the last";
1790 			//
1791 			// nudRewindBufferSize
1792 			//
1793 			this.nudRewindBufferSize.Anchor = System.Windows.Forms.AnchorStyles.Left;
1794 			this.nudRewindBufferSize.DecimalPlaces = 0;
1795 			this.nudRewindBufferSize.Increment = new decimal(new int[] {
1796             1,
1797             0,
1798             0,
1799             0});
1800 			this.nudRewindBufferSize.Location = new System.Drawing.Point(148, 0);
1801 			this.nudRewindBufferSize.Margin = new System.Windows.Forms.Padding(0);
1802 			this.nudRewindBufferSize.Maximum = new decimal(new int[] {
1803             900,
1804             0,
1805             0,
1806             0});
1807 			this.nudRewindBufferSize.MaximumSize = new System.Drawing.Size(10000, 20);
1808 			this.nudRewindBufferSize.Minimum = new decimal(new int[] {
1809             0,
1810             0,
1811             0,
1812             0});
1813 			this.nudRewindBufferSize.MinimumSize = new System.Drawing.Size(0, 21);
1814 			this.nudRewindBufferSize.Name = "nudRewindBufferSize";
1815 			this.nudRewindBufferSize.Size = new System.Drawing.Size(42, 21);
1816 			this.nudRewindBufferSize.TabIndex = 1;
1817 			this.nudRewindBufferSize.Value = new decimal(new int[] {
1818             300,
1819             0,
1820             0,
1821             0});
1822 			//
1823 			// lblRewindMinutes
1824 			//
1825 			this.lblRewindMinutes.Anchor = System.Windows.Forms.AnchorStyles.Left;
1826 			this.lblRewindMinutes.AutoSize = true;
1827 			this.lblRewindMinutes.Location = new System.Drawing.Point(193, 4);
1828 			this.lblRewindMinutes.Name = "lblRewindMinutes";
1829 			this.lblRewindMinutes.Size = new System.Drawing.Size(175, 13);
1830 			this.lblRewindMinutes.TabIndex = 2;
1831 			this.lblRewindMinutes.Text = "minutes (Memory Usage ≈1MB/min)";
1832 			//
1833 			// chkShowGameTimer
1834 			//
1835 			this.chkShowGameTimer.AutoSize = true;
1836 			this.chkShowGameTimer.Location = new System.Drawing.Point(13, 227);
1837 			this.chkShowGameTimer.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
1838 			this.chkShowGameTimer.Name = "chkShowGameTimer";
1839 			this.chkShowGameTimer.Size = new System.Drawing.Size(107, 17);
1840 			this.chkShowGameTimer.TabIndex = 11;
1841 			this.chkShowGameTimer.Text = "Show game timer";
1842 			this.chkShowGameTimer.UseVisualStyleBackColor = true;
1843 			//
1844 			// chkShowFrameCounter
1845 			//
1846 			this.chkShowFrameCounter.AutoSize = true;
1847 			this.chkShowFrameCounter.Location = new System.Drawing.Point(13, 204);
1848 			this.chkShowFrameCounter.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
1849 			this.chkShowFrameCounter.Name = "chkShowFrameCounter";
1850 			this.chkShowFrameCounter.Size = new System.Drawing.Size(121, 17);
1851 			this.chkShowFrameCounter.TabIndex = 12;
1852 			this.chkShowFrameCounter.Text = "Show frame counter";
1853 			this.chkShowFrameCounter.UseVisualStyleBackColor = true;
1854 			//
1855 			// chkShowVsConfigOnLoad
1856 			//
1857 			this.chkShowVsConfigOnLoad.AutoSize = true;
1858 			this.chkShowVsConfigOnLoad.Location = new System.Drawing.Point(13, 250);
1859 			this.chkShowVsConfigOnLoad.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
1860 			this.chkShowVsConfigOnLoad.Name = "chkShowVsConfigOnLoad";
1861 			this.chkShowVsConfigOnLoad.Size = new System.Drawing.Size(331, 17);
1862 			this.chkShowVsConfigOnLoad.TabIndex = 13;
1863 			this.chkShowVsConfigOnLoad.Text = "Show game configuration dialog when loading VS System games";
1864 			this.chkShowVsConfigOnLoad.UseVisualStyleBackColor = true;
1865 			//
1866 			// chkDisableOsd
1867 			//
1868 			this.chkDisableOsd.AutoSize = true;
1869 			this.chkDisableOsd.Location = new System.Drawing.Point(13, 135);
1870 			this.chkDisableOsd.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
1871 			this.chkDisableOsd.Name = "chkDisableOsd";
1872 			this.chkDisableOsd.Size = new System.Drawing.Size(178, 17);
1873 			this.chkDisableOsd.TabIndex = 14;
1874 			this.chkDisableOsd.Text = "Disable on-screen display (OSD)";
1875 			this.chkDisableOsd.UseVisualStyleBackColor = true;
1876 			//
1877 			// lblUiDisplaySettings
1878 			//
1879 			this.lblUiDisplaySettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1880 			this.lblUiDisplaySettings.AutoSize = true;
1881 			this.lblUiDisplaySettings.ForeColor = System.Drawing.SystemColors.GrayText;
1882 			this.lblUiDisplaySettings.Location = new System.Drawing.Point(0, 119);
1883 			this.lblUiDisplaySettings.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
1884 			this.lblUiDisplaySettings.Name = "lblUiDisplaySettings";
1885 			this.lblUiDisplaySettings.Size = new System.Drawing.Size(96, 13);
1886 			this.lblUiDisplaySettings.TabIndex = 25;
1887 			this.lblUiDisplaySettings.Text = "UI Display Settings";
1888 			//
1889 			// lblGameSelectionScreenSettings
1890 			//
1891 			this.lblGameSelectionScreenSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1892 			this.lblGameSelectionScreenSettings.AutoSize = true;
1893 			this.lblGameSelectionScreenSettings.ForeColor = System.Drawing.SystemColors.GrayText;
1894 			this.lblGameSelectionScreenSettings.Location = new System.Drawing.Point(0, 277);
1895 			this.lblGameSelectionScreenSettings.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
1896 			this.lblGameSelectionScreenSettings.Name = "lblGameSelectionScreenSettings";
1897 			this.lblGameSelectionScreenSettings.Size = new System.Drawing.Size(160, 13);
1898 			this.lblGameSelectionScreenSettings.TabIndex = 26;
1899 			this.lblGameSelectionScreenSettings.Text = "Game Selection Screen Settings";
1900 			//
1901 			// lblWindowSettings
1902 			//
1903 			this.lblWindowSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1904 			this.lblWindowSettings.AutoSize = true;
1905 			this.lblWindowSettings.ForeColor = System.Drawing.SystemColors.GrayText;
1906 			this.lblWindowSettings.Location = new System.Drawing.Point(0, 53);
1907 			this.lblWindowSettings.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
1908 			this.lblWindowSettings.Name = "lblWindowSettings";
1909 			this.lblWindowSettings.Size = new System.Drawing.Size(87, 13);
1910 			this.lblWindowSettings.TabIndex = 32;
1911 			this.lblWindowSettings.Text = "Window Settings";
1912 			//
1913 			// chkAlwaysOnTop
1914 			//
1915 			this.chkAlwaysOnTop.AutoSize = true;
1916 			this.chkAlwaysOnTop.Location = new System.Drawing.Point(13, 69);
1917 			this.chkAlwaysOnTop.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
1918 			this.chkAlwaysOnTop.Name = "chkAlwaysOnTop";
1919 			this.chkAlwaysOnTop.Size = new System.Drawing.Size(210, 17);
1920 			this.chkAlwaysOnTop.TabIndex = 29;
1921 			this.chkAlwaysOnTop.Text = "Always display on top of other windows";
1922 			this.chkAlwaysOnTop.UseVisualStyleBackColor = true;
1923 			//
1924 			// chkDisableMouseResize
1925 			//
1926 			this.chkDisableMouseResize.AutoSize = true;
1927 			this.chkDisableMouseResize.Location = new System.Drawing.Point(13, 92);
1928 			this.chkDisableMouseResize.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
1929 			this.chkDisableMouseResize.Name = "chkDisableMouseResize";
1930 			this.chkDisableMouseResize.Size = new System.Drawing.Size(310, 17);
1931 			this.chkDisableMouseResize.TabIndex = 33;
1932 			this.chkDisableMouseResize.Text = "Do not allow the main window to be resized using the mouse";
1933 			this.chkDisableMouseResize.UseVisualStyleBackColor = true;
1934 			//
1935 			// tmrSyncDateTime
1936 			//
1937 			this.tmrSyncDateTime.Enabled = true;
1938 			this.tmrSyncDateTime.Tick += new System.EventHandler(this.tmrSyncDateTime_Tick);
1939 			//
1940 			// frmPreferences
1941 			//
1942 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1943 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1944 			this.ClientSize = new System.Drawing.Size(497, 451);
1945 			this.Controls.Add(this.tabMain);
1946 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
1947 			this.MaximizeBox = false;
1948 			this.MinimizeBox = false;
1949 			this.MinimumSize = new System.Drawing.Size(513, 322);
1950 			this.Name = "frmPreferences";
1951 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
1952 			this.Text = "Preferences";
1953 			this.Controls.SetChildIndex(this.baseConfigPanel, 0);
1954 			this.Controls.SetChildIndex(this.tabMain, 0);
1955 			this.tlpMain.ResumeLayout(false);
1956 			this.tlpMain.PerformLayout();
1957 			this.flowLayoutPanel2.ResumeLayout(false);
1958 			this.flowLayoutPanel2.PerformLayout();
1959 			this.tableLayoutPanel5.ResumeLayout(false);
1960 			this.tableLayoutPanel5.PerformLayout();
1961 			this.flowLayoutPanel8.ResumeLayout(false);
1962 			this.flowLayoutPanel8.PerformLayout();
1963 			this.tabMain.ResumeLayout(false);
1964 			this.tpgGeneral.ResumeLayout(false);
1965 			this.tpgShortcuts.ResumeLayout(false);
1966 			this.tpgSaveData.ResumeLayout(false);
1967 			this.tableLayoutPanel3.ResumeLayout(false);
1968 			this.grpCloudSaves.ResumeLayout(false);
1969 			this.tlpCloudSaves.ResumeLayout(false);
1970 			this.tlpCloudSaveDesc.ResumeLayout(false);
1971 			this.tlpCloudSaveDesc.PerformLayout();
1972 			this.tlpCloudSaveEnabled.ResumeLayout(false);
1973 			this.flowLayoutPanel3.ResumeLayout(false);
1974 			this.flowLayoutPanel3.PerformLayout();
1975 			((System.ComponentModel.ISupportInitialize)(this.picOK)).EndInit();
1976 			this.flowLayoutPanel4.ResumeLayout(false);
1977 			this.flowLayoutPanel4.PerformLayout();
1978 			this.grpAutomaticSaves.ResumeLayout(false);
1979 			this.tableLayoutPanel4.ResumeLayout(false);
1980 			this.tableLayoutPanel4.PerformLayout();
1981 			this.flpAutoSave.ResumeLayout(false);
1982 			this.flpAutoSave.PerformLayout();
1983 			this.tpgFdsNfs.ResumeLayout(false);
1984 			this.tableLayoutPanel2.ResumeLayout(false);
1985 			this.tableLayoutPanel2.PerformLayout();
1986 			this.flowLayoutPanel10.ResumeLayout(false);
1987 			this.flowLayoutPanel10.PerformLayout();
1988 			this.flowLayoutPanel9.ResumeLayout(false);
1989 			this.flowLayoutPanel9.PerformLayout();
1990 			this.flowLayoutPanel7.ResumeLayout(false);
1991 			this.flowLayoutPanel7.PerformLayout();
1992 			this.flowLayoutPanel5.ResumeLayout(false);
1993 			this.flowLayoutPanel5.PerformLayout();
1994 			this.tpgFiles.ResumeLayout(false);
1995 			this.tableLayoutPanel6.ResumeLayout(false);
1996 			this.grpPathOverrides.ResumeLayout(false);
1997 			this.tableLayoutPanel10.ResumeLayout(false);
1998 			this.tableLayoutPanel10.PerformLayout();
1999 			this.grpFileAssociations.ResumeLayout(false);
2000 			this.tlpFileFormat.ResumeLayout(false);
2001 			this.tlpFileFormat.PerformLayout();
2002 			this.grpDataStorageLocation.ResumeLayout(false);
2003 			this.tableLayoutPanel7.ResumeLayout(false);
2004 			this.tableLayoutPanel7.PerformLayout();
2005 			this.tableLayoutPanel8.ResumeLayout(false);
2006 			this.tableLayoutPanel8.PerformLayout();
2007 			this.tableLayoutPanel9.ResumeLayout(false);
2008 			this.tableLayoutPanel9.PerformLayout();
2009 			this.tpgAdvanced.ResumeLayout(false);
2010 			this.tableLayoutPanel1.ResumeLayout(false);
2011 			this.tableLayoutPanel1.PerformLayout();
2012 			this.flowLayoutPanel6.ResumeLayout(false);
2013 			this.flowLayoutPanel6.PerformLayout();
2014 			this.ResumeLayout(false);
2015 
2016 		}
2017 
2018 		#endregion
2019 
2020 		private System.Windows.Forms.TableLayoutPanel tlpMain;
2021 		private System.Windows.Forms.CheckBox chkAutoLoadIps;
2022 		private System.Windows.Forms.CheckBox chkSingleInstance;
2023 		private System.Windows.Forms.CheckBox chkPauseWhenInBackground;
2024 		private System.Windows.Forms.TabControl tabMain;
2025 		private System.Windows.Forms.TabPage tpgGeneral;
2026 		private System.Windows.Forms.TabPage tpgFiles;
2027 		private System.Windows.Forms.GroupBox grpFileAssociations;
2028 		private System.Windows.Forms.TableLayoutPanel tlpFileFormat;
2029 		private System.Windows.Forms.CheckBox chkNesFormat;
2030 		private System.Windows.Forms.CheckBox chkFdsFormat;
2031 		private System.Windows.Forms.CheckBox chkMmoFormat;
2032 		private System.Windows.Forms.CheckBox chkAllowBackgroundInput;
2033 		private System.Windows.Forms.Button btnOpenMesenFolder;
2034 		private System.Windows.Forms.CheckBox chkAutomaticallyCheckForUpdates;
2035 		private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
2036 		private System.Windows.Forms.Label lblDisplayLanguage;
2037 		private System.Windows.Forms.ComboBox cboDisplayLanguage;
2038 		private System.Windows.Forms.TabPage tpgSaveData;
2039 		private System.Windows.Forms.TableLayoutPanel tlpCloudSaves;
2040 		private System.Windows.Forms.TableLayoutPanel tlpCloudSaveDesc;
2041 		private System.Windows.Forms.Label lblGoogleDriveIntegration;
2042 		private System.Windows.Forms.Button btnEnableIntegration;
2043 		private System.Windows.Forms.TableLayoutPanel tlpCloudSaveEnabled;
2044 		private System.Windows.Forms.Button btnDisableIntegration;
2045 		private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
2046 		private System.Windows.Forms.PictureBox picOK;
2047 		private System.Windows.Forms.Label lblIntegrationOK;
2048 		private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
2049 		private System.Windows.Forms.Label lblLastSync;
2050 		private System.Windows.Forms.Label lblLastSyncDateTime;
2051 		private System.Windows.Forms.Timer tmrSyncDateTime;
2052 		private System.Windows.Forms.Button btnResync;
2053 		private System.Windows.Forms.CheckBox chkMstFormat;
2054 		private System.Windows.Forms.CheckBox chkNsfFormat;
2055 		private System.Windows.Forms.TabPage tpgAdvanced;
2056 		private System.Windows.Forms.TabPage tpgFdsNfs;
2057 		private ctrlRiskyOption chkDisableGameDatabase;
2058 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
2059 		private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5;
2060 		private System.Windows.Forms.CheckBox chkNsfMoveToNextTrackAfterTime;
2061 		private MesenNumericUpDown nudNsfMoveToNextTrackTime;
2062 		private System.Windows.Forms.Label lblNsfSeconds;
2063 		private System.Windows.Forms.CheckBox chkNsfAutoDetectSilence;
2064 		private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel7;
2065 		private MesenNumericUpDown nudNsfAutoDetectSilenceDelay;
2066 		private System.Windows.Forms.Label lblNsfMillisecondsOfSilence;
2067 		private System.Windows.Forms.CheckBox chkUnfFormat;
2068 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
2069 		private System.Windows.Forms.GroupBox grpCloudSaves;
2070 		private System.Windows.Forms.GroupBox grpAutomaticSaves;
2071 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
2072 		private System.Windows.Forms.FlowLayoutPanel flpAutoSave;
2073 		private System.Windows.Forms.CheckBox chkAutoSave;
2074 		private MesenNumericUpDown nudAutoSave;
2075 		private System.Windows.Forms.Label lblAutoSave;
2076 		private System.Windows.Forms.CheckBox chkAutoSaveNotify;
2077 		private System.Windows.Forms.TabPage tpgShortcuts;
2078 		private ctrlEmulatorShortcuts ctrlEmulatorShortcuts;
2079 		private System.Windows.Forms.CheckBox chkHidePauseOverlay;
2080 		private System.Windows.Forms.CheckBox chkDisplayMovieIcons;
2081 		private System.Windows.Forms.CheckBox chkAutoHideMenu;
2082 		private System.Windows.Forms.CheckBox chkDisplayTitleBarInfo;
2083 		private System.Windows.Forms.Label lblPauseBackgroundSettings;
2084 		private System.Windows.Forms.Label lblMiscSettings;
2085 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
2086 		private System.Windows.Forms.CheckBox chkFdsAutoLoadDisk;
2087 		private System.Windows.Forms.CheckBox chkFdsFastForwardOnLoad;
2088 		private System.Windows.Forms.CheckBox chkFdsAutoInsertDisk;
2089 		private System.Windows.Forms.CheckBox chkShowGameTimer;
2090 		private System.Windows.Forms.CheckBox chkShowFrameCounter;
2091 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
2092 		private System.Windows.Forms.Button btnResetSettings;
2093 		private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel6;
2094 		private System.Windows.Forms.Label lblRewind;
2095 		private MesenNumericUpDown nudRewindBufferSize;
2096 		private System.Windows.Forms.Label lblRewindMinutes;
2097 		private System.Windows.Forms.CheckBox chkShowVsConfigOnLoad;
2098 		private System.Windows.Forms.CheckBox chkDisableOsd;
2099 		private System.Windows.Forms.CheckBox chkDisableGameSelectionScreen;
2100 		private System.Windows.Forms.CheckBox chkGameSelectionScreenResetGame;
2101 		private System.Windows.Forms.Label lblFdsSettings;
2102 		private System.Windows.Forms.Label lblUiDisplaySettings;
2103 		private System.Windows.Forms.Label lblGameSelectionScreenSettings;
2104 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
2105 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
2106 		private System.Windows.Forms.GroupBox grpDataStorageLocation;
2107 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8;
2108 		private System.Windows.Forms.RadioButton radStorageDocuments;
2109 		private System.Windows.Forms.RadioButton radStoragePortable;
2110 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9;
2111 		private System.Windows.Forms.Label lblLocation;
2112 		private System.Windows.Forms.Label lblDataLocation;
2113 		private System.Windows.Forms.GroupBox grpPathOverrides;
2114 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10;
2115 		private System.Windows.Forms.CheckBox chkSaveStatesOverride;
2116 		private System.Windows.Forms.CheckBox chkSaveDataOverride;
2117 		private System.Windows.Forms.CheckBox chkMoviesOverride;
2118 		private System.Windows.Forms.CheckBox chkScreenshotsOverride;
2119 		private System.Windows.Forms.CheckBox chkAviOverride;
2120 		private System.Windows.Forms.CheckBox chkWaveOverride;
2121 		private ctrlPathSelection psWave;
2122 		private ctrlPathSelection psMovies;
2123 		private ctrlPathSelection psSaveData;
2124 		private ctrlPathSelection psSaveStates;
2125 		private ctrlPathSelection psScreenshots;
2126 		private ctrlPathSelection psAvi;
2127 		private System.Windows.Forms.CheckBox chkConfirmExitResetPower;
2128 		private System.Windows.Forms.CheckBox chkDeveloperMode;
2129 		private ctrlPathSelection psGame;
2130 		private System.Windows.Forms.CheckBox chkGameOverride;
2131 		private System.Windows.Forms.CheckBox chkAlwaysOnTop;
2132 		private System.Windows.Forms.CheckBox chkShowFullPathInRecents;
2133 		private ctrlRiskyOption chkAllowMismatchingSaveStates;
2134 		private System.Windows.Forms.CheckBox chkPauseOnMovieEnd;
2135 		private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel8;
2136 		private System.Windows.Forms.Label lblPauseIn;
2137 		private System.Windows.Forms.CheckBox chkPauseInMenuAndConfig;
2138 		private System.Windows.Forms.CheckBox chkPauseInDebugger;
2139 		private ctrlRiskyOption chkDisableHighResolutionTimer;
2140 		private System.Windows.Forms.Label lblNsfSettings;
2141 		private System.Windows.Forms.Label lblWindowSettings;
2142 		private System.Windows.Forms.CheckBox chkDisableMouseResize;
2143 		private ctrlRiskyOption chkNsfEnableApuIrqs;
2144 		private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel10;
2145 		private System.Windows.Forms.Label lblVsDualPlayAudio;
2146 		private System.Windows.Forms.ComboBox cboVsDualAudioOutput;
2147 		private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel9;
2148 		private System.Windows.Forms.Label lblVsDualShowVideo;
2149 		private System.Windows.Forms.ComboBox cboVsDualVideoOutput;
2150 		private System.Windows.Forms.Label lblVsDualSystem;
2151 	}
2152 }