DS-Pokemon-Rom-Editor/DS_Map/Editors/SafariZoneEncounterGroupEditor.Designer.cs

331 lines
18 KiB
C#

namespace DSPRE.Editors
{
partial class SafariZoneEncounterGroupEditor
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SafariZoneEncounterGroupEditor));
this.tabControlEncounters = new System.Windows.Forms.TabControl();
this.tabPageMorning = new System.Windows.Forms.TabPage();
this.safariZoneEncounterEditorMorningTab = new DSPRE.Editors.SafariZoneEncounterEditorTab();
this.tabPageDay = new System.Windows.Forms.TabPage();
this.safariZoneEncounterEditorDayTab = new DSPRE.Editors.SafariZoneEncounterEditorTab();
this.tabPageNight = new System.Windows.Forms.TabPage();
this.safariZoneEncounterEditorNightTab = new DSPRE.Editors.SafariZoneEncounterEditorTab();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.comboBoxObjectRequirementType = new System.Windows.Forms.ComboBox();
this.numericUpDownObjectRequirementQty = new System.Windows.Forms.NumericUpDown();
this.listBoxObjectRequirements = new DSPRE.ListBox2();
this.listBoxObjectOptionalRequirements = new DSPRE.ListBox2();
this.numericUpDownObjectOptionalRequirementQty = new System.Windows.Forms.NumericUpDown();
this.comboBoxOptionalObjectRequirementType = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.buttonRemoveObjectEncounter = new System.Windows.Forms.Button();
this.buttonAddObjectEncounter = new System.Windows.Forms.Button();
this.tabControlEncounters.SuspendLayout();
this.tabPageMorning.SuspendLayout();
this.tabPageDay.SuspendLayout();
this.tabPageNight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownObjectRequirementQty)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownObjectOptionalRequirementQty)).BeginInit();
this.SuspendLayout();
//
// tabControlEncounters
//
this.tabControlEncounters.Controls.Add(this.tabPageMorning);
this.tabControlEncounters.Controls.Add(this.tabPageDay);
this.tabControlEncounters.Controls.Add(this.tabPageNight);
this.tabControlEncounters.Location = new System.Drawing.Point(4, 7);
this.tabControlEncounters.Name = "tabControlEncounters";
this.tabControlEncounters.SelectedIndex = 0;
this.tabControlEncounters.Size = new System.Drawing.Size(418, 244);
this.tabControlEncounters.TabIndex = 2;
//
// tabPageMorning
//
this.tabPageMorning.Controls.Add(this.safariZoneEncounterEditorMorningTab);
this.tabPageMorning.Location = new System.Drawing.Point(4, 22);
this.tabPageMorning.Name = "tabPageMorning";
this.tabPageMorning.Padding = new System.Windows.Forms.Padding(3);
this.tabPageMorning.Size = new System.Drawing.Size(410, 218);
this.tabPageMorning.TabIndex = 0;
this.tabPageMorning.Text = "Morning";
this.tabPageMorning.UseVisualStyleBackColor = true;
//
// safariZoneEncounterEditorMorningTab
//
this.safariZoneEncounterEditorMorningTab.Location = new System.Drawing.Point(6, 6);
this.safariZoneEncounterEditorMorningTab.Name = "safariZoneEncounterEditorMorningTab";
this.safariZoneEncounterEditorMorningTab.Size = new System.Drawing.Size(405, 209);
this.safariZoneEncounterEditorMorningTab.TabIndex = 1;
//
// tabPageDay
//
this.tabPageDay.Controls.Add(this.safariZoneEncounterEditorDayTab);
this.tabPageDay.Location = new System.Drawing.Point(4, 22);
this.tabPageDay.Name = "tabPageDay";
this.tabPageDay.Padding = new System.Windows.Forms.Padding(3);
this.tabPageDay.Size = new System.Drawing.Size(410, 218);
this.tabPageDay.TabIndex = 1;
this.tabPageDay.Text = "Day";
this.tabPageDay.UseVisualStyleBackColor = true;
//
// safariZoneEncounterEditorDayTab
//
this.safariZoneEncounterEditorDayTab.Location = new System.Drawing.Point(6, 6);
this.safariZoneEncounterEditorDayTab.Name = "safariZoneEncounterEditorDayTab";
this.safariZoneEncounterEditorDayTab.Size = new System.Drawing.Size(401, 206);
this.safariZoneEncounterEditorDayTab.TabIndex = 1;
//
// tabPageNight
//
this.tabPageNight.Controls.Add(this.safariZoneEncounterEditorNightTab);
this.tabPageNight.Location = new System.Drawing.Point(4, 22);
this.tabPageNight.Name = "tabPageNight";
this.tabPageNight.Padding = new System.Windows.Forms.Padding(3);
this.tabPageNight.Size = new System.Drawing.Size(410, 218);
this.tabPageNight.TabIndex = 2;
this.tabPageNight.Text = "Night";
this.tabPageNight.UseVisualStyleBackColor = true;
//
// safariZoneEncounterEditorNightTab
//
this.safariZoneEncounterEditorNightTab.Location = new System.Drawing.Point(6, 6);
this.safariZoneEncounterEditorNightTab.Name = "safariZoneEncounterEditorNightTab";
this.safariZoneEncounterEditorNightTab.Size = new System.Drawing.Size(401, 206);
this.safariZoneEncounterEditorNightTab.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(657, 198);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(23, 13);
this.label3.TabIndex = 29;
this.label3.Text = "Qty";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(524, 198);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(31, 13);
this.label4.TabIndex = 30;
this.label4.Text = "Type";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(524, 35);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(133, 13);
this.label2.TabIndex = 28;
this.label2.Text = "Object Type Requirements";
//
// comboBoxObjectRequirementType
//
this.comboBoxObjectRequirementType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxObjectRequirementType.FormattingEnabled = true;
this.comboBoxObjectRequirementType.Location = new System.Drawing.Point(527, 214);
this.comboBoxObjectRequirementType.Name = "comboBoxObjectRequirementType";
this.comboBoxObjectRequirementType.Size = new System.Drawing.Size(127, 21);
this.comboBoxObjectRequirementType.TabIndex = 27;
this.comboBoxObjectRequirementType.SelectedIndexChanged += new System.EventHandler(this.comboBoxObjectRequirementType_SelectedIndexChanged);
//
// numericUpDownObjectRequirementQty
//
this.numericUpDownObjectRequirementQty.Location = new System.Drawing.Point(660, 215);
this.numericUpDownObjectRequirementQty.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDownObjectRequirementQty.Name = "numericUpDownObjectRequirementQty";
this.numericUpDownObjectRequirementQty.Size = new System.Drawing.Size(58, 20);
this.numericUpDownObjectRequirementQty.TabIndex = 26;
this.numericUpDownObjectRequirementQty.Value = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDownObjectRequirementQty.ValueChanged += new System.EventHandler(this.numericUpDownObjectRequirementQty_ValueChanged);
//
// listBoxObjectRequirements
//
this.listBoxObjectRequirements.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listBoxObjectRequirements.FormattingEnabled = true;
this.listBoxObjectRequirements.ItemHeight = 14;
this.listBoxObjectRequirements.Location = new System.Drawing.Point(527, 51);
this.listBoxObjectRequirements.Name = "listBoxObjectRequirements";
this.listBoxObjectRequirements.Size = new System.Drawing.Size(191, 144);
this.listBoxObjectRequirements.TabIndex = 25;
this.listBoxObjectRequirements.SelectedIndexChanged += new System.EventHandler(this.listBoxObjectRequirements_SelectedIndexChanged);
//
// listBoxObjectOptionalRequirements
//
this.listBoxObjectOptionalRequirements.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listBoxObjectOptionalRequirements.FormattingEnabled = true;
this.listBoxObjectOptionalRequirements.ItemHeight = 14;
this.listBoxObjectOptionalRequirements.Location = new System.Drawing.Point(724, 51);
this.listBoxObjectOptionalRequirements.Name = "listBoxObjectOptionalRequirements";
this.listBoxObjectOptionalRequirements.Size = new System.Drawing.Size(191, 144);
this.listBoxObjectOptionalRequirements.TabIndex = 25;
this.listBoxObjectOptionalRequirements.SelectedIndexChanged += new System.EventHandler(this.listBoxObjectOptionalRequirements_SelectedIndexChanged);
//
// numericUpDownObjectOptionalRequirementQty
//
this.numericUpDownObjectOptionalRequirementQty.Location = new System.Drawing.Point(857, 215);
this.numericUpDownObjectOptionalRequirementQty.Name = "numericUpDownObjectOptionalRequirementQty";
this.numericUpDownObjectOptionalRequirementQty.Size = new System.Drawing.Size(58, 20);
this.numericUpDownObjectOptionalRequirementQty.TabIndex = 26;
this.numericUpDownObjectOptionalRequirementQty.ValueChanged += new System.EventHandler(this.numericUpDownObjectOptionalRequirementQty_ValueChanged);
//
// comboBoxOptionalObjectRequirementType
//
this.comboBoxOptionalObjectRequirementType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxOptionalObjectRequirementType.FormattingEnabled = true;
this.comboBoxOptionalObjectRequirementType.Location = new System.Drawing.Point(724, 214);
this.comboBoxOptionalObjectRequirementType.Name = "comboBoxOptionalObjectRequirementType";
this.comboBoxOptionalObjectRequirementType.Size = new System.Drawing.Size(127, 21);
this.comboBoxOptionalObjectRequirementType.TabIndex = 27;
this.comboBoxOptionalObjectRequirementType.SelectedIndexChanged += new System.EventHandler(this.comboBoxOptionalObjectRequirementType_SelectedIndexChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(721, 35);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(175, 13);
this.label5.TabIndex = 28;
this.label5.Text = "Optional Object Type Requirements";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(721, 198);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(31, 13);
this.label6.TabIndex = 30;
this.label6.Text = "Type";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(854, 198);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(23, 13);
this.label7.TabIndex = 29;
this.label7.Text = "Qty";
//
// buttonRemoveObjectEncounter
//
this.buttonRemoveObjectEncounter.Image = global::DSPRE.Properties.Resources.deleteIcon;
this.buttonRemoveObjectEncounter.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.buttonRemoveObjectEncounter.Location = new System.Drawing.Point(424, 77);
this.buttonRemoveObjectEncounter.Name = "buttonRemoveObjectEncounter";
this.buttonRemoveObjectEncounter.Size = new System.Drawing.Size(97, 55);
this.buttonRemoveObjectEncounter.TabIndex = 31;
this.buttonRemoveObjectEncounter.Text = "Remove Last Object Encounter";
this.buttonRemoveObjectEncounter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.buttonRemoveObjectEncounter.UseVisualStyleBackColor = true;
this.buttonRemoveObjectEncounter.Click += new System.EventHandler(this.buttonRemoveObjectEncounter_Click);
//
// buttonAddObjectEncounter
//
this.buttonAddObjectEncounter.Image = ((System.Drawing.Image)(resources.GetObject("buttonAddObjectEncounter.Image")));
this.buttonAddObjectEncounter.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.buttonAddObjectEncounter.Location = new System.Drawing.Point(424, 32);
this.buttonAddObjectEncounter.Name = "buttonAddObjectEncounter";
this.buttonAddObjectEncounter.Size = new System.Drawing.Size(97, 39);
this.buttonAddObjectEncounter.TabIndex = 31;
this.buttonAddObjectEncounter.Text = "Add Object Encounter";
this.buttonAddObjectEncounter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.buttonAddObjectEncounter.UseVisualStyleBackColor = true;
this.buttonAddObjectEncounter.Click += new System.EventHandler(this.buttonAddObjectEncounter_Click);
//
// SafariZoneEncounterGroupEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.buttonAddObjectEncounter);
this.Controls.Add(this.buttonRemoveObjectEncounter);
this.Controls.Add(this.label7);
this.Controls.Add(this.label3);
this.Controls.Add(this.label6);
this.Controls.Add(this.label4);
this.Controls.Add(this.tabControlEncounters);
this.Controls.Add(this.label5);
this.Controls.Add(this.comboBoxOptionalObjectRequirementType);
this.Controls.Add(this.label2);
this.Controls.Add(this.comboBoxObjectRequirementType);
this.Controls.Add(this.numericUpDownObjectOptionalRequirementQty);
this.Controls.Add(this.listBoxObjectOptionalRequirements);
this.Controls.Add(this.numericUpDownObjectRequirementQty);
this.Controls.Add(this.listBoxObjectRequirements);
this.Name = "SafariZoneEncounterGroupEditor";
this.Size = new System.Drawing.Size(927, 257);
this.tabControlEncounters.ResumeLayout(false);
this.tabPageMorning.ResumeLayout(false);
this.tabPageDay.ResumeLayout(false);
this.tabPageNight.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.numericUpDownObjectRequirementQty)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownObjectOptionalRequirementQty)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TabControl tabControlEncounters;
private System.Windows.Forms.TabPage tabPageMorning;
private System.Windows.Forms.TabPage tabPageDay;
private System.Windows.Forms.TabPage tabPageNight;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
public System.Windows.Forms.ComboBox comboBoxObjectRequirementType;
public System.Windows.Forms.NumericUpDown numericUpDownObjectRequirementQty;
public ListBox2 listBoxObjectRequirements;
public ListBox2 listBoxObjectOptionalRequirements;
public System.Windows.Forms.NumericUpDown numericUpDownObjectOptionalRequirementQty;
public System.Windows.Forms.ComboBox comboBoxOptionalObjectRequirementType;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
public SafariZoneEncounterEditorTab safariZoneEncounterEditorMorningTab;
public SafariZoneEncounterEditorTab safariZoneEncounterEditorDayTab;
public SafariZoneEncounterEditorTab safariZoneEncounterEditorNightTab;
private System.Windows.Forms.Button buttonRemoveObjectEncounter;
private System.Windows.Forms.Button buttonAddObjectEncounter;
}
}