DS-Pokemon-Rom-Editor/DS_Map/Editors/TableEditor.Designer.cs
2025-07-09 21:56:39 +02:00

631 lines
37 KiB
C#
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace DSPRE.Editors
{
partial class TableEditor
{
/// <summary>
/// Variable nécessaire au concepteur.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Nettoyage des ressources utilisées.
/// </summary>
/// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Code généré par le Concepteur de composants
/// <summary>
/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
/// le contenu de cette méthode avec l'éditeur de code.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TableEditor));
this.label73 = new System.Windows.Forms.Label();
this.pbEffectsGroupBox = new System.Windows.Forms.GroupBox();
this.groupBox31 = new System.Windows.Forms.GroupBox();
this.HOWpbEffectsTableButton = new System.Windows.Forms.Button();
this.pbEffectsBattleSSEQUpDown = new System.Windows.Forms.NumericUpDown();
this.label21 = new System.Windows.Forms.Label();
this.saveEffectCombosTableBTN = new System.Windows.Forms.Button();
this.pbEffectsVSAnimationUpDown = new System.Windows.Forms.NumericUpDown();
this.pbEffectsCombosListbox = new System.Windows.Forms.ListBox();
this.label22 = new System.Windows.Forms.Label();
this.pbEffectsTrainerGroupBox = new System.Windows.Forms.GroupBox();
this.label75 = new System.Windows.Forms.Label();
this.tbEditortrainerClassFrameMaxLabel = new System.Windows.Forms.Label();
this.tbEditorTrClassFramePreviewUpDown = new System.Windows.Forms.NumericUpDown();
this.tbEditorTrClassPictureBox = new System.Windows.Forms.PictureBox();
this.label68 = new System.Windows.Forms.Label();
this.pbEffectsTrainerChooseMainCombobox = new System.Windows.Forms.ComboBox();
this.HOWVsTrainerButton = new System.Windows.Forms.Button();
this.saveVSTrainerTableBTN = new System.Windows.Forms.Button();
this.label70 = new System.Windows.Forms.Label();
this.pbEffectsTrainerCombobox = new System.Windows.Forms.ComboBox();
this.pbEffectsVsTrainerListbox = new System.Windows.Forms.ListBox();
this.pbEffectsMonGroupBox = new System.Windows.Forms.GroupBox();
this.tbEditorPokeminiPictureBox = new System.Windows.Forms.PictureBox();
this.label69 = new System.Windows.Forms.Label();
this.pbEffectsPokemonChooseMainCombobox = new System.Windows.Forms.ComboBox();
this.HOWvsPokemonButton = new System.Windows.Forms.Button();
this.saveVSPokemonTableBTN = new System.Windows.Forms.Button();
this.label71 = new System.Windows.Forms.Label();
this.pbEffectsPokemonCombobox = new System.Windows.Forms.ComboBox();
this.pbEffectsVsPokemonListbox = new System.Windows.Forms.ListBox();
this.conditionalMusicGroupBox = new System.Windows.Forms.GroupBox();
this.label66 = new System.Windows.Forms.Label();
this.HOWconditionalMusicTableButton = new System.Windows.Forms.Button();
this.saveConditionalMusicTableBTN = new System.Windows.Forms.Button();
this.label65 = new System.Windows.Forms.Label();
this.musicIDconditionalMusicUpDown = new System.Windows.Forms.NumericUpDown();
this.label64 = new System.Windows.Forms.Label();
this.flagConditionalMusicUpDown = new System.Windows.Forms.NumericUpDown();
this.label41 = new System.Windows.Forms.Label();
this.locationNameConditionalMusicLBL = new System.Windows.Forms.Label();
this.headerConditionalMusicComboBox = new System.Windows.Forms.ComboBox();
this.conditionalMusicTableListBox = new System.Windows.Forms.ListBox();
this.pbEffectsGroupBox.SuspendLayout();
this.groupBox31.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbEffectsBattleSSEQUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbEffectsVSAnimationUpDown)).BeginInit();
this.pbEffectsTrainerGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tbEditorTrClassFramePreviewUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbEditorTrClassPictureBox)).BeginInit();
this.pbEffectsMonGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tbEditorPokeminiPictureBox)).BeginInit();
this.conditionalMusicGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.musicIDconditionalMusicUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.flagConditionalMusicUpDown)).BeginInit();
this.SuspendLayout();
//
// label73
//
this.label73.AutoSize = true;
this.label73.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label73.ForeColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.label73.Location = new System.Drawing.Point(417, 578);
this.label73.Name = "label73";
this.label73.Size = new System.Drawing.Size(314, 18);
this.label73.TabIndex = 15;
this.label73.Text = "This Editor Tab is currently under construction.";
this.label73.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pbEffectsGroupBox
//
this.pbEffectsGroupBox.Controls.Add(this.groupBox31);
this.pbEffectsGroupBox.Controls.Add(this.pbEffectsTrainerGroupBox);
this.pbEffectsGroupBox.Controls.Add(this.pbEffectsMonGroupBox);
this.pbEffectsGroupBox.Location = new System.Drawing.Point(385, 12);
this.pbEffectsGroupBox.Name = "pbEffectsGroupBox";
this.pbEffectsGroupBox.Size = new System.Drawing.Size(788, 451);
this.pbEffectsGroupBox.TabIndex = 14;
this.pbEffectsGroupBox.TabStop = false;
this.pbEffectsGroupBox.Text = "Pre-Battle Effects";
//
// groupBox31
//
this.groupBox31.Controls.Add(this.HOWpbEffectsTableButton);
this.groupBox31.Controls.Add(this.pbEffectsBattleSSEQUpDown);
this.groupBox31.Controls.Add(this.label21);
this.groupBox31.Controls.Add(this.saveEffectCombosTableBTN);
this.groupBox31.Controls.Add(this.pbEffectsVSAnimationUpDown);
this.groupBox31.Controls.Add(this.pbEffectsCombosListbox);
this.groupBox31.Controls.Add(this.label22);
this.groupBox31.Location = new System.Drawing.Point(6, 24);
this.groupBox31.Name = "groupBox31";
this.groupBox31.Size = new System.Drawing.Size(274, 415);
this.groupBox31.TabIndex = 45;
this.groupBox31.TabStop = false;
this.groupBox31.Text = "Maintable Effect Combos";
//
// HOWpbEffectsTableButton
//
this.HOWpbEffectsTableButton.Image = ((System.Drawing.Image)(resources.GetObject("HOWpbEffectsTableButton.Image")));
this.HOWpbEffectsTableButton.Location = new System.Drawing.Point(154, 376);
this.HOWpbEffectsTableButton.Name = "HOWpbEffectsTableButton";
this.HOWpbEffectsTableButton.Size = new System.Drawing.Size(28, 29);
this.HOWpbEffectsTableButton.TabIndex = 44;
this.HOWpbEffectsTableButton.UseVisualStyleBackColor = true;
this.HOWpbEffectsTableButton.Click += new System.EventHandler(this.HOWpbEffectsTableButton_Click);
//
// pbEffectsBattleSSEQUpDown
//
this.pbEffectsBattleSSEQUpDown.Location = new System.Drawing.Point(86, 382);
this.pbEffectsBattleSSEQUpDown.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.pbEffectsBattleSSEQUpDown.Name = "pbEffectsBattleSSEQUpDown";
this.pbEffectsBattleSSEQUpDown.Size = new System.Drawing.Size(54, 20);
this.pbEffectsBattleSSEQUpDown.TabIndex = 29;
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(82, 367);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(66, 13);
this.label21.TabIndex = 30;
this.label21.Text = "Battle SSEQ";
//
// saveEffectCombosTableBTN
//
this.saveEffectCombosTableBTN.Image = ((System.Drawing.Image)(resources.GetObject("saveEffectCombosTableBTN.Image")));
this.saveEffectCombosTableBTN.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.saveEffectCombosTableBTN.Location = new System.Drawing.Point(184, 372);
this.saveEffectCombosTableBTN.Name = "saveEffectCombosTableBTN";
this.saveEffectCombosTableBTN.Size = new System.Drawing.Size(78, 37);
this.saveEffectCombosTableBTN.TabIndex = 43;
this.saveEffectCombosTableBTN.Text = "Save This Combo";
this.saveEffectCombosTableBTN.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.saveEffectCombosTableBTN.UseVisualStyleBackColor = true;
this.saveEffectCombosTableBTN.Click += new System.EventHandler(this.saveEffectComboBTN_Click);
//
// pbEffectsVSAnimationUpDown
//
this.pbEffectsVSAnimationUpDown.Location = new System.Drawing.Point(14, 382);
this.pbEffectsVSAnimationUpDown.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.pbEffectsVSAnimationUpDown.Name = "pbEffectsVSAnimationUpDown";
this.pbEffectsVSAnimationUpDown.Size = new System.Drawing.Size(58, 20);
this.pbEffectsVSAnimationUpDown.TabIndex = 31;
//
// pbEffectsCombosListbox
//
this.pbEffectsCombosListbox.FormattingEnabled = true;
this.pbEffectsCombosListbox.Location = new System.Drawing.Point(9, 18);
this.pbEffectsCombosListbox.Name = "pbEffectsCombosListbox";
this.pbEffectsCombosListbox.Size = new System.Drawing.Size(259, 342);
this.pbEffectsCombosListbox.TabIndex = 43;
this.pbEffectsCombosListbox.SelectedIndexChanged += new System.EventHandler(this.pbEffectsCombosListbox_SelectedIndexChanged);
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(9, 367);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(70, 13);
this.label22.TabIndex = 32;
this.label22.Text = "VS Animation";
//
// pbEffectsTrainerGroupBox
//
this.pbEffectsTrainerGroupBox.Controls.Add(this.label75);
this.pbEffectsTrainerGroupBox.Controls.Add(this.tbEditortrainerClassFrameMaxLabel);
this.pbEffectsTrainerGroupBox.Controls.Add(this.tbEditorTrClassFramePreviewUpDown);
this.pbEffectsTrainerGroupBox.Controls.Add(this.tbEditorTrClassPictureBox);
this.pbEffectsTrainerGroupBox.Controls.Add(this.label68);
this.pbEffectsTrainerGroupBox.Controls.Add(this.pbEffectsTrainerChooseMainCombobox);
this.pbEffectsTrainerGroupBox.Controls.Add(this.HOWVsTrainerButton);
this.pbEffectsTrainerGroupBox.Controls.Add(this.saveVSTrainerTableBTN);
this.pbEffectsTrainerGroupBox.Controls.Add(this.label70);
this.pbEffectsTrainerGroupBox.Controls.Add(this.pbEffectsTrainerCombobox);
this.pbEffectsTrainerGroupBox.Controls.Add(this.pbEffectsVsTrainerListbox);
this.pbEffectsTrainerGroupBox.Location = new System.Drawing.Point(286, 14);
this.pbEffectsTrainerGroupBox.Name = "pbEffectsTrainerGroupBox";
this.pbEffectsTrainerGroupBox.Size = new System.Drawing.Size(481, 250);
this.pbEffectsTrainerGroupBox.TabIndex = 34;
this.pbEffectsTrainerGroupBox.TabStop = false;
this.pbEffectsTrainerGroupBox.Text = "VS. Trainer";
//
// label75
//
this.label75.AutoSize = true;
this.label75.Location = new System.Drawing.Point(390, 84);
this.label75.Name = "label75";
this.label75.Size = new System.Drawing.Size(79, 13);
this.label75.TabIndex = 46;
this.label75.Text = "Preview frames";
//
// tbEditortrainerClassFrameMaxLabel
//
this.tbEditortrainerClassFrameMaxLabel.AutoSize = true;
this.tbEditortrainerClassFrameMaxLabel.Location = new System.Drawing.Point(440, 103);
this.tbEditortrainerClassFrameMaxLabel.Name = "tbEditortrainerClassFrameMaxLabel";
this.tbEditortrainerClassFrameMaxLabel.Size = new System.Drawing.Size(18, 13);
this.tbEditortrainerClassFrameMaxLabel.TabIndex = 45;
this.tbEditortrainerClassFrameMaxLabel.Text = "/0";
//
// tbEditorTrClassFramePreviewUpDown
//
this.tbEditorTrClassFramePreviewUpDown.Location = new System.Drawing.Point(402, 100);
this.tbEditorTrClassFramePreviewUpDown.Name = "tbEditorTrClassFramePreviewUpDown";
this.tbEditorTrClassFramePreviewUpDown.Size = new System.Drawing.Size(38, 20);
this.tbEditorTrClassFramePreviewUpDown.TabIndex = 44;
//
// tbEditorTrClassPictureBox
//
this.tbEditorTrClassPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbEditorTrClassPictureBox.Location = new System.Drawing.Point(253, 59);
this.tbEditorTrClassPictureBox.Name = "tbEditorTrClassPictureBox";
this.tbEditorTrClassPictureBox.Size = new System.Drawing.Size(128, 96);
this.tbEditorTrClassPictureBox.TabIndex = 43;
this.tbEditorTrClassPictureBox.TabStop = false;
//
// label68
//
this.label68.AutoSize = true;
this.label68.Location = new System.Drawing.Point(249, 164);
this.label68.Name = "label68";
this.label68.Size = new System.Drawing.Size(120, 13);
this.label68.TabIndex = 42;
this.label68.Text = "Maintable Effect Combo";
//
// pbEffectsTrainerChooseMainCombobox
//
this.pbEffectsTrainerChooseMainCombobox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.pbEffectsTrainerChooseMainCombobox.FormattingEnabled = true;
this.pbEffectsTrainerChooseMainCombobox.Location = new System.Drawing.Point(252, 178);
this.pbEffectsTrainerChooseMainCombobox.Name = "pbEffectsTrainerChooseMainCombobox";
this.pbEffectsTrainerChooseMainCombobox.Size = new System.Drawing.Size(218, 21);
this.pbEffectsTrainerChooseMainCombobox.TabIndex = 41;
//
// HOWVsTrainerButton
//
this.HOWVsTrainerButton.Image = ((System.Drawing.Image)(resources.GetObject("HOWVsTrainerButton.Image")));
this.HOWVsTrainerButton.Location = new System.Drawing.Point(307, 209);
this.HOWVsTrainerButton.Name = "HOWVsTrainerButton";
this.HOWVsTrainerButton.Size = new System.Drawing.Size(28, 29);
this.HOWVsTrainerButton.TabIndex = 39;
this.HOWVsTrainerButton.UseVisualStyleBackColor = true;
this.HOWVsTrainerButton.Click += new System.EventHandler(this.HOWVsTrainerButton_Click);
//
// saveVSTrainerTableBTN
//
this.saveVSTrainerTableBTN.Image = ((System.Drawing.Image)(resources.GetObject("saveVSTrainerTableBTN.Image")));
this.saveVSTrainerTableBTN.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.saveVSTrainerTableBTN.Location = new System.Drawing.Point(337, 205);
this.saveVSTrainerTableBTN.Name = "saveVSTrainerTableBTN";
this.saveVSTrainerTableBTN.Size = new System.Drawing.Size(80, 37);
this.saveVSTrainerTableBTN.TabIndex = 38;
this.saveVSTrainerTableBTN.Text = "Save This Entry";
this.saveVSTrainerTableBTN.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.saveVSTrainerTableBTN.UseVisualStyleBackColor = true;
this.saveVSTrainerTableBTN.Click += new System.EventHandler(this.saveVSTrainerEntryBTN_Click);
//
// label70
//
this.label70.AutoSize = true;
this.label70.Location = new System.Drawing.Point(248, 14);
this.label70.Name = "label70";
this.label70.Size = new System.Drawing.Size(68, 13);
this.label70.TabIndex = 37;
this.label70.Text = "Trainer Class";
//
// pbEffectsTrainerCombobox
//
this.pbEffectsTrainerCombobox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.pbEffectsTrainerCombobox.FormattingEnabled = true;
this.pbEffectsTrainerCombobox.Location = new System.Drawing.Point(252, 29);
this.pbEffectsTrainerCombobox.Name = "pbEffectsTrainerCombobox";
this.pbEffectsTrainerCombobox.Size = new System.Drawing.Size(218, 21);
this.pbEffectsTrainerCombobox.TabIndex = 36;
this.pbEffectsTrainerCombobox.SelectedIndexChanged += new System.EventHandler(this.pbEffectsTrainerCombobox_SelectedIndexChanged);
//
// pbEffectsVsTrainerListbox
//
this.pbEffectsVsTrainerListbox.FormattingEnabled = true;
this.pbEffectsVsTrainerListbox.Location = new System.Drawing.Point(9, 18);
this.pbEffectsVsTrainerListbox.Name = "pbEffectsVsTrainerListbox";
this.pbEffectsVsTrainerListbox.Size = new System.Drawing.Size(234, 225);
this.pbEffectsVsTrainerListbox.TabIndex = 35;
this.pbEffectsVsTrainerListbox.SelectedIndexChanged += new System.EventHandler(this.pbEffectsVsTrainerListbox_SelectedIndexChanged);
//
// pbEffectsMonGroupBox
//
this.pbEffectsMonGroupBox.Controls.Add(this.tbEditorPokeminiPictureBox);
this.pbEffectsMonGroupBox.Controls.Add(this.label69);
this.pbEffectsMonGroupBox.Controls.Add(this.pbEffectsPokemonChooseMainCombobox);
this.pbEffectsMonGroupBox.Controls.Add(this.HOWvsPokemonButton);
this.pbEffectsMonGroupBox.Controls.Add(this.saveVSPokemonTableBTN);
this.pbEffectsMonGroupBox.Controls.Add(this.label71);
this.pbEffectsMonGroupBox.Controls.Add(this.pbEffectsPokemonCombobox);
this.pbEffectsMonGroupBox.Controls.Add(this.pbEffectsVsPokemonListbox);
this.pbEffectsMonGroupBox.Location = new System.Drawing.Point(286, 265);
this.pbEffectsMonGroupBox.Name = "pbEffectsMonGroupBox";
this.pbEffectsMonGroupBox.Size = new System.Drawing.Size(481, 174);
this.pbEffectsMonGroupBox.TabIndex = 33;
this.pbEffectsMonGroupBox.TabStop = false;
this.pbEffectsMonGroupBox.Text = "VS. Pokémon";
//
// tbEditorPokeminiPictureBox
//
this.tbEditorPokeminiPictureBox.Location = new System.Drawing.Point(297, 12);
this.tbEditorPokeminiPictureBox.Name = "tbEditorPokeminiPictureBox";
this.tbEditorPokeminiPictureBox.Size = new System.Drawing.Size(40, 30);
this.tbEditorPokeminiPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.tbEditorPokeminiPictureBox.TabIndex = 43;
this.tbEditorPokeminiPictureBox.TabStop = false;
//
// label69
//
this.label69.AutoSize = true;
this.label69.Location = new System.Drawing.Point(249, 80);
this.label69.Name = "label69";
this.label69.Size = new System.Drawing.Size(120, 13);
this.label69.TabIndex = 42;
this.label69.Text = "Maintable Effect Combo";
//
// pbEffectsPokemonChooseMainCombobox
//
this.pbEffectsPokemonChooseMainCombobox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.pbEffectsPokemonChooseMainCombobox.FormattingEnabled = true;
this.pbEffectsPokemonChooseMainCombobox.Location = new System.Drawing.Point(252, 96);
this.pbEffectsPokemonChooseMainCombobox.Name = "pbEffectsPokemonChooseMainCombobox";
this.pbEffectsPokemonChooseMainCombobox.Size = new System.Drawing.Size(218, 21);
this.pbEffectsPokemonChooseMainCombobox.TabIndex = 41;
//
// HOWvsPokemonButton
//
this.HOWvsPokemonButton.Image = ((System.Drawing.Image)(resources.GetObject("HOWvsPokemonButton.Image")));
this.HOWvsPokemonButton.Location = new System.Drawing.Point(307, 127);
this.HOWvsPokemonButton.Name = "HOWvsPokemonButton";
this.HOWvsPokemonButton.Size = new System.Drawing.Size(28, 29);
this.HOWvsPokemonButton.TabIndex = 39;
this.HOWvsPokemonButton.UseVisualStyleBackColor = true;
this.HOWvsPokemonButton.Click += new System.EventHandler(this.HOWvsPokemonButton_Click);
//
// saveVSPokemonTableBTN
//
this.saveVSPokemonTableBTN.Image = ((System.Drawing.Image)(resources.GetObject("saveVSPokemonTableBTN.Image")));
this.saveVSPokemonTableBTN.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.saveVSPokemonTableBTN.Location = new System.Drawing.Point(337, 123);
this.saveVSPokemonTableBTN.Name = "saveVSPokemonTableBTN";
this.saveVSPokemonTableBTN.Size = new System.Drawing.Size(80, 37);
this.saveVSPokemonTableBTN.TabIndex = 38;
this.saveVSPokemonTableBTN.Text = "Save This Entry";
this.saveVSPokemonTableBTN.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.saveVSPokemonTableBTN.UseVisualStyleBackColor = true;
this.saveVSPokemonTableBTN.Click += new System.EventHandler(this.saveVSPokemonEntryBTN_Click);
//
// label71
//
this.label71.AutoSize = true;
this.label71.Location = new System.Drawing.Point(249, 29);
this.label71.Name = "label71";
this.label71.Size = new System.Drawing.Size(52, 13);
this.label71.TabIndex = 37;
this.label71.Text = "Pokémon";
//
// pbEffectsPokemonCombobox
//
this.pbEffectsPokemonCombobox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.pbEffectsPokemonCombobox.FormattingEnabled = true;
this.pbEffectsPokemonCombobox.Location = new System.Drawing.Point(252, 45);
this.pbEffectsPokemonCombobox.Name = "pbEffectsPokemonCombobox";
this.pbEffectsPokemonCombobox.Size = new System.Drawing.Size(218, 21);
this.pbEffectsPokemonCombobox.TabIndex = 36;
this.pbEffectsPokemonCombobox.SelectedIndexChanged += new System.EventHandler(this.pbEffectsPokemonCombobox_SelectedIndexChanged);
//
// pbEffectsVsPokemonListbox
//
this.pbEffectsVsPokemonListbox.FormattingEnabled = true;
this.pbEffectsVsPokemonListbox.Location = new System.Drawing.Point(9, 17);
this.pbEffectsVsPokemonListbox.Name = "pbEffectsVsPokemonListbox";
this.pbEffectsVsPokemonListbox.Size = new System.Drawing.Size(234, 147);
this.pbEffectsVsPokemonListbox.TabIndex = 35;
this.pbEffectsVsPokemonListbox.SelectedIndexChanged += new System.EventHandler(this.pbEffectsVsPokemonListbox_SelectedIndexChanged);
//
// conditionalMusicGroupBox
//
this.conditionalMusicGroupBox.Controls.Add(this.label66);
this.conditionalMusicGroupBox.Controls.Add(this.HOWconditionalMusicTableButton);
this.conditionalMusicGroupBox.Controls.Add(this.saveConditionalMusicTableBTN);
this.conditionalMusicGroupBox.Controls.Add(this.label65);
this.conditionalMusicGroupBox.Controls.Add(this.musicIDconditionalMusicUpDown);
this.conditionalMusicGroupBox.Controls.Add(this.label64);
this.conditionalMusicGroupBox.Controls.Add(this.flagConditionalMusicUpDown);
this.conditionalMusicGroupBox.Controls.Add(this.label41);
this.conditionalMusicGroupBox.Controls.Add(this.locationNameConditionalMusicLBL);
this.conditionalMusicGroupBox.Controls.Add(this.headerConditionalMusicComboBox);
this.conditionalMusicGroupBox.Controls.Add(this.conditionalMusicTableListBox);
this.conditionalMusicGroupBox.Location = new System.Drawing.Point(19, 12);
this.conditionalMusicGroupBox.Name = "conditionalMusicGroupBox";
this.conditionalMusicGroupBox.Size = new System.Drawing.Size(360, 190);
this.conditionalMusicGroupBox.TabIndex = 13;
this.conditionalMusicGroupBox.TabStop = false;
this.conditionalMusicGroupBox.Text = "Conditional Music Table";
//
// label66
//
this.label66.AutoSize = true;
this.label66.Location = new System.Drawing.Point(5, 20);
this.label66.Name = "label66";
this.label66.Size = new System.Drawing.Size(72, 13);
this.label66.TabIndex = 10;
this.label66.Text = "Locations List";
//
// HOWconditionalMusicTableButton
//
this.HOWconditionalMusicTableButton.Image = ((System.Drawing.Image)(resources.GetObject("HOWconditionalMusicTableButton.Image")));
this.HOWconditionalMusicTableButton.Location = new System.Drawing.Point(232, 146);
this.HOWconditionalMusicTableButton.Name = "HOWconditionalMusicTableButton";
this.HOWconditionalMusicTableButton.Size = new System.Drawing.Size(28, 29);
this.HOWconditionalMusicTableButton.TabIndex = 9;
this.HOWconditionalMusicTableButton.UseVisualStyleBackColor = true;
this.HOWconditionalMusicTableButton.Click += new System.EventHandler(this.HOWconditionalMusicTableButton_Click);
//
// saveConditionalMusicTableBTN
//
this.saveConditionalMusicTableBTN.Image = ((System.Drawing.Image)(resources.GetObject("saveConditionalMusicTableBTN.Image")));
this.saveConditionalMusicTableBTN.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.saveConditionalMusicTableBTN.Location = new System.Drawing.Point(262, 142);
this.saveConditionalMusicTableBTN.Name = "saveConditionalMusicTableBTN";
this.saveConditionalMusicTableBTN.Size = new System.Drawing.Size(89, 37);
this.saveConditionalMusicTableBTN.TabIndex = 8;
this.saveConditionalMusicTableBTN.Text = "Save Table";
this.saveConditionalMusicTableBTN.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.saveConditionalMusicTableBTN.UseVisualStyleBackColor = true;
this.saveConditionalMusicTableBTN.Click += new System.EventHandler(this.saveConditionalMusicTableBTN_Click);
//
// label65
//
this.label65.AutoSize = true;
this.label65.Location = new System.Drawing.Point(262, 83);
this.label65.Name = "label65";
this.label65.Size = new System.Drawing.Size(49, 13);
this.label65.TabIndex = 7;
this.label65.Text = "Music ID";
//
// musicIDconditionalMusicUpDown
//
this.musicIDconditionalMusicUpDown.Location = new System.Drawing.Point(265, 99);
this.musicIDconditionalMusicUpDown.Maximum = new decimal(new int[] {
32767,
0,
0,
0});
this.musicIDconditionalMusicUpDown.Name = "musicIDconditionalMusicUpDown";
this.musicIDconditionalMusicUpDown.Size = new System.Drawing.Size(67, 20);
this.musicIDconditionalMusicUpDown.TabIndex = 6;
this.musicIDconditionalMusicUpDown.ValueChanged += new System.EventHandler(this.musicIDconditionalMusicUpDown_ValueChanged);
//
// label64
//
this.label64.AutoSize = true;
this.label64.Location = new System.Drawing.Point(179, 83);
this.label64.Name = "label64";
this.label64.Size = new System.Drawing.Size(27, 13);
this.label64.TabIndex = 5;
this.label64.Text = "Flag";
//
// flagConditionalMusicUpDown
//
this.flagConditionalMusicUpDown.Location = new System.Drawing.Point(182, 99);
this.flagConditionalMusicUpDown.Maximum = new decimal(new int[] {
32767,
0,
0,
0});
this.flagConditionalMusicUpDown.Name = "flagConditionalMusicUpDown";
this.flagConditionalMusicUpDown.Size = new System.Drawing.Size(67, 20);
this.flagConditionalMusicUpDown.TabIndex = 4;
this.flagConditionalMusicUpDown.ValueChanged += new System.EventHandler(this.flagConditionalMusicUpDown_ValueChanged);
//
// label41
//
this.label41.AutoSize = true;
this.label41.Location = new System.Drawing.Point(175, 20);
this.label41.Name = "label41";
this.label41.Size = new System.Drawing.Size(42, 13);
this.label41.TabIndex = 3;
this.label41.Text = "Header";
//
// locationNameConditionalMusicLBL
//
this.locationNameConditionalMusicLBL.AutoSize = true;
this.locationNameConditionalMusicLBL.Location = new System.Drawing.Point(175, 59);
this.locationNameConditionalMusicLBL.Name = "locationNameConditionalMusicLBL";
this.locationNameConditionalMusicLBL.Size = new System.Drawing.Size(79, 13);
this.locationNameConditionalMusicLBL.TabIndex = 2;
this.locationNameConditionalMusicLBL.Text = "Location Name";
//
// headerConditionalMusicComboBox
//
this.headerConditionalMusicComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.headerConditionalMusicComboBox.FormattingEnabled = true;
this.headerConditionalMusicComboBox.Location = new System.Drawing.Point(178, 35);
this.headerConditionalMusicComboBox.Name = "headerConditionalMusicComboBox";
this.headerConditionalMusicComboBox.Size = new System.Drawing.Size(173, 21);
this.headerConditionalMusicComboBox.TabIndex = 1;
this.headerConditionalMusicComboBox.SelectedIndexChanged += new System.EventHandler(this.headerConditionalMusicComboBox_SelectedIndexChanged);
//
// conditionalMusicTableListBox
//
this.conditionalMusicTableListBox.FormattingEnabled = true;
this.conditionalMusicTableListBox.Location = new System.Drawing.Point(6, 34);
this.conditionalMusicTableListBox.Name = "conditionalMusicTableListBox";
this.conditionalMusicTableListBox.Size = new System.Drawing.Size(165, 147);
this.conditionalMusicTableListBox.TabIndex = 0;
this.conditionalMusicTableListBox.SelectedIndexChanged += new System.EventHandler(this.conditionalMusicTableListBox_SelectedIndexChanged);
//
// TableEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.label73);
this.Controls.Add(this.pbEffectsGroupBox);
this.Controls.Add(this.conditionalMusicGroupBox);
this.Name = "TableEditor";
this.Size = new System.Drawing.Size(1193, 646);
this.pbEffectsGroupBox.ResumeLayout(false);
this.groupBox31.ResumeLayout(false);
this.groupBox31.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbEffectsBattleSSEQUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbEffectsVSAnimationUpDown)).EndInit();
this.pbEffectsTrainerGroupBox.ResumeLayout(false);
this.pbEffectsTrainerGroupBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.tbEditorTrClassFramePreviewUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbEditorTrClassPictureBox)).EndInit();
this.pbEffectsMonGroupBox.ResumeLayout(false);
this.pbEffectsMonGroupBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.tbEditorPokeminiPictureBox)).EndInit();
this.conditionalMusicGroupBox.ResumeLayout(false);
this.conditionalMusicGroupBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.musicIDconditionalMusicUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.flagConditionalMusicUpDown)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label73;
private System.Windows.Forms.GroupBox pbEffectsGroupBox;
private System.Windows.Forms.GroupBox groupBox31;
private System.Windows.Forms.Button HOWpbEffectsTableButton;
private System.Windows.Forms.NumericUpDown pbEffectsBattleSSEQUpDown;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Button saveEffectCombosTableBTN;
private System.Windows.Forms.NumericUpDown pbEffectsVSAnimationUpDown;
private System.Windows.Forms.ListBox pbEffectsCombosListbox;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.GroupBox pbEffectsTrainerGroupBox;
private System.Windows.Forms.Label label75;
private System.Windows.Forms.Label tbEditortrainerClassFrameMaxLabel;
private System.Windows.Forms.NumericUpDown tbEditorTrClassFramePreviewUpDown;
private System.Windows.Forms.PictureBox tbEditorTrClassPictureBox;
private System.Windows.Forms.Label label68;
private System.Windows.Forms.ComboBox pbEffectsTrainerChooseMainCombobox;
private System.Windows.Forms.Button HOWVsTrainerButton;
private System.Windows.Forms.Button saveVSTrainerTableBTN;
private System.Windows.Forms.Label label70;
private System.Windows.Forms.GroupBox pbEffectsMonGroupBox;
private System.Windows.Forms.PictureBox tbEditorPokeminiPictureBox;
private System.Windows.Forms.Label label69;
private System.Windows.Forms.ComboBox pbEffectsPokemonChooseMainCombobox;
private System.Windows.Forms.Button HOWvsPokemonButton;
private System.Windows.Forms.Button saveVSPokemonTableBTN;
private System.Windows.Forms.Label label71;
private System.Windows.Forms.ComboBox pbEffectsPokemonCombobox;
private System.Windows.Forms.ListBox pbEffectsVsPokemonListbox;
private System.Windows.Forms.GroupBox conditionalMusicGroupBox;
private System.Windows.Forms.Label label66;
private System.Windows.Forms.Button HOWconditionalMusicTableButton;
private System.Windows.Forms.Button saveConditionalMusicTableBTN;
private System.Windows.Forms.Label label65;
private System.Windows.Forms.NumericUpDown musicIDconditionalMusicUpDown;
private System.Windows.Forms.Label label64;
private System.Windows.Forms.NumericUpDown flagConditionalMusicUpDown;
private System.Windows.Forms.Label label41;
private System.Windows.Forms.Label locationNameConditionalMusicLBL;
private System.Windows.Forms.ComboBox headerConditionalMusicComboBox;
private System.Windows.Forms.ListBox conditionalMusicTableListBox;
public System.Windows.Forms.ComboBox pbEffectsTrainerCombobox;
public System.Windows.Forms.ListBox pbEffectsVsTrainerListbox;
}
}