mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-10 06:01:05 -05:00
- Fixed NSBMD name problem [Building Editor] The import button now updates the name in real time - So does the buildings list box [Map editor] - Updated command database reader - Improved script reader (commands with relative jumps) - Added CMDTable repoint patch (not revised yet)
461 lines
26 KiB
C#
461 lines
26 KiB
C#
namespace DSPRE
|
|
{
|
|
partial class ROMToolboxDialog
|
|
{
|
|
/// <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(ROMToolboxDialog));
|
|
this.applyItemStandardizeButton = new System.Windows.Forms.Button();
|
|
this.arm9expansionTextLBL = new System.Windows.Forms.Label();
|
|
this.arm9expansionLBL = new System.Windows.Forms.Label();
|
|
this.applyARM9ExpansionButton = new System.Windows.Forms.Button();
|
|
this.BDHCamPatchTextLBL = new System.Windows.Forms.Label();
|
|
this.BDHCamPatchLBL = new System.Windows.Forms.Label();
|
|
this.BDHCamPatchButton = new System.Windows.Forms.Button();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.namesToSentenceCaseButton = new System.Windows.Forms.Button();
|
|
this.overlay1uncompressedLBL = new System.Windows.Forms.Label();
|
|
this.overlay1patchtextLBL = new System.Windows.Forms.Label();
|
|
this.overlay1uncomprButton = new System.Windows.Forms.Button();
|
|
this.BDHCamARM9requiredLBL = new System.Windows.Forms.Label();
|
|
this.arm9patchCB = new System.Windows.Forms.PictureBox();
|
|
this.overlay1CB = new System.Windows.Forms.PictureBox();
|
|
this.BDHCamCB = new System.Windows.Forms.PictureBox();
|
|
this.sentenceCaseCB = new System.Windows.Forms.PictureBox();
|
|
this.itemNumbersCB = new System.Windows.Forms.PictureBox();
|
|
this.standardizePatchLBL = new System.Windows.Forms.Label();
|
|
this.standardizePatchTextLBL = new System.Windows.Forms.Label();
|
|
this.expandedMatrixCB = new System.Windows.Forms.PictureBox();
|
|
this.matrixExpansionTextLBL = new System.Windows.Forms.Label();
|
|
this.matrixExpansionLBL = new System.Windows.Forms.Label();
|
|
this.expandMatrixButton = new System.Windows.Forms.Button();
|
|
this.repointScrcmdCB = new System.Windows.Forms.PictureBox();
|
|
this.repointScrcmdTextLBL = new System.Windows.Forms.Label();
|
|
this.repointScrcmdLBL = new System.Windows.Forms.Label();
|
|
this.repointScrcmdButton = new System.Windows.Forms.Button();
|
|
this.scrcmdARM9requiredLBL = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.arm9patchCB)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.overlay1CB)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BDHCamCB)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sentenceCaseCB)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.itemNumbersCB)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.expandedMatrixCB)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repointScrcmdCB)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// applyItemStandardizeButton
|
|
//
|
|
this.applyItemStandardizeButton.Location = new System.Drawing.Point(335, 366);
|
|
this.applyItemStandardizeButton.Name = "applyItemStandardizeButton";
|
|
this.applyItemStandardizeButton.Size = new System.Drawing.Size(100, 50);
|
|
this.applyItemStandardizeButton.TabIndex = 0;
|
|
this.applyItemStandardizeButton.Text = "Apply Patch";
|
|
this.applyItemStandardizeButton.UseVisualStyleBackColor = true;
|
|
this.applyItemStandardizeButton.Click += new System.EventHandler(this.ApplyItemStandardizeButton_Click);
|
|
//
|
|
// arm9expansionTextLBL
|
|
//
|
|
this.arm9expansionTextLBL.Location = new System.Drawing.Point(15, 34);
|
|
this.arm9expansionTextLBL.Name = "arm9expansionTextLBL";
|
|
this.arm9expansionTextLBL.Size = new System.Drawing.Size(288, 58);
|
|
this.arm9expansionTextLBL.TabIndex = 5;
|
|
this.arm9expansionTextLBL.Text = resources.GetString("arm9expansionTextLBL.Text");
|
|
this.arm9expansionTextLBL.UseMnemonic = false;
|
|
//
|
|
// arm9expansionLBL
|
|
//
|
|
this.arm9expansionLBL.AutoSize = true;
|
|
this.arm9expansionLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.arm9expansionLBL.Location = new System.Drawing.Point(15, 19);
|
|
this.arm9expansionLBL.Name = "arm9expansionLBL";
|
|
this.arm9expansionLBL.Size = new System.Drawing.Size(103, 13);
|
|
this.arm9expansionLBL.TabIndex = 4;
|
|
this.arm9expansionLBL.Text = "ARM9 Expansion";
|
|
//
|
|
// applyARM9ExpansionButton
|
|
//
|
|
this.applyARM9ExpansionButton.Location = new System.Drawing.Point(335, 29);
|
|
this.applyARM9ExpansionButton.Name = "applyARM9ExpansionButton";
|
|
this.applyARM9ExpansionButton.Size = new System.Drawing.Size(100, 50);
|
|
this.applyARM9ExpansionButton.TabIndex = 3;
|
|
this.applyARM9ExpansionButton.Text = "Expand ARM9";
|
|
this.applyARM9ExpansionButton.UseVisualStyleBackColor = true;
|
|
this.applyARM9ExpansionButton.Click += new System.EventHandler(this.ApplyARM9ExpansionButton_Click);
|
|
//
|
|
// BDHCamPatchTextLBL
|
|
//
|
|
this.BDHCamPatchTextLBL.Location = new System.Drawing.Point(15, 184);
|
|
this.BDHCamPatchTextLBL.Name = "BDHCamPatchTextLBL";
|
|
this.BDHCamPatchTextLBL.Size = new System.Drawing.Size(293, 67);
|
|
this.BDHCamPatchTextLBL.TabIndex = 8;
|
|
this.BDHCamPatchTextLBL.Text = "Adds Dynamic BDHC Cameras to current ROM.\r\nWith this patch, you have more control" +
|
|
" over \r\nthe game camera\'s rotation and position.\r\nYou will need Trifindo\'s PDSMS" +
|
|
"\r\nin order to make BDHCAM Files.\r\n";
|
|
this.BDHCamPatchTextLBL.UseMnemonic = false;
|
|
//
|
|
// BDHCamPatchLBL
|
|
//
|
|
this.BDHCamPatchLBL.AutoSize = true;
|
|
this.BDHCamPatchLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.BDHCamPatchLBL.Location = new System.Drawing.Point(14, 168);
|
|
this.BDHCamPatchLBL.Name = "BDHCamPatchLBL";
|
|
this.BDHCamPatchLBL.Size = new System.Drawing.Size(107, 13);
|
|
this.BDHCamPatchLBL.TabIndex = 7;
|
|
this.BDHCamPatchLBL.Text = "Dynamic Cameras";
|
|
//
|
|
// BDHCamPatchButton
|
|
//
|
|
this.BDHCamPatchButton.Location = new System.Drawing.Point(335, 183);
|
|
this.BDHCamPatchButton.Name = "BDHCamPatchButton";
|
|
this.BDHCamPatchButton.Size = new System.Drawing.Size(100, 50);
|
|
this.BDHCamPatchButton.TabIndex = 6;
|
|
this.BDHCamPatchButton.Text = "Apply Patch";
|
|
this.BDHCamPatchButton.UseVisualStyleBackColor = true;
|
|
this.BDHCamPatchButton.Click += new System.EventHandler(this.BDHCAMPatchButton_Click);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Location = new System.Drawing.Point(15, 283);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(293, 49);
|
|
this.label7.TabIndex = 11;
|
|
this.label7.Text = "BULBASAUR, IVYSAUR, VENUSAUR...\r\nbecome\r\nBulbasaur, Ivysaur, Venusaur...\r\n";
|
|
this.label7.UseMnemonic = false;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label8.Location = new System.Drawing.Point(15, 268);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(252, 13);
|
|
this.label8.TabIndex = 10;
|
|
this.label8.Text = "Convert Pokémon names to Sentence Case";
|
|
//
|
|
// namesToSentenceCaseButton
|
|
//
|
|
this.namesToSentenceCaseButton.Location = new System.Drawing.Point(335, 275);
|
|
this.namesToSentenceCaseButton.Name = "namesToSentenceCaseButton";
|
|
this.namesToSentenceCaseButton.Size = new System.Drawing.Size(100, 50);
|
|
this.namesToSentenceCaseButton.TabIndex = 9;
|
|
this.namesToSentenceCaseButton.Text = "Apply Patch";
|
|
this.namesToSentenceCaseButton.UseVisualStyleBackColor = true;
|
|
this.namesToSentenceCaseButton.Click += new System.EventHandler(this.SentenceCasePatchButton_Click);
|
|
//
|
|
// overlay1uncompressedLBL
|
|
//
|
|
this.overlay1uncompressedLBL.AutoSize = true;
|
|
this.overlay1uncompressedLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.overlay1uncompressedLBL.Location = new System.Drawing.Point(15, 105);
|
|
this.overlay1uncompressedLBL.Name = "overlay1uncompressedLBL";
|
|
this.overlay1uncompressedLBL.Size = new System.Drawing.Size(217, 13);
|
|
this.overlay1uncompressedLBL.TabIndex = 12;
|
|
this.overlay1uncompressedLBL.Text = "Configure Overlay1 as uncompressed";
|
|
//
|
|
// overlay1patchtextLBL
|
|
//
|
|
this.overlay1patchtextLBL.Location = new System.Drawing.Point(15, 120);
|
|
this.overlay1patchtextLBL.Name = "overlay1patchtextLBL";
|
|
this.overlay1patchtextLBL.Size = new System.Drawing.Size(293, 29);
|
|
this.overlay1patchtextLBL.TabIndex = 13;
|
|
this.overlay1patchtextLBL.Text = "Overlay1 won\'t have to be compressed again.\r\nThe operation is reversible.\r\n";
|
|
this.overlay1patchtextLBL.UseMnemonic = false;
|
|
//
|
|
// overlay1uncomprButton
|
|
//
|
|
this.overlay1uncomprButton.Location = new System.Drawing.Point(335, 102);
|
|
this.overlay1uncomprButton.Name = "overlay1uncomprButton";
|
|
this.overlay1uncomprButton.Size = new System.Drawing.Size(100, 50);
|
|
this.overlay1uncomprButton.TabIndex = 14;
|
|
this.overlay1uncomprButton.Text = "Apply Patch";
|
|
this.overlay1uncomprButton.UseVisualStyleBackColor = true;
|
|
this.overlay1uncomprButton.Click += new System.EventHandler(this.overlay1uncomprButton_Click);
|
|
//
|
|
// BDHCamARM9requiredLBL
|
|
//
|
|
this.BDHCamARM9requiredLBL.AutoSize = true;
|
|
this.BDHCamARM9requiredLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.BDHCamARM9requiredLBL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
|
|
this.BDHCamARM9requiredLBL.Location = new System.Drawing.Point(118, 168);
|
|
this.BDHCamARM9requiredLBL.Name = "BDHCamARM9requiredLBL";
|
|
this.BDHCamARM9requiredLBL.Size = new System.Drawing.Size(165, 13);
|
|
this.BDHCamARM9requiredLBL.TabIndex = 15;
|
|
this.BDHCamARM9requiredLBL.Text = "(Requires ARM9 Expansion)";
|
|
//
|
|
// arm9patchCB
|
|
//
|
|
this.arm9patchCB.Image = ((System.Drawing.Image)(resources.GetObject("arm9patchCB.Image")));
|
|
this.arm9patchCB.Location = new System.Drawing.Point(309, 45);
|
|
this.arm9patchCB.Name = "arm9patchCB";
|
|
this.arm9patchCB.Size = new System.Drawing.Size(20, 20);
|
|
this.arm9patchCB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.arm9patchCB.TabIndex = 16;
|
|
this.arm9patchCB.TabStop = false;
|
|
this.arm9patchCB.Visible = false;
|
|
//
|
|
// overlay1CB
|
|
//
|
|
this.overlay1CB.Image = global::DSPRE.Properties.Resources.checkmark;
|
|
this.overlay1CB.Location = new System.Drawing.Point(309, 117);
|
|
this.overlay1CB.Name = "overlay1CB";
|
|
this.overlay1CB.Size = new System.Drawing.Size(20, 20);
|
|
this.overlay1CB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.overlay1CB.TabIndex = 17;
|
|
this.overlay1CB.TabStop = false;
|
|
this.overlay1CB.Visible = false;
|
|
//
|
|
// BDHCamCB
|
|
//
|
|
this.BDHCamCB.Image = ((System.Drawing.Image)(resources.GetObject("BDHCamCB.Image")));
|
|
this.BDHCamCB.Location = new System.Drawing.Point(309, 199);
|
|
this.BDHCamCB.Name = "BDHCamCB";
|
|
this.BDHCamCB.Size = new System.Drawing.Size(20, 20);
|
|
this.BDHCamCB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.BDHCamCB.TabIndex = 18;
|
|
this.BDHCamCB.TabStop = false;
|
|
this.BDHCamCB.Visible = false;
|
|
//
|
|
// sentenceCaseCB
|
|
//
|
|
this.sentenceCaseCB.Image = ((System.Drawing.Image)(resources.GetObject("sentenceCaseCB.Image")));
|
|
this.sentenceCaseCB.Location = new System.Drawing.Point(309, 290);
|
|
this.sentenceCaseCB.Name = "sentenceCaseCB";
|
|
this.sentenceCaseCB.Size = new System.Drawing.Size(20, 20);
|
|
this.sentenceCaseCB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.sentenceCaseCB.TabIndex = 19;
|
|
this.sentenceCaseCB.TabStop = false;
|
|
this.sentenceCaseCB.Visible = false;
|
|
//
|
|
// itemNumbersCB
|
|
//
|
|
this.itemNumbersCB.Image = ((System.Drawing.Image)(resources.GetObject("itemNumbersCB.Image")));
|
|
this.itemNumbersCB.Location = new System.Drawing.Point(309, 379);
|
|
this.itemNumbersCB.Name = "itemNumbersCB";
|
|
this.itemNumbersCB.Size = new System.Drawing.Size(20, 20);
|
|
this.itemNumbersCB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.itemNumbersCB.TabIndex = 20;
|
|
this.itemNumbersCB.TabStop = false;
|
|
this.itemNumbersCB.Visible = false;
|
|
//
|
|
// standardizePatchLBL
|
|
//
|
|
this.standardizePatchLBL.AutoSize = true;
|
|
this.standardizePatchLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.standardizePatchLBL.Location = new System.Drawing.Point(15, 341);
|
|
this.standardizePatchLBL.Name = "standardizePatchLBL";
|
|
this.standardizePatchLBL.Size = new System.Drawing.Size(155, 13);
|
|
this.standardizePatchLBL.TabIndex = 1;
|
|
this.standardizePatchLBL.Text = "Standardize Item Numbers";
|
|
//
|
|
// standardizePatchTextLBL
|
|
//
|
|
this.standardizePatchTextLBL.Location = new System.Drawing.Point(15, 356);
|
|
this.standardizePatchTextLBL.Name = "standardizePatchTextLBL";
|
|
this.standardizePatchTextLBL.Size = new System.Drawing.Size(239, 78);
|
|
this.standardizePatchTextLBL.TabIndex = 2;
|
|
this.standardizePatchTextLBL.Text = resources.GetString("standardizePatchTextLBL.Text");
|
|
this.standardizePatchTextLBL.UseMnemonic = false;
|
|
//
|
|
// expandedMatrixCB
|
|
//
|
|
this.expandedMatrixCB.Image = ((System.Drawing.Image)(resources.GetObject("expandedMatrixCB.Image")));
|
|
this.expandedMatrixCB.Location = new System.Drawing.Point(309, 462);
|
|
this.expandedMatrixCB.Name = "expandedMatrixCB";
|
|
this.expandedMatrixCB.Size = new System.Drawing.Size(20, 20);
|
|
this.expandedMatrixCB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.expandedMatrixCB.TabIndex = 24;
|
|
this.expandedMatrixCB.TabStop = false;
|
|
this.expandedMatrixCB.Visible = false;
|
|
//
|
|
// matrixExpansionTextLBL
|
|
//
|
|
this.matrixExpansionTextLBL.Location = new System.Drawing.Point(15, 473);
|
|
this.matrixExpansionTextLBL.Name = "matrixExpansionTextLBL";
|
|
this.matrixExpansionTextLBL.Size = new System.Drawing.Size(239, 35);
|
|
this.matrixExpansionTextLBL.TabIndex = 23;
|
|
this.matrixExpansionTextLBL.Text = "Allows expansion of Matrix 0 up to twice its size.\r\n";
|
|
this.matrixExpansionTextLBL.UseMnemonic = false;
|
|
//
|
|
// matrixExpansionLBL
|
|
//
|
|
this.matrixExpansionLBL.AutoSize = true;
|
|
this.matrixExpansionLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.matrixExpansionLBL.Location = new System.Drawing.Point(15, 458);
|
|
this.matrixExpansionLBL.Name = "matrixExpansionLBL";
|
|
this.matrixExpansionLBL.Size = new System.Drawing.Size(98, 13);
|
|
this.matrixExpansionLBL.TabIndex = 22;
|
|
this.matrixExpansionLBL.Text = "Expand Matrix 0";
|
|
//
|
|
// expandMatrixButton
|
|
//
|
|
this.expandMatrixButton.Location = new System.Drawing.Point(335, 449);
|
|
this.expandMatrixButton.Name = "expandMatrixButton";
|
|
this.expandMatrixButton.Size = new System.Drawing.Size(100, 50);
|
|
this.expandMatrixButton.TabIndex = 21;
|
|
this.expandMatrixButton.Text = "Apply Patch";
|
|
this.expandMatrixButton.UseVisualStyleBackColor = true;
|
|
this.expandMatrixButton.Click += new System.EventHandler(this.expandMatrixButton_Click);
|
|
//
|
|
// repointScrcmdCB
|
|
//
|
|
this.repointScrcmdCB.Image = ((System.Drawing.Image)(resources.GetObject("repointScrcmdCB.Image")));
|
|
this.repointScrcmdCB.Location = new System.Drawing.Point(803, 49);
|
|
this.repointScrcmdCB.Name = "repointScrcmdCB";
|
|
this.repointScrcmdCB.Size = new System.Drawing.Size(20, 20);
|
|
this.repointScrcmdCB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.repointScrcmdCB.TabIndex = 28;
|
|
this.repointScrcmdCB.TabStop = false;
|
|
this.repointScrcmdCB.Visible = false;
|
|
//
|
|
// repointScrcmdTextLBL
|
|
//
|
|
this.repointScrcmdTextLBL.Location = new System.Drawing.Point(509, 48);
|
|
this.repointScrcmdTextLBL.Name = "repointScrcmdTextLBL";
|
|
this.repointScrcmdTextLBL.Size = new System.Drawing.Size(288, 37);
|
|
this.repointScrcmdTextLBL.TabIndex = 27;
|
|
this.repointScrcmdTextLBL.Text = "Moves the Script Commands Table to a new location in the Synthetic Overlay and re" +
|
|
"assigns the pointer accordingly.";
|
|
this.repointScrcmdTextLBL.UseMnemonic = false;
|
|
//
|
|
// repointScrcmdLBL
|
|
//
|
|
this.repointScrcmdLBL.AutoSize = true;
|
|
this.repointScrcmdLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.repointScrcmdLBL.Location = new System.Drawing.Point(509, 31);
|
|
this.repointScrcmdLBL.Name = "repointScrcmdLBL";
|
|
this.repointScrcmdLBL.Size = new System.Drawing.Size(157, 13);
|
|
this.repointScrcmdLBL.TabIndex = 26;
|
|
this.repointScrcmdLBL.Text = "Move ScrCommands Table";
|
|
//
|
|
// repointScrcmdButton
|
|
//
|
|
this.repointScrcmdButton.Location = new System.Drawing.Point(829, 33);
|
|
this.repointScrcmdButton.Name = "repointScrcmdButton";
|
|
this.repointScrcmdButton.Size = new System.Drawing.Size(100, 50);
|
|
this.repointScrcmdButton.TabIndex = 25;
|
|
this.repointScrcmdButton.Text = "Expand ARM9";
|
|
this.repointScrcmdButton.UseVisualStyleBackColor = true;
|
|
this.repointScrcmdButton.Click += new System.EventHandler(this.repointScrcmdButton_Click);
|
|
//
|
|
// scrcmdARM9requiredLBL
|
|
//
|
|
this.scrcmdARM9requiredLBL.AutoSize = true;
|
|
this.scrcmdARM9requiredLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.scrcmdARM9requiredLBL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
|
|
this.scrcmdARM9requiredLBL.Location = new System.Drawing.Point(663, 30);
|
|
this.scrcmdARM9requiredLBL.Name = "scrcmdARM9requiredLBL";
|
|
this.scrcmdARM9requiredLBL.Size = new System.Drawing.Size(165, 13);
|
|
this.scrcmdARM9requiredLBL.TabIndex = 29;
|
|
this.scrcmdARM9requiredLBL.Text = "(Requires ARM9 Expansion)";
|
|
//
|
|
// ROMToolboxDialog
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.ClientSize = new System.Drawing.Size(950, 513);
|
|
this.Controls.Add(this.scrcmdARM9requiredLBL);
|
|
this.Controls.Add(this.repointScrcmdCB);
|
|
this.Controls.Add(this.repointScrcmdTextLBL);
|
|
this.Controls.Add(this.repointScrcmdLBL);
|
|
this.Controls.Add(this.repointScrcmdButton);
|
|
this.Controls.Add(this.expandedMatrixCB);
|
|
this.Controls.Add(this.matrixExpansionTextLBL);
|
|
this.Controls.Add(this.matrixExpansionLBL);
|
|
this.Controls.Add(this.expandMatrixButton);
|
|
this.Controls.Add(this.itemNumbersCB);
|
|
this.Controls.Add(this.sentenceCaseCB);
|
|
this.Controls.Add(this.BDHCamCB);
|
|
this.Controls.Add(this.overlay1CB);
|
|
this.Controls.Add(this.arm9patchCB);
|
|
this.Controls.Add(this.BDHCamARM9requiredLBL);
|
|
this.Controls.Add(this.overlay1uncomprButton);
|
|
this.Controls.Add(this.overlay1patchtextLBL);
|
|
this.Controls.Add(this.overlay1uncompressedLBL);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.namesToSentenceCaseButton);
|
|
this.Controls.Add(this.BDHCamPatchTextLBL);
|
|
this.Controls.Add(this.BDHCamPatchLBL);
|
|
this.Controls.Add(this.BDHCamPatchButton);
|
|
this.Controls.Add(this.arm9expansionTextLBL);
|
|
this.Controls.Add(this.arm9expansionLBL);
|
|
this.Controls.Add(this.applyARM9ExpansionButton);
|
|
this.Controls.Add(this.standardizePatchTextLBL);
|
|
this.Controls.Add(this.standardizePatchLBL);
|
|
this.Controls.Add(this.applyItemStandardizeButton);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "ROMToolboxDialog";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "ROM Toolbox";
|
|
((System.ComponentModel.ISupportInitialize)(this.arm9patchCB)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.overlay1CB)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BDHCamCB)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sentenceCaseCB)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.itemNumbersCB)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.expandedMatrixCB)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repointScrcmdCB)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button applyItemStandardizeButton;
|
|
private System.Windows.Forms.Label arm9expansionTextLBL;
|
|
private System.Windows.Forms.Label arm9expansionLBL;
|
|
private System.Windows.Forms.Button applyARM9ExpansionButton;
|
|
private System.Windows.Forms.Label BDHCamPatchTextLBL;
|
|
private System.Windows.Forms.Label BDHCamPatchLBL;
|
|
private System.Windows.Forms.Button BDHCamPatchButton;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Button namesToSentenceCaseButton;
|
|
private System.Windows.Forms.Label overlay1uncompressedLBL;
|
|
private System.Windows.Forms.Label overlay1patchtextLBL;
|
|
private System.Windows.Forms.Button overlay1uncomprButton;
|
|
private System.Windows.Forms.Label BDHCamARM9requiredLBL;
|
|
private System.Windows.Forms.PictureBox arm9patchCB;
|
|
private System.Windows.Forms.PictureBox overlay1CB;
|
|
private System.Windows.Forms.PictureBox BDHCamCB;
|
|
private System.Windows.Forms.PictureBox sentenceCaseCB;
|
|
private System.Windows.Forms.PictureBox itemNumbersCB;
|
|
private System.Windows.Forms.Label standardizePatchLBL;
|
|
private System.Windows.Forms.Label standardizePatchTextLBL;
|
|
private System.Windows.Forms.PictureBox expandedMatrixCB;
|
|
private System.Windows.Forms.Label matrixExpansionTextLBL;
|
|
private System.Windows.Forms.Label matrixExpansionLBL;
|
|
private System.Windows.Forms.Button expandMatrixButton;
|
|
private System.Windows.Forms.PictureBox repointScrcmdCB;
|
|
private System.Windows.Forms.Label repointScrcmdTextLBL;
|
|
private System.Windows.Forms.Label repointScrcmdLBL;
|
|
private System.Windows.Forms.Button repointScrcmdButton;
|
|
private System.Windows.Forms.Label scrcmdARM9requiredLBL;
|
|
}
|
|
} |