mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-09 21:50:57 -05:00
649 lines
38 KiB
C#
649 lines
38 KiB
C#
namespace DSPRE
|
|
{
|
|
partial class PatchToolboxDialog
|
|
{
|
|
/// <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(PatchToolboxDialog));
|
|
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();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.dynamicHeadersPatchCB = new System.Windows.Forms.PictureBox();
|
|
this.dynamicHeadersTextLBL = new System.Windows.Forms.Label();
|
|
this.dynamicHeadersLBL = new System.Windows.Forms.Label();
|
|
this.applyDynamicHeadersButton = new System.Windows.Forms.Button();
|
|
this.disableTextureAnimationsCB = new System.Windows.Forms.PictureBox();
|
|
this.disableTextureAnimationsTextLBL = new System.Windows.Forms.Label();
|
|
this.disableTextureAnimationsLBL = new System.Windows.Forms.Label();
|
|
this.disableTextureAnimationsButton = new System.Windows.Forms.Button();
|
|
this.expandTrainerNamesCB = new System.Windows.Forms.PictureBox();
|
|
this.expandTrainerNamesTextLBL = new System.Windows.Forms.Label();
|
|
this.expandTrainerNamesLBL = new System.Windows.Forms.Label();
|
|
this.expandTrainerNamesButton = new System.Windows.Forms.Button();
|
|
((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();
|
|
((System.ComponentModel.ISupportInitialize)(this.dynamicHeadersPatchCB)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.disableTextureAnimationsCB)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.expandTrainerNamesCB)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// applyItemStandardizeButton
|
|
//
|
|
this.applyItemStandardizeButton.Location = new System.Drawing.Point(335, 370);
|
|
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, 187);
|
|
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, 172);
|
|
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, 186);
|
|
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, 293);
|
|
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, 278);
|
|
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, 285);
|
|
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, 107);
|
|
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, 122);
|
|
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, 104);
|
|
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, 171);
|
|
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, 119);
|
|
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, 202);
|
|
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, 300);
|
|
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, 383);
|
|
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, 356);
|
|
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, 371);
|
|
this.standardizePatchTextLBL.Name = "standardizePatchTextLBL";
|
|
this.standardizePatchTextLBL.Size = new System.Drawing.Size(239, 60);
|
|
this.standardizePatchTextLBL.TabIndex = 2;
|
|
this.standardizePatchTextLBL.Text = "Rearranges the GiveItem scripts to follow the default index order.\r\nAllows to con" +
|
|
"figure any item as a Ground Item in the Event Editor. ";
|
|
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(481, 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(481, 30);
|
|
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 = "Repoint Table";
|
|
this.repointScrcmdButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// 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(635, 30);
|
|
this.scrcmdARM9requiredLBL.Name = "scrcmdARM9requiredLBL";
|
|
this.scrcmdARM9requiredLBL.Size = new System.Drawing.Size(165, 13);
|
|
this.scrcmdARM9requiredLBL.TabIndex = 29;
|
|
this.scrcmdARM9requiredLBL.Text = "(Requires ARM9 Expansion)";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(481, 81);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(288, 37);
|
|
this.label1.TabIndex = 30;
|
|
this.label1.Text = "[ B E T A | Needs testing]";
|
|
this.label1.UseMnemonic = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(481, 188);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(288, 37);
|
|
this.label2.TabIndex = 34;
|
|
this.label2.Text = "[ B E T A | Needs testing]";
|
|
this.label2.UseMnemonic = false;
|
|
//
|
|
// dynamicHeadersPatchCB
|
|
//
|
|
this.dynamicHeadersPatchCB.Image = ((System.Drawing.Image)(resources.GetObject("dynamicHeadersPatchCB.Image")));
|
|
this.dynamicHeadersPatchCB.Location = new System.Drawing.Point(803, 140);
|
|
this.dynamicHeadersPatchCB.Name = "dynamicHeadersPatchCB";
|
|
this.dynamicHeadersPatchCB.Size = new System.Drawing.Size(20, 20);
|
|
this.dynamicHeadersPatchCB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.dynamicHeadersPatchCB.TabIndex = 33;
|
|
this.dynamicHeadersPatchCB.TabStop = false;
|
|
this.dynamicHeadersPatchCB.Visible = false;
|
|
//
|
|
// dynamicHeadersTextLBL
|
|
//
|
|
this.dynamicHeadersTextLBL.Location = new System.Drawing.Point(481, 139);
|
|
this.dynamicHeadersTextLBL.Name = "dynamicHeadersTextLBL";
|
|
this.dynamicHeadersTextLBL.Size = new System.Drawing.Size(288, 59);
|
|
this.dynamicHeadersTextLBL.TabIndex = 32;
|
|
this.dynamicHeadersTextLBL.Text = "Makes the ROM load headers dynamically from a NARC, removing the need for a heade" +
|
|
"r table in arm9.bin\r\nThis patch is necessary to add new headers.\r\n ";
|
|
this.dynamicHeadersTextLBL.UseMnemonic = false;
|
|
//
|
|
// dynamicHeadersLBL
|
|
//
|
|
this.dynamicHeadersLBL.AutoSize = true;
|
|
this.dynamicHeadersLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.dynamicHeadersLBL.Location = new System.Drawing.Point(481, 122);
|
|
this.dynamicHeadersLBL.Name = "dynamicHeadersLBL";
|
|
this.dynamicHeadersLBL.Size = new System.Drawing.Size(160, 13);
|
|
this.dynamicHeadersLBL.TabIndex = 31;
|
|
this.dynamicHeadersLBL.Text = "Dynamic Header Allocation";
|
|
//
|
|
// applyDynamicHeadersButton
|
|
//
|
|
this.applyDynamicHeadersButton.Location = new System.Drawing.Point(829, 131);
|
|
this.applyDynamicHeadersButton.Name = "applyDynamicHeadersButton";
|
|
this.applyDynamicHeadersButton.Size = new System.Drawing.Size(100, 50);
|
|
this.applyDynamicHeadersButton.TabIndex = 35;
|
|
this.applyDynamicHeadersButton.Text = "Apply Patch";
|
|
this.applyDynamicHeadersButton.UseVisualStyleBackColor = true;
|
|
this.applyDynamicHeadersButton.Click += new System.EventHandler(this.dynamicHeadersButton_Click);
|
|
//
|
|
// disableTextureAnimationsCB
|
|
//
|
|
this.disableTextureAnimationsCB.Image = ((System.Drawing.Image)(resources.GetObject("disableTextureAnimationsCB.Image")));
|
|
this.disableTextureAnimationsCB.Location = new System.Drawing.Point(803, 238);
|
|
this.disableTextureAnimationsCB.Name = "disableTextureAnimationsCB";
|
|
this.disableTextureAnimationsCB.Size = new System.Drawing.Size(20, 20);
|
|
this.disableTextureAnimationsCB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.disableTextureAnimationsCB.TabIndex = 39;
|
|
this.disableTextureAnimationsCB.TabStop = false;
|
|
this.disableTextureAnimationsCB.Visible = false;
|
|
//
|
|
// disableTextureAnimationsTextLBL
|
|
//
|
|
this.disableTextureAnimationsTextLBL.Location = new System.Drawing.Point(481, 241);
|
|
this.disableTextureAnimationsTextLBL.Name = "disableTextureAnimationsTextLBL";
|
|
this.disableTextureAnimationsTextLBL.Size = new System.Drawing.Size(288, 31);
|
|
this.disableTextureAnimationsTextLBL.TabIndex = 38;
|
|
this.disableTextureAnimationsTextLBL.Text = "Sets the Dynamic Textures (Texture Animation) field to 65535 [0xFFFF] for all Are" +
|
|
"aData files.";
|
|
this.disableTextureAnimationsTextLBL.UseMnemonic = false;
|
|
//
|
|
// disableTextureAnimationsLBL
|
|
//
|
|
this.disableTextureAnimationsLBL.AutoSize = true;
|
|
this.disableTextureAnimationsLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.disableTextureAnimationsLBL.Location = new System.Drawing.Point(481, 226);
|
|
this.disableTextureAnimationsLBL.Name = "disableTextureAnimationsLBL";
|
|
this.disableTextureAnimationsLBL.Size = new System.Drawing.Size(161, 13);
|
|
this.disableTextureAnimationsLBL.TabIndex = 37;
|
|
this.disableTextureAnimationsLBL.Text = "Disable Texture Animations";
|
|
//
|
|
// disableTextureAnimationsButton
|
|
//
|
|
this.disableTextureAnimationsButton.Location = new System.Drawing.Point(829, 222);
|
|
this.disableTextureAnimationsButton.Name = "disableTextureAnimationsButton";
|
|
this.disableTextureAnimationsButton.Size = new System.Drawing.Size(100, 50);
|
|
this.disableTextureAnimationsButton.TabIndex = 36;
|
|
this.disableTextureAnimationsButton.Text = "Apply Patch";
|
|
this.disableTextureAnimationsButton.UseVisualStyleBackColor = true;
|
|
this.disableTextureAnimationsButton.Click += new System.EventHandler(this.disableDynamicTexturesButton_Click);
|
|
//
|
|
// expandTrainerNamesCB
|
|
//
|
|
this.expandTrainerNamesCB.Image = ((System.Drawing.Image)(resources.GetObject("expandTrainerNamesCB.Image")));
|
|
this.expandTrainerNamesCB.Location = new System.Drawing.Point(803, 317);
|
|
this.expandTrainerNamesCB.Name = "expandTrainerNamesCB";
|
|
this.expandTrainerNamesCB.Size = new System.Drawing.Size(20, 20);
|
|
this.expandTrainerNamesCB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.expandTrainerNamesCB.TabIndex = 43;
|
|
this.expandTrainerNamesCB.TabStop = false;
|
|
this.expandTrainerNamesCB.Visible = false;
|
|
//
|
|
// expandTrainerNamesTextLBL
|
|
//
|
|
this.expandTrainerNamesTextLBL.Location = new System.Drawing.Point(481, 320);
|
|
this.expandTrainerNamesTextLBL.Name = "expandTrainerNamesTextLBL";
|
|
this.expandTrainerNamesTextLBL.Size = new System.Drawing.Size(288, 58);
|
|
this.expandTrainerNamesTextLBL.TabIndex = 42;
|
|
this.expandTrainerNamesTextLBL.Text = "Expands trainer names to be up to 16 characters long.";
|
|
this.expandTrainerNamesTextLBL.UseMnemonic = false;
|
|
//
|
|
// expandTrainerNamesLBL
|
|
//
|
|
this.expandTrainerNamesLBL.AutoSize = true;
|
|
this.expandTrainerNamesLBL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.expandTrainerNamesLBL.Location = new System.Drawing.Point(481, 305);
|
|
this.expandTrainerNamesLBL.Name = "expandTrainerNamesLBL";
|
|
this.expandTrainerNamesLBL.Size = new System.Drawing.Size(135, 13);
|
|
this.expandTrainerNamesLBL.TabIndex = 41;
|
|
this.expandTrainerNamesLBL.Text = "Expand Trainer Names";
|
|
//
|
|
// expandTrainerNamesButton
|
|
//
|
|
this.expandTrainerNamesButton.Location = new System.Drawing.Point(829, 301);
|
|
this.expandTrainerNamesButton.Name = "expandTrainerNamesButton";
|
|
this.expandTrainerNamesButton.Size = new System.Drawing.Size(100, 50);
|
|
this.expandTrainerNamesButton.TabIndex = 40;
|
|
this.expandTrainerNamesButton.Text = "Apply Patch";
|
|
this.expandTrainerNamesButton.UseVisualStyleBackColor = true;
|
|
this.expandTrainerNamesButton.Click += new System.EventHandler(this.expandTrainerNamesButton_Click);
|
|
//
|
|
// PatchToolboxDialog
|
|
//
|
|
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.expandTrainerNamesCB);
|
|
this.Controls.Add(this.expandTrainerNamesTextLBL);
|
|
this.Controls.Add(this.expandTrainerNamesLBL);
|
|
this.Controls.Add(this.expandTrainerNamesButton);
|
|
this.Controls.Add(this.disableTextureAnimationsCB);
|
|
this.Controls.Add(this.disableTextureAnimationsTextLBL);
|
|
this.Controls.Add(this.disableTextureAnimationsLBL);
|
|
this.Controls.Add(this.disableTextureAnimationsButton);
|
|
this.Controls.Add(this.applyDynamicHeadersButton);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.dynamicHeadersPatchCB);
|
|
this.Controls.Add(this.dynamicHeadersTextLBL);
|
|
this.Controls.Add(this.dynamicHeadersLBL);
|
|
this.Controls.Add(this.label1);
|
|
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 = "PatchToolboxDialog";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Patch 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();
|
|
((System.ComponentModel.ISupportInitialize)(this.dynamicHeadersPatchCB)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.disableTextureAnimationsCB)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.expandTrainerNamesCB)).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;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.PictureBox dynamicHeadersPatchCB;
|
|
private System.Windows.Forms.Label dynamicHeadersTextLBL;
|
|
private System.Windows.Forms.Label dynamicHeadersLBL;
|
|
private System.Windows.Forms.Button applyDynamicHeadersButton;
|
|
private System.Windows.Forms.PictureBox disableTextureAnimationsCB;
|
|
private System.Windows.Forms.Label disableTextureAnimationsTextLBL;
|
|
private System.Windows.Forms.Label disableTextureAnimationsLBL;
|
|
private System.Windows.Forms.Button disableTextureAnimationsButton;
|
|
private System.Windows.Forms.PictureBox expandTrainerNamesCB;
|
|
private System.Windows.Forms.Label expandTrainerNamesTextLBL;
|
|
private System.Windows.Forms.Label expandTrainerNamesLBL;
|
|
private System.Windows.Forms.Button expandTrainerNamesButton;
|
|
}
|
|
} |