DS-Pokemon-Rom-Editor/DS_Map/Editors/HeadbuttEncounterEditor.Designer.cs
Miguel Terol Espino e8a537cb64 Incorporated Safari and Headbutt editors
Co-authored-by: Cuddlyogre <cuddlyogre@users.noreply.github.com>
2024-03-03 18:32:30 +01:00

460 lines
21 KiB
C#

using System.ComponentModel;
namespace DSPRE.Editors {
partial class HeadbuttEncounterEditor {
/// <summary>
/// Required designer variable.
/// </summary>
private 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 Component 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() {
this.buttonSaveAs = new System.Windows.Forms.Button();
this.buttonSave = new System.Windows.Forms.Button();
this.tabControl = new System.Windows.Forms.TabControl();
this.tabPageNormal = new System.Windows.Forms.TabPage();
this.headbuttEncounterEditorTabNormal = new DSPRE.Editors.HeadbuttEncounterEditorTab();
this.tabPageSpecial = new System.Windows.Forms.TabPage();
this.headbuttEncounterEditorTabSpecial = new DSPRE.Editors.HeadbuttEncounterEditorTab();
this.mapRenderPanel = new System.Windows.Forms.Panel();
this.openGlPictureBox = new System.Windows.Forms.PictureBox();
this.mapScreenshotButton = new System.Windows.Forms.Button();
this.comboBoxMapHeader = new System.Windows.Forms.ComboBox();
this.comboBoxMapFile = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.labelLocationName = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.numericUpDownTreeGlobalX = new System.Windows.Forms.NumericUpDown();
this.numericUpDownTreeGlobalY = new System.Windows.Forms.NumericUpDown();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.numericUpDownTreeMatrixX = new System.Windows.Forms.NumericUpDown();
this.numericUpDownTreeMatrixY = new System.Windows.Forms.NumericUpDown();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.numericUpDownTreeMapX = new System.Windows.Forms.NumericUpDown();
this.numericUpDownTreeMapY = new System.Windows.Forms.NumericUpDown();
this.RightClickLabel = new System.Windows.Forms.Label();
this.LeftClickLabel = new System.Windows.Forms.Label();
this.LeftClickPicture = new System.Windows.Forms.PictureBox();
this.rightClickPicture = new System.Windows.Forms.PictureBox();
this.buttonImport = new System.Windows.Forms.Button();
this.tabControl.SuspendLayout();
this.tabPageNormal.SuspendLayout();
this.tabPageSpecial.SuspendLayout();
this.mapRenderPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.openGlPictureBox)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTreeGlobalX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTreeGlobalY)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTreeMatrixX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTreeMatrixY)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTreeMapX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTreeMapY)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LeftClickPicture)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rightClickPicture)).BeginInit();
this.SuspendLayout();
//
// buttonSaveAs
//
this.buttonSaveAs.Location = new System.Drawing.Point(338, 29);
this.buttonSaveAs.Name = "buttonSaveAs";
this.buttonSaveAs.Size = new System.Drawing.Size(75, 23);
this.buttonSaveAs.TabIndex = 9;
this.buttonSaveAs.Text = "Save As";
this.buttonSaveAs.UseVisualStyleBackColor = true;
this.buttonSaveAs.Click += new System.EventHandler(this.buttonSaveAs_Click);
//
// buttonSave
//
this.buttonSave.Location = new System.Drawing.Point(338, 3);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(75, 23);
this.buttonSave.TabIndex = 10;
this.buttonSave.Text = "Save";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
//
// tabControl
//
this.tabControl.Controls.Add(this.tabPageNormal);
this.tabControl.Controls.Add(this.tabPageSpecial);
this.tabControl.Location = new System.Drawing.Point(3, 71);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(274, 544);
this.tabControl.TabIndex = 21;
//
// tabPageNormal
//
this.tabPageNormal.Controls.Add(this.headbuttEncounterEditorTabNormal);
this.tabPageNormal.Location = new System.Drawing.Point(4, 22);
this.tabPageNormal.Name = "tabPageNormal";
this.tabPageNormal.Padding = new System.Windows.Forms.Padding(3);
this.tabPageNormal.Size = new System.Drawing.Size(266, 518);
this.tabPageNormal.TabIndex = 0;
this.tabPageNormal.Text = "Normal";
this.tabPageNormal.UseVisualStyleBackColor = true;
//
// headbuttEncounterEditorTabNormal
//
this.headbuttEncounterEditorTabNormal.Location = new System.Drawing.Point(2, 2);
this.headbuttEncounterEditorTabNormal.Name = "headbuttEncounterEditorTabNormal";
this.headbuttEncounterEditorTabNormal.Size = new System.Drawing.Size(264, 519);
this.headbuttEncounterEditorTabNormal.TabIndex = 0;
//
// tabPageSpecial
//
this.tabPageSpecial.Controls.Add(this.headbuttEncounterEditorTabSpecial);
this.tabPageSpecial.Location = new System.Drawing.Point(4, 22);
this.tabPageSpecial.Name = "tabPageSpecial";
this.tabPageSpecial.Padding = new System.Windows.Forms.Padding(3);
this.tabPageSpecial.Size = new System.Drawing.Size(266, 518);
this.tabPageSpecial.TabIndex = 1;
this.tabPageSpecial.Text = "Special";
this.tabPageSpecial.UseVisualStyleBackColor = true;
//
// headbuttEncounterEditorTabSpecial
//
this.headbuttEncounterEditorTabSpecial.Location = new System.Drawing.Point(2, 2);
this.headbuttEncounterEditorTabSpecial.Name = "headbuttEncounterEditorTabSpecial";
this.headbuttEncounterEditorTabSpecial.Size = new System.Drawing.Size(402, 518);
this.headbuttEncounterEditorTabSpecial.TabIndex = 0;
//
// mapRenderPanel
//
this.mapRenderPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.mapRenderPanel.Controls.Add(this.openGlPictureBox);
this.mapRenderPanel.Location = new System.Drawing.Point(419, 4);
this.mapRenderPanel.Name = "mapRenderPanel";
this.mapRenderPanel.Size = new System.Drawing.Size(610, 610);
this.mapRenderPanel.TabIndex = 24;
//
// openGlPictureBox
//
this.openGlPictureBox.BackColor = System.Drawing.Color.White;
this.openGlPictureBox.Location = new System.Drawing.Point(0, 0);
this.openGlPictureBox.Name = "openGlPictureBox";
this.openGlPictureBox.Size = new System.Drawing.Size(608, 608);
this.openGlPictureBox.TabIndex = 3;
this.openGlPictureBox.TabStop = false;
this.openGlPictureBox.Click += new System.EventHandler(this.openGlPictureBox_Click);
//
// mapScreenshotButton
//
this.mapScreenshotButton.Image = global::DSPRE.Properties.Resources.cameraIcon;
this.mapScreenshotButton.Location = new System.Drawing.Point(1034, 574);
this.mapScreenshotButton.Name = "mapScreenshotButton";
this.mapScreenshotButton.Size = new System.Drawing.Size(41, 40);
this.mapScreenshotButton.TabIndex = 39;
this.mapScreenshotButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.mapScreenshotButton.UseVisualStyleBackColor = true;
this.mapScreenshotButton.Click += new System.EventHandler(this.mapScreenshotButton_Click);
//
// comboBoxMapHeader
//
this.comboBoxMapHeader.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxMapHeader.FormattingEnabled = true;
this.comboBoxMapHeader.Location = new System.Drawing.Point(54, 4);
this.comboBoxMapHeader.Name = "comboBoxMapHeader";
this.comboBoxMapHeader.Size = new System.Drawing.Size(278, 21);
this.comboBoxMapHeader.TabIndex = 40;
this.comboBoxMapHeader.SelectedIndexChanged += new System.EventHandler(this.comboBoxMapHeader_SelectedIndexChanged);
//
// comboBoxMapFile
//
this.comboBoxMapFile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxMapFile.FormattingEnabled = true;
this.comboBoxMapFile.Location = new System.Drawing.Point(54, 31);
this.comboBoxMapFile.Name = "comboBoxMapFile";
this.comboBoxMapFile.Size = new System.Drawing.Size(278, 21);
this.comboBoxMapFile.TabIndex = 40;
this.comboBoxMapFile.SelectedIndexChanged += new System.EventHandler(this.comboBoxMapFile_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 7);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(42, 13);
this.label1.TabIndex = 41;
this.label1.Text = "Header";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(20, 36);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(28, 13);
this.label2.TabIndex = 41;
this.label2.Text = "Map";
//
// labelLocationName
//
this.labelLocationName.AutoSize = true;
this.labelLocationName.Location = new System.Drawing.Point(51, 55);
this.labelLocationName.Name = "labelLocationName";
this.labelLocationName.Size = new System.Drawing.Size(35, 13);
this.labelLocationName.TabIndex = 42;
this.labelLocationName.Text = "label3";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.numericUpDownTreeGlobalX);
this.groupBox1.Controls.Add(this.numericUpDownTreeGlobalY);
this.groupBox1.Location = new System.Drawing.Point(279, 452);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(134, 49);
this.groupBox1.TabIndex = 16;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Global";
//
// numericUpDownTreeGlobalX
//
this.numericUpDownTreeGlobalX.Location = new System.Drawing.Point(6, 19);
this.numericUpDownTreeGlobalX.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.numericUpDownTreeGlobalX.Name = "numericUpDownTreeGlobalX";
this.numericUpDownTreeGlobalX.Size = new System.Drawing.Size(58, 20);
this.numericUpDownTreeGlobalX.TabIndex = 15;
this.numericUpDownTreeGlobalX.ValueChanged += new System.EventHandler(this.numericUpDownTreeGlobalX_ValueChanged);
//
// numericUpDownTreeGlobalY
//
this.numericUpDownTreeGlobalY.Location = new System.Drawing.Point(70, 19);
this.numericUpDownTreeGlobalY.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.numericUpDownTreeGlobalY.Name = "numericUpDownTreeGlobalY";
this.numericUpDownTreeGlobalY.Size = new System.Drawing.Size(58, 20);
this.numericUpDownTreeGlobalY.TabIndex = 15;
this.numericUpDownTreeGlobalY.ValueChanged += new System.EventHandler(this.numericUpDownTreeGlobalY_ValueChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.numericUpDownTreeMatrixX);
this.groupBox2.Controls.Add(this.numericUpDownTreeMatrixY);
this.groupBox2.Location = new System.Drawing.Point(279, 507);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(134, 49);
this.groupBox2.TabIndex = 16;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Matrix";
//
// numericUpDownTreeMatrixX
//
this.numericUpDownTreeMatrixX.Location = new System.Drawing.Point(6, 19);
this.numericUpDownTreeMatrixX.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.numericUpDownTreeMatrixX.Name = "numericUpDownTreeMatrixX";
this.numericUpDownTreeMatrixX.Size = new System.Drawing.Size(58, 20);
this.numericUpDownTreeMatrixX.TabIndex = 15;
this.numericUpDownTreeMatrixX.ValueChanged += new System.EventHandler(this.numericUpDownTreeMatrixX_ValueChanged);
//
// numericUpDownTreeMatrixY
//
this.numericUpDownTreeMatrixY.Location = new System.Drawing.Point(70, 19);
this.numericUpDownTreeMatrixY.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.numericUpDownTreeMatrixY.Name = "numericUpDownTreeMatrixY";
this.numericUpDownTreeMatrixY.Size = new System.Drawing.Size(58, 20);
this.numericUpDownTreeMatrixY.TabIndex = 15;
this.numericUpDownTreeMatrixY.ValueChanged += new System.EventHandler(this.numericUpDownTreeMatrixY_ValueChanged);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.numericUpDownTreeMapX);
this.groupBox3.Controls.Add(this.numericUpDownTreeMapY);
this.groupBox3.Location = new System.Drawing.Point(279, 562);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(134, 49);
this.groupBox3.TabIndex = 16;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Local";
//
// numericUpDownTreeMapX
//
this.numericUpDownTreeMapX.Location = new System.Drawing.Point(6, 19);
this.numericUpDownTreeMapX.Maximum = new decimal(new int[] {
31,
0,
0,
0});
this.numericUpDownTreeMapX.Name = "numericUpDownTreeMapX";
this.numericUpDownTreeMapX.Size = new System.Drawing.Size(58, 20);
this.numericUpDownTreeMapX.TabIndex = 15;
this.numericUpDownTreeMapX.ValueChanged += new System.EventHandler(this.numericUpDownTreeMapX_ValueChanged);
//
// numericUpDownTreeMapY
//
this.numericUpDownTreeMapY.Location = new System.Drawing.Point(70, 19);
this.numericUpDownTreeMapY.Maximum = new decimal(new int[] {
31,
0,
0,
0});
this.numericUpDownTreeMapY.Name = "numericUpDownTreeMapY";
this.numericUpDownTreeMapY.Size = new System.Drawing.Size(58, 20);
this.numericUpDownTreeMapY.TabIndex = 15;
this.numericUpDownTreeMapY.ValueChanged += new System.EventHandler(this.numericUpDownTreeMapY_ValueChanged);
//
// RightClickLabel
//
this.RightClickLabel.AutoSize = true;
this.RightClickLabel.Location = new System.Drawing.Point(308, 425);
this.RightClickLabel.Name = "RightClickLabel";
this.RightClickLabel.Size = new System.Drawing.Size(37, 13);
this.RightClickLabel.TabIndex = 66;
this.RightClickLabel.Text = "Select";
//
// LeftClickLabel
//
this.LeftClickLabel.AutoSize = true;
this.LeftClickLabel.Location = new System.Drawing.Point(352, 425);
this.LeftClickLabel.Name = "LeftClickLabel";
this.LeftClickLabel.Size = new System.Drawing.Size(34, 13);
this.LeftClickLabel.TabIndex = 63;
this.LeftClickLabel.Text = "Move";
//
// LeftClickPicture
//
this.LeftClickPicture.Image = global::DSPRE.Properties.Resources.LeftClick;
this.LeftClickPicture.ImageLocation = "";
this.LeftClickPicture.Location = new System.Drawing.Point(349, 387);
this.LeftClickPicture.Name = "LeftClickPicture";
this.LeftClickPicture.Size = new System.Drawing.Size(38, 38);
this.LeftClickPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.LeftClickPicture.TabIndex = 61;
this.LeftClickPicture.TabStop = false;
//
// rightClickPicture
//
this.rightClickPicture.Image = global::DSPRE.Properties.Resources.RightClick;
this.rightClickPicture.ImageLocation = "";
this.rightClickPicture.Location = new System.Drawing.Point(307, 387);
this.rightClickPicture.Name = "rightClickPicture";
this.rightClickPicture.Size = new System.Drawing.Size(38, 38);
this.rightClickPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.rightClickPicture.TabIndex = 65;
this.rightClickPicture.TabStop = false;
//
// buttonImport
//
this.buttonImport.Location = new System.Drawing.Point(338, 55);
this.buttonImport.Name = "buttonImport";
this.buttonImport.Size = new System.Drawing.Size(75, 23);
this.buttonImport.TabIndex = 9;
this.buttonImport.Text = "Import";
this.buttonImport.UseVisualStyleBackColor = true;
this.buttonImport.Click += new System.EventHandler(this.buttonImport_Click);
//
// HeadbuttEncounterEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.Controls.Add(this.RightClickLabel);
this.Controls.Add(this.LeftClickLabel);
this.Controls.Add(this.LeftClickPicture);
this.Controls.Add(this.rightClickPicture);
this.Controls.Add(this.labelLocationName);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.comboBoxMapFile);
this.Controls.Add(this.comboBoxMapHeader);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.mapRenderPanel);
this.Controls.Add(this.tabControl);
this.Controls.Add(this.mapScreenshotButton);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.buttonImport);
this.Controls.Add(this.buttonSaveAs);
this.Controls.Add(this.buttonSave);
this.Controls.Add(this.groupBox1);
this.Location = new System.Drawing.Point(15, 15);
this.Name = "HeadbuttEncounterEditor";
this.Size = new System.Drawing.Size(1080, 620);
this.tabControl.ResumeLayout(false);
this.tabPageNormal.ResumeLayout(false);
this.tabPageSpecial.ResumeLayout(false);
this.mapRenderPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.openGlPictureBox)).EndInit();
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTreeGlobalX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTreeGlobalY)).EndInit();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTreeMatrixX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTreeMatrixY)).EndInit();
this.groupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTreeMapX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTreeMapY)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LeftClickPicture)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rightClickPicture)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.Button buttonSaveAs;
private System.Windows.Forms.Button buttonSave;
#endregion
private System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.TabPage tabPageNormal;
private System.Windows.Forms.TabPage tabPageSpecial;
private HeadbuttEncounterEditorTab headbuttEncounterEditorTabNormal;
private HeadbuttEncounterEditorTab headbuttEncounterEditorTabSpecial;
private System.Windows.Forms.Panel mapRenderPanel;
private System.Windows.Forms.PictureBox openGlPictureBox;
private System.Windows.Forms.Button mapScreenshotButton;
private System.Windows.Forms.ComboBox comboBoxMapHeader;
private System.Windows.Forms.ComboBox comboBoxMapFile;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label labelLocationName;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.NumericUpDown numericUpDownTreeGlobalX;
private System.Windows.Forms.NumericUpDown numericUpDownTreeGlobalY;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.NumericUpDown numericUpDownTreeMatrixX;
private System.Windows.Forms.NumericUpDown numericUpDownTreeMatrixY;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.NumericUpDown numericUpDownTreeMapX;
private System.Windows.Forms.NumericUpDown numericUpDownTreeMapY;
private System.Windows.Forms.Label RightClickLabel;
private System.Windows.Forms.Label LeftClickLabel;
private System.Windows.Forms.PictureBox LeftClickPicture;
private System.Windows.Forms.PictureBox rightClickPicture;
private System.Windows.Forms.Button buttonImport;
}
}