customizemii-wiidb/CustomizeMii/CustomizeMii_Main.Designer.cs
2009-11-08 22:53:22 +00:00

963 lines
47 KiB
C#

/* This file is part of CustomizeMii
* Copyright (C) 2009 Leathl
*
* CustomizeMii 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 2
* of the License, or (at your option) any later version.
*
* CustomizeMii 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
namespace CustomizeMii
{
partial class CustomizeMii_Main
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomizeMii_Main));
this.btnCreateWad = new System.Windows.Forms.Button();
this.tabControl = new System.Windows.Forms.TabControl();
this.tabSource = new System.Windows.Forms.TabPage();
this.tbReplace = new System.Windows.Forms.TextBox();
this.btnBrowseReplace = new System.Windows.Forms.Button();
this.btnClearReplace = new System.Windows.Forms.Button();
this.cmbReplace = new System.Windows.Forms.ComboBox();
this.btnSaveBaseWad = new System.Windows.Forms.Button();
this.btnPreviewBaseWad = new System.Windows.Forms.Button();
this.btnLoadBaseWad = new System.Windows.Forms.Button();
this.lbBaseWads = new System.Windows.Forms.ListBox();
this.btnBrowseSource = new System.Windows.Forms.Button();
this.tbSourceWad = new System.Windows.Forms.TextBox();
this.lbSource = new System.Windows.Forms.Label();
this.tabTitle = new System.Windows.Forms.TabPage();
this.tbItalian = new System.Windows.Forms.TextBox();
this.tbFrench = new System.Windows.Forms.TextBox();
this.tbJapanese = new System.Windows.Forms.TextBox();
this.tbDutch = new System.Windows.Forms.TextBox();
this.tbSpanish = new System.Windows.Forms.TextBox();
this.tbGerman = new System.Windows.Forms.TextBox();
this.tbEnglish = new System.Windows.Forms.TextBox();
this.lbDutch = new System.Windows.Forms.Label();
this.lbItalian = new System.Windows.Forms.Label();
this.lbSpanish = new System.Windows.Forms.Label();
this.lbFrench = new System.Windows.Forms.Label();
this.lbGerman = new System.Windows.Forms.Label();
this.lbJapanese = new System.Windows.Forms.Label();
this.lbEnglish = new System.Windows.Forms.Label();
this.lbSpecificLanguageTitles = new System.Windows.Forms.Label();
this.tbAllLanguages = new System.Windows.Forms.TextBox();
this.lbAllLanguages = new System.Windows.Forms.Label();
this.tabOptions = new System.Windows.Forms.TabPage();
this.cbLz77 = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.btnBrowseSound = new System.Windows.Forms.Button();
this.tbSound = new System.Windows.Forms.TextBox();
this.cmbNandLoader = new System.Windows.Forms.ComboBox();
this.btnBrowseDol = new System.Windows.Forms.Button();
this.tbDol = new System.Windows.Forms.TextBox();
this.tbTitleID = new System.Windows.Forms.TextBox();
this.lbNewSound = new System.Windows.Forms.Label();
this.lbNandLoader = new System.Windows.Forms.Label();
this.lbNewDol = new System.Windows.Forms.Label();
this.lbTitleID = new System.Windows.Forms.Label();
this.tabBanner = new System.Windows.Forms.TabPage();
this.cmbFormatBanner = new System.Windows.Forms.ComboBox();
this.lbFormatBanner = new System.Windows.Forms.Label();
this.btnPreviewBanner = new System.Windows.Forms.Button();
this.btnExtractBanner = new System.Windows.Forms.Button();
this.btnReplaceBanner = new System.Windows.Forms.Button();
this.lbBannerTpls = new System.Windows.Forms.ListBox();
this.tabIcon = new System.Windows.Forms.TabPage();
this.cmbFormatIcon = new System.Windows.Forms.ComboBox();
this.lbFormatIcon = new System.Windows.Forms.Label();
this.btnPreviewIcon = new System.Windows.Forms.Button();
this.btnExtractIcon = new System.Windows.Forms.Button();
this.btnReplaceIcon = new System.Windows.Forms.Button();
this.lbIconTpls = new System.Windows.Forms.ListBox();
this.tabCredits = new System.Windows.Forms.TabPage();
this.llbSite = new System.Windows.Forms.LinkLabel();
this.lbCreditThanks = new System.Windows.Forms.Label();
this.lbCreditVersion = new System.Windows.Forms.Label();
this.lbCreditInfo = new System.Windows.Forms.Label();
this.ssMain = new System.Windows.Forms.StatusStrip();
this.lbStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.lbStatusText = new System.Windows.Forms.ToolStripStatusLabel();
this.pbProgress = new System.Windows.Forms.ToolStripProgressBar();
this.tabControl.SuspendLayout();
this.tabSource.SuspendLayout();
this.tabTitle.SuspendLayout();
this.tabOptions.SuspendLayout();
this.tabBanner.SuspendLayout();
this.tabIcon.SuspendLayout();
this.tabCredits.SuspendLayout();
this.ssMain.SuspendLayout();
this.SuspendLayout();
//
// btnCreateWad
//
this.btnCreateWad.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btnCreateWad.Location = new System.Drawing.Point(0, 235);
this.btnCreateWad.Name = "btnCreateWad";
this.btnCreateWad.Size = new System.Drawing.Size(451, 33);
this.btnCreateWad.TabIndex = 0;
this.btnCreateWad.Text = "Create WAD";
this.btnCreateWad.UseVisualStyleBackColor = true;
this.btnCreateWad.Click += new System.EventHandler(this.btnCreateWad_Click);
//
// tabControl
//
this.tabControl.Controls.Add(this.tabSource);
this.tabControl.Controls.Add(this.tabTitle);
this.tabControl.Controls.Add(this.tabOptions);
this.tabControl.Controls.Add(this.tabBanner);
this.tabControl.Controls.Add(this.tabIcon);
this.tabControl.Controls.Add(this.tabCredits);
this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl.Location = new System.Drawing.Point(0, 0);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(451, 235);
this.tabControl.TabIndex = 1;
this.tabControl.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl_Selecting);
//
// tabSource
//
this.tabSource.Controls.Add(this.tbReplace);
this.tabSource.Controls.Add(this.btnBrowseReplace);
this.tabSource.Controls.Add(this.btnClearReplace);
this.tabSource.Controls.Add(this.cmbReplace);
this.tabSource.Controls.Add(this.btnSaveBaseWad);
this.tabSource.Controls.Add(this.btnPreviewBaseWad);
this.tabSource.Controls.Add(this.btnLoadBaseWad);
this.tabSource.Controls.Add(this.lbBaseWads);
this.tabSource.Controls.Add(this.btnBrowseSource);
this.tabSource.Controls.Add(this.tbSourceWad);
this.tabSource.Controls.Add(this.lbSource);
this.tabSource.Location = new System.Drawing.Point(4, 22);
this.tabSource.Name = "tabSource";
this.tabSource.Padding = new System.Windows.Forms.Padding(3);
this.tabSource.Size = new System.Drawing.Size(443, 209);
this.tabSource.TabIndex = 0;
this.tabSource.Text = "Source";
this.tabSource.UseVisualStyleBackColor = true;
//
// tbReplace
//
this.tbReplace.Location = new System.Drawing.Point(100, 173);
this.tbReplace.Name = "tbReplace";
this.tbReplace.ReadOnly = true;
this.tbReplace.Size = new System.Drawing.Size(173, 20);
this.tbReplace.TabIndex = 10;
//
// btnBrowseReplace
//
this.btnBrowseReplace.Location = new System.Drawing.Point(279, 172);
this.btnBrowseReplace.Name = "btnBrowseReplace";
this.btnBrowseReplace.Size = new System.Drawing.Size(75, 23);
this.btnBrowseReplace.TabIndex = 9;
this.btnBrowseReplace.Text = "Browse...";
this.btnBrowseReplace.UseVisualStyleBackColor = true;
this.btnBrowseReplace.Click += new System.EventHandler(this.btnBrowseReplace_Click);
//
// btnClearReplace
//
this.btnClearReplace.Location = new System.Drawing.Point(360, 172);
this.btnClearReplace.Name = "btnClearReplace";
this.btnClearReplace.Size = new System.Drawing.Size(75, 23);
this.btnClearReplace.TabIndex = 8;
this.btnClearReplace.Text = "Clear";
this.btnClearReplace.UseVisualStyleBackColor = true;
this.btnClearReplace.Click += new System.EventHandler(this.btnClearReplace_Click);
//
// cmbReplace
//
this.cmbReplace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbReplace.FormattingEnabled = true;
this.cmbReplace.Items.AddRange(new object[] {
"Banner",
"Icon",
"Sound"});
this.cmbReplace.Location = new System.Drawing.Point(11, 172);
this.cmbReplace.Name = "cmbReplace";
this.cmbReplace.Size = new System.Drawing.Size(83, 21);
this.cmbReplace.TabIndex = 7;
this.cmbReplace.SelectedIndexChanged += new System.EventHandler(this.cmbReplace_SelectedIndexChanged);
//
// btnSaveBaseWad
//
this.btnSaveBaseWad.Location = new System.Drawing.Point(360, 127);
this.btnSaveBaseWad.Name = "btnSaveBaseWad";
this.btnSaveBaseWad.Size = new System.Drawing.Size(75, 23);
this.btnSaveBaseWad.TabIndex = 6;
this.btnSaveBaseWad.Text = "Save";
this.btnSaveBaseWad.UseVisualStyleBackColor = true;
this.btnSaveBaseWad.Click += new System.EventHandler(this.btnSaveBaseWad_Click);
//
// btnPreviewBaseWad
//
this.btnPreviewBaseWad.Location = new System.Drawing.Point(360, 93);
this.btnPreviewBaseWad.Name = "btnPreviewBaseWad";
this.btnPreviewBaseWad.Size = new System.Drawing.Size(75, 23);
this.btnPreviewBaseWad.TabIndex = 5;
this.btnPreviewBaseWad.Text = "Preview";
this.btnPreviewBaseWad.UseVisualStyleBackColor = true;
this.btnPreviewBaseWad.Click += new System.EventHandler(this.btnPreviewBaseWad_Click);
//
// btnLoadBaseWad
//
this.btnLoadBaseWad.Location = new System.Drawing.Point(360, 59);
this.btnLoadBaseWad.Name = "btnLoadBaseWad";
this.btnLoadBaseWad.Size = new System.Drawing.Size(75, 23);
this.btnLoadBaseWad.TabIndex = 4;
this.btnLoadBaseWad.Text = "Load";
this.btnLoadBaseWad.UseVisualStyleBackColor = true;
this.btnLoadBaseWad.Click += new System.EventHandler(this.btnLoadBaseWad_Click);
//
// lbBaseWads
//
this.lbBaseWads.FormattingEnabled = true;
this.lbBaseWads.Items.AddRange(new object[] {
"Static Base",
"Genesis Plus GX",
"MPlayer CE (No Wii)",
"MPlayer CE (With Wii)",
"Snes9xGX",
"FCE Ultra (Wilsoff)",
"FCE Ultra (Leathl)",
"Wii64",
"WiiSX Full",
"WiiSX Retro",
"WADder Base 1",
"WADder Base 2",
"WADder Base 3",
"UniiLoader",
"Backup Channel"});
this.lbBaseWads.Location = new System.Drawing.Point(11, 51);
this.lbBaseWads.Name = "lbBaseWads";
this.lbBaseWads.Size = new System.Drawing.Size(343, 108);
this.lbBaseWads.TabIndex = 3;
//
// btnBrowseSource
//
this.btnBrowseSource.Location = new System.Drawing.Point(360, 12);
this.btnBrowseSource.Name = "btnBrowseSource";
this.btnBrowseSource.Size = new System.Drawing.Size(75, 23);
this.btnBrowseSource.TabIndex = 2;
this.btnBrowseSource.Text = "Browse...";
this.btnBrowseSource.UseVisualStyleBackColor = true;
this.btnBrowseSource.Click += new System.EventHandler(this.btnBrowseSource_Click);
//
// tbSourceWad
//
this.tbSourceWad.Location = new System.Drawing.Point(84, 15);
this.tbSourceWad.Name = "tbSourceWad";
this.tbSourceWad.ReadOnly = true;
this.tbSourceWad.Size = new System.Drawing.Size(270, 20);
this.tbSourceWad.TabIndex = 1;
//
// lbSource
//
this.lbSource.AutoSize = true;
this.lbSource.Location = new System.Drawing.Point(8, 18);
this.lbSource.Name = "lbSource";
this.lbSource.Size = new System.Drawing.Size(70, 13);
this.lbSource.TabIndex = 0;
this.lbSource.Text = "Source Wad:";
//
// tabTitle
//
this.tabTitle.Controls.Add(this.tbItalian);
this.tabTitle.Controls.Add(this.tbFrench);
this.tabTitle.Controls.Add(this.tbJapanese);
this.tabTitle.Controls.Add(this.tbDutch);
this.tabTitle.Controls.Add(this.tbSpanish);
this.tabTitle.Controls.Add(this.tbGerman);
this.tabTitle.Controls.Add(this.tbEnglish);
this.tabTitle.Controls.Add(this.lbDutch);
this.tabTitle.Controls.Add(this.lbItalian);
this.tabTitle.Controls.Add(this.lbSpanish);
this.tabTitle.Controls.Add(this.lbFrench);
this.tabTitle.Controls.Add(this.lbGerman);
this.tabTitle.Controls.Add(this.lbJapanese);
this.tabTitle.Controls.Add(this.lbEnglish);
this.tabTitle.Controls.Add(this.lbSpecificLanguageTitles);
this.tabTitle.Controls.Add(this.tbAllLanguages);
this.tabTitle.Controls.Add(this.lbAllLanguages);
this.tabTitle.Location = new System.Drawing.Point(4, 22);
this.tabTitle.Name = "tabTitle";
this.tabTitle.Padding = new System.Windows.Forms.Padding(3);
this.tabTitle.Size = new System.Drawing.Size(443, 209);
this.tabTitle.TabIndex = 1;
this.tabTitle.Text = "Title";
this.tabTitle.UseVisualStyleBackColor = true;
//
// tbItalian
//
this.tbItalian.Location = new System.Drawing.Point(301, 143);
this.tbItalian.MaxLength = 20;
this.tbItalian.Name = "tbItalian";
this.tbItalian.Size = new System.Drawing.Size(124, 20);
this.tbItalian.TabIndex = 16;
//
// tbFrench
//
this.tbFrench.Location = new System.Drawing.Point(301, 115);
this.tbFrench.MaxLength = 20;
this.tbFrench.Name = "tbFrench";
this.tbFrench.Size = new System.Drawing.Size(124, 20);
this.tbFrench.TabIndex = 15;
//
// tbJapanese
//
this.tbJapanese.Location = new System.Drawing.Point(301, 87);
this.tbJapanese.MaxLength = 20;
this.tbJapanese.Name = "tbJapanese";
this.tbJapanese.Size = new System.Drawing.Size(124, 20);
this.tbJapanese.TabIndex = 14;
//
// tbDutch
//
this.tbDutch.Location = new System.Drawing.Point(70, 171);
this.tbDutch.MaxLength = 20;
this.tbDutch.Name = "tbDutch";
this.tbDutch.Size = new System.Drawing.Size(124, 20);
this.tbDutch.TabIndex = 13;
//
// tbSpanish
//
this.tbSpanish.Location = new System.Drawing.Point(70, 143);
this.tbSpanish.MaxLength = 20;
this.tbSpanish.Name = "tbSpanish";
this.tbSpanish.Size = new System.Drawing.Size(124, 20);
this.tbSpanish.TabIndex = 12;
//
// tbGerman
//
this.tbGerman.Location = new System.Drawing.Point(70, 115);
this.tbGerman.MaxLength = 20;
this.tbGerman.Name = "tbGerman";
this.tbGerman.Size = new System.Drawing.Size(124, 20);
this.tbGerman.TabIndex = 11;
//
// tbEnglish
//
this.tbEnglish.Location = new System.Drawing.Point(70, 87);
this.tbEnglish.MaxLength = 20;
this.tbEnglish.Name = "tbEnglish";
this.tbEnglish.Size = new System.Drawing.Size(124, 20);
this.tbEnglish.TabIndex = 10;
//
// lbDutch
//
this.lbDutch.AutoSize = true;
this.lbDutch.Location = new System.Drawing.Point(8, 174);
this.lbDutch.Name = "lbDutch";
this.lbDutch.Size = new System.Drawing.Size(39, 13);
this.lbDutch.TabIndex = 9;
this.lbDutch.Text = "Dutch:";
//
// lbItalian
//
this.lbItalian.AutoSize = true;
this.lbItalian.Location = new System.Drawing.Point(221, 146);
this.lbItalian.Name = "lbItalian";
this.lbItalian.Size = new System.Drawing.Size(38, 13);
this.lbItalian.TabIndex = 8;
this.lbItalian.Text = "Italian:";
//
// lbSpanish
//
this.lbSpanish.AutoSize = true;
this.lbSpanish.Location = new System.Drawing.Point(8, 146);
this.lbSpanish.Name = "lbSpanish";
this.lbSpanish.Size = new System.Drawing.Size(48, 13);
this.lbSpanish.TabIndex = 7;
this.lbSpanish.Text = "Spanish:";
//
// lbFrench
//
this.lbFrench.AutoSize = true;
this.lbFrench.Location = new System.Drawing.Point(221, 118);
this.lbFrench.Name = "lbFrench";
this.lbFrench.Size = new System.Drawing.Size(43, 13);
this.lbFrench.TabIndex = 6;
this.lbFrench.Text = "French:";
//
// lbGerman
//
this.lbGerman.AutoSize = true;
this.lbGerman.Location = new System.Drawing.Point(8, 118);
this.lbGerman.Name = "lbGerman";
this.lbGerman.Size = new System.Drawing.Size(47, 13);
this.lbGerman.TabIndex = 5;
this.lbGerman.Text = "German:";
//
// lbJapanese
//
this.lbJapanese.AutoSize = true;
this.lbJapanese.Location = new System.Drawing.Point(221, 90);
this.lbJapanese.Name = "lbJapanese";
this.lbJapanese.Size = new System.Drawing.Size(56, 13);
this.lbJapanese.TabIndex = 4;
this.lbJapanese.Text = "Japanese:";
//
// lbEnglish
//
this.lbEnglish.AutoSize = true;
this.lbEnglish.Location = new System.Drawing.Point(8, 90);
this.lbEnglish.Name = "lbEnglish";
this.lbEnglish.Size = new System.Drawing.Size(44, 13);
this.lbEnglish.TabIndex = 3;
this.lbEnglish.Text = "English:";
//
// lbSpecificLanguageTitles
//
this.lbSpecificLanguageTitles.AutoSize = true;
this.lbSpecificLanguageTitles.Location = new System.Drawing.Point(8, 63);
this.lbSpecificLanguageTitles.Name = "lbSpecificLanguageTitles";
this.lbSpecificLanguageTitles.Size = new System.Drawing.Size(127, 13);
this.lbSpecificLanguageTitles.TabIndex = 2;
this.lbSpecificLanguageTitles.Text = "Specific Language Titles:";
//
// tbAllLanguages
//
this.tbAllLanguages.Location = new System.Drawing.Point(114, 19);
this.tbAllLanguages.MaxLength = 20;
this.tbAllLanguages.Name = "tbAllLanguages";
this.tbAllLanguages.Size = new System.Drawing.Size(311, 20);
this.tbAllLanguages.TabIndex = 1;
//
// lbAllLanguages
//
this.lbAllLanguages.AutoSize = true;
this.lbAllLanguages.Location = new System.Drawing.Point(8, 22);
this.lbAllLanguages.Name = "lbAllLanguages";
this.lbAllLanguages.Size = new System.Drawing.Size(77, 13);
this.lbAllLanguages.TabIndex = 0;
this.lbAllLanguages.Text = "All Languages:";
//
// tabOptions
//
this.tabOptions.Controls.Add(this.cbLz77);
this.tabOptions.Controls.Add(this.label1);
this.tabOptions.Controls.Add(this.btnBrowseSound);
this.tabOptions.Controls.Add(this.tbSound);
this.tabOptions.Controls.Add(this.cmbNandLoader);
this.tabOptions.Controls.Add(this.btnBrowseDol);
this.tabOptions.Controls.Add(this.tbDol);
this.tabOptions.Controls.Add(this.tbTitleID);
this.tabOptions.Controls.Add(this.lbNewSound);
this.tabOptions.Controls.Add(this.lbNandLoader);
this.tabOptions.Controls.Add(this.lbNewDol);
this.tabOptions.Controls.Add(this.lbTitleID);
this.tabOptions.Location = new System.Drawing.Point(4, 22);
this.tabOptions.Name = "tabOptions";
this.tabOptions.Padding = new System.Windows.Forms.Padding(3);
this.tabOptions.Size = new System.Drawing.Size(443, 209);
this.tabOptions.TabIndex = 2;
this.tabOptions.Text = "Options";
this.tabOptions.UseVisualStyleBackColor = true;
//
// cbLz77
//
this.cbLz77.AutoSize = true;
this.cbLz77.Location = new System.Drawing.Point(11, 180);
this.cbLz77.Name = "cbLz77";
this.cbLz77.Size = new System.Drawing.Size(134, 17);
this.cbLz77.TabIndex = 11;
this.cbLz77.Text = "Use Lz77 Compression";
this.cbLz77.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.Location = new System.Drawing.Point(-7, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(457, 34);
this.label1.TabIndex = 10;
this.label1.Text = "These are optional. Fill them in only if you want to change them.\r\nIf you want a " +
"looped sound, set the loop points first with Wavosaur.";
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// btnBrowseSound
//
this.btnBrowseSound.Location = new System.Drawing.Point(360, 144);
this.btnBrowseSound.Name = "btnBrowseSound";
this.btnBrowseSound.Size = new System.Drawing.Size(75, 23);
this.btnBrowseSound.TabIndex = 9;
this.btnBrowseSound.Text = "Browse...";
this.btnBrowseSound.UseVisualStyleBackColor = true;
this.btnBrowseSound.Click += new System.EventHandler(this.btnBrowseSound_Click);
//
// tbSound
//
this.tbSound.Location = new System.Drawing.Point(90, 147);
this.tbSound.Name = "tbSound";
this.tbSound.ReadOnly = true;
this.tbSound.Size = new System.Drawing.Size(264, 20);
this.tbSound.TabIndex = 8;
//
// cmbNandLoader
//
this.cmbNandLoader.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbNandLoader.FormattingEnabled = true;
this.cmbNandLoader.Items.AddRange(new object[] {
"comex",
"Waninkoko"});
this.cmbNandLoader.Location = new System.Drawing.Point(143, 111);
this.cmbNandLoader.Name = "cmbNandLoader";
this.cmbNandLoader.Size = new System.Drawing.Size(211, 21);
this.cmbNandLoader.TabIndex = 7;
//
// btnBrowseDol
//
this.btnBrowseDol.Location = new System.Drawing.Point(360, 80);
this.btnBrowseDol.Name = "btnBrowseDol";
this.btnBrowseDol.Size = new System.Drawing.Size(75, 23);
this.btnBrowseDol.TabIndex = 6;
this.btnBrowseDol.Text = "Browse...";
this.btnBrowseDol.UseVisualStyleBackColor = true;
this.btnBrowseDol.Click += new System.EventHandler(this.btnBrowseDol_Click);
//
// tbDol
//
this.tbDol.Location = new System.Drawing.Point(90, 83);
this.tbDol.Name = "tbDol";
this.tbDol.ReadOnly = true;
this.tbDol.Size = new System.Drawing.Size(264, 20);
this.tbDol.TabIndex = 5;
//
// tbTitleID
//
this.tbTitleID.Location = new System.Drawing.Point(90, 49);
this.tbTitleID.MaxLength = 4;
this.tbTitleID.Name = "tbTitleID";
this.tbTitleID.Size = new System.Drawing.Size(55, 20);
this.tbTitleID.TabIndex = 4;
//
// lbNewSound
//
this.lbNewSound.AutoSize = true;
this.lbNewSound.Location = new System.Drawing.Point(8, 150);
this.lbNewSound.Name = "lbNewSound";
this.lbNewSound.Size = new System.Drawing.Size(66, 13);
this.lbNewSound.TabIndex = 3;
this.lbNewSound.Text = "New Sound:";
//
// lbNandLoader
//
this.lbNandLoader.AutoSize = true;
this.lbNandLoader.Location = new System.Drawing.Point(49, 114);
this.lbNandLoader.Name = "lbNandLoader";
this.lbNandLoader.Size = new System.Drawing.Size(77, 13);
this.lbNandLoader.TabIndex = 2;
this.lbNandLoader.Text = "NAND Loader:";
//
// lbNewDol
//
this.lbNewDol.AutoSize = true;
this.lbNewDol.Location = new System.Drawing.Point(8, 86);
this.lbNewDol.Name = "lbNewDol";
this.lbNewDol.Size = new System.Drawing.Size(57, 13);
this.lbNewDol.TabIndex = 1;
this.lbNewDol.Text = "New DOL:";
//
// lbTitleID
//
this.lbTitleID.AutoSize = true;
this.lbTitleID.Location = new System.Drawing.Point(8, 52);
this.lbTitleID.Name = "lbTitleID";
this.lbTitleID.Size = new System.Drawing.Size(44, 13);
this.lbTitleID.TabIndex = 0;
this.lbTitleID.Text = "Title ID:";
//
// tabBanner
//
this.tabBanner.Controls.Add(this.cmbFormatBanner);
this.tabBanner.Controls.Add(this.lbFormatBanner);
this.tabBanner.Controls.Add(this.btnPreviewBanner);
this.tabBanner.Controls.Add(this.btnExtractBanner);
this.tabBanner.Controls.Add(this.btnReplaceBanner);
this.tabBanner.Controls.Add(this.lbBannerTpls);
this.tabBanner.Location = new System.Drawing.Point(4, 22);
this.tabBanner.Name = "tabBanner";
this.tabBanner.Padding = new System.Windows.Forms.Padding(3);
this.tabBanner.Size = new System.Drawing.Size(443, 209);
this.tabBanner.TabIndex = 3;
this.tabBanner.Text = "Banner";
this.tabBanner.UseVisualStyleBackColor = true;
//
// cmbFormatBanner
//
this.cmbFormatBanner.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbFormatBanner.FormattingEnabled = true;
this.cmbFormatBanner.Items.AddRange(new object[] {
"RGBA8",
"RGBA565",
"RGB5A3",
"IA8",
"IA4",
"I8",
"I4",
"CMP"});
this.cmbFormatBanner.Location = new System.Drawing.Point(360, 142);
this.cmbFormatBanner.Name = "cmbFormatBanner";
this.cmbFormatBanner.Size = new System.Drawing.Size(75, 21);
this.cmbFormatBanner.TabIndex = 5;
//
// lbFormatBanner
//
this.lbFormatBanner.AutoSize = true;
this.lbFormatBanner.Location = new System.Drawing.Point(360, 123);
this.lbFormatBanner.Name = "lbFormatBanner";
this.lbFormatBanner.Size = new System.Drawing.Size(42, 13);
this.lbFormatBanner.TabIndex = 4;
this.lbFormatBanner.Text = "Format:";
//
// btnPreviewBanner
//
this.btnPreviewBanner.Location = new System.Drawing.Point(360, 78);
this.btnPreviewBanner.Name = "btnPreviewBanner";
this.btnPreviewBanner.Size = new System.Drawing.Size(75, 23);
this.btnPreviewBanner.TabIndex = 3;
this.btnPreviewBanner.Text = "Preview";
this.btnPreviewBanner.UseVisualStyleBackColor = true;
this.btnPreviewBanner.Click += new System.EventHandler(this.btnPreviewBanner_Click);
//
// btnExtractBanner
//
this.btnExtractBanner.Location = new System.Drawing.Point(360, 45);
this.btnExtractBanner.Name = "btnExtractBanner";
this.btnExtractBanner.Size = new System.Drawing.Size(75, 23);
this.btnExtractBanner.TabIndex = 2;
this.btnExtractBanner.Text = "Extract";
this.btnExtractBanner.UseVisualStyleBackColor = true;
this.btnExtractBanner.Click += new System.EventHandler(this.btnExtractBanner_Click);
//
// btnReplaceBanner
//
this.btnReplaceBanner.Location = new System.Drawing.Point(360, 12);
this.btnReplaceBanner.Name = "btnReplaceBanner";
this.btnReplaceBanner.Size = new System.Drawing.Size(75, 23);
this.btnReplaceBanner.TabIndex = 1;
this.btnReplaceBanner.Text = "Replace";
this.btnReplaceBanner.UseVisualStyleBackColor = true;
this.btnReplaceBanner.Click += new System.EventHandler(this.btnReplaceBanner_Click);
//
// lbBannerTpls
//
this.lbBannerTpls.FormattingEnabled = true;
this.lbBannerTpls.Location = new System.Drawing.Point(11, 12);
this.lbBannerTpls.Name = "lbBannerTpls";
this.lbBannerTpls.Size = new System.Drawing.Size(343, 173);
this.lbBannerTpls.TabIndex = 0;
this.lbBannerTpls.SelectedIndexChanged += new System.EventHandler(this.lbBannerTpls_SelectedIndexChanged);
//
// tabIcon
//
this.tabIcon.Controls.Add(this.cmbFormatIcon);
this.tabIcon.Controls.Add(this.lbFormatIcon);
this.tabIcon.Controls.Add(this.btnPreviewIcon);
this.tabIcon.Controls.Add(this.btnExtractIcon);
this.tabIcon.Controls.Add(this.btnReplaceIcon);
this.tabIcon.Controls.Add(this.lbIconTpls);
this.tabIcon.Location = new System.Drawing.Point(4, 22);
this.tabIcon.Name = "tabIcon";
this.tabIcon.Padding = new System.Windows.Forms.Padding(3);
this.tabIcon.Size = new System.Drawing.Size(443, 209);
this.tabIcon.TabIndex = 4;
this.tabIcon.Text = "Icon";
this.tabIcon.UseVisualStyleBackColor = true;
//
// cmbFormatIcon
//
this.cmbFormatIcon.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbFormatIcon.FormattingEnabled = true;
this.cmbFormatIcon.Items.AddRange(new object[] {
"RGBA8",
"RGBA565",
"RGB5A3",
"IA8",
"IA4",
"I8",
"I4",
"CMP"});
this.cmbFormatIcon.Location = new System.Drawing.Point(360, 142);
this.cmbFormatIcon.Name = "cmbFormatIcon";
this.cmbFormatIcon.Size = new System.Drawing.Size(75, 21);
this.cmbFormatIcon.TabIndex = 11;
//
// lbFormatIcon
//
this.lbFormatIcon.AutoSize = true;
this.lbFormatIcon.Location = new System.Drawing.Point(360, 123);
this.lbFormatIcon.Name = "lbFormatIcon";
this.lbFormatIcon.Size = new System.Drawing.Size(42, 13);
this.lbFormatIcon.TabIndex = 10;
this.lbFormatIcon.Text = "Format:";
//
// btnPreviewIcon
//
this.btnPreviewIcon.Location = new System.Drawing.Point(360, 78);
this.btnPreviewIcon.Name = "btnPreviewIcon";
this.btnPreviewIcon.Size = new System.Drawing.Size(75, 23);
this.btnPreviewIcon.TabIndex = 9;
this.btnPreviewIcon.Text = "Preview";
this.btnPreviewIcon.UseVisualStyleBackColor = true;
this.btnPreviewIcon.Click += new System.EventHandler(this.btnPreviewIcon_Click);
//
// btnExtractIcon
//
this.btnExtractIcon.Location = new System.Drawing.Point(360, 45);
this.btnExtractIcon.Name = "btnExtractIcon";
this.btnExtractIcon.Size = new System.Drawing.Size(75, 23);
this.btnExtractIcon.TabIndex = 8;
this.btnExtractIcon.Text = "Extract";
this.btnExtractIcon.UseVisualStyleBackColor = true;
this.btnExtractIcon.Click += new System.EventHandler(this.btnExtractIcon_Click);
//
// btnReplaceIcon
//
this.btnReplaceIcon.Location = new System.Drawing.Point(360, 12);
this.btnReplaceIcon.Name = "btnReplaceIcon";
this.btnReplaceIcon.Size = new System.Drawing.Size(75, 23);
this.btnReplaceIcon.TabIndex = 7;
this.btnReplaceIcon.Text = "Replace";
this.btnReplaceIcon.UseVisualStyleBackColor = true;
this.btnReplaceIcon.Click += new System.EventHandler(this.btnReplaceIcon_Click);
//
// lbIconTpls
//
this.lbIconTpls.FormattingEnabled = true;
this.lbIconTpls.Location = new System.Drawing.Point(11, 12);
this.lbIconTpls.Name = "lbIconTpls";
this.lbIconTpls.Size = new System.Drawing.Size(343, 173);
this.lbIconTpls.TabIndex = 6;
this.lbIconTpls.SelectedIndexChanged += new System.EventHandler(this.lbIconTpls_SelectedIndexChanged);
//
// tabCredits
//
this.tabCredits.Controls.Add(this.llbSite);
this.tabCredits.Controls.Add(this.lbCreditThanks);
this.tabCredits.Controls.Add(this.lbCreditVersion);
this.tabCredits.Controls.Add(this.lbCreditInfo);
this.tabCredits.Location = new System.Drawing.Point(4, 22);
this.tabCredits.Name = "tabCredits";
this.tabCredits.Padding = new System.Windows.Forms.Padding(3);
this.tabCredits.Size = new System.Drawing.Size(443, 209);
this.tabCredits.TabIndex = 5;
this.tabCredits.Text = "Credits";
this.tabCredits.UseVisualStyleBackColor = true;
//
// llbSite
//
this.llbSite.Location = new System.Drawing.Point(0, 32);
this.llbSite.Name = "llbSite";
this.llbSite.Size = new System.Drawing.Size(443, 13);
this.llbSite.TabIndex = 3;
this.llbSite.TabStop = true;
this.llbSite.Text = "http://customizemii.googlecode.com";
this.llbSite.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.llbSite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llbSite_LinkClicked);
//
// lbCreditThanks
//
this.lbCreditThanks.Location = new System.Drawing.Point(0, 123);
this.lbCreditThanks.Name = "lbCreditThanks";
this.lbCreditThanks.Size = new System.Drawing.Size(443, 79);
this.lbCreditThanks.TabIndex = 2;
this.lbCreditThanks.Text = resources.GetString("lbCreditThanks.Text");
this.lbCreditThanks.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lbCreditVersion
//
this.lbCreditVersion.Location = new System.Drawing.Point(0, 13);
this.lbCreditVersion.Name = "lbCreditVersion";
this.lbCreditVersion.Size = new System.Drawing.Size(443, 13);
this.lbCreditVersion.TabIndex = 1;
this.lbCreditVersion.Text = "CustomizeMii Version X by Leathl";
this.lbCreditVersion.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lbCreditInfo
//
this.lbCreditInfo.ForeColor = System.Drawing.Color.Red;
this.lbCreditInfo.Location = new System.Drawing.Point(0, 63);
this.lbCreditInfo.Name = "lbCreditInfo";
this.lbCreditInfo.Size = new System.Drawing.Size(443, 42);
this.lbCreditInfo.TabIndex = 0;
this.lbCreditInfo.Text = resources.GetString("lbCreditInfo.Text");
this.lbCreditInfo.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// ssMain
//
this.ssMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lbStatus,
this.lbStatusText,
this.pbProgress});
this.ssMain.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
this.ssMain.Location = new System.Drawing.Point(0, 268);
this.ssMain.Name = "ssMain";
this.ssMain.Size = new System.Drawing.Size(451, 22);
this.ssMain.SizingGrip = false;
this.ssMain.TabIndex = 2;
this.ssMain.Text = "ssMain";
//
// lbStatus
//
this.lbStatus.Name = "lbStatus";
this.lbStatus.Size = new System.Drawing.Size(45, 17);
this.lbStatus.Text = "Status: ";
//
// lbStatusText
//
this.lbStatusText.Name = "lbStatusText";
this.lbStatusText.Size = new System.Drawing.Size(0, 17);
this.lbStatusText.Spring = true;
this.lbStatusText.TextChanged += new System.EventHandler(this.lbStatusText_TextChanged);
//
// pbProgress
//
this.pbProgress.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.pbProgress.Name = "pbProgress";
this.pbProgress.Size = new System.Drawing.Size(100, 16);
this.pbProgress.Value = 100;
//
// CustomizeMii_Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(451, 290);
this.Controls.Add(this.tabControl);
this.Controls.Add(this.btnCreateWad);
this.Controls.Add(this.ssMain);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "CustomizeMii_Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "CustomizeMii X by Leathl";
this.Load += new System.EventHandler(this.CustomizeMii_Main_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CustomizeMii_Main_FormClosing);
this.tabControl.ResumeLayout(false);
this.tabSource.ResumeLayout(false);
this.tabSource.PerformLayout();
this.tabTitle.ResumeLayout(false);
this.tabTitle.PerformLayout();
this.tabOptions.ResumeLayout(false);
this.tabOptions.PerformLayout();
this.tabBanner.ResumeLayout(false);
this.tabBanner.PerformLayout();
this.tabIcon.ResumeLayout(false);
this.tabIcon.PerformLayout();
this.tabCredits.ResumeLayout(false);
this.ssMain.ResumeLayout(false);
this.ssMain.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCreateWad;
private System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.TabPage tabSource;
private System.Windows.Forms.TabPage tabTitle;
private System.Windows.Forms.TabPage tabOptions;
private System.Windows.Forms.TabPage tabBanner;
private System.Windows.Forms.TabPage tabIcon;
private System.Windows.Forms.TabPage tabCredits;
private System.Windows.Forms.Label lbSource;
private System.Windows.Forms.Button btnBrowseSource;
private System.Windows.Forms.TextBox tbSourceWad;
private System.Windows.Forms.ListBox lbBaseWads;
private System.Windows.Forms.Button btnSaveBaseWad;
private System.Windows.Forms.Button btnPreviewBaseWad;
private System.Windows.Forms.Button btnLoadBaseWad;
private System.Windows.Forms.TextBox tbAllLanguages;
private System.Windows.Forms.Label lbAllLanguages;
private System.Windows.Forms.Label lbSpecificLanguageTitles;
private System.Windows.Forms.Label lbEnglish;
private System.Windows.Forms.Label lbJapanese;
private System.Windows.Forms.Label lbDutch;
private System.Windows.Forms.Label lbItalian;
private System.Windows.Forms.Label lbSpanish;
private System.Windows.Forms.Label lbFrench;
private System.Windows.Forms.Label lbGerman;
private System.Windows.Forms.TextBox tbItalian;
private System.Windows.Forms.TextBox tbFrench;
private System.Windows.Forms.TextBox tbJapanese;
private System.Windows.Forms.TextBox tbDutch;
private System.Windows.Forms.TextBox tbSpanish;
private System.Windows.Forms.TextBox tbGerman;
private System.Windows.Forms.TextBox tbEnglish;
private System.Windows.Forms.Label lbNewDol;
private System.Windows.Forms.Label lbTitleID;
private System.Windows.Forms.Label lbNandLoader;
private System.Windows.Forms.Label lbNewSound;
private System.Windows.Forms.Button btnBrowseDol;
private System.Windows.Forms.TextBox tbDol;
private System.Windows.Forms.TextBox tbTitleID;
private System.Windows.Forms.ComboBox cmbNandLoader;
private System.Windows.Forms.TextBox tbSound;
private System.Windows.Forms.Button btnBrowseSound;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnPreviewBanner;
private System.Windows.Forms.Button btnExtractBanner;
private System.Windows.Forms.Button btnReplaceBanner;
private System.Windows.Forms.ListBox lbBannerTpls;
private System.Windows.Forms.Label lbFormatBanner;
private System.Windows.Forms.ComboBox cmbFormatBanner;
private System.Windows.Forms.ComboBox cmbFormatIcon;
private System.Windows.Forms.Label lbFormatIcon;
private System.Windows.Forms.Button btnPreviewIcon;
private System.Windows.Forms.Button btnExtractIcon;
private System.Windows.Forms.Button btnReplaceIcon;
private System.Windows.Forms.ListBox lbIconTpls;
private System.Windows.Forms.Label lbCreditInfo;
private System.Windows.Forms.Label lbCreditVersion;
private System.Windows.Forms.Label lbCreditThanks;
private System.Windows.Forms.StatusStrip ssMain;
private System.Windows.Forms.ToolStripProgressBar pbProgress;
private System.Windows.Forms.ToolStripStatusLabel lbStatus;
private System.Windows.Forms.ToolStripStatusLabel lbStatusText;
private System.Windows.Forms.ComboBox cmbReplace;
private System.Windows.Forms.TextBox tbReplace;
private System.Windows.Forms.Button btnBrowseReplace;
private System.Windows.Forms.Button btnClearReplace;
private System.Windows.Forms.CheckBox cbLz77;
private System.Windows.Forms.LinkLabel llbSite;
}
}