2011-05-01 18:17:04 +00:00
|
|
|
|
namespace BizHawk.MultiClient
|
|
|
|
|
{
|
|
|
|
|
partial class PathConfig
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2012-10-05 00:49:04 +00:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2011-06-30 02:00:01 +00:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PathConfig));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Cancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.OK = new System.Windows.Forms.Button();
|
|
|
|
|
this.WatchBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.WatchDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.BrowseWatch = new System.Windows.Forms.Button();
|
|
|
|
|
this.MoviesBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.MoviesDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.BrowseMovies = new System.Windows.Forms.Button();
|
|
|
|
|
this.LuaBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.LuaDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.BrowseLua = new System.Windows.Forms.Button();
|
|
|
|
|
this.NESScreenshotsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.NESScreenshotsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.BrowseNESScreenshots = new System.Windows.Forms.Button();
|
|
|
|
|
this.NESROMsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.NESROMsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.BrowseNESROMs = new System.Windows.Forms.Button();
|
|
|
|
|
this.NESSaveRAMBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.NESSaveRAMDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.BrowseNESSaveRAM = new System.Windows.Forms.Button();
|
|
|
|
|
this.NESSavestatesBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.NESSavestatesDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.BrowseNESSavestates = new System.Windows.Forms.Button();
|
|
|
|
|
this.Sega8ScreenshotsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.Sega8ScreenshotsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.Sega8BrowseScreenshots = new System.Windows.Forms.Button();
|
|
|
|
|
this.Sega8ROMsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.Sega8ROMsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.Sega8BrowseROMs = new System.Windows.Forms.Button();
|
|
|
|
|
this.Sega8SaveRAMBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.Sega8SaveRAMDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.Sega8BrowseSaveRAM = new System.Windows.Forms.Button();
|
|
|
|
|
this.Sega8SavestatesBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.Sega8SavestatesDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.Sega8BrowseSavestates = new System.Windows.Forms.Button();
|
|
|
|
|
this.AVIBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.AVIDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.BrowseAVI = new System.Windows.Forms.Button();
|
|
|
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.NESBaseBox = new System.Windows.Forms.TextBox();
|
2011-06-26 01:22:52 +00:00
|
|
|
|
this.NESPaletteDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.NESBrowsePalette = new System.Windows.Forms.Button();
|
|
|
|
|
this.NESPaletteBox = new System.Windows.Forms.TextBox();
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESCheatsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.NESBrowseCheats = new System.Windows.Forms.Button();
|
|
|
|
|
this.NESCheatsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.NESBaseDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.BrowseNESBase = new System.Windows.Forms.Button();
|
2012-09-26 15:59:14 +00:00
|
|
|
|
this.tabPage12 = new System.Windows.Forms.TabPage();
|
2012-09-29 20:00:00 +00:00
|
|
|
|
this.SNESFirmwaresDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.SNESBrowseFirmwares = new System.Windows.Forms.Button();
|
|
|
|
|
this.SNESFirmwaresBox = new System.Windows.Forms.TextBox();
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SNESBaseBox = new System.Windows.Forms.TextBox();
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.SNESSGBDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.SNESBrowseSGB = new System.Windows.Forms.Button();
|
|
|
|
|
this.SNESSGBBox = new System.Windows.Forms.TextBox();
|
2012-09-26 15:59:14 +00:00
|
|
|
|
this.SNESCheatsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.SNESBrowseCheats = new System.Windows.Forms.Button();
|
|
|
|
|
this.SNESCheatsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.SNESBaseDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.BrowseSNESBase = new System.Windows.Forms.Button();
|
|
|
|
|
this.SNESROMsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.SNESScreenshotsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.BrowseSNESSavestates = new System.Windows.Forms.Button();
|
|
|
|
|
this.SNESScreenshotsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.SNESSavestatesDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.BrowseSNESScreenshots = new System.Windows.Forms.Button();
|
|
|
|
|
this.SNESSavestatesBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.BrowseSNESSaveRAM = new System.Windows.Forms.Button();
|
|
|
|
|
this.SNESSaveRAMDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.SNESROMsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.SNESSaveRAMBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.BrowseSNESROMs = new System.Windows.Forms.Button();
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8BaseBox = new System.Windows.Forms.TextBox();
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8CheatsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.Sega8BrowseCheats = new System.Windows.Forms.Button();
|
|
|
|
|
this.Sega8CheatsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.Sega8BaseDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.Sega8BrowseBase = new System.Windows.Forms.Button();
|
|
|
|
|
this.tabPage9 = new System.Windows.Forms.TabPage();
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGBaseBox = new System.Windows.Forms.TextBox();
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGCheatsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.SGBrowseCheats = new System.Windows.Forms.Button();
|
|
|
|
|
this.SGCheatsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.SGBaseDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.SGBrowseBase = new System.Windows.Forms.Button();
|
|
|
|
|
this.SGROMsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.SGScreenshotsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.SGBrowseSavestates = new System.Windows.Forms.Button();
|
|
|
|
|
this.SGScreenshotsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.SGSavestatesDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.SGBrowseScreenshots = new System.Windows.Forms.Button();
|
|
|
|
|
this.SGSavestatesBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.SGBrowseSaveRAM = new System.Windows.Forms.Button();
|
|
|
|
|
this.SGSaveRAMDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.SGROMsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.SGSaveRAMBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.SGROMsBrowse = new System.Windows.Forms.Button();
|
|
|
|
|
this.tabPage8 = new System.Windows.Forms.TabPage();
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGBaseBox = new System.Windows.Forms.TextBox();
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGCheatsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GGBrowseCheats = new System.Windows.Forms.Button();
|
|
|
|
|
this.GGCheatsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.GGScreenshotsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.GGBaseDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GGScreenshotsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GGBrowseBase = new System.Windows.Forms.Button();
|
|
|
|
|
this.GGBrowseScreenshots = new System.Windows.Forms.Button();
|
|
|
|
|
this.GGROMBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.GGBrowseSavestates = new System.Windows.Forms.Button();
|
|
|
|
|
this.GGSavestatesDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GGROMsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GGSavestatesBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.GGBrowseROMs = new System.Windows.Forms.Button();
|
|
|
|
|
this.GGBrowseSaveRAM = new System.Windows.Forms.Button();
|
|
|
|
|
this.GGSaveRAMDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GGSaveRAMBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GenesisBaseBox = new System.Windows.Forms.TextBox();
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisCheatsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GenesisBrowseCheats = new System.Windows.Forms.Button();
|
|
|
|
|
this.GenesisCheatsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.GenesisScreenshotsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.GenesisBrowseSaveRAM = new System.Windows.Forms.Button();
|
|
|
|
|
this.GenesisBrowseROMs = new System.Windows.Forms.Button();
|
|
|
|
|
this.GenesisBaseDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GenesisSaveRAMDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GenesisSavestatesBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.GenesisScreenshotsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GenesisSaveRAMBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.GenesisROMsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GenesisBrowseBase = new System.Windows.Forms.Button();
|
|
|
|
|
this.GenesisSavestatesDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GenesisBrowseSavestates = new System.Windows.Forms.Button();
|
|
|
|
|
this.GenesisBrowseScreenshots = new System.Windows.Forms.Button();
|
|
|
|
|
this.GenesisROMsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.tabPage4 = new System.Windows.Forms.TabPage();
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.PCEBaseBox = new System.Windows.Forms.TextBox();
|
2011-09-10 21:35:17 +00:00
|
|
|
|
this.PCEBiosDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.PCEBrowseBios = new System.Windows.Forms.Button();
|
|
|
|
|
this.PCEBiosBox = new System.Windows.Forms.TextBox();
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCECheatsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.PCEBrowseCheats = new System.Windows.Forms.Button();
|
|
|
|
|
this.PCECheatsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.PCEScreenshotsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.PCEBaseDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.PCEScreenshotsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.PCEBrowseBase = new System.Windows.Forms.Button();
|
|
|
|
|
this.PCEBrowseScreenshots = new System.Windows.Forms.Button();
|
|
|
|
|
this.PCEROMsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.PCEBrowseSavestates = new System.Windows.Forms.Button();
|
|
|
|
|
this.PCESavestatesDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.PCEROMsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.PCESavestatesBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.PCEBrowseROMs = new System.Windows.Forms.Button();
|
|
|
|
|
this.PCEBrowseSaveRAM = new System.Windows.Forms.Button();
|
|
|
|
|
this.PCESaveRAMDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.PCESaveRAMBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.tabPage5 = new System.Windows.Forms.TabPage();
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBBaseBox = new System.Windows.Forms.TextBox();
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GBPalettesBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.GBBrowsePalettes = new System.Windows.Forms.Button();
|
|
|
|
|
this.GBPalettesDescription = new System.Windows.Forms.Label();
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBCheatsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GBBrowseCheats = new System.Windows.Forms.Button();
|
|
|
|
|
this.GBCheatsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.GBScreenshotsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.GBBaseDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GBScreenshotsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GBBrowseBase = new System.Windows.Forms.Button();
|
|
|
|
|
this.GBBrowseScreenshots = new System.Windows.Forms.Button();
|
|
|
|
|
this.GBROMsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.GBBrowseSavestates = new System.Windows.Forms.Button();
|
|
|
|
|
this.GBSavestatesDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GBROMsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GBSavestatesBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.GBBrowseROMs = new System.Windows.Forms.Button();
|
|
|
|
|
this.GBBrowseSaveRAM = new System.Windows.Forms.Button();
|
|
|
|
|
this.GBSaveRAMDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GBSaveRAMBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.tabPage6 = new System.Windows.Forms.TabPage();
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83BaseBox = new System.Windows.Forms.TextBox();
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83CheatsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.TI83BrowseBox = new System.Windows.Forms.Button();
|
|
|
|
|
this.TI83CheatsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.TI83ScreenshotsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.TI83BaseDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.TI83ScreenshotsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.TI83BrowseBase = new System.Windows.Forms.Button();
|
|
|
|
|
this.TI83BrowseScreenshots = new System.Windows.Forms.Button();
|
|
|
|
|
this.TI83ROMsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.TI83BrowseSavestates = new System.Windows.Forms.Button();
|
|
|
|
|
this.TI83SavestatesDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.TI83ROMsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.TI83SavestatesBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.TI83BrowseROMs = new System.Windows.Forms.Button();
|
|
|
|
|
this.TI83BrowseSaveRAM = new System.Windows.Forms.Button();
|
|
|
|
|
this.TI83SaveRAMDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.TI83SaveRAMBox = new System.Windows.Forms.TextBox();
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.tabPage10 = new System.Windows.Forms.TabPage();
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.AtariBaseBox = new System.Windows.Forms.TextBox();
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariCheatsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.AtariBrowseCheats = new System.Windows.Forms.Button();
|
|
|
|
|
this.AtariCheatsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.AtariBaseDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.BrowseAtariBase = new System.Windows.Forms.Button();
|
|
|
|
|
this.AtariROMsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.AtariScreenshotsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.BrowseAtariSavestates = new System.Windows.Forms.Button();
|
|
|
|
|
this.AtariScreenshotsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.AtariSavestatesDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.BrowseAtariScreenshots = new System.Windows.Forms.Button();
|
|
|
|
|
this.AtariSavestatesBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.BrowseAtariSaveRAM = new System.Windows.Forms.Button();
|
|
|
|
|
this.AtariSaveRAMDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.AtariROMsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.AtariSaveRAMBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.BrowseAtariROMs = new System.Windows.Forms.Button();
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.tabPage11 = new System.Windows.Forms.TabPage();
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVBaseBox = new System.Windows.Forms.TextBox();
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVGROMDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.INTVBroseGROM = new System.Windows.Forms.Button();
|
|
|
|
|
this.INTVGROMBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.INTVEROMDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.INTVBrowseEROM = new System.Windows.Forms.Button();
|
|
|
|
|
this.INTVEROMBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.INTVCheatsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.INTVBrowseCheats = new System.Windows.Forms.Button();
|
|
|
|
|
this.INTVCheatsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.INTVScreenshotsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.INTVBaseDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.INTVScreenshotsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.INTVBrowseBase = new System.Windows.Forms.Button();
|
|
|
|
|
this.INTVBrowseScreenshots = new System.Windows.Forms.Button();
|
|
|
|
|
this.INTVRomsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.INTVBrowseSavestates = new System.Windows.Forms.Button();
|
|
|
|
|
this.INTVSavestatesDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.INTVROMsDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.INTVSavestatesBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.INTVBrowseROMs = new System.Windows.Forms.Button();
|
|
|
|
|
this.INTVBrowseSaveRAM = new System.Windows.Forms.Button();
|
|
|
|
|
this.INTVSaveRAMDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.INTVSaveRAMBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.tabPage7 = new System.Windows.Forms.TabPage();
|
2012-10-05 00:49:04 +00:00
|
|
|
|
this.LogDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.BrowseLog = new System.Windows.Forms.Button();
|
|
|
|
|
this.LogBox = new System.Windows.Forms.TextBox();
|
2012-09-15 18:15:55 +00:00
|
|
|
|
this.MovieBackupsBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.BrowseMovieBackups = new System.Windows.Forms.Button();
|
|
|
|
|
this.MovieBackupsDescription = new System.Windows.Forms.Label();
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.BasePathBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.BrowseBase = new System.Windows.Forms.Button();
|
|
|
|
|
this.BaseDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.RecentForROMs = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.SaveButton = new System.Windows.Forms.Button();
|
2012-09-29 20:00:00 +00:00
|
|
|
|
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
2012-10-05 00:49:04 +00:00
|
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabControl1.SuspendLayout();
|
|
|
|
|
this.tabPage1.SuspendLayout();
|
2012-09-26 15:59:14 +00:00
|
|
|
|
this.tabPage12.SuspendLayout();
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage2.SuspendLayout();
|
|
|
|
|
this.tabPage9.SuspendLayout();
|
|
|
|
|
this.tabPage8.SuspendLayout();
|
|
|
|
|
this.tabPage3.SuspendLayout();
|
|
|
|
|
this.tabPage4.SuspendLayout();
|
|
|
|
|
this.tabPage5.SuspendLayout();
|
|
|
|
|
this.tabPage6.SuspendLayout();
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.tabPage10.SuspendLayout();
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.tabPage11.SuspendLayout();
|
|
|
|
|
this.tabPage7.SuspendLayout();
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// Cancel
|
|
|
|
|
//
|
|
|
|
|
this.Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.Cancel.Location = new System.Drawing.Point(512, 414);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Cancel.Name = "Cancel";
|
|
|
|
|
this.Cancel.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.Cancel.TabIndex = 202;
|
|
|
|
|
this.Cancel.Text = "&Cancel";
|
|
|
|
|
this.Cancel.UseVisualStyleBackColor = true;
|
|
|
|
|
this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
|
|
|
|
|
//
|
|
|
|
|
// OK
|
|
|
|
|
//
|
|
|
|
|
this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.OK.Location = new System.Drawing.Point(431, 414);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.OK.Name = "OK";
|
|
|
|
|
this.OK.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.OK.TabIndex = 201;
|
|
|
|
|
this.OK.Text = "&Ok";
|
|
|
|
|
this.OK.UseVisualStyleBackColor = true;
|
|
|
|
|
this.OK.Click += new System.EventHandler(this.OK_Click);
|
|
|
|
|
//
|
|
|
|
|
// WatchBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.WatchBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-30 16:50:00 +00:00
|
|
|
|
this.WatchBox.Location = new System.Drawing.Point(13, 111);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.WatchBox.Name = "WatchBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.WatchBox.Size = new System.Drawing.Size(421, 20);
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.WatchBox.TabIndex = 135;
|
2011-06-11 16:22:48 +00:00
|
|
|
|
//
|
|
|
|
|
// WatchDescription
|
|
|
|
|
//
|
|
|
|
|
this.WatchDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.WatchDescription.AutoSize = true;
|
2012-09-30 16:50:00 +00:00
|
|
|
|
this.WatchDescription.Location = new System.Drawing.Point(474, 115);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.WatchDescription.Name = "WatchDescription";
|
|
|
|
|
this.WatchDescription.Size = new System.Drawing.Size(71, 13);
|
|
|
|
|
this.WatchDescription.TabIndex = 17;
|
|
|
|
|
this.WatchDescription.Text = "Watch (.wch)";
|
|
|
|
|
//
|
|
|
|
|
// BrowseWatch
|
|
|
|
|
//
|
|
|
|
|
this.BrowseWatch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseWatch.Image = ((System.Drawing.Image)(resources.GetObject("BrowseWatch.Image")));
|
2012-09-30 16:50:00 +00:00
|
|
|
|
this.BrowseWatch.Location = new System.Drawing.Point(442, 111);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseWatch.Name = "BrowseWatch";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseWatch.Size = new System.Drawing.Size(26, 23);
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.BrowseWatch.TabIndex = 138;
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseWatch.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseWatch.Click += new System.EventHandler(this.BrowseWatch_Click);
|
|
|
|
|
//
|
|
|
|
|
// MoviesBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.MoviesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.MoviesBox.Location = new System.Drawing.Point(13, 21);
|
|
|
|
|
this.MoviesBox.Name = "MoviesBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.MoviesBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.MoviesBox.TabIndex = 120;
|
|
|
|
|
//
|
|
|
|
|
// MoviesDescription
|
|
|
|
|
//
|
|
|
|
|
this.MoviesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.MoviesDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.MoviesDescription.Location = new System.Drawing.Point(474, 25);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.MoviesDescription.Name = "MoviesDescription";
|
|
|
|
|
this.MoviesDescription.Size = new System.Drawing.Size(41, 13);
|
|
|
|
|
this.MoviesDescription.TabIndex = 13;
|
|
|
|
|
this.MoviesDescription.Text = "Movies";
|
|
|
|
|
//
|
|
|
|
|
// BrowseMovies
|
|
|
|
|
//
|
|
|
|
|
this.BrowseMovies.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseMovies.Image = ((System.Drawing.Image)(resources.GetObject("BrowseMovies.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.BrowseMovies.Location = new System.Drawing.Point(442, 21);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseMovies.Name = "BrowseMovies";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseMovies.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseMovies.TabIndex = 121;
|
|
|
|
|
this.BrowseMovies.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseMovies.Click += new System.EventHandler(this.BrowseMovies_Click);
|
|
|
|
|
//
|
|
|
|
|
// LuaBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.LuaBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-30 16:50:00 +00:00
|
|
|
|
this.LuaBox.Location = new System.Drawing.Point(13, 81);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.LuaBox.Name = "LuaBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.LuaBox.Size = new System.Drawing.Size(421, 20);
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.LuaBox.TabIndex = 130;
|
2011-06-11 16:22:48 +00:00
|
|
|
|
//
|
|
|
|
|
// LuaDescription
|
|
|
|
|
//
|
|
|
|
|
this.LuaDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.LuaDescription.AutoSize = true;
|
2012-09-30 16:50:00 +00:00
|
|
|
|
this.LuaDescription.Location = new System.Drawing.Point(474, 85);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.LuaDescription.Name = "LuaDescription";
|
|
|
|
|
this.LuaDescription.Size = new System.Drawing.Size(25, 13);
|
|
|
|
|
this.LuaDescription.TabIndex = 9;
|
|
|
|
|
this.LuaDescription.Text = "Lua";
|
|
|
|
|
//
|
|
|
|
|
// BrowseLua
|
|
|
|
|
//
|
|
|
|
|
this.BrowseLua.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseLua.Image = ((System.Drawing.Image)(resources.GetObject("BrowseLua.Image")));
|
2012-09-30 16:50:00 +00:00
|
|
|
|
this.BrowseLua.Location = new System.Drawing.Point(442, 81);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseLua.Name = "BrowseLua";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseLua.Size = new System.Drawing.Size(26, 23);
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.BrowseLua.TabIndex = 133;
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseLua.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseLua.Click += new System.EventHandler(this.BrowseLua_Click);
|
|
|
|
|
//
|
|
|
|
|
// NESScreenshotsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.NESScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
|
|
|
|
this.NESScreenshotsBox.Name = "NESScreenshotsBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.NESScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESScreenshotsBox.TabIndex = 11;
|
|
|
|
|
//
|
|
|
|
|
// NESScreenshotsDescription
|
|
|
|
|
//
|
|
|
|
|
this.NESScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.NESScreenshotsDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.NESScreenshotsDescription.Location = new System.Drawing.Point(474, 153);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESScreenshotsDescription.Name = "NESScreenshotsDescription";
|
|
|
|
|
this.NESScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.NESScreenshotsDescription.TabIndex = 17;
|
|
|
|
|
this.NESScreenshotsDescription.Text = "Screenshots";
|
|
|
|
|
//
|
|
|
|
|
// BrowseNESScreenshots
|
|
|
|
|
//
|
|
|
|
|
this.BrowseNESScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseNESScreenshots.Image = ((System.Drawing.Image)(resources.GetObject("BrowseNESScreenshots.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.BrowseNESScreenshots.Location = new System.Drawing.Point(442, 149);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseNESScreenshots.Name = "BrowseNESScreenshots";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseNESScreenshots.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseNESScreenshots.TabIndex = 12;
|
|
|
|
|
this.BrowseNESScreenshots.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseNESScreenshots.Click += new System.EventHandler(this.BrowseNESScreenshots_Click);
|
|
|
|
|
//
|
|
|
|
|
// NESROMsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.NESROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESROMsBox.Location = new System.Drawing.Point(13, 59);
|
|
|
|
|
this.NESROMsBox.Name = "NESROMsBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.NESROMsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESROMsBox.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// NESROMsDescription
|
|
|
|
|
//
|
|
|
|
|
this.NESROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.NESROMsDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.NESROMsDescription.Location = new System.Drawing.Point(474, 63);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESROMsDescription.Name = "NESROMsDescription";
|
|
|
|
|
this.NESROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.NESROMsDescription.TabIndex = 13;
|
|
|
|
|
this.NESROMsDescription.Text = "ROMs";
|
|
|
|
|
//
|
|
|
|
|
// BrowseNESROMs
|
|
|
|
|
//
|
|
|
|
|
this.BrowseNESROMs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseNESROMs.Image = ((System.Drawing.Image)(resources.GetObject("BrowseNESROMs.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.BrowseNESROMs.Location = new System.Drawing.Point(442, 59);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseNESROMs.Name = "BrowseNESROMs";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseNESROMs.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseNESROMs.TabIndex = 6;
|
|
|
|
|
this.BrowseNESROMs.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseNESROMs.Click += new System.EventHandler(this.BrowseNESROMs_Click);
|
|
|
|
|
//
|
|
|
|
|
// NESSaveRAMBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.NESSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
|
|
|
|
this.NESSaveRAMBox.Name = "NESSaveRAMBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.NESSaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESSaveRAMBox.TabIndex = 9;
|
|
|
|
|
//
|
|
|
|
|
// NESSaveRAMDescription
|
|
|
|
|
//
|
|
|
|
|
this.NESSaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.NESSaveRAMDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.NESSaveRAMDescription.Location = new System.Drawing.Point(474, 123);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESSaveRAMDescription.Name = "NESSaveRAMDescription";
|
|
|
|
|
this.NESSaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.NESSaveRAMDescription.TabIndex = 9;
|
|
|
|
|
this.NESSaveRAMDescription.Text = "Save RAM";
|
|
|
|
|
//
|
|
|
|
|
// BrowseNESSaveRAM
|
|
|
|
|
//
|
|
|
|
|
this.BrowseNESSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseNESSaveRAM.Image = ((System.Drawing.Image)(resources.GetObject("BrowseNESSaveRAM.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.BrowseNESSaveRAM.Location = new System.Drawing.Point(442, 119);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseNESSaveRAM.Name = "BrowseNESSaveRAM";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseNESSaveRAM.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseNESSaveRAM.TabIndex = 10;
|
|
|
|
|
this.BrowseNESSaveRAM.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseNESSaveRAM.Click += new System.EventHandler(this.BrowseNESSaveRAM_Click);
|
|
|
|
|
//
|
|
|
|
|
// NESSavestatesBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.NESSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
|
|
|
|
this.NESSavestatesBox.Name = "NESSavestatesBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.NESSavestatesBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESSavestatesBox.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// NESSavestatesDescription
|
|
|
|
|
//
|
|
|
|
|
this.NESSavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.NESSavestatesDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.NESSavestatesDescription.Location = new System.Drawing.Point(474, 93);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESSavestatesDescription.Name = "NESSavestatesDescription";
|
|
|
|
|
this.NESSavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.NESSavestatesDescription.TabIndex = 5;
|
|
|
|
|
this.NESSavestatesDescription.Text = "Savestates";
|
|
|
|
|
//
|
|
|
|
|
// BrowseNESSavestates
|
|
|
|
|
//
|
|
|
|
|
this.BrowseNESSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseNESSavestates.Image = ((System.Drawing.Image)(resources.GetObject("BrowseNESSavestates.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.BrowseNESSavestates.Location = new System.Drawing.Point(442, 89);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseNESSavestates.Name = "BrowseNESSavestates";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseNESSavestates.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseNESSavestates.TabIndex = 8;
|
|
|
|
|
this.BrowseNESSavestates.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseNESSavestates.Click += new System.EventHandler(this.BrowseNESSavestates_Click);
|
|
|
|
|
//
|
|
|
|
|
// Sega8ScreenshotsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.Sega8ScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8ScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
|
|
|
|
this.Sega8ScreenshotsBox.Name = "Sega8ScreenshotsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8ScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8ScreenshotsBox.TabIndex = 23;
|
|
|
|
|
//
|
|
|
|
|
// Sega8ScreenshotsDescription
|
|
|
|
|
//
|
|
|
|
|
this.Sega8ScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Sega8ScreenshotsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8ScreenshotsDescription.Location = new System.Drawing.Point(474, 153);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8ScreenshotsDescription.Name = "Sega8ScreenshotsDescription";
|
|
|
|
|
this.Sega8ScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.Sega8ScreenshotsDescription.TabIndex = 17;
|
|
|
|
|
this.Sega8ScreenshotsDescription.Text = "Screenshots";
|
|
|
|
|
//
|
|
|
|
|
// Sega8BrowseScreenshots
|
|
|
|
|
//
|
|
|
|
|
this.Sega8BrowseScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.Sega8BrowseScreenshots.Image = ((System.Drawing.Image)(resources.GetObject("Sega8BrowseScreenshots.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8BrowseScreenshots.Location = new System.Drawing.Point(442, 149);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8BrowseScreenshots.Name = "Sega8BrowseScreenshots";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.Sega8BrowseScreenshots.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8BrowseScreenshots.TabIndex = 24;
|
|
|
|
|
this.Sega8BrowseScreenshots.UseVisualStyleBackColor = true;
|
|
|
|
|
this.Sega8BrowseScreenshots.Click += new System.EventHandler(this.Sega8BrowseScreenshots_Click);
|
|
|
|
|
//
|
|
|
|
|
// Sega8ROMsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.Sega8ROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8ROMsBox.Location = new System.Drawing.Point(13, 59);
|
|
|
|
|
this.Sega8ROMsBox.Name = "Sega8ROMsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8ROMsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8ROMsBox.TabIndex = 17;
|
|
|
|
|
//
|
|
|
|
|
// Sega8ROMsDescription
|
|
|
|
|
//
|
|
|
|
|
this.Sega8ROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Sega8ROMsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8ROMsDescription.Location = new System.Drawing.Point(474, 63);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8ROMsDescription.Name = "Sega8ROMsDescription";
|
|
|
|
|
this.Sega8ROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.Sega8ROMsDescription.TabIndex = 13;
|
|
|
|
|
this.Sega8ROMsDescription.Text = "ROMs";
|
|
|
|
|
//
|
|
|
|
|
// Sega8BrowseROMs
|
|
|
|
|
//
|
|
|
|
|
this.Sega8BrowseROMs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.Sega8BrowseROMs.Image = ((System.Drawing.Image)(resources.GetObject("Sega8BrowseROMs.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8BrowseROMs.Location = new System.Drawing.Point(442, 59);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8BrowseROMs.Name = "Sega8BrowseROMs";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.Sega8BrowseROMs.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8BrowseROMs.TabIndex = 18;
|
|
|
|
|
this.Sega8BrowseROMs.UseVisualStyleBackColor = true;
|
|
|
|
|
this.Sega8BrowseROMs.Click += new System.EventHandler(this.Sega8BrowseROMs_Click);
|
|
|
|
|
//
|
|
|
|
|
// Sega8SaveRAMBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.Sega8SaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8SaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
|
|
|
|
this.Sega8SaveRAMBox.Name = "Sega8SaveRAMBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8SaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8SaveRAMBox.TabIndex = 21;
|
|
|
|
|
//
|
|
|
|
|
// Sega8SaveRAMDescription
|
|
|
|
|
//
|
|
|
|
|
this.Sega8SaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Sega8SaveRAMDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8SaveRAMDescription.Location = new System.Drawing.Point(474, 123);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8SaveRAMDescription.Name = "Sega8SaveRAMDescription";
|
|
|
|
|
this.Sega8SaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.Sega8SaveRAMDescription.TabIndex = 9;
|
|
|
|
|
this.Sega8SaveRAMDescription.Text = "Save RAM";
|
|
|
|
|
//
|
|
|
|
|
// Sega8BrowseSaveRAM
|
|
|
|
|
//
|
|
|
|
|
this.Sega8BrowseSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.Sega8BrowseSaveRAM.Image = ((System.Drawing.Image)(resources.GetObject("Sega8BrowseSaveRAM.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8BrowseSaveRAM.Location = new System.Drawing.Point(442, 119);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8BrowseSaveRAM.Name = "Sega8BrowseSaveRAM";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.Sega8BrowseSaveRAM.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8BrowseSaveRAM.TabIndex = 22;
|
|
|
|
|
this.Sega8BrowseSaveRAM.UseVisualStyleBackColor = true;
|
|
|
|
|
this.Sega8BrowseSaveRAM.Click += new System.EventHandler(this.Sega8BrowseSaveRAM_Click);
|
|
|
|
|
//
|
|
|
|
|
// Sega8SavestatesBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.Sega8SavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8SavestatesBox.Location = new System.Drawing.Point(13, 89);
|
|
|
|
|
this.Sega8SavestatesBox.Name = "Sega8SavestatesBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8SavestatesBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8SavestatesBox.TabIndex = 19;
|
|
|
|
|
//
|
|
|
|
|
// Sega8SavestatesDescription
|
|
|
|
|
//
|
|
|
|
|
this.Sega8SavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Sega8SavestatesDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8SavestatesDescription.Location = new System.Drawing.Point(474, 93);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8SavestatesDescription.Name = "Sega8SavestatesDescription";
|
|
|
|
|
this.Sega8SavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.Sega8SavestatesDescription.TabIndex = 5;
|
|
|
|
|
this.Sega8SavestatesDescription.Text = "Savestates";
|
|
|
|
|
//
|
|
|
|
|
// Sega8BrowseSavestates
|
|
|
|
|
//
|
|
|
|
|
this.Sega8BrowseSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.Sega8BrowseSavestates.Image = ((System.Drawing.Image)(resources.GetObject("Sega8BrowseSavestates.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8BrowseSavestates.Location = new System.Drawing.Point(442, 89);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8BrowseSavestates.Name = "Sega8BrowseSavestates";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.Sega8BrowseSavestates.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8BrowseSavestates.TabIndex = 20;
|
|
|
|
|
this.Sega8BrowseSavestates.UseVisualStyleBackColor = true;
|
|
|
|
|
this.Sega8BrowseSavestates.Click += new System.EventHandler(this.Sega8BrowseSavestates_Click);
|
|
|
|
|
//
|
|
|
|
|
// AVIBox
|
|
|
|
|
//
|
|
|
|
|
this.AVIBox.AcceptsReturn = true;
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.AVIBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-30 16:50:00 +00:00
|
|
|
|
this.AVIBox.Location = new System.Drawing.Point(13, 141);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.AVIBox.Name = "AVIBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.AVIBox.Size = new System.Drawing.Size(421, 20);
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.AVIBox.TabIndex = 140;
|
2011-06-11 16:22:48 +00:00
|
|
|
|
//
|
|
|
|
|
// AVIDescription
|
|
|
|
|
//
|
|
|
|
|
this.AVIDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.AVIDescription.AutoSize = true;
|
2012-09-30 16:50:00 +00:00
|
|
|
|
this.AVIDescription.Location = new System.Drawing.Point(474, 145);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.AVIDescription.Name = "AVIDescription";
|
|
|
|
|
this.AVIDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.AVIDescription.TabIndex = 22;
|
|
|
|
|
this.AVIDescription.Text = "Video (AVI)";
|
|
|
|
|
//
|
|
|
|
|
// BrowseAVI
|
|
|
|
|
//
|
|
|
|
|
this.BrowseAVI.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseAVI.Image = ((System.Drawing.Image)(resources.GetObject("BrowseAVI.Image")));
|
2012-09-30 16:50:00 +00:00
|
|
|
|
this.BrowseAVI.Location = new System.Drawing.Point(442, 141);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseAVI.Name = "BrowseAVI";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseAVI.Size = new System.Drawing.Size(26, 23);
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.BrowseAVI.TabIndex = 145;
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseAVI.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseAVI.Click += new System.EventHandler(this.BrowseAVI_Click);
|
|
|
|
|
//
|
|
|
|
|
// tabControl1
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage12);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage9);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage8);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage3);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage4);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage5);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage6);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage10);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage11);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage7);
|
|
|
|
|
this.tabControl1.Location = new System.Drawing.Point(13, 97);
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.tabControl1.Multiline = true;
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabControl1.Name = "tabControl1";
|
|
|
|
|
this.tabControl1.SelectedIndex = 0;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.tabControl1.Size = new System.Drawing.Size(574, 301);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabControl1.TabIndex = 23;
|
|
|
|
|
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// tabPage1
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.tabPage1.Controls.Add(this.NESBaseBox);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage1.Controls.Add(this.NESPaletteDescription);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESBrowsePalette);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESPaletteBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESCheatsDescription);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESBrowseCheats);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESCheatsBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESBaseDescription);
|
|
|
|
|
this.tabPage1.Controls.Add(this.BrowseNESBase);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESROMsBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESScreenshotsBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.BrowseNESSavestates);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESScreenshotsDescription);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESSavestatesDescription);
|
|
|
|
|
this.tabPage1.Controls.Add(this.BrowseNESScreenshots);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESSavestatesBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.BrowseNESSaveRAM);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESSaveRAMDescription);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESROMsDescription);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESSaveRAMBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.BrowseNESROMs);
|
|
|
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage1.Name = "tabPage1";
|
|
|
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.tabPage1.Size = new System.Drawing.Size(566, 275);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage1.TabIndex = 0;
|
|
|
|
|
this.tabPage1.Text = "NES";
|
|
|
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
// NESBaseBox
|
|
|
|
|
//
|
|
|
|
|
this.NESBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.NESBaseBox.Location = new System.Drawing.Point(13, 21);
|
|
|
|
|
this.NESBaseBox.Name = "NESBaseBox";
|
|
|
|
|
this.NESBaseBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.NESBaseBox.TabIndex = 3;
|
|
|
|
|
//
|
2011-06-26 01:22:52 +00:00
|
|
|
|
// NESPaletteDescription
|
|
|
|
|
//
|
|
|
|
|
this.NESPaletteDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.NESPaletteDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.NESPaletteDescription.Location = new System.Drawing.Point(474, 212);
|
2011-06-26 01:22:52 +00:00
|
|
|
|
this.NESPaletteDescription.Name = "NESPaletteDescription";
|
|
|
|
|
this.NESPaletteDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.NESPaletteDescription.TabIndex = 26;
|
|
|
|
|
this.NESPaletteDescription.Text = "Palette";
|
|
|
|
|
//
|
|
|
|
|
// NESBrowsePalette
|
|
|
|
|
//
|
|
|
|
|
this.NESBrowsePalette.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.NESBrowsePalette.Image = ((System.Drawing.Image)(resources.GetObject("NESBrowsePalette.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.NESBrowsePalette.Location = new System.Drawing.Point(442, 209);
|
2011-06-26 01:22:52 +00:00
|
|
|
|
this.NESBrowsePalette.Name = "NESBrowsePalette";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.NESBrowsePalette.Size = new System.Drawing.Size(26, 23);
|
2011-06-26 01:22:52 +00:00
|
|
|
|
this.NESBrowsePalette.TabIndex = 25;
|
|
|
|
|
this.NESBrowsePalette.UseVisualStyleBackColor = true;
|
|
|
|
|
this.NESBrowsePalette.Click += new System.EventHandler(this.NESBrowsePalette_Click);
|
|
|
|
|
//
|
|
|
|
|
// NESPaletteBox
|
|
|
|
|
//
|
|
|
|
|
this.NESPaletteBox.AcceptsTab = true;
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.NESPaletteBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-26 01:22:52 +00:00
|
|
|
|
this.NESPaletteBox.Location = new System.Drawing.Point(13, 209);
|
|
|
|
|
this.NESPaletteBox.Name = "NESPaletteBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.NESPaletteBox.Size = new System.Drawing.Size(420, 20);
|
2011-06-26 01:22:52 +00:00
|
|
|
|
this.NESPaletteBox.TabIndex = 24;
|
|
|
|
|
//
|
2011-06-11 16:22:48 +00:00
|
|
|
|
// NESCheatsDescription
|
|
|
|
|
//
|
|
|
|
|
this.NESCheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.NESCheatsDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.NESCheatsDescription.Location = new System.Drawing.Point(474, 183);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESCheatsDescription.Name = "NESCheatsDescription";
|
|
|
|
|
this.NESCheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.NESCheatsDescription.TabIndex = 23;
|
|
|
|
|
this.NESCheatsDescription.Text = "Cheats";
|
|
|
|
|
//
|
|
|
|
|
// NESBrowseCheats
|
|
|
|
|
//
|
|
|
|
|
this.NESBrowseCheats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.NESBrowseCheats.Image = ((System.Drawing.Image)(resources.GetObject("NESBrowseCheats.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.NESBrowseCheats.Location = new System.Drawing.Point(442, 179);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESBrowseCheats.Name = "NESBrowseCheats";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.NESBrowseCheats.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESBrowseCheats.TabIndex = 14;
|
|
|
|
|
this.NESBrowseCheats.UseVisualStyleBackColor = true;
|
|
|
|
|
this.NESBrowseCheats.Click += new System.EventHandler(this.NESBrowseCheats_Click);
|
|
|
|
|
//
|
|
|
|
|
// NESCheatsBox
|
|
|
|
|
//
|
|
|
|
|
this.NESCheatsBox.AcceptsTab = true;
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.NESCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESCheatsBox.Location = new System.Drawing.Point(13, 179);
|
|
|
|
|
this.NESCheatsBox.Name = "NESCheatsBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.NESCheatsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESCheatsBox.TabIndex = 13;
|
|
|
|
|
//
|
|
|
|
|
// NESBaseDescription
|
|
|
|
|
//
|
|
|
|
|
this.NESBaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.NESBaseDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.NESBaseDescription.Location = new System.Drawing.Point(474, 25);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.NESBaseDescription.Name = "NESBaseDescription";
|
|
|
|
|
this.NESBaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.NESBaseDescription.TabIndex = 20;
|
|
|
|
|
this.NESBaseDescription.Text = "Base";
|
|
|
|
|
//
|
|
|
|
|
// BrowseNESBase
|
|
|
|
|
//
|
|
|
|
|
this.BrowseNESBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseNESBase.Image = global::BizHawk.MultiClient.Properties.Resources.OpenFile;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.BrowseNESBase.Location = new System.Drawing.Point(442, 21);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseNESBase.Name = "BrowseNESBase";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.BrowseNESBase.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowseNESBase.TabIndex = 4;
|
|
|
|
|
this.BrowseNESBase.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseNESBase.Click += new System.EventHandler(this.BrowseNESBase_Click);
|
|
|
|
|
//
|
2012-09-26 15:59:14 +00:00
|
|
|
|
// tabPage12
|
|
|
|
|
//
|
2012-09-27 07:27:47 +00:00
|
|
|
|
this.tabPage12.Controls.Add(this.SNESFirmwaresDescription);
|
|
|
|
|
this.tabPage12.Controls.Add(this.SNESBrowseFirmwares);
|
|
|
|
|
this.tabPage12.Controls.Add(this.SNESFirmwaresBox);
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.tabPage12.Controls.Add(this.SNESBaseBox);
|
2012-09-26 15:59:14 +00:00
|
|
|
|
this.tabPage12.Controls.Add(this.SNESSGBDescription);
|
|
|
|
|
this.tabPage12.Controls.Add(this.SNESBrowseSGB);
|
|
|
|
|
this.tabPage12.Controls.Add(this.SNESSGBBox);
|
|
|
|
|
this.tabPage12.Controls.Add(this.SNESCheatsDescription);
|
|
|
|
|
this.tabPage12.Controls.Add(this.SNESBrowseCheats);
|
|
|
|
|
this.tabPage12.Controls.Add(this.SNESCheatsBox);
|
|
|
|
|
this.tabPage12.Controls.Add(this.SNESBaseDescription);
|
|
|
|
|
this.tabPage12.Controls.Add(this.BrowseSNESBase);
|
|
|
|
|
this.tabPage12.Controls.Add(this.SNESROMsBox);
|
|
|
|
|
this.tabPage12.Controls.Add(this.SNESScreenshotsBox);
|
|
|
|
|
this.tabPage12.Controls.Add(this.BrowseSNESSavestates);
|
|
|
|
|
this.tabPage12.Controls.Add(this.SNESScreenshotsDescription);
|
|
|
|
|
this.tabPage12.Controls.Add(this.SNESSavestatesDescription);
|
|
|
|
|
this.tabPage12.Controls.Add(this.BrowseSNESScreenshots);
|
|
|
|
|
this.tabPage12.Controls.Add(this.SNESSavestatesBox);
|
|
|
|
|
this.tabPage12.Controls.Add(this.BrowseSNESSaveRAM);
|
|
|
|
|
this.tabPage12.Controls.Add(this.SNESSaveRAMDescription);
|
|
|
|
|
this.tabPage12.Controls.Add(this.SNESROMsDescription);
|
|
|
|
|
this.tabPage12.Controls.Add(this.SNESSaveRAMBox);
|
|
|
|
|
this.tabPage12.Controls.Add(this.BrowseSNESROMs);
|
|
|
|
|
this.tabPage12.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage12.Name = "tabPage12";
|
|
|
|
|
this.tabPage12.Size = new System.Drawing.Size(566, 275);
|
|
|
|
|
this.tabPage12.TabIndex = 11;
|
|
|
|
|
this.tabPage12.Text = "SNES";
|
|
|
|
|
this.tabPage12.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2012-09-29 20:00:00 +00:00
|
|
|
|
// SNESFirmwaresDescription
|
|
|
|
|
//
|
|
|
|
|
this.SNESFirmwaresDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SNESFirmwaresDescription.AutoSize = true;
|
|
|
|
|
this.SNESFirmwaresDescription.Location = new System.Drawing.Point(474, 240);
|
|
|
|
|
this.SNESFirmwaresDescription.Name = "SNESFirmwaresDescription";
|
|
|
|
|
this.SNESFirmwaresDescription.Size = new System.Drawing.Size(54, 13);
|
|
|
|
|
this.SNESFirmwaresDescription.TabIndex = 94;
|
|
|
|
|
this.SNESFirmwaresDescription.Text = "Firmwares";
|
|
|
|
|
//
|
|
|
|
|
// SNESBrowseFirmwares
|
|
|
|
|
//
|
|
|
|
|
this.SNESBrowseFirmwares.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SNESBrowseFirmwares.Image = ((System.Drawing.Image)(resources.GetObject("SNESBrowseFirmwares.Image")));
|
|
|
|
|
this.SNESBrowseFirmwares.Location = new System.Drawing.Point(442, 237);
|
|
|
|
|
this.SNESBrowseFirmwares.Name = "SNESBrowseFirmwares";
|
|
|
|
|
this.SNESBrowseFirmwares.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.SNESBrowseFirmwares.TabIndex = 93;
|
|
|
|
|
this.SNESBrowseFirmwares.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SNESBrowseFirmwares.Click += new System.EventHandler(this.SNESBrowseFirmwares_Click);
|
|
|
|
|
//
|
|
|
|
|
// SNESFirmwaresBox
|
|
|
|
|
//
|
|
|
|
|
this.SNESFirmwaresBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SNESFirmwaresBox.Location = new System.Drawing.Point(13, 237);
|
|
|
|
|
this.SNESFirmwaresBox.Name = "SNESFirmwaresBox";
|
|
|
|
|
this.SNESFirmwaresBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.SNESFirmwaresBox.TabIndex = 92;
|
|
|
|
|
//
|
2012-09-27 02:09:39 +00:00
|
|
|
|
// SNESBaseBox
|
|
|
|
|
//
|
|
|
|
|
this.SNESBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SNESBaseBox.Location = new System.Drawing.Point(13, 21);
|
|
|
|
|
this.SNESBaseBox.Name = "SNESBaseBox";
|
|
|
|
|
this.SNESBaseBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.SNESBaseBox.TabIndex = 27;
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
// SNESSGBDescription
|
|
|
|
|
//
|
|
|
|
|
this.SNESSGBDescription.AutoSize = true;
|
|
|
|
|
this.SNESSGBDescription.Location = new System.Drawing.Point(474, 214);
|
|
|
|
|
this.SNESSGBDescription.Name = "SNESSGBDescription";
|
|
|
|
|
this.SNESSGBDescription.Size = new System.Drawing.Size(54, 13);
|
|
|
|
|
this.SNESSGBDescription.TabIndex = 47;
|
|
|
|
|
this.SNESSGBDescription.Text = "SGB Rom";
|
|
|
|
|
//
|
|
|
|
|
// SNESBrowseSGB
|
|
|
|
|
//
|
|
|
|
|
this.SNESBrowseSGB.Image = global::BizHawk.MultiClient.Properties.Resources.OpenFile;
|
|
|
|
|
this.SNESBrowseSGB.Location = new System.Drawing.Point(442, 209);
|
|
|
|
|
this.SNESBrowseSGB.Name = "SNESBrowseSGB";
|
|
|
|
|
this.SNESBrowseSGB.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.SNESBrowseSGB.TabIndex = 46;
|
|
|
|
|
this.SNESBrowseSGB.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SNESBrowseSGB.Click += new System.EventHandler(this.SNESBrowseSGB_Click);
|
|
|
|
|
//
|
|
|
|
|
// SNESSGBBox
|
|
|
|
|
//
|
|
|
|
|
this.SNESSGBBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SNESSGBBox.Location = new System.Drawing.Point(13, 211);
|
|
|
|
|
this.SNESSGBBox.Name = "SNESSGBBox";
|
|
|
|
|
this.SNESSGBBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.SNESSGBBox.TabIndex = 45;
|
|
|
|
|
//
|
2012-09-26 15:59:14 +00:00
|
|
|
|
// SNESCheatsDescription
|
|
|
|
|
//
|
|
|
|
|
this.SNESCheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SNESCheatsDescription.AutoSize = true;
|
|
|
|
|
this.SNESCheatsDescription.Location = new System.Drawing.Point(474, 183);
|
|
|
|
|
this.SNESCheatsDescription.Name = "SNESCheatsDescription";
|
|
|
|
|
this.SNESCheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.SNESCheatsDescription.TabIndex = 44;
|
|
|
|
|
this.SNESCheatsDescription.Text = "Cheats";
|
|
|
|
|
//
|
|
|
|
|
// SNESBrowseCheats
|
|
|
|
|
//
|
|
|
|
|
this.SNESBrowseCheats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SNESBrowseCheats.Image = ((System.Drawing.Image)(resources.GetObject("SNESBrowseCheats.Image")));
|
|
|
|
|
this.SNESBrowseCheats.Location = new System.Drawing.Point(442, 179);
|
|
|
|
|
this.SNESBrowseCheats.Name = "SNESBrowseCheats";
|
|
|
|
|
this.SNESBrowseCheats.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.SNESBrowseCheats.TabIndex = 41;
|
|
|
|
|
this.SNESBrowseCheats.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SNESBrowseCheats.Click += new System.EventHandler(this.SNESBrowseCheats_Click);
|
|
|
|
|
//
|
|
|
|
|
// SNESCheatsBox
|
|
|
|
|
//
|
|
|
|
|
this.SNESCheatsBox.AcceptsTab = true;
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.SNESCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-26 15:59:14 +00:00
|
|
|
|
this.SNESCheatsBox.Location = new System.Drawing.Point(13, 179);
|
|
|
|
|
this.SNESCheatsBox.Name = "SNESCheatsBox";
|
|
|
|
|
this.SNESCheatsBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.SNESCheatsBox.TabIndex = 40;
|
|
|
|
|
//
|
|
|
|
|
// SNESBaseDescription
|
|
|
|
|
//
|
|
|
|
|
this.SNESBaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SNESBaseDescription.AutoSize = true;
|
|
|
|
|
this.SNESBaseDescription.Location = new System.Drawing.Point(474, 25);
|
|
|
|
|
this.SNESBaseDescription.Name = "SNESBaseDescription";
|
|
|
|
|
this.SNESBaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.SNESBaseDescription.TabIndex = 43;
|
|
|
|
|
this.SNESBaseDescription.Text = "Base";
|
|
|
|
|
//
|
|
|
|
|
// BrowseSNESBase
|
|
|
|
|
//
|
|
|
|
|
this.BrowseSNESBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.BrowseSNESBase.Image = global::BizHawk.MultiClient.Properties.Resources.OpenFile;
|
|
|
|
|
this.BrowseSNESBase.Location = new System.Drawing.Point(442, 21);
|
|
|
|
|
this.BrowseSNESBase.Name = "BrowseSNESBase";
|
|
|
|
|
this.BrowseSNESBase.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.BrowseSNESBase.TabIndex = 28;
|
|
|
|
|
this.BrowseSNESBase.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseSNESBase.Click += new System.EventHandler(this.BrowseSNESBase_Click);
|
|
|
|
|
//
|
|
|
|
|
// SNESROMsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.SNESROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-26 15:59:14 +00:00
|
|
|
|
this.SNESROMsBox.Location = new System.Drawing.Point(13, 59);
|
|
|
|
|
this.SNESROMsBox.Name = "SNESROMsBox";
|
|
|
|
|
this.SNESROMsBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.SNESROMsBox.TabIndex = 30;
|
|
|
|
|
//
|
|
|
|
|
// SNESScreenshotsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.SNESScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-26 15:59:14 +00:00
|
|
|
|
this.SNESScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
|
|
|
|
this.SNESScreenshotsBox.Name = "SNESScreenshotsBox";
|
|
|
|
|
this.SNESScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.SNESScreenshotsBox.TabIndex = 37;
|
|
|
|
|
//
|
|
|
|
|
// BrowseSNESSavestates
|
|
|
|
|
//
|
|
|
|
|
this.BrowseSNESSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.BrowseSNESSavestates.Image = ((System.Drawing.Image)(resources.GetObject("BrowseSNESSavestates.Image")));
|
|
|
|
|
this.BrowseSNESSavestates.Location = new System.Drawing.Point(442, 89);
|
|
|
|
|
this.BrowseSNESSavestates.Name = "BrowseSNESSavestates";
|
|
|
|
|
this.BrowseSNESSavestates.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.BrowseSNESSavestates.TabIndex = 33;
|
|
|
|
|
this.BrowseSNESSavestates.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseSNESSavestates.Click += new System.EventHandler(this.BrowseSNESSavestates_Click);
|
|
|
|
|
//
|
|
|
|
|
// SNESScreenshotsDescription
|
|
|
|
|
//
|
|
|
|
|
this.SNESScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SNESScreenshotsDescription.AutoSize = true;
|
|
|
|
|
this.SNESScreenshotsDescription.Location = new System.Drawing.Point(474, 153);
|
|
|
|
|
this.SNESScreenshotsDescription.Name = "SNESScreenshotsDescription";
|
|
|
|
|
this.SNESScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.SNESScreenshotsDescription.TabIndex = 42;
|
|
|
|
|
this.SNESScreenshotsDescription.Text = "Screenshots";
|
|
|
|
|
//
|
|
|
|
|
// SNESSavestatesDescription
|
|
|
|
|
//
|
|
|
|
|
this.SNESSavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SNESSavestatesDescription.AutoSize = true;
|
|
|
|
|
this.SNESSavestatesDescription.Location = new System.Drawing.Point(474, 93);
|
|
|
|
|
this.SNESSavestatesDescription.Name = "SNESSavestatesDescription";
|
|
|
|
|
this.SNESSavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.SNESSavestatesDescription.TabIndex = 29;
|
|
|
|
|
this.SNESSavestatesDescription.Text = "Savestates";
|
|
|
|
|
//
|
|
|
|
|
// BrowseSNESScreenshots
|
|
|
|
|
//
|
|
|
|
|
this.BrowseSNESScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.BrowseSNESScreenshots.Image = ((System.Drawing.Image)(resources.GetObject("BrowseSNESScreenshots.Image")));
|
|
|
|
|
this.BrowseSNESScreenshots.Location = new System.Drawing.Point(442, 149);
|
|
|
|
|
this.BrowseSNESScreenshots.Name = "BrowseSNESScreenshots";
|
|
|
|
|
this.BrowseSNESScreenshots.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.BrowseSNESScreenshots.TabIndex = 38;
|
|
|
|
|
this.BrowseSNESScreenshots.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseSNESScreenshots.Click += new System.EventHandler(this.button5_Click);
|
|
|
|
|
//
|
|
|
|
|
// SNESSavestatesBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.SNESSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-26 15:59:14 +00:00
|
|
|
|
this.SNESSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
|
|
|
|
this.SNESSavestatesBox.Name = "SNESSavestatesBox";
|
|
|
|
|
this.SNESSavestatesBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.SNESSavestatesBox.TabIndex = 32;
|
|
|
|
|
//
|
|
|
|
|
// BrowseSNESSaveRAM
|
|
|
|
|
//
|
|
|
|
|
this.BrowseSNESSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.BrowseSNESSaveRAM.Image = ((System.Drawing.Image)(resources.GetObject("BrowseSNESSaveRAM.Image")));
|
|
|
|
|
this.BrowseSNESSaveRAM.Location = new System.Drawing.Point(442, 119);
|
|
|
|
|
this.BrowseSNESSaveRAM.Name = "BrowseSNESSaveRAM";
|
|
|
|
|
this.BrowseSNESSaveRAM.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.BrowseSNESSaveRAM.TabIndex = 36;
|
|
|
|
|
this.BrowseSNESSaveRAM.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// SNESSaveRAMDescription
|
|
|
|
|
//
|
|
|
|
|
this.SNESSaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SNESSaveRAMDescription.AutoSize = true;
|
|
|
|
|
this.SNESSaveRAMDescription.Location = new System.Drawing.Point(474, 123);
|
|
|
|
|
this.SNESSaveRAMDescription.Name = "SNESSaveRAMDescription";
|
|
|
|
|
this.SNESSaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.SNESSaveRAMDescription.TabIndex = 35;
|
|
|
|
|
this.SNESSaveRAMDescription.Text = "Save RAM";
|
|
|
|
|
//
|
|
|
|
|
// SNESROMsDescription
|
|
|
|
|
//
|
|
|
|
|
this.SNESROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SNESROMsDescription.AutoSize = true;
|
|
|
|
|
this.SNESROMsDescription.Location = new System.Drawing.Point(474, 63);
|
|
|
|
|
this.SNESROMsDescription.Name = "SNESROMsDescription";
|
|
|
|
|
this.SNESROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.SNESROMsDescription.TabIndex = 39;
|
|
|
|
|
this.SNESROMsDescription.Text = "ROMs";
|
|
|
|
|
//
|
|
|
|
|
// SNESSaveRAMBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.SNESSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-26 15:59:14 +00:00
|
|
|
|
this.SNESSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
|
|
|
|
this.SNESSaveRAMBox.Name = "SNESSaveRAMBox";
|
|
|
|
|
this.SNESSaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.SNESSaveRAMBox.TabIndex = 34;
|
|
|
|
|
//
|
|
|
|
|
// BrowseSNESROMs
|
|
|
|
|
//
|
|
|
|
|
this.BrowseSNESROMs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.BrowseSNESROMs.Image = ((System.Drawing.Image)(resources.GetObject("BrowseSNESROMs.Image")));
|
|
|
|
|
this.BrowseSNESROMs.Location = new System.Drawing.Point(442, 59);
|
|
|
|
|
this.BrowseSNESROMs.Name = "BrowseSNESROMs";
|
|
|
|
|
this.BrowseSNESROMs.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.BrowseSNESROMs.TabIndex = 31;
|
|
|
|
|
this.BrowseSNESROMs.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseSNESROMs.Click += new System.EventHandler(this.BrowseSNESROMs_Click);
|
|
|
|
|
//
|
2011-06-11 16:22:48 +00:00
|
|
|
|
// tabPage2
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8BaseBox);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8CheatsDescription);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8BrowseCheats);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8CheatsBox);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8ScreenshotsBox);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8BaseDescription);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8ScreenshotsDescription);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8BrowseBase);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8BrowseScreenshots);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8ROMsBox);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8BrowseSavestates);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8SavestatesDescription);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8ROMsDescription);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8SavestatesBox);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8BrowseROMs);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8BrowseSaveRAM);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8SaveRAMDescription);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8SaveRAMBox);
|
|
|
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage2.Name = "tabPage2";
|
|
|
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.tabPage2.Size = new System.Drawing.Size(566, 275);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage2.TabIndex = 1;
|
|
|
|
|
this.tabPage2.Text = "SMS";
|
|
|
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2012-09-27 02:09:39 +00:00
|
|
|
|
// Sega8BaseBox
|
|
|
|
|
//
|
|
|
|
|
this.Sega8BaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Sega8BaseBox.Location = new System.Drawing.Point(13, 21);
|
|
|
|
|
this.Sega8BaseBox.Name = "Sega8BaseBox";
|
|
|
|
|
this.Sega8BaseBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.Sega8BaseBox.TabIndex = 15;
|
|
|
|
|
//
|
2011-06-11 16:22:48 +00:00
|
|
|
|
// Sega8CheatsDescription
|
|
|
|
|
//
|
|
|
|
|
this.Sega8CheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Sega8CheatsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8CheatsDescription.Location = new System.Drawing.Point(474, 183);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8CheatsDescription.Name = "Sega8CheatsDescription";
|
|
|
|
|
this.Sega8CheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.Sega8CheatsDescription.TabIndex = 26;
|
|
|
|
|
this.Sega8CheatsDescription.Text = "Cheats";
|
|
|
|
|
//
|
|
|
|
|
// Sega8BrowseCheats
|
|
|
|
|
//
|
|
|
|
|
this.Sega8BrowseCheats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.Sega8BrowseCheats.Image = ((System.Drawing.Image)(resources.GetObject("Sega8BrowseCheats.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8BrowseCheats.Location = new System.Drawing.Point(442, 179);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8BrowseCheats.Name = "Sega8BrowseCheats";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.Sega8BrowseCheats.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8BrowseCheats.TabIndex = 26;
|
|
|
|
|
this.Sega8BrowseCheats.UseVisualStyleBackColor = true;
|
|
|
|
|
this.Sega8BrowseCheats.Click += new System.EventHandler(this.Sega8BrowseCheats_Click);
|
|
|
|
|
//
|
|
|
|
|
// Sega8CheatsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.Sega8CheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8CheatsBox.Location = new System.Drawing.Point(13, 179);
|
|
|
|
|
this.Sega8CheatsBox.Name = "Sega8CheatsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8CheatsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8CheatsBox.TabIndex = 25;
|
|
|
|
|
//
|
|
|
|
|
// Sega8BaseDescription
|
|
|
|
|
//
|
|
|
|
|
this.Sega8BaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Sega8BaseDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8BaseDescription.Location = new System.Drawing.Point(474, 25);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8BaseDescription.Name = "Sega8BaseDescription";
|
|
|
|
|
this.Sega8BaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.Sega8BaseDescription.TabIndex = 21;
|
|
|
|
|
this.Sega8BaseDescription.Text = "Base";
|
|
|
|
|
//
|
|
|
|
|
// Sega8BrowseBase
|
|
|
|
|
//
|
|
|
|
|
this.Sega8BrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.Sega8BrowseBase.Image = global::BizHawk.MultiClient.Properties.Resources.OpenFile;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.Sega8BrowseBase.Location = new System.Drawing.Point(442, 21);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8BrowseBase.Name = "Sega8BrowseBase";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.Sega8BrowseBase.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Sega8BrowseBase.TabIndex = 16;
|
|
|
|
|
this.Sega8BrowseBase.UseVisualStyleBackColor = true;
|
|
|
|
|
this.Sega8BrowseBase.Click += new System.EventHandler(this.Sega8BrowseBase_Click);
|
|
|
|
|
//
|
|
|
|
|
// tabPage9
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.tabPage9.Controls.Add(this.SGBaseBox);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage9.Controls.Add(this.SGCheatsDescription);
|
|
|
|
|
this.tabPage9.Controls.Add(this.SGBrowseCheats);
|
|
|
|
|
this.tabPage9.Controls.Add(this.SGCheatsBox);
|
|
|
|
|
this.tabPage9.Controls.Add(this.SGBaseDescription);
|
|
|
|
|
this.tabPage9.Controls.Add(this.SGBrowseBase);
|
|
|
|
|
this.tabPage9.Controls.Add(this.SGROMsBox);
|
|
|
|
|
this.tabPage9.Controls.Add(this.SGScreenshotsBox);
|
|
|
|
|
this.tabPage9.Controls.Add(this.SGBrowseSavestates);
|
|
|
|
|
this.tabPage9.Controls.Add(this.SGScreenshotsDescription);
|
|
|
|
|
this.tabPage9.Controls.Add(this.SGSavestatesDescription);
|
|
|
|
|
this.tabPage9.Controls.Add(this.SGBrowseScreenshots);
|
|
|
|
|
this.tabPage9.Controls.Add(this.SGSavestatesBox);
|
|
|
|
|
this.tabPage9.Controls.Add(this.SGBrowseSaveRAM);
|
|
|
|
|
this.tabPage9.Controls.Add(this.SGSaveRAMDescription);
|
|
|
|
|
this.tabPage9.Controls.Add(this.SGROMsDescription);
|
|
|
|
|
this.tabPage9.Controls.Add(this.SGSaveRAMBox);
|
|
|
|
|
this.tabPage9.Controls.Add(this.SGROMsBrowse);
|
|
|
|
|
this.tabPage9.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage9.Name = "tabPage9";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.tabPage9.Size = new System.Drawing.Size(566, 275);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage9.TabIndex = 8;
|
|
|
|
|
this.tabPage9.Text = "SG-1000";
|
|
|
|
|
this.tabPage9.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2012-09-27 02:09:39 +00:00
|
|
|
|
// SGBaseBox
|
|
|
|
|
//
|
|
|
|
|
this.SGBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SGBaseBox.Location = new System.Drawing.Point(13, 21);
|
|
|
|
|
this.SGBaseBox.Name = "SGBaseBox";
|
|
|
|
|
this.SGBaseBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.SGBaseBox.TabIndex = 30;
|
|
|
|
|
//
|
2011-06-11 16:22:48 +00:00
|
|
|
|
// SGCheatsDescription
|
|
|
|
|
//
|
|
|
|
|
this.SGCheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SGCheatsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGCheatsDescription.Location = new System.Drawing.Point(474, 183);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGCheatsDescription.Name = "SGCheatsDescription";
|
|
|
|
|
this.SGCheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.SGCheatsDescription.TabIndex = 41;
|
|
|
|
|
this.SGCheatsDescription.Text = "Cheats";
|
|
|
|
|
//
|
|
|
|
|
// SGBrowseCheats
|
|
|
|
|
//
|
|
|
|
|
this.SGBrowseCheats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.SGBrowseCheats.Image = ((System.Drawing.Image)(resources.GetObject("SGBrowseCheats.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGBrowseCheats.Location = new System.Drawing.Point(442, 179);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGBrowseCheats.Name = "SGBrowseCheats";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.SGBrowseCheats.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGBrowseCheats.TabIndex = 42;
|
|
|
|
|
this.SGBrowseCheats.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SGBrowseCheats.Click += new System.EventHandler(this.SGBrowseCheats_Click);
|
|
|
|
|
//
|
|
|
|
|
// SGCheatsBox
|
|
|
|
|
//
|
|
|
|
|
this.SGCheatsBox.AcceptsTab = true;
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.SGCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGCheatsBox.Location = new System.Drawing.Point(13, 179);
|
|
|
|
|
this.SGCheatsBox.Name = "SGCheatsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGCheatsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGCheatsBox.TabIndex = 41;
|
|
|
|
|
//
|
|
|
|
|
// SGBaseDescription
|
|
|
|
|
//
|
|
|
|
|
this.SGBaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SGBaseDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGBaseDescription.Location = new System.Drawing.Point(474, 25);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGBaseDescription.Name = "SGBaseDescription";
|
|
|
|
|
this.SGBaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.SGBaseDescription.TabIndex = 38;
|
|
|
|
|
this.SGBaseDescription.Text = "Base";
|
|
|
|
|
//
|
|
|
|
|
// SGBrowseBase
|
|
|
|
|
//
|
|
|
|
|
this.SGBrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.SGBrowseBase.Image = ((System.Drawing.Image)(resources.GetObject("SGBrowseBase.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGBrowseBase.Location = new System.Drawing.Point(442, 21);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGBrowseBase.Name = "SGBrowseBase";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.SGBrowseBase.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGBrowseBase.TabIndex = 31;
|
|
|
|
|
this.SGBrowseBase.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SGBrowseBase.Click += new System.EventHandler(this.SGBrowseBase_Click);
|
|
|
|
|
//
|
|
|
|
|
// SGROMsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.SGROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGROMsBox.Location = new System.Drawing.Point(13, 59);
|
|
|
|
|
this.SGROMsBox.Name = "SGROMsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGROMsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGROMsBox.TabIndex = 32;
|
|
|
|
|
//
|
|
|
|
|
// SGScreenshotsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.SGScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
|
|
|
|
this.SGScreenshotsBox.Name = "SGScreenshotsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGScreenshotsBox.TabIndex = 39;
|
|
|
|
|
//
|
|
|
|
|
// SGBrowseSavestates
|
|
|
|
|
//
|
|
|
|
|
this.SGBrowseSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.SGBrowseSavestates.Image = ((System.Drawing.Image)(resources.GetObject("SGBrowseSavestates.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGBrowseSavestates.Location = new System.Drawing.Point(442, 89);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGBrowseSavestates.Name = "SGBrowseSavestates";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.SGBrowseSavestates.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGBrowseSavestates.TabIndex = 35;
|
|
|
|
|
this.SGBrowseSavestates.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SGBrowseSavestates.Click += new System.EventHandler(this.SGBrowseSavestates_Click);
|
|
|
|
|
//
|
|
|
|
|
// SGScreenshotsDescription
|
|
|
|
|
//
|
|
|
|
|
this.SGScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SGScreenshotsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGScreenshotsDescription.Location = new System.Drawing.Point(474, 153);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGScreenshotsDescription.Name = "SGScreenshotsDescription";
|
|
|
|
|
this.SGScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.SGScreenshotsDescription.TabIndex = 35;
|
|
|
|
|
this.SGScreenshotsDescription.Text = "Screenshots";
|
|
|
|
|
//
|
|
|
|
|
// SGSavestatesDescription
|
|
|
|
|
//
|
|
|
|
|
this.SGSavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SGSavestatesDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGSavestatesDescription.Location = new System.Drawing.Point(474, 93);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGSavestatesDescription.Name = "SGSavestatesDescription";
|
|
|
|
|
this.SGSavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.SGSavestatesDescription.TabIndex = 26;
|
|
|
|
|
this.SGSavestatesDescription.Text = "Savestates";
|
|
|
|
|
//
|
|
|
|
|
// SGBrowseScreenshots
|
|
|
|
|
//
|
|
|
|
|
this.SGBrowseScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.SGBrowseScreenshots.Image = ((System.Drawing.Image)(resources.GetObject("SGBrowseScreenshots.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGBrowseScreenshots.Location = new System.Drawing.Point(442, 149);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGBrowseScreenshots.Name = "SGBrowseScreenshots";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.SGBrowseScreenshots.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGBrowseScreenshots.TabIndex = 40;
|
|
|
|
|
this.SGBrowseScreenshots.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SGBrowseScreenshots.Click += new System.EventHandler(this.SGBrowseScreenshots_Click);
|
|
|
|
|
//
|
|
|
|
|
// SGSavestatesBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.SGSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
|
|
|
|
this.SGSavestatesBox.Name = "SGSavestatesBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGSavestatesBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGSavestatesBox.TabIndex = 34;
|
|
|
|
|
//
|
|
|
|
|
// SGBrowseSaveRAM
|
|
|
|
|
//
|
|
|
|
|
this.SGBrowseSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.SGBrowseSaveRAM.Image = ((System.Drawing.Image)(resources.GetObject("SGBrowseSaveRAM.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGBrowseSaveRAM.Location = new System.Drawing.Point(442, 119);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGBrowseSaveRAM.Name = "SGBrowseSaveRAM";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.SGBrowseSaveRAM.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGBrowseSaveRAM.TabIndex = 38;
|
|
|
|
|
this.SGBrowseSaveRAM.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SGBrowseSaveRAM.Click += new System.EventHandler(this.SGBrowseSaveRAM_Click);
|
|
|
|
|
//
|
|
|
|
|
// SGSaveRAMDescription
|
|
|
|
|
//
|
|
|
|
|
this.SGSaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SGSaveRAMDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGSaveRAMDescription.Location = new System.Drawing.Point(474, 123);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGSaveRAMDescription.Name = "SGSaveRAMDescription";
|
|
|
|
|
this.SGSaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.SGSaveRAMDescription.TabIndex = 29;
|
|
|
|
|
this.SGSaveRAMDescription.Text = "Save RAM";
|
|
|
|
|
//
|
|
|
|
|
// SGROMsDescription
|
|
|
|
|
//
|
|
|
|
|
this.SGROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SGROMsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGROMsDescription.Location = new System.Drawing.Point(474, 63);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGROMsDescription.Name = "SGROMsDescription";
|
|
|
|
|
this.SGROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.SGROMsDescription.TabIndex = 32;
|
|
|
|
|
this.SGROMsDescription.Text = "ROMs";
|
|
|
|
|
//
|
|
|
|
|
// SGSaveRAMBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.SGSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
|
|
|
|
this.SGSaveRAMBox.Name = "SGSaveRAMBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGSaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGSaveRAMBox.TabIndex = 36;
|
|
|
|
|
//
|
|
|
|
|
// SGROMsBrowse
|
|
|
|
|
//
|
|
|
|
|
this.SGROMsBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.SGROMsBrowse.Image = ((System.Drawing.Image)(resources.GetObject("SGROMsBrowse.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.SGROMsBrowse.Location = new System.Drawing.Point(442, 59);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGROMsBrowse.Name = "SGROMsBrowse";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.SGROMsBrowse.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.SGROMsBrowse.TabIndex = 33;
|
|
|
|
|
this.SGROMsBrowse.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SGROMsBrowse.Click += new System.EventHandler(this.SGROMsBrowse_Click);
|
|
|
|
|
//
|
|
|
|
|
// tabPage8
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.tabPage8.Controls.Add(this.GGBaseBox);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage8.Controls.Add(this.GGCheatsDescription);
|
|
|
|
|
this.tabPage8.Controls.Add(this.GGBrowseCheats);
|
|
|
|
|
this.tabPage8.Controls.Add(this.GGCheatsBox);
|
|
|
|
|
this.tabPage8.Controls.Add(this.GGScreenshotsBox);
|
|
|
|
|
this.tabPage8.Controls.Add(this.GGBaseDescription);
|
|
|
|
|
this.tabPage8.Controls.Add(this.GGScreenshotsDescription);
|
|
|
|
|
this.tabPage8.Controls.Add(this.GGBrowseBase);
|
|
|
|
|
this.tabPage8.Controls.Add(this.GGBrowseScreenshots);
|
|
|
|
|
this.tabPage8.Controls.Add(this.GGROMBox);
|
|
|
|
|
this.tabPage8.Controls.Add(this.GGBrowseSavestates);
|
|
|
|
|
this.tabPage8.Controls.Add(this.GGSavestatesDescription);
|
|
|
|
|
this.tabPage8.Controls.Add(this.GGROMsDescription);
|
|
|
|
|
this.tabPage8.Controls.Add(this.GGSavestatesBox);
|
|
|
|
|
this.tabPage8.Controls.Add(this.GGBrowseROMs);
|
|
|
|
|
this.tabPage8.Controls.Add(this.GGBrowseSaveRAM);
|
|
|
|
|
this.tabPage8.Controls.Add(this.GGSaveRAMDescription);
|
|
|
|
|
this.tabPage8.Controls.Add(this.GGSaveRAMBox);
|
|
|
|
|
this.tabPage8.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage8.Name = "tabPage8";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.tabPage8.Size = new System.Drawing.Size(566, 275);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage8.TabIndex = 7;
|
|
|
|
|
this.tabPage8.Text = "G. Gear";
|
|
|
|
|
this.tabPage8.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2012-09-27 02:09:39 +00:00
|
|
|
|
// GGBaseBox
|
|
|
|
|
//
|
|
|
|
|
this.GGBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GGBaseBox.Location = new System.Drawing.Point(13, 21);
|
|
|
|
|
this.GGBaseBox.Name = "GGBaseBox";
|
|
|
|
|
this.GGBaseBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.GGBaseBox.TabIndex = 43;
|
|
|
|
|
//
|
2011-06-11 16:22:48 +00:00
|
|
|
|
// GGCheatsDescription
|
|
|
|
|
//
|
|
|
|
|
this.GGCheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GGCheatsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGCheatsDescription.Location = new System.Drawing.Point(474, 183);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGCheatsDescription.Name = "GGCheatsDescription";
|
|
|
|
|
this.GGCheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.GGCheatsDescription.TabIndex = 44;
|
|
|
|
|
this.GGCheatsDescription.Text = "Cheats";
|
|
|
|
|
//
|
|
|
|
|
// GGBrowseCheats
|
|
|
|
|
//
|
|
|
|
|
this.GGBrowseCheats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GGBrowseCheats.Image = ((System.Drawing.Image)(resources.GetObject("GGBrowseCheats.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGBrowseCheats.Location = new System.Drawing.Point(442, 179);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGBrowseCheats.Name = "GGBrowseCheats";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GGBrowseCheats.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGBrowseCheats.TabIndex = 54;
|
|
|
|
|
this.GGBrowseCheats.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GGBrowseCheats.Click += new System.EventHandler(this.GGBrowseCheats_Click);
|
|
|
|
|
//
|
|
|
|
|
// GGCheatsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GGCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGCheatsBox.Location = new System.Drawing.Point(13, 179);
|
|
|
|
|
this.GGCheatsBox.Name = "GGCheatsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGCheatsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGCheatsBox.TabIndex = 53;
|
|
|
|
|
//
|
|
|
|
|
// GGScreenshotsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GGScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
|
|
|
|
this.GGScreenshotsBox.Name = "GGScreenshotsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGScreenshotsBox.TabIndex = 51;
|
|
|
|
|
//
|
|
|
|
|
// GGBaseDescription
|
|
|
|
|
//
|
|
|
|
|
this.GGBaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GGBaseDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGBaseDescription.Location = new System.Drawing.Point(474, 25);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGBaseDescription.Name = "GGBaseDescription";
|
|
|
|
|
this.GGBaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.GGBaseDescription.TabIndex = 41;
|
|
|
|
|
this.GGBaseDescription.Text = "Base";
|
|
|
|
|
//
|
|
|
|
|
// GGScreenshotsDescription
|
|
|
|
|
//
|
|
|
|
|
this.GGScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GGScreenshotsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGScreenshotsDescription.Location = new System.Drawing.Point(474, 153);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGScreenshotsDescription.Name = "GGScreenshotsDescription";
|
|
|
|
|
this.GGScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.GGScreenshotsDescription.TabIndex = 38;
|
|
|
|
|
this.GGScreenshotsDescription.Text = "Screenshots";
|
|
|
|
|
//
|
|
|
|
|
// GGBrowseBase
|
|
|
|
|
//
|
|
|
|
|
this.GGBrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GGBrowseBase.Image = ((System.Drawing.Image)(resources.GetObject("GGBrowseBase.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGBrowseBase.Location = new System.Drawing.Point(442, 21);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGBrowseBase.Name = "GGBrowseBase";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GGBrowseBase.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGBrowseBase.TabIndex = 44;
|
|
|
|
|
this.GGBrowseBase.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GGBrowseBase.Click += new System.EventHandler(this.GGBrowseBase_Click);
|
|
|
|
|
//
|
|
|
|
|
// GGBrowseScreenshots
|
|
|
|
|
//
|
|
|
|
|
this.GGBrowseScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GGBrowseScreenshots.Image = ((System.Drawing.Image)(resources.GetObject("GGBrowseScreenshots.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGBrowseScreenshots.Location = new System.Drawing.Point(442, 149);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGBrowseScreenshots.Name = "GGBrowseScreenshots";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GGBrowseScreenshots.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGBrowseScreenshots.TabIndex = 52;
|
|
|
|
|
this.GGBrowseScreenshots.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GGBrowseScreenshots.Click += new System.EventHandler(this.GGBrowseScreenshots_Click);
|
|
|
|
|
//
|
|
|
|
|
// GGROMBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GGROMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGROMBox.Location = new System.Drawing.Point(13, 59);
|
|
|
|
|
this.GGROMBox.Name = "GGROMBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGROMBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGROMBox.TabIndex = 45;
|
|
|
|
|
//
|
|
|
|
|
// GGBrowseSavestates
|
|
|
|
|
//
|
|
|
|
|
this.GGBrowseSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GGBrowseSavestates.Image = ((System.Drawing.Image)(resources.GetObject("GGBrowseSavestates.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGBrowseSavestates.Location = new System.Drawing.Point(442, 89);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGBrowseSavestates.Name = "GGBrowseSavestates";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GGBrowseSavestates.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGBrowseSavestates.TabIndex = 48;
|
|
|
|
|
this.GGBrowseSavestates.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GGBrowseSavestates.Click += new System.EventHandler(this.GGBrowseSavestates_Click);
|
|
|
|
|
//
|
|
|
|
|
// GGSavestatesDescription
|
|
|
|
|
//
|
|
|
|
|
this.GGSavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GGSavestatesDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGSavestatesDescription.Location = new System.Drawing.Point(474, 93);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGSavestatesDescription.Name = "GGSavestatesDescription";
|
|
|
|
|
this.GGSavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.GGSavestatesDescription.TabIndex = 29;
|
|
|
|
|
this.GGSavestatesDescription.Text = "Savestates";
|
|
|
|
|
//
|
|
|
|
|
// GGROMsDescription
|
|
|
|
|
//
|
|
|
|
|
this.GGROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GGROMsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGROMsDescription.Location = new System.Drawing.Point(474, 63);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGROMsDescription.Name = "GGROMsDescription";
|
|
|
|
|
this.GGROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.GGROMsDescription.TabIndex = 35;
|
|
|
|
|
this.GGROMsDescription.Text = "ROMs";
|
|
|
|
|
//
|
|
|
|
|
// GGSavestatesBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GGSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
|
|
|
|
this.GGSavestatesBox.Name = "GGSavestatesBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGSavestatesBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGSavestatesBox.TabIndex = 47;
|
|
|
|
|
//
|
|
|
|
|
// GGBrowseROMs
|
|
|
|
|
//
|
|
|
|
|
this.GGBrowseROMs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GGBrowseROMs.Image = ((System.Drawing.Image)(resources.GetObject("GGBrowseROMs.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGBrowseROMs.Location = new System.Drawing.Point(442, 59);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGBrowseROMs.Name = "GGBrowseROMs";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GGBrowseROMs.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGBrowseROMs.TabIndex = 46;
|
|
|
|
|
this.GGBrowseROMs.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GGBrowseROMs.Click += new System.EventHandler(this.GGBrowseROMs_Click);
|
|
|
|
|
//
|
|
|
|
|
// GGBrowseSaveRAM
|
|
|
|
|
//
|
|
|
|
|
this.GGBrowseSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GGBrowseSaveRAM.Image = ((System.Drawing.Image)(resources.GetObject("GGBrowseSaveRAM.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGBrowseSaveRAM.Location = new System.Drawing.Point(442, 119);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGBrowseSaveRAM.Name = "GGBrowseSaveRAM";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GGBrowseSaveRAM.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGBrowseSaveRAM.TabIndex = 50;
|
|
|
|
|
this.GGBrowseSaveRAM.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GGBrowseSaveRAM.Click += new System.EventHandler(this.GGBrowseSaveRAM_Click);
|
|
|
|
|
//
|
|
|
|
|
// GGSaveRAMDescription
|
|
|
|
|
//
|
|
|
|
|
this.GGSaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GGSaveRAMDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGSaveRAMDescription.Location = new System.Drawing.Point(474, 123);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGSaveRAMDescription.Name = "GGSaveRAMDescription";
|
|
|
|
|
this.GGSaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.GGSaveRAMDescription.TabIndex = 32;
|
|
|
|
|
this.GGSaveRAMDescription.Text = "Save RAM";
|
|
|
|
|
//
|
|
|
|
|
// GGSaveRAMBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GGSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
|
|
|
|
this.GGSaveRAMBox.Name = "GGSaveRAMBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GGSaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GGSaveRAMBox.TabIndex = 49;
|
|
|
|
|
//
|
|
|
|
|
// tabPage3
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisBaseBox);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisCheatsDescription);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisBrowseCheats);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisCheatsBox);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisScreenshotsBox);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisBrowseSaveRAM);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisBrowseROMs);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisBaseDescription);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisSaveRAMDescription);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisSavestatesBox);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisScreenshotsDescription);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisSaveRAMBox);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisROMsDescription);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisBrowseBase);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisSavestatesDescription);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisBrowseSavestates);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisBrowseScreenshots);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisROMsBox);
|
|
|
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage3.Name = "tabPage3";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.tabPage3.Size = new System.Drawing.Size(566, 275);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage3.TabIndex = 2;
|
|
|
|
|
this.tabPage3.Text = "Genesis";
|
|
|
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2012-09-27 02:09:39 +00:00
|
|
|
|
// GenesisBaseBox
|
|
|
|
|
//
|
|
|
|
|
this.GenesisBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GenesisBaseBox.Location = new System.Drawing.Point(13, 21);
|
|
|
|
|
this.GenesisBaseBox.Name = "GenesisBaseBox";
|
|
|
|
|
this.GenesisBaseBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.GenesisBaseBox.TabIndex = 60;
|
|
|
|
|
//
|
2011-06-11 16:22:48 +00:00
|
|
|
|
// GenesisCheatsDescription
|
|
|
|
|
//
|
|
|
|
|
this.GenesisCheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GenesisCheatsDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisCheatsDescription.Location = new System.Drawing.Point(474, 183);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisCheatsDescription.Name = "GenesisCheatsDescription";
|
|
|
|
|
this.GenesisCheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.GenesisCheatsDescription.TabIndex = 39;
|
|
|
|
|
this.GenesisCheatsDescription.Text = "Cheats";
|
|
|
|
|
//
|
|
|
|
|
// GenesisBrowseCheats
|
|
|
|
|
//
|
|
|
|
|
this.GenesisBrowseCheats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GenesisBrowseCheats.Image = ((System.Drawing.Image)(resources.GetObject("GenesisBrowseCheats.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisBrowseCheats.Location = new System.Drawing.Point(442, 179);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisBrowseCheats.Name = "GenesisBrowseCheats";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GenesisBrowseCheats.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisBrowseCheats.TabIndex = 71;
|
|
|
|
|
this.GenesisBrowseCheats.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GenesisBrowseCheats.Click += new System.EventHandler(this.GenesisBrowseCheats_Click);
|
|
|
|
|
//
|
|
|
|
|
// GenesisCheatsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GenesisCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisCheatsBox.Location = new System.Drawing.Point(13, 179);
|
|
|
|
|
this.GenesisCheatsBox.Name = "GenesisCheatsBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisCheatsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisCheatsBox.TabIndex = 70;
|
|
|
|
|
//
|
|
|
|
|
// GenesisScreenshotsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GenesisScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
|
|
|
|
this.GenesisScreenshotsBox.Name = "GenesisScreenshotsBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisScreenshotsBox.TabIndex = 68;
|
|
|
|
|
//
|
|
|
|
|
// GenesisBrowseSaveRAM
|
|
|
|
|
//
|
|
|
|
|
this.GenesisBrowseSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GenesisBrowseSaveRAM.Image = ((System.Drawing.Image)(resources.GetObject("GenesisBrowseSaveRAM.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisBrowseSaveRAM.Location = new System.Drawing.Point(442, 119);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisBrowseSaveRAM.Name = "GenesisBrowseSaveRAM";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GenesisBrowseSaveRAM.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisBrowseSaveRAM.TabIndex = 67;
|
|
|
|
|
this.GenesisBrowseSaveRAM.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GenesisBrowseSaveRAM.Click += new System.EventHandler(this.GenesisBrowseSaveRAM_Click);
|
|
|
|
|
//
|
|
|
|
|
// GenesisBrowseROMs
|
|
|
|
|
//
|
|
|
|
|
this.GenesisBrowseROMs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GenesisBrowseROMs.Image = ((System.Drawing.Image)(resources.GetObject("GenesisBrowseROMs.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisBrowseROMs.Location = new System.Drawing.Point(442, 59);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisBrowseROMs.Name = "GenesisBrowseROMs";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GenesisBrowseROMs.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisBrowseROMs.TabIndex = 63;
|
|
|
|
|
this.GenesisBrowseROMs.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GenesisBrowseROMs.Click += new System.EventHandler(this.GenesisBrowseROMs_Click);
|
|
|
|
|
//
|
|
|
|
|
// GenesisBaseDescription
|
|
|
|
|
//
|
|
|
|
|
this.GenesisBaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GenesisBaseDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisBaseDescription.Location = new System.Drawing.Point(474, 25);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisBaseDescription.Name = "GenesisBaseDescription";
|
|
|
|
|
this.GenesisBaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.GenesisBaseDescription.TabIndex = 36;
|
|
|
|
|
this.GenesisBaseDescription.Text = "Base";
|
|
|
|
|
//
|
|
|
|
|
// GenesisSaveRAMDescription
|
|
|
|
|
//
|
|
|
|
|
this.GenesisSaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GenesisSaveRAMDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisSaveRAMDescription.Location = new System.Drawing.Point(474, 123);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisSaveRAMDescription.Name = "GenesisSaveRAMDescription";
|
|
|
|
|
this.GenesisSaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.GenesisSaveRAMDescription.TabIndex = 27;
|
|
|
|
|
this.GenesisSaveRAMDescription.Text = "Save RAM";
|
|
|
|
|
//
|
|
|
|
|
// GenesisSavestatesBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GenesisSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
|
|
|
|
this.GenesisSavestatesBox.Name = "GenesisSavestatesBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisSavestatesBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisSavestatesBox.TabIndex = 64;
|
|
|
|
|
//
|
|
|
|
|
// GenesisScreenshotsDescription
|
|
|
|
|
//
|
|
|
|
|
this.GenesisScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GenesisScreenshotsDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisScreenshotsDescription.Location = new System.Drawing.Point(474, 153);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisScreenshotsDescription.Name = "GenesisScreenshotsDescription";
|
|
|
|
|
this.GenesisScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.GenesisScreenshotsDescription.TabIndex = 33;
|
|
|
|
|
this.GenesisScreenshotsDescription.Text = "Screenshots";
|
|
|
|
|
//
|
|
|
|
|
// GenesisSaveRAMBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GenesisSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
|
|
|
|
this.GenesisSaveRAMBox.Name = "GenesisSaveRAMBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisSaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisSaveRAMBox.TabIndex = 66;
|
|
|
|
|
//
|
|
|
|
|
// GenesisROMsDescription
|
|
|
|
|
//
|
|
|
|
|
this.GenesisROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GenesisROMsDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisROMsDescription.Location = new System.Drawing.Point(474, 63);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisROMsDescription.Name = "GenesisROMsDescription";
|
|
|
|
|
this.GenesisROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.GenesisROMsDescription.TabIndex = 30;
|
|
|
|
|
this.GenesisROMsDescription.Text = "ROMs";
|
|
|
|
|
//
|
|
|
|
|
// GenesisBrowseBase
|
|
|
|
|
//
|
|
|
|
|
this.GenesisBrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GenesisBrowseBase.Image = ((System.Drawing.Image)(resources.GetObject("GenesisBrowseBase.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisBrowseBase.Location = new System.Drawing.Point(442, 21);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisBrowseBase.Name = "GenesisBrowseBase";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GenesisBrowseBase.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisBrowseBase.TabIndex = 61;
|
|
|
|
|
this.GenesisBrowseBase.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GenesisBrowseBase.Click += new System.EventHandler(this.GenesisBrowseBase_Click);
|
|
|
|
|
//
|
|
|
|
|
// GenesisSavestatesDescription
|
|
|
|
|
//
|
|
|
|
|
this.GenesisSavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GenesisSavestatesDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisSavestatesDescription.Location = new System.Drawing.Point(474, 93);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisSavestatesDescription.Name = "GenesisSavestatesDescription";
|
|
|
|
|
this.GenesisSavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.GenesisSavestatesDescription.TabIndex = 24;
|
|
|
|
|
this.GenesisSavestatesDescription.Text = "Savestates";
|
|
|
|
|
//
|
|
|
|
|
// GenesisBrowseSavestates
|
|
|
|
|
//
|
|
|
|
|
this.GenesisBrowseSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GenesisBrowseSavestates.Image = ((System.Drawing.Image)(resources.GetObject("GenesisBrowseSavestates.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisBrowseSavestates.Location = new System.Drawing.Point(442, 89);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisBrowseSavestates.Name = "GenesisBrowseSavestates";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GenesisBrowseSavestates.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisBrowseSavestates.TabIndex = 65;
|
|
|
|
|
this.GenesisBrowseSavestates.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GenesisBrowseSavestates.Click += new System.EventHandler(this.GenesisBrowseSavestates_Click);
|
|
|
|
|
//
|
|
|
|
|
// GenesisBrowseScreenshots
|
|
|
|
|
//
|
|
|
|
|
this.GenesisBrowseScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GenesisBrowseScreenshots.Image = ((System.Drawing.Image)(resources.GetObject("GenesisBrowseScreenshots.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisBrowseScreenshots.Location = new System.Drawing.Point(442, 149);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisBrowseScreenshots.Name = "GenesisBrowseScreenshots";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GenesisBrowseScreenshots.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisBrowseScreenshots.TabIndex = 69;
|
|
|
|
|
this.GenesisBrowseScreenshots.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GenesisBrowseScreenshots.Click += new System.EventHandler(this.GenesisBrowseScreenshots_Click);
|
|
|
|
|
//
|
|
|
|
|
// GenesisROMsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GenesisROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisROMsBox.Location = new System.Drawing.Point(13, 59);
|
|
|
|
|
this.GenesisROMsBox.Name = "GenesisROMsBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GenesisROMsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GenesisROMsBox.TabIndex = 62;
|
|
|
|
|
//
|
|
|
|
|
// tabPage4
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBaseBox);
|
2011-07-25 01:30:18 +00:00
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBiosDescription);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBrowseBios);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBiosBox);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage4.Controls.Add(this.PCECheatsDescription);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBrowseCheats);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCECheatsBox);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEScreenshotsBox);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBaseDescription);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEScreenshotsDescription);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBrowseBase);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBrowseScreenshots);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEROMsBox);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBrowseSavestates);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCESavestatesDescription);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEROMsDescription);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCESavestatesBox);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBrowseROMs);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBrowseSaveRAM);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCESaveRAMDescription);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCESaveRAMBox);
|
|
|
|
|
this.tabPage4.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage4.Name = "tabPage4";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.tabPage4.Size = new System.Drawing.Size(566, 275);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage4.TabIndex = 3;
|
|
|
|
|
this.tabPage4.Text = "PC Engine";
|
|
|
|
|
this.tabPage4.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2012-09-27 02:09:39 +00:00
|
|
|
|
// PCEBaseBox
|
|
|
|
|
//
|
|
|
|
|
this.PCEBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PCEBaseBox.Location = new System.Drawing.Point(13, 21);
|
|
|
|
|
this.PCEBaseBox.Name = "PCEBaseBox";
|
|
|
|
|
this.PCEBaseBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.PCEBaseBox.TabIndex = 77;
|
|
|
|
|
//
|
2011-09-10 21:35:17 +00:00
|
|
|
|
// PCEBiosDescription
|
|
|
|
|
//
|
|
|
|
|
this.PCEBiosDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PCEBiosDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCEBiosDescription.Location = new System.Drawing.Point(474, 212);
|
2011-09-10 21:35:17 +00:00
|
|
|
|
this.PCEBiosDescription.Name = "PCEBiosDescription";
|
|
|
|
|
this.PCEBiosDescription.Size = new System.Drawing.Size(50, 13);
|
|
|
|
|
this.PCEBiosDescription.TabIndex = 91;
|
|
|
|
|
this.PCEBiosDescription.Text = "CD BIOS";
|
|
|
|
|
//
|
|
|
|
|
// PCEBrowseBios
|
|
|
|
|
//
|
|
|
|
|
this.PCEBrowseBios.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PCEBrowseBios.Image = ((System.Drawing.Image)(resources.GetObject("PCEBrowseBios.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCEBrowseBios.Location = new System.Drawing.Point(442, 209);
|
2011-09-10 21:35:17 +00:00
|
|
|
|
this.PCEBrowseBios.Name = "PCEBrowseBios";
|
|
|
|
|
this.PCEBrowseBios.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.PCEBrowseBios.TabIndex = 90;
|
|
|
|
|
this.PCEBrowseBios.UseVisualStyleBackColor = true;
|
|
|
|
|
this.PCEBrowseBios.Click += new System.EventHandler(this.PCEBrowseBios_Click);
|
|
|
|
|
//
|
|
|
|
|
// PCEBiosBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.PCEBiosBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-09-10 21:35:17 +00:00
|
|
|
|
this.PCEBiosBox.Location = new System.Drawing.Point(13, 209);
|
|
|
|
|
this.PCEBiosBox.Name = "PCEBiosBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCEBiosBox.Size = new System.Drawing.Size(421, 20);
|
2011-09-10 21:35:17 +00:00
|
|
|
|
this.PCEBiosBox.TabIndex = 89;
|
|
|
|
|
//
|
2011-06-11 16:22:48 +00:00
|
|
|
|
// PCECheatsDescription
|
|
|
|
|
//
|
|
|
|
|
this.PCECheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PCECheatsDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCECheatsDescription.Location = new System.Drawing.Point(474, 183);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCECheatsDescription.Name = "PCECheatsDescription";
|
|
|
|
|
this.PCECheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.PCECheatsDescription.TabIndex = 39;
|
|
|
|
|
this.PCECheatsDescription.Text = "Cheats";
|
|
|
|
|
//
|
|
|
|
|
// PCEBrowseCheats
|
|
|
|
|
//
|
|
|
|
|
this.PCEBrowseCheats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.PCEBrowseCheats.Image = ((System.Drawing.Image)(resources.GetObject("PCEBrowseCheats.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCEBrowseCheats.Location = new System.Drawing.Point(442, 179);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEBrowseCheats.Name = "PCEBrowseCheats";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.PCEBrowseCheats.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEBrowseCheats.TabIndex = 88;
|
|
|
|
|
this.PCEBrowseCheats.UseVisualStyleBackColor = true;
|
|
|
|
|
this.PCEBrowseCheats.Click += new System.EventHandler(this.PCEBrowseCheats_Click);
|
|
|
|
|
//
|
|
|
|
|
// PCECheatsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.PCECheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCECheatsBox.Location = new System.Drawing.Point(13, 179);
|
|
|
|
|
this.PCECheatsBox.Name = "PCECheatsBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCECheatsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCECheatsBox.TabIndex = 87;
|
|
|
|
|
//
|
|
|
|
|
// PCEScreenshotsBox
|
|
|
|
|
//
|
|
|
|
|
this.PCEScreenshotsBox.AcceptsReturn = true;
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.PCEScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
|
|
|
|
this.PCEScreenshotsBox.Name = "PCEScreenshotsBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCEScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEScreenshotsBox.TabIndex = 85;
|
|
|
|
|
//
|
|
|
|
|
// PCEBaseDescription
|
|
|
|
|
//
|
|
|
|
|
this.PCEBaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PCEBaseDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCEBaseDescription.Location = new System.Drawing.Point(474, 25);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEBaseDescription.Name = "PCEBaseDescription";
|
|
|
|
|
this.PCEBaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.PCEBaseDescription.TabIndex = 36;
|
|
|
|
|
this.PCEBaseDescription.Text = "Base";
|
|
|
|
|
//
|
|
|
|
|
// PCEScreenshotsDescription
|
|
|
|
|
//
|
|
|
|
|
this.PCEScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PCEScreenshotsDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCEScreenshotsDescription.Location = new System.Drawing.Point(474, 153);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEScreenshotsDescription.Name = "PCEScreenshotsDescription";
|
|
|
|
|
this.PCEScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.PCEScreenshotsDescription.TabIndex = 33;
|
|
|
|
|
this.PCEScreenshotsDescription.Text = "Screenshots";
|
|
|
|
|
//
|
|
|
|
|
// PCEBrowseBase
|
|
|
|
|
//
|
|
|
|
|
this.PCEBrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.PCEBrowseBase.Image = ((System.Drawing.Image)(resources.GetObject("PCEBrowseBase.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCEBrowseBase.Location = new System.Drawing.Point(442, 21);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEBrowseBase.Name = "PCEBrowseBase";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.PCEBrowseBase.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEBrowseBase.TabIndex = 78;
|
|
|
|
|
this.PCEBrowseBase.UseVisualStyleBackColor = true;
|
|
|
|
|
this.PCEBrowseBase.Click += new System.EventHandler(this.PCEBrowseBase_Click);
|
|
|
|
|
//
|
|
|
|
|
// PCEBrowseScreenshots
|
|
|
|
|
//
|
|
|
|
|
this.PCEBrowseScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.PCEBrowseScreenshots.Image = ((System.Drawing.Image)(resources.GetObject("PCEBrowseScreenshots.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCEBrowseScreenshots.Location = new System.Drawing.Point(442, 149);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEBrowseScreenshots.Name = "PCEBrowseScreenshots";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.PCEBrowseScreenshots.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEBrowseScreenshots.TabIndex = 86;
|
|
|
|
|
this.PCEBrowseScreenshots.UseVisualStyleBackColor = true;
|
|
|
|
|
this.PCEBrowseScreenshots.Click += new System.EventHandler(this.PCEBrowseScreenshots_Click);
|
|
|
|
|
//
|
|
|
|
|
// PCEROMsBox
|
|
|
|
|
//
|
|
|
|
|
this.PCEROMsBox.AcceptsReturn = true;
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.PCEROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEROMsBox.Location = new System.Drawing.Point(13, 59);
|
|
|
|
|
this.PCEROMsBox.Name = "PCEROMsBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCEROMsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEROMsBox.TabIndex = 79;
|
|
|
|
|
//
|
|
|
|
|
// PCEBrowseSavestates
|
|
|
|
|
//
|
|
|
|
|
this.PCEBrowseSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.PCEBrowseSavestates.Image = ((System.Drawing.Image)(resources.GetObject("PCEBrowseSavestates.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCEBrowseSavestates.Location = new System.Drawing.Point(442, 89);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEBrowseSavestates.Name = "PCEBrowseSavestates";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.PCEBrowseSavestates.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEBrowseSavestates.TabIndex = 82;
|
|
|
|
|
this.PCEBrowseSavestates.UseVisualStyleBackColor = true;
|
|
|
|
|
this.PCEBrowseSavestates.Click += new System.EventHandler(this.PCEBrowseSavestates_Click);
|
|
|
|
|
//
|
|
|
|
|
// PCESavestatesDescription
|
|
|
|
|
//
|
|
|
|
|
this.PCESavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PCESavestatesDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCESavestatesDescription.Location = new System.Drawing.Point(474, 93);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCESavestatesDescription.Name = "PCESavestatesDescription";
|
|
|
|
|
this.PCESavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.PCESavestatesDescription.TabIndex = 24;
|
|
|
|
|
this.PCESavestatesDescription.Text = "Savestates";
|
|
|
|
|
//
|
|
|
|
|
// PCEROMsDescription
|
|
|
|
|
//
|
|
|
|
|
this.PCEROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PCEROMsDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCEROMsDescription.Location = new System.Drawing.Point(474, 63);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEROMsDescription.Name = "PCEROMsDescription";
|
|
|
|
|
this.PCEROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.PCEROMsDescription.TabIndex = 30;
|
|
|
|
|
this.PCEROMsDescription.Text = "ROMs";
|
|
|
|
|
//
|
|
|
|
|
// PCESavestatesBox
|
|
|
|
|
//
|
|
|
|
|
this.PCESavestatesBox.AcceptsTab = true;
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.PCESavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCESavestatesBox.Location = new System.Drawing.Point(13, 89);
|
|
|
|
|
this.PCESavestatesBox.Name = "PCESavestatesBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCESavestatesBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCESavestatesBox.TabIndex = 81;
|
|
|
|
|
//
|
|
|
|
|
// PCEBrowseROMs
|
|
|
|
|
//
|
|
|
|
|
this.PCEBrowseROMs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.PCEBrowseROMs.Image = ((System.Drawing.Image)(resources.GetObject("PCEBrowseROMs.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCEBrowseROMs.Location = new System.Drawing.Point(442, 59);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEBrowseROMs.Name = "PCEBrowseROMs";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.PCEBrowseROMs.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEBrowseROMs.TabIndex = 80;
|
|
|
|
|
this.PCEBrowseROMs.UseVisualStyleBackColor = true;
|
|
|
|
|
this.PCEBrowseROMs.Click += new System.EventHandler(this.PCEBrowseROMs_Click);
|
|
|
|
|
//
|
|
|
|
|
// PCEBrowseSaveRAM
|
|
|
|
|
//
|
|
|
|
|
this.PCEBrowseSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.PCEBrowseSaveRAM.Image = ((System.Drawing.Image)(resources.GetObject("PCEBrowseSaveRAM.Image")));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCEBrowseSaveRAM.Location = new System.Drawing.Point(442, 119);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEBrowseSaveRAM.Name = "PCEBrowseSaveRAM";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.PCEBrowseSaveRAM.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCEBrowseSaveRAM.TabIndex = 84;
|
|
|
|
|
this.PCEBrowseSaveRAM.UseVisualStyleBackColor = true;
|
|
|
|
|
this.PCEBrowseSaveRAM.Click += new System.EventHandler(this.PCEBrowseSaveRAM_Click);
|
|
|
|
|
//
|
|
|
|
|
// PCESaveRAMDescription
|
|
|
|
|
//
|
|
|
|
|
this.PCESaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PCESaveRAMDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCESaveRAMDescription.Location = new System.Drawing.Point(474, 123);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCESaveRAMDescription.Name = "PCESaveRAMDescription";
|
|
|
|
|
this.PCESaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.PCESaveRAMDescription.TabIndex = 27;
|
|
|
|
|
this.PCESaveRAMDescription.Text = "Save RAM";
|
|
|
|
|
//
|
|
|
|
|
// PCESaveRAMBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.PCESaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCESaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
|
|
|
|
this.PCESaveRAMBox.Name = "PCESaveRAMBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.PCESaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.PCESaveRAMBox.TabIndex = 83;
|
|
|
|
|
//
|
|
|
|
|
// tabPage5
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.tabPage5.Controls.Add(this.GBBaseBox);
|
2012-09-15 18:15:55 +00:00
|
|
|
|
this.tabPage5.Controls.Add(this.GBPalettesBox);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBBrowsePalettes);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBPalettesDescription);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage5.Controls.Add(this.GBCheatsDescription);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBBrowseCheats);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBCheatsBox);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBScreenshotsBox);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBBaseDescription);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBScreenshotsDescription);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBBrowseBase);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBBrowseScreenshots);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBROMsBox);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBBrowseSavestates);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBSavestatesDescription);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBROMsDescription);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBSavestatesBox);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBBrowseROMs);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBBrowseSaveRAM);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBSaveRAMDescription);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBSaveRAMBox);
|
|
|
|
|
this.tabPage5.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage5.Name = "tabPage5";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.tabPage5.Size = new System.Drawing.Size(566, 275);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage5.TabIndex = 4;
|
|
|
|
|
this.tabPage5.Text = "Gameboy";
|
|
|
|
|
this.tabPage5.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2012-09-27 02:09:39 +00:00
|
|
|
|
// GBBaseBox
|
|
|
|
|
//
|
|
|
|
|
this.GBBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GBBaseBox.Location = new System.Drawing.Point(13, 21);
|
|
|
|
|
this.GBBaseBox.Name = "GBBaseBox";
|
|
|
|
|
this.GBBaseBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.GBBaseBox.TabIndex = 90;
|
|
|
|
|
//
|
2012-09-22 19:58:58 +00:00
|
|
|
|
// GBPalettesBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GBPalettesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GBPalettesBox.Location = new System.Drawing.Point(12, 209);
|
|
|
|
|
this.GBPalettesBox.Name = "GBPalettesBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBPalettesBox.Size = new System.Drawing.Size(421, 20);
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GBPalettesBox.TabIndex = 103;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
//
|
|
|
|
|
// GBBrowsePalettes
|
|
|
|
|
//
|
|
|
|
|
this.GBBrowsePalettes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GBBrowsePalettes.Image = ((System.Drawing.Image)(resources.GetObject("GBBrowsePalettes.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBBrowsePalettes.Location = new System.Drawing.Point(442, 209);
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GBBrowsePalettes.Name = "GBBrowsePalettes";
|
|
|
|
|
this.GBBrowsePalettes.Size = new System.Drawing.Size(26, 23);
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GBBrowsePalettes.TabIndex = 104;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GBBrowsePalettes.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GBBrowsePalettes.Click += new System.EventHandler(this.GBBrowsePalettes_Click);
|
|
|
|
|
//
|
|
|
|
|
// GBPalettesDescription
|
|
|
|
|
//
|
|
|
|
|
this.GBPalettesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GBPalettesDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBPalettesDescription.Location = new System.Drawing.Point(474, 213);
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.GBPalettesDescription.Name = "GBPalettesDescription";
|
|
|
|
|
this.GBPalettesDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.GBPalettesDescription.TabIndex = 102;
|
|
|
|
|
this.GBPalettesDescription.Text = "Palette";
|
|
|
|
|
//
|
2011-06-11 16:22:48 +00:00
|
|
|
|
// GBCheatsDescription
|
|
|
|
|
//
|
|
|
|
|
this.GBCheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GBCheatsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBCheatsDescription.Location = new System.Drawing.Point(474, 183);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBCheatsDescription.Name = "GBCheatsDescription";
|
|
|
|
|
this.GBCheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.GBCheatsDescription.TabIndex = 39;
|
|
|
|
|
this.GBCheatsDescription.Text = "Cheats";
|
|
|
|
|
//
|
|
|
|
|
// GBBrowseCheats
|
|
|
|
|
//
|
|
|
|
|
this.GBBrowseCheats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GBBrowseCheats.Image = ((System.Drawing.Image)(resources.GetObject("GBBrowseCheats.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBBrowseCheats.Location = new System.Drawing.Point(442, 179);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBBrowseCheats.Name = "GBBrowseCheats";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GBBrowseCheats.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBBrowseCheats.TabIndex = 101;
|
|
|
|
|
this.GBBrowseCheats.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GBBrowseCheats.Click += new System.EventHandler(this.GBBrowseCheats_Click);
|
|
|
|
|
//
|
|
|
|
|
// GBCheatsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GBCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBCheatsBox.Location = new System.Drawing.Point(13, 179);
|
|
|
|
|
this.GBCheatsBox.Name = "GBCheatsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBCheatsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBCheatsBox.TabIndex = 100;
|
|
|
|
|
//
|
|
|
|
|
// GBScreenshotsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GBScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
|
|
|
|
this.GBScreenshotsBox.Name = "GBScreenshotsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBScreenshotsBox.TabIndex = 98;
|
|
|
|
|
//
|
|
|
|
|
// GBBaseDescription
|
|
|
|
|
//
|
|
|
|
|
this.GBBaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GBBaseDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBBaseDescription.Location = new System.Drawing.Point(474, 25);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBBaseDescription.Name = "GBBaseDescription";
|
|
|
|
|
this.GBBaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.GBBaseDescription.TabIndex = 36;
|
|
|
|
|
this.GBBaseDescription.Text = "Base";
|
|
|
|
|
//
|
|
|
|
|
// GBScreenshotsDescription
|
|
|
|
|
//
|
|
|
|
|
this.GBScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GBScreenshotsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBScreenshotsDescription.Location = new System.Drawing.Point(474, 153);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBScreenshotsDescription.Name = "GBScreenshotsDescription";
|
|
|
|
|
this.GBScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.GBScreenshotsDescription.TabIndex = 33;
|
|
|
|
|
this.GBScreenshotsDescription.Text = "Screenshots";
|
|
|
|
|
//
|
|
|
|
|
// GBBrowseBase
|
|
|
|
|
//
|
|
|
|
|
this.GBBrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GBBrowseBase.Image = ((System.Drawing.Image)(resources.GetObject("GBBrowseBase.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBBrowseBase.Location = new System.Drawing.Point(442, 21);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBBrowseBase.Name = "GBBrowseBase";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GBBrowseBase.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBBrowseBase.TabIndex = 91;
|
|
|
|
|
this.GBBrowseBase.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GBBrowseBase.Click += new System.EventHandler(this.GBBrowseBase_Click);
|
|
|
|
|
//
|
|
|
|
|
// GBBrowseScreenshots
|
|
|
|
|
//
|
|
|
|
|
this.GBBrowseScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GBBrowseScreenshots.Image = ((System.Drawing.Image)(resources.GetObject("GBBrowseScreenshots.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBBrowseScreenshots.Location = new System.Drawing.Point(442, 149);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBBrowseScreenshots.Name = "GBBrowseScreenshots";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GBBrowseScreenshots.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBBrowseScreenshots.TabIndex = 99;
|
|
|
|
|
this.GBBrowseScreenshots.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GBBrowseScreenshots.Click += new System.EventHandler(this.GBBrowseScreenshots_Click);
|
|
|
|
|
//
|
|
|
|
|
// GBROMsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GBROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBROMsBox.Location = new System.Drawing.Point(13, 59);
|
|
|
|
|
this.GBROMsBox.Name = "GBROMsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBROMsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBROMsBox.TabIndex = 92;
|
|
|
|
|
//
|
|
|
|
|
// GBBrowseSavestates
|
|
|
|
|
//
|
|
|
|
|
this.GBBrowseSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GBBrowseSavestates.Image = ((System.Drawing.Image)(resources.GetObject("GBBrowseSavestates.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBBrowseSavestates.Location = new System.Drawing.Point(442, 89);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBBrowseSavestates.Name = "GBBrowseSavestates";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GBBrowseSavestates.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBBrowseSavestates.TabIndex = 95;
|
|
|
|
|
this.GBBrowseSavestates.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GBBrowseSavestates.Click += new System.EventHandler(this.GBBrowseSavestates_Click);
|
|
|
|
|
//
|
|
|
|
|
// GBSavestatesDescription
|
|
|
|
|
//
|
|
|
|
|
this.GBSavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GBSavestatesDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBSavestatesDescription.Location = new System.Drawing.Point(474, 93);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBSavestatesDescription.Name = "GBSavestatesDescription";
|
|
|
|
|
this.GBSavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.GBSavestatesDescription.TabIndex = 24;
|
|
|
|
|
this.GBSavestatesDescription.Text = "Savestates";
|
|
|
|
|
//
|
|
|
|
|
// GBROMsDescription
|
|
|
|
|
//
|
|
|
|
|
this.GBROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GBROMsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBROMsDescription.Location = new System.Drawing.Point(474, 63);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBROMsDescription.Name = "GBROMsDescription";
|
|
|
|
|
this.GBROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.GBROMsDescription.TabIndex = 30;
|
|
|
|
|
this.GBROMsDescription.Text = "ROMs";
|
|
|
|
|
//
|
|
|
|
|
// GBSavestatesBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GBSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
|
|
|
|
this.GBSavestatesBox.Name = "GBSavestatesBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBSavestatesBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBSavestatesBox.TabIndex = 94;
|
|
|
|
|
//
|
|
|
|
|
// GBBrowseROMs
|
|
|
|
|
//
|
|
|
|
|
this.GBBrowseROMs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GBBrowseROMs.Image = ((System.Drawing.Image)(resources.GetObject("GBBrowseROMs.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBBrowseROMs.Location = new System.Drawing.Point(442, 59);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBBrowseROMs.Name = "GBBrowseROMs";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GBBrowseROMs.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBBrowseROMs.TabIndex = 93;
|
|
|
|
|
this.GBBrowseROMs.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GBBrowseROMs.Click += new System.EventHandler(this.GBBrowseROMs_Click);
|
|
|
|
|
//
|
|
|
|
|
// GBBrowseSaveRAM
|
|
|
|
|
//
|
|
|
|
|
this.GBBrowseSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GBBrowseSaveRAM.Image = ((System.Drawing.Image)(resources.GetObject("GBBrowseSaveRAM.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBBrowseSaveRAM.Location = new System.Drawing.Point(442, 119);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBBrowseSaveRAM.Name = "GBBrowseSaveRAM";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.GBBrowseSaveRAM.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBBrowseSaveRAM.TabIndex = 97;
|
|
|
|
|
this.GBBrowseSaveRAM.UseVisualStyleBackColor = true;
|
|
|
|
|
this.GBBrowseSaveRAM.Click += new System.EventHandler(this.GBBrowseSaveRAM_Click);
|
|
|
|
|
//
|
|
|
|
|
// GBSaveRAMDescription
|
|
|
|
|
//
|
|
|
|
|
this.GBSaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GBSaveRAMDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBSaveRAMDescription.Location = new System.Drawing.Point(474, 123);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBSaveRAMDescription.Name = "GBSaveRAMDescription";
|
|
|
|
|
this.GBSaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.GBSaveRAMDescription.TabIndex = 27;
|
|
|
|
|
this.GBSaveRAMDescription.Text = "Save RAM";
|
|
|
|
|
//
|
|
|
|
|
// GBSaveRAMBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.GBSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
|
|
|
|
this.GBSaveRAMBox.Name = "GBSaveRAMBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.GBSaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.GBSaveRAMBox.TabIndex = 96;
|
|
|
|
|
//
|
|
|
|
|
// tabPage6
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.tabPage6.Controls.Add(this.TI83BaseBox);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage6.Controls.Add(this.TI83CheatsDescription);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83BrowseBox);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83CheatsBox);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83ScreenshotsBox);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83BaseDescription);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83ScreenshotsDescription);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83BrowseBase);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83BrowseScreenshots);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83ROMsBox);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83BrowseSavestates);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83SavestatesDescription);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83ROMsDescription);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83SavestatesBox);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83BrowseROMs);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83BrowseSaveRAM);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83SaveRAMDescription);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83SaveRAMBox);
|
|
|
|
|
this.tabPage6.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage6.Name = "tabPage6";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.tabPage6.Size = new System.Drawing.Size(566, 275);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage6.TabIndex = 5;
|
|
|
|
|
this.tabPage6.Text = "TI83";
|
|
|
|
|
this.tabPage6.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2012-09-27 02:09:39 +00:00
|
|
|
|
// TI83BaseBox
|
|
|
|
|
//
|
|
|
|
|
this.TI83BaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.TI83BaseBox.Location = new System.Drawing.Point(13, 21);
|
|
|
|
|
this.TI83BaseBox.Name = "TI83BaseBox";
|
|
|
|
|
this.TI83BaseBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.TI83BaseBox.TabIndex = 102;
|
|
|
|
|
//
|
2011-06-11 16:22:48 +00:00
|
|
|
|
// TI83CheatsDescription
|
|
|
|
|
//
|
|
|
|
|
this.TI83CheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.TI83CheatsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83CheatsDescription.Location = new System.Drawing.Point(474, 183);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83CheatsDescription.Name = "TI83CheatsDescription";
|
|
|
|
|
this.TI83CheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.TI83CheatsDescription.TabIndex = 39;
|
|
|
|
|
this.TI83CheatsDescription.Text = "Cheats";
|
|
|
|
|
//
|
|
|
|
|
// TI83BrowseBox
|
|
|
|
|
//
|
|
|
|
|
this.TI83BrowseBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.TI83BrowseBox.Image = ((System.Drawing.Image)(resources.GetObject("TI83BrowseBox.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83BrowseBox.Location = new System.Drawing.Point(442, 179);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83BrowseBox.Name = "TI83BrowseBox";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.TI83BrowseBox.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83BrowseBox.TabIndex = 113;
|
|
|
|
|
this.TI83BrowseBox.UseVisualStyleBackColor = true;
|
|
|
|
|
this.TI83BrowseBox.Click += new System.EventHandler(this.TI83BrowseBox_Click);
|
|
|
|
|
//
|
|
|
|
|
// TI83CheatsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.TI83CheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83CheatsBox.Location = new System.Drawing.Point(13, 179);
|
|
|
|
|
this.TI83CheatsBox.Name = "TI83CheatsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83CheatsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83CheatsBox.TabIndex = 112;
|
|
|
|
|
//
|
|
|
|
|
// TI83ScreenshotsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.TI83ScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83ScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
|
|
|
|
this.TI83ScreenshotsBox.Name = "TI83ScreenshotsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83ScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83ScreenshotsBox.TabIndex = 110;
|
|
|
|
|
//
|
|
|
|
|
// TI83BaseDescription
|
|
|
|
|
//
|
|
|
|
|
this.TI83BaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.TI83BaseDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83BaseDescription.Location = new System.Drawing.Point(474, 25);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83BaseDescription.Name = "TI83BaseDescription";
|
|
|
|
|
this.TI83BaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.TI83BaseDescription.TabIndex = 36;
|
|
|
|
|
this.TI83BaseDescription.Text = "Base";
|
|
|
|
|
//
|
|
|
|
|
// TI83ScreenshotsDescription
|
|
|
|
|
//
|
|
|
|
|
this.TI83ScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.TI83ScreenshotsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83ScreenshotsDescription.Location = new System.Drawing.Point(474, 153);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83ScreenshotsDescription.Name = "TI83ScreenshotsDescription";
|
|
|
|
|
this.TI83ScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.TI83ScreenshotsDescription.TabIndex = 33;
|
|
|
|
|
this.TI83ScreenshotsDescription.Text = "Screenshots";
|
|
|
|
|
//
|
|
|
|
|
// TI83BrowseBase
|
|
|
|
|
//
|
|
|
|
|
this.TI83BrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.TI83BrowseBase.Image = ((System.Drawing.Image)(resources.GetObject("TI83BrowseBase.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83BrowseBase.Location = new System.Drawing.Point(442, 21);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83BrowseBase.Name = "TI83BrowseBase";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.TI83BrowseBase.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83BrowseBase.TabIndex = 103;
|
|
|
|
|
this.TI83BrowseBase.UseVisualStyleBackColor = true;
|
|
|
|
|
this.TI83BrowseBase.Click += new System.EventHandler(this.TI83BrowseBase_Click);
|
|
|
|
|
//
|
|
|
|
|
// TI83BrowseScreenshots
|
|
|
|
|
//
|
|
|
|
|
this.TI83BrowseScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.TI83BrowseScreenshots.Image = ((System.Drawing.Image)(resources.GetObject("TI83BrowseScreenshots.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83BrowseScreenshots.Location = new System.Drawing.Point(442, 149);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83BrowseScreenshots.Name = "TI83BrowseScreenshots";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.TI83BrowseScreenshots.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83BrowseScreenshots.TabIndex = 111;
|
|
|
|
|
this.TI83BrowseScreenshots.UseVisualStyleBackColor = true;
|
|
|
|
|
this.TI83BrowseScreenshots.Click += new System.EventHandler(this.TI83BrowseScreenshots_Click);
|
|
|
|
|
//
|
|
|
|
|
// TI83ROMsBox
|
|
|
|
|
//
|
|
|
|
|
this.TI83ROMsBox.AcceptsTab = true;
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.TI83ROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83ROMsBox.Location = new System.Drawing.Point(13, 59);
|
|
|
|
|
this.TI83ROMsBox.Name = "TI83ROMsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83ROMsBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83ROMsBox.TabIndex = 104;
|
|
|
|
|
//
|
|
|
|
|
// TI83BrowseSavestates
|
|
|
|
|
//
|
|
|
|
|
this.TI83BrowseSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.TI83BrowseSavestates.Image = ((System.Drawing.Image)(resources.GetObject("TI83BrowseSavestates.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83BrowseSavestates.Location = new System.Drawing.Point(442, 89);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83BrowseSavestates.Name = "TI83BrowseSavestates";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.TI83BrowseSavestates.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83BrowseSavestates.TabIndex = 107;
|
|
|
|
|
this.TI83BrowseSavestates.UseVisualStyleBackColor = true;
|
|
|
|
|
this.TI83BrowseSavestates.Click += new System.EventHandler(this.TI83BrowseSavestates_Click);
|
|
|
|
|
//
|
|
|
|
|
// TI83SavestatesDescription
|
|
|
|
|
//
|
|
|
|
|
this.TI83SavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.TI83SavestatesDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83SavestatesDescription.Location = new System.Drawing.Point(474, 93);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83SavestatesDescription.Name = "TI83SavestatesDescription";
|
|
|
|
|
this.TI83SavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.TI83SavestatesDescription.TabIndex = 24;
|
|
|
|
|
this.TI83SavestatesDescription.Text = "Savestates";
|
|
|
|
|
//
|
|
|
|
|
// TI83ROMsDescription
|
|
|
|
|
//
|
|
|
|
|
this.TI83ROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.TI83ROMsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83ROMsDescription.Location = new System.Drawing.Point(474, 63);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83ROMsDescription.Name = "TI83ROMsDescription";
|
|
|
|
|
this.TI83ROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.TI83ROMsDescription.TabIndex = 30;
|
|
|
|
|
this.TI83ROMsDescription.Text = "ROMs";
|
|
|
|
|
//
|
|
|
|
|
// TI83SavestatesBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.TI83SavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83SavestatesBox.Location = new System.Drawing.Point(13, 89);
|
|
|
|
|
this.TI83SavestatesBox.Name = "TI83SavestatesBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83SavestatesBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83SavestatesBox.TabIndex = 106;
|
|
|
|
|
//
|
|
|
|
|
// TI83BrowseROMs
|
|
|
|
|
//
|
|
|
|
|
this.TI83BrowseROMs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.TI83BrowseROMs.Image = ((System.Drawing.Image)(resources.GetObject("TI83BrowseROMs.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83BrowseROMs.Location = new System.Drawing.Point(442, 59);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83BrowseROMs.Name = "TI83BrowseROMs";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.TI83BrowseROMs.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83BrowseROMs.TabIndex = 105;
|
|
|
|
|
this.TI83BrowseROMs.UseVisualStyleBackColor = true;
|
|
|
|
|
this.TI83BrowseROMs.Click += new System.EventHandler(this.TI83BrowseROMs_Click);
|
|
|
|
|
//
|
|
|
|
|
// TI83BrowseSaveRAM
|
|
|
|
|
//
|
|
|
|
|
this.TI83BrowseSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.TI83BrowseSaveRAM.Image = ((System.Drawing.Image)(resources.GetObject("TI83BrowseSaveRAM.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83BrowseSaveRAM.Location = new System.Drawing.Point(442, 119);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83BrowseSaveRAM.Name = "TI83BrowseSaveRAM";
|
2011-06-30 02:00:01 +00:00
|
|
|
|
this.TI83BrowseSaveRAM.Size = new System.Drawing.Size(26, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83BrowseSaveRAM.TabIndex = 109;
|
|
|
|
|
this.TI83BrowseSaveRAM.UseVisualStyleBackColor = true;
|
|
|
|
|
this.TI83BrowseSaveRAM.Click += new System.EventHandler(this.TI83BrowseSaveRAM_Click);
|
|
|
|
|
//
|
|
|
|
|
// TI83SaveRAMDescription
|
|
|
|
|
//
|
|
|
|
|
this.TI83SaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.TI83SaveRAMDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83SaveRAMDescription.Location = new System.Drawing.Point(474, 123);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83SaveRAMDescription.Name = "TI83SaveRAMDescription";
|
|
|
|
|
this.TI83SaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.TI83SaveRAMDescription.TabIndex = 27;
|
|
|
|
|
this.TI83SaveRAMDescription.Text = "Save RAM";
|
|
|
|
|
//
|
|
|
|
|
// TI83SaveRAMBox
|
|
|
|
|
//
|
|
|
|
|
this.TI83SaveRAMBox.AcceptsTab = true;
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.TI83SaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83SaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
|
|
|
|
this.TI83SaveRAMBox.Name = "TI83SaveRAMBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.TI83SaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.TI83SaveRAMBox.TabIndex = 108;
|
|
|
|
|
//
|
2012-03-19 02:12:43 +00:00
|
|
|
|
// tabPage10
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.tabPage10.Controls.Add(this.AtariBaseBox);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.tabPage10.Controls.Add(this.AtariCheatsDescription);
|
|
|
|
|
this.tabPage10.Controls.Add(this.AtariBrowseCheats);
|
|
|
|
|
this.tabPage10.Controls.Add(this.AtariCheatsBox);
|
|
|
|
|
this.tabPage10.Controls.Add(this.AtariBaseDescription);
|
|
|
|
|
this.tabPage10.Controls.Add(this.BrowseAtariBase);
|
|
|
|
|
this.tabPage10.Controls.Add(this.AtariROMsBox);
|
|
|
|
|
this.tabPage10.Controls.Add(this.AtariScreenshotsBox);
|
|
|
|
|
this.tabPage10.Controls.Add(this.BrowseAtariSavestates);
|
|
|
|
|
this.tabPage10.Controls.Add(this.AtariScreenshotsDescription);
|
|
|
|
|
this.tabPage10.Controls.Add(this.AtariSavestatesDescription);
|
|
|
|
|
this.tabPage10.Controls.Add(this.BrowseAtariScreenshots);
|
|
|
|
|
this.tabPage10.Controls.Add(this.AtariSavestatesBox);
|
|
|
|
|
this.tabPage10.Controls.Add(this.BrowseAtariSaveRAM);
|
|
|
|
|
this.tabPage10.Controls.Add(this.AtariSaveRAMDescription);
|
|
|
|
|
this.tabPage10.Controls.Add(this.AtariROMsDescription);
|
|
|
|
|
this.tabPage10.Controls.Add(this.AtariSaveRAMBox);
|
|
|
|
|
this.tabPage10.Controls.Add(this.BrowseAtariROMs);
|
|
|
|
|
this.tabPage10.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage10.Name = "tabPage10";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.tabPage10.Size = new System.Drawing.Size(566, 275);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.tabPage10.TabIndex = 9;
|
|
|
|
|
this.tabPage10.Text = "Atari";
|
|
|
|
|
this.tabPage10.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2012-09-27 02:09:39 +00:00
|
|
|
|
// AtariBaseBox
|
|
|
|
|
//
|
|
|
|
|
this.AtariBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.AtariBaseBox.Location = new System.Drawing.Point(13, 21);
|
|
|
|
|
this.AtariBaseBox.Name = "AtariBaseBox";
|
|
|
|
|
this.AtariBaseBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.AtariBaseBox.TabIndex = 27;
|
|
|
|
|
//
|
2012-03-19 02:12:43 +00:00
|
|
|
|
// AtariCheatsDescription
|
|
|
|
|
//
|
|
|
|
|
this.AtariCheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.AtariCheatsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.AtariCheatsDescription.Location = new System.Drawing.Point(474, 183);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariCheatsDescription.Name = "AtariCheatsDescription";
|
|
|
|
|
this.AtariCheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.AtariCheatsDescription.TabIndex = 44;
|
|
|
|
|
this.AtariCheatsDescription.Text = "Cheats";
|
|
|
|
|
//
|
|
|
|
|
// AtariBrowseCheats
|
|
|
|
|
//
|
|
|
|
|
this.AtariBrowseCheats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.AtariBrowseCheats.Image = ((System.Drawing.Image)(resources.GetObject("AtariBrowseCheats.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.AtariBrowseCheats.Location = new System.Drawing.Point(442, 179);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariBrowseCheats.Name = "AtariBrowseCheats";
|
|
|
|
|
this.AtariBrowseCheats.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.AtariBrowseCheats.TabIndex = 41;
|
|
|
|
|
this.AtariBrowseCheats.UseVisualStyleBackColor = true;
|
|
|
|
|
this.AtariBrowseCheats.Click += new System.EventHandler(this.AtariBrowseCheats_Click);
|
|
|
|
|
//
|
|
|
|
|
// AtariCheatsBox
|
|
|
|
|
//
|
|
|
|
|
this.AtariCheatsBox.AcceptsTab = true;
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.AtariCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariCheatsBox.Location = new System.Drawing.Point(13, 179);
|
|
|
|
|
this.AtariCheatsBox.Name = "AtariCheatsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.AtariCheatsBox.Size = new System.Drawing.Size(421, 20);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariCheatsBox.TabIndex = 40;
|
|
|
|
|
//
|
|
|
|
|
// AtariBaseDescription
|
|
|
|
|
//
|
|
|
|
|
this.AtariBaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.AtariBaseDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.AtariBaseDescription.Location = new System.Drawing.Point(474, 25);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariBaseDescription.Name = "AtariBaseDescription";
|
|
|
|
|
this.AtariBaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.AtariBaseDescription.TabIndex = 43;
|
|
|
|
|
this.AtariBaseDescription.Text = "Base";
|
|
|
|
|
//
|
|
|
|
|
// BrowseAtariBase
|
|
|
|
|
//
|
|
|
|
|
this.BrowseAtariBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.BrowseAtariBase.Image = global::BizHawk.MultiClient.Properties.Resources.OpenFile;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.BrowseAtariBase.Location = new System.Drawing.Point(442, 21);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.BrowseAtariBase.Name = "BrowseAtariBase";
|
|
|
|
|
this.BrowseAtariBase.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.BrowseAtariBase.TabIndex = 28;
|
|
|
|
|
this.BrowseAtariBase.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseAtariBase.Click += new System.EventHandler(this.BrowseAtariBase_Click);
|
|
|
|
|
//
|
|
|
|
|
// AtariROMsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.AtariROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariROMsBox.Location = new System.Drawing.Point(13, 59);
|
|
|
|
|
this.AtariROMsBox.Name = "AtariROMsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.AtariROMsBox.Size = new System.Drawing.Size(421, 20);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariROMsBox.TabIndex = 30;
|
|
|
|
|
//
|
|
|
|
|
// AtariScreenshotsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.AtariScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
|
|
|
|
this.AtariScreenshotsBox.Name = "AtariScreenshotsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.AtariScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariScreenshotsBox.TabIndex = 37;
|
|
|
|
|
//
|
|
|
|
|
// BrowseAtariSavestates
|
|
|
|
|
//
|
|
|
|
|
this.BrowseAtariSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.BrowseAtariSavestates.Image = ((System.Drawing.Image)(resources.GetObject("BrowseAtariSavestates.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.BrowseAtariSavestates.Location = new System.Drawing.Point(442, 89);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.BrowseAtariSavestates.Name = "BrowseAtariSavestates";
|
|
|
|
|
this.BrowseAtariSavestates.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.BrowseAtariSavestates.TabIndex = 33;
|
|
|
|
|
this.BrowseAtariSavestates.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseAtariSavestates.Click += new System.EventHandler(this.BrowseAtariSavestates_Click);
|
|
|
|
|
//
|
|
|
|
|
// AtariScreenshotsDescription
|
|
|
|
|
//
|
|
|
|
|
this.AtariScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.AtariScreenshotsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.AtariScreenshotsDescription.Location = new System.Drawing.Point(474, 153);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariScreenshotsDescription.Name = "AtariScreenshotsDescription";
|
|
|
|
|
this.AtariScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.AtariScreenshotsDescription.TabIndex = 42;
|
|
|
|
|
this.AtariScreenshotsDescription.Text = "Screenshots";
|
|
|
|
|
//
|
|
|
|
|
// AtariSavestatesDescription
|
|
|
|
|
//
|
|
|
|
|
this.AtariSavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.AtariSavestatesDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.AtariSavestatesDescription.Location = new System.Drawing.Point(474, 93);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariSavestatesDescription.Name = "AtariSavestatesDescription";
|
|
|
|
|
this.AtariSavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.AtariSavestatesDescription.TabIndex = 29;
|
|
|
|
|
this.AtariSavestatesDescription.Text = "Savestates";
|
|
|
|
|
//
|
|
|
|
|
// BrowseAtariScreenshots
|
|
|
|
|
//
|
|
|
|
|
this.BrowseAtariScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.BrowseAtariScreenshots.Image = ((System.Drawing.Image)(resources.GetObject("BrowseAtariScreenshots.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.BrowseAtariScreenshots.Location = new System.Drawing.Point(442, 149);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.BrowseAtariScreenshots.Name = "BrowseAtariScreenshots";
|
|
|
|
|
this.BrowseAtariScreenshots.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.BrowseAtariScreenshots.TabIndex = 38;
|
|
|
|
|
this.BrowseAtariScreenshots.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseAtariScreenshots.Click += new System.EventHandler(this.BrowseAtariScreenshots_Click);
|
|
|
|
|
//
|
|
|
|
|
// AtariSavestatesBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.AtariSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
|
|
|
|
this.AtariSavestatesBox.Name = "AtariSavestatesBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.AtariSavestatesBox.Size = new System.Drawing.Size(421, 20);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariSavestatesBox.TabIndex = 32;
|
|
|
|
|
//
|
|
|
|
|
// BrowseAtariSaveRAM
|
|
|
|
|
//
|
|
|
|
|
this.BrowseAtariSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.BrowseAtariSaveRAM.Image = ((System.Drawing.Image)(resources.GetObject("BrowseAtariSaveRAM.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.BrowseAtariSaveRAM.Location = new System.Drawing.Point(442, 119);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.BrowseAtariSaveRAM.Name = "BrowseAtariSaveRAM";
|
|
|
|
|
this.BrowseAtariSaveRAM.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.BrowseAtariSaveRAM.TabIndex = 36;
|
|
|
|
|
this.BrowseAtariSaveRAM.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseAtariSaveRAM.Click += new System.EventHandler(this.BrowseAtariSaveRAM_Click);
|
|
|
|
|
//
|
|
|
|
|
// AtariSaveRAMDescription
|
|
|
|
|
//
|
|
|
|
|
this.AtariSaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.AtariSaveRAMDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.AtariSaveRAMDescription.Location = new System.Drawing.Point(474, 123);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariSaveRAMDescription.Name = "AtariSaveRAMDescription";
|
|
|
|
|
this.AtariSaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.AtariSaveRAMDescription.TabIndex = 35;
|
|
|
|
|
this.AtariSaveRAMDescription.Text = "Save RAM";
|
|
|
|
|
//
|
|
|
|
|
// AtariROMsDescription
|
|
|
|
|
//
|
|
|
|
|
this.AtariROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.AtariROMsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.AtariROMsDescription.Location = new System.Drawing.Point(474, 63);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariROMsDescription.Name = "AtariROMsDescription";
|
|
|
|
|
this.AtariROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.AtariROMsDescription.TabIndex = 39;
|
|
|
|
|
this.AtariROMsDescription.Text = "ROMs";
|
|
|
|
|
//
|
|
|
|
|
// AtariSaveRAMBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.AtariSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
|
|
|
|
this.AtariSaveRAMBox.Name = "AtariSaveRAMBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.AtariSaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.AtariSaveRAMBox.TabIndex = 34;
|
|
|
|
|
//
|
|
|
|
|
// BrowseAtariROMs
|
|
|
|
|
//
|
|
|
|
|
this.BrowseAtariROMs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.BrowseAtariROMs.Image = ((System.Drawing.Image)(resources.GetObject("BrowseAtariROMs.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.BrowseAtariROMs.Location = new System.Drawing.Point(442, 59);
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.BrowseAtariROMs.Name = "BrowseAtariROMs";
|
|
|
|
|
this.BrowseAtariROMs.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.BrowseAtariROMs.TabIndex = 31;
|
|
|
|
|
this.BrowseAtariROMs.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseAtariROMs.Click += new System.EventHandler(this.BrowseAtariROMs_Click);
|
|
|
|
|
//
|
2012-09-07 06:18:58 +00:00
|
|
|
|
// tabPage11
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.tabPage11.Controls.Add(this.INTVBaseBox);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.tabPage11.Controls.Add(this.INTVGROMDescription);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVBroseGROM);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVGROMBox);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVEROMDescription);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVBrowseEROM);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVEROMBox);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVCheatsDescription);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVBrowseCheats);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVCheatsBox);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVScreenshotsBox);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVBaseDescription);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVScreenshotsDescription);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVBrowseBase);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVBrowseScreenshots);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVRomsBox);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVBrowseSavestates);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVSavestatesDescription);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVROMsDescription);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVSavestatesBox);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVBrowseROMs);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVBrowseSaveRAM);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVSaveRAMDescription);
|
|
|
|
|
this.tabPage11.Controls.Add(this.INTVSaveRAMBox);
|
|
|
|
|
this.tabPage11.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage11.Name = "tabPage11";
|
|
|
|
|
this.tabPage11.Padding = new System.Windows.Forms.Padding(3);
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.tabPage11.Size = new System.Drawing.Size(566, 275);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.tabPage11.TabIndex = 10;
|
|
|
|
|
this.tabPage11.Text = "Int.V.";
|
|
|
|
|
this.tabPage11.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2012-09-27 02:09:39 +00:00
|
|
|
|
// INTVBaseBox
|
|
|
|
|
//
|
|
|
|
|
this.INTVBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVBaseBox.Location = new System.Drawing.Point(13, 21);
|
|
|
|
|
this.INTVBaseBox.Name = "INTVBaseBox";
|
|
|
|
|
this.INTVBaseBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.INTVBaseBox.TabIndex = 98;
|
|
|
|
|
//
|
2012-09-07 06:18:58 +00:00
|
|
|
|
// INTVGROMDescription
|
|
|
|
|
//
|
|
|
|
|
this.INTVGROMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVGROMDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVGROMDescription.Location = new System.Drawing.Point(474, 243);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVGROMDescription.Name = "INTVGROMDescription";
|
|
|
|
|
this.INTVGROMDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.INTVGROMDescription.TabIndex = 115;
|
|
|
|
|
this.INTVGROMDescription.Text = "GROM";
|
|
|
|
|
//
|
|
|
|
|
// INTVBroseGROM
|
|
|
|
|
//
|
|
|
|
|
this.INTVBroseGROM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVBroseGROM.Image = ((System.Drawing.Image)(resources.GetObject("INTVBroseGROM.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVBroseGROM.Location = new System.Drawing.Point(442, 239);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVBroseGROM.Name = "INTVBroseGROM";
|
|
|
|
|
this.INTVBroseGROM.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.INTVBroseGROM.TabIndex = 114;
|
|
|
|
|
this.INTVBroseGROM.UseVisualStyleBackColor = true;
|
|
|
|
|
this.INTVBroseGROM.Click += new System.EventHandler(this.INTVBroseGROM_Click);
|
|
|
|
|
//
|
|
|
|
|
// INTVGROMBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.INTVGROMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVGROMBox.Location = new System.Drawing.Point(13, 239);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVGROMBox.Name = "INTVGROMBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.INTVGROMBox.Size = new System.Drawing.Size(421, 20);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVGROMBox.TabIndex = 113;
|
|
|
|
|
//
|
|
|
|
|
// INTVEROMDescription
|
|
|
|
|
//
|
|
|
|
|
this.INTVEROMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVEROMDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVEROMDescription.Location = new System.Drawing.Point(474, 213);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVEROMDescription.Name = "INTVEROMDescription";
|
|
|
|
|
this.INTVEROMDescription.Size = new System.Drawing.Size(39, 13);
|
|
|
|
|
this.INTVEROMDescription.TabIndex = 112;
|
|
|
|
|
this.INTVEROMDescription.Text = "EROM";
|
|
|
|
|
//
|
|
|
|
|
// INTVBrowseEROM
|
|
|
|
|
//
|
|
|
|
|
this.INTVBrowseEROM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVBrowseEROM.Image = ((System.Drawing.Image)(resources.GetObject("INTVBrowseEROM.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVBrowseEROM.Location = new System.Drawing.Point(442, 209);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVBrowseEROM.Name = "INTVBrowseEROM";
|
|
|
|
|
this.INTVBrowseEROM.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.INTVBrowseEROM.TabIndex = 111;
|
|
|
|
|
this.INTVBrowseEROM.UseVisualStyleBackColor = true;
|
|
|
|
|
this.INTVBrowseEROM.Click += new System.EventHandler(this.INTVBrowseEROM_Click);
|
|
|
|
|
//
|
|
|
|
|
// INTVEROMBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.INTVEROMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVEROMBox.Location = new System.Drawing.Point(13, 209);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVEROMBox.Name = "INTVEROMBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.INTVEROMBox.Size = new System.Drawing.Size(421, 20);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVEROMBox.TabIndex = 110;
|
|
|
|
|
//
|
|
|
|
|
// INTVCheatsDescription
|
|
|
|
|
//
|
|
|
|
|
this.INTVCheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVCheatsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVCheatsDescription.Location = new System.Drawing.Point(474, 183);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVCheatsDescription.Name = "INTVCheatsDescription";
|
|
|
|
|
this.INTVCheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.INTVCheatsDescription.TabIndex = 97;
|
|
|
|
|
this.INTVCheatsDescription.Text = "Cheats";
|
|
|
|
|
//
|
|
|
|
|
// INTVBrowseCheats
|
|
|
|
|
//
|
|
|
|
|
this.INTVBrowseCheats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVBrowseCheats.Image = ((System.Drawing.Image)(resources.GetObject("INTVBrowseCheats.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVBrowseCheats.Location = new System.Drawing.Point(442, 179);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVBrowseCheats.Name = "INTVBrowseCheats";
|
|
|
|
|
this.INTVBrowseCheats.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.INTVBrowseCheats.TabIndex = 109;
|
|
|
|
|
this.INTVBrowseCheats.UseVisualStyleBackColor = true;
|
|
|
|
|
this.INTVBrowseCheats.Click += new System.EventHandler(this.INTVBrowseCheats_Click);
|
|
|
|
|
//
|
|
|
|
|
// INTVCheatsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.INTVCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVCheatsBox.Location = new System.Drawing.Point(13, 179);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVCheatsBox.Name = "INTVCheatsBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.INTVCheatsBox.Size = new System.Drawing.Size(421, 20);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVCheatsBox.TabIndex = 108;
|
|
|
|
|
//
|
|
|
|
|
// INTVScreenshotsBox
|
|
|
|
|
//
|
|
|
|
|
this.INTVScreenshotsBox.AcceptsReturn = true;
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.INTVScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVScreenshotsBox.Name = "INTVScreenshotsBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.INTVScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVScreenshotsBox.TabIndex = 106;
|
|
|
|
|
//
|
|
|
|
|
// INTVBaseDescription
|
|
|
|
|
//
|
|
|
|
|
this.INTVBaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVBaseDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVBaseDescription.Location = new System.Drawing.Point(474, 25);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVBaseDescription.Name = "INTVBaseDescription";
|
|
|
|
|
this.INTVBaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.INTVBaseDescription.TabIndex = 96;
|
|
|
|
|
this.INTVBaseDescription.Text = "Base";
|
|
|
|
|
//
|
|
|
|
|
// INTVScreenshotsDescription
|
|
|
|
|
//
|
|
|
|
|
this.INTVScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVScreenshotsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVScreenshotsDescription.Location = new System.Drawing.Point(474, 153);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVScreenshotsDescription.Name = "INTVScreenshotsDescription";
|
|
|
|
|
this.INTVScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.INTVScreenshotsDescription.TabIndex = 95;
|
|
|
|
|
this.INTVScreenshotsDescription.Text = "Screenshots";
|
|
|
|
|
//
|
|
|
|
|
// INTVBrowseBase
|
|
|
|
|
//
|
|
|
|
|
this.INTVBrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVBrowseBase.Image = ((System.Drawing.Image)(resources.GetObject("INTVBrowseBase.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVBrowseBase.Location = new System.Drawing.Point(442, 21);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVBrowseBase.Name = "INTVBrowseBase";
|
|
|
|
|
this.INTVBrowseBase.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.INTVBrowseBase.TabIndex = 99;
|
|
|
|
|
this.INTVBrowseBase.UseVisualStyleBackColor = true;
|
|
|
|
|
this.INTVBrowseBase.Click += new System.EventHandler(this.INTVBrowseBase_Click);
|
|
|
|
|
//
|
|
|
|
|
// INTVBrowseScreenshots
|
|
|
|
|
//
|
|
|
|
|
this.INTVBrowseScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVBrowseScreenshots.Image = ((System.Drawing.Image)(resources.GetObject("INTVBrowseScreenshots.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVBrowseScreenshots.Location = new System.Drawing.Point(442, 149);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVBrowseScreenshots.Name = "INTVBrowseScreenshots";
|
|
|
|
|
this.INTVBrowseScreenshots.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.INTVBrowseScreenshots.TabIndex = 107;
|
|
|
|
|
this.INTVBrowseScreenshots.UseVisualStyleBackColor = true;
|
|
|
|
|
this.INTVBrowseScreenshots.Click += new System.EventHandler(this.INTVBrowseScreenshots_Click);
|
|
|
|
|
//
|
|
|
|
|
// INTVRomsBox
|
|
|
|
|
//
|
|
|
|
|
this.INTVRomsBox.AcceptsReturn = true;
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.INTVRomsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVRomsBox.Location = new System.Drawing.Point(13, 59);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVRomsBox.Name = "INTVRomsBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.INTVRomsBox.Size = new System.Drawing.Size(421, 20);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVRomsBox.TabIndex = 100;
|
|
|
|
|
//
|
|
|
|
|
// INTVBrowseSavestates
|
|
|
|
|
//
|
|
|
|
|
this.INTVBrowseSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVBrowseSavestates.Image = ((System.Drawing.Image)(resources.GetObject("INTVBrowseSavestates.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVBrowseSavestates.Location = new System.Drawing.Point(442, 89);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVBrowseSavestates.Name = "INTVBrowseSavestates";
|
|
|
|
|
this.INTVBrowseSavestates.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.INTVBrowseSavestates.TabIndex = 103;
|
|
|
|
|
this.INTVBrowseSavestates.UseVisualStyleBackColor = true;
|
|
|
|
|
this.INTVBrowseSavestates.Click += new System.EventHandler(this.INTVBrowseSavestates_Click);
|
|
|
|
|
//
|
|
|
|
|
// INTVSavestatesDescription
|
|
|
|
|
//
|
|
|
|
|
this.INTVSavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVSavestatesDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVSavestatesDescription.Location = new System.Drawing.Point(474, 93);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVSavestatesDescription.Name = "INTVSavestatesDescription";
|
|
|
|
|
this.INTVSavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.INTVSavestatesDescription.TabIndex = 92;
|
|
|
|
|
this.INTVSavestatesDescription.Text = "Savestates";
|
|
|
|
|
//
|
|
|
|
|
// INTVROMsDescription
|
|
|
|
|
//
|
|
|
|
|
this.INTVROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVROMsDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVROMsDescription.Location = new System.Drawing.Point(474, 63);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVROMsDescription.Name = "INTVROMsDescription";
|
|
|
|
|
this.INTVROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.INTVROMsDescription.TabIndex = 94;
|
|
|
|
|
this.INTVROMsDescription.Text = "ROMs";
|
|
|
|
|
//
|
|
|
|
|
// INTVSavestatesBox
|
|
|
|
|
//
|
|
|
|
|
this.INTVSavestatesBox.AcceptsTab = true;
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.INTVSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVSavestatesBox.Name = "INTVSavestatesBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.INTVSavestatesBox.Size = new System.Drawing.Size(421, 20);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVSavestatesBox.TabIndex = 102;
|
|
|
|
|
//
|
|
|
|
|
// INTVBrowseROMs
|
|
|
|
|
//
|
|
|
|
|
this.INTVBrowseROMs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVBrowseROMs.Image = ((System.Drawing.Image)(resources.GetObject("INTVBrowseROMs.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVBrowseROMs.Location = new System.Drawing.Point(442, 59);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVBrowseROMs.Name = "INTVBrowseROMs";
|
|
|
|
|
this.INTVBrowseROMs.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.INTVBrowseROMs.TabIndex = 101;
|
|
|
|
|
this.INTVBrowseROMs.UseVisualStyleBackColor = true;
|
|
|
|
|
this.INTVBrowseROMs.Click += new System.EventHandler(this.INTVBrowseROMs_Click);
|
|
|
|
|
//
|
|
|
|
|
// INTVBrowseSaveRAM
|
|
|
|
|
//
|
|
|
|
|
this.INTVBrowseSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVBrowseSaveRAM.Image = ((System.Drawing.Image)(resources.GetObject("INTVBrowseSaveRAM.Image")));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVBrowseSaveRAM.Location = new System.Drawing.Point(442, 119);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVBrowseSaveRAM.Name = "INTVBrowseSaveRAM";
|
|
|
|
|
this.INTVBrowseSaveRAM.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.INTVBrowseSaveRAM.TabIndex = 105;
|
|
|
|
|
this.INTVBrowseSaveRAM.UseVisualStyleBackColor = true;
|
|
|
|
|
this.INTVBrowseSaveRAM.Click += new System.EventHandler(this.INTVBrowseSaveRAM_Click);
|
|
|
|
|
//
|
|
|
|
|
// INTVSaveRAMDescription
|
|
|
|
|
//
|
|
|
|
|
this.INTVSaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.INTVSaveRAMDescription.AutoSize = true;
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVSaveRAMDescription.Location = new System.Drawing.Point(474, 123);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVSaveRAMDescription.Name = "INTVSaveRAMDescription";
|
|
|
|
|
this.INTVSaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.INTVSaveRAMDescription.TabIndex = 93;
|
|
|
|
|
this.INTVSaveRAMDescription.Text = "Save RAM";
|
|
|
|
|
//
|
|
|
|
|
// INTVSaveRAMBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.INTVSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.INTVSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVSaveRAMBox.Name = "INTVSaveRAMBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.INTVSaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.INTVSaveRAMBox.TabIndex = 104;
|
|
|
|
|
//
|
|
|
|
|
// tabPage7
|
|
|
|
|
//
|
2012-09-30 16:50:00 +00:00
|
|
|
|
this.tabPage7.Controls.Add(this.LogDescription);
|
|
|
|
|
this.tabPage7.Controls.Add(this.BrowseLog);
|
|
|
|
|
this.tabPage7.Controls.Add(this.LogBox);
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.tabPage7.Controls.Add(this.MoviesBox);
|
2012-09-13 00:44:17 +00:00
|
|
|
|
this.tabPage7.Controls.Add(this.MovieBackupsBox);
|
|
|
|
|
this.tabPage7.Controls.Add(this.BrowseMovieBackups);
|
|
|
|
|
this.tabPage7.Controls.Add(this.MovieBackupsDescription);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.tabPage7.Controls.Add(this.AVIBox);
|
|
|
|
|
this.tabPage7.Controls.Add(this.AVIDescription);
|
|
|
|
|
this.tabPage7.Controls.Add(this.BrowseAVI);
|
|
|
|
|
this.tabPage7.Controls.Add(this.WatchBox);
|
|
|
|
|
this.tabPage7.Controls.Add(this.BrowseLua);
|
|
|
|
|
this.tabPage7.Controls.Add(this.WatchDescription);
|
|
|
|
|
this.tabPage7.Controls.Add(this.LuaDescription);
|
|
|
|
|
this.tabPage7.Controls.Add(this.BrowseWatch);
|
|
|
|
|
this.tabPage7.Controls.Add(this.LuaBox);
|
|
|
|
|
this.tabPage7.Controls.Add(this.BrowseMovies);
|
|
|
|
|
this.tabPage7.Controls.Add(this.MoviesDescription);
|
|
|
|
|
this.tabPage7.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage7.Name = "tabPage7";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.tabPage7.Size = new System.Drawing.Size(566, 275);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.tabPage7.TabIndex = 6;
|
|
|
|
|
this.tabPage7.Text = "Tools";
|
|
|
|
|
this.tabPage7.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2012-10-05 00:49:04 +00:00
|
|
|
|
// LogDescription
|
|
|
|
|
//
|
|
|
|
|
this.LogDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.LogDescription.AutoSize = true;
|
|
|
|
|
this.LogDescription.Location = new System.Drawing.Point(474, 175);
|
|
|
|
|
this.LogDescription.Name = "LogDescription";
|
|
|
|
|
this.LogDescription.Size = new System.Drawing.Size(65, 13);
|
|
|
|
|
this.LogDescription.TabIndex = 148;
|
|
|
|
|
this.LogDescription.Text = "Debug Logs";
|
|
|
|
|
//
|
|
|
|
|
// BrowseLog
|
|
|
|
|
//
|
|
|
|
|
this.BrowseLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.BrowseLog.Image = ((System.Drawing.Image)(resources.GetObject("BrowseLog.Image")));
|
|
|
|
|
this.BrowseLog.Location = new System.Drawing.Point(442, 171);
|
|
|
|
|
this.BrowseLog.Name = "BrowseLog";
|
|
|
|
|
this.BrowseLog.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.BrowseLog.TabIndex = 147;
|
|
|
|
|
this.BrowseLog.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseLog.Click += new System.EventHandler(this.BrowseLog_Click);
|
|
|
|
|
//
|
|
|
|
|
// LogBox
|
|
|
|
|
//
|
|
|
|
|
this.LogBox.AcceptsReturn = true;
|
|
|
|
|
this.LogBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.LogBox.Location = new System.Drawing.Point(13, 171);
|
|
|
|
|
this.LogBox.Name = "LogBox";
|
|
|
|
|
this.LogBox.Size = new System.Drawing.Size(421, 20);
|
|
|
|
|
this.LogBox.TabIndex = 146;
|
|
|
|
|
//
|
2012-09-15 18:15:55 +00:00
|
|
|
|
// MovieBackupsBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.MovieBackupsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-30 16:50:00 +00:00
|
|
|
|
this.MovieBackupsBox.Location = new System.Drawing.Point(13, 51);
|
2012-09-15 18:15:55 +00:00
|
|
|
|
this.MovieBackupsBox.Name = "MovieBackupsBox";
|
2012-09-27 02:09:39 +00:00
|
|
|
|
this.MovieBackupsBox.Size = new System.Drawing.Size(421, 20);
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.MovieBackupsBox.TabIndex = 125;
|
2012-09-15 18:15:55 +00:00
|
|
|
|
//
|
|
|
|
|
// BrowseMovieBackups
|
|
|
|
|
//
|
|
|
|
|
this.BrowseMovieBackups.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.BrowseMovieBackups.Image = ((System.Drawing.Image)(resources.GetObject("BrowseMovieBackups.Image")));
|
2012-09-30 16:50:00 +00:00
|
|
|
|
this.BrowseMovieBackups.Location = new System.Drawing.Point(442, 51);
|
2012-09-15 18:15:55 +00:00
|
|
|
|
this.BrowseMovieBackups.Name = "BrowseMovieBackups";
|
|
|
|
|
this.BrowseMovieBackups.Size = new System.Drawing.Size(26, 23);
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.BrowseMovieBackups.TabIndex = 128;
|
2012-09-15 18:15:55 +00:00
|
|
|
|
this.BrowseMovieBackups.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseMovieBackups.Click += new System.EventHandler(this.BrowseMovieBackups_Click);
|
|
|
|
|
//
|
|
|
|
|
// MovieBackupsDescription
|
|
|
|
|
//
|
|
|
|
|
this.MovieBackupsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.MovieBackupsDescription.AutoSize = true;
|
2012-09-30 16:50:00 +00:00
|
|
|
|
this.MovieBackupsDescription.Location = new System.Drawing.Point(474, 55);
|
2012-09-15 18:15:55 +00:00
|
|
|
|
this.MovieBackupsDescription.Name = "MovieBackupsDescription";
|
|
|
|
|
this.MovieBackupsDescription.Size = new System.Drawing.Size(80, 13);
|
|
|
|
|
this.MovieBackupsDescription.TabIndex = 128;
|
|
|
|
|
this.MovieBackupsDescription.Text = "Movie backups";
|
|
|
|
|
//
|
2012-09-07 06:18:58 +00:00
|
|
|
|
// BasePathBox
|
|
|
|
|
//
|
2012-09-27 01:37:56 +00:00
|
|
|
|
this.BasePathBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.BasePathBox.Location = new System.Drawing.Point(29, 27);
|
|
|
|
|
this.BasePathBox.Name = "BasePathBox";
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.BasePathBox.Size = new System.Drawing.Size(456, 20);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.BasePathBox.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// BrowseBase
|
|
|
|
|
//
|
|
|
|
|
this.BrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.BrowseBase.Image = global::BizHawk.MultiClient.Properties.Resources.OpenFile;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.BrowseBase.Location = new System.Drawing.Point(494, 27);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.BrowseBase.Name = "BrowseBase";
|
|
|
|
|
this.BrowseBase.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.BrowseBase.TabIndex = 1;
|
|
|
|
|
this.BrowseBase.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowseBase.Click += new System.EventHandler(this.BrowseBase_Click);
|
|
|
|
|
//
|
|
|
|
|
// BaseDescription
|
|
|
|
|
//
|
|
|
|
|
this.BaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.BaseDescription.AutoSize = true;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.BaseDescription.Location = new System.Drawing.Point(526, 30);
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.BaseDescription.Name = "BaseDescription";
|
|
|
|
|
this.BaseDescription.Size = new System.Drawing.Size(63, 13);
|
|
|
|
|
this.BaseDescription.TabIndex = 25;
|
|
|
|
|
this.BaseDescription.Text = "Base Folder";
|
|
|
|
|
//
|
|
|
|
|
// RecentForROMs
|
|
|
|
|
//
|
|
|
|
|
this.RecentForROMs.AutoSize = true;
|
|
|
|
|
this.RecentForROMs.Location = new System.Drawing.Point(29, 63);
|
|
|
|
|
this.RecentForROMs.Name = "RecentForROMs";
|
|
|
|
|
this.RecentForROMs.Size = new System.Drawing.Size(184, 17);
|
|
|
|
|
this.RecentForROMs.TabIndex = 2;
|
|
|
|
|
this.RecentForROMs.Text = "Always use recent path for ROMs";
|
|
|
|
|
this.RecentForROMs.UseVisualStyleBackColor = true;
|
|
|
|
|
this.RecentForROMs.CheckedChanged += new System.EventHandler(this.RecentForROMs_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// SaveButton
|
|
|
|
|
//
|
|
|
|
|
this.SaveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.SaveButton.Location = new System.Drawing.Point(12, 414);
|
|
|
|
|
this.SaveButton.Name = "SaveButton";
|
|
|
|
|
this.SaveButton.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.SaveButton.TabIndex = 200;
|
|
|
|
|
this.SaveButton.Text = "&Save";
|
|
|
|
|
this.SaveButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
|
|
|
|
|
//
|
2012-10-05 00:49:04 +00:00
|
|
|
|
// button1
|
2012-09-30 16:50:00 +00:00
|
|
|
|
//
|
2012-10-05 00:49:04 +00:00
|
|
|
|
this.button1.Image = global::BizHawk.MultiClient.Properties.Resources.Help;
|
|
|
|
|
this.button1.Location = new System.Drawing.Point(459, 57);
|
|
|
|
|
this.button1.Name = "button1";
|
|
|
|
|
this.button1.Size = new System.Drawing.Size(26, 23);
|
|
|
|
|
this.button1.TabIndex = 203;
|
|
|
|
|
this.toolTip1.SetToolTip(this.button1, "A list of special symbols useable for paths");
|
|
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
2012-09-30 16:50:00 +00:00
|
|
|
|
//
|
2012-10-05 00:49:04 +00:00
|
|
|
|
// label1
|
2012-09-30 16:50:00 +00:00
|
|
|
|
//
|
2012-10-05 00:49:04 +00:00
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(491, 64);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(97, 13);
|
|
|
|
|
this.label1.TabIndex = 204;
|
|
|
|
|
this.label1.Text = "Special Commands";
|
2012-09-30 16:50:00 +00:00
|
|
|
|
//
|
2011-06-11 16:22:48 +00:00
|
|
|
|
// PathConfig
|
|
|
|
|
//
|
|
|
|
|
this.AcceptButton = this.OK;
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.CancelButton = this.Cancel;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(599, 449);
|
2012-10-05 00:49:04 +00:00
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
|
this.Controls.Add(this.button1);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Controls.Add(this.SaveButton);
|
|
|
|
|
this.Controls.Add(this.RecentForROMs);
|
|
|
|
|
this.Controls.Add(this.BasePathBox);
|
|
|
|
|
this.Controls.Add(this.BrowseBase);
|
|
|
|
|
this.Controls.Add(this.tabControl1);
|
|
|
|
|
this.Controls.Add(this.BaseDescription);
|
|
|
|
|
this.Controls.Add(this.OK);
|
|
|
|
|
this.Controls.Add(this.Cancel);
|
2011-09-10 21:35:17 +00:00
|
|
|
|
this.MinimumSize = new System.Drawing.Size(263, 216);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Name = "PathConfig";
|
|
|
|
|
this.ShowIcon = false;
|
|
|
|
|
this.Text = "Path Configuration";
|
|
|
|
|
this.Load += new System.EventHandler(this.PathConfig_Load);
|
|
|
|
|
this.tabControl1.ResumeLayout(false);
|
|
|
|
|
this.tabPage1.ResumeLayout(false);
|
|
|
|
|
this.tabPage1.PerformLayout();
|
2012-09-26 15:59:14 +00:00
|
|
|
|
this.tabPage12.ResumeLayout(false);
|
|
|
|
|
this.tabPage12.PerformLayout();
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.tabPage2.ResumeLayout(false);
|
|
|
|
|
this.tabPage2.PerformLayout();
|
|
|
|
|
this.tabPage9.ResumeLayout(false);
|
|
|
|
|
this.tabPage9.PerformLayout();
|
|
|
|
|
this.tabPage8.ResumeLayout(false);
|
|
|
|
|
this.tabPage8.PerformLayout();
|
|
|
|
|
this.tabPage3.ResumeLayout(false);
|
|
|
|
|
this.tabPage3.PerformLayout();
|
|
|
|
|
this.tabPage4.ResumeLayout(false);
|
|
|
|
|
this.tabPage4.PerformLayout();
|
|
|
|
|
this.tabPage5.ResumeLayout(false);
|
|
|
|
|
this.tabPage5.PerformLayout();
|
|
|
|
|
this.tabPage6.ResumeLayout(false);
|
|
|
|
|
this.tabPage6.PerformLayout();
|
2012-03-19 02:12:43 +00:00
|
|
|
|
this.tabPage10.ResumeLayout(false);
|
|
|
|
|
this.tabPage10.PerformLayout();
|
2012-09-07 06:18:58 +00:00
|
|
|
|
this.tabPage11.ResumeLayout(false);
|
|
|
|
|
this.tabPage11.PerformLayout();
|
|
|
|
|
this.tabPage7.ResumeLayout(false);
|
|
|
|
|
this.tabPage7.PerformLayout();
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
2011-05-01 18:17:04 +00:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button Cancel;
|
|
|
|
|
private System.Windows.Forms.Button OK;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.TextBox WatchBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label WatchDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button BrowseWatch;
|
|
|
|
|
private System.Windows.Forms.TextBox MoviesBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label MoviesDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button BrowseMovies;
|
|
|
|
|
private System.Windows.Forms.TextBox LuaBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label LuaDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button BrowseLua;
|
|
|
|
|
private System.Windows.Forms.TextBox AVIBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label AVIDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button BrowseAVI;
|
|
|
|
|
private System.Windows.Forms.TextBox NESScreenshotsBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label NESScreenshotsDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button BrowseNESScreenshots;
|
|
|
|
|
private System.Windows.Forms.TextBox NESROMsBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label NESROMsDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button BrowseNESROMs;
|
|
|
|
|
private System.Windows.Forms.TextBox NESSaveRAMBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label NESSaveRAMDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button BrowseNESSaveRAM;
|
|
|
|
|
private System.Windows.Forms.TextBox NESSavestatesBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label NESSavestatesDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button BrowseNESSavestates;
|
|
|
|
|
private System.Windows.Forms.TextBox Sega8ScreenshotsBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label Sega8ScreenshotsDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button Sega8BrowseScreenshots;
|
|
|
|
|
private System.Windows.Forms.TextBox Sega8ROMsBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label Sega8ROMsDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button Sega8BrowseROMs;
|
|
|
|
|
private System.Windows.Forms.TextBox Sega8SaveRAMBox;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
private System.Windows.Forms.Label Sega8SaveRAMDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button Sega8BrowseSaveRAM;
|
|
|
|
|
private System.Windows.Forms.TextBox Sega8SavestatesBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label Sega8SavestatesDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button Sega8BrowseSavestates;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage4;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage5;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage6;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.TextBox NESBaseBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label NESBaseDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button BrowseNESBase;
|
|
|
|
|
private System.Windows.Forms.TextBox Sega8BaseBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label Sega8BaseDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button Sega8BrowseBase;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
private System.Windows.Forms.TabPage tabPage7;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.TextBox GenesisBaseBox;
|
|
|
|
|
private System.Windows.Forms.TextBox GenesisScreenshotsBox;
|
|
|
|
|
private System.Windows.Forms.Button GenesisBrowseSaveRAM;
|
|
|
|
|
private System.Windows.Forms.Button GenesisBrowseROMs;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label GenesisBaseDescription;
|
|
|
|
|
private System.Windows.Forms.Label GenesisSaveRAMDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.TextBox GenesisSavestatesBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label GenesisScreenshotsDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.TextBox GenesisSaveRAMBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label GenesisROMsDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button GenesisBrowseBase;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label GenesisSavestatesDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button GenesisBrowseSavestates;
|
|
|
|
|
private System.Windows.Forms.Button GenesisBrowseScreenshots;
|
|
|
|
|
private System.Windows.Forms.TextBox GenesisROMsBox;
|
|
|
|
|
private System.Windows.Forms.TextBox PCEBaseBox;
|
|
|
|
|
private System.Windows.Forms.TextBox PCEScreenshotsBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label PCEBaseDescription;
|
|
|
|
|
private System.Windows.Forms.Label PCEScreenshotsDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button PCEBrowseBase;
|
|
|
|
|
private System.Windows.Forms.Button PCEBrowseScreenshots;
|
|
|
|
|
private System.Windows.Forms.TextBox PCEROMsBox;
|
|
|
|
|
private System.Windows.Forms.Button PCEBrowseSavestates;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label PCESavestatesDescription;
|
|
|
|
|
private System.Windows.Forms.Label PCEROMsDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.TextBox PCESavestatesBox;
|
|
|
|
|
private System.Windows.Forms.Button PCEBrowseROMs;
|
|
|
|
|
private System.Windows.Forms.Button PCEBrowseSaveRAM;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label PCESaveRAMDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.TextBox PCESaveRAMBox;
|
|
|
|
|
private System.Windows.Forms.TextBox GBBaseBox;
|
|
|
|
|
private System.Windows.Forms.TextBox GBScreenshotsBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label GBBaseDescription;
|
|
|
|
|
private System.Windows.Forms.Label GBScreenshotsDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button GBBrowseBase;
|
|
|
|
|
private System.Windows.Forms.Button GBBrowseScreenshots;
|
|
|
|
|
private System.Windows.Forms.TextBox GBROMsBox;
|
|
|
|
|
private System.Windows.Forms.Button GBBrowseSavestates;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label GBSavestatesDescription;
|
|
|
|
|
private System.Windows.Forms.Label GBROMsDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.TextBox GBSavestatesBox;
|
|
|
|
|
private System.Windows.Forms.Button GBBrowseROMs;
|
|
|
|
|
private System.Windows.Forms.Button GBBrowseSaveRAM;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label GBSaveRAMDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.TextBox GBSaveRAMBox;
|
|
|
|
|
private System.Windows.Forms.TextBox TI83BaseBox;
|
|
|
|
|
private System.Windows.Forms.TextBox TI83ScreenshotsBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label TI83BaseDescription;
|
|
|
|
|
private System.Windows.Forms.Label TI83ScreenshotsDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.Button TI83BrowseBase;
|
|
|
|
|
private System.Windows.Forms.Button TI83BrowseScreenshots;
|
|
|
|
|
private System.Windows.Forms.TextBox TI83ROMsBox;
|
|
|
|
|
private System.Windows.Forms.Button TI83BrowseSavestates;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label TI83SavestatesDescription;
|
|
|
|
|
private System.Windows.Forms.Label TI83ROMsDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.TextBox TI83SavestatesBox;
|
|
|
|
|
private System.Windows.Forms.Button TI83BrowseROMs;
|
|
|
|
|
private System.Windows.Forms.Button TI83BrowseSaveRAM;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label TI83SaveRAMDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.TextBox TI83SaveRAMBox;
|
|
|
|
|
private System.Windows.Forms.TextBox BasePathBox;
|
|
|
|
|
private System.Windows.Forms.Button BrowseBase;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label BaseDescription;
|
2011-05-02 19:05:55 +00:00
|
|
|
|
private System.Windows.Forms.CheckBox RecentForROMs;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label NESCheatsDescription;
|
2011-05-02 20:17:22 +00:00
|
|
|
|
private System.Windows.Forms.Button NESBrowseCheats;
|
|
|
|
|
private System.Windows.Forms.TextBox NESCheatsBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label Sega8CheatsDescription;
|
2011-05-02 20:17:22 +00:00
|
|
|
|
private System.Windows.Forms.Button Sega8BrowseCheats;
|
|
|
|
|
private System.Windows.Forms.TextBox Sega8CheatsBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label GenesisCheatsDescription;
|
2011-05-02 20:17:22 +00:00
|
|
|
|
private System.Windows.Forms.Button GenesisBrowseCheats;
|
|
|
|
|
private System.Windows.Forms.TextBox GenesisCheatsBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label PCECheatsDescription;
|
2011-05-02 20:17:22 +00:00
|
|
|
|
private System.Windows.Forms.Button PCEBrowseCheats;
|
|
|
|
|
private System.Windows.Forms.TextBox PCECheatsBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label GBCheatsDescription;
|
2011-05-02 20:17:22 +00:00
|
|
|
|
private System.Windows.Forms.Button GBBrowseCheats;
|
|
|
|
|
private System.Windows.Forms.TextBox GBCheatsBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Label TI83CheatsDescription;
|
2011-05-02 20:17:22 +00:00
|
|
|
|
private System.Windows.Forms.Button TI83BrowseBox;
|
|
|
|
|
private System.Windows.Forms.TextBox TI83CheatsBox;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
private System.Windows.Forms.Button SaveButton;
|
2011-05-20 02:04:20 +00:00
|
|
|
|
private System.Windows.Forms.TabPage tabPage8;
|
|
|
|
|
private System.Windows.Forms.Label GGCheatsDescription;
|
|
|
|
|
private System.Windows.Forms.Button GGBrowseCheats;
|
|
|
|
|
private System.Windows.Forms.TextBox GGCheatsBox;
|
|
|
|
|
private System.Windows.Forms.TextBox GGBaseBox;
|
|
|
|
|
private System.Windows.Forms.TextBox GGScreenshotsBox;
|
|
|
|
|
private System.Windows.Forms.Label GGBaseDescription;
|
|
|
|
|
private System.Windows.Forms.Label GGScreenshotsDescription;
|
|
|
|
|
private System.Windows.Forms.Button GGBrowseBase;
|
|
|
|
|
private System.Windows.Forms.Button GGBrowseScreenshots;
|
|
|
|
|
private System.Windows.Forms.TextBox GGROMBox;
|
|
|
|
|
private System.Windows.Forms.Button GGBrowseSavestates;
|
|
|
|
|
private System.Windows.Forms.Label GGSavestatesDescription;
|
|
|
|
|
private System.Windows.Forms.Label GGROMsDescription;
|
|
|
|
|
private System.Windows.Forms.TextBox GGSavestatesBox;
|
|
|
|
|
private System.Windows.Forms.Button GGBrowseROMs;
|
|
|
|
|
private System.Windows.Forms.Button GGBrowseSaveRAM;
|
|
|
|
|
private System.Windows.Forms.Label GGSaveRAMDescription;
|
|
|
|
|
private System.Windows.Forms.TextBox GGSaveRAMBox;
|
2011-05-20 02:40:17 +00:00
|
|
|
|
private System.Windows.Forms.TabPage tabPage9;
|
|
|
|
|
private System.Windows.Forms.Label SGCheatsDescription;
|
|
|
|
|
private System.Windows.Forms.Button SGBrowseCheats;
|
|
|
|
|
private System.Windows.Forms.TextBox SGCheatsBox;
|
|
|
|
|
private System.Windows.Forms.TextBox SGBaseBox;
|
|
|
|
|
private System.Windows.Forms.Label SGBaseDescription;
|
|
|
|
|
private System.Windows.Forms.Button SGBrowseBase;
|
|
|
|
|
private System.Windows.Forms.TextBox SGROMsBox;
|
|
|
|
|
private System.Windows.Forms.TextBox SGScreenshotsBox;
|
|
|
|
|
private System.Windows.Forms.Button SGBrowseSavestates;
|
|
|
|
|
private System.Windows.Forms.Label SGScreenshotsDescription;
|
|
|
|
|
private System.Windows.Forms.Label SGSavestatesDescription;
|
|
|
|
|
private System.Windows.Forms.Button SGBrowseScreenshots;
|
|
|
|
|
private System.Windows.Forms.TextBox SGSavestatesBox;
|
|
|
|
|
private System.Windows.Forms.Button SGBrowseSaveRAM;
|
|
|
|
|
private System.Windows.Forms.Label SGSaveRAMDescription;
|
|
|
|
|
private System.Windows.Forms.Label SGROMsDescription;
|
|
|
|
|
private System.Windows.Forms.TextBox SGSaveRAMBox;
|
|
|
|
|
private System.Windows.Forms.Button SGROMsBrowse;
|
2011-06-11 16:22:48 +00:00
|
|
|
|
private System.Windows.Forms.Label NESPaletteDescription;
|
|
|
|
|
private System.Windows.Forms.Button NESBrowsePalette;
|
|
|
|
|
private System.Windows.Forms.TextBox NESPaletteBox;
|
2011-07-25 01:30:18 +00:00
|
|
|
|
private System.Windows.Forms.Label PCEBiosDescription;
|
|
|
|
|
private System.Windows.Forms.Button PCEBrowseBios;
|
|
|
|
|
private System.Windows.Forms.TextBox PCEBiosBox;
|
2012-03-19 02:12:43 +00:00
|
|
|
|
private System.Windows.Forms.TabPage tabPage10;
|
|
|
|
|
private System.Windows.Forms.Label AtariCheatsDescription;
|
|
|
|
|
private System.Windows.Forms.Button AtariBrowseCheats;
|
|
|
|
|
private System.Windows.Forms.TextBox AtariCheatsBox;
|
|
|
|
|
private System.Windows.Forms.TextBox AtariBaseBox;
|
|
|
|
|
private System.Windows.Forms.Label AtariBaseDescription;
|
|
|
|
|
private System.Windows.Forms.Button BrowseAtariBase;
|
|
|
|
|
private System.Windows.Forms.TextBox AtariROMsBox;
|
|
|
|
|
private System.Windows.Forms.TextBox AtariScreenshotsBox;
|
|
|
|
|
private System.Windows.Forms.Button BrowseAtariSavestates;
|
|
|
|
|
private System.Windows.Forms.Label AtariScreenshotsDescription;
|
|
|
|
|
private System.Windows.Forms.Label AtariSavestatesDescription;
|
|
|
|
|
private System.Windows.Forms.Button BrowseAtariScreenshots;
|
|
|
|
|
private System.Windows.Forms.TextBox AtariSavestatesBox;
|
|
|
|
|
private System.Windows.Forms.Button BrowseAtariSaveRAM;
|
|
|
|
|
private System.Windows.Forms.Label AtariSaveRAMDescription;
|
|
|
|
|
private System.Windows.Forms.Label AtariROMsDescription;
|
|
|
|
|
private System.Windows.Forms.TextBox AtariSaveRAMBox;
|
|
|
|
|
private System.Windows.Forms.Button BrowseAtariROMs;
|
2012-09-07 06:18:58 +00:00
|
|
|
|
private System.Windows.Forms.TabPage tabPage11;
|
|
|
|
|
private System.Windows.Forms.Label INTVGROMDescription;
|
|
|
|
|
private System.Windows.Forms.Button INTVBroseGROM;
|
|
|
|
|
private System.Windows.Forms.TextBox INTVGROMBox;
|
|
|
|
|
private System.Windows.Forms.Label INTVEROMDescription;
|
|
|
|
|
private System.Windows.Forms.Button INTVBrowseEROM;
|
|
|
|
|
private System.Windows.Forms.TextBox INTVEROMBox;
|
|
|
|
|
private System.Windows.Forms.Label INTVCheatsDescription;
|
|
|
|
|
private System.Windows.Forms.Button INTVBrowseCheats;
|
|
|
|
|
private System.Windows.Forms.TextBox INTVCheatsBox;
|
|
|
|
|
private System.Windows.Forms.TextBox INTVBaseBox;
|
|
|
|
|
private System.Windows.Forms.TextBox INTVScreenshotsBox;
|
|
|
|
|
private System.Windows.Forms.Label INTVBaseDescription;
|
|
|
|
|
private System.Windows.Forms.Label INTVScreenshotsDescription;
|
|
|
|
|
private System.Windows.Forms.Button INTVBrowseBase;
|
|
|
|
|
private System.Windows.Forms.Button INTVBrowseScreenshots;
|
|
|
|
|
private System.Windows.Forms.TextBox INTVRomsBox;
|
|
|
|
|
private System.Windows.Forms.Button INTVBrowseSavestates;
|
|
|
|
|
private System.Windows.Forms.Label INTVSavestatesDescription;
|
|
|
|
|
private System.Windows.Forms.Label INTVROMsDescription;
|
|
|
|
|
private System.Windows.Forms.TextBox INTVSavestatesBox;
|
|
|
|
|
private System.Windows.Forms.Button INTVBrowseROMs;
|
|
|
|
|
private System.Windows.Forms.Button INTVBrowseSaveRAM;
|
|
|
|
|
private System.Windows.Forms.Label INTVSaveRAMDescription;
|
|
|
|
|
private System.Windows.Forms.TextBox INTVSaveRAMBox;
|
2012-09-13 00:44:17 +00:00
|
|
|
|
private System.Windows.Forms.TextBox MovieBackupsBox;
|
|
|
|
|
private System.Windows.Forms.Button BrowseMovieBackups;
|
|
|
|
|
private System.Windows.Forms.Label MovieBackupsDescription;
|
2012-09-15 18:15:55 +00:00
|
|
|
|
private System.Windows.Forms.TextBox GBPalettesBox;
|
|
|
|
|
private System.Windows.Forms.Button GBBrowsePalettes;
|
|
|
|
|
private System.Windows.Forms.Label GBPalettesDescription;
|
2012-09-22 19:58:58 +00:00
|
|
|
|
private System.Windows.Forms.TabPage tabPage12;
|
|
|
|
|
private System.Windows.Forms.Label SNESCheatsDescription;
|
|
|
|
|
private System.Windows.Forms.Button SNESBrowseCheats;
|
|
|
|
|
private System.Windows.Forms.TextBox SNESCheatsBox;
|
|
|
|
|
private System.Windows.Forms.TextBox SNESBaseBox;
|
|
|
|
|
private System.Windows.Forms.Label SNESBaseDescription;
|
|
|
|
|
private System.Windows.Forms.Button BrowseSNESBase;
|
|
|
|
|
private System.Windows.Forms.TextBox SNESROMsBox;
|
|
|
|
|
private System.Windows.Forms.TextBox SNESScreenshotsBox;
|
|
|
|
|
private System.Windows.Forms.Button BrowseSNESSavestates;
|
|
|
|
|
private System.Windows.Forms.Label SNESScreenshotsDescription;
|
|
|
|
|
private System.Windows.Forms.Label SNESSavestatesDescription;
|
|
|
|
|
private System.Windows.Forms.Button BrowseSNESScreenshots;
|
|
|
|
|
private System.Windows.Forms.TextBox SNESSavestatesBox;
|
|
|
|
|
private System.Windows.Forms.Button BrowseSNESSaveRAM;
|
|
|
|
|
private System.Windows.Forms.Label SNESSaveRAMDescription;
|
|
|
|
|
private System.Windows.Forms.Label SNESROMsDescription;
|
|
|
|
|
private System.Windows.Forms.TextBox SNESSaveRAMBox;
|
|
|
|
|
private System.Windows.Forms.Button BrowseSNESROMs;
|
2012-09-26 15:59:14 +00:00
|
|
|
|
private System.Windows.Forms.Label SNESSGBDescription;
|
|
|
|
|
private System.Windows.Forms.Button SNESBrowseSGB;
|
|
|
|
|
private System.Windows.Forms.TextBox SNESSGBBox;
|
2012-09-27 07:27:47 +00:00
|
|
|
|
private System.Windows.Forms.Label SNESFirmwaresDescription;
|
|
|
|
|
private System.Windows.Forms.Button SNESBrowseFirmwares;
|
|
|
|
|
private System.Windows.Forms.TextBox SNESFirmwaresBox;
|
2012-09-29 20:00:00 +00:00
|
|
|
|
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
2012-09-30 16:50:00 +00:00
|
|
|
|
private System.Windows.Forms.Label LogDescription;
|
|
|
|
|
private System.Windows.Forms.Button BrowseLog;
|
|
|
|
|
private System.Windows.Forms.TextBox LogBox;
|
2012-10-05 00:49:04 +00:00
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
2011-05-01 18:17:04 +00:00
|
|
|
|
}
|
|
|
|
|
}
|