mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-16 00:39:57 -05:00
623 lines
39 KiB
C#
623 lines
39 KiB
C#
namespace DSPRE {
|
|
partial class EvolutionsEditor {
|
|
/// <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 Windows Form 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(EvolutionsEditor));
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.saveDataButton = new System.Windows.Forms.Button();
|
|
this.pokemonPictureBox = new System.Windows.Forms.PictureBox();
|
|
this.monNumberNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.pokemonNameInputComboBox = new DSPRE.InputComboBox();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.paramLabel = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.evoMethodComboBox1 = new DSPRE.InputComboBox();
|
|
this.evoMethodComboBox2 = new DSPRE.InputComboBox();
|
|
this.evoMethodComboBox3 = new DSPRE.InputComboBox();
|
|
this.evoMethodComboBox4 = new DSPRE.InputComboBox();
|
|
this.evoMethodComboBox5 = new DSPRE.InputComboBox();
|
|
this.evoMethodComboBox6 = new DSPRE.InputComboBox();
|
|
this.evoMethodComboBox7 = new DSPRE.InputComboBox();
|
|
this.evoParamUpDown1 = new System.Windows.Forms.NumericUpDown();
|
|
this.evoParamUpDown2 = new System.Windows.Forms.NumericUpDown();
|
|
this.evoParamUpDown3 = new System.Windows.Forms.NumericUpDown();
|
|
this.evoParamUpDown4 = new System.Windows.Forms.NumericUpDown();
|
|
this.evoParamUpDown5 = new System.Windows.Forms.NumericUpDown();
|
|
this.evoParamUpDown6 = new System.Windows.Forms.NumericUpDown();
|
|
this.evoParamUpDown7 = new System.Windows.Forms.NumericUpDown();
|
|
this.evoTargetMonComboBox1 = new DSPRE.InputComboBox();
|
|
this.evoTargetMonComboBox2 = new DSPRE.InputComboBox();
|
|
this.evoTargetMonComboBox3 = new DSPRE.InputComboBox();
|
|
this.evoTargetMonComboBox4 = new DSPRE.InputComboBox();
|
|
this.evoTargetMonComboBox5 = new DSPRE.InputComboBox();
|
|
this.evoTargetMonComboBox6 = new DSPRE.InputComboBox();
|
|
this.evoTargetMonComboBox7 = new DSPRE.InputComboBox();
|
|
this.descLabel1 = new System.Windows.Forms.Label();
|
|
this.descLabel2 = new System.Windows.Forms.Label();
|
|
this.descLabel3 = new System.Windows.Forms.Label();
|
|
this.descLabel4 = new System.Windows.Forms.Label();
|
|
this.descLabel5 = new System.Windows.Forms.Label();
|
|
this.descLabel6 = new System.Windows.Forms.Label();
|
|
this.descLabel7 = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pokemonPictureBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.monNumberNumericUpDown)).BeginInit();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.evoParamUpDown1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evoParamUpDown2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evoParamUpDown3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evoParamUpDown4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evoParamUpDown5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evoParamUpDown6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evoParamUpDown7)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 4;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.41322F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60.49587F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.97891F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.43285F));
|
|
this.tableLayoutPanel1.Controls.Add(this.saveDataButton, 3, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.pokemonPictureBox, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.monNumberNumericUpDown, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.pokemonNameInputComboBox, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 17.13396F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 82.86604F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(576, 321);
|
|
this.tableLayoutPanel1.TabIndex = 1;
|
|
//
|
|
// saveDataButton
|
|
//
|
|
this.saveDataButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.saveDataButton.Image = ((System.Drawing.Image)(resources.GetObject("saveDataButton.Image")));
|
|
this.saveDataButton.Location = new System.Drawing.Point(517, 3);
|
|
this.saveDataButton.Name = "saveDataButton";
|
|
this.saveDataButton.Size = new System.Drawing.Size(56, 49);
|
|
this.saveDataButton.TabIndex = 30;
|
|
this.saveDataButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.saveDataButton.UseVisualStyleBackColor = true;
|
|
this.saveDataButton.Click += new System.EventHandler(this.saveDataButton_Click);
|
|
//
|
|
// pokemonPictureBox
|
|
//
|
|
this.pokemonPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pokemonPictureBox.Location = new System.Drawing.Point(3, 3);
|
|
this.pokemonPictureBox.Name = "pokemonPictureBox";
|
|
this.pokemonPictureBox.Size = new System.Drawing.Size(53, 49);
|
|
this.pokemonPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.pokemonPictureBox.TabIndex = 12;
|
|
this.pokemonPictureBox.TabStop = false;
|
|
//
|
|
// monNumberNumericUpDown
|
|
//
|
|
this.monNumberNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.monNumberNumericUpDown.Location = new System.Drawing.Point(409, 17);
|
|
this.monNumberNumericUpDown.Name = "monNumberNumericUpDown";
|
|
this.monNumberNumericUpDown.Size = new System.Drawing.Size(102, 20);
|
|
this.monNumberNumericUpDown.TabIndex = 16;
|
|
this.monNumberNumericUpDown.ValueChanged += new System.EventHandler(this.monNumberNumericUpDown_ValueChanged);
|
|
//
|
|
// pokemonNameInputComboBox
|
|
//
|
|
this.pokemonNameInputComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pokemonNameInputComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.pokemonNameInputComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.pokemonNameInputComboBox.FormattingEnabled = true;
|
|
this.pokemonNameInputComboBox.Location = new System.Drawing.Point(62, 17);
|
|
this.pokemonNameInputComboBox.Name = "pokemonNameInputComboBox";
|
|
this.pokemonNameInputComboBox.Size = new System.Drawing.Size(341, 21);
|
|
this.pokemonNameInputComboBox.TabIndex = 31;
|
|
this.pokemonNameInputComboBox.SelectedIndexChanged += new System.EventHandler(this.pokemonNameInputComboBox_SelectedIndexChanged);
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.tableLayoutPanel2.ColumnCount = 4;
|
|
this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanel2, 4);
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 89F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.5074F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 39.7463F));
|
|
this.tableLayoutPanel2.Controls.Add(this.label2, 3, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.paramLabel, 2, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoMethodComboBox1, 0, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoMethodComboBox2, 0, 2);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoMethodComboBox3, 0, 3);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoMethodComboBox4, 0, 4);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoMethodComboBox5, 0, 5);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoMethodComboBox6, 0, 6);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoMethodComboBox7, 0, 7);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoParamUpDown1, 2, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoParamUpDown2, 2, 2);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoParamUpDown3, 2, 3);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoParamUpDown4, 2, 4);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoParamUpDown5, 2, 5);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoParamUpDown6, 2, 6);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoParamUpDown7, 2, 7);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoTargetMonComboBox1, 3, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoTargetMonComboBox2, 3, 2);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoTargetMonComboBox3, 3, 3);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoTargetMonComboBox4, 3, 4);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoTargetMonComboBox5, 3, 5);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoTargetMonComboBox6, 3, 6);
|
|
this.tableLayoutPanel2.Controls.Add(this.evoTargetMonComboBox7, 3, 7);
|
|
this.tableLayoutPanel2.Controls.Add(this.descLabel1, 1, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.descLabel2, 1, 2);
|
|
this.tableLayoutPanel2.Controls.Add(this.descLabel3, 1, 3);
|
|
this.tableLayoutPanel2.Controls.Add(this.descLabel4, 1, 4);
|
|
this.tableLayoutPanel2.Controls.Add(this.descLabel5, 1, 5);
|
|
this.tableLayoutPanel2.Controls.Add(this.descLabel6, 1, 6);
|
|
this.tableLayoutPanel2.Controls.Add(this.descLabel7, 1, 7);
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 58);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
this.tableLayoutPanel2.Padding = new System.Windows.Forms.Padding(4);
|
|
this.tableLayoutPanel2.RowCount = 8;
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(570, 260);
|
|
this.tableLayoutPanel2.TabIndex = 32;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(380, 4);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(62, 13);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "Target Mon";
|
|
//
|
|
// paramLabel
|
|
//
|
|
this.paramLabel.AutoSize = true;
|
|
this.paramLabel.Location = new System.Drawing.Point(284, 4);
|
|
this.paramLabel.Name = "paramLabel";
|
|
this.paramLabel.Size = new System.Drawing.Size(55, 13);
|
|
this.paramLabel.TabIndex = 1;
|
|
this.paramLabel.Text = "Parameter";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(7, 4);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(90, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Evolution Method";
|
|
//
|
|
// evoMethodComboBox1
|
|
//
|
|
this.evoMethodComboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoMethodComboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.evoMethodComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.evoMethodComboBox1.FormattingEnabled = true;
|
|
this.evoMethodComboBox1.Location = new System.Drawing.Point(7, 30);
|
|
this.evoMethodComboBox1.Name = "evoMethodComboBox1";
|
|
this.evoMethodComboBox1.Size = new System.Drawing.Size(182, 21);
|
|
this.evoMethodComboBox1.TabIndex = 3;
|
|
this.evoMethodComboBox1.SelectedIndexChanged += new System.EventHandler(this.evoMethodComboBox1_SelectedIndexChanged);
|
|
//
|
|
// evoMethodComboBox2
|
|
//
|
|
this.evoMethodComboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoMethodComboBox2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.evoMethodComboBox2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.evoMethodComboBox2.FormattingEnabled = true;
|
|
this.evoMethodComboBox2.Location = new System.Drawing.Point(7, 63);
|
|
this.evoMethodComboBox2.Name = "evoMethodComboBox2";
|
|
this.evoMethodComboBox2.Size = new System.Drawing.Size(182, 21);
|
|
this.evoMethodComboBox2.TabIndex = 4;
|
|
this.evoMethodComboBox2.SelectedIndexChanged += new System.EventHandler(this.evoMethodComboBox2_SelectedIndexChanged);
|
|
//
|
|
// evoMethodComboBox3
|
|
//
|
|
this.evoMethodComboBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoMethodComboBox3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.evoMethodComboBox3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.evoMethodComboBox3.FormattingEnabled = true;
|
|
this.evoMethodComboBox3.Location = new System.Drawing.Point(7, 96);
|
|
this.evoMethodComboBox3.Name = "evoMethodComboBox3";
|
|
this.evoMethodComboBox3.Size = new System.Drawing.Size(182, 21);
|
|
this.evoMethodComboBox3.TabIndex = 5;
|
|
this.evoMethodComboBox3.SelectedIndexChanged += new System.EventHandler(this.evoMethodComboBox3_SelectedIndexChanged);
|
|
//
|
|
// evoMethodComboBox4
|
|
//
|
|
this.evoMethodComboBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoMethodComboBox4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.evoMethodComboBox4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.evoMethodComboBox4.FormattingEnabled = true;
|
|
this.evoMethodComboBox4.Location = new System.Drawing.Point(7, 129);
|
|
this.evoMethodComboBox4.Name = "evoMethodComboBox4";
|
|
this.evoMethodComboBox4.Size = new System.Drawing.Size(182, 21);
|
|
this.evoMethodComboBox4.TabIndex = 6;
|
|
this.evoMethodComboBox4.SelectedIndexChanged += new System.EventHandler(this.evoMethodComboBox4_SelectedIndexChanged);
|
|
//
|
|
// evoMethodComboBox5
|
|
//
|
|
this.evoMethodComboBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoMethodComboBox5.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.evoMethodComboBox5.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.evoMethodComboBox5.FormattingEnabled = true;
|
|
this.evoMethodComboBox5.Location = new System.Drawing.Point(7, 162);
|
|
this.evoMethodComboBox5.Name = "evoMethodComboBox5";
|
|
this.evoMethodComboBox5.Size = new System.Drawing.Size(182, 21);
|
|
this.evoMethodComboBox5.TabIndex = 7;
|
|
this.evoMethodComboBox5.SelectedIndexChanged += new System.EventHandler(this.evoMethodComboBox5_SelectedIndexChanged);
|
|
//
|
|
// evoMethodComboBox6
|
|
//
|
|
this.evoMethodComboBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoMethodComboBox6.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.evoMethodComboBox6.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.evoMethodComboBox6.FormattingEnabled = true;
|
|
this.evoMethodComboBox6.Location = new System.Drawing.Point(7, 195);
|
|
this.evoMethodComboBox6.Name = "evoMethodComboBox6";
|
|
this.evoMethodComboBox6.Size = new System.Drawing.Size(182, 21);
|
|
this.evoMethodComboBox6.TabIndex = 8;
|
|
this.evoMethodComboBox6.SelectedIndexChanged += new System.EventHandler(this.evoMethodComboBox6_SelectedIndexChanged);
|
|
//
|
|
// evoMethodComboBox7
|
|
//
|
|
this.evoMethodComboBox7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoMethodComboBox7.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.evoMethodComboBox7.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.evoMethodComboBox7.FormattingEnabled = true;
|
|
this.evoMethodComboBox7.Location = new System.Drawing.Point(7, 228);
|
|
this.evoMethodComboBox7.Name = "evoMethodComboBox7";
|
|
this.evoMethodComboBox7.Size = new System.Drawing.Size(182, 21);
|
|
this.evoMethodComboBox7.TabIndex = 9;
|
|
this.evoMethodComboBox7.SelectedIndexChanged += new System.EventHandler(this.evoMethodComboBox7_SelectedIndexChanged);
|
|
//
|
|
// evoParamUpDown1
|
|
//
|
|
this.evoParamUpDown1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoParamUpDown1.Location = new System.Drawing.Point(284, 30);
|
|
this.evoParamUpDown1.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.evoParamUpDown1.Name = "evoParamUpDown1";
|
|
this.evoParamUpDown1.Size = new System.Drawing.Size(90, 20);
|
|
this.evoParamUpDown1.TabIndex = 10;
|
|
this.evoParamUpDown1.ValueChanged += new System.EventHandler(this.evoParamUpDown1_ValueChanged);
|
|
//
|
|
// evoParamUpDown2
|
|
//
|
|
this.evoParamUpDown2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoParamUpDown2.Location = new System.Drawing.Point(284, 63);
|
|
this.evoParamUpDown2.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.evoParamUpDown2.Name = "evoParamUpDown2";
|
|
this.evoParamUpDown2.Size = new System.Drawing.Size(90, 20);
|
|
this.evoParamUpDown2.TabIndex = 11;
|
|
this.evoParamUpDown2.ValueChanged += new System.EventHandler(this.evoParamUpDown2_ValueChanged);
|
|
//
|
|
// evoParamUpDown3
|
|
//
|
|
this.evoParamUpDown3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoParamUpDown3.Location = new System.Drawing.Point(284, 96);
|
|
this.evoParamUpDown3.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.evoParamUpDown3.Name = "evoParamUpDown3";
|
|
this.evoParamUpDown3.Size = new System.Drawing.Size(90, 20);
|
|
this.evoParamUpDown3.TabIndex = 12;
|
|
this.evoParamUpDown3.ValueChanged += new System.EventHandler(this.evoParamUpDown3_ValueChanged);
|
|
//
|
|
// evoParamUpDown4
|
|
//
|
|
this.evoParamUpDown4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoParamUpDown4.Location = new System.Drawing.Point(284, 129);
|
|
this.evoParamUpDown4.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.evoParamUpDown4.Name = "evoParamUpDown4";
|
|
this.evoParamUpDown4.Size = new System.Drawing.Size(90, 20);
|
|
this.evoParamUpDown4.TabIndex = 13;
|
|
this.evoParamUpDown4.ValueChanged += new System.EventHandler(this.evoParamUpDown4_ValueChanged);
|
|
//
|
|
// evoParamUpDown5
|
|
//
|
|
this.evoParamUpDown5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoParamUpDown5.Location = new System.Drawing.Point(284, 162);
|
|
this.evoParamUpDown5.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.evoParamUpDown5.Name = "evoParamUpDown5";
|
|
this.evoParamUpDown5.Size = new System.Drawing.Size(90, 20);
|
|
this.evoParamUpDown5.TabIndex = 14;
|
|
this.evoParamUpDown5.ValueChanged += new System.EventHandler(this.evoParamUpDown5_ValueChanged);
|
|
//
|
|
// evoParamUpDown6
|
|
//
|
|
this.evoParamUpDown6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoParamUpDown6.Location = new System.Drawing.Point(284, 195);
|
|
this.evoParamUpDown6.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.evoParamUpDown6.Name = "evoParamUpDown6";
|
|
this.evoParamUpDown6.Size = new System.Drawing.Size(90, 20);
|
|
this.evoParamUpDown6.TabIndex = 15;
|
|
this.evoParamUpDown6.ValueChanged += new System.EventHandler(this.evoParamUpDown6_ValueChanged);
|
|
//
|
|
// evoParamUpDown7
|
|
//
|
|
this.evoParamUpDown7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoParamUpDown7.Location = new System.Drawing.Point(284, 229);
|
|
this.evoParamUpDown7.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.evoParamUpDown7.Name = "evoParamUpDown7";
|
|
this.evoParamUpDown7.Size = new System.Drawing.Size(90, 20);
|
|
this.evoParamUpDown7.TabIndex = 16;
|
|
this.evoParamUpDown7.ValueChanged += new System.EventHandler(this.evoParamUpDown7_ValueChanged);
|
|
//
|
|
// evoTargetMonComboBox1
|
|
//
|
|
this.evoTargetMonComboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoTargetMonComboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.evoTargetMonComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.evoTargetMonComboBox1.FormattingEnabled = true;
|
|
this.evoTargetMonComboBox1.Location = new System.Drawing.Point(380, 30);
|
|
this.evoTargetMonComboBox1.Name = "evoTargetMonComboBox1";
|
|
this.evoTargetMonComboBox1.Size = new System.Drawing.Size(183, 21);
|
|
this.evoTargetMonComboBox1.TabIndex = 17;
|
|
//
|
|
// evoTargetMonComboBox2
|
|
//
|
|
this.evoTargetMonComboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoTargetMonComboBox2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.evoTargetMonComboBox2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.evoTargetMonComboBox2.FormattingEnabled = true;
|
|
this.evoTargetMonComboBox2.Location = new System.Drawing.Point(380, 63);
|
|
this.evoTargetMonComboBox2.Name = "evoTargetMonComboBox2";
|
|
this.evoTargetMonComboBox2.Size = new System.Drawing.Size(183, 21);
|
|
this.evoTargetMonComboBox2.TabIndex = 18;
|
|
//
|
|
// evoTargetMonComboBox3
|
|
//
|
|
this.evoTargetMonComboBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoTargetMonComboBox3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.evoTargetMonComboBox3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.evoTargetMonComboBox3.FormattingEnabled = true;
|
|
this.evoTargetMonComboBox3.Location = new System.Drawing.Point(380, 96);
|
|
this.evoTargetMonComboBox3.Name = "evoTargetMonComboBox3";
|
|
this.evoTargetMonComboBox3.Size = new System.Drawing.Size(183, 21);
|
|
this.evoTargetMonComboBox3.TabIndex = 19;
|
|
//
|
|
// evoTargetMonComboBox4
|
|
//
|
|
this.evoTargetMonComboBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoTargetMonComboBox4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.evoTargetMonComboBox4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.evoTargetMonComboBox4.FormattingEnabled = true;
|
|
this.evoTargetMonComboBox4.Location = new System.Drawing.Point(380, 129);
|
|
this.evoTargetMonComboBox4.Name = "evoTargetMonComboBox4";
|
|
this.evoTargetMonComboBox4.Size = new System.Drawing.Size(183, 21);
|
|
this.evoTargetMonComboBox4.TabIndex = 20;
|
|
//
|
|
// evoTargetMonComboBox5
|
|
//
|
|
this.evoTargetMonComboBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoTargetMonComboBox5.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.evoTargetMonComboBox5.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.evoTargetMonComboBox5.FormattingEnabled = true;
|
|
this.evoTargetMonComboBox5.Location = new System.Drawing.Point(380, 162);
|
|
this.evoTargetMonComboBox5.Name = "evoTargetMonComboBox5";
|
|
this.evoTargetMonComboBox5.Size = new System.Drawing.Size(183, 21);
|
|
this.evoTargetMonComboBox5.TabIndex = 21;
|
|
//
|
|
// evoTargetMonComboBox6
|
|
//
|
|
this.evoTargetMonComboBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoTargetMonComboBox6.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.evoTargetMonComboBox6.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.evoTargetMonComboBox6.FormattingEnabled = true;
|
|
this.evoTargetMonComboBox6.Location = new System.Drawing.Point(380, 195);
|
|
this.evoTargetMonComboBox6.Name = "evoTargetMonComboBox6";
|
|
this.evoTargetMonComboBox6.Size = new System.Drawing.Size(183, 21);
|
|
this.evoTargetMonComboBox6.TabIndex = 22;
|
|
//
|
|
// evoTargetMonComboBox7
|
|
//
|
|
this.evoTargetMonComboBox7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evoTargetMonComboBox7.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.evoTargetMonComboBox7.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.evoTargetMonComboBox7.Location = new System.Drawing.Point(380, 228);
|
|
this.evoTargetMonComboBox7.Name = "evoTargetMonComboBox7";
|
|
this.evoTargetMonComboBox7.Size = new System.Drawing.Size(183, 21);
|
|
this.evoTargetMonComboBox7.TabIndex = 0;
|
|
//
|
|
// descLabel1
|
|
//
|
|
this.descLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.descLabel1.AutoSize = true;
|
|
this.descLabel1.Location = new System.Drawing.Point(195, 34);
|
|
this.descLabel1.Name = "descLabel1";
|
|
this.descLabel1.Size = new System.Drawing.Size(83, 13);
|
|
this.descLabel1.TabIndex = 23;
|
|
this.descLabel1.Text = "at Level";
|
|
this.descLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// descLabel2
|
|
//
|
|
this.descLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.descLabel2.AutoSize = true;
|
|
this.descLabel2.Location = new System.Drawing.Point(195, 67);
|
|
this.descLabel2.Name = "descLabel2";
|
|
this.descLabel2.Size = new System.Drawing.Size(83, 13);
|
|
this.descLabel2.TabIndex = 24;
|
|
this.descLabel2.Text = "at Level";
|
|
this.descLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// descLabel3
|
|
//
|
|
this.descLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.descLabel3.AutoSize = true;
|
|
this.descLabel3.Location = new System.Drawing.Point(195, 100);
|
|
this.descLabel3.Name = "descLabel3";
|
|
this.descLabel3.Size = new System.Drawing.Size(83, 13);
|
|
this.descLabel3.TabIndex = 25;
|
|
this.descLabel3.Text = "at Level";
|
|
this.descLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// descLabel4
|
|
//
|
|
this.descLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.descLabel4.AutoSize = true;
|
|
this.descLabel4.Location = new System.Drawing.Point(195, 133);
|
|
this.descLabel4.Name = "descLabel4";
|
|
this.descLabel4.Size = new System.Drawing.Size(83, 13);
|
|
this.descLabel4.TabIndex = 26;
|
|
this.descLabel4.Text = "at Level";
|
|
this.descLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// descLabel5
|
|
//
|
|
this.descLabel5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.descLabel5.AutoSize = true;
|
|
this.descLabel5.Location = new System.Drawing.Point(195, 166);
|
|
this.descLabel5.Name = "descLabel5";
|
|
this.descLabel5.Size = new System.Drawing.Size(83, 13);
|
|
this.descLabel5.TabIndex = 27;
|
|
this.descLabel5.Text = "at Level";
|
|
this.descLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// descLabel6
|
|
//
|
|
this.descLabel6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.descLabel6.AutoSize = true;
|
|
this.descLabel6.Location = new System.Drawing.Point(195, 199);
|
|
this.descLabel6.Name = "descLabel6";
|
|
this.descLabel6.Size = new System.Drawing.Size(83, 13);
|
|
this.descLabel6.TabIndex = 28;
|
|
this.descLabel6.Text = "at Level";
|
|
this.descLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// descLabel7
|
|
//
|
|
this.descLabel7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.descLabel7.AutoSize = true;
|
|
this.descLabel7.Location = new System.Drawing.Point(195, 232);
|
|
this.descLabel7.Name = "descLabel7";
|
|
this.descLabel7.Size = new System.Drawing.Size(83, 13);
|
|
this.descLabel7.TabIndex = 29;
|
|
this.descLabel7.Text = "at Level";
|
|
this.descLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// EvolutionsEditor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(576, 321);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "EvolutionsEditor";
|
|
this.Text = "Evolutions Editor";
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pokemonPictureBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.monNumberNumericUpDown)).EndInit();
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.tableLayoutPanel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.evoParamUpDown1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evoParamUpDown2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evoParamUpDown3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evoParamUpDown4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evoParamUpDown5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evoParamUpDown6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evoParamUpDown7)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Button saveDataButton;
|
|
private System.Windows.Forms.PictureBox pokemonPictureBox;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label paramLabel;
|
|
private System.Windows.Forms.Label label1;
|
|
private InputComboBox evoMethodComboBox1;
|
|
private InputComboBox evoMethodComboBox2;
|
|
private InputComboBox evoMethodComboBox3;
|
|
private InputComboBox evoMethodComboBox4;
|
|
private InputComboBox evoMethodComboBox5;
|
|
private InputComboBox evoMethodComboBox6;
|
|
private InputComboBox evoMethodComboBox7;
|
|
private System.Windows.Forms.NumericUpDown evoParamUpDown1;
|
|
private System.Windows.Forms.NumericUpDown evoParamUpDown2;
|
|
private System.Windows.Forms.NumericUpDown evoParamUpDown3;
|
|
private System.Windows.Forms.NumericUpDown evoParamUpDown4;
|
|
private System.Windows.Forms.NumericUpDown evoParamUpDown5;
|
|
private System.Windows.Forms.NumericUpDown evoParamUpDown6;
|
|
private System.Windows.Forms.NumericUpDown evoParamUpDown7;
|
|
private InputComboBox evoTargetMonComboBox1;
|
|
private InputComboBox evoTargetMonComboBox2;
|
|
private InputComboBox evoTargetMonComboBox3;
|
|
private InputComboBox evoTargetMonComboBox4;
|
|
private InputComboBox evoTargetMonComboBox5;
|
|
private InputComboBox evoTargetMonComboBox6;
|
|
private InputComboBox evoTargetMonComboBox7;
|
|
private System.Windows.Forms.Label descLabel1;
|
|
private System.Windows.Forms.Label descLabel2;
|
|
private System.Windows.Forms.Label descLabel3;
|
|
private System.Windows.Forms.Label descLabel4;
|
|
private System.Windows.Forms.Label descLabel5;
|
|
private System.Windows.Forms.Label descLabel6;
|
|
private System.Windows.Forms.Label descLabel7;
|
|
public InputComboBox pokemonNameInputComboBox;
|
|
public System.Windows.Forms.NumericUpDown monNumberNumericUpDown;
|
|
}
|
|
} |