DS-Pokemon-Rom-Editor/DS_Map/Editors/SafariZoneEditor.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

251 lines
11 KiB
C#

namespace DSPRE.Editors
{
partial class SafariZoneEditor
{
/// <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 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.tabPageSuperRod = new System.Windows.Forms.TabPage();
this.safariZoneEncounterGroupEditorSuperRod = new DSPRE.Editors.SafariZoneEncounterGroupEditor();
this.tabPageGoodRod = new System.Windows.Forms.TabPage();
this.safariZoneEncounterGroupEditorGoodRod = new DSPRE.Editors.SafariZoneEncounterGroupEditor();
this.tabPageOldRod = new System.Windows.Forms.TabPage();
this.safariZoneEncounterGroupEditorOldRod = new DSPRE.Editors.SafariZoneEncounterGroupEditor();
this.tabPageSurf = new System.Windows.Forms.TabPage();
this.safariZoneEncounterGroupEditorSurf = new DSPRE.Editors.SafariZoneEncounterGroupEditor();
this.tabPageGrass = new System.Windows.Forms.TabPage();
this.safariZoneEncounterGroupEditorGrass = new DSPRE.Editors.SafariZoneEncounterGroupEditor();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.label1 = new System.Windows.Forms.Label();
this.comboBoxFileID = new System.Windows.Forms.ComboBox();
this.buttonImport = new System.Windows.Forms.Button();
this.tabPageSuperRod.SuspendLayout();
this.tabPageGoodRod.SuspendLayout();
this.tabPageOldRod.SuspendLayout();
this.tabPageSurf.SuspendLayout();
this.tabPageGrass.SuspendLayout();
this.tabControl1.SuspendLayout();
this.SuspendLayout();
//
// buttonSaveAs
//
this.buttonSaveAs.Location = new System.Drawing.Point(236, 14);
this.buttonSaveAs.Name = "buttonSaveAs";
this.buttonSaveAs.Size = new System.Drawing.Size(75, 23);
this.buttonSaveAs.TabIndex = 28;
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(155, 14);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(75, 23);
this.buttonSave.TabIndex = 28;
this.buttonSave.Text = "Save";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
//
// tabPageSuperRod
//
this.tabPageSuperRod.Controls.Add(this.safariZoneEncounterGroupEditorSuperRod);
this.tabPageSuperRod.Location = new System.Drawing.Point(4, 22);
this.tabPageSuperRod.Name = "tabPageSuperRod";
this.tabPageSuperRod.Padding = new System.Windows.Forms.Padding(3);
this.tabPageSuperRod.Size = new System.Drawing.Size(935, 264);
this.tabPageSuperRod.TabIndex = 4;
this.tabPageSuperRod.Text = "Super Rod";
this.tabPageSuperRod.UseVisualStyleBackColor = true;
//
// safariZoneEncounterGroupEditorSuperRod
//
this.safariZoneEncounterGroupEditorSuperRod.Location = new System.Drawing.Point(6, 6);
this.safariZoneEncounterGroupEditorSuperRod.Name = "safariZoneEncounterGroupEditorSuperRod";
this.safariZoneEncounterGroupEditorSuperRod.Size = new System.Drawing.Size(969, 255);
this.safariZoneEncounterGroupEditorSuperRod.TabIndex = 25;
//
// tabPageGoodRod
//
this.tabPageGoodRod.Controls.Add(this.safariZoneEncounterGroupEditorGoodRod);
this.tabPageGoodRod.Location = new System.Drawing.Point(4, 22);
this.tabPageGoodRod.Name = "tabPageGoodRod";
this.tabPageGoodRod.Padding = new System.Windows.Forms.Padding(3);
this.tabPageGoodRod.Size = new System.Drawing.Size(935, 264);
this.tabPageGoodRod.TabIndex = 3;
this.tabPageGoodRod.Text = "Good Rod";
this.tabPageGoodRod.UseVisualStyleBackColor = true;
//
// safariZoneEncounterGroupEditorGoodRod
//
this.safariZoneEncounterGroupEditorGoodRod.Location = new System.Drawing.Point(6, 6);
this.safariZoneEncounterGroupEditorGoodRod.Name = "safariZoneEncounterGroupEditorGoodRod";
this.safariZoneEncounterGroupEditorGoodRod.Size = new System.Drawing.Size(969, 255);
this.safariZoneEncounterGroupEditorGoodRod.TabIndex = 25;
//
// tabPageOldRod
//
this.tabPageOldRod.Controls.Add(this.safariZoneEncounterGroupEditorOldRod);
this.tabPageOldRod.Location = new System.Drawing.Point(4, 22);
this.tabPageOldRod.Name = "tabPageOldRod";
this.tabPageOldRod.Padding = new System.Windows.Forms.Padding(3);
this.tabPageOldRod.Size = new System.Drawing.Size(935, 264);
this.tabPageOldRod.TabIndex = 2;
this.tabPageOldRod.Text = "Old Rod";
this.tabPageOldRod.UseVisualStyleBackColor = true;
//
// safariZoneEncounterGroupEditorOldRod
//
this.safariZoneEncounterGroupEditorOldRod.Location = new System.Drawing.Point(6, 6);
this.safariZoneEncounterGroupEditorOldRod.Name = "safariZoneEncounterGroupEditorOldRod";
this.safariZoneEncounterGroupEditorOldRod.Size = new System.Drawing.Size(969, 255);
this.safariZoneEncounterGroupEditorOldRod.TabIndex = 25;
//
// tabPageSurf
//
this.tabPageSurf.Controls.Add(this.safariZoneEncounterGroupEditorSurf);
this.tabPageSurf.Location = new System.Drawing.Point(4, 22);
this.tabPageSurf.Name = "tabPageSurf";
this.tabPageSurf.Padding = new System.Windows.Forms.Padding(3);
this.tabPageSurf.Size = new System.Drawing.Size(935, 264);
this.tabPageSurf.TabIndex = 1;
this.tabPageSurf.Text = "Surf";
this.tabPageSurf.UseVisualStyleBackColor = true;
//
// safariZoneEncounterGroupEditorSurf
//
this.safariZoneEncounterGroupEditorSurf.Location = new System.Drawing.Point(6, 6);
this.safariZoneEncounterGroupEditorSurf.Name = "safariZoneEncounterGroupEditorSurf";
this.safariZoneEncounterGroupEditorSurf.Size = new System.Drawing.Size(969, 255);
this.safariZoneEncounterGroupEditorSurf.TabIndex = 25;
//
// tabPageGrass
//
this.tabPageGrass.Controls.Add(this.safariZoneEncounterGroupEditorGrass);
this.tabPageGrass.Location = new System.Drawing.Point(4, 22);
this.tabPageGrass.Name = "tabPageGrass";
this.tabPageGrass.Padding = new System.Windows.Forms.Padding(3);
this.tabPageGrass.Size = new System.Drawing.Size(935, 264);
this.tabPageGrass.TabIndex = 0;
this.tabPageGrass.Text = "Grass";
this.tabPageGrass.UseVisualStyleBackColor = true;
//
// safariZoneEncounterGroupEditorGrass
//
this.safariZoneEncounterGroupEditorGrass.Location = new System.Drawing.Point(6, 6);
this.safariZoneEncounterGroupEditorGrass.Name = "safariZoneEncounterGroupEditorGrass";
this.safariZoneEncounterGroupEditorGrass.Size = new System.Drawing.Size(969, 255);
this.safariZoneEncounterGroupEditorGrass.TabIndex = 25;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPageGrass);
this.tabControl1.Controls.Add(this.tabPageSurf);
this.tabControl1.Controls.Add(this.tabPageOldRod);
this.tabControl1.Controls.Add(this.tabPageGoodRod);
this.tabControl1.Controls.Add(this.tabPageSuperRod);
this.tabControl1.Location = new System.Drawing.Point(4, 44);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(943, 290);
this.tabControl1.TabIndex = 27;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 13);
this.label1.TabIndex = 26;
this.label1.Text = "Map Name";
//
// comboBoxFileID
//
this.comboBoxFileID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxFileID.FormattingEnabled = true;
this.comboBoxFileID.Location = new System.Drawing.Point(3, 16);
this.comboBoxFileID.Name = "comboBoxFileID";
this.comboBoxFileID.Size = new System.Drawing.Size(146, 21);
this.comboBoxFileID.TabIndex = 0;
this.comboBoxFileID.SelectedIndexChanged += new System.EventHandler(this.comboBoxFileID_SelectedIndexChanged);
//
// buttonImport
//
this.buttonImport.Location = new System.Drawing.Point(317, 14);
this.buttonImport.Name = "buttonImport";
this.buttonImport.Size = new System.Drawing.Size(75, 23);
this.buttonImport.TabIndex = 28;
this.buttonImport.Text = "Import";
this.buttonImport.UseVisualStyleBackColor = true;
this.buttonImport.Click += new System.EventHandler(this.buttonImport_Click);
//
// SafariZoneEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.buttonImport);
this.Controls.Add(this.buttonSaveAs);
this.Controls.Add(this.buttonSave);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.label1);
this.Controls.Add(this.comboBoxFileID);
this.Name = "SafariZoneEditor";
this.Size = new System.Drawing.Size(953, 340);
this.tabPageSuperRod.ResumeLayout(false);
this.tabPageGoodRod.ResumeLayout(false);
this.tabPageOldRod.ResumeLayout(false);
this.tabPageSurf.ResumeLayout(false);
this.tabPageGrass.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonSaveAs;
private System.Windows.Forms.Button buttonSave;
private System.Windows.Forms.TabPage tabPageSuperRod;
private SafariZoneEncounterGroupEditor safariZoneEncounterGroupEditorSuperRod;
private System.Windows.Forms.TabPage tabPageGoodRod;
private SafariZoneEncounterGroupEditor safariZoneEncounterGroupEditorGoodRod;
private System.Windows.Forms.TabPage tabPageOldRod;
private SafariZoneEncounterGroupEditor safariZoneEncounterGroupEditorOldRod;
private System.Windows.Forms.TabPage tabPageSurf;
private SafariZoneEncounterGroupEditor safariZoneEncounterGroupEditorSurf;
private System.Windows.Forms.TabPage tabPageGrass;
private SafariZoneEncounterGroupEditor safariZoneEncounterGroupEditorGrass;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBoxFileID;
private System.Windows.Forms.Button buttonImport;
}
}