mirror of
https://github.com/R-YaTian/TinkeDSi.git
synced 2025-06-18 16:45:43 -04:00
994 lines
51 KiB
C#
994 lines
51 KiB
C#
// ----------------------------------------------------------------------
|
|
// <copyright file="EditRomInfo.Designer.cs" company="none">
|
|
|
|
// Copyright (C) 2012
|
|
//
|
|
// This program is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
//
|
|
// </copyright>
|
|
|
|
// <author>pleoNeX</author>
|
|
// <email>benito356@gmail.com</email>
|
|
// <date>28/04/2012 14:25:02</date>
|
|
// -----------------------------------------------------------------------
|
|
namespace Tinke
|
|
{
|
|
partial class EditRomInfo
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditRomInfo));
|
|
this.groupHeader = new System.Windows.Forms.GroupBox();
|
|
this.btnImportiheader = new System.Windows.Forms.Button();
|
|
this.lblEncryptionSeed = new System.Windows.Forms.Label();
|
|
this.numericEncryptionSeed = new System.Windows.Forms.NumericUpDown();
|
|
this.lblDebugRamAddress = new System.Windows.Forms.Label();
|
|
this.numericDebugRamAddress = new System.Windows.Forms.NumericUpDown();
|
|
this.lblDebugSize = new System.Windows.Forms.Label();
|
|
this.numericDebugSize = new System.Windows.Forms.NumericUpDown();
|
|
this.lblDebugRomOffset = new System.Windows.Forms.Label();
|
|
this.numericDebugRomOffset = new System.Windows.Forms.NumericUpDown();
|
|
this.lblArm7Autoload = new System.Windows.Forms.Label();
|
|
this.numericArm7Autoload = new System.Windows.Forms.NumericUpDown();
|
|
this.lblArm9Autoload = new System.Windows.Forms.Label();
|
|
this.numericArm9Autoload = new System.Windows.Forms.NumericUpDown();
|
|
this.txtReserved2 = new System.Windows.Forms.TextBox();
|
|
this.lblReserved2 = new System.Windows.Forms.Label();
|
|
this.lblReserved3 = new System.Windows.Forms.Label();
|
|
this.numericReserved3 = new System.Windows.Forms.NumericUpDown();
|
|
this.lblSecureDisable = new System.Windows.Forms.Label();
|
|
this.numericSecureDisable = new System.Windows.Forms.NumericUpDown();
|
|
this.lblRomTimeout = new System.Windows.Forms.Label();
|
|
this.numericRomTimeout = new System.Windows.Forms.NumericUpDown();
|
|
this.btnShowMakerCode = new System.Windows.Forms.Button();
|
|
this.lblFlagsInit = new System.Windows.Forms.Label();
|
|
this.numericFlagsInit = new System.Windows.Forms.NumericUpDown();
|
|
this.lblFlagsRead = new System.Windows.Forms.Label();
|
|
this.numericFlagsRead = new System.Windows.Forms.NumericUpDown();
|
|
this.lblArm7Ram = new System.Windows.Forms.Label();
|
|
this.numericArm7Ram = new System.Windows.Forms.NumericUpDown();
|
|
this.lblArm7Entry = new System.Windows.Forms.Label();
|
|
this.numericArm7Entry = new System.Windows.Forms.NumericUpDown();
|
|
this.lblArm9Ram = new System.Windows.Forms.Label();
|
|
this.numericArm9Ram = new System.Windows.Forms.NumericUpDown();
|
|
this.lblArm9Entry = new System.Windows.Forms.Label();
|
|
this.numericArm9Entry = new System.Windows.Forms.NumericUpDown();
|
|
this.lblInternalFlag = new System.Windows.Forms.Label();
|
|
this.numericInternalFlag = new System.Windows.Forms.NumericUpDown();
|
|
this.numericROMVer = new System.Windows.Forms.NumericUpDown();
|
|
this.lblROMVer = new System.Windows.Forms.Label();
|
|
this.txtReserved = new System.Windows.Forms.TextBox();
|
|
this.lblReserved = new System.Windows.Forms.Label();
|
|
this.lblUnitCode = new System.Windows.Forms.Label();
|
|
this.numericUnitCode = new System.Windows.Forms.NumericUpDown();
|
|
this.lblMakerCode = new System.Windows.Forms.Label();
|
|
this.txtMakerCode = new System.Windows.Forms.TextBox();
|
|
this.lblGameCode = new System.Windows.Forms.Label();
|
|
this.txtGameCode = new System.Windows.Forms.TextBox();
|
|
this.txtGameTitle = new System.Windows.Forms.TextBox();
|
|
this.lblGameTitle = new System.Windows.Forms.Label();
|
|
this.groupBanner = new System.Windows.Forms.GroupBox();
|
|
this.numericBanVer = new System.Windows.Forms.NumericUpDown();
|
|
this.txtBanReserved = new System.Windows.Forms.TextBox();
|
|
this.txtTitles = new System.Windows.Forms.TextBox();
|
|
this.lblBanReserved = new System.Windows.Forms.Label();
|
|
this.lblBanTitles = new System.Windows.Forms.Label();
|
|
this.comboBanTitles = new System.Windows.Forms.ComboBox();
|
|
this.lblBanVer = new System.Windows.Forms.Label();
|
|
this.btnImage = new System.Windows.Forms.Button();
|
|
this.txtImage = new System.Windows.Forms.TextBox();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnImportAdata = new System.Windows.Forms.Button();
|
|
this.groupHeader.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericEncryptionSeed)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericDebugRamAddress)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericDebugSize)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericDebugRomOffset)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericArm7Autoload)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericArm9Autoload)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericReserved3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericSecureDisable)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericRomTimeout)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericFlagsInit)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericFlagsRead)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericArm7Ram)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericArm7Entry)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericArm9Ram)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericArm9Entry)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericInternalFlag)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericROMVer)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUnitCode)).BeginInit();
|
|
this.groupBanner.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericBanVer)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupHeader
|
|
//
|
|
this.groupHeader.Controls.Add(this.btnImportiheader);
|
|
this.groupHeader.Controls.Add(this.lblEncryptionSeed);
|
|
this.groupHeader.Controls.Add(this.numericEncryptionSeed);
|
|
this.groupHeader.Controls.Add(this.lblDebugRamAddress);
|
|
this.groupHeader.Controls.Add(this.numericDebugRamAddress);
|
|
this.groupHeader.Controls.Add(this.lblDebugSize);
|
|
this.groupHeader.Controls.Add(this.numericDebugSize);
|
|
this.groupHeader.Controls.Add(this.lblDebugRomOffset);
|
|
this.groupHeader.Controls.Add(this.numericDebugRomOffset);
|
|
this.groupHeader.Controls.Add(this.lblArm7Autoload);
|
|
this.groupHeader.Controls.Add(this.numericArm7Autoload);
|
|
this.groupHeader.Controls.Add(this.lblArm9Autoload);
|
|
this.groupHeader.Controls.Add(this.numericArm9Autoload);
|
|
this.groupHeader.Controls.Add(this.txtReserved2);
|
|
this.groupHeader.Controls.Add(this.lblReserved2);
|
|
this.groupHeader.Controls.Add(this.lblReserved3);
|
|
this.groupHeader.Controls.Add(this.numericReserved3);
|
|
this.groupHeader.Controls.Add(this.lblSecureDisable);
|
|
this.groupHeader.Controls.Add(this.numericSecureDisable);
|
|
this.groupHeader.Controls.Add(this.lblRomTimeout);
|
|
this.groupHeader.Controls.Add(this.numericRomTimeout);
|
|
this.groupHeader.Controls.Add(this.btnShowMakerCode);
|
|
this.groupHeader.Controls.Add(this.lblFlagsInit);
|
|
this.groupHeader.Controls.Add(this.numericFlagsInit);
|
|
this.groupHeader.Controls.Add(this.lblFlagsRead);
|
|
this.groupHeader.Controls.Add(this.numericFlagsRead);
|
|
this.groupHeader.Controls.Add(this.lblArm7Ram);
|
|
this.groupHeader.Controls.Add(this.numericArm7Ram);
|
|
this.groupHeader.Controls.Add(this.lblArm7Entry);
|
|
this.groupHeader.Controls.Add(this.numericArm7Entry);
|
|
this.groupHeader.Controls.Add(this.lblArm9Ram);
|
|
this.groupHeader.Controls.Add(this.numericArm9Ram);
|
|
this.groupHeader.Controls.Add(this.lblArm9Entry);
|
|
this.groupHeader.Controls.Add(this.numericArm9Entry);
|
|
this.groupHeader.Controls.Add(this.lblInternalFlag);
|
|
this.groupHeader.Controls.Add(this.numericInternalFlag);
|
|
this.groupHeader.Controls.Add(this.numericROMVer);
|
|
this.groupHeader.Controls.Add(this.lblROMVer);
|
|
this.groupHeader.Controls.Add(this.txtReserved);
|
|
this.groupHeader.Controls.Add(this.lblReserved);
|
|
this.groupHeader.Controls.Add(this.lblUnitCode);
|
|
this.groupHeader.Controls.Add(this.numericUnitCode);
|
|
this.groupHeader.Controls.Add(this.lblMakerCode);
|
|
this.groupHeader.Controls.Add(this.txtMakerCode);
|
|
this.groupHeader.Controls.Add(this.lblGameCode);
|
|
this.groupHeader.Controls.Add(this.txtGameCode);
|
|
this.groupHeader.Controls.Add(this.txtGameTitle);
|
|
this.groupHeader.Controls.Add(this.lblGameTitle);
|
|
this.groupHeader.Location = new System.Drawing.Point(1, 12);
|
|
this.groupHeader.Name = "groupHeader";
|
|
this.groupHeader.Size = new System.Drawing.Size(603, 448);
|
|
this.groupHeader.TabIndex = 2;
|
|
this.groupHeader.TabStop = false;
|
|
this.groupHeader.Text = "S03";
|
|
//
|
|
// btnImportiheader
|
|
//
|
|
this.btnImportiheader.Enabled = false;
|
|
this.btnImportiheader.Location = new System.Drawing.Point(361, 366);
|
|
this.btnImportiheader.Name = "btnImportiheader";
|
|
this.btnImportiheader.Size = new System.Drawing.Size(169, 34);
|
|
this.btnImportiheader.TabIndex = 47;
|
|
this.btnImportiheader.Text = "S2E";
|
|
this.btnImportiheader.UseVisualStyleBackColor = true;
|
|
this.btnImportiheader.Click += new System.EventHandler(this.btnImportiheader_Click);
|
|
//
|
|
// lblEncryptionSeed
|
|
//
|
|
this.lblEncryptionSeed.AutoSize = true;
|
|
this.lblEncryptionSeed.Location = new System.Drawing.Point(295, 342);
|
|
this.lblEncryptionSeed.Name = "lblEncryptionSeed";
|
|
this.lblEncryptionSeed.Size = new System.Drawing.Size(23, 12);
|
|
this.lblEncryptionSeed.TabIndex = 46;
|
|
this.lblEncryptionSeed.Text = "S27";
|
|
//
|
|
// numericEncryptionSeed
|
|
//
|
|
this.numericEncryptionSeed.Hexadecimal = true;
|
|
this.numericEncryptionSeed.Location = new System.Drawing.Point(497, 340);
|
|
this.numericEncryptionSeed.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericEncryptionSeed.Name = "numericEncryptionSeed";
|
|
this.numericEncryptionSeed.Size = new System.Drawing.Size(100, 21);
|
|
this.numericEncryptionSeed.TabIndex = 45;
|
|
this.numericEncryptionSeed.ValueChanged += new System.EventHandler(this.numericEncryptionSeed_ValueChanged);
|
|
//
|
|
// lblDebugRamAddress
|
|
//
|
|
this.lblDebugRamAddress.AutoSize = true;
|
|
this.lblDebugRamAddress.Location = new System.Drawing.Point(295, 317);
|
|
this.lblDebugRamAddress.Name = "lblDebugRamAddress";
|
|
this.lblDebugRamAddress.Size = new System.Drawing.Size(23, 12);
|
|
this.lblDebugRamAddress.TabIndex = 44;
|
|
this.lblDebugRamAddress.Text = "S25";
|
|
//
|
|
// numericDebugRamAddress
|
|
//
|
|
this.numericDebugRamAddress.Hexadecimal = true;
|
|
this.numericDebugRamAddress.Location = new System.Drawing.Point(497, 314);
|
|
this.numericDebugRamAddress.Maximum = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericDebugRamAddress.Name = "numericDebugRamAddress";
|
|
this.numericDebugRamAddress.Size = new System.Drawing.Size(100, 21);
|
|
this.numericDebugRamAddress.TabIndex = 43;
|
|
this.numericDebugRamAddress.ValueChanged += new System.EventHandler(this.numericDebugRamAddress_ValueChanged);
|
|
//
|
|
// lblDebugSize
|
|
//
|
|
this.lblDebugSize.AutoSize = true;
|
|
this.lblDebugSize.Location = new System.Drawing.Point(295, 291);
|
|
this.lblDebugSize.Name = "lblDebugSize";
|
|
this.lblDebugSize.Size = new System.Drawing.Size(23, 12);
|
|
this.lblDebugSize.TabIndex = 42;
|
|
this.lblDebugSize.Text = "S24";
|
|
//
|
|
// numericDebugSize
|
|
//
|
|
this.numericDebugSize.Hexadecimal = true;
|
|
this.numericDebugSize.Location = new System.Drawing.Point(497, 288);
|
|
this.numericDebugSize.Maximum = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericDebugSize.Name = "numericDebugSize";
|
|
this.numericDebugSize.Size = new System.Drawing.Size(100, 21);
|
|
this.numericDebugSize.TabIndex = 41;
|
|
this.numericDebugSize.ValueChanged += new System.EventHandler(this.numericDebugSize_ValueChanged);
|
|
//
|
|
// lblDebugRomOffset
|
|
//
|
|
this.lblDebugRomOffset.AutoSize = true;
|
|
this.lblDebugRomOffset.Location = new System.Drawing.Point(295, 265);
|
|
this.lblDebugRomOffset.Name = "lblDebugRomOffset";
|
|
this.lblDebugRomOffset.Size = new System.Drawing.Size(23, 12);
|
|
this.lblDebugRomOffset.TabIndex = 40;
|
|
this.lblDebugRomOffset.Text = "S23";
|
|
//
|
|
// numericDebugRomOffset
|
|
//
|
|
this.numericDebugRomOffset.Hexadecimal = true;
|
|
this.numericDebugRomOffset.Location = new System.Drawing.Point(497, 262);
|
|
this.numericDebugRomOffset.Maximum = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericDebugRomOffset.Name = "numericDebugRomOffset";
|
|
this.numericDebugRomOffset.Size = new System.Drawing.Size(100, 21);
|
|
this.numericDebugRomOffset.TabIndex = 39;
|
|
this.numericDebugRomOffset.ValueChanged += new System.EventHandler(this.numericDebugRomOffset_ValueChanged);
|
|
//
|
|
// lblArm7Autoload
|
|
//
|
|
this.lblArm7Autoload.AutoSize = true;
|
|
this.lblArm7Autoload.Location = new System.Drawing.Point(297, 112);
|
|
this.lblArm7Autoload.Name = "lblArm7Autoload";
|
|
this.lblArm7Autoload.Size = new System.Drawing.Size(23, 12);
|
|
this.lblArm7Autoload.TabIndex = 38;
|
|
this.lblArm7Autoload.Text = "S22";
|
|
//
|
|
// numericArm7Autoload
|
|
//
|
|
this.numericArm7Autoload.Hexadecimal = true;
|
|
this.numericArm7Autoload.Location = new System.Drawing.Point(497, 109);
|
|
this.numericArm7Autoload.Maximum = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericArm7Autoload.Name = "numericArm7Autoload";
|
|
this.numericArm7Autoload.Size = new System.Drawing.Size(100, 21);
|
|
this.numericArm7Autoload.TabIndex = 37;
|
|
this.numericArm7Autoload.ValueChanged += new System.EventHandler(this.numericArm7Autoload_ValueChanged);
|
|
//
|
|
// lblArm9Autoload
|
|
//
|
|
this.lblArm9Autoload.AutoSize = true;
|
|
this.lblArm9Autoload.Location = new System.Drawing.Point(297, 86);
|
|
this.lblArm9Autoload.Name = "lblArm9Autoload";
|
|
this.lblArm9Autoload.Size = new System.Drawing.Size(23, 12);
|
|
this.lblArm9Autoload.TabIndex = 36;
|
|
this.lblArm9Autoload.Text = "S21";
|
|
//
|
|
// numericArm9Autoload
|
|
//
|
|
this.numericArm9Autoload.Hexadecimal = true;
|
|
this.numericArm9Autoload.Location = new System.Drawing.Point(497, 84);
|
|
this.numericArm9Autoload.Maximum = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericArm9Autoload.Name = "numericArm9Autoload";
|
|
this.numericArm9Autoload.Size = new System.Drawing.Size(100, 21);
|
|
this.numericArm9Autoload.TabIndex = 35;
|
|
this.numericArm9Autoload.ValueChanged += new System.EventHandler(this.numericArm9Autoload_ValueChanged);
|
|
//
|
|
// txtReserved2
|
|
//
|
|
this.txtReserved2.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
this.txtReserved2.Location = new System.Drawing.Point(299, 160);
|
|
this.txtReserved2.MaxLength = 112;
|
|
this.txtReserved2.Multiline = true;
|
|
this.txtReserved2.Name = "txtReserved2";
|
|
this.txtReserved2.Size = new System.Drawing.Size(299, 62);
|
|
this.txtReserved2.TabIndex = 34;
|
|
this.txtReserved2.Leave += new System.EventHandler(this.txtReserved2_Leave);
|
|
//
|
|
// lblReserved2
|
|
//
|
|
this.lblReserved2.AutoSize = true;
|
|
this.lblReserved2.Location = new System.Drawing.Point(296, 140);
|
|
this.lblReserved2.Name = "lblReserved2";
|
|
this.lblReserved2.Size = new System.Drawing.Size(23, 12);
|
|
this.lblReserved2.TabIndex = 33;
|
|
this.lblReserved2.Text = "S20";
|
|
//
|
|
// lblReserved3
|
|
//
|
|
this.lblReserved3.AutoSize = true;
|
|
this.lblReserved3.Location = new System.Drawing.Point(296, 237);
|
|
this.lblReserved3.Name = "lblReserved3";
|
|
this.lblReserved3.Size = new System.Drawing.Size(23, 12);
|
|
this.lblReserved3.TabIndex = 32;
|
|
this.lblReserved3.Text = "S1F";
|
|
//
|
|
// numericReserved3
|
|
//
|
|
this.numericReserved3.Hexadecimal = true;
|
|
this.numericReserved3.Location = new System.Drawing.Point(497, 234);
|
|
this.numericReserved3.Maximum = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericReserved3.Name = "numericReserved3";
|
|
this.numericReserved3.Size = new System.Drawing.Size(100, 21);
|
|
this.numericReserved3.TabIndex = 31;
|
|
this.numericReserved3.ValueChanged += new System.EventHandler(this.numericReserved3_ValueChanged);
|
|
//
|
|
// lblSecureDisable
|
|
//
|
|
this.lblSecureDisable.AutoSize = true;
|
|
this.lblSecureDisable.Location = new System.Drawing.Point(296, 60);
|
|
this.lblSecureDisable.Name = "lblSecureDisable";
|
|
this.lblSecureDisable.Size = new System.Drawing.Size(23, 12);
|
|
this.lblSecureDisable.TabIndex = 30;
|
|
this.lblSecureDisable.Text = "S1E";
|
|
//
|
|
// numericSecureDisable
|
|
//
|
|
this.numericSecureDisable.Hexadecimal = true;
|
|
this.numericSecureDisable.Location = new System.Drawing.Point(497, 58);
|
|
this.numericSecureDisable.Maximum = new decimal(new int[] {
|
|
-1,
|
|
2147483647,
|
|
0,
|
|
0});
|
|
this.numericSecureDisable.Name = "numericSecureDisable";
|
|
this.numericSecureDisable.Size = new System.Drawing.Size(100, 21);
|
|
this.numericSecureDisable.TabIndex = 29;
|
|
this.numericSecureDisable.ValueChanged += new System.EventHandler(this.numericSecureDisable_ValueChanged);
|
|
//
|
|
// lblRomTimeout
|
|
//
|
|
this.lblRomTimeout.AutoSize = true;
|
|
this.lblRomTimeout.Location = new System.Drawing.Point(296, 34);
|
|
this.lblRomTimeout.Name = "lblRomTimeout";
|
|
this.lblRomTimeout.Size = new System.Drawing.Size(23, 12);
|
|
this.lblRomTimeout.TabIndex = 28;
|
|
this.lblRomTimeout.Text = "S1D";
|
|
//
|
|
// numericRomTimeout
|
|
//
|
|
this.numericRomTimeout.Hexadecimal = true;
|
|
this.numericRomTimeout.Location = new System.Drawing.Point(497, 31);
|
|
this.numericRomTimeout.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericRomTimeout.Name = "numericRomTimeout";
|
|
this.numericRomTimeout.Size = new System.Drawing.Size(100, 21);
|
|
this.numericRomTimeout.TabIndex = 27;
|
|
this.numericRomTimeout.ValueChanged += new System.EventHandler(this.numericRomTimeout_ValueChanged);
|
|
//
|
|
// btnShowMakerCode
|
|
//
|
|
this.btnShowMakerCode.Location = new System.Drawing.Point(361, 406);
|
|
this.btnShowMakerCode.Name = "btnShowMakerCode";
|
|
this.btnShowMakerCode.Size = new System.Drawing.Size(169, 34);
|
|
this.btnShowMakerCode.TabIndex = 26;
|
|
this.btnShowMakerCode.Text = "S1C";
|
|
this.btnShowMakerCode.UseVisualStyleBackColor = true;
|
|
this.btnShowMakerCode.Click += new System.EventHandler(this.btnShowMakerCode_Click);
|
|
//
|
|
// lblFlagsInit
|
|
//
|
|
this.lblFlagsInit.Location = new System.Drawing.Point(6, 392);
|
|
this.lblFlagsInit.Name = "lblFlagsInit";
|
|
this.lblFlagsInit.Size = new System.Drawing.Size(150, 24);
|
|
this.lblFlagsInit.TabIndex = 25;
|
|
this.lblFlagsInit.Text = "S1B";
|
|
//
|
|
// numericFlagsInit
|
|
//
|
|
this.numericFlagsInit.Hexadecimal = true;
|
|
this.numericFlagsInit.Location = new System.Drawing.Point(190, 392);
|
|
this.numericFlagsInit.Maximum = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericFlagsInit.Name = "numericFlagsInit";
|
|
this.numericFlagsInit.Size = new System.Drawing.Size(100, 21);
|
|
this.numericFlagsInit.TabIndex = 24;
|
|
this.numericFlagsInit.ValueChanged += new System.EventHandler(this.numericFlagsInit_ValueChanged);
|
|
//
|
|
// lblFlagsRead
|
|
//
|
|
this.lblFlagsRead.Location = new System.Drawing.Point(6, 366);
|
|
this.lblFlagsRead.Name = "lblFlagsRead";
|
|
this.lblFlagsRead.Size = new System.Drawing.Size(150, 24);
|
|
this.lblFlagsRead.TabIndex = 23;
|
|
this.lblFlagsRead.Text = "S1A";
|
|
//
|
|
// numericFlagsRead
|
|
//
|
|
this.numericFlagsRead.Hexadecimal = true;
|
|
this.numericFlagsRead.Location = new System.Drawing.Point(190, 366);
|
|
this.numericFlagsRead.Maximum = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericFlagsRead.Name = "numericFlagsRead";
|
|
this.numericFlagsRead.Size = new System.Drawing.Size(100, 21);
|
|
this.numericFlagsRead.TabIndex = 22;
|
|
this.numericFlagsRead.ValueChanged += new System.EventHandler(this.numericFlagsRead_ValueChanged);
|
|
//
|
|
// lblArm7Ram
|
|
//
|
|
this.lblArm7Ram.AutoSize = true;
|
|
this.lblArm7Ram.Location = new System.Drawing.Point(6, 340);
|
|
this.lblArm7Ram.Name = "lblArm7Ram";
|
|
this.lblArm7Ram.Size = new System.Drawing.Size(23, 12);
|
|
this.lblArm7Ram.TabIndex = 21;
|
|
this.lblArm7Ram.Text = "S19";
|
|
//
|
|
// numericArm7Ram
|
|
//
|
|
this.numericArm7Ram.Hexadecimal = true;
|
|
this.numericArm7Ram.Location = new System.Drawing.Point(190, 340);
|
|
this.numericArm7Ram.Maximum = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericArm7Ram.Name = "numericArm7Ram";
|
|
this.numericArm7Ram.Size = new System.Drawing.Size(100, 21);
|
|
this.numericArm7Ram.TabIndex = 20;
|
|
this.numericArm7Ram.ValueChanged += new System.EventHandler(this.numericArm7Ram_ValueChanged);
|
|
//
|
|
// lblArm7Entry
|
|
//
|
|
this.lblArm7Entry.AutoSize = true;
|
|
this.lblArm7Entry.Location = new System.Drawing.Point(6, 314);
|
|
this.lblArm7Entry.Name = "lblArm7Entry";
|
|
this.lblArm7Entry.Size = new System.Drawing.Size(23, 12);
|
|
this.lblArm7Entry.TabIndex = 19;
|
|
this.lblArm7Entry.Text = "S18";
|
|
//
|
|
// numericArm7Entry
|
|
//
|
|
this.numericArm7Entry.Hexadecimal = true;
|
|
this.numericArm7Entry.Location = new System.Drawing.Point(190, 314);
|
|
this.numericArm7Entry.Maximum = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericArm7Entry.Name = "numericArm7Entry";
|
|
this.numericArm7Entry.Size = new System.Drawing.Size(100, 21);
|
|
this.numericArm7Entry.TabIndex = 18;
|
|
this.numericArm7Entry.ValueChanged += new System.EventHandler(this.numericArm7Entry_ValueChanged);
|
|
//
|
|
// lblArm9Ram
|
|
//
|
|
this.lblArm9Ram.AutoSize = true;
|
|
this.lblArm9Ram.Location = new System.Drawing.Point(6, 288);
|
|
this.lblArm9Ram.Name = "lblArm9Ram";
|
|
this.lblArm9Ram.Size = new System.Drawing.Size(23, 12);
|
|
this.lblArm9Ram.TabIndex = 17;
|
|
this.lblArm9Ram.Text = "S17";
|
|
//
|
|
// numericArm9Ram
|
|
//
|
|
this.numericArm9Ram.Hexadecimal = true;
|
|
this.numericArm9Ram.Location = new System.Drawing.Point(190, 288);
|
|
this.numericArm9Ram.Maximum = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericArm9Ram.Name = "numericArm9Ram";
|
|
this.numericArm9Ram.Size = new System.Drawing.Size(100, 21);
|
|
this.numericArm9Ram.TabIndex = 16;
|
|
this.numericArm9Ram.ValueChanged += new System.EventHandler(this.numericArm9Ram_ValueChanged);
|
|
//
|
|
// lblArm9Entry
|
|
//
|
|
this.lblArm9Entry.AutoSize = true;
|
|
this.lblArm9Entry.Location = new System.Drawing.Point(6, 262);
|
|
this.lblArm9Entry.Name = "lblArm9Entry";
|
|
this.lblArm9Entry.Size = new System.Drawing.Size(23, 12);
|
|
this.lblArm9Entry.TabIndex = 15;
|
|
this.lblArm9Entry.Text = "S16";
|
|
//
|
|
// numericArm9Entry
|
|
//
|
|
this.numericArm9Entry.Hexadecimal = true;
|
|
this.numericArm9Entry.Location = new System.Drawing.Point(190, 262);
|
|
this.numericArm9Entry.Maximum = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericArm9Entry.Name = "numericArm9Entry";
|
|
this.numericArm9Entry.Size = new System.Drawing.Size(100, 21);
|
|
this.numericArm9Entry.TabIndex = 14;
|
|
this.numericArm9Entry.ValueChanged += new System.EventHandler(this.numericArm9Entry_ValueChanged);
|
|
//
|
|
// lblInternalFlag
|
|
//
|
|
this.lblInternalFlag.AutoSize = true;
|
|
this.lblInternalFlag.Location = new System.Drawing.Point(6, 236);
|
|
this.lblInternalFlag.Name = "lblInternalFlag";
|
|
this.lblInternalFlag.Size = new System.Drawing.Size(23, 12);
|
|
this.lblInternalFlag.TabIndex = 13;
|
|
this.lblInternalFlag.Text = "S15";
|
|
//
|
|
// numericInternalFlag
|
|
//
|
|
this.numericInternalFlag.Hexadecimal = true;
|
|
this.numericInternalFlag.Location = new System.Drawing.Point(190, 236);
|
|
this.numericInternalFlag.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericInternalFlag.Name = "numericInternalFlag";
|
|
this.numericInternalFlag.Size = new System.Drawing.Size(100, 21);
|
|
this.numericInternalFlag.TabIndex = 12;
|
|
this.numericInternalFlag.ValueChanged += new System.EventHandler(this.numericInternalFlag_ValueChanged);
|
|
//
|
|
// numericROMVer
|
|
//
|
|
this.numericROMVer.Hexadecimal = true;
|
|
this.numericROMVer.Location = new System.Drawing.Point(190, 209);
|
|
this.numericROMVer.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericROMVer.Name = "numericROMVer";
|
|
this.numericROMVer.Size = new System.Drawing.Size(100, 21);
|
|
this.numericROMVer.TabIndex = 11;
|
|
this.numericROMVer.ValueChanged += new System.EventHandler(this.numericROMVer_ValueChanged);
|
|
//
|
|
// lblROMVer
|
|
//
|
|
this.lblROMVer.AutoSize = true;
|
|
this.lblROMVer.Location = new System.Drawing.Point(6, 209);
|
|
this.lblROMVer.Name = "lblROMVer";
|
|
this.lblROMVer.Size = new System.Drawing.Size(23, 12);
|
|
this.lblROMVer.TabIndex = 10;
|
|
this.lblROMVer.Text = "S14";
|
|
//
|
|
// txtReserved
|
|
//
|
|
this.txtReserved.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
this.txtReserved.Location = new System.Drawing.Point(11, 159);
|
|
this.txtReserved.MaxLength = 18;
|
|
this.txtReserved.Multiline = true;
|
|
this.txtReserved.Name = "txtReserved";
|
|
this.txtReserved.Size = new System.Drawing.Size(279, 37);
|
|
this.txtReserved.TabIndex = 9;
|
|
this.txtReserved.Leave += new System.EventHandler(this.txtReserved_Leave);
|
|
//
|
|
// lblReserved
|
|
//
|
|
this.lblReserved.AutoSize = true;
|
|
this.lblReserved.Location = new System.Drawing.Point(6, 139);
|
|
this.lblReserved.Name = "lblReserved";
|
|
this.lblReserved.Size = new System.Drawing.Size(23, 12);
|
|
this.lblReserved.TabIndex = 8;
|
|
this.lblReserved.Text = "S13";
|
|
//
|
|
// lblUnitCode
|
|
//
|
|
this.lblUnitCode.AutoSize = true;
|
|
this.lblUnitCode.Location = new System.Drawing.Point(6, 111);
|
|
this.lblUnitCode.Name = "lblUnitCode";
|
|
this.lblUnitCode.Size = new System.Drawing.Size(23, 12);
|
|
this.lblUnitCode.TabIndex = 7;
|
|
this.lblUnitCode.Text = "S12";
|
|
//
|
|
// numericUnitCode
|
|
//
|
|
this.numericUnitCode.Hexadecimal = true;
|
|
this.numericUnitCode.Location = new System.Drawing.Point(190, 111);
|
|
this.numericUnitCode.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUnitCode.Name = "numericUnitCode";
|
|
this.numericUnitCode.Size = new System.Drawing.Size(100, 21);
|
|
this.numericUnitCode.TabIndex = 6;
|
|
this.numericUnitCode.ValueChanged += new System.EventHandler(this.numericUnitCode_ValueChanged);
|
|
//
|
|
// lblMakerCode
|
|
//
|
|
this.lblMakerCode.AutoSize = true;
|
|
this.lblMakerCode.Location = new System.Drawing.Point(6, 86);
|
|
this.lblMakerCode.Name = "lblMakerCode";
|
|
this.lblMakerCode.Size = new System.Drawing.Size(23, 12);
|
|
this.lblMakerCode.TabIndex = 5;
|
|
this.lblMakerCode.Text = "S11";
|
|
//
|
|
// txtMakerCode
|
|
//
|
|
this.txtMakerCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
this.txtMakerCode.Location = new System.Drawing.Point(190, 85);
|
|
this.txtMakerCode.MaxLength = 2;
|
|
this.txtMakerCode.Name = "txtMakerCode";
|
|
this.txtMakerCode.Size = new System.Drawing.Size(100, 21);
|
|
this.txtMakerCode.TabIndex = 4;
|
|
this.txtMakerCode.TextChanged += new System.EventHandler(this.txtMakerCode_TextChanged);
|
|
//
|
|
// lblGameCode
|
|
//
|
|
this.lblGameCode.AutoSize = true;
|
|
this.lblGameCode.Location = new System.Drawing.Point(6, 60);
|
|
this.lblGameCode.Name = "lblGameCode";
|
|
this.lblGameCode.Size = new System.Drawing.Size(23, 12);
|
|
this.lblGameCode.TabIndex = 3;
|
|
this.lblGameCode.Text = "S10";
|
|
//
|
|
// txtGameCode
|
|
//
|
|
this.txtGameCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
this.txtGameCode.Location = new System.Drawing.Point(190, 59);
|
|
this.txtGameCode.MaxLength = 4;
|
|
this.txtGameCode.Name = "txtGameCode";
|
|
this.txtGameCode.Size = new System.Drawing.Size(100, 21);
|
|
this.txtGameCode.TabIndex = 2;
|
|
this.txtGameCode.TextChanged += new System.EventHandler(this.txtGameCode_TextChanged);
|
|
//
|
|
// txtGameTitle
|
|
//
|
|
this.txtGameTitle.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
this.txtGameTitle.Location = new System.Drawing.Point(190, 32);
|
|
this.txtGameTitle.MaxLength = 12;
|
|
this.txtGameTitle.Name = "txtGameTitle";
|
|
this.txtGameTitle.Size = new System.Drawing.Size(100, 21);
|
|
this.txtGameTitle.TabIndex = 1;
|
|
this.txtGameTitle.TextChanged += new System.EventHandler(this.txtGameTitle_TextChanged);
|
|
//
|
|
// lblGameTitle
|
|
//
|
|
this.lblGameTitle.AutoSize = true;
|
|
this.lblGameTitle.Location = new System.Drawing.Point(6, 33);
|
|
this.lblGameTitle.Name = "lblGameTitle";
|
|
this.lblGameTitle.Size = new System.Drawing.Size(23, 12);
|
|
this.lblGameTitle.TabIndex = 0;
|
|
this.lblGameTitle.Text = "S0F";
|
|
//
|
|
// groupBanner
|
|
//
|
|
this.groupBanner.Controls.Add(this.numericBanVer);
|
|
this.groupBanner.Controls.Add(this.txtBanReserved);
|
|
this.groupBanner.Controls.Add(this.txtTitles);
|
|
this.groupBanner.Controls.Add(this.lblBanReserved);
|
|
this.groupBanner.Controls.Add(this.lblBanTitles);
|
|
this.groupBanner.Controls.Add(this.comboBanTitles);
|
|
this.groupBanner.Controls.Add(this.lblBanVer);
|
|
this.groupBanner.Controls.Add(this.btnImage);
|
|
this.groupBanner.Controls.Add(this.txtImage);
|
|
this.groupBanner.Location = new System.Drawing.Point(610, 12);
|
|
this.groupBanner.Name = "groupBanner";
|
|
this.groupBanner.Size = new System.Drawing.Size(199, 372);
|
|
this.groupBanner.TabIndex = 3;
|
|
this.groupBanner.TabStop = false;
|
|
this.groupBanner.Text = "S04";
|
|
//
|
|
// numericBanVer
|
|
//
|
|
this.numericBanVer.Hexadecimal = true;
|
|
this.numericBanVer.Location = new System.Drawing.Point(96, 83);
|
|
this.numericBanVer.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericBanVer.Name = "numericBanVer";
|
|
this.numericBanVer.Size = new System.Drawing.Size(84, 21);
|
|
this.numericBanVer.TabIndex = 9;
|
|
//
|
|
// txtBanReserved
|
|
//
|
|
this.txtBanReserved.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
this.txtBanReserved.Location = new System.Drawing.Point(9, 318);
|
|
this.txtBanReserved.MaxLength = 83;
|
|
this.txtBanReserved.Multiline = true;
|
|
this.txtBanReserved.Name = "txtBanReserved";
|
|
this.txtBanReserved.Size = new System.Drawing.Size(171, 48);
|
|
this.txtBanReserved.TabIndex = 8;
|
|
this.txtBanReserved.Leave += new System.EventHandler(this.txtBanReserved_Leave);
|
|
//
|
|
// txtTitles
|
|
//
|
|
this.txtTitles.Location = new System.Drawing.Point(9, 159);
|
|
this.txtTitles.MaxLength = 128;
|
|
this.txtTitles.Multiline = true;
|
|
this.txtTitles.Name = "txtTitles";
|
|
this.txtTitles.Size = new System.Drawing.Size(171, 141);
|
|
this.txtTitles.TabIndex = 7;
|
|
this.txtTitles.TextChanged += new System.EventHandler(this.txtTitles_TextChanged);
|
|
//
|
|
// lblBanReserved
|
|
//
|
|
this.lblBanReserved.AutoSize = true;
|
|
this.lblBanReserved.Location = new System.Drawing.Point(7, 303);
|
|
this.lblBanReserved.Name = "lblBanReserved";
|
|
this.lblBanReserved.Size = new System.Drawing.Size(23, 12);
|
|
this.lblBanReserved.TabIndex = 6;
|
|
this.lblBanReserved.Text = "S0E";
|
|
//
|
|
// lblBanTitles
|
|
//
|
|
this.lblBanTitles.AutoSize = true;
|
|
this.lblBanTitles.Location = new System.Drawing.Point(6, 115);
|
|
this.lblBanTitles.Name = "lblBanTitles";
|
|
this.lblBanTitles.Size = new System.Drawing.Size(23, 12);
|
|
this.lblBanTitles.TabIndex = 5;
|
|
this.lblBanTitles.Text = "S07";
|
|
//
|
|
// comboBanTitles
|
|
//
|
|
this.comboBanTitles.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.comboBanTitles.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.comboBanTitles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBanTitles.FormattingEnabled = true;
|
|
this.comboBanTitles.Items.AddRange(new object[] {
|
|
"S08",
|
|
"S09",
|
|
"S0A",
|
|
"S0B",
|
|
"S0C",
|
|
"S0D"});
|
|
this.comboBanTitles.Location = new System.Drawing.Point(9, 131);
|
|
this.comboBanTitles.Name = "comboBanTitles";
|
|
this.comboBanTitles.Size = new System.Drawing.Size(171, 20);
|
|
this.comboBanTitles.TabIndex = 4;
|
|
this.comboBanTitles.SelectedIndexChanged += new System.EventHandler(this.comboBanTitles_SelectedIndexChanged);
|
|
//
|
|
// lblBanVer
|
|
//
|
|
this.lblBanVer.AutoSize = true;
|
|
this.lblBanVer.Location = new System.Drawing.Point(6, 85);
|
|
this.lblBanVer.Name = "lblBanVer";
|
|
this.lblBanVer.Size = new System.Drawing.Size(23, 12);
|
|
this.lblBanVer.TabIndex = 2;
|
|
this.lblBanVer.Text = "S06";
|
|
//
|
|
// btnImage
|
|
//
|
|
this.btnImage.Image = global::Tinke.Properties.Resources.picture_edit;
|
|
this.btnImage.Location = new System.Drawing.Point(96, 20);
|
|
this.btnImage.Name = "btnImage";
|
|
this.btnImage.Size = new System.Drawing.Size(84, 45);
|
|
this.btnImage.TabIndex = 1;
|
|
this.btnImage.Text = "S05";
|
|
this.btnImage.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btnImage.UseVisualStyleBackColor = true;
|
|
this.btnImage.Click += new System.EventHandler(this.btnImage_Click);
|
|
//
|
|
// txtImage
|
|
//
|
|
this.txtImage.Location = new System.Drawing.Point(6, 33);
|
|
this.txtImage.Name = "txtImage";
|
|
this.txtImage.ReadOnly = true;
|
|
this.txtImage.Size = new System.Drawing.Size(83, 21);
|
|
this.txtImage.TabIndex = 0;
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btnSave.Image = global::Tinke.Properties.Resources.accept;
|
|
this.btnSave.Location = new System.Drawing.Point(706, 430);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(90, 30);
|
|
this.btnSave.TabIndex = 0;
|
|
this.btnSave.Text = "S01";
|
|
this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Image = global::Tinke.Properties.Resources.cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(610, 430);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(90, 30);
|
|
this.btnCancel.TabIndex = 1;
|
|
this.btnCancel.Text = "S02";
|
|
this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnImportAdata
|
|
//
|
|
this.btnImportAdata.Enabled = false;
|
|
this.btnImportAdata.Image = global::Tinke.Properties.Resources.plugin_go;
|
|
this.btnImportAdata.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btnImportAdata.Location = new System.Drawing.Point(610, 394);
|
|
this.btnImportAdata.Name = "btnImportAdata";
|
|
this.btnImportAdata.Size = new System.Drawing.Size(187, 30);
|
|
this.btnImportAdata.TabIndex = 47;
|
|
this.btnImportAdata.Text = "S2D";
|
|
this.btnImportAdata.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btnImportAdata.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.btnImportAdata.UseVisualStyleBackColor = true;
|
|
this.btnImportAdata.Click += new System.EventHandler(this.btnImportAdata_Click);
|
|
//
|
|
// EditRomInfo
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
|
this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
this.ClientSize = new System.Drawing.Size(811, 472);
|
|
this.Controls.Add(this.btnImportAdata);
|
|
this.Controls.Add(this.groupBanner);
|
|
this.Controls.Add(this.groupHeader);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnSave);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "EditRomInfo";
|
|
this.Text = "S00";
|
|
this.groupHeader.ResumeLayout(false);
|
|
this.groupHeader.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericEncryptionSeed)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericDebugRamAddress)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericDebugSize)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericDebugRomOffset)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericArm7Autoload)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericArm9Autoload)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericReserved3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericSecureDisable)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericRomTimeout)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericFlagsInit)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericFlagsRead)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericArm7Ram)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericArm7Entry)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericArm9Ram)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericArm9Entry)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericInternalFlag)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericROMVer)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUnitCode)).EndInit();
|
|
this.groupBanner.ResumeLayout(false);
|
|
this.groupBanner.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericBanVer)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnSave;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.GroupBox groupHeader;
|
|
private System.Windows.Forms.GroupBox groupBanner;
|
|
private System.Windows.Forms.Button btnImage;
|
|
private System.Windows.Forms.TextBox txtImage;
|
|
private System.Windows.Forms.Label lblBanTitles;
|
|
private System.Windows.Forms.ComboBox comboBanTitles;
|
|
private System.Windows.Forms.Label lblBanVer;
|
|
private System.Windows.Forms.Label lblBanReserved;
|
|
private System.Windows.Forms.TextBox txtBanReserved;
|
|
private System.Windows.Forms.TextBox txtTitles;
|
|
private System.Windows.Forms.NumericUpDown numericBanVer;
|
|
private System.Windows.Forms.Label lblMakerCode;
|
|
private System.Windows.Forms.TextBox txtMakerCode;
|
|
private System.Windows.Forms.Label lblGameCode;
|
|
private System.Windows.Forms.TextBox txtGameCode;
|
|
private System.Windows.Forms.TextBox txtGameTitle;
|
|
private System.Windows.Forms.Label lblGameTitle;
|
|
private System.Windows.Forms.Label lblUnitCode;
|
|
private System.Windows.Forms.NumericUpDown numericUnitCode;
|
|
private System.Windows.Forms.TextBox txtReserved;
|
|
private System.Windows.Forms.Label lblReserved;
|
|
private System.Windows.Forms.Label lblInternalFlag;
|
|
private System.Windows.Forms.NumericUpDown numericInternalFlag;
|
|
private System.Windows.Forms.NumericUpDown numericROMVer;
|
|
private System.Windows.Forms.Label lblROMVer;
|
|
private System.Windows.Forms.Label lblArm9Entry;
|
|
private System.Windows.Forms.NumericUpDown numericArm9Entry;
|
|
private System.Windows.Forms.Label lblArm7Ram;
|
|
private System.Windows.Forms.NumericUpDown numericArm7Ram;
|
|
private System.Windows.Forms.Label lblArm7Entry;
|
|
private System.Windows.Forms.NumericUpDown numericArm7Entry;
|
|
private System.Windows.Forms.Label lblArm9Ram;
|
|
private System.Windows.Forms.NumericUpDown numericArm9Ram;
|
|
private System.Windows.Forms.Label lblFlagsInit;
|
|
private System.Windows.Forms.NumericUpDown numericFlagsInit;
|
|
private System.Windows.Forms.Label lblFlagsRead;
|
|
private System.Windows.Forms.NumericUpDown numericFlagsRead;
|
|
private System.Windows.Forms.Label lblSecureDisable;
|
|
private System.Windows.Forms.NumericUpDown numericSecureDisable;
|
|
private System.Windows.Forms.Label lblRomTimeout;
|
|
private System.Windows.Forms.NumericUpDown numericRomTimeout;
|
|
private System.Windows.Forms.Button btnShowMakerCode;
|
|
private System.Windows.Forms.Label lblReserved3;
|
|
private System.Windows.Forms.NumericUpDown numericReserved3;
|
|
private System.Windows.Forms.TextBox txtReserved2;
|
|
private System.Windows.Forms.Label lblReserved2;
|
|
private System.Windows.Forms.Label lblArm7Autoload;
|
|
private System.Windows.Forms.NumericUpDown numericArm7Autoload;
|
|
private System.Windows.Forms.Label lblArm9Autoload;
|
|
private System.Windows.Forms.NumericUpDown numericArm9Autoload;
|
|
private System.Windows.Forms.Label lblDebugSize;
|
|
private System.Windows.Forms.NumericUpDown numericDebugSize;
|
|
private System.Windows.Forms.Label lblDebugRomOffset;
|
|
private System.Windows.Forms.NumericUpDown numericDebugRomOffset;
|
|
private System.Windows.Forms.Label lblDebugRamAddress;
|
|
private System.Windows.Forms.NumericUpDown numericDebugRamAddress;
|
|
private System.Windows.Forms.Label lblEncryptionSeed;
|
|
private System.Windows.Forms.NumericUpDown numericEncryptionSeed;
|
|
private System.Windows.Forms.Button btnImportAdata;
|
|
private System.Windows.Forms.Button btnImportiheader;
|
|
}
|
|
} |