add a link in the snes firmwares path config to a page with information about the firmwares.
This commit is contained in:
parent
4fa571d6e9
commit
07c4ce88ae
|
@ -70,6 +70,9 @@
|
|||
this.BrowseAVI = new System.Windows.Forms.Button();
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
this.NESFDSBiosDescription = new System.Windows.Forms.Label();
|
||||
this.NESBrowseFDSBios = new System.Windows.Forms.Button();
|
||||
this.NESFDSBiosBox = new System.Windows.Forms.TextBox();
|
||||
this.NESBaseBox = new System.Windows.Forms.TextBox();
|
||||
this.NESPaletteDescription = new System.Windows.Forms.Label();
|
||||
this.NESBrowsePalette = new System.Windows.Forms.Button();
|
||||
|
@ -80,7 +83,6 @@
|
|||
this.NESBaseDescription = new System.Windows.Forms.Label();
|
||||
this.BrowseNESBase = new System.Windows.Forms.Button();
|
||||
this.tabPage12 = new System.Windows.Forms.TabPage();
|
||||
this.SNESFirmwaresDescription = new System.Windows.Forms.Label();
|
||||
this.SNESBrowseFirmwares = new System.Windows.Forms.Button();
|
||||
this.SNESFirmwaresBox = new System.Windows.Forms.TextBox();
|
||||
this.SNESBaseBox = new System.Windows.Forms.TextBox();
|
||||
|
@ -288,9 +290,7 @@
|
|||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.NESFDSBiosBox = new System.Windows.Forms.TextBox();
|
||||
this.NESBrowseFDSBios = new System.Windows.Forms.Button();
|
||||
this.NESFDSBiosDescription = new System.Windows.Forms.Label();
|
||||
this.SNESFirmwaresDescription = new System.Windows.Forms.LinkLabel();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage1.SuspendLayout();
|
||||
this.tabPage12.SuspendLayout();
|
||||
|
@ -331,8 +331,8 @@
|
|||
//
|
||||
// WatchBox
|
||||
//
|
||||
this.WatchBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.WatchBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.WatchBox.Location = new System.Drawing.Point(13, 111);
|
||||
this.WatchBox.Name = "WatchBox";
|
||||
this.WatchBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -361,8 +361,8 @@
|
|||
//
|
||||
// MoviesBox
|
||||
//
|
||||
this.MoviesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.MoviesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.MoviesBox.Location = new System.Drawing.Point(13, 21);
|
||||
this.MoviesBox.Name = "MoviesBox";
|
||||
this.MoviesBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -391,8 +391,8 @@
|
|||
//
|
||||
// LuaBox
|
||||
//
|
||||
this.LuaBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.LuaBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.LuaBox.Location = new System.Drawing.Point(13, 81);
|
||||
this.LuaBox.Name = "LuaBox";
|
||||
this.LuaBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -421,8 +421,8 @@
|
|||
//
|
||||
// NESScreenshotsBox
|
||||
//
|
||||
this.NESScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
||||
this.NESScreenshotsBox.Name = "NESScreenshotsBox";
|
||||
this.NESScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -451,8 +451,8 @@
|
|||
//
|
||||
// NESROMsBox
|
||||
//
|
||||
this.NESROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESROMsBox.Location = new System.Drawing.Point(13, 59);
|
||||
this.NESROMsBox.Name = "NESROMsBox";
|
||||
this.NESROMsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -481,8 +481,8 @@
|
|||
//
|
||||
// NESSaveRAMBox
|
||||
//
|
||||
this.NESSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
||||
this.NESSaveRAMBox.Name = "NESSaveRAMBox";
|
||||
this.NESSaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -511,8 +511,8 @@
|
|||
//
|
||||
// NESSavestatesBox
|
||||
//
|
||||
this.NESSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
||||
this.NESSavestatesBox.Name = "NESSavestatesBox";
|
||||
this.NESSavestatesBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -541,8 +541,8 @@
|
|||
//
|
||||
// Sega8ScreenshotsBox
|
||||
//
|
||||
this.Sega8ScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Sega8ScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Sega8ScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
||||
this.Sega8ScreenshotsBox.Name = "Sega8ScreenshotsBox";
|
||||
this.Sega8ScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -571,8 +571,8 @@
|
|||
//
|
||||
// Sega8ROMsBox
|
||||
//
|
||||
this.Sega8ROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Sega8ROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Sega8ROMsBox.Location = new System.Drawing.Point(13, 59);
|
||||
this.Sega8ROMsBox.Name = "Sega8ROMsBox";
|
||||
this.Sega8ROMsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -601,8 +601,8 @@
|
|||
//
|
||||
// Sega8SaveRAMBox
|
||||
//
|
||||
this.Sega8SaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Sega8SaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Sega8SaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
||||
this.Sega8SaveRAMBox.Name = "Sega8SaveRAMBox";
|
||||
this.Sega8SaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -631,8 +631,8 @@
|
|||
//
|
||||
// Sega8SavestatesBox
|
||||
//
|
||||
this.Sega8SavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Sega8SavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Sega8SavestatesBox.Location = new System.Drawing.Point(13, 89);
|
||||
this.Sega8SavestatesBox.Name = "Sega8SavestatesBox";
|
||||
this.Sega8SavestatesBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -662,8 +662,8 @@
|
|||
// AVIBox
|
||||
//
|
||||
this.AVIBox.AcceptsReturn = true;
|
||||
this.AVIBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.AVIBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.AVIBox.Location = new System.Drawing.Point(13, 141);
|
||||
this.AVIBox.Name = "AVIBox";
|
||||
this.AVIBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -692,9 +692,9 @@
|
|||
//
|
||||
// tabControl1
|
||||
//
|
||||
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)));
|
||||
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)));
|
||||
this.tabControl1.Controls.Add(this.tabPage1);
|
||||
this.tabControl1.Controls.Add(this.tabPage12);
|
||||
this.tabControl1.Controls.Add(this.tabPage2);
|
||||
|
@ -749,10 +749,40 @@
|
|||
this.tabPage1.Text = "NES";
|
||||
this.tabPage1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// NESFDSBiosDescription
|
||||
//
|
||||
this.NESFDSBiosDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESFDSBiosDescription.AutoSize = true;
|
||||
this.NESFDSBiosDescription.Location = new System.Drawing.Point(474, 243);
|
||||
this.NESFDSBiosDescription.Name = "NESFDSBiosDescription";
|
||||
this.NESFDSBiosDescription.Size = new System.Drawing.Size(51, 13);
|
||||
this.NESFDSBiosDescription.TabIndex = 29;
|
||||
this.NESFDSBiosDescription.Text = "FDS Bios";
|
||||
//
|
||||
// NESBrowseFDSBios
|
||||
//
|
||||
this.NESBrowseFDSBios.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESBrowseFDSBios.Image = global::BizHawk.MultiClient.Properties.Resources.OpenFile;
|
||||
this.NESBrowseFDSBios.Location = new System.Drawing.Point(442, 239);
|
||||
this.NESBrowseFDSBios.Name = "NESBrowseFDSBios";
|
||||
this.NESBrowseFDSBios.Size = new System.Drawing.Size(26, 23);
|
||||
this.NESBrowseFDSBios.TabIndex = 28;
|
||||
this.NESBrowseFDSBios.UseVisualStyleBackColor = true;
|
||||
this.NESBrowseFDSBios.Click += new System.EventHandler(this.NESBrowseFDSBios_Click);
|
||||
//
|
||||
// NESFDSBiosBox
|
||||
//
|
||||
this.NESFDSBiosBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESFDSBiosBox.Location = new System.Drawing.Point(13, 239);
|
||||
this.NESFDSBiosBox.Name = "NESFDSBiosBox";
|
||||
this.NESFDSBiosBox.Size = new System.Drawing.Size(421, 20);
|
||||
this.NESFDSBiosBox.TabIndex = 27;
|
||||
//
|
||||
// NESBaseBox
|
||||
//
|
||||
this.NESBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESBaseBox.Location = new System.Drawing.Point(13, 21);
|
||||
this.NESBaseBox.Name = "NESBaseBox";
|
||||
this.NESBaseBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -782,8 +812,8 @@
|
|||
// NESPaletteBox
|
||||
//
|
||||
this.NESPaletteBox.AcceptsTab = true;
|
||||
this.NESPaletteBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESPaletteBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESPaletteBox.Location = new System.Drawing.Point(13, 209);
|
||||
this.NESPaletteBox.Name = "NESPaletteBox";
|
||||
this.NESPaletteBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -813,8 +843,8 @@
|
|||
// NESCheatsBox
|
||||
//
|
||||
this.NESCheatsBox.AcceptsTab = true;
|
||||
this.NESCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESCheatsBox.Location = new System.Drawing.Point(13, 179);
|
||||
this.NESCheatsBox.Name = "NESCheatsBox";
|
||||
this.NESCheatsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -871,16 +901,6 @@
|
|||
this.tabPage12.Text = "SNES";
|
||||
this.tabPage12.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// SNESFirmwaresDescription
|
||||
//
|
||||
this.SNESFirmwaresDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SNESFirmwaresDescription.AutoSize = true;
|
||||
this.SNESFirmwaresDescription.Location = new System.Drawing.Point(474, 211);
|
||||
this.SNESFirmwaresDescription.Name = "SNESFirmwaresDescription";
|
||||
this.SNESFirmwaresDescription.Size = new System.Drawing.Size(54, 13);
|
||||
this.SNESFirmwaresDescription.TabIndex = 94;
|
||||
this.SNESFirmwaresDescription.Text = "Firmwares";
|
||||
//
|
||||
// SNESBrowseFirmwares
|
||||
//
|
||||
this.SNESBrowseFirmwares.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
|
@ -894,8 +914,8 @@
|
|||
//
|
||||
// SNESFirmwaresBox
|
||||
//
|
||||
this.SNESFirmwaresBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SNESFirmwaresBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SNESFirmwaresBox.Location = new System.Drawing.Point(13, 209);
|
||||
this.SNESFirmwaresBox.Name = "SNESFirmwaresBox";
|
||||
this.SNESFirmwaresBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -903,8 +923,8 @@
|
|||
//
|
||||
// SNESBaseBox
|
||||
//
|
||||
this.SNESBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SNESBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SNESBaseBox.Location = new System.Drawing.Point(13, 21);
|
||||
this.SNESBaseBox.Name = "SNESBaseBox";
|
||||
this.SNESBaseBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -934,8 +954,8 @@
|
|||
// SNESCheatsBox
|
||||
//
|
||||
this.SNESCheatsBox.AcceptsTab = true;
|
||||
this.SNESCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SNESCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SNESCheatsBox.Location = new System.Drawing.Point(13, 179);
|
||||
this.SNESCheatsBox.Name = "SNESCheatsBox";
|
||||
this.SNESCheatsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -964,8 +984,8 @@
|
|||
//
|
||||
// SNESROMsBox
|
||||
//
|
||||
this.SNESROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SNESROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SNESROMsBox.Location = new System.Drawing.Point(13, 59);
|
||||
this.SNESROMsBox.Name = "SNESROMsBox";
|
||||
this.SNESROMsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -973,8 +993,8 @@
|
|||
//
|
||||
// SNESScreenshotsBox
|
||||
//
|
||||
this.SNESScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SNESScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SNESScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
||||
this.SNESScreenshotsBox.Name = "SNESScreenshotsBox";
|
||||
this.SNESScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1024,8 +1044,8 @@
|
|||
//
|
||||
// SNESSavestatesBox
|
||||
//
|
||||
this.SNESSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SNESSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SNESSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
||||
this.SNESSavestatesBox.Name = "SNESSavestatesBox";
|
||||
this.SNESSavestatesBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1064,8 +1084,8 @@
|
|||
//
|
||||
// SNESSaveRAMBox
|
||||
//
|
||||
this.SNESSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SNESSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SNESSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
||||
this.SNESSaveRAMBox.Name = "SNESSaveRAMBox";
|
||||
this.SNESSaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1112,8 +1132,8 @@
|
|||
//
|
||||
// Sega8BaseBox
|
||||
//
|
||||
this.Sega8BaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Sega8BaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Sega8BaseBox.Location = new System.Drawing.Point(13, 21);
|
||||
this.Sega8BaseBox.Name = "Sega8BaseBox";
|
||||
this.Sega8BaseBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1142,8 +1162,8 @@
|
|||
//
|
||||
// Sega8CheatsBox
|
||||
//
|
||||
this.Sega8CheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Sega8CheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Sega8CheatsBox.Location = new System.Drawing.Point(13, 179);
|
||||
this.Sega8CheatsBox.Name = "Sega8CheatsBox";
|
||||
this.Sega8CheatsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1199,8 +1219,8 @@
|
|||
//
|
||||
// SGBaseBox
|
||||
//
|
||||
this.SGBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SGBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SGBaseBox.Location = new System.Drawing.Point(13, 21);
|
||||
this.SGBaseBox.Name = "SGBaseBox";
|
||||
this.SGBaseBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1230,8 +1250,8 @@
|
|||
// SGCheatsBox
|
||||
//
|
||||
this.SGCheatsBox.AcceptsTab = true;
|
||||
this.SGCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SGCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SGCheatsBox.Location = new System.Drawing.Point(13, 179);
|
||||
this.SGCheatsBox.Name = "SGCheatsBox";
|
||||
this.SGCheatsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1260,8 +1280,8 @@
|
|||
//
|
||||
// SGROMsBox
|
||||
//
|
||||
this.SGROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SGROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SGROMsBox.Location = new System.Drawing.Point(13, 59);
|
||||
this.SGROMsBox.Name = "SGROMsBox";
|
||||
this.SGROMsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1269,8 +1289,8 @@
|
|||
//
|
||||
// SGScreenshotsBox
|
||||
//
|
||||
this.SGScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SGScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SGScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
||||
this.SGScreenshotsBox.Name = "SGScreenshotsBox";
|
||||
this.SGScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1320,8 +1340,8 @@
|
|||
//
|
||||
// SGSavestatesBox
|
||||
//
|
||||
this.SGSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SGSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SGSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
||||
this.SGSavestatesBox.Name = "SGSavestatesBox";
|
||||
this.SGSavestatesBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1360,8 +1380,8 @@
|
|||
//
|
||||
// SGSaveRAMBox
|
||||
//
|
||||
this.SGSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SGSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.SGSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
||||
this.SGSaveRAMBox.Name = "SGSaveRAMBox";
|
||||
this.SGSaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1407,8 +1427,8 @@
|
|||
//
|
||||
// GGBaseBox
|
||||
//
|
||||
this.GGBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GGBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GGBaseBox.Location = new System.Drawing.Point(13, 21);
|
||||
this.GGBaseBox.Name = "GGBaseBox";
|
||||
this.GGBaseBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1437,8 +1457,8 @@
|
|||
//
|
||||
// GGCheatsBox
|
||||
//
|
||||
this.GGCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GGCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GGCheatsBox.Location = new System.Drawing.Point(13, 179);
|
||||
this.GGCheatsBox.Name = "GGCheatsBox";
|
||||
this.GGCheatsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1446,8 +1466,8 @@
|
|||
//
|
||||
// GGScreenshotsBox
|
||||
//
|
||||
this.GGScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GGScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GGScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
||||
this.GGScreenshotsBox.Name = "GGScreenshotsBox";
|
||||
this.GGScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1497,8 +1517,8 @@
|
|||
//
|
||||
// GGROMBox
|
||||
//
|
||||
this.GGROMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GGROMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GGROMBox.Location = new System.Drawing.Point(13, 59);
|
||||
this.GGROMBox.Name = "GGROMBox";
|
||||
this.GGROMBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1537,8 +1557,8 @@
|
|||
//
|
||||
// GGSavestatesBox
|
||||
//
|
||||
this.GGSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GGSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GGSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
||||
this.GGSavestatesBox.Name = "GGSavestatesBox";
|
||||
this.GGSavestatesBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1578,8 +1598,8 @@
|
|||
//
|
||||
// GGSaveRAMBox
|
||||
//
|
||||
this.GGSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GGSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GGSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
||||
this.GGSaveRAMBox.Name = "GGSaveRAMBox";
|
||||
this.GGSaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1614,8 +1634,8 @@
|
|||
//
|
||||
// GenesisBaseBox
|
||||
//
|
||||
this.GenesisBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GenesisBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GenesisBaseBox.Location = new System.Drawing.Point(13, 21);
|
||||
this.GenesisBaseBox.Name = "GenesisBaseBox";
|
||||
this.GenesisBaseBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1644,8 +1664,8 @@
|
|||
//
|
||||
// GenesisCheatsBox
|
||||
//
|
||||
this.GenesisCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GenesisCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GenesisCheatsBox.Location = new System.Drawing.Point(13, 179);
|
||||
this.GenesisCheatsBox.Name = "GenesisCheatsBox";
|
||||
this.GenesisCheatsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1653,8 +1673,8 @@
|
|||
//
|
||||
// GenesisScreenshotsBox
|
||||
//
|
||||
this.GenesisScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GenesisScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GenesisScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
||||
this.GenesisScreenshotsBox.Name = "GenesisScreenshotsBox";
|
||||
this.GenesisScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1704,8 +1724,8 @@
|
|||
//
|
||||
// GenesisSavestatesBox
|
||||
//
|
||||
this.GenesisSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GenesisSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GenesisSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
||||
this.GenesisSavestatesBox.Name = "GenesisSavestatesBox";
|
||||
this.GenesisSavestatesBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1723,8 +1743,8 @@
|
|||
//
|
||||
// GenesisSaveRAMBox
|
||||
//
|
||||
this.GenesisSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GenesisSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GenesisSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
||||
this.GenesisSaveRAMBox.Name = "GenesisSaveRAMBox";
|
||||
this.GenesisSaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1785,8 +1805,8 @@
|
|||
//
|
||||
// GenesisROMsBox
|
||||
//
|
||||
this.GenesisROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GenesisROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GenesisROMsBox.Location = new System.Drawing.Point(13, 59);
|
||||
this.GenesisROMsBox.Name = "GenesisROMsBox";
|
||||
this.GenesisROMsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1824,8 +1844,8 @@
|
|||
//
|
||||
// PCEBaseBox
|
||||
//
|
||||
this.PCEBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.PCEBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.PCEBaseBox.Location = new System.Drawing.Point(13, 21);
|
||||
this.PCEBaseBox.Name = "PCEBaseBox";
|
||||
this.PCEBaseBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1854,8 +1874,8 @@
|
|||
//
|
||||
// PCEBiosBox
|
||||
//
|
||||
this.PCEBiosBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.PCEBiosBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.PCEBiosBox.Location = new System.Drawing.Point(13, 209);
|
||||
this.PCEBiosBox.Name = "PCEBiosBox";
|
||||
this.PCEBiosBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1884,8 +1904,8 @@
|
|||
//
|
||||
// PCECheatsBox
|
||||
//
|
||||
this.PCECheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.PCECheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.PCECheatsBox.Location = new System.Drawing.Point(13, 179);
|
||||
this.PCECheatsBox.Name = "PCECheatsBox";
|
||||
this.PCECheatsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1894,8 +1914,8 @@
|
|||
// PCEScreenshotsBox
|
||||
//
|
||||
this.PCEScreenshotsBox.AcceptsReturn = true;
|
||||
this.PCEScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.PCEScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.PCEScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
||||
this.PCEScreenshotsBox.Name = "PCEScreenshotsBox";
|
||||
this.PCEScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1946,8 +1966,8 @@
|
|||
// PCEROMsBox
|
||||
//
|
||||
this.PCEROMsBox.AcceptsReturn = true;
|
||||
this.PCEROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.PCEROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.PCEROMsBox.Location = new System.Drawing.Point(13, 59);
|
||||
this.PCEROMsBox.Name = "PCEROMsBox";
|
||||
this.PCEROMsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -1987,8 +2007,8 @@
|
|||
// PCESavestatesBox
|
||||
//
|
||||
this.PCESavestatesBox.AcceptsTab = true;
|
||||
this.PCESavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.PCESavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.PCESavestatesBox.Location = new System.Drawing.Point(13, 89);
|
||||
this.PCESavestatesBox.Name = "PCESavestatesBox";
|
||||
this.PCESavestatesBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2028,8 +2048,8 @@
|
|||
//
|
||||
// PCESaveRAMBox
|
||||
//
|
||||
this.PCESaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.PCESaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.PCESaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
||||
this.PCESaveRAMBox.Name = "PCESaveRAMBox";
|
||||
this.PCESaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2067,8 +2087,8 @@
|
|||
//
|
||||
// GBBaseBox
|
||||
//
|
||||
this.GBBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GBBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GBBaseBox.Location = new System.Drawing.Point(13, 21);
|
||||
this.GBBaseBox.Name = "GBBaseBox";
|
||||
this.GBBaseBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2076,8 +2096,8 @@
|
|||
//
|
||||
// GBPalettesBox
|
||||
//
|
||||
this.GBPalettesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GBPalettesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GBPalettesBox.Location = new System.Drawing.Point(12, 209);
|
||||
this.GBPalettesBox.Name = "GBPalettesBox";
|
||||
this.GBPalettesBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2127,8 +2147,8 @@
|
|||
//
|
||||
// GBCheatsBox
|
||||
//
|
||||
this.GBCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GBCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GBCheatsBox.Location = new System.Drawing.Point(13, 179);
|
||||
this.GBCheatsBox.Name = "GBCheatsBox";
|
||||
this.GBCheatsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2136,8 +2156,8 @@
|
|||
//
|
||||
// GBScreenshotsBox
|
||||
//
|
||||
this.GBScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GBScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GBScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
||||
this.GBScreenshotsBox.Name = "GBScreenshotsBox";
|
||||
this.GBScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2187,8 +2207,8 @@
|
|||
//
|
||||
// GBROMsBox
|
||||
//
|
||||
this.GBROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GBROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GBROMsBox.Location = new System.Drawing.Point(13, 59);
|
||||
this.GBROMsBox.Name = "GBROMsBox";
|
||||
this.GBROMsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2227,8 +2247,8 @@
|
|||
//
|
||||
// GBSavestatesBox
|
||||
//
|
||||
this.GBSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GBSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GBSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
||||
this.GBSavestatesBox.Name = "GBSavestatesBox";
|
||||
this.GBSavestatesBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2268,8 +2288,8 @@
|
|||
//
|
||||
// GBSaveRAMBox
|
||||
//
|
||||
this.GBSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GBSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.GBSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
||||
this.GBSaveRAMBox.Name = "GBSaveRAMBox";
|
||||
this.GBSaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2304,8 +2324,8 @@
|
|||
//
|
||||
// TI83BaseBox
|
||||
//
|
||||
this.TI83BaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.TI83BaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.TI83BaseBox.Location = new System.Drawing.Point(13, 21);
|
||||
this.TI83BaseBox.Name = "TI83BaseBox";
|
||||
this.TI83BaseBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2334,8 +2354,8 @@
|
|||
//
|
||||
// TI83CheatsBox
|
||||
//
|
||||
this.TI83CheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.TI83CheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.TI83CheatsBox.Location = new System.Drawing.Point(13, 179);
|
||||
this.TI83CheatsBox.Name = "TI83CheatsBox";
|
||||
this.TI83CheatsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2343,8 +2363,8 @@
|
|||
//
|
||||
// TI83ScreenshotsBox
|
||||
//
|
||||
this.TI83ScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.TI83ScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.TI83ScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
||||
this.TI83ScreenshotsBox.Name = "TI83ScreenshotsBox";
|
||||
this.TI83ScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2395,8 +2415,8 @@
|
|||
// TI83ROMsBox
|
||||
//
|
||||
this.TI83ROMsBox.AcceptsTab = true;
|
||||
this.TI83ROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.TI83ROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.TI83ROMsBox.Location = new System.Drawing.Point(13, 59);
|
||||
this.TI83ROMsBox.Name = "TI83ROMsBox";
|
||||
this.TI83ROMsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2435,8 +2455,8 @@
|
|||
//
|
||||
// TI83SavestatesBox
|
||||
//
|
||||
this.TI83SavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.TI83SavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.TI83SavestatesBox.Location = new System.Drawing.Point(13, 89);
|
||||
this.TI83SavestatesBox.Name = "TI83SavestatesBox";
|
||||
this.TI83SavestatesBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2477,8 +2497,8 @@
|
|||
// TI83SaveRAMBox
|
||||
//
|
||||
this.TI83SaveRAMBox.AcceptsTab = true;
|
||||
this.TI83SaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.TI83SaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.TI83SaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
||||
this.TI83SaveRAMBox.Name = "TI83SaveRAMBox";
|
||||
this.TI83SaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2513,8 +2533,8 @@
|
|||
//
|
||||
// AtariBaseBox
|
||||
//
|
||||
this.AtariBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.AtariBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.AtariBaseBox.Location = new System.Drawing.Point(13, 21);
|
||||
this.AtariBaseBox.Name = "AtariBaseBox";
|
||||
this.AtariBaseBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2544,8 +2564,8 @@
|
|||
// AtariCheatsBox
|
||||
//
|
||||
this.AtariCheatsBox.AcceptsTab = true;
|
||||
this.AtariCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.AtariCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.AtariCheatsBox.Location = new System.Drawing.Point(13, 179);
|
||||
this.AtariCheatsBox.Name = "AtariCheatsBox";
|
||||
this.AtariCheatsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2574,8 +2594,8 @@
|
|||
//
|
||||
// AtariROMsBox
|
||||
//
|
||||
this.AtariROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.AtariROMsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.AtariROMsBox.Location = new System.Drawing.Point(13, 59);
|
||||
this.AtariROMsBox.Name = "AtariROMsBox";
|
||||
this.AtariROMsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2583,8 +2603,8 @@
|
|||
//
|
||||
// AtariScreenshotsBox
|
||||
//
|
||||
this.AtariScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.AtariScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.AtariScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
||||
this.AtariScreenshotsBox.Name = "AtariScreenshotsBox";
|
||||
this.AtariScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2634,8 +2654,8 @@
|
|||
//
|
||||
// AtariSavestatesBox
|
||||
//
|
||||
this.AtariSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.AtariSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.AtariSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
||||
this.AtariSavestatesBox.Name = "AtariSavestatesBox";
|
||||
this.AtariSavestatesBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2674,8 +2694,8 @@
|
|||
//
|
||||
// AtariSaveRAMBox
|
||||
//
|
||||
this.AtariSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.AtariSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.AtariSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
||||
this.AtariSaveRAMBox.Name = "AtariSaveRAMBox";
|
||||
this.AtariSaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2728,8 +2748,8 @@
|
|||
//
|
||||
// INTVBaseBox
|
||||
//
|
||||
this.INTVBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.INTVBaseBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.INTVBaseBox.Location = new System.Drawing.Point(13, 21);
|
||||
this.INTVBaseBox.Name = "INTVBaseBox";
|
||||
this.INTVBaseBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2758,8 +2778,8 @@
|
|||
//
|
||||
// INTVGROMBox
|
||||
//
|
||||
this.INTVGROMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.INTVGROMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.INTVGROMBox.Location = new System.Drawing.Point(13, 239);
|
||||
this.INTVGROMBox.Name = "INTVGROMBox";
|
||||
this.INTVGROMBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2788,8 +2808,8 @@
|
|||
//
|
||||
// INTVEROMBox
|
||||
//
|
||||
this.INTVEROMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.INTVEROMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.INTVEROMBox.Location = new System.Drawing.Point(13, 209);
|
||||
this.INTVEROMBox.Name = "INTVEROMBox";
|
||||
this.INTVEROMBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2818,8 +2838,8 @@
|
|||
//
|
||||
// INTVCheatsBox
|
||||
//
|
||||
this.INTVCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.INTVCheatsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.INTVCheatsBox.Location = new System.Drawing.Point(13, 179);
|
||||
this.INTVCheatsBox.Name = "INTVCheatsBox";
|
||||
this.INTVCheatsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2828,8 +2848,8 @@
|
|||
// INTVScreenshotsBox
|
||||
//
|
||||
this.INTVScreenshotsBox.AcceptsReturn = true;
|
||||
this.INTVScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.INTVScreenshotsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.INTVScreenshotsBox.Location = new System.Drawing.Point(13, 149);
|
||||
this.INTVScreenshotsBox.Name = "INTVScreenshotsBox";
|
||||
this.INTVScreenshotsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2880,8 +2900,8 @@
|
|||
// INTVRomsBox
|
||||
//
|
||||
this.INTVRomsBox.AcceptsReturn = true;
|
||||
this.INTVRomsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.INTVRomsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.INTVRomsBox.Location = new System.Drawing.Point(13, 59);
|
||||
this.INTVRomsBox.Name = "INTVRomsBox";
|
||||
this.INTVRomsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2921,8 +2941,8 @@
|
|||
// INTVSavestatesBox
|
||||
//
|
||||
this.INTVSavestatesBox.AcceptsTab = true;
|
||||
this.INTVSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.INTVSavestatesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.INTVSavestatesBox.Location = new System.Drawing.Point(13, 89);
|
||||
this.INTVSavestatesBox.Name = "INTVSavestatesBox";
|
||||
this.INTVSavestatesBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -2962,8 +2982,8 @@
|
|||
//
|
||||
// INTVSaveRAMBox
|
||||
//
|
||||
this.INTVSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.INTVSaveRAMBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.INTVSaveRAMBox.Location = new System.Drawing.Point(13, 119);
|
||||
this.INTVSaveRAMBox.Name = "INTVSaveRAMBox";
|
||||
this.INTVSaveRAMBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -3020,8 +3040,8 @@
|
|||
// LogBox
|
||||
//
|
||||
this.LogBox.AcceptsReturn = true;
|
||||
this.LogBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.LogBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.LogBox.Location = new System.Drawing.Point(13, 171);
|
||||
this.LogBox.Name = "LogBox";
|
||||
this.LogBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -3029,8 +3049,8 @@
|
|||
//
|
||||
// MovieBackupsBox
|
||||
//
|
||||
this.MovieBackupsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.MovieBackupsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.MovieBackupsBox.Location = new System.Drawing.Point(13, 51);
|
||||
this.MovieBackupsBox.Name = "MovieBackupsBox";
|
||||
this.MovieBackupsBox.Size = new System.Drawing.Size(421, 20);
|
||||
|
@ -3059,8 +3079,8 @@
|
|||
//
|
||||
// BasePathBox
|
||||
//
|
||||
this.BasePathBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.BasePathBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.BasePathBox.Location = new System.Drawing.Point(29, 27);
|
||||
this.BasePathBox.Name = "BasePathBox";
|
||||
this.BasePathBox.Size = new System.Drawing.Size(456, 20);
|
||||
|
@ -3129,35 +3149,16 @@
|
|||
this.label1.TabIndex = 204;
|
||||
this.label1.Text = "Special Commands";
|
||||
//
|
||||
// NESFDSBiosBox
|
||||
// SNESFirmwaresDescription
|
||||
//
|
||||
this.NESFDSBiosBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESFDSBiosBox.Location = new System.Drawing.Point(13, 239);
|
||||
this.NESFDSBiosBox.Name = "NESFDSBiosBox";
|
||||
this.NESFDSBiosBox.Size = new System.Drawing.Size(421, 20);
|
||||
this.NESFDSBiosBox.TabIndex = 27;
|
||||
//
|
||||
// NESBrowseFDSBios
|
||||
//
|
||||
this.NESBrowseFDSBios.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESBrowseFDSBios.Image = global::BizHawk.MultiClient.Properties.Resources.OpenFile;
|
||||
this.NESBrowseFDSBios.Location = new System.Drawing.Point(442, 239);
|
||||
this.NESBrowseFDSBios.Name = "NESBrowseFDSBios";
|
||||
this.NESBrowseFDSBios.Size = new System.Drawing.Size(26, 23);
|
||||
this.NESBrowseFDSBios.TabIndex = 28;
|
||||
this.NESBrowseFDSBios.UseVisualStyleBackColor = true;
|
||||
this.NESBrowseFDSBios.Click += new System.EventHandler(this.NESBrowseFDSBios_Click);
|
||||
//
|
||||
// NESFDSBiosDescription
|
||||
//
|
||||
this.NESFDSBiosDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.NESFDSBiosDescription.AutoSize = true;
|
||||
this.NESFDSBiosDescription.Location = new System.Drawing.Point(474, 243);
|
||||
this.NESFDSBiosDescription.Name = "NESFDSBiosDescription";
|
||||
this.NESFDSBiosDescription.Size = new System.Drawing.Size(51, 13);
|
||||
this.NESFDSBiosDescription.TabIndex = 29;
|
||||
this.NESFDSBiosDescription.Text = "FDS Bios";
|
||||
this.SNESFirmwaresDescription.AutoSize = true;
|
||||
this.SNESFirmwaresDescription.Location = new System.Drawing.Point(474, 216);
|
||||
this.SNESFirmwaresDescription.Name = "SNESFirmwaresDescription";
|
||||
this.SNESFirmwaresDescription.Size = new System.Drawing.Size(54, 13);
|
||||
this.SNESFirmwaresDescription.TabIndex = 95;
|
||||
this.SNESFirmwaresDescription.TabStop = true;
|
||||
this.SNESFirmwaresDescription.Text = "Firmwares";
|
||||
this.SNESFirmwaresDescription.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SNESFirmwaresDescription_LinkClicked);
|
||||
//
|
||||
// PathConfig
|
||||
//
|
||||
|
@ -3461,7 +3462,6 @@
|
|||
private System.Windows.Forms.Label SNESROMsDescription;
|
||||
private System.Windows.Forms.TextBox SNESSaveRAMBox;
|
||||
private System.Windows.Forms.Button BrowseSNESROMs;
|
||||
private System.Windows.Forms.Label SNESFirmwaresDescription;
|
||||
private System.Windows.Forms.Button SNESBrowseFirmwares;
|
||||
private System.Windows.Forms.TextBox SNESFirmwaresBox;
|
||||
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
||||
|
@ -3474,5 +3474,6 @@
|
|||
private System.Windows.Forms.Label NESFDSBiosDescription;
|
||||
private System.Windows.Forms.Button NESBrowseFDSBios;
|
||||
private System.Windows.Forms.TextBox NESFDSBiosBox;
|
||||
private System.Windows.Forms.LinkLabel SNESFirmwaresDescription;
|
||||
}
|
||||
}
|
|
@ -798,5 +798,10 @@ namespace BizHawk.MultiClient
|
|||
{
|
||||
BrowseFolder(NESFDSBiosBox, NESFDSBiosDescription.Text);
|
||||
}
|
||||
|
||||
private void SNESFirmwaresDescription_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
System.Diagnostics.Process.Start("http://tasvideos.org/Bizhawk/SnesFirmwares.html");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue