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()
|
|
|
|
|
{
|
|
|
|
|
this.Cancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.OK = new System.Windows.Forms.Button();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.WatchBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.WatchDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseWatch = new System.Windows.Forms.Button();
|
|
|
|
|
this.MoviesBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.MoviesDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseMovies = new System.Windows.Forms.Button();
|
|
|
|
|
this.LuaBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.LuaDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseLua = new System.Windows.Forms.Button();
|
|
|
|
|
this.NESScreenshotsBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESScreenshotsDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseNESScreenshots = new System.Windows.Forms.Button();
|
|
|
|
|
this.NESROMsBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESROMsDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseNESROMs = new System.Windows.Forms.Button();
|
|
|
|
|
this.NESSaveRAMBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESSaveRAMDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseNESSaveRAM = new System.Windows.Forms.Button();
|
|
|
|
|
this.NESSavestatesBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESSavestatesDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseNESSavestates = new System.Windows.Forms.Button();
|
|
|
|
|
this.Sega8ScreenshotsBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Sega8ScreenshotsDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8BrowseScreenshots = new System.Windows.Forms.Button();
|
|
|
|
|
this.Sega8ROMsBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Sega8ROMsDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8BrowseROMs = new System.Windows.Forms.Button();
|
|
|
|
|
this.Sega8SaveRAMBox = new System.Windows.Forms.TextBox();
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.Sega8SaveRAMDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8BrowseSaveRAM = new System.Windows.Forms.Button();
|
|
|
|
|
this.Sega8SavestatesBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Sega8SavestatesDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8BrowseSavestates = new System.Windows.Forms.Button();
|
|
|
|
|
this.AVIBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.AVIDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseAVI = new System.Windows.Forms.Button();
|
2011-05-01 18:58:19 +00:00
|
|
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESCheatsDescription = new System.Windows.Forms.Label();
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.NESBrowseCheats = new System.Windows.Forms.Button();
|
|
|
|
|
this.NESCheatsBox = new System.Windows.Forms.TextBox();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.NESBaseBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESBaseDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseNESBase = new System.Windows.Forms.Button();
|
|
|
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Sega8CheatsDescription = new System.Windows.Forms.Label();
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.Sega8BrowseCheats = new System.Windows.Forms.Button();
|
|
|
|
|
this.Sega8CheatsBox = new System.Windows.Forms.TextBox();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8BaseBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Sega8BaseDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8BrowseBase = new System.Windows.Forms.Button();
|
|
|
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisCheatsDescription = new System.Windows.Forms.Label();
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.GenesisBrowseCheats = new System.Windows.Forms.Button();
|
|
|
|
|
this.GenesisCheatsBox = new System.Windows.Forms.TextBox();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisBaseBox = 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();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisBaseDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GenesisSaveRAMDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisSavestatesBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisScreenshotsDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisSaveRAMBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisROMsDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisBrowseBase = new System.Windows.Forms.Button();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisSavestatesDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
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();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.PCECheatsDescription = new System.Windows.Forms.Label();
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.PCEBrowseCheats = new System.Windows.Forms.Button();
|
|
|
|
|
this.PCECheatsBox = new System.Windows.Forms.TextBox();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCEBaseBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.PCEScreenshotsBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.PCEBaseDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.PCEScreenshotsDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
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();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.PCESavestatesDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.PCEROMsDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCESavestatesBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.PCEBrowseROMs = new System.Windows.Forms.Button();
|
|
|
|
|
this.PCEBrowseSaveRAM = new System.Windows.Forms.Button();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.PCESaveRAMDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCESaveRAMBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.tabPage5 = new System.Windows.Forms.TabPage();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GBCheatsDescription = new System.Windows.Forms.Label();
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.GBBrowseCheats = new System.Windows.Forms.Button();
|
|
|
|
|
this.GBCheatsBox = new System.Windows.Forms.TextBox();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBBaseBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.GBScreenshotsBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GBBaseDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GBScreenshotsDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
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();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GBSavestatesDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.GBROMsDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBSavestatesBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.GBBrowseROMs = new System.Windows.Forms.Button();
|
|
|
|
|
this.GBBrowseSaveRAM = new System.Windows.Forms.Button();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GBSaveRAMDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBSaveRAMBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.tabPage6 = new System.Windows.Forms.TabPage();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.TI83CheatsDescription = new System.Windows.Forms.Label();
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.TI83BrowseBox = new System.Windows.Forms.Button();
|
|
|
|
|
this.TI83CheatsBox = new System.Windows.Forms.TextBox();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83BaseBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.TI83ScreenshotsBox = new System.Windows.Forms.TextBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.TI83BaseDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.TI83ScreenshotsDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
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();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.TI83SavestatesDescription = new System.Windows.Forms.Label();
|
|
|
|
|
this.TI83ROMsDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83SavestatesBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.TI83BrowseROMs = new System.Windows.Forms.Button();
|
|
|
|
|
this.TI83BrowseSaveRAM = new System.Windows.Forms.Button();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.TI83SaveRAMDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83SaveRAMBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.tabPage7 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.BasePathBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.BrowseBase = new System.Windows.Forms.Button();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.BaseDescription = new System.Windows.Forms.Label();
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.RecentForROMs = new System.Windows.Forms.CheckBox();
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.SaveButton = new System.Windows.Forms.Button();
|
2011-05-01 18:58:19 +00:00
|
|
|
|
this.tabControl1.SuspendLayout();
|
|
|
|
|
this.tabPage1.SuspendLayout();
|
|
|
|
|
this.tabPage2.SuspendLayout();
|
|
|
|
|
this.tabPage3.SuspendLayout();
|
|
|
|
|
this.tabPage4.SuspendLayout();
|
|
|
|
|
this.tabPage5.SuspendLayout();
|
|
|
|
|
this.tabPage6.SuspendLayout();
|
|
|
|
|
this.tabPage7.SuspendLayout();
|
2011-05-01 18:17:04 +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;
|
2011-05-03 20:48:51 +00:00
|
|
|
|
this.Cancel.Location = new System.Drawing.Point(381, 390);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
this.Cancel.Name = "Cancel";
|
|
|
|
|
this.Cancel.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.Cancel.TabIndex = 0;
|
|
|
|
|
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)));
|
2011-05-03 20:48:51 +00:00
|
|
|
|
this.OK.Location = new System.Drawing.Point(300, 390);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
this.OK.Name = "OK";
|
|
|
|
|
this.OK.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.OK.TabIndex = 1;
|
|
|
|
|
this.OK.Text = "&Ok";
|
|
|
|
|
this.OK.UseVisualStyleBackColor = true;
|
|
|
|
|
this.OK.Click += new System.EventHandler(this.OK_Click);
|
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// WatchBox
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.WatchBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-02 20:17:22 +00:00
|
|
|
|
this.WatchBox.Location = new System.Drawing.Point(13, 89);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.WatchBox.Name = "WatchBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.WatchBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.WatchBox.TabIndex = 14;
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// WatchDescription
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.WatchDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.WatchDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.WatchDescription.Location = new System.Drawing.Point(360, 93);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.WatchDescription.Name = "WatchDescription";
|
|
|
|
|
this.WatchDescription.Size = new System.Drawing.Size(71, 13);
|
|
|
|
|
this.WatchDescription.TabIndex = 17;
|
|
|
|
|
this.WatchDescription.Text = "Watch (.wch)";
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// BrowseWatch
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.BrowseWatch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.BrowseWatch.Location = new System.Drawing.Point(300, 88);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseWatch.Name = "BrowseWatch";
|
|
|
|
|
this.BrowseWatch.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.BrowseWatch.TabIndex = 15;
|
|
|
|
|
this.BrowseWatch.Text = "Browse";
|
|
|
|
|
this.BrowseWatch.UseVisualStyleBackColor = true;
|
2011-05-03 02:32:21 +00:00
|
|
|
|
this.BrowseWatch.Click += new System.EventHandler(this.BrowseWatch_Click);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// MoviesBox
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.MoviesBox.Location = new System.Drawing.Point(13, 21);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.MoviesBox.Name = "MoviesBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.MoviesBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.MoviesBox.TabIndex = 10;
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// MoviesDescription
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.MoviesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.MoviesDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.MoviesDescription.Location = new System.Drawing.Point(360, 25);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.MoviesDescription.Name = "MoviesDescription";
|
|
|
|
|
this.MoviesDescription.Size = new System.Drawing.Size(41, 13);
|
|
|
|
|
this.MoviesDescription.TabIndex = 13;
|
|
|
|
|
this.MoviesDescription.Text = "Movies";
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// BrowseMovies
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.BrowseMovies.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.BrowseMovies.Location = new System.Drawing.Point(300, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseMovies.Name = "BrowseMovies";
|
|
|
|
|
this.BrowseMovies.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.BrowseMovies.TabIndex = 11;
|
|
|
|
|
this.BrowseMovies.Text = "Browse";
|
|
|
|
|
this.BrowseMovies.UseVisualStyleBackColor = true;
|
2011-05-07 17:26:16 +00:00
|
|
|
|
this.BrowseMovies.Click += new System.EventHandler(this.BrowseMovies_Click);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// LuaBox
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.LuaBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-02 20:17:22 +00:00
|
|
|
|
this.LuaBox.Location = new System.Drawing.Point(13, 59);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.LuaBox.Name = "LuaBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.LuaBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.LuaBox.TabIndex = 6;
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// LuaDescription
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.LuaDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.LuaDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.LuaDescription.Location = new System.Drawing.Point(360, 63);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.LuaDescription.Name = "LuaDescription";
|
|
|
|
|
this.LuaDescription.Size = new System.Drawing.Size(25, 13);
|
|
|
|
|
this.LuaDescription.TabIndex = 9;
|
|
|
|
|
this.LuaDescription.Text = "Lua";
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// BrowseLua
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.BrowseLua.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.BrowseLua.Location = new System.Drawing.Point(300, 58);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseLua.Name = "BrowseLua";
|
|
|
|
|
this.BrowseLua.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.BrowseLua.TabIndex = 7;
|
|
|
|
|
this.BrowseLua.Text = "Browse";
|
|
|
|
|
this.BrowseLua.UseVisualStyleBackColor = true;
|
2011-05-07 17:26:16 +00:00
|
|
|
|
this.BrowseLua.Click += new System.EventHandler(this.BrowseLua_Click);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// NESScreenshotsBox
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.NESScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.NESScreenshotsBox.Name = "NESScreenshotsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.NESScreenshotsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.NESScreenshotsBox.TabIndex = 14;
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// NESScreenshotsDescription
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.NESScreenshotsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.NESScreenshotsDescription.Location = new System.Drawing.Point(360, 153);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESScreenshotsDescription.Name = "NESScreenshotsDescription";
|
|
|
|
|
this.NESScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.NESScreenshotsDescription.TabIndex = 17;
|
|
|
|
|
this.NESScreenshotsDescription.Text = "Screenshots";
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// BrowseNESScreenshots
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.BrowseNESScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.BrowseNESScreenshots.Location = new System.Drawing.Point(300, 148);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseNESScreenshots.Name = "BrowseNESScreenshots";
|
|
|
|
|
this.BrowseNESScreenshots.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.BrowseNESScreenshots.TabIndex = 15;
|
|
|
|
|
this.BrowseNESScreenshots.Text = "Browse";
|
|
|
|
|
this.BrowseNESScreenshots.UseVisualStyleBackColor = true;
|
2011-05-07 17:26:16 +00:00
|
|
|
|
this.BrowseNESScreenshots.Click += new System.EventHandler(this.BrowseNESScreenshots_Click);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// NESROMsBox
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.NESROMsBox.Location = new System.Drawing.Point(13, 59);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.NESROMsBox.Name = "NESROMsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.NESROMsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.NESROMsBox.TabIndex = 10;
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// NESROMsDescription
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.NESROMsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.NESROMsDescription.Location = new System.Drawing.Point(360, 63);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESROMsDescription.Name = "NESROMsDescription";
|
|
|
|
|
this.NESROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.NESROMsDescription.TabIndex = 13;
|
|
|
|
|
this.NESROMsDescription.Text = "ROMs";
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// BrowseNESROMs
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.BrowseNESROMs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.BrowseNESROMs.Location = new System.Drawing.Point(300, 58);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseNESROMs.Name = "BrowseNESROMs";
|
|
|
|
|
this.BrowseNESROMs.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.BrowseNESROMs.TabIndex = 11;
|
|
|
|
|
this.BrowseNESROMs.Text = "Browse";
|
|
|
|
|
this.BrowseNESROMs.UseVisualStyleBackColor = true;
|
2011-05-07 17:26:16 +00:00
|
|
|
|
this.BrowseNESROMs.Click += new System.EventHandler(this.BrowseNESROMs_Click);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// NESSaveRAMBox
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.NESSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.NESSaveRAMBox.Name = "NESSaveRAMBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.NESSaveRAMBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.NESSaveRAMBox.TabIndex = 6;
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// NESSaveRAMDescription
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESSaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.NESSaveRAMDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.NESSaveRAMDescription.Location = new System.Drawing.Point(360, 123);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESSaveRAMDescription.Name = "NESSaveRAMDescription";
|
|
|
|
|
this.NESSaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.NESSaveRAMDescription.TabIndex = 9;
|
|
|
|
|
this.NESSaveRAMDescription.Text = "Save RAM";
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// BrowseNESSaveRAM
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.BrowseNESSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.BrowseNESSaveRAM.Location = new System.Drawing.Point(300, 118);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseNESSaveRAM.Name = "BrowseNESSaveRAM";
|
|
|
|
|
this.BrowseNESSaveRAM.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.BrowseNESSaveRAM.TabIndex = 7;
|
|
|
|
|
this.BrowseNESSaveRAM.Text = "Browse";
|
|
|
|
|
this.BrowseNESSaveRAM.UseVisualStyleBackColor = true;
|
2011-05-07 17:26:16 +00:00
|
|
|
|
this.BrowseNESSaveRAM.Click += new System.EventHandler(this.BrowseNESSaveRAM_Click);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// NESSavestatesBox
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.NESSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.NESSavestatesBox.Name = "NESSavestatesBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.NESSavestatesBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.NESSavestatesBox.TabIndex = 2;
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// NESSavestatesDescription
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESSavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.NESSavestatesDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.NESSavestatesDescription.Location = new System.Drawing.Point(360, 93);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESSavestatesDescription.Name = "NESSavestatesDescription";
|
|
|
|
|
this.NESSavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.NESSavestatesDescription.TabIndex = 5;
|
|
|
|
|
this.NESSavestatesDescription.Text = "Savestates";
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// BrowseNESSavestates
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.BrowseNESSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.BrowseNESSavestates.Location = new System.Drawing.Point(300, 88);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseNESSavestates.Name = "BrowseNESSavestates";
|
|
|
|
|
this.BrowseNESSavestates.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.BrowseNESSavestates.TabIndex = 3;
|
|
|
|
|
this.BrowseNESSavestates.Text = "Browse";
|
|
|
|
|
this.BrowseNESSavestates.UseVisualStyleBackColor = true;
|
2011-05-07 17:26:16 +00:00
|
|
|
|
this.BrowseNESSavestates.Click += new System.EventHandler(this.BrowseNESSavestates_Click);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// Sega8ScreenshotsBox
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.Sega8ScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8ScreenshotsBox.Name = "Sega8ScreenshotsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8ScreenshotsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8ScreenshotsBox.TabIndex = 14;
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// Sega8ScreenshotsDescription
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Sega8ScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Sega8ScreenshotsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8ScreenshotsDescription.Location = new System.Drawing.Point(360, 153);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Sega8ScreenshotsDescription.Name = "Sega8ScreenshotsDescription";
|
|
|
|
|
this.Sega8ScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.Sega8ScreenshotsDescription.TabIndex = 17;
|
|
|
|
|
this.Sega8ScreenshotsDescription.Text = "Screenshots";
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// Sega8BrowseScreenshots
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.Sega8BrowseScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8BrowseScreenshots.Location = new System.Drawing.Point(300, 148);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8BrowseScreenshots.Name = "Sega8BrowseScreenshots";
|
|
|
|
|
this.Sega8BrowseScreenshots.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.Sega8BrowseScreenshots.TabIndex = 15;
|
|
|
|
|
this.Sega8BrowseScreenshots.Text = "Browse";
|
|
|
|
|
this.Sega8BrowseScreenshots.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.Sega8BrowseScreenshots.Click += new System.EventHandler(this.Sega8BrowseScreenshots_Click);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// Sega8ROMsBox
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.Sega8ROMsBox.Location = new System.Drawing.Point(13, 59);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8ROMsBox.Name = "Sega8ROMsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8ROMsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8ROMsBox.TabIndex = 10;
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// Sega8ROMsDescription
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Sega8ROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Sega8ROMsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8ROMsDescription.Location = new System.Drawing.Point(360, 63);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Sega8ROMsDescription.Name = "Sega8ROMsDescription";
|
|
|
|
|
this.Sega8ROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.Sega8ROMsDescription.TabIndex = 13;
|
|
|
|
|
this.Sega8ROMsDescription.Text = "ROMs";
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// Sega8BrowseROMs
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.Sega8BrowseROMs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8BrowseROMs.Location = new System.Drawing.Point(300, 58);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8BrowseROMs.Name = "Sega8BrowseROMs";
|
|
|
|
|
this.Sega8BrowseROMs.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.Sega8BrowseROMs.TabIndex = 11;
|
|
|
|
|
this.Sega8BrowseROMs.Text = "Browse";
|
|
|
|
|
this.Sega8BrowseROMs.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.Sega8BrowseROMs.Click += new System.EventHandler(this.Sega8BrowseROMs_Click);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// Sega8SaveRAMBox
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.Sega8SaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8SaveRAMBox.Name = "Sega8SaveRAMBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8SaveRAMBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8SaveRAMBox.TabIndex = 6;
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-07 20:42:15 +00:00
|
|
|
|
// Sega8SaveRAMDescription
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.Sega8SaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Sega8SaveRAMDescription.AutoSize = true;
|
|
|
|
|
this.Sega8SaveRAMDescription.Location = new System.Drawing.Point(360, 123);
|
|
|
|
|
this.Sega8SaveRAMDescription.Name = "Sega8SaveRAMDescription";
|
|
|
|
|
this.Sega8SaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.Sega8SaveRAMDescription.TabIndex = 9;
|
|
|
|
|
this.Sega8SaveRAMDescription.Text = "Save RAM";
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// Sega8BrowseSaveRAM
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.Sega8BrowseSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8BrowseSaveRAM.Location = new System.Drawing.Point(300, 118);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8BrowseSaveRAM.Name = "Sega8BrowseSaveRAM";
|
|
|
|
|
this.Sega8BrowseSaveRAM.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.Sega8BrowseSaveRAM.TabIndex = 7;
|
|
|
|
|
this.Sega8BrowseSaveRAM.Text = "Browse";
|
|
|
|
|
this.Sega8BrowseSaveRAM.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.Sega8BrowseSaveRAM.Click += new System.EventHandler(this.Sega8BrowseSaveRAM_Click);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// Sega8SavestatesBox
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.Sega8SavestatesBox.Location = new System.Drawing.Point(13, 89);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8SavestatesBox.Name = "Sega8SavestatesBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8SavestatesBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8SavestatesBox.TabIndex = 2;
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// Sega8SavestatesDescription
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Sega8SavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Sega8SavestatesDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8SavestatesDescription.Location = new System.Drawing.Point(360, 93);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Sega8SavestatesDescription.Name = "Sega8SavestatesDescription";
|
|
|
|
|
this.Sega8SavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.Sega8SavestatesDescription.TabIndex = 5;
|
|
|
|
|
this.Sega8SavestatesDescription.Text = "Savestates";
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// Sega8BrowseSavestates
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.Sega8BrowseSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8BrowseSavestates.Location = new System.Drawing.Point(300, 88);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8BrowseSavestates.Name = "Sega8BrowseSavestates";
|
|
|
|
|
this.Sega8BrowseSavestates.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.Sega8BrowseSavestates.TabIndex = 3;
|
|
|
|
|
this.Sega8BrowseSavestates.Text = "Browse";
|
|
|
|
|
this.Sega8BrowseSavestates.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.Sega8BrowseSavestates.Click += new System.EventHandler(this.Sega8BrowseSavestates_Click);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// AVIBox
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.AVIBox.AcceptsReturn = true;
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.AVIBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-02 20:17:22 +00:00
|
|
|
|
this.AVIBox.Location = new System.Drawing.Point(13, 119);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.AVIBox.Name = "AVIBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.AVIBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.AVIBox.TabIndex = 19;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.AVIBox.TabStop = false;
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// AVIDescription
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.AVIDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.AVIDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.AVIDescription.Location = new System.Drawing.Point(360, 123);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.AVIDescription.Name = "AVIDescription";
|
|
|
|
|
this.AVIDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.AVIDescription.TabIndex = 22;
|
|
|
|
|
this.AVIDescription.Text = "Video (AVI)";
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// BrowseAVI
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.BrowseAVI.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.BrowseAVI.Location = new System.Drawing.Point(300, 118);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseAVI.Name = "BrowseAVI";
|
|
|
|
|
this.BrowseAVI.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.BrowseAVI.TabIndex = 20;
|
|
|
|
|
this.BrowseAVI.Text = "Browse";
|
|
|
|
|
this.BrowseAVI.UseVisualStyleBackColor = true;
|
2011-05-07 17:26:16 +00:00
|
|
|
|
this.BrowseAVI.Click += new System.EventHandler(this.BrowseAVI_Click);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-01 18:58:19 +00:00
|
|
|
|
// tabControl1
|
|
|
|
|
//
|
2011-05-04 12:23:41 +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-05-01 18:58:19 +00:00
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage3);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage4);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage5);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage6);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage7);
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.tabControl1.Location = new System.Drawing.Point(13, 97);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
this.tabControl1.Name = "tabControl1";
|
|
|
|
|
this.tabControl1.SelectedIndex = 0;
|
|
|
|
|
this.tabControl1.Size = new System.Drawing.Size(443, 277);
|
|
|
|
|
this.tabControl1.TabIndex = 23;
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
|
|
|
|
// tabPage1
|
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage1.Controls.Add(this.NESCheatsDescription);
|
2011-05-02 20:17:22 +00:00
|
|
|
|
this.tabPage1.Controls.Add(this.NESBrowseCheats);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESCheatsBox);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage1.Controls.Add(this.NESBaseBox);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage1.Controls.Add(this.NESBaseDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage1.Controls.Add(this.BrowseNESBase);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESROMsBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESScreenshotsBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.BrowseNESSavestates);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage1.Controls.Add(this.NESScreenshotsDescription);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESSavestatesDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage1.Controls.Add(this.BrowseNESScreenshots);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESSavestatesBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.BrowseNESSaveRAM);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage1.Controls.Add(this.NESSaveRAMDescription);
|
|
|
|
|
this.tabPage1.Controls.Add(this.NESROMsDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage1.Controls.Add(this.NESSaveRAMBox);
|
|
|
|
|
this.tabPage1.Controls.Add(this.BrowseNESROMs);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage1.Name = "tabPage1";
|
|
|
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage1.Size = new System.Drawing.Size(435, 251);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
this.tabPage1.TabIndex = 0;
|
|
|
|
|
this.tabPage1.Text = "NES";
|
|
|
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// NESCheatsDescription
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESCheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.NESCheatsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.NESCheatsDescription.Location = new System.Drawing.Point(360, 183);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESCheatsDescription.Name = "NESCheatsDescription";
|
|
|
|
|
this.NESCheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.NESCheatsDescription.TabIndex = 23;
|
|
|
|
|
this.NESCheatsDescription.Text = "Cheats";
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
|
|
|
|
// NESBrowseCheats
|
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.NESBrowseCheats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.NESBrowseCheats.Location = new System.Drawing.Point(300, 178);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.NESBrowseCheats.Name = "NESBrowseCheats";
|
|
|
|
|
this.NESBrowseCheats.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.NESBrowseCheats.TabIndex = 22;
|
|
|
|
|
this.NESBrowseCheats.Text = "Browse";
|
|
|
|
|
this.NESBrowseCheats.UseVisualStyleBackColor = true;
|
2011-05-07 17:26:16 +00:00
|
|
|
|
this.NESBrowseCheats.Click += new System.EventHandler(this.NESBrowseCheats_Click);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
|
|
|
|
// NESCheatsBox
|
|
|
|
|
//
|
|
|
|
|
this.NESCheatsBox.AcceptsTab = true;
|
2011-05-03 15:53:12 +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-05-02 20:37:01 +00:00
|
|
|
|
this.NESCheatsBox.Location = new System.Drawing.Point(13, 179);
|
|
|
|
|
this.NESCheatsBox.Name = "NESCheatsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.NESCheatsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.NESCheatsBox.TabIndex = 21;
|
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// NESBaseBox
|
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.NESBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-02 20:17:22 +00:00
|
|
|
|
this.NESBaseBox.Location = new System.Drawing.Point(13, 21);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.NESBaseBox.Name = "NESBaseBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.NESBaseBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.NESBaseBox.TabIndex = 18;
|
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// NESBaseDescription
|
2011-05-02 19:05:55 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESBaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.NESBaseDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.NESBaseDescription.Location = new System.Drawing.Point(360, 25);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.NESBaseDescription.Name = "NESBaseDescription";
|
|
|
|
|
this.NESBaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.NESBaseDescription.TabIndex = 20;
|
|
|
|
|
this.NESBaseDescription.Text = "Base";
|
2011-05-02 19:05:55 +00:00
|
|
|
|
//
|
|
|
|
|
// BrowseNESBase
|
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.BrowseNESBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.BrowseNESBase.Location = new System.Drawing.Point(300, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseNESBase.Name = "BrowseNESBase";
|
|
|
|
|
this.BrowseNESBase.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.BrowseNESBase.TabIndex = 19;
|
|
|
|
|
this.BrowseNESBase.Text = "Browse";
|
|
|
|
|
this.BrowseNESBase.UseVisualStyleBackColor = true;
|
2011-05-07 17:26:16 +00:00
|
|
|
|
this.BrowseNESBase.Click += new System.EventHandler(this.BrowseNESBase_Click);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
//
|
2011-05-01 18:58:19 +00:00
|
|
|
|
// tabPage2
|
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8CheatsDescription);
|
2011-05-02 20:17:22 +00:00
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8BrowseCheats);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8CheatsBox);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8BaseBox);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8ScreenshotsBox);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8BaseDescription);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8ScreenshotsDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8BrowseBase);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8BrowseScreenshots);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8ROMsBox);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8BrowseSavestates);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8SavestatesDescription);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8ROMsDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8SavestatesBox);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8BrowseROMs);
|
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8BrowseSaveRAM);
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8SaveRAMDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage2.Controls.Add(this.Sega8SaveRAMBox);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage2.Name = "tabPage2";
|
|
|
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage2.Size = new System.Drawing.Size(435, 251);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
this.tabPage2.TabIndex = 1;
|
2011-05-04 20:31:36 +00:00
|
|
|
|
this.tabPage2.Text = "SMS";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// Sega8CheatsDescription
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Sega8CheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Sega8CheatsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8CheatsDescription.Location = new System.Drawing.Point(360, 183);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Sega8CheatsDescription.Name = "Sega8CheatsDescription";
|
|
|
|
|
this.Sega8CheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.Sega8CheatsDescription.TabIndex = 26;
|
|
|
|
|
this.Sega8CheatsDescription.Text = "Cheats";
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
|
|
|
|
// Sega8BrowseCheats
|
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.Sega8BrowseCheats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8BrowseCheats.Location = new System.Drawing.Point(300, 178);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.Sega8BrowseCheats.Name = "Sega8BrowseCheats";
|
|
|
|
|
this.Sega8BrowseCheats.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.Sega8BrowseCheats.TabIndex = 25;
|
|
|
|
|
this.Sega8BrowseCheats.Text = "Browse";
|
|
|
|
|
this.Sega8BrowseCheats.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.Sega8BrowseCheats.Click += new System.EventHandler(this.Sega8BrowseCheats_Click);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
|
|
|
|
// Sega8CheatsBox
|
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:37:01 +00:00
|
|
|
|
this.Sega8CheatsBox.Location = new System.Drawing.Point(13, 179);
|
|
|
|
|
this.Sega8CheatsBox.Name = "Sega8CheatsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8CheatsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.Sega8CheatsBox.TabIndex = 24;
|
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// Sega8BaseBox
|
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.Sega8BaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-02 20:17:22 +00:00
|
|
|
|
this.Sega8BaseBox.Location = new System.Drawing.Point(13, 21);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8BaseBox.Name = "Sega8BaseBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8BaseBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8BaseBox.TabIndex = 19;
|
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// Sega8BaseDescription
|
2011-05-02 19:05:55 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Sega8BaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Sega8BaseDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8BaseDescription.Location = new System.Drawing.Point(360, 25);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Sega8BaseDescription.Name = "Sega8BaseDescription";
|
|
|
|
|
this.Sega8BaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.Sega8BaseDescription.TabIndex = 21;
|
|
|
|
|
this.Sega8BaseDescription.Text = "Base";
|
2011-05-02 19:05:55 +00:00
|
|
|
|
//
|
|
|
|
|
// Sega8BrowseBase
|
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.Sega8BrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.Sega8BrowseBase.Location = new System.Drawing.Point(300, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Sega8BrowseBase.Name = "Sega8BrowseBase";
|
|
|
|
|
this.Sega8BrowseBase.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.Sega8BrowseBase.TabIndex = 20;
|
|
|
|
|
this.Sega8BrowseBase.Text = "Browse";
|
|
|
|
|
this.Sega8BrowseBase.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.Sega8BrowseBase.Click += new System.EventHandler(this.Sega8BrowseBase_Click);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
//
|
2011-05-01 18:58:19 +00:00
|
|
|
|
// tabPage3
|
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisCheatsDescription);
|
2011-05-02 20:17:22 +00:00
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisBrowseCheats);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisCheatsBox);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisBaseBox);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisScreenshotsBox);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisBrowseSaveRAM);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisBrowseROMs);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisBaseDescription);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisSaveRAMDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisSavestatesBox);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisScreenshotsDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisSaveRAMBox);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisROMsDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisBrowseBase);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisSavestatesDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisBrowseSavestates);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisBrowseScreenshots);
|
|
|
|
|
this.tabPage3.Controls.Add(this.GenesisROMsBox);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage3.Name = "tabPage3";
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage3.Size = new System.Drawing.Size(435, 251);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
this.tabPage3.TabIndex = 2;
|
|
|
|
|
this.tabPage3.Text = "Genesis";
|
|
|
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// GenesisCheatsDescription
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisCheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GenesisCheatsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisCheatsDescription.Location = new System.Drawing.Point(360, 183);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisCheatsDescription.Name = "GenesisCheatsDescription";
|
|
|
|
|
this.GenesisCheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.GenesisCheatsDescription.TabIndex = 39;
|
|
|
|
|
this.GenesisCheatsDescription.Text = "Cheats";
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
|
|
|
|
// GenesisBrowseCheats
|
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.GenesisBrowseCheats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisBrowseCheats.Location = new System.Drawing.Point(300, 178);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.GenesisBrowseCheats.Name = "GenesisBrowseCheats";
|
|
|
|
|
this.GenesisBrowseCheats.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.GenesisBrowseCheats.TabIndex = 38;
|
|
|
|
|
this.GenesisBrowseCheats.Text = "Browse";
|
|
|
|
|
this.GenesisBrowseCheats.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.GenesisBrowseCheats.Click += new System.EventHandler(this.GenesisBrowseCheats_Click);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
|
|
|
|
// GenesisCheatsBox
|
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:37:01 +00:00
|
|
|
|
this.GenesisCheatsBox.Location = new System.Drawing.Point(13, 179);
|
|
|
|
|
this.GenesisCheatsBox.Name = "GenesisCheatsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisCheatsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.GenesisCheatsBox.TabIndex = 37;
|
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GenesisBaseBox
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.GenesisBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-02 20:17:22 +00:00
|
|
|
|
this.GenesisBaseBox.Location = new System.Drawing.Point(13, 21);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisBaseBox.Name = "GenesisBaseBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisBaseBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisBaseBox.TabIndex = 34;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GenesisScreenshotsBox
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.GenesisScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisScreenshotsBox.Name = "GenesisScreenshotsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisScreenshotsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisScreenshotsBox.TabIndex = 31;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GenesisBrowseSaveRAM
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.GenesisBrowseSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisBrowseSaveRAM.Location = new System.Drawing.Point(300, 118);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisBrowseSaveRAM.Name = "GenesisBrowseSaveRAM";
|
|
|
|
|
this.GenesisBrowseSaveRAM.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.GenesisBrowseSaveRAM.TabIndex = 26;
|
|
|
|
|
this.GenesisBrowseSaveRAM.Text = "Browse";
|
|
|
|
|
this.GenesisBrowseSaveRAM.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.GenesisBrowseSaveRAM.Click += new System.EventHandler(this.GenesisBrowseSaveRAM_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GenesisBrowseROMs
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.GenesisBrowseROMs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisBrowseROMs.Location = new System.Drawing.Point(300, 58);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisBrowseROMs.Name = "GenesisBrowseROMs";
|
|
|
|
|
this.GenesisBrowseROMs.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.GenesisBrowseROMs.TabIndex = 29;
|
|
|
|
|
this.GenesisBrowseROMs.Text = "Browse";
|
|
|
|
|
this.GenesisBrowseROMs.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.GenesisBrowseROMs.Click += new System.EventHandler(this.GenesisBrowseROMs_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// GenesisBaseDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisBaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GenesisBaseDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisBaseDescription.Location = new System.Drawing.Point(360, 25);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisBaseDescription.Name = "GenesisBaseDescription";
|
|
|
|
|
this.GenesisBaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.GenesisBaseDescription.TabIndex = 36;
|
|
|
|
|
this.GenesisBaseDescription.Text = "Base";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// GenesisSaveRAMDescription
|
2011-05-02 19:05:55 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisSaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GenesisSaveRAMDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisSaveRAMDescription.Location = new System.Drawing.Point(360, 123);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisSaveRAMDescription.Name = "GenesisSaveRAMDescription";
|
|
|
|
|
this.GenesisSaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.GenesisSaveRAMDescription.TabIndex = 27;
|
|
|
|
|
this.GenesisSaveRAMDescription.Text = "Save RAM";
|
2011-05-02 19:05:55 +00:00
|
|
|
|
//
|
|
|
|
|
// GenesisSavestatesBox
|
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.GenesisSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisSavestatesBox.Name = "GenesisSavestatesBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisSavestatesBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisSavestatesBox.TabIndex = 22;
|
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// GenesisScreenshotsDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GenesisScreenshotsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisScreenshotsDescription.Location = new System.Drawing.Point(360, 153);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisScreenshotsDescription.Name = "GenesisScreenshotsDescription";
|
|
|
|
|
this.GenesisScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.GenesisScreenshotsDescription.TabIndex = 33;
|
|
|
|
|
this.GenesisScreenshotsDescription.Text = "Screenshots";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GenesisSaveRAMBox
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.GenesisSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisSaveRAMBox.Name = "GenesisSaveRAMBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisSaveRAMBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisSaveRAMBox.TabIndex = 25;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// GenesisROMsDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GenesisROMsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisROMsDescription.Location = new System.Drawing.Point(360, 63);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisROMsDescription.Name = "GenesisROMsDescription";
|
|
|
|
|
this.GenesisROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.GenesisROMsDescription.TabIndex = 30;
|
|
|
|
|
this.GenesisROMsDescription.Text = "ROMs";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GenesisBrowseBase
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.GenesisBrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisBrowseBase.Location = new System.Drawing.Point(300, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisBrowseBase.Name = "GenesisBrowseBase";
|
|
|
|
|
this.GenesisBrowseBase.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.GenesisBrowseBase.TabIndex = 35;
|
|
|
|
|
this.GenesisBrowseBase.Text = "Browse";
|
|
|
|
|
this.GenesisBrowseBase.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.GenesisBrowseBase.Click += new System.EventHandler(this.GenesisBrowseBase_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// GenesisSavestatesDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisSavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GenesisSavestatesDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisSavestatesDescription.Location = new System.Drawing.Point(360, 93);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GenesisSavestatesDescription.Name = "GenesisSavestatesDescription";
|
|
|
|
|
this.GenesisSavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.GenesisSavestatesDescription.TabIndex = 24;
|
|
|
|
|
this.GenesisSavestatesDescription.Text = "Savestates";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GenesisBrowseSavestates
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.GenesisBrowseSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisBrowseSavestates.Location = new System.Drawing.Point(300, 88);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisBrowseSavestates.Name = "GenesisBrowseSavestates";
|
|
|
|
|
this.GenesisBrowseSavestates.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.GenesisBrowseSavestates.TabIndex = 23;
|
|
|
|
|
this.GenesisBrowseSavestates.Text = "Browse";
|
|
|
|
|
this.GenesisBrowseSavestates.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.GenesisBrowseSavestates.Click += new System.EventHandler(this.GenesisBrowseSavestates_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GenesisBrowseScreenshots
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.GenesisBrowseScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisBrowseScreenshots.Location = new System.Drawing.Point(300, 148);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisBrowseScreenshots.Name = "GenesisBrowseScreenshots";
|
|
|
|
|
this.GenesisBrowseScreenshots.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.GenesisBrowseScreenshots.TabIndex = 32;
|
|
|
|
|
this.GenesisBrowseScreenshots.Text = "Browse";
|
|
|
|
|
this.GenesisBrowseScreenshots.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.GenesisBrowseScreenshots.Click += new System.EventHandler(this.GenesisBrowseScreenshots_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GenesisROMsBox
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.GenesisROMsBox.Location = new System.Drawing.Point(13, 59);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisROMsBox.Name = "GenesisROMsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GenesisROMsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GenesisROMsBox.TabIndex = 28;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// tabPage4
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage4.Controls.Add(this.PCECheatsDescription);
|
2011-05-02 20:17:22 +00:00
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBrowseCheats);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCECheatsBox);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBaseBox);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEScreenshotsBox);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBaseDescription);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEScreenshotsDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBrowseBase);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBrowseScreenshots);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEROMsBox);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBrowseSavestates);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage4.Controls.Add(this.PCESavestatesDescription);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEROMsDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage4.Controls.Add(this.PCESavestatesBox);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBrowseROMs);
|
|
|
|
|
this.tabPage4.Controls.Add(this.PCEBrowseSaveRAM);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage4.Controls.Add(this.PCESaveRAMDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage4.Controls.Add(this.PCESaveRAMBox);
|
|
|
|
|
this.tabPage4.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage4.Name = "tabPage4";
|
|
|
|
|
this.tabPage4.Size = new System.Drawing.Size(435, 251);
|
|
|
|
|
this.tabPage4.TabIndex = 3;
|
|
|
|
|
this.tabPage4.Text = "PC Engine";
|
|
|
|
|
this.tabPage4.UseVisualStyleBackColor = true;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// PCECheatsDescription
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.PCECheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PCECheatsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCECheatsDescription.Location = new System.Drawing.Point(360, 183);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.PCECheatsDescription.Name = "PCECheatsDescription";
|
|
|
|
|
this.PCECheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.PCECheatsDescription.TabIndex = 39;
|
|
|
|
|
this.PCECheatsDescription.Text = "Cheats";
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
|
|
|
|
// PCEBrowseCheats
|
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.PCEBrowseCheats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCEBrowseCheats.Location = new System.Drawing.Point(300, 178);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.PCEBrowseCheats.Name = "PCEBrowseCheats";
|
|
|
|
|
this.PCEBrowseCheats.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.PCEBrowseCheats.TabIndex = 38;
|
|
|
|
|
this.PCEBrowseCheats.Text = "Browse";
|
|
|
|
|
this.PCEBrowseCheats.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.PCEBrowseCheats.Click += new System.EventHandler(this.PCEBrowseCheats_Click);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
|
|
|
|
// PCECheatsBox
|
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:37:01 +00:00
|
|
|
|
this.PCECheatsBox.Location = new System.Drawing.Point(13, 179);
|
|
|
|
|
this.PCECheatsBox.Name = "PCECheatsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCECheatsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.PCECheatsBox.TabIndex = 37;
|
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// PCEBaseBox
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.PCEBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-02 20:17:22 +00:00
|
|
|
|
this.PCEBaseBox.Location = new System.Drawing.Point(13, 21);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCEBaseBox.Name = "PCEBaseBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCEBaseBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCEBaseBox.TabIndex = 34;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// PCEScreenshotsBox
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCEScreenshotsBox.AcceptsReturn = true;
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.PCEScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCEScreenshotsBox.Name = "PCEScreenshotsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCEScreenshotsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCEScreenshotsBox.TabIndex = 31;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// PCEBaseDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.PCEBaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PCEBaseDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCEBaseDescription.Location = new System.Drawing.Point(360, 25);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.PCEBaseDescription.Name = "PCEBaseDescription";
|
|
|
|
|
this.PCEBaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.PCEBaseDescription.TabIndex = 36;
|
|
|
|
|
this.PCEBaseDescription.Text = "Base";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// PCEScreenshotsDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.PCEScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PCEScreenshotsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCEScreenshotsDescription.Location = new System.Drawing.Point(360, 153);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.PCEScreenshotsDescription.Name = "PCEScreenshotsDescription";
|
|
|
|
|
this.PCEScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.PCEScreenshotsDescription.TabIndex = 33;
|
|
|
|
|
this.PCEScreenshotsDescription.Text = "Screenshots";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// PCEBrowseBase
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.PCEBrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCEBrowseBase.Location = new System.Drawing.Point(300, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCEBrowseBase.Name = "PCEBrowseBase";
|
|
|
|
|
this.PCEBrowseBase.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.PCEBrowseBase.TabIndex = 35;
|
|
|
|
|
this.PCEBrowseBase.Text = "Browse";
|
|
|
|
|
this.PCEBrowseBase.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.PCEBrowseBase.Click += new System.EventHandler(this.PCEBrowseBase_Click);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// PCEBrowseScreenshots
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.PCEBrowseScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCEBrowseScreenshots.Location = new System.Drawing.Point(300, 148);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCEBrowseScreenshots.Name = "PCEBrowseScreenshots";
|
|
|
|
|
this.PCEBrowseScreenshots.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.PCEBrowseScreenshots.TabIndex = 32;
|
|
|
|
|
this.PCEBrowseScreenshots.Text = "Browse";
|
|
|
|
|
this.PCEBrowseScreenshots.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.PCEBrowseScreenshots.Click += new System.EventHandler(this.PCEBrowseScreenshots_Click);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// PCEROMsBox
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCEROMsBox.AcceptsReturn = true;
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.PCEROMsBox.Location = new System.Drawing.Point(13, 59);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCEROMsBox.Name = "PCEROMsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCEROMsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCEROMsBox.TabIndex = 28;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// PCEBrowseSavestates
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.PCEBrowseSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCEBrowseSavestates.Location = new System.Drawing.Point(300, 88);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCEBrowseSavestates.Name = "PCEBrowseSavestates";
|
|
|
|
|
this.PCEBrowseSavestates.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.PCEBrowseSavestates.TabIndex = 23;
|
|
|
|
|
this.PCEBrowseSavestates.Text = "Browse";
|
|
|
|
|
this.PCEBrowseSavestates.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.PCEBrowseSavestates.Click += new System.EventHandler(this.PCEBrowseSavestates_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// PCESavestatesDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.PCESavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PCESavestatesDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCESavestatesDescription.Location = new System.Drawing.Point(360, 93);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.PCESavestatesDescription.Name = "PCESavestatesDescription";
|
|
|
|
|
this.PCESavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.PCESavestatesDescription.TabIndex = 24;
|
|
|
|
|
this.PCESavestatesDescription.Text = "Savestates";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// PCEROMsDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.PCEROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PCEROMsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCEROMsDescription.Location = new System.Drawing.Point(360, 63);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.PCEROMsDescription.Name = "PCEROMsDescription";
|
|
|
|
|
this.PCEROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.PCEROMsDescription.TabIndex = 30;
|
|
|
|
|
this.PCEROMsDescription.Text = "ROMs";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// PCESavestatesBox
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCESavestatesBox.AcceptsTab = true;
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.PCESavestatesBox.Location = new System.Drawing.Point(13, 89);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCESavestatesBox.Name = "PCESavestatesBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCESavestatesBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCESavestatesBox.TabIndex = 22;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// PCEBrowseROMs
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.PCEBrowseROMs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCEBrowseROMs.Location = new System.Drawing.Point(300, 58);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCEBrowseROMs.Name = "PCEBrowseROMs";
|
|
|
|
|
this.PCEBrowseROMs.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.PCEBrowseROMs.TabIndex = 29;
|
|
|
|
|
this.PCEBrowseROMs.Text = "Browse";
|
|
|
|
|
this.PCEBrowseROMs.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.PCEBrowseROMs.Click += new System.EventHandler(this.PCEBrowseROMs_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// PCEBrowseSaveRAM
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.PCEBrowseSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCEBrowseSaveRAM.Location = new System.Drawing.Point(300, 118);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCEBrowseSaveRAM.Name = "PCEBrowseSaveRAM";
|
|
|
|
|
this.PCEBrowseSaveRAM.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.PCEBrowseSaveRAM.TabIndex = 26;
|
|
|
|
|
this.PCEBrowseSaveRAM.Text = "Browse";
|
|
|
|
|
this.PCEBrowseSaveRAM.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.PCEBrowseSaveRAM.Click += new System.EventHandler(this.PCEBrowseSaveRAM_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// PCESaveRAMDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.PCESaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PCESaveRAMDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCESaveRAMDescription.Location = new System.Drawing.Point(360, 123);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.PCESaveRAMDescription.Name = "PCESaveRAMDescription";
|
|
|
|
|
this.PCESaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.PCESaveRAMDescription.TabIndex = 27;
|
|
|
|
|
this.PCESaveRAMDescription.Text = "Save RAM";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// PCESaveRAMBox
|
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.PCESaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCESaveRAMBox.Name = "PCESaveRAMBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.PCESaveRAMBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.PCESaveRAMBox.TabIndex = 25;
|
|
|
|
|
//
|
|
|
|
|
// tabPage5
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage5.Controls.Add(this.GBCheatsDescription);
|
2011-05-02 20:17:22 +00:00
|
|
|
|
this.tabPage5.Controls.Add(this.GBBrowseCheats);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBCheatsBox);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage5.Controls.Add(this.GBBaseBox);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBScreenshotsBox);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage5.Controls.Add(this.GBBaseDescription);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBScreenshotsDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage5.Controls.Add(this.GBBrowseBase);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBBrowseScreenshots);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBROMsBox);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBBrowseSavestates);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage5.Controls.Add(this.GBSavestatesDescription);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBROMsDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage5.Controls.Add(this.GBSavestatesBox);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBBrowseROMs);
|
|
|
|
|
this.tabPage5.Controls.Add(this.GBBrowseSaveRAM);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage5.Controls.Add(this.GBSaveRAMDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage5.Controls.Add(this.GBSaveRAMBox);
|
|
|
|
|
this.tabPage5.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage5.Name = "tabPage5";
|
|
|
|
|
this.tabPage5.Size = new System.Drawing.Size(435, 251);
|
|
|
|
|
this.tabPage5.TabIndex = 4;
|
|
|
|
|
this.tabPage5.Text = "Gameboy";
|
|
|
|
|
this.tabPage5.UseVisualStyleBackColor = true;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// GBCheatsDescription
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GBCheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GBCheatsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBCheatsDescription.Location = new System.Drawing.Point(360, 183);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GBCheatsDescription.Name = "GBCheatsDescription";
|
|
|
|
|
this.GBCheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.GBCheatsDescription.TabIndex = 39;
|
|
|
|
|
this.GBCheatsDescription.Text = "Cheats";
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
|
|
|
|
// GBBrowseCheats
|
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.GBBrowseCheats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBBrowseCheats.Location = new System.Drawing.Point(300, 178);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.GBBrowseCheats.Name = "GBBrowseCheats";
|
|
|
|
|
this.GBBrowseCheats.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.GBBrowseCheats.TabIndex = 38;
|
|
|
|
|
this.GBBrowseCheats.Text = "Browse";
|
|
|
|
|
this.GBBrowseCheats.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.GBBrowseCheats.Click += new System.EventHandler(this.GBBrowseCheats_Click);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
|
|
|
|
// GBCheatsBox
|
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:37:01 +00:00
|
|
|
|
this.GBCheatsBox.Location = new System.Drawing.Point(13, 179);
|
|
|
|
|
this.GBCheatsBox.Name = "GBCheatsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBCheatsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.GBCheatsBox.TabIndex = 37;
|
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GBBaseBox
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.GBBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-02 20:17:22 +00:00
|
|
|
|
this.GBBaseBox.Location = new System.Drawing.Point(13, 21);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBBaseBox.Name = "GBBaseBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBBaseBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBBaseBox.TabIndex = 34;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GBScreenshotsBox
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.GBScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBScreenshotsBox.Name = "GBScreenshotsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBScreenshotsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBScreenshotsBox.TabIndex = 31;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// GBBaseDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GBBaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GBBaseDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBBaseDescription.Location = new System.Drawing.Point(360, 25);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GBBaseDescription.Name = "GBBaseDescription";
|
|
|
|
|
this.GBBaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.GBBaseDescription.TabIndex = 36;
|
|
|
|
|
this.GBBaseDescription.Text = "Base";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// GBScreenshotsDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GBScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GBScreenshotsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBScreenshotsDescription.Location = new System.Drawing.Point(360, 153);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GBScreenshotsDescription.Name = "GBScreenshotsDescription";
|
|
|
|
|
this.GBScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.GBScreenshotsDescription.TabIndex = 33;
|
|
|
|
|
this.GBScreenshotsDescription.Text = "Screenshots";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GBBrowseBase
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.GBBrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBBrowseBase.Location = new System.Drawing.Point(300, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBBrowseBase.Name = "GBBrowseBase";
|
|
|
|
|
this.GBBrowseBase.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.GBBrowseBase.TabIndex = 35;
|
|
|
|
|
this.GBBrowseBase.Text = "Browse";
|
|
|
|
|
this.GBBrowseBase.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.GBBrowseBase.Click += new System.EventHandler(this.GBBrowseBase_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GBBrowseScreenshots
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.GBBrowseScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBBrowseScreenshots.Location = new System.Drawing.Point(300, 148);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBBrowseScreenshots.Name = "GBBrowseScreenshots";
|
|
|
|
|
this.GBBrowseScreenshots.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.GBBrowseScreenshots.TabIndex = 32;
|
|
|
|
|
this.GBBrowseScreenshots.Text = "Browse";
|
|
|
|
|
this.GBBrowseScreenshots.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.GBBrowseScreenshots.Click += new System.EventHandler(this.GBBrowseScreenshots_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GBROMsBox
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.GBROMsBox.Location = new System.Drawing.Point(13, 59);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBROMsBox.Name = "GBROMsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBROMsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBROMsBox.TabIndex = 28;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GBBrowseSavestates
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.GBBrowseSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBBrowseSavestates.Location = new System.Drawing.Point(300, 88);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBBrowseSavestates.Name = "GBBrowseSavestates";
|
|
|
|
|
this.GBBrowseSavestates.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.GBBrowseSavestates.TabIndex = 23;
|
|
|
|
|
this.GBBrowseSavestates.Text = "Browse";
|
|
|
|
|
this.GBBrowseSavestates.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.GBBrowseSavestates.Click += new System.EventHandler(this.GBBrowseSavestates_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// GBSavestatesDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GBSavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GBSavestatesDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBSavestatesDescription.Location = new System.Drawing.Point(360, 93);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GBSavestatesDescription.Name = "GBSavestatesDescription";
|
|
|
|
|
this.GBSavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.GBSavestatesDescription.TabIndex = 24;
|
|
|
|
|
this.GBSavestatesDescription.Text = "Savestates";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// GBROMsDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GBROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GBROMsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBROMsDescription.Location = new System.Drawing.Point(360, 63);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GBROMsDescription.Name = "GBROMsDescription";
|
|
|
|
|
this.GBROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.GBROMsDescription.TabIndex = 30;
|
|
|
|
|
this.GBROMsDescription.Text = "ROMs";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GBSavestatesBox
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.GBSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBSavestatesBox.Name = "GBSavestatesBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBSavestatesBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBSavestatesBox.TabIndex = 22;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GBBrowseROMs
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.GBBrowseROMs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBBrowseROMs.Location = new System.Drawing.Point(300, 58);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBBrowseROMs.Name = "GBBrowseROMs";
|
|
|
|
|
this.GBBrowseROMs.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.GBBrowseROMs.TabIndex = 29;
|
|
|
|
|
this.GBBrowseROMs.Text = "Browse";
|
|
|
|
|
this.GBBrowseROMs.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.GBBrowseROMs.Click += new System.EventHandler(this.GBBrowseROMs_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GBBrowseSaveRAM
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.GBBrowseSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBBrowseSaveRAM.Location = new System.Drawing.Point(300, 118);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBBrowseSaveRAM.Name = "GBBrowseSaveRAM";
|
|
|
|
|
this.GBBrowseSaveRAM.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.GBBrowseSaveRAM.TabIndex = 26;
|
|
|
|
|
this.GBBrowseSaveRAM.Text = "Browse";
|
|
|
|
|
this.GBBrowseSaveRAM.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.GBBrowseSaveRAM.Click += new System.EventHandler(this.GBBrowseSaveRAM_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// GBSaveRAMDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GBSaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.GBSaveRAMDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBSaveRAMDescription.Location = new System.Drawing.Point(360, 123);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.GBSaveRAMDescription.Name = "GBSaveRAMDescription";
|
|
|
|
|
this.GBSaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.GBSaveRAMDescription.TabIndex = 27;
|
|
|
|
|
this.GBSaveRAMDescription.Text = "Save RAM";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// GBSaveRAMBox
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.GBSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBSaveRAMBox.Name = "GBSaveRAMBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.GBSaveRAMBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.GBSaveRAMBox.TabIndex = 25;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// tabPage6
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage6.Controls.Add(this.TI83CheatsDescription);
|
2011-05-02 20:17:22 +00:00
|
|
|
|
this.tabPage6.Controls.Add(this.TI83BrowseBox);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83CheatsBox);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage6.Controls.Add(this.TI83BaseBox);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83ScreenshotsBox);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage6.Controls.Add(this.TI83BaseDescription);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83ScreenshotsDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage6.Controls.Add(this.TI83BrowseBase);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83BrowseScreenshots);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83ROMsBox);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83BrowseSavestates);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage6.Controls.Add(this.TI83SavestatesDescription);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83ROMsDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage6.Controls.Add(this.TI83SavestatesBox);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83BrowseROMs);
|
|
|
|
|
this.tabPage6.Controls.Add(this.TI83BrowseSaveRAM);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage6.Controls.Add(this.TI83SaveRAMDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage6.Controls.Add(this.TI83SaveRAMBox);
|
|
|
|
|
this.tabPage6.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage6.Name = "tabPage6";
|
|
|
|
|
this.tabPage6.Size = new System.Drawing.Size(435, 251);
|
|
|
|
|
this.tabPage6.TabIndex = 5;
|
|
|
|
|
this.tabPage6.Text = "TI83";
|
|
|
|
|
this.tabPage6.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// TI83CheatsDescription
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.TI83CheatsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.TI83CheatsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83CheatsDescription.Location = new System.Drawing.Point(360, 183);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.TI83CheatsDescription.Name = "TI83CheatsDescription";
|
|
|
|
|
this.TI83CheatsDescription.Size = new System.Drawing.Size(40, 13);
|
|
|
|
|
this.TI83CheatsDescription.TabIndex = 39;
|
|
|
|
|
this.TI83CheatsDescription.Text = "Cheats";
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
|
|
|
|
// TI83BrowseBox
|
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.TI83BrowseBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83BrowseBox.Location = new System.Drawing.Point(300, 178);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.TI83BrowseBox.Name = "TI83BrowseBox";
|
|
|
|
|
this.TI83BrowseBox.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.TI83BrowseBox.TabIndex = 38;
|
|
|
|
|
this.TI83BrowseBox.Text = "Browse";
|
|
|
|
|
this.TI83BrowseBox.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.TI83BrowseBox.Click += new System.EventHandler(this.TI83BrowseBox_Click);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
//
|
|
|
|
|
// TI83CheatsBox
|
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:37:01 +00:00
|
|
|
|
this.TI83CheatsBox.Location = new System.Drawing.Point(13, 179);
|
|
|
|
|
this.TI83CheatsBox.Name = "TI83CheatsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83CheatsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.TI83CheatsBox.TabIndex = 37;
|
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// TI83BaseBox
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.TI83BaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-02 20:17:22 +00:00
|
|
|
|
this.TI83BaseBox.Location = new System.Drawing.Point(13, 21);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83BaseBox.Name = "TI83BaseBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83BaseBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83BaseBox.TabIndex = 34;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// TI83ScreenshotsBox
|
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.TI83ScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83ScreenshotsBox.Name = "TI83ScreenshotsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83ScreenshotsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83ScreenshotsBox.TabIndex = 31;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// TI83BaseDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.TI83BaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.TI83BaseDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83BaseDescription.Location = new System.Drawing.Point(360, 25);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.TI83BaseDescription.Name = "TI83BaseDescription";
|
|
|
|
|
this.TI83BaseDescription.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.TI83BaseDescription.TabIndex = 36;
|
|
|
|
|
this.TI83BaseDescription.Text = "Base";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// TI83ScreenshotsDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.TI83ScreenshotsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.TI83ScreenshotsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83ScreenshotsDescription.Location = new System.Drawing.Point(360, 153);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.TI83ScreenshotsDescription.Name = "TI83ScreenshotsDescription";
|
|
|
|
|
this.TI83ScreenshotsDescription.Size = new System.Drawing.Size(66, 13);
|
|
|
|
|
this.TI83ScreenshotsDescription.TabIndex = 33;
|
|
|
|
|
this.TI83ScreenshotsDescription.Text = "Screenshots";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// TI83BrowseBase
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.TI83BrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83BrowseBase.Location = new System.Drawing.Point(300, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83BrowseBase.Name = "TI83BrowseBase";
|
|
|
|
|
this.TI83BrowseBase.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.TI83BrowseBase.TabIndex = 35;
|
|
|
|
|
this.TI83BrowseBase.Text = "Browse";
|
|
|
|
|
this.TI83BrowseBase.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.TI83BrowseBase.Click += new System.EventHandler(this.TI83BrowseBase_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// TI83BrowseScreenshots
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.TI83BrowseScreenshots.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83BrowseScreenshots.Location = new System.Drawing.Point(300, 148);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83BrowseScreenshots.Name = "TI83BrowseScreenshots";
|
|
|
|
|
this.TI83BrowseScreenshots.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.TI83BrowseScreenshots.TabIndex = 32;
|
|
|
|
|
this.TI83BrowseScreenshots.Text = "Browse";
|
|
|
|
|
this.TI83BrowseScreenshots.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.TI83BrowseScreenshots.Click += new System.EventHandler(this.TI83BrowseScreenshots_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// TI83ROMsBox
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83ROMsBox.AcceptsTab = true;
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.TI83ROMsBox.Location = new System.Drawing.Point(13, 59);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83ROMsBox.Name = "TI83ROMsBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83ROMsBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83ROMsBox.TabIndex = 28;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// TI83BrowseSavestates
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.TI83BrowseSavestates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83BrowseSavestates.Location = new System.Drawing.Point(300, 88);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83BrowseSavestates.Name = "TI83BrowseSavestates";
|
|
|
|
|
this.TI83BrowseSavestates.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.TI83BrowseSavestates.TabIndex = 23;
|
|
|
|
|
this.TI83BrowseSavestates.Text = "Browse";
|
|
|
|
|
this.TI83BrowseSavestates.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.TI83BrowseSavestates.Click += new System.EventHandler(this.TI83BrowseSavestates_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// TI83SavestatesDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.TI83SavestatesDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.TI83SavestatesDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83SavestatesDescription.Location = new System.Drawing.Point(360, 93);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.TI83SavestatesDescription.Name = "TI83SavestatesDescription";
|
|
|
|
|
this.TI83SavestatesDescription.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
this.TI83SavestatesDescription.TabIndex = 24;
|
|
|
|
|
this.TI83SavestatesDescription.Text = "Savestates";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// TI83ROMsDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.TI83ROMsDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.TI83ROMsDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83ROMsDescription.Location = new System.Drawing.Point(360, 63);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.TI83ROMsDescription.Name = "TI83ROMsDescription";
|
|
|
|
|
this.TI83ROMsDescription.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
this.TI83ROMsDescription.TabIndex = 30;
|
|
|
|
|
this.TI83ROMsDescription.Text = "ROMs";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// TI83SavestatesBox
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.TI83SavestatesBox.Location = new System.Drawing.Point(13, 89);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83SavestatesBox.Name = "TI83SavestatesBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83SavestatesBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83SavestatesBox.TabIndex = 22;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// TI83BrowseROMs
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.TI83BrowseROMs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83BrowseROMs.Location = new System.Drawing.Point(300, 58);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83BrowseROMs.Name = "TI83BrowseROMs";
|
|
|
|
|
this.TI83BrowseROMs.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.TI83BrowseROMs.TabIndex = 29;
|
|
|
|
|
this.TI83BrowseROMs.Text = "Browse";
|
|
|
|
|
this.TI83BrowseROMs.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.TI83BrowseROMs.Click += new System.EventHandler(this.TI83BrowseROMs_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// TI83BrowseSaveRAM
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.TI83BrowseSaveRAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83BrowseSaveRAM.Location = new System.Drawing.Point(300, 118);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83BrowseSaveRAM.Name = "TI83BrowseSaveRAM";
|
|
|
|
|
this.TI83BrowseSaveRAM.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.TI83BrowseSaveRAM.TabIndex = 26;
|
|
|
|
|
this.TI83BrowseSaveRAM.Text = "Browse";
|
|
|
|
|
this.TI83BrowseSaveRAM.UseVisualStyleBackColor = true;
|
2011-05-07 20:42:15 +00:00
|
|
|
|
this.TI83BrowseSaveRAM.Click += new System.EventHandler(this.TI83BrowseSaveRAM_Click);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// TI83SaveRAMDescription
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.TI83SaveRAMDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.TI83SaveRAMDescription.AutoSize = true;
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83SaveRAMDescription.Location = new System.Drawing.Point(360, 123);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.TI83SaveRAMDescription.Name = "TI83SaveRAMDescription";
|
|
|
|
|
this.TI83SaveRAMDescription.Size = new System.Drawing.Size(59, 13);
|
|
|
|
|
this.TI83SaveRAMDescription.TabIndex = 27;
|
|
|
|
|
this.TI83SaveRAMDescription.Text = "Save RAM";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// TI83SaveRAMBox
|
|
|
|
|
//
|
|
|
|
|
this.TI83SaveRAMBox.AcceptsTab = true;
|
2011-05-03 15:53:12 +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-05-02 20:17:22 +00:00
|
|
|
|
this.TI83SaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83SaveRAMBox.Name = "TI83SaveRAMBox";
|
2011-05-04 12:23:41 +00:00
|
|
|
|
this.TI83SaveRAMBox.Size = new System.Drawing.Size(280, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.TI83SaveRAMBox.TabIndex = 25;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// tabPage7
|
|
|
|
|
//
|
|
|
|
|
this.tabPage7.Controls.Add(this.AVIBox);
|
|
|
|
|
this.tabPage7.Controls.Add(this.MoviesBox);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage7.Controls.Add(this.AVIDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage7.Controls.Add(this.BrowseAVI);
|
|
|
|
|
this.tabPage7.Controls.Add(this.WatchBox);
|
|
|
|
|
this.tabPage7.Controls.Add(this.BrowseLua);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage7.Controls.Add(this.WatchDescription);
|
|
|
|
|
this.tabPage7.Controls.Add(this.LuaDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage7.Controls.Add(this.BrowseWatch);
|
|
|
|
|
this.tabPage7.Controls.Add(this.LuaBox);
|
|
|
|
|
this.tabPage7.Controls.Add(this.BrowseMovies);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.tabPage7.Controls.Add(this.MoviesDescription);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.tabPage7.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tabPage7.Name = "tabPage7";
|
|
|
|
|
this.tabPage7.Size = new System.Drawing.Size(435, 251);
|
|
|
|
|
this.tabPage7.TabIndex = 6;
|
|
|
|
|
this.tabPage7.Text = "Tools";
|
|
|
|
|
this.tabPage7.UseVisualStyleBackColor = true;
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// BasePathBox
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.BasePathBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BasePathBox.Location = new System.Drawing.Point(29, 27);
|
|
|
|
|
this.BasePathBox.Name = "BasePathBox";
|
2011-05-03 20:48:51 +00:00
|
|
|
|
this.BasePathBox.Size = new System.Drawing.Size(203, 20);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BasePathBox.TabIndex = 23;
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// BrowseBase
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-03 15:53:12 +00:00
|
|
|
|
this.BrowseBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2011-05-03 20:48:51 +00:00
|
|
|
|
this.BrowseBase.Location = new System.Drawing.Point(238, 25);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.BrowseBase.Name = "BrowseBase";
|
|
|
|
|
this.BrowseBase.Size = new System.Drawing.Size(54, 23);
|
|
|
|
|
this.BrowseBase.TabIndex = 24;
|
|
|
|
|
this.BrowseBase.Text = "Browse";
|
|
|
|
|
this.BrowseBase.UseVisualStyleBackColor = true;
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.BrowseBase.Click += new System.EventHandler(this.BrowseBase_Click);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// BaseDescription
|
2011-05-01 18:17:04 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.BaseDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.BaseDescription.AutoSize = true;
|
|
|
|
|
this.BaseDescription.Location = new System.Drawing.Point(298, 31);
|
|
|
|
|
this.BaseDescription.Name = "BaseDescription";
|
|
|
|
|
this.BaseDescription.Size = new System.Drawing.Size(63, 13);
|
|
|
|
|
this.BaseDescription.TabIndex = 25;
|
|
|
|
|
this.BaseDescription.Text = "Base Folder";
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
// RecentForROMs
|
2011-05-01 18:58:19 +00:00
|
|
|
|
//
|
2011-05-02 19:05:55 +00:00
|
|
|
|
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 = 26;
|
|
|
|
|
this.RecentForROMs.Text = "Always use recent path for ROMs";
|
|
|
|
|
this.RecentForROMs.UseVisualStyleBackColor = true;
|
2011-05-02 20:37:01 +00:00
|
|
|
|
this.RecentForROMs.CheckedChanged += new System.EventHandler(this.RecentForROMs_CheckedChanged);
|
2011-05-02 20:17:22 +00:00
|
|
|
|
//
|
2011-05-04 02:00:08 +00:00
|
|
|
|
// SaveButton
|
|
|
|
|
//
|
|
|
|
|
this.SaveButton.Location = new System.Drawing.Point(12, 390);
|
|
|
|
|
this.SaveButton.Name = "SaveButton";
|
|
|
|
|
this.SaveButton.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.SaveButton.TabIndex = 27;
|
|
|
|
|
this.SaveButton.Text = "&Save";
|
|
|
|
|
this.SaveButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
|
|
|
|
|
//
|
2011-05-01 18:17:04 +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;
|
2011-05-03 20:48:51 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(468, 425);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Controls.Add(this.SaveButton);
|
2011-05-02 19:05:55 +00:00
|
|
|
|
this.Controls.Add(this.RecentForROMs);
|
|
|
|
|
this.Controls.Add(this.BasePathBox);
|
|
|
|
|
this.Controls.Add(this.BrowseBase);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
this.Controls.Add(this.tabControl1);
|
2011-05-04 02:00:08 +00:00
|
|
|
|
this.Controls.Add(this.BaseDescription);
|
2011-05-01 18:17:04 +00:00
|
|
|
|
this.Controls.Add(this.OK);
|
|
|
|
|
this.Controls.Add(this.Cancel);
|
|
|
|
|
this.Name = "PathConfig";
|
|
|
|
|
this.ShowIcon = false;
|
|
|
|
|
this.Text = "Path Configuration";
|
|
|
|
|
this.Load += new System.EventHandler(this.PathConfig_Load);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
this.tabControl1.ResumeLayout(false);
|
|
|
|
|
this.tabPage1.ResumeLayout(false);
|
|
|
|
|
this.tabPage1.PerformLayout();
|
|
|
|
|
this.tabPage2.ResumeLayout(false);
|
|
|
|
|
this.tabPage2.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();
|
|
|
|
|
this.tabPage7.ResumeLayout(false);
|
|
|
|
|
this.tabPage7.PerformLayout();
|
2011-05-01 18:17:04 +00:00
|
|
|
|
this.ResumeLayout(false);
|
2011-05-01 18:58:19 +00:00
|
|
|
|
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-01 18:17:04 +00:00
|
|
|
|
}
|
|
|
|
|
}
|