mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-09 12:51:54 -05:00
1609 lines
102 KiB
C#
1609 lines
102 KiB
C#
namespace DSPRE {
|
|
partial class PersonalDataEditor {
|
|
/// <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(PersonalDataEditor));
|
|
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.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.groupBox10 = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanel13 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label25 = new System.Windows.Forms.Label();
|
|
this.genderProbabilityNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.genderLabel = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.removeAllMachinesButton = new System.Windows.Forms.Button();
|
|
this.addAllMachinesButton = new System.Windows.Forms.Button();
|
|
this.removeMachineButton = new System.Windows.Forms.Button();
|
|
this.addableMachinesListBox = new System.Windows.Forms.ListBox();
|
|
this.addedMachinesListBox = new System.Windows.Forms.ListBox();
|
|
this.addMachineButton = new System.Windows.Forms.Button();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.baseSpeedNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.baseSpAtkNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.baseDefNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.baseAtkNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.baseHpNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.baseSpDefNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.evSpeedNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.evSpAtkNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.evDefNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.evAtkNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.evHpNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.evSpDefNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.ability1InputComboBox = new DSPRE.InputComboBox();
|
|
this.ability2InputComboBox = new DSPRE.InputComboBox();
|
|
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.eggStepsNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.eggGroup1InputCombobox = new DSPRE.InputComboBox();
|
|
this.eggGroup2InputCombobox = new DSPRE.InputComboBox();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.dexColorInputComboBox = new DSPRE.InputComboBox();
|
|
this.label31 = new System.Windows.Forms.Label();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.growthCurveInputComboBox = new DSPRE.InputComboBox();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.baseExpYieldNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.flipFlagCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.groupBox8 = new System.Windows.Forms.GroupBox();
|
|
this.baseFriendshipNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.groupBox9 = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label30 = new System.Windows.Forms.Label();
|
|
this.label29 = new System.Windows.Forms.Label();
|
|
this.item2PictureBox = new System.Windows.Forms.PictureBox();
|
|
this.item1PictureBox = new System.Windows.Forms.PictureBox();
|
|
this.item1InputComboBox = new DSPRE.InputComboBox();
|
|
this.item2InputComboBox = new DSPRE.InputComboBox();
|
|
this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.groupBox11 = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label33 = new System.Windows.Forms.Label();
|
|
this.label35 = new System.Windows.Forms.Label();
|
|
this.escapeRateNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.catchRateNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.type2InputComboBox = new DSPRE.InputComboBox();
|
|
this.type1InputComboBox = new DSPRE.InputComboBox();
|
|
this.pokemonNameInputComboBox = new DSPRE.InputComboBox();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pokemonPictureBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.monNumberNumericUpDown)).BeginInit();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.groupBox10.SuspendLayout();
|
|
this.tableLayoutPanel13.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.genderProbabilityNumericUpDown)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
this.tableLayoutPanel11.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.tableLayoutPanel7.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.baseSpeedNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.baseSpAtkNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.baseDefNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.baseAtkNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.baseHpNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.baseSpDefNumericUpDown)).BeginInit();
|
|
this.groupBox3.SuspendLayout();
|
|
this.tableLayoutPanel5.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.evSpeedNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evSpAtkNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evDefNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evAtkNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evHpNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evSpDefNumericUpDown)).BeginInit();
|
|
this.groupBox5.SuspendLayout();
|
|
this.tableLayoutPanel4.SuspendLayout();
|
|
this.groupBox6.SuspendLayout();
|
|
this.tableLayoutPanel9.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.eggStepsNumericUpDown)).BeginInit();
|
|
this.groupBox7.SuspendLayout();
|
|
this.tableLayoutPanel8.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.baseExpYieldNumericUpDown)).BeginInit();
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
this.groupBox8.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.baseFriendshipNumericUpDown)).BeginInit();
|
|
this.groupBox9.SuspendLayout();
|
|
this.tableLayoutPanel12.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.item2PictureBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.item1PictureBox)).BeginInit();
|
|
this.tableLayoutPanel6.SuspendLayout();
|
|
this.groupBox11.SuspendLayout();
|
|
this.tableLayoutPanel14.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.escapeRateNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.catchRateNumericUpDown)).BeginInit();
|
|
this.groupBox4.SuspendLayout();
|
|
this.tableLayoutPanel10.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 5;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42F));
|
|
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.tableLayoutPanel2, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.pokemonNameInputComboBox, 1, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(5, 5);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.274874F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90.72513F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1076, 581);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// 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(550, 3);
|
|
this.saveDataButton.Name = "saveDataButton";
|
|
this.saveDataButton.Size = new System.Drawing.Size(69, 47);
|
|
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(69, 47);
|
|
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(314, 16);
|
|
this.monNumberNumericUpDown.Name = "monNumberNumericUpDown";
|
|
this.monNumberNumericUpDown.Size = new System.Drawing.Size(230, 20);
|
|
this.monNumberNumericUpDown.TabIndex = 16;
|
|
this.monNumberNumericUpDown.ValueChanged += new System.EventHandler(this.monNumberNumericUpDown_ValueChanged);
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.tableLayoutPanel2.ColumnCount = 6;
|
|
this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanel2, 5);
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 8.303955F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 8.303955F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.26415F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.66038F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.45283F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42.83019F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.Controls.Add(this.groupBox10, 4, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.groupBox1, 5, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.groupBox2, 0, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.groupBox3, 1, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.groupBox5, 3, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.groupBox6, 4, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.groupBox7, 2, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 3, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel6, 2, 0);
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 56);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
this.tableLayoutPanel2.Padding = new System.Windows.Forms.Padding(5);
|
|
this.tableLayoutPanel2.RowCount = 2;
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(1070, 522);
|
|
this.tableLayoutPanel2.TabIndex = 17;
|
|
//
|
|
// groupBox10
|
|
//
|
|
this.groupBox10.Controls.Add(this.tableLayoutPanel13);
|
|
this.groupBox10.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox10.Location = new System.Drawing.Point(480, 264);
|
|
this.groupBox10.Name = "groupBox10";
|
|
this.groupBox10.Size = new System.Drawing.Size(126, 250);
|
|
this.groupBox10.TabIndex = 43;
|
|
this.groupBox10.TabStop = false;
|
|
this.groupBox10.Text = "Gender";
|
|
//
|
|
// tableLayoutPanel13
|
|
//
|
|
this.tableLayoutPanel13.ColumnCount = 1;
|
|
this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel13.Controls.Add(this.label25, 0, 2);
|
|
this.tableLayoutPanel13.Controls.Add(this.genderProbabilityNumericUpDown, 0, 1);
|
|
this.tableLayoutPanel13.Controls.Add(this.genderLabel, 0, 3);
|
|
this.tableLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel13.Location = new System.Drawing.Point(3, 16);
|
|
this.tableLayoutPanel13.Name = "tableLayoutPanel13";
|
|
this.tableLayoutPanel13.Padding = new System.Windows.Forms.Padding(5);
|
|
this.tableLayoutPanel13.RowCount = 4;
|
|
this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel13.Size = new System.Drawing.Size(120, 231);
|
|
this.tableLayoutPanel13.TabIndex = 24;
|
|
//
|
|
// label25
|
|
//
|
|
this.label25.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label25.AutoSize = true;
|
|
this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label25.Location = new System.Drawing.Point(8, 117);
|
|
this.label25.Name = "label25";
|
|
this.label25.Size = new System.Drawing.Size(104, 16);
|
|
this.label25.TabIndex = 14;
|
|
this.label25.Text = "Outcome:";
|
|
//
|
|
// genderProbabilityNumericUpDown
|
|
//
|
|
this.genderProbabilityNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.genderProbabilityNumericUpDown.Location = new System.Drawing.Point(8, 60);
|
|
this.genderProbabilityNumericUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.genderProbabilityNumericUpDown.Name = "genderProbabilityNumericUpDown";
|
|
this.genderProbabilityNumericUpDown.Size = new System.Drawing.Size(104, 20);
|
|
this.genderProbabilityNumericUpDown.TabIndex = 23;
|
|
this.genderProbabilityNumericUpDown.ValueChanged += new System.EventHandler(this.genderProbabilityNumericUpDown_ValueChanged);
|
|
//
|
|
// genderLabel
|
|
//
|
|
this.genderLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.genderLabel.AutoSize = true;
|
|
this.genderLabel.Location = new System.Drawing.Point(8, 174);
|
|
this.genderLabel.Name = "genderLabel";
|
|
this.genderLabel.Size = new System.Drawing.Size(104, 13);
|
|
this.genderLabel.TabIndex = 20;
|
|
this.genderLabel.Text = "Text";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.tableLayoutPanel11);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox1.Location = new System.Drawing.Point(612, 8);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
|
this.tableLayoutPanel2.SetRowSpan(this.groupBox1, 2);
|
|
this.groupBox1.Size = new System.Drawing.Size(450, 506);
|
|
this.groupBox1.TabIndex = 33;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "TM / HM";
|
|
//
|
|
// tableLayoutPanel11
|
|
//
|
|
this.tableLayoutPanel11.ColumnCount = 3;
|
|
this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 39.5F));
|
|
this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21F));
|
|
this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 39.5F));
|
|
this.tableLayoutPanel11.Controls.Add(this.removeAllMachinesButton, 0, 4);
|
|
this.tableLayoutPanel11.Controls.Add(this.addAllMachinesButton, 0, 3);
|
|
this.tableLayoutPanel11.Controls.Add(this.removeMachineButton, 1, 2);
|
|
this.tableLayoutPanel11.Controls.Add(this.addableMachinesListBox, 0, 1);
|
|
this.tableLayoutPanel11.Controls.Add(this.addedMachinesListBox, 2, 1);
|
|
this.tableLayoutPanel11.Controls.Add(this.addMachineButton, 1, 1);
|
|
this.tableLayoutPanel11.Controls.Add(this.label10, 0, 0);
|
|
this.tableLayoutPanel11.Controls.Add(this.label11, 2, 0);
|
|
this.tableLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel11.Location = new System.Drawing.Point(4, 17);
|
|
this.tableLayoutPanel11.Name = "tableLayoutPanel11";
|
|
this.tableLayoutPanel11.RowCount = 6;
|
|
this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7F));
|
|
this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7F));
|
|
this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7F));
|
|
this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7F));
|
|
this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 72F));
|
|
this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel11.Size = new System.Drawing.Size(442, 485);
|
|
this.tableLayoutPanel11.TabIndex = 0;
|
|
//
|
|
// removeAllMachinesButton
|
|
//
|
|
this.removeAllMachinesButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.removeAllMachinesButton.Location = new System.Drawing.Point(177, 119);
|
|
this.removeAllMachinesButton.Name = "removeAllMachinesButton";
|
|
this.removeAllMachinesButton.Size = new System.Drawing.Size(86, 26);
|
|
this.removeAllMachinesButton.TabIndex = 5;
|
|
this.removeAllMachinesButton.Text = "<< Remove All";
|
|
this.removeAllMachinesButton.UseVisualStyleBackColor = true;
|
|
this.removeAllMachinesButton.Click += new System.EventHandler(this.removeAllMachinesButton_Click);
|
|
//
|
|
// addAllMachinesButton
|
|
//
|
|
this.addAllMachinesButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.addAllMachinesButton.Location = new System.Drawing.Point(177, 87);
|
|
this.addAllMachinesButton.Name = "addAllMachinesButton";
|
|
this.addAllMachinesButton.Size = new System.Drawing.Size(86, 26);
|
|
this.addAllMachinesButton.TabIndex = 4;
|
|
this.addAllMachinesButton.Text = "Add All >>";
|
|
this.addAllMachinesButton.UseVisualStyleBackColor = true;
|
|
this.addAllMachinesButton.Click += new System.EventHandler(this.addAllMachinesButton_Click);
|
|
//
|
|
// removeMachineButton
|
|
//
|
|
this.removeMachineButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.removeMachineButton.Location = new System.Drawing.Point(177, 55);
|
|
this.removeMachineButton.Name = "removeMachineButton";
|
|
this.removeMachineButton.Size = new System.Drawing.Size(86, 26);
|
|
this.removeMachineButton.TabIndex = 3;
|
|
this.removeMachineButton.Text = "<< Remove";
|
|
this.removeMachineButton.UseVisualStyleBackColor = true;
|
|
this.removeMachineButton.Click += new System.EventHandler(this.removeMachineButton_Click);
|
|
//
|
|
// addableMachinesListBox
|
|
//
|
|
this.addableMachinesListBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.addableMachinesListBox.FormattingEnabled = true;
|
|
this.addableMachinesListBox.Location = new System.Drawing.Point(3, 23);
|
|
this.addableMachinesListBox.Name = "addableMachinesListBox";
|
|
this.tableLayoutPanel11.SetRowSpan(this.addableMachinesListBox, 5);
|
|
this.addableMachinesListBox.Size = new System.Drawing.Size(168, 459);
|
|
this.addableMachinesListBox.TabIndex = 0;
|
|
//
|
|
// addedMachinesListBox
|
|
//
|
|
this.addedMachinesListBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.addedMachinesListBox.FormattingEnabled = true;
|
|
this.addedMachinesListBox.Location = new System.Drawing.Point(269, 23);
|
|
this.addedMachinesListBox.Name = "addedMachinesListBox";
|
|
this.tableLayoutPanel11.SetRowSpan(this.addedMachinesListBox, 5);
|
|
this.addedMachinesListBox.Size = new System.Drawing.Size(170, 459);
|
|
this.addedMachinesListBox.TabIndex = 1;
|
|
//
|
|
// addMachineButton
|
|
//
|
|
this.addMachineButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.addMachineButton.Location = new System.Drawing.Point(177, 23);
|
|
this.addMachineButton.Name = "addMachineButton";
|
|
this.addMachineButton.Size = new System.Drawing.Size(86, 26);
|
|
this.addMachineButton.TabIndex = 2;
|
|
this.addMachineButton.Text = "Enable >>";
|
|
this.addMachineButton.UseVisualStyleBackColor = true;
|
|
this.addMachineButton.Click += new System.EventHandler(this.addMachineButton_Click);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(3, 3);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(168, 13);
|
|
this.label10.TabIndex = 6;
|
|
this.label10.Text = "Disabled";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(269, 3);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(170, 13);
|
|
this.label11.TabIndex = 7;
|
|
this.label11.Text = "Enabled";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.tableLayoutPanel7);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox2.Location = new System.Drawing.Point(8, 8);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.tableLayoutPanel2.SetRowSpan(this.groupBox2, 2);
|
|
this.groupBox2.Size = new System.Drawing.Size(82, 506);
|
|
this.groupBox2.TabIndex = 34;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Base Stats";
|
|
//
|
|
// tableLayoutPanel7
|
|
//
|
|
this.tableLayoutPanel7.ColumnCount = 1;
|
|
this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel7.Controls.Add(this.baseSpeedNumericUpDown, 0, 11);
|
|
this.tableLayoutPanel7.Controls.Add(this.baseSpAtkNumericUpDown, 0, 7);
|
|
this.tableLayoutPanel7.Controls.Add(this.label12, 0, 6);
|
|
this.tableLayoutPanel7.Controls.Add(this.baseDefNumericUpDown, 0, 5);
|
|
this.tableLayoutPanel7.Controls.Add(this.label13, 0, 0);
|
|
this.tableLayoutPanel7.Controls.Add(this.baseAtkNumericUpDown, 0, 3);
|
|
this.tableLayoutPanel7.Controls.Add(this.label14, 0, 2);
|
|
this.tableLayoutPanel7.Controls.Add(this.label15, 0, 4);
|
|
this.tableLayoutPanel7.Controls.Add(this.baseHpNumericUpDown, 0, 1);
|
|
this.tableLayoutPanel7.Controls.Add(this.label16, 0, 8);
|
|
this.tableLayoutPanel7.Controls.Add(this.baseSpDefNumericUpDown, 0, 9);
|
|
this.tableLayoutPanel7.Controls.Add(this.label17, 0, 10);
|
|
this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 16);
|
|
this.tableLayoutPanel7.Name = "tableLayoutPanel7";
|
|
this.tableLayoutPanel7.Padding = new System.Windows.Forms.Padding(5);
|
|
this.tableLayoutPanel7.RowCount = 12;
|
|
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel7.Size = new System.Drawing.Size(76, 487);
|
|
this.tableLayoutPanel7.TabIndex = 21;
|
|
//
|
|
// baseSpeedNumericUpDown
|
|
//
|
|
this.baseSpeedNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.baseSpeedNumericUpDown.Location = new System.Drawing.Point(8, 441);
|
|
this.baseSpeedNumericUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.baseSpeedNumericUpDown.Name = "baseSpeedNumericUpDown";
|
|
this.baseSpeedNumericUpDown.Size = new System.Drawing.Size(60, 20);
|
|
this.baseSpeedNumericUpDown.TabIndex = 17;
|
|
this.baseSpeedNumericUpDown.ValueChanged += new System.EventHandler(this.baseSpeedNumericUpDown_ValueChanged);
|
|
//
|
|
// baseSpAtkNumericUpDown
|
|
//
|
|
this.baseSpAtkNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.baseSpAtkNumericUpDown.Location = new System.Drawing.Point(8, 281);
|
|
this.baseSpAtkNumericUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.baseSpAtkNumericUpDown.Name = "baseSpAtkNumericUpDown";
|
|
this.baseSpAtkNumericUpDown.Size = new System.Drawing.Size(60, 20);
|
|
this.baseSpAtkNumericUpDown.TabIndex = 13;
|
|
this.baseSpAtkNumericUpDown.ValueChanged += new System.EventHandler(this.baseSpAtkNumericUpDown_ValueChanged);
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(8, 245);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(60, 13);
|
|
this.label12.TabIndex = 12;
|
|
this.label12.Text = "Sp. Atk.";
|
|
//
|
|
// baseDefNumericUpDown
|
|
//
|
|
this.baseDefNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.baseDefNumericUpDown.Location = new System.Drawing.Point(8, 202);
|
|
this.baseDefNumericUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.baseDefNumericUpDown.Name = "baseDefNumericUpDown";
|
|
this.baseDefNumericUpDown.Size = new System.Drawing.Size(60, 20);
|
|
this.baseDefNumericUpDown.TabIndex = 11;
|
|
this.baseDefNumericUpDown.ValueChanged += new System.EventHandler(this.baseDefNumericUpDown_ValueChanged);
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(8, 8);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(60, 13);
|
|
this.label13.TabIndex = 0;
|
|
this.label13.Text = "HP";
|
|
//
|
|
// baseAtkNumericUpDown
|
|
//
|
|
this.baseAtkNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.baseAtkNumericUpDown.Location = new System.Drawing.Point(8, 123);
|
|
this.baseAtkNumericUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.baseAtkNumericUpDown.Name = "baseAtkNumericUpDown";
|
|
this.baseAtkNumericUpDown.Size = new System.Drawing.Size(60, 20);
|
|
this.baseAtkNumericUpDown.TabIndex = 11;
|
|
this.baseAtkNumericUpDown.ValueChanged += new System.EventHandler(this.baseAtkNumericUpDown_ValueChanged);
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(8, 87);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(60, 13);
|
|
this.label14.TabIndex = 1;
|
|
this.label14.Text = "Atk";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(8, 166);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(60, 13);
|
|
this.label15.TabIndex = 2;
|
|
this.label15.Text = "Def";
|
|
//
|
|
// baseHpNumericUpDown
|
|
//
|
|
this.baseHpNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.baseHpNumericUpDown.Location = new System.Drawing.Point(8, 44);
|
|
this.baseHpNumericUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.baseHpNumericUpDown.Name = "baseHpNumericUpDown";
|
|
this.baseHpNumericUpDown.Size = new System.Drawing.Size(60, 20);
|
|
this.baseHpNumericUpDown.TabIndex = 11;
|
|
this.baseHpNumericUpDown.ValueChanged += new System.EventHandler(this.baseHpNumericUpDown_ValueChanged);
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label16.AutoSize = true;
|
|
this.label16.Location = new System.Drawing.Point(8, 324);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(60, 13);
|
|
this.label16.TabIndex = 14;
|
|
this.label16.Text = "Sp. Def.";
|
|
//
|
|
// baseSpDefNumericUpDown
|
|
//
|
|
this.baseSpDefNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.baseSpDefNumericUpDown.Location = new System.Drawing.Point(8, 360);
|
|
this.baseSpDefNumericUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.baseSpDefNumericUpDown.Name = "baseSpDefNumericUpDown";
|
|
this.baseSpDefNumericUpDown.Size = new System.Drawing.Size(60, 20);
|
|
this.baseSpDefNumericUpDown.TabIndex = 15;
|
|
this.baseSpDefNumericUpDown.ValueChanged += new System.EventHandler(this.baseSpDefNumericUpDown_ValueChanged);
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(8, 403);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(60, 13);
|
|
this.label17.TabIndex = 16;
|
|
this.label17.Text = "Speed";
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.tableLayoutPanel5);
|
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox3.Location = new System.Drawing.Point(96, 8);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.tableLayoutPanel2.SetRowSpan(this.groupBox3, 2);
|
|
this.groupBox3.Size = new System.Drawing.Size(82, 506);
|
|
this.groupBox3.TabIndex = 35;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "EV Yield";
|
|
//
|
|
// tableLayoutPanel5
|
|
//
|
|
this.tableLayoutPanel5.ColumnCount = 1;
|
|
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel5.Controls.Add(this.evSpeedNumericUpDown, 0, 11);
|
|
this.tableLayoutPanel5.Controls.Add(this.evSpAtkNumericUpDown, 0, 7);
|
|
this.tableLayoutPanel5.Controls.Add(this.label7, 0, 6);
|
|
this.tableLayoutPanel5.Controls.Add(this.evDefNumericUpDown, 0, 5);
|
|
this.tableLayoutPanel5.Controls.Add(this.label4, 0, 0);
|
|
this.tableLayoutPanel5.Controls.Add(this.evAtkNumericUpDown, 0, 3);
|
|
this.tableLayoutPanel5.Controls.Add(this.label5, 0, 2);
|
|
this.tableLayoutPanel5.Controls.Add(this.label6, 0, 4);
|
|
this.tableLayoutPanel5.Controls.Add(this.evHpNumericUpDown, 0, 1);
|
|
this.tableLayoutPanel5.Controls.Add(this.label8, 0, 8);
|
|
this.tableLayoutPanel5.Controls.Add(this.evSpDefNumericUpDown, 0, 9);
|
|
this.tableLayoutPanel5.Controls.Add(this.label9, 0, 10);
|
|
this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 16);
|
|
this.tableLayoutPanel5.Name = "tableLayoutPanel5";
|
|
this.tableLayoutPanel5.Padding = new System.Windows.Forms.Padding(5);
|
|
this.tableLayoutPanel5.RowCount = 12;
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel5.Size = new System.Drawing.Size(76, 487);
|
|
this.tableLayoutPanel5.TabIndex = 19;
|
|
//
|
|
// evSpeedNumericUpDown
|
|
//
|
|
this.evSpeedNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evSpeedNumericUpDown.Location = new System.Drawing.Point(8, 441);
|
|
this.evSpeedNumericUpDown.Maximum = new decimal(new int[] {
|
|
3,
|
|
0,
|
|
0,
|
|
0});
|
|
this.evSpeedNumericUpDown.Name = "evSpeedNumericUpDown";
|
|
this.evSpeedNumericUpDown.Size = new System.Drawing.Size(60, 20);
|
|
this.evSpeedNumericUpDown.TabIndex = 17;
|
|
this.evSpeedNumericUpDown.ValueChanged += new System.EventHandler(this.evSpeedNumericUpDown_ValueChanged);
|
|
//
|
|
// evSpAtkNumericUpDown
|
|
//
|
|
this.evSpAtkNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evSpAtkNumericUpDown.Location = new System.Drawing.Point(8, 281);
|
|
this.evSpAtkNumericUpDown.Maximum = new decimal(new int[] {
|
|
3,
|
|
0,
|
|
0,
|
|
0});
|
|
this.evSpAtkNumericUpDown.Name = "evSpAtkNumericUpDown";
|
|
this.evSpAtkNumericUpDown.Size = new System.Drawing.Size(60, 20);
|
|
this.evSpAtkNumericUpDown.TabIndex = 13;
|
|
this.evSpAtkNumericUpDown.ValueChanged += new System.EventHandler(this.evSpAtkNumericUpDown_ValueChanged);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(8, 245);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(60, 13);
|
|
this.label7.TabIndex = 12;
|
|
this.label7.Text = "Sp. Atk.";
|
|
//
|
|
// evDefNumericUpDown
|
|
//
|
|
this.evDefNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evDefNumericUpDown.Location = new System.Drawing.Point(8, 202);
|
|
this.evDefNumericUpDown.Maximum = new decimal(new int[] {
|
|
3,
|
|
0,
|
|
0,
|
|
0});
|
|
this.evDefNumericUpDown.Name = "evDefNumericUpDown";
|
|
this.evDefNumericUpDown.Size = new System.Drawing.Size(60, 20);
|
|
this.evDefNumericUpDown.TabIndex = 11;
|
|
this.evDefNumericUpDown.ValueChanged += new System.EventHandler(this.evDefNumericUpDown_ValueChanged);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(8, 8);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(60, 13);
|
|
this.label4.TabIndex = 0;
|
|
this.label4.Text = "HP";
|
|
//
|
|
// evAtkNumericUpDown
|
|
//
|
|
this.evAtkNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evAtkNumericUpDown.Location = new System.Drawing.Point(8, 123);
|
|
this.evAtkNumericUpDown.Maximum = new decimal(new int[] {
|
|
3,
|
|
0,
|
|
0,
|
|
0});
|
|
this.evAtkNumericUpDown.Name = "evAtkNumericUpDown";
|
|
this.evAtkNumericUpDown.Size = new System.Drawing.Size(60, 20);
|
|
this.evAtkNumericUpDown.TabIndex = 11;
|
|
this.evAtkNumericUpDown.ValueChanged += new System.EventHandler(this.evAtkNumericUpDown_ValueChanged);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(8, 87);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(60, 13);
|
|
this.label5.TabIndex = 1;
|
|
this.label5.Text = "Atk";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(8, 166);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(60, 13);
|
|
this.label6.TabIndex = 2;
|
|
this.label6.Text = "Def";
|
|
//
|
|
// evHpNumericUpDown
|
|
//
|
|
this.evHpNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evHpNumericUpDown.Location = new System.Drawing.Point(8, 44);
|
|
this.evHpNumericUpDown.Maximum = new decimal(new int[] {
|
|
3,
|
|
0,
|
|
0,
|
|
0});
|
|
this.evHpNumericUpDown.Name = "evHpNumericUpDown";
|
|
this.evHpNumericUpDown.Size = new System.Drawing.Size(60, 20);
|
|
this.evHpNumericUpDown.TabIndex = 11;
|
|
this.evHpNumericUpDown.ValueChanged += new System.EventHandler(this.evHpNumericUpDown_ValueChanged);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(8, 324);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(60, 13);
|
|
this.label8.TabIndex = 14;
|
|
this.label8.Text = "Sp. Def.";
|
|
//
|
|
// evSpDefNumericUpDown
|
|
//
|
|
this.evSpDefNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.evSpDefNumericUpDown.Location = new System.Drawing.Point(8, 360);
|
|
this.evSpDefNumericUpDown.Maximum = new decimal(new int[] {
|
|
3,
|
|
0,
|
|
0,
|
|
0});
|
|
this.evSpDefNumericUpDown.Name = "evSpDefNumericUpDown";
|
|
this.evSpDefNumericUpDown.Size = new System.Drawing.Size(60, 20);
|
|
this.evSpDefNumericUpDown.TabIndex = 15;
|
|
this.evSpDefNumericUpDown.ValueChanged += new System.EventHandler(this.evSpDefNumericUpDown_ValueChanged);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(8, 403);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(60, 13);
|
|
this.label9.TabIndex = 16;
|
|
this.label9.Text = "Speed";
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.tableLayoutPanel4);
|
|
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox5.Location = new System.Drawing.Point(314, 8);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(160, 250);
|
|
this.groupBox5.TabIndex = 37;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "Abilities";
|
|
//
|
|
// tableLayoutPanel4
|
|
//
|
|
this.tableLayoutPanel4.ColumnCount = 1;
|
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel4.Controls.Add(this.label1, 0, 0);
|
|
this.tableLayoutPanel4.Controls.Add(this.label2, 0, 2);
|
|
this.tableLayoutPanel4.Controls.Add(this.ability1InputComboBox, 0, 1);
|
|
this.tableLayoutPanel4.Controls.Add(this.ability2InputComboBox, 0, 3);
|
|
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
|
|
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
|
|
this.tableLayoutPanel4.Padding = new System.Windows.Forms.Padding(5);
|
|
this.tableLayoutPanel4.RowCount = 4;
|
|
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel4.Size = new System.Drawing.Size(154, 231);
|
|
this.tableLayoutPanel4.TabIndex = 18;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(8, 8);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(138, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "First";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(8, 118);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(138, 13);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Second";
|
|
//
|
|
// ability1InputComboBox
|
|
//
|
|
this.ability1InputComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ability1InputComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.ability1InputComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.ability1InputComboBox.FormattingEnabled = true;
|
|
this.ability1InputComboBox.Location = new System.Drawing.Point(8, 59);
|
|
this.ability1InputComboBox.Name = "ability1InputComboBox";
|
|
this.ability1InputComboBox.Size = new System.Drawing.Size(138, 21);
|
|
this.ability1InputComboBox.TabIndex = 3;
|
|
this.ability1InputComboBox.SelectedIndexChanged += new System.EventHandler(this.ability1InputComboBox_SelectedIndexChanged);
|
|
//
|
|
// ability2InputComboBox
|
|
//
|
|
this.ability2InputComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ability2InputComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.ability2InputComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.ability2InputComboBox.FormattingEnabled = true;
|
|
this.ability2InputComboBox.Location = new System.Drawing.Point(8, 170);
|
|
this.ability2InputComboBox.Name = "ability2InputComboBox";
|
|
this.ability2InputComboBox.Size = new System.Drawing.Size(138, 21);
|
|
this.ability2InputComboBox.TabIndex = 4;
|
|
this.ability2InputComboBox.SelectedIndexChanged += new System.EventHandler(this.ability2InputComboBox_SelectedIndexChanged);
|
|
//
|
|
// groupBox6
|
|
//
|
|
this.groupBox6.Controls.Add(this.tableLayoutPanel9);
|
|
this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox6.Location = new System.Drawing.Point(480, 8);
|
|
this.groupBox6.Name = "groupBox6";
|
|
this.groupBox6.Size = new System.Drawing.Size(126, 250);
|
|
this.groupBox6.TabIndex = 38;
|
|
this.groupBox6.TabStop = false;
|
|
this.groupBox6.Text = "Egg";
|
|
//
|
|
// tableLayoutPanel9
|
|
//
|
|
this.tableLayoutPanel9.ColumnCount = 1;
|
|
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel9.Controls.Add(this.eggStepsNumericUpDown, 0, 5);
|
|
this.tableLayoutPanel9.Controls.Add(this.label21, 0, 0);
|
|
this.tableLayoutPanel9.Controls.Add(this.label22, 0, 2);
|
|
this.tableLayoutPanel9.Controls.Add(this.eggGroup1InputCombobox, 0, 1);
|
|
this.tableLayoutPanel9.Controls.Add(this.eggGroup2InputCombobox, 0, 3);
|
|
this.tableLayoutPanel9.Controls.Add(this.label23, 0, 4);
|
|
this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 16);
|
|
this.tableLayoutPanel9.Name = "tableLayoutPanel9";
|
|
this.tableLayoutPanel9.Padding = new System.Windows.Forms.Padding(5);
|
|
this.tableLayoutPanel9.RowCount = 6;
|
|
this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel9.Size = new System.Drawing.Size(120, 231);
|
|
this.tableLayoutPanel9.TabIndex = 23;
|
|
//
|
|
// eggStepsNumericUpDown
|
|
//
|
|
this.eggStepsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.eggStepsNumericUpDown.Location = new System.Drawing.Point(8, 188);
|
|
this.eggStepsNumericUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.eggStepsNumericUpDown.Name = "eggStepsNumericUpDown";
|
|
this.eggStepsNumericUpDown.Size = new System.Drawing.Size(104, 20);
|
|
this.eggStepsNumericUpDown.TabIndex = 18;
|
|
this.eggStepsNumericUpDown.ValueChanged += new System.EventHandler(this.eggStepsNumericUpDown_ValueChanged);
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label21.AutoSize = true;
|
|
this.label21.Location = new System.Drawing.Point(8, 8);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(104, 13);
|
|
this.label21.TabIndex = 13;
|
|
this.label21.Text = "Group 1";
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label22.AutoSize = true;
|
|
this.label22.Location = new System.Drawing.Point(8, 81);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(104, 13);
|
|
this.label22.TabIndex = 14;
|
|
this.label22.Text = "Group 2";
|
|
//
|
|
// eggGroup1InputCombobox
|
|
//
|
|
this.eggGroup1InputCombobox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.eggGroup1InputCombobox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.eggGroup1InputCombobox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.eggGroup1InputCombobox.FormattingEnabled = true;
|
|
this.eggGroup1InputCombobox.Location = new System.Drawing.Point(8, 41);
|
|
this.eggGroup1InputCombobox.Name = "eggGroup1InputCombobox";
|
|
this.eggGroup1InputCombobox.Size = new System.Drawing.Size(104, 21);
|
|
this.eggGroup1InputCombobox.TabIndex = 15;
|
|
this.eggGroup1InputCombobox.SelectedIndexChanged += new System.EventHandler(this.eggGroup1InputCombobox_SelectedIndexChanged);
|
|
//
|
|
// eggGroup2InputCombobox
|
|
//
|
|
this.eggGroup2InputCombobox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.eggGroup2InputCombobox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.eggGroup2InputCombobox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.eggGroup2InputCombobox.FormattingEnabled = true;
|
|
this.eggGroup2InputCombobox.Location = new System.Drawing.Point(8, 114);
|
|
this.eggGroup2InputCombobox.Name = "eggGroup2InputCombobox";
|
|
this.eggGroup2InputCombobox.Size = new System.Drawing.Size(104, 21);
|
|
this.eggGroup2InputCombobox.TabIndex = 16;
|
|
this.eggGroup2InputCombobox.SelectedIndexChanged += new System.EventHandler(this.eggGroup2InputCombobox_SelectedIndexChanged);
|
|
//
|
|
// label23
|
|
//
|
|
this.label23.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label23.AutoSize = true;
|
|
this.label23.Location = new System.Drawing.Point(8, 154);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(104, 13);
|
|
this.label23.TabIndex = 17;
|
|
this.label23.Text = "Hatch Steps";
|
|
//
|
|
// groupBox7
|
|
//
|
|
this.groupBox7.Controls.Add(this.tableLayoutPanel8);
|
|
this.groupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox7.Location = new System.Drawing.Point(184, 264);
|
|
this.groupBox7.Name = "groupBox7";
|
|
this.groupBox7.Size = new System.Drawing.Size(124, 250);
|
|
this.groupBox7.TabIndex = 39;
|
|
this.groupBox7.TabStop = false;
|
|
this.groupBox7.Text = "Misc";
|
|
//
|
|
// tableLayoutPanel8
|
|
//
|
|
this.tableLayoutPanel8.ColumnCount = 1;
|
|
this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel8.Controls.Add(this.dexColorInputComboBox, 0, 5);
|
|
this.tableLayoutPanel8.Controls.Add(this.label31, 0, 4);
|
|
this.tableLayoutPanel8.Controls.Add(this.label18, 0, 0);
|
|
this.tableLayoutPanel8.Controls.Add(this.growthCurveInputComboBox, 0, 1);
|
|
this.tableLayoutPanel8.Controls.Add(this.label20, 0, 2);
|
|
this.tableLayoutPanel8.Controls.Add(this.baseExpYieldNumericUpDown, 0, 3);
|
|
this.tableLayoutPanel8.Controls.Add(this.flipFlagCheckBox, 0, 6);
|
|
this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 16);
|
|
this.tableLayoutPanel8.Name = "tableLayoutPanel8";
|
|
this.tableLayoutPanel8.Padding = new System.Windows.Forms.Padding(5);
|
|
this.tableLayoutPanel8.RowCount = 7;
|
|
this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel8.Size = new System.Drawing.Size(118, 231);
|
|
this.tableLayoutPanel8.TabIndex = 22;
|
|
//
|
|
// dexColorInputComboBox
|
|
//
|
|
this.dexColorInputComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.dexColorInputComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.dexColorInputComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.dexColorInputComboBox.FormattingEnabled = true;
|
|
this.dexColorInputComboBox.Location = new System.Drawing.Point(8, 154);
|
|
this.dexColorInputComboBox.Name = "dexColorInputComboBox";
|
|
this.dexColorInputComboBox.Size = new System.Drawing.Size(102, 21);
|
|
this.dexColorInputComboBox.TabIndex = 20;
|
|
this.dexColorInputComboBox.SelectedIndexChanged += new System.EventHandler(this.dexColorInputComboBox_SelectedIndexChanged);
|
|
//
|
|
// label31
|
|
//
|
|
this.label31.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label31.AutoSize = true;
|
|
this.label31.Location = new System.Drawing.Point(8, 128);
|
|
this.label31.Name = "label31";
|
|
this.label31.Size = new System.Drawing.Size(102, 13);
|
|
this.label31.TabIndex = 19;
|
|
this.label31.Text = "Dex Color";
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label18.AutoSize = true;
|
|
this.label18.Location = new System.Drawing.Point(8, 8);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(102, 13);
|
|
this.label18.TabIndex = 13;
|
|
this.label18.Text = "Growth Curve";
|
|
//
|
|
// growthCurveInputComboBox
|
|
//
|
|
this.growthCurveInputComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.growthCurveInputComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.growthCurveInputComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.growthCurveInputComboBox.FormattingEnabled = true;
|
|
this.growthCurveInputComboBox.Location = new System.Drawing.Point(8, 34);
|
|
this.growthCurveInputComboBox.Name = "growthCurveInputComboBox";
|
|
this.growthCurveInputComboBox.Size = new System.Drawing.Size(102, 21);
|
|
this.growthCurveInputComboBox.TabIndex = 15;
|
|
this.growthCurveInputComboBox.SelectedIndexChanged += new System.EventHandler(this.growthCurveInputComboBox_SelectedIndexChanged);
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label20.AutoSize = true;
|
|
this.label20.Location = new System.Drawing.Point(8, 68);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(102, 13);
|
|
this.label20.TabIndex = 17;
|
|
this.label20.Text = "Base Exp. Yield";
|
|
//
|
|
// baseExpYieldNumericUpDown
|
|
//
|
|
this.baseExpYieldNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.baseExpYieldNumericUpDown.Location = new System.Drawing.Point(8, 95);
|
|
this.baseExpYieldNumericUpDown.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.baseExpYieldNumericUpDown.Name = "baseExpYieldNumericUpDown";
|
|
this.baseExpYieldNumericUpDown.Size = new System.Drawing.Size(102, 20);
|
|
this.baseExpYieldNumericUpDown.TabIndex = 18;
|
|
this.baseExpYieldNumericUpDown.ValueChanged += new System.EventHandler(this.baseExpYieldNumericUpDown_ValueChanged);
|
|
//
|
|
// flipFlagCheckBox
|
|
//
|
|
this.flipFlagCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.flipFlagCheckBox.AutoSize = true;
|
|
this.flipFlagCheckBox.Location = new System.Drawing.Point(8, 197);
|
|
this.flipFlagCheckBox.Name = "flipFlagCheckBox";
|
|
this.flipFlagCheckBox.Size = new System.Drawing.Size(102, 17);
|
|
this.flipFlagCheckBox.TabIndex = 21;
|
|
this.flipFlagCheckBox.Text = "Flip Flag";
|
|
this.flipFlagCheckBox.UseVisualStyleBackColor = true;
|
|
this.flipFlagCheckBox.CheckedChanged += new System.EventHandler(this.flipFlagCheckBox_CheckedChanged);
|
|
//
|
|
// tableLayoutPanel3
|
|
//
|
|
this.tableLayoutPanel3.ColumnCount = 1;
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel3.Controls.Add(this.groupBox8, 0, 1);
|
|
this.tableLayoutPanel3.Controls.Add(this.groupBox9, 0, 0);
|
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(314, 264);
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
this.tableLayoutPanel3.RowCount = 2;
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 79.83539F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.16461F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(160, 250);
|
|
this.tableLayoutPanel3.TabIndex = 40;
|
|
//
|
|
// groupBox8
|
|
//
|
|
this.groupBox8.Controls.Add(this.baseFriendshipNumericUpDown);
|
|
this.groupBox8.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox8.Location = new System.Drawing.Point(3, 202);
|
|
this.groupBox8.Name = "groupBox8";
|
|
this.groupBox8.Size = new System.Drawing.Size(154, 45);
|
|
this.groupBox8.TabIndex = 23;
|
|
this.groupBox8.TabStop = false;
|
|
this.groupBox8.Text = "Base Friendship";
|
|
//
|
|
// baseFriendshipNumericUpDown
|
|
//
|
|
this.baseFriendshipNumericUpDown.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.baseFriendshipNumericUpDown.Location = new System.Drawing.Point(3, 16);
|
|
this.baseFriendshipNumericUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.baseFriendshipNumericUpDown.Name = "baseFriendshipNumericUpDown";
|
|
this.baseFriendshipNumericUpDown.Size = new System.Drawing.Size(148, 20);
|
|
this.baseFriendshipNumericUpDown.TabIndex = 19;
|
|
this.baseFriendshipNumericUpDown.ValueChanged += new System.EventHandler(this.baseFriendshipNumericUpDown_ValueChanged);
|
|
//
|
|
// groupBox9
|
|
//
|
|
this.groupBox9.Controls.Add(this.tableLayoutPanel12);
|
|
this.groupBox9.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox9.Location = new System.Drawing.Point(3, 3);
|
|
this.groupBox9.Name = "groupBox9";
|
|
this.groupBox9.Size = new System.Drawing.Size(154, 193);
|
|
this.groupBox9.TabIndex = 24;
|
|
this.groupBox9.TabStop = false;
|
|
this.groupBox9.Text = "Held Items";
|
|
//
|
|
// tableLayoutPanel12
|
|
//
|
|
this.tableLayoutPanel12.ColumnCount = 2;
|
|
this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 23.18841F));
|
|
this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 76.81159F));
|
|
this.tableLayoutPanel12.Controls.Add(this.label30, 0, 2);
|
|
this.tableLayoutPanel12.Controls.Add(this.label29, 0, 0);
|
|
this.tableLayoutPanel12.Controls.Add(this.item2PictureBox, 0, 3);
|
|
this.tableLayoutPanel12.Controls.Add(this.item1PictureBox, 0, 1);
|
|
this.tableLayoutPanel12.Controls.Add(this.item1InputComboBox, 1, 1);
|
|
this.tableLayoutPanel12.Controls.Add(this.item2InputComboBox, 1, 3);
|
|
this.tableLayoutPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 16);
|
|
this.tableLayoutPanel12.Name = "tableLayoutPanel12";
|
|
this.tableLayoutPanel12.Padding = new System.Windows.Forms.Padding(5);
|
|
this.tableLayoutPanel12.RowCount = 4;
|
|
this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel12.Size = new System.Drawing.Size(148, 174);
|
|
this.tableLayoutPanel12.TabIndex = 18;
|
|
//
|
|
// label30
|
|
//
|
|
this.label30.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label30.AutoSize = true;
|
|
this.tableLayoutPanel12.SetColumnSpan(this.label30, 2);
|
|
this.label30.Location = new System.Drawing.Point(8, 90);
|
|
this.label30.Name = "label30";
|
|
this.label30.Size = new System.Drawing.Size(132, 13);
|
|
this.label30.TabIndex = 20;
|
|
this.label30.Text = "Item 2";
|
|
//
|
|
// label29
|
|
//
|
|
this.label29.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label29.AutoSize = true;
|
|
this.tableLayoutPanel12.SetColumnSpan(this.label29, 2);
|
|
this.label29.Location = new System.Drawing.Point(8, 8);
|
|
this.label29.Name = "label29";
|
|
this.label29.Size = new System.Drawing.Size(132, 13);
|
|
this.label29.TabIndex = 19;
|
|
this.label29.Text = "Item 1";
|
|
//
|
|
// item2PictureBox
|
|
//
|
|
this.item2PictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.item2PictureBox.Image = ((System.Drawing.Image)(resources.GetObject("item2PictureBox.Image")));
|
|
this.item2PictureBox.Location = new System.Drawing.Point(8, 125);
|
|
this.item2PictureBox.Name = "item2PictureBox";
|
|
this.item2PictureBox.Size = new System.Drawing.Size(26, 25);
|
|
this.item2PictureBox.TabIndex = 16;
|
|
this.item2PictureBox.TabStop = false;
|
|
this.item2PictureBox.Visible = false;
|
|
//
|
|
// item1PictureBox
|
|
//
|
|
this.item1PictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.item1PictureBox.Image = ((System.Drawing.Image)(resources.GetObject("item1PictureBox.Image")));
|
|
this.item1PictureBox.Location = new System.Drawing.Point(8, 43);
|
|
this.item1PictureBox.Name = "item1PictureBox";
|
|
this.item1PictureBox.Size = new System.Drawing.Size(26, 25);
|
|
this.item1PictureBox.TabIndex = 15;
|
|
this.item1PictureBox.TabStop = false;
|
|
this.item1PictureBox.Visible = false;
|
|
//
|
|
// item1InputComboBox
|
|
//
|
|
this.item1InputComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.item1InputComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.item1InputComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.item1InputComboBox.FormattingEnabled = true;
|
|
this.item1InputComboBox.Location = new System.Drawing.Point(40, 45);
|
|
this.item1InputComboBox.Name = "item1InputComboBox";
|
|
this.item1InputComboBox.Size = new System.Drawing.Size(100, 21);
|
|
this.item1InputComboBox.TabIndex = 17;
|
|
this.item1InputComboBox.SelectedIndexChanged += new System.EventHandler(this.item1InputComboBox_SelectedIndexChanged);
|
|
//
|
|
// item2InputComboBox
|
|
//
|
|
this.item2InputComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.item2InputComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.item2InputComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.item2InputComboBox.FormattingEnabled = true;
|
|
this.item2InputComboBox.Location = new System.Drawing.Point(40, 127);
|
|
this.item2InputComboBox.Name = "item2InputComboBox";
|
|
this.item2InputComboBox.Size = new System.Drawing.Size(100, 21);
|
|
this.item2InputComboBox.TabIndex = 18;
|
|
this.item2InputComboBox.SelectedIndexChanged += new System.EventHandler(this.item2InputComboBox_SelectedIndexChanged);
|
|
//
|
|
// tableLayoutPanel6
|
|
//
|
|
this.tableLayoutPanel6.ColumnCount = 1;
|
|
this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel6.Controls.Add(this.groupBox11, 0, 1);
|
|
this.tableLayoutPanel6.Controls.Add(this.groupBox4, 0, 0);
|
|
this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel6.Location = new System.Drawing.Point(184, 8);
|
|
this.tableLayoutPanel6.Name = "tableLayoutPanel6";
|
|
this.tableLayoutPanel6.RowCount = 2;
|
|
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 44.4F));
|
|
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 55.6F));
|
|
this.tableLayoutPanel6.Size = new System.Drawing.Size(124, 250);
|
|
this.tableLayoutPanel6.TabIndex = 44;
|
|
//
|
|
// groupBox11
|
|
//
|
|
this.groupBox11.Controls.Add(this.tableLayoutPanel14);
|
|
this.groupBox11.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox11.Location = new System.Drawing.Point(3, 114);
|
|
this.groupBox11.Name = "groupBox11";
|
|
this.groupBox11.Size = new System.Drawing.Size(118, 133);
|
|
this.groupBox11.TabIndex = 45;
|
|
this.groupBox11.TabStop = false;
|
|
this.groupBox11.Text = "Rates";
|
|
//
|
|
// tableLayoutPanel14
|
|
//
|
|
this.tableLayoutPanel14.ColumnCount = 1;
|
|
this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel14.Controls.Add(this.label33, 0, 0);
|
|
this.tableLayoutPanel14.Controls.Add(this.label35, 0, 2);
|
|
this.tableLayoutPanel14.Controls.Add(this.escapeRateNumericUpDown, 0, 3);
|
|
this.tableLayoutPanel14.Controls.Add(this.catchRateNumericUpDown, 0, 1);
|
|
this.tableLayoutPanel14.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel14.Location = new System.Drawing.Point(3, 16);
|
|
this.tableLayoutPanel14.Name = "tableLayoutPanel14";
|
|
this.tableLayoutPanel14.Padding = new System.Windows.Forms.Padding(5);
|
|
this.tableLayoutPanel14.RowCount = 4;
|
|
this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel14.Size = new System.Drawing.Size(112, 114);
|
|
this.tableLayoutPanel14.TabIndex = 24;
|
|
//
|
|
// label33
|
|
//
|
|
this.label33.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label33.AutoSize = true;
|
|
this.label33.Location = new System.Drawing.Point(8, 8);
|
|
this.label33.Name = "label33";
|
|
this.label33.Size = new System.Drawing.Size(96, 13);
|
|
this.label33.TabIndex = 14;
|
|
this.label33.Text = "Catch Rate";
|
|
//
|
|
// label35
|
|
//
|
|
this.label35.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label35.AutoSize = true;
|
|
this.label35.Location = new System.Drawing.Point(8, 60);
|
|
this.label35.Name = "label35";
|
|
this.label35.Size = new System.Drawing.Size(96, 13);
|
|
this.label35.TabIndex = 21;
|
|
this.label35.Text = "Escape Rate";
|
|
//
|
|
// escapeRateNumericUpDown
|
|
//
|
|
this.escapeRateNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.escapeRateNumericUpDown.Location = new System.Drawing.Point(8, 83);
|
|
this.escapeRateNumericUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.escapeRateNumericUpDown.Name = "escapeRateNumericUpDown";
|
|
this.escapeRateNumericUpDown.Size = new System.Drawing.Size(96, 20);
|
|
this.escapeRateNumericUpDown.TabIndex = 22;
|
|
this.escapeRateNumericUpDown.ValueChanged += new System.EventHandler(this.escapeRateNumericUpDown_ValueChanged);
|
|
//
|
|
// catchRateNumericUpDown
|
|
//
|
|
this.catchRateNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.catchRateNumericUpDown.Location = new System.Drawing.Point(8, 31);
|
|
this.catchRateNumericUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.catchRateNumericUpDown.Name = "catchRateNumericUpDown";
|
|
this.catchRateNumericUpDown.Size = new System.Drawing.Size(96, 20);
|
|
this.catchRateNumericUpDown.TabIndex = 19;
|
|
this.catchRateNumericUpDown.ValueChanged += new System.EventHandler(this.catchRateNumericUpDown_ValueChanged);
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.tableLayoutPanel10);
|
|
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox4.Location = new System.Drawing.Point(3, 3);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(118, 105);
|
|
this.groupBox4.TabIndex = 37;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Types";
|
|
//
|
|
// tableLayoutPanel10
|
|
//
|
|
this.tableLayoutPanel10.ColumnCount = 1;
|
|
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel10.Controls.Add(this.type2InputComboBox, 0, 2);
|
|
this.tableLayoutPanel10.Controls.Add(this.type1InputComboBox, 0, 0);
|
|
this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16);
|
|
this.tableLayoutPanel10.Name = "tableLayoutPanel10";
|
|
this.tableLayoutPanel10.Padding = new System.Windows.Forms.Padding(5);
|
|
this.tableLayoutPanel10.RowCount = 3;
|
|
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
|
|
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel10.Size = new System.Drawing.Size(112, 86);
|
|
this.tableLayoutPanel10.TabIndex = 20;
|
|
//
|
|
// type2InputComboBox
|
|
//
|
|
this.type2InputComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.type2InputComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.type2InputComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.type2InputComboBox.FormattingEnabled = true;
|
|
this.type2InputComboBox.Location = new System.Drawing.Point(8, 55);
|
|
this.type2InputComboBox.Name = "type2InputComboBox";
|
|
this.type2InputComboBox.Size = new System.Drawing.Size(96, 21);
|
|
this.type2InputComboBox.TabIndex = 5;
|
|
this.type2InputComboBox.SelectedIndexChanged += new System.EventHandler(this.type2InputComboBox_SelectedIndexChanged);
|
|
//
|
|
// type1InputComboBox
|
|
//
|
|
this.type1InputComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.type1InputComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.type1InputComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.type1InputComboBox.FormattingEnabled = true;
|
|
this.type1InputComboBox.Location = new System.Drawing.Point(8, 9);
|
|
this.type1InputComboBox.Name = "type1InputComboBox";
|
|
this.type1InputComboBox.Size = new System.Drawing.Size(96, 21);
|
|
this.type1InputComboBox.TabIndex = 4;
|
|
this.type1InputComboBox.SelectedIndexChanged += new System.EventHandler(this.type1InputComboBox_SelectedIndexChanged);
|
|
//
|
|
// 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(78, 16);
|
|
this.pokemonNameInputComboBox.Name = "pokemonNameInputComboBox";
|
|
this.pokemonNameInputComboBox.Size = new System.Drawing.Size(230, 21);
|
|
this.pokemonNameInputComboBox.TabIndex = 31;
|
|
this.pokemonNameInputComboBox.SelectedIndexChanged += new System.EventHandler(this.pokemonNameInputComboBox_SelectedIndexChanged);
|
|
//
|
|
// PersonalDataEditor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1086, 591);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "PersonalDataEditor";
|
|
this.Padding = new System.Windows.Forms.Padding(5);
|
|
this.Text = "Personal Data Editor";
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pokemonPictureBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.monNumberNumericUpDown)).EndInit();
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.groupBox10.ResumeLayout(false);
|
|
this.tableLayoutPanel13.ResumeLayout(false);
|
|
this.tableLayoutPanel13.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.genderProbabilityNumericUpDown)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.tableLayoutPanel11.ResumeLayout(false);
|
|
this.tableLayoutPanel11.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.tableLayoutPanel7.ResumeLayout(false);
|
|
this.tableLayoutPanel7.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.baseSpeedNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.baseSpAtkNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.baseDefNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.baseAtkNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.baseHpNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.baseSpDefNumericUpDown)).EndInit();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.tableLayoutPanel5.ResumeLayout(false);
|
|
this.tableLayoutPanel5.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.evSpeedNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evSpAtkNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evDefNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evAtkNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evHpNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evSpDefNumericUpDown)).EndInit();
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.tableLayoutPanel4.ResumeLayout(false);
|
|
this.tableLayoutPanel4.PerformLayout();
|
|
this.groupBox6.ResumeLayout(false);
|
|
this.tableLayoutPanel9.ResumeLayout(false);
|
|
this.tableLayoutPanel9.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.eggStepsNumericUpDown)).EndInit();
|
|
this.groupBox7.ResumeLayout(false);
|
|
this.tableLayoutPanel8.ResumeLayout(false);
|
|
this.tableLayoutPanel8.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.baseExpYieldNumericUpDown)).EndInit();
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
this.groupBox8.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.baseFriendshipNumericUpDown)).EndInit();
|
|
this.groupBox9.ResumeLayout(false);
|
|
this.tableLayoutPanel12.ResumeLayout(false);
|
|
this.tableLayoutPanel12.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.item2PictureBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.item1PictureBox)).EndInit();
|
|
this.tableLayoutPanel6.ResumeLayout(false);
|
|
this.groupBox11.ResumeLayout(false);
|
|
this.tableLayoutPanel14.ResumeLayout(false);
|
|
this.tableLayoutPanel14.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.escapeRateNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.catchRateNumericUpDown)).EndInit();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.tableLayoutPanel10.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.PictureBox pokemonPictureBox;
|
|
private System.Windows.Forms.Button saveDataButton;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel11;
|
|
private System.Windows.Forms.ListBox addableMachinesListBox;
|
|
private System.Windows.Forms.ListBox addedMachinesListBox;
|
|
private System.Windows.Forms.Button addMachineButton;
|
|
private System.Windows.Forms.Button removeAllMachinesButton;
|
|
private System.Windows.Forms.Button addAllMachinesButton;
|
|
private System.Windows.Forms.Button removeMachineButton;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
|
|
private System.Windows.Forms.NumericUpDown baseSpeedNumericUpDown;
|
|
private System.Windows.Forms.NumericUpDown baseSpAtkNumericUpDown;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.NumericUpDown baseDefNumericUpDown;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.NumericUpDown baseAtkNumericUpDown;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.NumericUpDown baseHpNumericUpDown;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.NumericUpDown baseSpDefNumericUpDown;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
|
|
private System.Windows.Forms.NumericUpDown evSpeedNumericUpDown;
|
|
private System.Windows.Forms.NumericUpDown evSpAtkNumericUpDown;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.NumericUpDown evDefNumericUpDown;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.NumericUpDown evAtkNumericUpDown;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.NumericUpDown evHpNumericUpDown;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.NumericUpDown evSpDefNumericUpDown;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private InputComboBox ability1InputComboBox;
|
|
private InputComboBox ability2InputComboBox;
|
|
private System.Windows.Forms.GroupBox groupBox6;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9;
|
|
private System.Windows.Forms.NumericUpDown eggStepsNumericUpDown;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.Label label22;
|
|
private InputComboBox eggGroup1InputCombobox;
|
|
private InputComboBox eggGroup2InputCombobox;
|
|
private System.Windows.Forms.Label label23;
|
|
private System.Windows.Forms.GroupBox groupBox7;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8;
|
|
private InputComboBox dexColorInputComboBox;
|
|
private System.Windows.Forms.Label label31;
|
|
private System.Windows.Forms.Label label18;
|
|
private InputComboBox growthCurveInputComboBox;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.NumericUpDown baseExpYieldNumericUpDown;
|
|
private System.Windows.Forms.CheckBox flipFlagCheckBox;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
private System.Windows.Forms.GroupBox groupBox8;
|
|
private System.Windows.Forms.NumericUpDown baseFriendshipNumericUpDown;
|
|
private System.Windows.Forms.GroupBox groupBox9;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel12;
|
|
private System.Windows.Forms.Label label30;
|
|
private System.Windows.Forms.Label label29;
|
|
private System.Windows.Forms.PictureBox item2PictureBox;
|
|
private System.Windows.Forms.PictureBox item1PictureBox;
|
|
private InputComboBox item1InputComboBox;
|
|
private InputComboBox item2InputComboBox;
|
|
private System.Windows.Forms.GroupBox groupBox10;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel13;
|
|
private System.Windows.Forms.Label label25;
|
|
private System.Windows.Forms.NumericUpDown genderProbabilityNumericUpDown;
|
|
private System.Windows.Forms.Label genderLabel;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
|
|
private System.Windows.Forms.GroupBox groupBox11;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel14;
|
|
private System.Windows.Forms.Label label33;
|
|
private System.Windows.Forms.Label label35;
|
|
private System.Windows.Forms.NumericUpDown escapeRateNumericUpDown;
|
|
private System.Windows.Forms.NumericUpDown catchRateNumericUpDown;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10;
|
|
private InputComboBox type2InputComboBox;
|
|
private InputComboBox type1InputComboBox;
|
|
public InputComboBox pokemonNameInputComboBox;
|
|
public System.Windows.Forms.NumericUpDown monNumberNumericUpDown;
|
|
}
|
|
} |