mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-12 23:18:03 -05:00
1556 lines
90 KiB
C#
1556 lines
90 KiB
C#
namespace DSPRE.Editors
|
|
{
|
|
partial class ItemEditor
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.itemNumberNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.holdEffectComboBox = new System.Windows.Forms.ComboBox();
|
|
this.fieldPocketComboBox = new System.Windows.Forms.ComboBox();
|
|
this.itemNameInputComboBox = new System.Windows.Forms.ComboBox();
|
|
this.priceNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.saveDataButton = new System.Windows.Forms.Button();
|
|
this.holdFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.holdGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.holdEffectParameterNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.holdEffectParameterLabel = new System.Windows.Forms.Label();
|
|
this.holdEffectLabel = new System.Windows.Forms.Label();
|
|
this.pocketFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.pocketGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.pokeBallsBattlePocketCheck = new System.Windows.Forms.CheckBox();
|
|
this.fieldPocketLabel = new System.Windows.Forms.Label();
|
|
this.battlePocketLabel = new System.Windows.Forms.Label();
|
|
this.moveRelatedFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.moveRelatedGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.flingPowerNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.pluckEffectNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.flingPowerLabel = new System.Windows.Forms.Label();
|
|
this.pluckEffectLabel = new System.Windows.Forms.Label();
|
|
this.flingEffectNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.naturalGiftPowerNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.flingEffectLabel = new System.Windows.Forms.Label();
|
|
this.naturalGiftPowerLabel = new System.Windows.Forms.Label();
|
|
this.naturalGiftTypeLabel = new System.Windows.Forms.Label();
|
|
this.naturalGiftTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.checksFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.checksGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.partyUseCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.canSelectCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.preventTossCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.priceFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.priceGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.priceLabel = new System.Windows.Forms.Label();
|
|
this.functionsFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.functionsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.battleFunctionComboBox = new System.Windows.Forms.ComboBox();
|
|
this.fieldFunctionLabel = new System.Windows.Forms.Label();
|
|
this.fieldFunctionComboBox = new System.Windows.Forms.ComboBox();
|
|
this.battleFunctionLabel = new System.Windows.Forms.Label();
|
|
this.itemParamsTabControl = new System.Windows.Forms.TabControl();
|
|
this.statusHealtTabPage = new System.Windows.Forms.TabPage();
|
|
this.reviveAllCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.reviveCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.guardSpecCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.infHealCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.cfsHealCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.przHealCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.frzHealCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.brnHealCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.psnHealCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.slpHealCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.levelUpEvolveTabPage = new System.Windows.Forms.TabPage();
|
|
this.evolveCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.levelUpCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.statStagesTabPage = new System.Windows.Forms.TabPage();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.critRateStagesNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.accuracyStagesNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.speedStagesNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.spDefStagesNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.spAtkStagesNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.defStagesNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.atkStagesNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.hpPpRestoreTabPage = new System.Windows.Forms.TabPage();
|
|
this.ppRestoreParamNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.hpRestoreParamNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.ppRestoreAllCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.ppMaxCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.ppUpsCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.ppRestoreCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.hpRestoreCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.evsTabPage = new System.Windows.Forms.TabPage();
|
|
this.evSpDefValueNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.evSpDefCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.evSpAtkValueNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.evSpAtkCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.evSpeedValueNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.evSpeedCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.evDefValueNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.evDefCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.evAtkValueNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.evAtkCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.evHpValueNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.evHpCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.friendshipTabPage = new System.Windows.Forms.TabPage();
|
|
this.friendshipHighValueNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.friendshipHighCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.friendshipMidValueNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.friendshipMidCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.friendshipLowValueNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.friendshipLowCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.itemEditorSelectedPictureFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.itemEditorSelectedPictureGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.saveIconButton = new System.Windows.Forms.Button();
|
|
this.paletteComboBox = new System.Windows.Forms.ComboBox();
|
|
this.imageComboBox = new System.Windows.Forms.ComboBox();
|
|
this.paletteLabel = new System.Windows.Forms.Label();
|
|
this.imageLabel = new System.Windows.Forms.Label();
|
|
this.itemEditorSelectedPictureBox = new System.Windows.Forms.PictureBox();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.battleItemsBattlePocketCheck = new System.Windows.Forms.CheckBox();
|
|
this.ppRestoreBattlePocketCheck = new System.Windows.Forms.CheckBox();
|
|
this.hpRestoreBattlePocketCheck = new System.Windows.Forms.CheckBox();
|
|
this.statusHealersBattlePocketCheck = new System.Windows.Forms.CheckBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.itemNumberNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.priceNumericUpDown)).BeginInit();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.holdFlowLayoutPanel.SuspendLayout();
|
|
this.holdGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.holdEffectParameterNumericUpDown)).BeginInit();
|
|
this.pocketFlowLayoutPanel.SuspendLayout();
|
|
this.pocketGroupBox.SuspendLayout();
|
|
this.moveRelatedFlowLayoutPanel.SuspendLayout();
|
|
this.moveRelatedGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.flingPowerNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pluckEffectNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.flingEffectNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.naturalGiftPowerNumericUpDown)).BeginInit();
|
|
this.checksFlowLayoutPanel.SuspendLayout();
|
|
this.checksGroupBox.SuspendLayout();
|
|
this.priceFlowLayoutPanel.SuspendLayout();
|
|
this.priceGroupBox.SuspendLayout();
|
|
this.functionsFlowLayoutPanel.SuspendLayout();
|
|
this.functionsGroupBox.SuspendLayout();
|
|
this.itemParamsTabControl.SuspendLayout();
|
|
this.statusHealtTabPage.SuspendLayout();
|
|
this.levelUpEvolveTabPage.SuspendLayout();
|
|
this.statStagesTabPage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.critRateStagesNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.accuracyStagesNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.speedStagesNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spDefStagesNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spAtkStagesNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.defStagesNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.atkStagesNumeric)).BeginInit();
|
|
this.hpPpRestoreTabPage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ppRestoreParamNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.hpRestoreParamNumeric)).BeginInit();
|
|
this.evsTabPage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.evSpDefValueNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evSpAtkValueNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evSpeedValueNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evDefValueNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evAtkValueNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evHpValueNumeric)).BeginInit();
|
|
this.friendshipTabPage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.friendshipHighValueNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.friendshipMidValueNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.friendshipLowValueNumeric)).BeginInit();
|
|
this.itemEditorSelectedPictureFlowLayoutPanel.SuspendLayout();
|
|
this.itemEditorSelectedPictureGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.itemEditorSelectedPictureBox)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// itemNumberNumericUpDown
|
|
//
|
|
this.itemNumberNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.itemNumberNumericUpDown.Location = new System.Drawing.Point(605, 60);
|
|
this.itemNumberNumericUpDown.Name = "itemNumberNumericUpDown";
|
|
this.itemNumberNumericUpDown.Size = new System.Drawing.Size(120, 20);
|
|
this.itemNumberNumericUpDown.TabIndex = 0;
|
|
this.itemNumberNumericUpDown.ValueChanged += new System.EventHandler(this.itemNumberNumericUpDown_ValueChanged);
|
|
//
|
|
// holdEffectComboBox
|
|
//
|
|
this.holdEffectComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.holdEffectComboBox.FormattingEnabled = true;
|
|
this.holdEffectComboBox.Location = new System.Drawing.Point(106, 35);
|
|
this.holdEffectComboBox.Name = "holdEffectComboBox";
|
|
this.holdEffectComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.holdEffectComboBox.TabIndex = 1;
|
|
this.holdEffectComboBox.SelectedIndexChanged += new System.EventHandler(this.holdEffectComboBox_SelectedIndexChanged);
|
|
//
|
|
// fieldPocketComboBox
|
|
//
|
|
this.fieldPocketComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.fieldPocketComboBox.FormattingEnabled = true;
|
|
this.fieldPocketComboBox.Location = new System.Drawing.Point(94, 22);
|
|
this.fieldPocketComboBox.Name = "fieldPocketComboBox";
|
|
this.fieldPocketComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.fieldPocketComboBox.TabIndex = 2;
|
|
this.fieldPocketComboBox.SelectedIndexChanged += new System.EventHandler(this.fieldPocketComboBox_SelectedIndexChanged);
|
|
//
|
|
// itemNameInputComboBox
|
|
//
|
|
this.itemNameInputComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.itemNameInputComboBox.FormattingEnabled = true;
|
|
this.itemNameInputComboBox.Location = new System.Drawing.Point(338, 59);
|
|
this.itemNameInputComboBox.Name = "itemNameInputComboBox";
|
|
this.itemNameInputComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.itemNameInputComboBox.TabIndex = 4;
|
|
this.itemNameInputComboBox.SelectedIndexChanged += new System.EventHandler(this.itemNameInputComboBox_SelectedIndexChanged);
|
|
//
|
|
// priceNumericUpDown
|
|
//
|
|
this.priceNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.priceNumericUpDown.Location = new System.Drawing.Point(122, 35);
|
|
this.priceNumericUpDown.Name = "priceNumericUpDown";
|
|
this.priceNumericUpDown.Size = new System.Drawing.Size(120, 20);
|
|
this.priceNumericUpDown.TabIndex = 5;
|
|
this.priceNumericUpDown.ValueChanged += new System.EventHandler(this.priceNumericUpDown_ValueChanged);
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 4;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.Controls.Add(this.itemNumberNumericUpDown, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.itemNameInputComboBox, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.saveDataButton, 3, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.holdFlowLayoutPanel, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.pocketFlowLayoutPanel, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.moveRelatedFlowLayoutPanel, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.checksFlowLayoutPanel, 2, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.priceFlowLayoutPanel, 3, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.functionsFlowLayoutPanel, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.itemParamsTabControl, 2, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.itemEditorSelectedPictureFlowLayoutPanel, 0, 0);
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 4;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1065, 563);
|
|
this.tableLayoutPanel1.TabIndex = 6;
|
|
//
|
|
// saveDataButton
|
|
//
|
|
this.saveDataButton.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.saveDataButton.Location = new System.Drawing.Point(869, 58);
|
|
this.saveDataButton.Name = "saveDataButton";
|
|
this.saveDataButton.Size = new System.Drawing.Size(125, 23);
|
|
this.saveDataButton.TabIndex = 10;
|
|
this.saveDataButton.Text = "Save Item Changes";
|
|
this.saveDataButton.UseVisualStyleBackColor = true;
|
|
this.saveDataButton.Click += new System.EventHandler(this.saveDataButton_Click);
|
|
//
|
|
// holdFlowLayoutPanel
|
|
//
|
|
this.holdFlowLayoutPanel.Controls.Add(this.holdGroupBox);
|
|
this.holdFlowLayoutPanel.Location = new System.Drawing.Point(3, 143);
|
|
this.holdFlowLayoutPanel.Name = "holdFlowLayoutPanel";
|
|
this.holdFlowLayoutPanel.Size = new System.Drawing.Size(260, 134);
|
|
this.holdFlowLayoutPanel.TabIndex = 11;
|
|
//
|
|
// holdGroupBox
|
|
//
|
|
this.holdGroupBox.Controls.Add(this.holdEffectParameterNumericUpDown);
|
|
this.holdGroupBox.Controls.Add(this.holdEffectParameterLabel);
|
|
this.holdGroupBox.Controls.Add(this.holdEffectLabel);
|
|
this.holdGroupBox.Controls.Add(this.holdEffectComboBox);
|
|
this.holdGroupBox.Location = new System.Drawing.Point(3, 3);
|
|
this.holdGroupBox.Name = "holdGroupBox";
|
|
this.holdGroupBox.Size = new System.Drawing.Size(257, 131);
|
|
this.holdGroupBox.TabIndex = 0;
|
|
this.holdGroupBox.TabStop = false;
|
|
this.holdGroupBox.Text = "Hold Effects";
|
|
//
|
|
// holdEffectParameterNumericUpDown
|
|
//
|
|
this.holdEffectParameterNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.holdEffectParameterNumericUpDown.Location = new System.Drawing.Point(107, 79);
|
|
this.holdEffectParameterNumericUpDown.Name = "holdEffectParameterNumericUpDown";
|
|
this.holdEffectParameterNumericUpDown.Size = new System.Drawing.Size(120, 20);
|
|
this.holdEffectParameterNumericUpDown.TabIndex = 12;
|
|
this.holdEffectParameterNumericUpDown.ValueChanged += new System.EventHandler(this.holdEffectParameterNumericUpDown_ValueChanged);
|
|
//
|
|
// holdEffectParameterLabel
|
|
//
|
|
this.holdEffectParameterLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.holdEffectParameterLabel.AutoSize = true;
|
|
this.holdEffectParameterLabel.Location = new System.Drawing.Point(6, 81);
|
|
this.holdEffectParameterLabel.Name = "holdEffectParameterLabel";
|
|
this.holdEffectParameterLabel.Size = new System.Drawing.Size(55, 13);
|
|
this.holdEffectParameterLabel.TabIndex = 7;
|
|
this.holdEffectParameterLabel.Text = "Parameter";
|
|
this.holdEffectParameterLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// holdEffectLabel
|
|
//
|
|
this.holdEffectLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.holdEffectLabel.AutoSize = true;
|
|
this.holdEffectLabel.Location = new System.Drawing.Point(26, 38);
|
|
this.holdEffectLabel.Name = "holdEffectLabel";
|
|
this.holdEffectLabel.Size = new System.Drawing.Size(35, 13);
|
|
this.holdEffectLabel.TabIndex = 6;
|
|
this.holdEffectLabel.Text = "Effect";
|
|
this.holdEffectLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// pocketFlowLayoutPanel
|
|
//
|
|
this.pocketFlowLayoutPanel.Controls.Add(this.pocketGroupBox);
|
|
this.pocketFlowLayoutPanel.Location = new System.Drawing.Point(269, 143);
|
|
this.pocketFlowLayoutPanel.Name = "pocketFlowLayoutPanel";
|
|
this.pocketFlowLayoutPanel.Size = new System.Drawing.Size(260, 134);
|
|
this.pocketFlowLayoutPanel.TabIndex = 12;
|
|
//
|
|
// pocketGroupBox
|
|
//
|
|
this.pocketGroupBox.Controls.Add(this.statusHealersBattlePocketCheck);
|
|
this.pocketGroupBox.Controls.Add(this.hpRestoreBattlePocketCheck);
|
|
this.pocketGroupBox.Controls.Add(this.ppRestoreBattlePocketCheck);
|
|
this.pocketGroupBox.Controls.Add(this.battleItemsBattlePocketCheck);
|
|
this.pocketGroupBox.Controls.Add(this.pokeBallsBattlePocketCheck);
|
|
this.pocketGroupBox.Controls.Add(this.fieldPocketLabel);
|
|
this.pocketGroupBox.Controls.Add(this.fieldPocketComboBox);
|
|
this.pocketGroupBox.Controls.Add(this.battlePocketLabel);
|
|
this.pocketGroupBox.Location = new System.Drawing.Point(3, 3);
|
|
this.pocketGroupBox.Name = "pocketGroupBox";
|
|
this.pocketGroupBox.Size = new System.Drawing.Size(257, 131);
|
|
this.pocketGroupBox.TabIndex = 0;
|
|
this.pocketGroupBox.TabStop = false;
|
|
this.pocketGroupBox.Text = "Pocket Data";
|
|
//
|
|
// pokeBallsBattlePocketCheck
|
|
//
|
|
this.pokeBallsBattlePocketCheck.AutoSize = true;
|
|
this.pokeBallsBattlePocketCheck.Location = new System.Drawing.Point(9, 82);
|
|
this.pokeBallsBattlePocketCheck.Name = "pokeBallsBattlePocketCheck";
|
|
this.pokeBallsBattlePocketCheck.Size = new System.Drawing.Size(73, 17);
|
|
this.pokeBallsBattlePocketCheck.TabIndex = 9;
|
|
this.pokeBallsBattlePocketCheck.Text = "PokeBalls";
|
|
this.pokeBallsBattlePocketCheck.UseVisualStyleBackColor = true;
|
|
this.pokeBallsBattlePocketCheck.CheckedChanged += new System.EventHandler(this.BattlePocketCheckBox_CheckedChanged);
|
|
//
|
|
// fieldPocketLabel
|
|
//
|
|
this.fieldPocketLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.fieldPocketLabel.AutoSize = true;
|
|
this.fieldPocketLabel.Location = new System.Drawing.Point(6, 25);
|
|
this.fieldPocketLabel.Name = "fieldPocketLabel";
|
|
this.fieldPocketLabel.Size = new System.Drawing.Size(66, 13);
|
|
this.fieldPocketLabel.TabIndex = 7;
|
|
this.fieldPocketLabel.Text = "Field Pocket";
|
|
this.fieldPocketLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// battlePocketLabel
|
|
//
|
|
this.battlePocketLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.battlePocketLabel.AutoSize = true;
|
|
this.battlePocketLabel.Location = new System.Drawing.Point(6, 63);
|
|
this.battlePocketLabel.Name = "battlePocketLabel";
|
|
this.battlePocketLabel.Size = new System.Drawing.Size(76, 13);
|
|
this.battlePocketLabel.TabIndex = 8;
|
|
this.battlePocketLabel.Text = "Battle Pockets";
|
|
this.battlePocketLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// moveRelatedFlowLayoutPanel
|
|
//
|
|
this.tableLayoutPanel1.SetColumnSpan(this.moveRelatedFlowLayoutPanel, 2);
|
|
this.moveRelatedFlowLayoutPanel.Controls.Add(this.moveRelatedGroupBox);
|
|
this.moveRelatedFlowLayoutPanel.Location = new System.Drawing.Point(3, 283);
|
|
this.moveRelatedFlowLayoutPanel.Name = "moveRelatedFlowLayoutPanel";
|
|
this.moveRelatedFlowLayoutPanel.Size = new System.Drawing.Size(526, 134);
|
|
this.moveRelatedFlowLayoutPanel.TabIndex = 13;
|
|
//
|
|
// moveRelatedGroupBox
|
|
//
|
|
this.moveRelatedGroupBox.Controls.Add(this.flingPowerNumericUpDown);
|
|
this.moveRelatedGroupBox.Controls.Add(this.pluckEffectNumericUpDown);
|
|
this.moveRelatedGroupBox.Controls.Add(this.flingPowerLabel);
|
|
this.moveRelatedGroupBox.Controls.Add(this.pluckEffectLabel);
|
|
this.moveRelatedGroupBox.Controls.Add(this.flingEffectNumericUpDown);
|
|
this.moveRelatedGroupBox.Controls.Add(this.naturalGiftPowerNumericUpDown);
|
|
this.moveRelatedGroupBox.Controls.Add(this.flingEffectLabel);
|
|
this.moveRelatedGroupBox.Controls.Add(this.naturalGiftPowerLabel);
|
|
this.moveRelatedGroupBox.Controls.Add(this.naturalGiftTypeLabel);
|
|
this.moveRelatedGroupBox.Controls.Add(this.naturalGiftTypeComboBox);
|
|
this.moveRelatedGroupBox.Location = new System.Drawing.Point(3, 3);
|
|
this.moveRelatedGroupBox.Name = "moveRelatedGroupBox";
|
|
this.moveRelatedGroupBox.Size = new System.Drawing.Size(523, 131);
|
|
this.moveRelatedGroupBox.TabIndex = 0;
|
|
this.moveRelatedGroupBox.TabStop = false;
|
|
this.moveRelatedGroupBox.Text = "Move Related";
|
|
//
|
|
// flingPowerNumericUpDown
|
|
//
|
|
this.flingPowerNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.flingPowerNumericUpDown.Location = new System.Drawing.Point(389, 105);
|
|
this.flingPowerNumericUpDown.Name = "flingPowerNumericUpDown";
|
|
this.flingPowerNumericUpDown.Size = new System.Drawing.Size(120, 20);
|
|
this.flingPowerNumericUpDown.TabIndex = 18;
|
|
this.flingPowerNumericUpDown.ValueChanged += new System.EventHandler(this.flingPowerNumericUpDown_ValueChanged);
|
|
//
|
|
// pluckEffectNumericUpDown
|
|
//
|
|
this.pluckEffectNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.pluckEffectNumericUpDown.Location = new System.Drawing.Point(389, 28);
|
|
this.pluckEffectNumericUpDown.Name = "pluckEffectNumericUpDown";
|
|
this.pluckEffectNumericUpDown.Size = new System.Drawing.Size(120, 20);
|
|
this.pluckEffectNumericUpDown.TabIndex = 17;
|
|
this.pluckEffectNumericUpDown.ValueChanged += new System.EventHandler(this.pluckEffectNumericUpDown_ValueChanged);
|
|
//
|
|
// flingPowerLabel
|
|
//
|
|
this.flingPowerLabel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.flingPowerLabel.AutoSize = true;
|
|
this.flingPowerLabel.Location = new System.Drawing.Point(306, 107);
|
|
this.flingPowerLabel.Name = "flingPowerLabel";
|
|
this.flingPowerLabel.Size = new System.Drawing.Size(62, 13);
|
|
this.flingPowerLabel.TabIndex = 16;
|
|
this.flingPowerLabel.Text = "Fling Power";
|
|
this.flingPowerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// pluckEffectLabel
|
|
//
|
|
this.pluckEffectLabel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.pluckEffectLabel.AutoSize = true;
|
|
this.pluckEffectLabel.Location = new System.Drawing.Point(307, 31);
|
|
this.pluckEffectLabel.Name = "pluckEffectLabel";
|
|
this.pluckEffectLabel.Size = new System.Drawing.Size(65, 13);
|
|
this.pluckEffectLabel.TabIndex = 15;
|
|
this.pluckEffectLabel.Text = "Pluck Effect";
|
|
this.pluckEffectLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// flingEffectNumericUpDown
|
|
//
|
|
this.flingEffectNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.flingEffectNumericUpDown.Location = new System.Drawing.Point(389, 79);
|
|
this.flingEffectNumericUpDown.Name = "flingEffectNumericUpDown";
|
|
this.flingEffectNumericUpDown.Size = new System.Drawing.Size(120, 20);
|
|
this.flingEffectNumericUpDown.TabIndex = 14;
|
|
this.flingEffectNumericUpDown.ValueChanged += new System.EventHandler(this.flingEffectNumericUpDown_ValueChanged);
|
|
//
|
|
// naturalGiftPowerNumericUpDown
|
|
//
|
|
this.naturalGiftPowerNumericUpDown.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.naturalGiftPowerNumericUpDown.Location = new System.Drawing.Point(107, 84);
|
|
this.naturalGiftPowerNumericUpDown.Name = "naturalGiftPowerNumericUpDown";
|
|
this.naturalGiftPowerNumericUpDown.Size = new System.Drawing.Size(120, 20);
|
|
this.naturalGiftPowerNumericUpDown.TabIndex = 13;
|
|
this.naturalGiftPowerNumericUpDown.ValueChanged += new System.EventHandler(this.naturalGiftPowerNumericUpDown_ValueChanged);
|
|
//
|
|
// flingEffectLabel
|
|
//
|
|
this.flingEffectLabel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.flingEffectLabel.AutoSize = true;
|
|
this.flingEffectLabel.Location = new System.Drawing.Point(306, 81);
|
|
this.flingEffectLabel.Name = "flingEffectLabel";
|
|
this.flingEffectLabel.Size = new System.Drawing.Size(60, 13);
|
|
this.flingEffectLabel.TabIndex = 12;
|
|
this.flingEffectLabel.Text = "Fling Effect";
|
|
this.flingEffectLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// naturalGiftPowerLabel
|
|
//
|
|
this.naturalGiftPowerLabel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.naturalGiftPowerLabel.AutoSize = true;
|
|
this.naturalGiftPowerLabel.Location = new System.Drawing.Point(6, 86);
|
|
this.naturalGiftPowerLabel.Name = "naturalGiftPowerLabel";
|
|
this.naturalGiftPowerLabel.Size = new System.Drawing.Size(93, 13);
|
|
this.naturalGiftPowerLabel.TabIndex = 10;
|
|
this.naturalGiftPowerLabel.Text = "Natural Gift Power";
|
|
this.naturalGiftPowerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// naturalGiftTypeLabel
|
|
//
|
|
this.naturalGiftTypeLabel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|
this.naturalGiftTypeLabel.AutoSize = true;
|
|
this.naturalGiftTypeLabel.Location = new System.Drawing.Point(6, 56);
|
|
this.naturalGiftTypeLabel.Name = "naturalGiftTypeLabel";
|
|
this.naturalGiftTypeLabel.Size = new System.Drawing.Size(87, 13);
|
|
this.naturalGiftTypeLabel.TabIndex = 8;
|
|
this.naturalGiftTypeLabel.Text = "Natural Gift Type";
|
|
this.naturalGiftTypeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// naturalGiftTypeComboBox
|
|
//
|
|
this.naturalGiftTypeComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.naturalGiftTypeComboBox.FormattingEnabled = true;
|
|
this.naturalGiftTypeComboBox.Location = new System.Drawing.Point(106, 53);
|
|
this.naturalGiftTypeComboBox.Name = "naturalGiftTypeComboBox";
|
|
this.naturalGiftTypeComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.naturalGiftTypeComboBox.TabIndex = 3;
|
|
this.naturalGiftTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.naturalGiftTypeComboBox_SelectedIndexChanged);
|
|
//
|
|
// checksFlowLayoutPanel
|
|
//
|
|
this.checksFlowLayoutPanel.Controls.Add(this.checksGroupBox);
|
|
this.checksFlowLayoutPanel.Location = new System.Drawing.Point(535, 143);
|
|
this.checksFlowLayoutPanel.Name = "checksFlowLayoutPanel";
|
|
this.checksFlowLayoutPanel.Size = new System.Drawing.Size(260, 134);
|
|
this.checksFlowLayoutPanel.TabIndex = 14;
|
|
//
|
|
// checksGroupBox
|
|
//
|
|
this.checksGroupBox.Controls.Add(this.partyUseCheckBox);
|
|
this.checksGroupBox.Controls.Add(this.canSelectCheckBox);
|
|
this.checksGroupBox.Controls.Add(this.preventTossCheckBox);
|
|
this.checksGroupBox.Location = new System.Drawing.Point(3, 3);
|
|
this.checksGroupBox.Name = "checksGroupBox";
|
|
this.checksGroupBox.Size = new System.Drawing.Size(257, 131);
|
|
this.checksGroupBox.TabIndex = 0;
|
|
this.checksGroupBox.TabStop = false;
|
|
this.checksGroupBox.Text = "Checks";
|
|
//
|
|
// partyUseCheckBox
|
|
//
|
|
this.partyUseCheckBox.AutoSize = true;
|
|
this.partyUseCheckBox.Location = new System.Drawing.Point(136, 39);
|
|
this.partyUseCheckBox.Name = "partyUseCheckBox";
|
|
this.partyUseCheckBox.Size = new System.Drawing.Size(72, 17);
|
|
this.partyUseCheckBox.TabIndex = 2;
|
|
this.partyUseCheckBox.Text = "Party Use";
|
|
this.partyUseCheckBox.UseVisualStyleBackColor = true;
|
|
this.partyUseCheckBox.CheckedChanged += new System.EventHandler(this.partyUseCheckBox_CheckedChanged);
|
|
//
|
|
// canSelectCheckBox
|
|
//
|
|
this.canSelectCheckBox.AutoSize = true;
|
|
this.canSelectCheckBox.Location = new System.Drawing.Point(17, 77);
|
|
this.canSelectCheckBox.Name = "canSelectCheckBox";
|
|
this.canSelectCheckBox.Size = new System.Drawing.Size(76, 17);
|
|
this.canSelectCheckBox.TabIndex = 1;
|
|
this.canSelectCheckBox.Text = "Selectable";
|
|
this.canSelectCheckBox.UseVisualStyleBackColor = true;
|
|
this.canSelectCheckBox.CheckedChanged += new System.EventHandler(this.canSelectCheckBox_CheckedChanged);
|
|
//
|
|
// preventTossCheckBox
|
|
//
|
|
this.preventTossCheckBox.AutoSize = true;
|
|
this.preventTossCheckBox.Location = new System.Drawing.Point(17, 38);
|
|
this.preventTossCheckBox.Name = "preventTossCheckBox";
|
|
this.preventTossCheckBox.Size = new System.Drawing.Size(89, 17);
|
|
this.preventTossCheckBox.TabIndex = 0;
|
|
this.preventTossCheckBox.Text = "Prevent Toss";
|
|
this.preventTossCheckBox.UseVisualStyleBackColor = true;
|
|
this.preventTossCheckBox.CheckedChanged += new System.EventHandler(this.preventTossCheckBox_CheckedChanged);
|
|
//
|
|
// priceFlowLayoutPanel
|
|
//
|
|
this.priceFlowLayoutPanel.Controls.Add(this.priceGroupBox);
|
|
this.priceFlowLayoutPanel.Location = new System.Drawing.Point(801, 143);
|
|
this.priceFlowLayoutPanel.Name = "priceFlowLayoutPanel";
|
|
this.priceFlowLayoutPanel.Size = new System.Drawing.Size(260, 134);
|
|
this.priceFlowLayoutPanel.TabIndex = 15;
|
|
//
|
|
// priceGroupBox
|
|
//
|
|
this.priceGroupBox.Controls.Add(this.priceNumericUpDown);
|
|
this.priceGroupBox.Controls.Add(this.priceLabel);
|
|
this.priceGroupBox.Location = new System.Drawing.Point(3, 3);
|
|
this.priceGroupBox.Name = "priceGroupBox";
|
|
this.priceGroupBox.Size = new System.Drawing.Size(261, 131);
|
|
this.priceGroupBox.TabIndex = 10;
|
|
this.priceGroupBox.TabStop = false;
|
|
this.priceGroupBox.Text = "Price";
|
|
//
|
|
// priceLabel
|
|
//
|
|
this.priceLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.priceLabel.AutoSize = true;
|
|
this.priceLabel.Location = new System.Drawing.Point(30, 37);
|
|
this.priceLabel.Name = "priceLabel";
|
|
this.priceLabel.Size = new System.Drawing.Size(31, 13);
|
|
this.priceLabel.TabIndex = 9;
|
|
this.priceLabel.Text = "Price";
|
|
this.priceLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// functionsFlowLayoutPanel
|
|
//
|
|
this.functionsFlowLayoutPanel.Controls.Add(this.functionsGroupBox);
|
|
this.functionsFlowLayoutPanel.Location = new System.Drawing.Point(3, 423);
|
|
this.functionsFlowLayoutPanel.Name = "functionsFlowLayoutPanel";
|
|
this.functionsFlowLayoutPanel.Size = new System.Drawing.Size(260, 137);
|
|
this.functionsFlowLayoutPanel.TabIndex = 16;
|
|
//
|
|
// functionsGroupBox
|
|
//
|
|
this.functionsGroupBox.Controls.Add(this.battleFunctionComboBox);
|
|
this.functionsGroupBox.Controls.Add(this.fieldFunctionLabel);
|
|
this.functionsGroupBox.Controls.Add(this.fieldFunctionComboBox);
|
|
this.functionsGroupBox.Controls.Add(this.battleFunctionLabel);
|
|
this.functionsGroupBox.Location = new System.Drawing.Point(3, 3);
|
|
this.functionsGroupBox.Name = "functionsGroupBox";
|
|
this.functionsGroupBox.Size = new System.Drawing.Size(257, 134);
|
|
this.functionsGroupBox.TabIndex = 0;
|
|
this.functionsGroupBox.TabStop = false;
|
|
this.functionsGroupBox.Text = "Functions";
|
|
//
|
|
// battleFunctionComboBox
|
|
//
|
|
this.battleFunctionComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.battleFunctionComboBox.FormattingEnabled = true;
|
|
this.battleFunctionComboBox.Location = new System.Drawing.Point(113, 78);
|
|
this.battleFunctionComboBox.Name = "battleFunctionComboBox";
|
|
this.battleFunctionComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.battleFunctionComboBox.TabIndex = 10;
|
|
this.battleFunctionComboBox.SelectedIndexChanged += new System.EventHandler(this.battleFunctionComboBox_SelectedIndexChanged);
|
|
//
|
|
// fieldFunctionLabel
|
|
//
|
|
this.fieldFunctionLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.fieldFunctionLabel.AutoSize = true;
|
|
this.fieldFunctionLabel.Location = new System.Drawing.Point(27, 38);
|
|
this.fieldFunctionLabel.Name = "fieldFunctionLabel";
|
|
this.fieldFunctionLabel.Size = new System.Drawing.Size(73, 13);
|
|
this.fieldFunctionLabel.TabIndex = 11;
|
|
this.fieldFunctionLabel.Text = "Field Function";
|
|
this.fieldFunctionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// fieldFunctionComboBox
|
|
//
|
|
this.fieldFunctionComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.fieldFunctionComboBox.FormattingEnabled = true;
|
|
this.fieldFunctionComboBox.Location = new System.Drawing.Point(113, 35);
|
|
this.fieldFunctionComboBox.Name = "fieldFunctionComboBox";
|
|
this.fieldFunctionComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.fieldFunctionComboBox.TabIndex = 9;
|
|
this.fieldFunctionComboBox.SelectedIndexChanged += new System.EventHandler(this.fieldFunctionComboBox_SelectedIndexChanged);
|
|
//
|
|
// battleFunctionLabel
|
|
//
|
|
this.battleFunctionLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.battleFunctionLabel.AutoSize = true;
|
|
this.battleFunctionLabel.Location = new System.Drawing.Point(22, 81);
|
|
this.battleFunctionLabel.Name = "battleFunctionLabel";
|
|
this.battleFunctionLabel.Size = new System.Drawing.Size(78, 13);
|
|
this.battleFunctionLabel.TabIndex = 12;
|
|
this.battleFunctionLabel.Text = "Battle Function";
|
|
this.battleFunctionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// itemParamsTabControl
|
|
//
|
|
this.tableLayoutPanel1.SetColumnSpan(this.itemParamsTabControl, 2);
|
|
this.itemParamsTabControl.Controls.Add(this.statusHealtTabPage);
|
|
this.itemParamsTabControl.Controls.Add(this.levelUpEvolveTabPage);
|
|
this.itemParamsTabControl.Controls.Add(this.statStagesTabPage);
|
|
this.itemParamsTabControl.Controls.Add(this.hpPpRestoreTabPage);
|
|
this.itemParamsTabControl.Controls.Add(this.evsTabPage);
|
|
this.itemParamsTabControl.Controls.Add(this.friendshipTabPage);
|
|
this.itemParamsTabControl.Location = new System.Drawing.Point(535, 283);
|
|
this.itemParamsTabControl.Name = "itemParamsTabControl";
|
|
this.tableLayoutPanel1.SetRowSpan(this.itemParamsTabControl, 2);
|
|
this.itemParamsTabControl.SelectedIndex = 0;
|
|
this.itemParamsTabControl.Size = new System.Drawing.Size(526, 277);
|
|
this.itemParamsTabControl.TabIndex = 17;
|
|
//
|
|
// statusHealtTabPage
|
|
//
|
|
this.statusHealtTabPage.BackColor = System.Drawing.SystemColors.Control;
|
|
this.statusHealtTabPage.Controls.Add(this.reviveAllCheckBox);
|
|
this.statusHealtTabPage.Controls.Add(this.reviveCheckBox);
|
|
this.statusHealtTabPage.Controls.Add(this.guardSpecCheckBox);
|
|
this.statusHealtTabPage.Controls.Add(this.infHealCheckBox);
|
|
this.statusHealtTabPage.Controls.Add(this.cfsHealCheckBox);
|
|
this.statusHealtTabPage.Controls.Add(this.przHealCheckBox);
|
|
this.statusHealtTabPage.Controls.Add(this.frzHealCheckBox);
|
|
this.statusHealtTabPage.Controls.Add(this.brnHealCheckBox);
|
|
this.statusHealtTabPage.Controls.Add(this.psnHealCheckBox);
|
|
this.statusHealtTabPage.Controls.Add(this.slpHealCheckBox);
|
|
this.statusHealtTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.statusHealtTabPage.Name = "statusHealtTabPage";
|
|
this.statusHealtTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.statusHealtTabPage.Size = new System.Drawing.Size(518, 251);
|
|
this.statusHealtTabPage.TabIndex = 0;
|
|
this.statusHealtTabPage.Text = "Status Heals";
|
|
//
|
|
// reviveAllCheckBox
|
|
//
|
|
this.reviveAllCheckBox.AutoSize = true;
|
|
this.reviveAllCheckBox.Location = new System.Drawing.Point(262, 46);
|
|
this.reviveAllCheckBox.Name = "reviveAllCheckBox";
|
|
this.reviveAllCheckBox.Size = new System.Drawing.Size(79, 17);
|
|
this.reviveAllCheckBox.TabIndex = 9;
|
|
this.reviveAllCheckBox.Text = "Revives All";
|
|
this.reviveAllCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// reviveCheckBox
|
|
//
|
|
this.reviveCheckBox.AutoSize = true;
|
|
this.reviveCheckBox.Location = new System.Drawing.Point(262, 23);
|
|
this.reviveCheckBox.Name = "reviveCheckBox";
|
|
this.reviveCheckBox.Size = new System.Drawing.Size(92, 17);
|
|
this.reviveCheckBox.TabIndex = 8;
|
|
this.reviveCheckBox.Text = "Revive Single";
|
|
this.reviveCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// guardSpecCheckBox
|
|
//
|
|
this.guardSpecCheckBox.AutoSize = true;
|
|
this.guardSpecCheckBox.Location = new System.Drawing.Point(135, 46);
|
|
this.guardSpecCheckBox.Name = "guardSpecCheckBox";
|
|
this.guardSpecCheckBox.Size = new System.Drawing.Size(102, 17);
|
|
this.guardSpecCheckBox.TabIndex = 7;
|
|
this.guardSpecCheckBox.Text = "Set Guard Spec";
|
|
this.guardSpecCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// infHealCheckBox
|
|
//
|
|
this.infHealCheckBox.AutoSize = true;
|
|
this.infHealCheckBox.Location = new System.Drawing.Point(135, 23);
|
|
this.infHealCheckBox.Name = "infHealCheckBox";
|
|
this.infHealCheckBox.Size = new System.Drawing.Size(101, 17);
|
|
this.infHealCheckBox.TabIndex = 6;
|
|
this.infHealCheckBox.Text = "Heals All Health";
|
|
this.infHealCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// cfsHealCheckBox
|
|
//
|
|
this.cfsHealCheckBox.AutoSize = true;
|
|
this.cfsHealCheckBox.Location = new System.Drawing.Point(16, 138);
|
|
this.cfsHealCheckBox.Name = "cfsHealCheckBox";
|
|
this.cfsHealCheckBox.Size = new System.Drawing.Size(103, 17);
|
|
this.cfsHealCheckBox.TabIndex = 5;
|
|
this.cfsHealCheckBox.Text = "Heals Confusion";
|
|
this.cfsHealCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// przHealCheckBox
|
|
//
|
|
this.przHealCheckBox.AutoSize = true;
|
|
this.przHealCheckBox.Location = new System.Drawing.Point(16, 115);
|
|
this.przHealCheckBox.Name = "przHealCheckBox";
|
|
this.przHealCheckBox.Size = new System.Drawing.Size(97, 17);
|
|
this.przHealCheckBox.TabIndex = 4;
|
|
this.przHealCheckBox.Text = "Heals Paralysis";
|
|
this.przHealCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// frzHealCheckBox
|
|
//
|
|
this.frzHealCheckBox.AutoSize = true;
|
|
this.frzHealCheckBox.Location = new System.Drawing.Point(16, 92);
|
|
this.frzHealCheckBox.Name = "frzHealCheckBox";
|
|
this.frzHealCheckBox.Size = new System.Drawing.Size(88, 17);
|
|
this.frzHealCheckBox.TabIndex = 3;
|
|
this.frzHealCheckBox.Text = "Heals Freeze";
|
|
this.frzHealCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// brnHealCheckBox
|
|
//
|
|
this.brnHealCheckBox.AutoSize = true;
|
|
this.brnHealCheckBox.Location = new System.Drawing.Point(16, 69);
|
|
this.brnHealCheckBox.Name = "brnHealCheckBox";
|
|
this.brnHealCheckBox.Size = new System.Drawing.Size(78, 17);
|
|
this.brnHealCheckBox.TabIndex = 2;
|
|
this.brnHealCheckBox.Text = "Heals Burn";
|
|
this.brnHealCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// psnHealCheckBox
|
|
//
|
|
this.psnHealCheckBox.AutoSize = true;
|
|
this.psnHealCheckBox.Location = new System.Drawing.Point(16, 46);
|
|
this.psnHealCheckBox.Name = "psnHealCheckBox";
|
|
this.psnHealCheckBox.Size = new System.Drawing.Size(88, 17);
|
|
this.psnHealCheckBox.TabIndex = 1;
|
|
this.psnHealCheckBox.Text = "Heals Poison";
|
|
this.psnHealCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// slpHealCheckBox
|
|
//
|
|
this.slpHealCheckBox.AutoSize = true;
|
|
this.slpHealCheckBox.Location = new System.Drawing.Point(16, 23);
|
|
this.slpHealCheckBox.Name = "slpHealCheckBox";
|
|
this.slpHealCheckBox.Size = new System.Drawing.Size(83, 17);
|
|
this.slpHealCheckBox.TabIndex = 0;
|
|
this.slpHealCheckBox.Text = "Heals Sleep";
|
|
this.slpHealCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// levelUpEvolveTabPage
|
|
//
|
|
this.levelUpEvolveTabPage.BackColor = System.Drawing.SystemColors.Control;
|
|
this.levelUpEvolveTabPage.Controls.Add(this.evolveCheckBox);
|
|
this.levelUpEvolveTabPage.Controls.Add(this.levelUpCheckBox);
|
|
this.levelUpEvolveTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.levelUpEvolveTabPage.Name = "levelUpEvolveTabPage";
|
|
this.levelUpEvolveTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.levelUpEvolveTabPage.Size = new System.Drawing.Size(518, 251);
|
|
this.levelUpEvolveTabPage.TabIndex = 1;
|
|
this.levelUpEvolveTabPage.Text = "Level Up & Evolve";
|
|
//
|
|
// evolveCheckBox
|
|
//
|
|
this.evolveCheckBox.AutoSize = true;
|
|
this.evolveCheckBox.Location = new System.Drawing.Point(135, 22);
|
|
this.evolveCheckBox.Name = "evolveCheckBox";
|
|
this.evolveCheckBox.Size = new System.Drawing.Size(64, 17);
|
|
this.evolveCheckBox.TabIndex = 11;
|
|
this.evolveCheckBox.Text = "Evolves";
|
|
this.evolveCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// levelUpCheckBox
|
|
//
|
|
this.levelUpCheckBox.AutoSize = true;
|
|
this.levelUpCheckBox.Location = new System.Drawing.Point(26, 22);
|
|
this.levelUpCheckBox.Name = "levelUpCheckBox";
|
|
this.levelUpCheckBox.Size = new System.Drawing.Size(69, 17);
|
|
this.levelUpCheckBox.TabIndex = 10;
|
|
this.levelUpCheckBox.Text = "Level Up";
|
|
this.levelUpCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// statStagesTabPage
|
|
//
|
|
this.statStagesTabPage.BackColor = System.Drawing.SystemColors.Control;
|
|
this.statStagesTabPage.Controls.Add(this.label7);
|
|
this.statStagesTabPage.Controls.Add(this.critRateStagesNumeric);
|
|
this.statStagesTabPage.Controls.Add(this.label6);
|
|
this.statStagesTabPage.Controls.Add(this.accuracyStagesNumeric);
|
|
this.statStagesTabPage.Controls.Add(this.label5);
|
|
this.statStagesTabPage.Controls.Add(this.speedStagesNumeric);
|
|
this.statStagesTabPage.Controls.Add(this.label4);
|
|
this.statStagesTabPage.Controls.Add(this.spDefStagesNumeric);
|
|
this.statStagesTabPage.Controls.Add(this.label3);
|
|
this.statStagesTabPage.Controls.Add(this.spAtkStagesNumeric);
|
|
this.statStagesTabPage.Controls.Add(this.label2);
|
|
this.statStagesTabPage.Controls.Add(this.defStagesNumeric);
|
|
this.statStagesTabPage.Controls.Add(this.label1);
|
|
this.statStagesTabPage.Controls.Add(this.atkStagesNumeric);
|
|
this.statStagesTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.statStagesTabPage.Name = "statStagesTabPage";
|
|
this.statStagesTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.statStagesTabPage.Size = new System.Drawing.Size(518, 251);
|
|
this.statStagesTabPage.TabIndex = 2;
|
|
this.statStagesTabPage.Text = "Stat Stages";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(16, 207);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(48, 13);
|
|
this.label7.TabIndex = 13;
|
|
this.label7.Text = "Crit Rate";
|
|
//
|
|
// critRateStagesNumeric
|
|
//
|
|
this.critRateStagesNumeric.Location = new System.Drawing.Point(96, 205);
|
|
this.critRateStagesNumeric.Name = "critRateStagesNumeric";
|
|
this.critRateStagesNumeric.Size = new System.Drawing.Size(42, 20);
|
|
this.critRateStagesNumeric.TabIndex = 12;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(16, 176);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(52, 13);
|
|
this.label6.TabIndex = 11;
|
|
this.label6.Text = "Accuracy";
|
|
//
|
|
// accuracyStagesNumeric
|
|
//
|
|
this.accuracyStagesNumeric.Location = new System.Drawing.Point(96, 174);
|
|
this.accuracyStagesNumeric.Name = "accuracyStagesNumeric";
|
|
this.accuracyStagesNumeric.Size = new System.Drawing.Size(42, 20);
|
|
this.accuracyStagesNumeric.TabIndex = 10;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(16, 147);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(38, 13);
|
|
this.label5.TabIndex = 9;
|
|
this.label5.Text = "Speed";
|
|
//
|
|
// speedStagesNumeric
|
|
//
|
|
this.speedStagesNumeric.Location = new System.Drawing.Point(96, 145);
|
|
this.speedStagesNumeric.Name = "speedStagesNumeric";
|
|
this.speedStagesNumeric.Size = new System.Drawing.Size(42, 20);
|
|
this.speedStagesNumeric.TabIndex = 8;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(16, 118);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(40, 13);
|
|
this.label4.TabIndex = 7;
|
|
this.label4.Text = "Sp Def";
|
|
//
|
|
// spDefStagesNumeric
|
|
//
|
|
this.spDefStagesNumeric.Location = new System.Drawing.Point(96, 116);
|
|
this.spDefStagesNumeric.Name = "spDefStagesNumeric";
|
|
this.spDefStagesNumeric.Size = new System.Drawing.Size(42, 20);
|
|
this.spDefStagesNumeric.TabIndex = 6;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(16, 86);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(39, 13);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "Sp Atk";
|
|
//
|
|
// spAtkStagesNumeric
|
|
//
|
|
this.spAtkStagesNumeric.Location = new System.Drawing.Point(96, 84);
|
|
this.spAtkStagesNumeric.Name = "spAtkStagesNumeric";
|
|
this.spAtkStagesNumeric.Size = new System.Drawing.Size(42, 20);
|
|
this.spAtkStagesNumeric.TabIndex = 4;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(16, 51);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(24, 13);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "Def";
|
|
//
|
|
// defStagesNumeric
|
|
//
|
|
this.defStagesNumeric.Location = new System.Drawing.Point(96, 49);
|
|
this.defStagesNumeric.Name = "defStagesNumeric";
|
|
this.defStagesNumeric.Size = new System.Drawing.Size(42, 20);
|
|
this.defStagesNumeric.TabIndex = 2;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(16, 16);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(23, 13);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Atk";
|
|
//
|
|
// atkStagesNumeric
|
|
//
|
|
this.atkStagesNumeric.Location = new System.Drawing.Point(96, 14);
|
|
this.atkStagesNumeric.Name = "atkStagesNumeric";
|
|
this.atkStagesNumeric.Size = new System.Drawing.Size(42, 20);
|
|
this.atkStagesNumeric.TabIndex = 0;
|
|
//
|
|
// hpPpRestoreTabPage
|
|
//
|
|
this.hpPpRestoreTabPage.BackColor = System.Drawing.SystemColors.Control;
|
|
this.hpPpRestoreTabPage.Controls.Add(this.ppRestoreParamNumeric);
|
|
this.hpPpRestoreTabPage.Controls.Add(this.hpRestoreParamNumeric);
|
|
this.hpPpRestoreTabPage.Controls.Add(this.ppRestoreAllCheckBox);
|
|
this.hpPpRestoreTabPage.Controls.Add(this.ppMaxCheckBox);
|
|
this.hpPpRestoreTabPage.Controls.Add(this.ppUpsCheckBox);
|
|
this.hpPpRestoreTabPage.Controls.Add(this.ppRestoreCheckBox);
|
|
this.hpPpRestoreTabPage.Controls.Add(this.hpRestoreCheckBox);
|
|
this.hpPpRestoreTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.hpPpRestoreTabPage.Name = "hpPpRestoreTabPage";
|
|
this.hpPpRestoreTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.hpPpRestoreTabPage.Size = new System.Drawing.Size(518, 251);
|
|
this.hpPpRestoreTabPage.TabIndex = 3;
|
|
this.hpPpRestoreTabPage.Text = "HP/PP Restore";
|
|
//
|
|
// ppRestoreParamNumeric
|
|
//
|
|
this.ppRestoreParamNumeric.Location = new System.Drawing.Point(103, 55);
|
|
this.ppRestoreParamNumeric.Name = "ppRestoreParamNumeric";
|
|
this.ppRestoreParamNumeric.Size = new System.Drawing.Size(57, 20);
|
|
this.ppRestoreParamNumeric.TabIndex = 17;
|
|
//
|
|
// hpRestoreParamNumeric
|
|
//
|
|
this.hpRestoreParamNumeric.Location = new System.Drawing.Point(103, 21);
|
|
this.hpRestoreParamNumeric.Name = "hpRestoreParamNumeric";
|
|
this.hpRestoreParamNumeric.Size = new System.Drawing.Size(57, 20);
|
|
this.hpRestoreParamNumeric.TabIndex = 16;
|
|
//
|
|
// ppRestoreAllCheckBox
|
|
//
|
|
this.ppRestoreAllCheckBox.AutoSize = true;
|
|
this.ppRestoreAllCheckBox.Location = new System.Drawing.Point(16, 105);
|
|
this.ppRestoreAllCheckBox.Name = "ppRestoreAllCheckBox";
|
|
this.ppRestoreAllCheckBox.Size = new System.Drawing.Size(94, 17);
|
|
this.ppRestoreAllCheckBox.TabIndex = 15;
|
|
this.ppRestoreAllCheckBox.Text = "PP Restore All";
|
|
this.ppRestoreAllCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// ppMaxCheckBox
|
|
//
|
|
this.ppMaxCheckBox.AutoSize = true;
|
|
this.ppMaxCheckBox.Location = new System.Drawing.Point(16, 184);
|
|
this.ppMaxCheckBox.Name = "ppMaxCheckBox";
|
|
this.ppMaxCheckBox.Size = new System.Drawing.Size(63, 17);
|
|
this.ppMaxCheckBox.TabIndex = 14;
|
|
this.ppMaxCheckBox.Text = "PP Max";
|
|
this.ppMaxCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// ppUpsCheckBox
|
|
//
|
|
this.ppUpsCheckBox.AutoSize = true;
|
|
this.ppUpsCheckBox.Location = new System.Drawing.Point(16, 155);
|
|
this.ppUpsCheckBox.Name = "ppUpsCheckBox";
|
|
this.ppUpsCheckBox.Size = new System.Drawing.Size(57, 17);
|
|
this.ppUpsCheckBox.TabIndex = 13;
|
|
this.ppUpsCheckBox.Text = "PP Up";
|
|
this.ppUpsCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// ppRestoreCheckBox
|
|
//
|
|
this.ppRestoreCheckBox.AutoSize = true;
|
|
this.ppRestoreCheckBox.Location = new System.Drawing.Point(16, 56);
|
|
this.ppRestoreCheckBox.Name = "ppRestoreCheckBox";
|
|
this.ppRestoreCheckBox.Size = new System.Drawing.Size(80, 17);
|
|
this.ppRestoreCheckBox.TabIndex = 12;
|
|
this.ppRestoreCheckBox.Text = "PP Restore";
|
|
this.ppRestoreCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// hpRestoreCheckBox
|
|
//
|
|
this.hpRestoreCheckBox.AutoSize = true;
|
|
this.hpRestoreCheckBox.Location = new System.Drawing.Point(16, 22);
|
|
this.hpRestoreCheckBox.Name = "hpRestoreCheckBox";
|
|
this.hpRestoreCheckBox.Size = new System.Drawing.Size(81, 17);
|
|
this.hpRestoreCheckBox.TabIndex = 11;
|
|
this.hpRestoreCheckBox.Text = "HP Restore";
|
|
this.hpRestoreCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// evsTabPage
|
|
//
|
|
this.evsTabPage.BackColor = System.Drawing.SystemColors.Control;
|
|
this.evsTabPage.Controls.Add(this.evSpDefValueNumeric);
|
|
this.evsTabPage.Controls.Add(this.evSpDefCheckBox);
|
|
this.evsTabPage.Controls.Add(this.evSpAtkValueNumeric);
|
|
this.evsTabPage.Controls.Add(this.evSpAtkCheckBox);
|
|
this.evsTabPage.Controls.Add(this.evSpeedValueNumeric);
|
|
this.evsTabPage.Controls.Add(this.evSpeedCheckBox);
|
|
this.evsTabPage.Controls.Add(this.evDefValueNumeric);
|
|
this.evsTabPage.Controls.Add(this.evDefCheckBox);
|
|
this.evsTabPage.Controls.Add(this.evAtkValueNumeric);
|
|
this.evsTabPage.Controls.Add(this.evAtkCheckBox);
|
|
this.evsTabPage.Controls.Add(this.evHpValueNumeric);
|
|
this.evsTabPage.Controls.Add(this.evHpCheckBox);
|
|
this.evsTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.evsTabPage.Name = "evsTabPage";
|
|
this.evsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.evsTabPage.Size = new System.Drawing.Size(518, 251);
|
|
this.evsTabPage.TabIndex = 4;
|
|
this.evsTabPage.Text = "EVs";
|
|
//
|
|
// evSpDefValueNumeric
|
|
//
|
|
this.evSpDefValueNumeric.Location = new System.Drawing.Point(252, 192);
|
|
this.evSpDefValueNumeric.Name = "evSpDefValueNumeric";
|
|
this.evSpDefValueNumeric.Size = new System.Drawing.Size(53, 20);
|
|
this.evSpDefValueNumeric.TabIndex = 28;
|
|
//
|
|
// evSpDefCheckBox
|
|
//
|
|
this.evSpDefCheckBox.AutoSize = true;
|
|
this.evSpDefCheckBox.Location = new System.Drawing.Point(165, 193);
|
|
this.evSpDefCheckBox.Name = "evSpDefCheckBox";
|
|
this.evSpDefCheckBox.Size = new System.Drawing.Size(59, 17);
|
|
this.evSpDefCheckBox.TabIndex = 27;
|
|
this.evSpDefCheckBox.Text = "Sp Def";
|
|
this.evSpDefCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// evSpAtkValueNumeric
|
|
//
|
|
this.evSpAtkValueNumeric.Location = new System.Drawing.Point(252, 158);
|
|
this.evSpAtkValueNumeric.Name = "evSpAtkValueNumeric";
|
|
this.evSpAtkValueNumeric.Size = new System.Drawing.Size(53, 20);
|
|
this.evSpAtkValueNumeric.TabIndex = 26;
|
|
//
|
|
// evSpAtkCheckBox
|
|
//
|
|
this.evSpAtkCheckBox.AutoSize = true;
|
|
this.evSpAtkCheckBox.Location = new System.Drawing.Point(165, 159);
|
|
this.evSpAtkCheckBox.Name = "evSpAtkCheckBox";
|
|
this.evSpAtkCheckBox.Size = new System.Drawing.Size(58, 17);
|
|
this.evSpAtkCheckBox.TabIndex = 25;
|
|
this.evSpAtkCheckBox.Text = "Sp Atk";
|
|
this.evSpAtkCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// evSpeedValueNumeric
|
|
//
|
|
this.evSpeedValueNumeric.Location = new System.Drawing.Point(252, 125);
|
|
this.evSpeedValueNumeric.Name = "evSpeedValueNumeric";
|
|
this.evSpeedValueNumeric.Size = new System.Drawing.Size(53, 20);
|
|
this.evSpeedValueNumeric.TabIndex = 24;
|
|
//
|
|
// evSpeedCheckBox
|
|
//
|
|
this.evSpeedCheckBox.AutoSize = true;
|
|
this.evSpeedCheckBox.Location = new System.Drawing.Point(165, 126);
|
|
this.evSpeedCheckBox.Name = "evSpeedCheckBox";
|
|
this.evSpeedCheckBox.Size = new System.Drawing.Size(57, 17);
|
|
this.evSpeedCheckBox.TabIndex = 23;
|
|
this.evSpeedCheckBox.Text = "Speed";
|
|
this.evSpeedCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// evDefValueNumeric
|
|
//
|
|
this.evDefValueNumeric.Location = new System.Drawing.Point(252, 85);
|
|
this.evDefValueNumeric.Name = "evDefValueNumeric";
|
|
this.evDefValueNumeric.Size = new System.Drawing.Size(53, 20);
|
|
this.evDefValueNumeric.TabIndex = 22;
|
|
//
|
|
// evDefCheckBox
|
|
//
|
|
this.evDefCheckBox.AutoSize = true;
|
|
this.evDefCheckBox.Location = new System.Drawing.Point(165, 86);
|
|
this.evDefCheckBox.Name = "evDefCheckBox";
|
|
this.evDefCheckBox.Size = new System.Drawing.Size(43, 17);
|
|
this.evDefCheckBox.TabIndex = 21;
|
|
this.evDefCheckBox.Text = "Def";
|
|
this.evDefCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// evAtkValueNumeric
|
|
//
|
|
this.evAtkValueNumeric.Location = new System.Drawing.Point(252, 59);
|
|
this.evAtkValueNumeric.Name = "evAtkValueNumeric";
|
|
this.evAtkValueNumeric.Size = new System.Drawing.Size(53, 20);
|
|
this.evAtkValueNumeric.TabIndex = 20;
|
|
//
|
|
// evAtkCheckBox
|
|
//
|
|
this.evAtkCheckBox.AutoSize = true;
|
|
this.evAtkCheckBox.Location = new System.Drawing.Point(165, 60);
|
|
this.evAtkCheckBox.Name = "evAtkCheckBox";
|
|
this.evAtkCheckBox.Size = new System.Drawing.Size(42, 17);
|
|
this.evAtkCheckBox.TabIndex = 19;
|
|
this.evAtkCheckBox.Text = "Atk";
|
|
this.evAtkCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// evHpValueNumeric
|
|
//
|
|
this.evHpValueNumeric.Location = new System.Drawing.Point(252, 36);
|
|
this.evHpValueNumeric.Name = "evHpValueNumeric";
|
|
this.evHpValueNumeric.Size = new System.Drawing.Size(53, 20);
|
|
this.evHpValueNumeric.TabIndex = 18;
|
|
//
|
|
// evHpCheckBox
|
|
//
|
|
this.evHpCheckBox.AutoSize = true;
|
|
this.evHpCheckBox.Location = new System.Drawing.Point(165, 37);
|
|
this.evHpCheckBox.Name = "evHpCheckBox";
|
|
this.evHpCheckBox.Size = new System.Drawing.Size(41, 17);
|
|
this.evHpCheckBox.TabIndex = 17;
|
|
this.evHpCheckBox.Text = "HP";
|
|
this.evHpCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// friendshipTabPage
|
|
//
|
|
this.friendshipTabPage.BackColor = System.Drawing.SystemColors.Control;
|
|
this.friendshipTabPage.Controls.Add(this.friendshipHighValueNumeric);
|
|
this.friendshipTabPage.Controls.Add(this.friendshipHighCheckBox);
|
|
this.friendshipTabPage.Controls.Add(this.friendshipMidValueNumeric);
|
|
this.friendshipTabPage.Controls.Add(this.friendshipMidCheckBox);
|
|
this.friendshipTabPage.Controls.Add(this.friendshipLowValueNumeric);
|
|
this.friendshipTabPage.Controls.Add(this.friendshipLowCheckBox);
|
|
this.friendshipTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.friendshipTabPage.Name = "friendshipTabPage";
|
|
this.friendshipTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.friendshipTabPage.Size = new System.Drawing.Size(518, 251);
|
|
this.friendshipTabPage.TabIndex = 5;
|
|
this.friendshipTabPage.Text = "Friendship";
|
|
//
|
|
// friendshipHighValueNumeric
|
|
//
|
|
this.friendshipHighValueNumeric.Location = new System.Drawing.Point(226, 143);
|
|
this.friendshipHighValueNumeric.Name = "friendshipHighValueNumeric";
|
|
this.friendshipHighValueNumeric.Size = new System.Drawing.Size(53, 20);
|
|
this.friendshipHighValueNumeric.TabIndex = 24;
|
|
//
|
|
// friendshipHighCheckBox
|
|
//
|
|
this.friendshipHighCheckBox.AutoSize = true;
|
|
this.friendshipHighCheckBox.Location = new System.Drawing.Point(110, 143);
|
|
this.friendshipHighCheckBox.Name = "friendshipHighCheckBox";
|
|
this.friendshipHighCheckBox.Size = new System.Drawing.Size(99, 17);
|
|
this.friendshipHighCheckBox.TabIndex = 23;
|
|
this.friendshipHighCheckBox.Text = "High Friendship";
|
|
this.friendshipHighCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// friendshipMidValueNumeric
|
|
//
|
|
this.friendshipMidValueNumeric.Location = new System.Drawing.Point(226, 94);
|
|
this.friendshipMidValueNumeric.Name = "friendshipMidValueNumeric";
|
|
this.friendshipMidValueNumeric.Size = new System.Drawing.Size(53, 20);
|
|
this.friendshipMidValueNumeric.TabIndex = 22;
|
|
//
|
|
// friendshipMidCheckBox
|
|
//
|
|
this.friendshipMidCheckBox.AutoSize = true;
|
|
this.friendshipMidCheckBox.Location = new System.Drawing.Point(110, 94);
|
|
this.friendshipMidCheckBox.Name = "friendshipMidCheckBox";
|
|
this.friendshipMidCheckBox.Size = new System.Drawing.Size(94, 17);
|
|
this.friendshipMidCheckBox.TabIndex = 21;
|
|
this.friendshipMidCheckBox.Text = "Mid Friendship";
|
|
this.friendshipMidCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// friendshipLowValueNumeric
|
|
//
|
|
this.friendshipLowValueNumeric.Location = new System.Drawing.Point(226, 37);
|
|
this.friendshipLowValueNumeric.Name = "friendshipLowValueNumeric";
|
|
this.friendshipLowValueNumeric.Size = new System.Drawing.Size(53, 20);
|
|
this.friendshipLowValueNumeric.TabIndex = 20;
|
|
//
|
|
// friendshipLowCheckBox
|
|
//
|
|
this.friendshipLowCheckBox.AutoSize = true;
|
|
this.friendshipLowCheckBox.Location = new System.Drawing.Point(110, 38);
|
|
this.friendshipLowCheckBox.Name = "friendshipLowCheckBox";
|
|
this.friendshipLowCheckBox.Size = new System.Drawing.Size(97, 17);
|
|
this.friendshipLowCheckBox.TabIndex = 19;
|
|
this.friendshipLowCheckBox.Text = "Low Friendship";
|
|
this.friendshipLowCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// itemEditorSelectedPictureFlowLayoutPanel
|
|
//
|
|
this.itemEditorSelectedPictureFlowLayoutPanel.Controls.Add(this.itemEditorSelectedPictureGroupBox);
|
|
this.itemEditorSelectedPictureFlowLayoutPanel.Location = new System.Drawing.Point(3, 3);
|
|
this.itemEditorSelectedPictureFlowLayoutPanel.Name = "itemEditorSelectedPictureFlowLayoutPanel";
|
|
this.itemEditorSelectedPictureFlowLayoutPanel.Size = new System.Drawing.Size(260, 134);
|
|
this.itemEditorSelectedPictureFlowLayoutPanel.TabIndex = 19;
|
|
//
|
|
// itemEditorSelectedPictureGroupBox
|
|
//
|
|
this.itemEditorSelectedPictureGroupBox.Controls.Add(this.saveIconButton);
|
|
this.itemEditorSelectedPictureGroupBox.Controls.Add(this.paletteComboBox);
|
|
this.itemEditorSelectedPictureGroupBox.Controls.Add(this.imageComboBox);
|
|
this.itemEditorSelectedPictureGroupBox.Controls.Add(this.paletteLabel);
|
|
this.itemEditorSelectedPictureGroupBox.Controls.Add(this.imageLabel);
|
|
this.itemEditorSelectedPictureGroupBox.Controls.Add(this.itemEditorSelectedPictureBox);
|
|
this.itemEditorSelectedPictureGroupBox.Location = new System.Drawing.Point(3, 3);
|
|
this.itemEditorSelectedPictureGroupBox.Name = "itemEditorSelectedPictureGroupBox";
|
|
this.itemEditorSelectedPictureGroupBox.Size = new System.Drawing.Size(257, 131);
|
|
this.itemEditorSelectedPictureGroupBox.TabIndex = 19;
|
|
this.itemEditorSelectedPictureGroupBox.TabStop = false;
|
|
this.itemEditorSelectedPictureGroupBox.Text = "Icon";
|
|
//
|
|
// saveIconButton
|
|
//
|
|
this.saveIconButton.Location = new System.Drawing.Point(14, 102);
|
|
this.saveIconButton.Name = "saveIconButton";
|
|
this.saveIconButton.Size = new System.Drawing.Size(121, 23);
|
|
this.saveIconButton.TabIndex = 25;
|
|
this.saveIconButton.Text = "Save Icon Changes";
|
|
this.saveIconButton.UseVisualStyleBackColor = true;
|
|
this.saveIconButton.Click += new System.EventHandler(this.saveIconButton_Click);
|
|
//
|
|
// paletteComboBox
|
|
//
|
|
this.paletteComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.paletteComboBox.FormattingEnabled = true;
|
|
this.paletteComboBox.Location = new System.Drawing.Point(77, 60);
|
|
this.paletteComboBox.Name = "paletteComboBox";
|
|
this.paletteComboBox.Size = new System.Drawing.Size(58, 21);
|
|
this.paletteComboBox.TabIndex = 24;
|
|
this.paletteComboBox.SelectedIndexChanged += new System.EventHandler(this.paletteComboBox_SelectedIndexChanged);
|
|
//
|
|
// imageComboBox
|
|
//
|
|
this.imageComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.imageComboBox.FormattingEnabled = true;
|
|
this.imageComboBox.Location = new System.Drawing.Point(77, 18);
|
|
this.imageComboBox.Name = "imageComboBox";
|
|
this.imageComboBox.Size = new System.Drawing.Size(58, 21);
|
|
this.imageComboBox.TabIndex = 23;
|
|
this.imageComboBox.SelectedIndexChanged += new System.EventHandler(this.imageComboBox_SelectedIndexChanged);
|
|
//
|
|
// paletteLabel
|
|
//
|
|
this.paletteLabel.AutoSize = true;
|
|
this.paletteLabel.Location = new System.Drawing.Point(11, 63);
|
|
this.paletteLabel.Name = "paletteLabel";
|
|
this.paletteLabel.Size = new System.Drawing.Size(40, 13);
|
|
this.paletteLabel.TabIndex = 22;
|
|
this.paletteLabel.Text = "Palette";
|
|
//
|
|
// imageLabel
|
|
//
|
|
this.imageLabel.AutoSize = true;
|
|
this.imageLabel.Location = new System.Drawing.Point(11, 21);
|
|
this.imageLabel.Name = "imageLabel";
|
|
this.imageLabel.Size = new System.Drawing.Size(36, 13);
|
|
this.imageLabel.TabIndex = 20;
|
|
this.imageLabel.Text = "Image";
|
|
//
|
|
// itemEditorSelectedPictureBox
|
|
//
|
|
this.itemEditorSelectedPictureBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.itemEditorSelectedPictureBox.Image = global::DSPRE.Properties.Resources.IconItem;
|
|
this.itemEditorSelectedPictureBox.Location = new System.Drawing.Point(180, 54);
|
|
this.itemEditorSelectedPictureBox.Name = "itemEditorSelectedPictureBox";
|
|
this.itemEditorSelectedPictureBox.Size = new System.Drawing.Size(47, 47);
|
|
this.itemEditorSelectedPictureBox.TabIndex = 18;
|
|
this.itemEditorSelectedPictureBox.TabStop = false;
|
|
//
|
|
// battleItemsBattlePocketCheck
|
|
//
|
|
this.battleItemsBattlePocketCheck.AutoSize = true;
|
|
this.battleItemsBattlePocketCheck.Location = new System.Drawing.Point(9, 105);
|
|
this.battleItemsBattlePocketCheck.Name = "battleItemsBattlePocketCheck";
|
|
this.battleItemsBattlePocketCheck.Size = new System.Drawing.Size(81, 17);
|
|
this.battleItemsBattlePocketCheck.TabIndex = 10;
|
|
this.battleItemsBattlePocketCheck.Text = "Battle Items";
|
|
this.battleItemsBattlePocketCheck.UseVisualStyleBackColor = true;
|
|
//
|
|
// ppRestoreBattlePocketCheck
|
|
//
|
|
this.ppRestoreBattlePocketCheck.AutoSize = true;
|
|
this.ppRestoreBattlePocketCheck.Location = new System.Drawing.Point(88, 105);
|
|
this.ppRestoreBattlePocketCheck.Name = "ppRestoreBattlePocketCheck";
|
|
this.ppRestoreBattlePocketCheck.Size = new System.Drawing.Size(80, 17);
|
|
this.ppRestoreBattlePocketCheck.TabIndex = 11;
|
|
this.ppRestoreBattlePocketCheck.Text = "PP Restore";
|
|
this.ppRestoreBattlePocketCheck.UseVisualStyleBackColor = true;
|
|
//
|
|
// hpRestoreBattlePocketCheck
|
|
//
|
|
this.hpRestoreBattlePocketCheck.AutoSize = true;
|
|
this.hpRestoreBattlePocketCheck.Location = new System.Drawing.Point(88, 81);
|
|
this.hpRestoreBattlePocketCheck.Name = "hpRestoreBattlePocketCheck";
|
|
this.hpRestoreBattlePocketCheck.Size = new System.Drawing.Size(81, 17);
|
|
this.hpRestoreBattlePocketCheck.TabIndex = 12;
|
|
this.hpRestoreBattlePocketCheck.Text = "HP Restore";
|
|
this.hpRestoreBattlePocketCheck.UseVisualStyleBackColor = true;
|
|
//
|
|
// statusHealersBattlePocketCheck
|
|
//
|
|
this.statusHealersBattlePocketCheck.AutoSize = true;
|
|
this.statusHealersBattlePocketCheck.Location = new System.Drawing.Point(167, 81);
|
|
this.statusHealersBattlePocketCheck.Name = "statusHealersBattlePocketCheck";
|
|
this.statusHealersBattlePocketCheck.Size = new System.Drawing.Size(95, 17);
|
|
this.statusHealersBattlePocketCheck.TabIndex = 13;
|
|
this.statusHealersBattlePocketCheck.Text = "Status Healers";
|
|
this.statusHealersBattlePocketCheck.UseVisualStyleBackColor = true;
|
|
//
|
|
// ItemEditor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1089, 587);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Name = "ItemEditor";
|
|
this.Text = "ItemEditor";
|
|
((System.ComponentModel.ISupportInitialize)(this.itemNumberNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.priceNumericUpDown)).EndInit();
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.holdFlowLayoutPanel.ResumeLayout(false);
|
|
this.holdGroupBox.ResumeLayout(false);
|
|
this.holdGroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.holdEffectParameterNumericUpDown)).EndInit();
|
|
this.pocketFlowLayoutPanel.ResumeLayout(false);
|
|
this.pocketGroupBox.ResumeLayout(false);
|
|
this.pocketGroupBox.PerformLayout();
|
|
this.moveRelatedFlowLayoutPanel.ResumeLayout(false);
|
|
this.moveRelatedGroupBox.ResumeLayout(false);
|
|
this.moveRelatedGroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.flingPowerNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pluckEffectNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.flingEffectNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.naturalGiftPowerNumericUpDown)).EndInit();
|
|
this.checksFlowLayoutPanel.ResumeLayout(false);
|
|
this.checksGroupBox.ResumeLayout(false);
|
|
this.checksGroupBox.PerformLayout();
|
|
this.priceFlowLayoutPanel.ResumeLayout(false);
|
|
this.priceGroupBox.ResumeLayout(false);
|
|
this.priceGroupBox.PerformLayout();
|
|
this.functionsFlowLayoutPanel.ResumeLayout(false);
|
|
this.functionsGroupBox.ResumeLayout(false);
|
|
this.functionsGroupBox.PerformLayout();
|
|
this.itemParamsTabControl.ResumeLayout(false);
|
|
this.statusHealtTabPage.ResumeLayout(false);
|
|
this.statusHealtTabPage.PerformLayout();
|
|
this.levelUpEvolveTabPage.ResumeLayout(false);
|
|
this.levelUpEvolveTabPage.PerformLayout();
|
|
this.statStagesTabPage.ResumeLayout(false);
|
|
this.statStagesTabPage.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.critRateStagesNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.accuracyStagesNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.speedStagesNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spDefStagesNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spAtkStagesNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.defStagesNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.atkStagesNumeric)).EndInit();
|
|
this.hpPpRestoreTabPage.ResumeLayout(false);
|
|
this.hpPpRestoreTabPage.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ppRestoreParamNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.hpRestoreParamNumeric)).EndInit();
|
|
this.evsTabPage.ResumeLayout(false);
|
|
this.evsTabPage.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.evSpDefValueNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evSpAtkValueNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evSpeedValueNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evDefValueNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evAtkValueNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.evHpValueNumeric)).EndInit();
|
|
this.friendshipTabPage.ResumeLayout(false);
|
|
this.friendshipTabPage.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.friendshipHighValueNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.friendshipMidValueNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.friendshipLowValueNumeric)).EndInit();
|
|
this.itemEditorSelectedPictureFlowLayoutPanel.ResumeLayout(false);
|
|
this.itemEditorSelectedPictureGroupBox.ResumeLayout(false);
|
|
this.itemEditorSelectedPictureGroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.itemEditorSelectedPictureBox)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.NumericUpDown itemNumberNumericUpDown;
|
|
private System.Windows.Forms.ComboBox holdEffectComboBox;
|
|
private System.Windows.Forms.ComboBox fieldPocketComboBox;
|
|
private System.Windows.Forms.ComboBox itemNameInputComboBox;
|
|
private System.Windows.Forms.NumericUpDown priceNumericUpDown;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label holdEffectLabel;
|
|
private System.Windows.Forms.Label fieldPocketLabel;
|
|
private System.Windows.Forms.Label battlePocketLabel;
|
|
private System.Windows.Forms.Label priceLabel;
|
|
private System.Windows.Forms.Button saveDataButton;
|
|
private System.Windows.Forms.Label holdEffectParameterLabel;
|
|
private System.Windows.Forms.FlowLayoutPanel holdFlowLayoutPanel;
|
|
private System.Windows.Forms.GroupBox holdGroupBox;
|
|
private System.Windows.Forms.NumericUpDown holdEffectParameterNumericUpDown;
|
|
private System.Windows.Forms.FlowLayoutPanel pocketFlowLayoutPanel;
|
|
private System.Windows.Forms.GroupBox pocketGroupBox;
|
|
private System.Windows.Forms.FlowLayoutPanel moveRelatedFlowLayoutPanel;
|
|
private System.Windows.Forms.GroupBox moveRelatedGroupBox;
|
|
private System.Windows.Forms.Label naturalGiftTypeLabel;
|
|
private System.Windows.Forms.ComboBox naturalGiftTypeComboBox;
|
|
private System.Windows.Forms.Label flingEffectLabel;
|
|
private System.Windows.Forms.Label naturalGiftPowerLabel;
|
|
private System.Windows.Forms.NumericUpDown flingPowerNumericUpDown;
|
|
private System.Windows.Forms.NumericUpDown pluckEffectNumericUpDown;
|
|
private System.Windows.Forms.Label flingPowerLabel;
|
|
private System.Windows.Forms.Label pluckEffectLabel;
|
|
private System.Windows.Forms.NumericUpDown flingEffectNumericUpDown;
|
|
private System.Windows.Forms.NumericUpDown naturalGiftPowerNumericUpDown;
|
|
private System.Windows.Forms.FlowLayoutPanel checksFlowLayoutPanel;
|
|
private System.Windows.Forms.GroupBox checksGroupBox;
|
|
private System.Windows.Forms.CheckBox preventTossCheckBox;
|
|
private System.Windows.Forms.CheckBox canSelectCheckBox;
|
|
private System.Windows.Forms.FlowLayoutPanel priceFlowLayoutPanel;
|
|
private System.Windows.Forms.GroupBox priceGroupBox;
|
|
private System.Windows.Forms.FlowLayoutPanel functionsFlowLayoutPanel;
|
|
private System.Windows.Forms.GroupBox functionsGroupBox;
|
|
private System.Windows.Forms.ComboBox battleFunctionComboBox;
|
|
private System.Windows.Forms.Label fieldFunctionLabel;
|
|
private System.Windows.Forms.ComboBox fieldFunctionComboBox;
|
|
private System.Windows.Forms.Label battleFunctionLabel;
|
|
private System.Windows.Forms.CheckBox partyUseCheckBox;
|
|
private System.Windows.Forms.TabControl itemParamsTabControl;
|
|
private System.Windows.Forms.TabPage statusHealtTabPage;
|
|
private System.Windows.Forms.TabPage levelUpEvolveTabPage;
|
|
private System.Windows.Forms.TabPage statStagesTabPage;
|
|
private System.Windows.Forms.TabPage hpPpRestoreTabPage;
|
|
private System.Windows.Forms.TabPage evsTabPage;
|
|
private System.Windows.Forms.TabPage friendshipTabPage;
|
|
private System.Windows.Forms.CheckBox slpHealCheckBox;
|
|
private System.Windows.Forms.CheckBox infHealCheckBox;
|
|
private System.Windows.Forms.CheckBox cfsHealCheckBox;
|
|
private System.Windows.Forms.CheckBox przHealCheckBox;
|
|
private System.Windows.Forms.CheckBox frzHealCheckBox;
|
|
private System.Windows.Forms.CheckBox brnHealCheckBox;
|
|
private System.Windows.Forms.CheckBox psnHealCheckBox;
|
|
private System.Windows.Forms.CheckBox reviveAllCheckBox;
|
|
private System.Windows.Forms.CheckBox reviveCheckBox;
|
|
private System.Windows.Forms.CheckBox guardSpecCheckBox;
|
|
private System.Windows.Forms.CheckBox evolveCheckBox;
|
|
private System.Windows.Forms.CheckBox levelUpCheckBox;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.NumericUpDown atkStagesNumeric;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.NumericUpDown critRateStagesNumeric;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.NumericUpDown accuracyStagesNumeric;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.NumericUpDown speedStagesNumeric;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.NumericUpDown spDefStagesNumeric;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.NumericUpDown spAtkStagesNumeric;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.NumericUpDown defStagesNumeric;
|
|
private System.Windows.Forms.CheckBox hpRestoreCheckBox;
|
|
private System.Windows.Forms.CheckBox ppRestoreAllCheckBox;
|
|
private System.Windows.Forms.CheckBox ppMaxCheckBox;
|
|
private System.Windows.Forms.CheckBox ppUpsCheckBox;
|
|
private System.Windows.Forms.CheckBox ppRestoreCheckBox;
|
|
private System.Windows.Forms.NumericUpDown ppRestoreParamNumeric;
|
|
private System.Windows.Forms.NumericUpDown hpRestoreParamNumeric;
|
|
private System.Windows.Forms.NumericUpDown evDefValueNumeric;
|
|
private System.Windows.Forms.CheckBox evDefCheckBox;
|
|
private System.Windows.Forms.NumericUpDown evAtkValueNumeric;
|
|
private System.Windows.Forms.CheckBox evAtkCheckBox;
|
|
private System.Windows.Forms.NumericUpDown evHpValueNumeric;
|
|
private System.Windows.Forms.CheckBox evHpCheckBox;
|
|
private System.Windows.Forms.NumericUpDown evSpDefValueNumeric;
|
|
private System.Windows.Forms.CheckBox evSpDefCheckBox;
|
|
private System.Windows.Forms.NumericUpDown evSpAtkValueNumeric;
|
|
private System.Windows.Forms.CheckBox evSpAtkCheckBox;
|
|
private System.Windows.Forms.NumericUpDown evSpeedValueNumeric;
|
|
private System.Windows.Forms.CheckBox evSpeedCheckBox;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.NumericUpDown friendshipHighValueNumeric;
|
|
private System.Windows.Forms.CheckBox friendshipHighCheckBox;
|
|
private System.Windows.Forms.NumericUpDown friendshipMidValueNumeric;
|
|
private System.Windows.Forms.CheckBox friendshipMidCheckBox;
|
|
private System.Windows.Forms.NumericUpDown friendshipLowValueNumeric;
|
|
private System.Windows.Forms.CheckBox friendshipLowCheckBox;
|
|
private System.Windows.Forms.PictureBox itemEditorSelectedPictureBox;
|
|
private System.Windows.Forms.FlowLayoutPanel itemEditorSelectedPictureFlowLayoutPanel;
|
|
private System.Windows.Forms.GroupBox itemEditorSelectedPictureGroupBox;
|
|
private System.Windows.Forms.Label paletteLabel;
|
|
private System.Windows.Forms.Label imageLabel;
|
|
private System.Windows.Forms.ComboBox paletteComboBox;
|
|
private System.Windows.Forms.ComboBox imageComboBox;
|
|
private System.Windows.Forms.Button saveIconButton;
|
|
private System.Windows.Forms.CheckBox pokeBallsBattlePocketCheck;
|
|
private System.Windows.Forms.CheckBox statusHealersBattlePocketCheck;
|
|
private System.Windows.Forms.CheckBox hpRestoreBattlePocketCheck;
|
|
private System.Windows.Forms.CheckBox ppRestoreBattlePocketCheck;
|
|
private System.Windows.Forms.CheckBox battleItemsBattlePocketCheck;
|
|
}
|
|
} |