mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-06-01 04:55:57 -05:00
645 lines
38 KiB
C#
645 lines
38 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.itemNumberNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.holdEffectComboBox = new System.Windows.Forms.ComboBox();
|
|
this.fieldPocketComboBox = new System.Windows.Forms.ComboBox();
|
|
this.battlePocketComboBox = 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.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.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.partyUseCheckBox = 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.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(107, 35);
|
|
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);
|
|
//
|
|
// battlePocketComboBox
|
|
//
|
|
this.battlePocketComboBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.battlePocketComboBox.FormattingEnabled = true;
|
|
this.battlePocketComboBox.Location = new System.Drawing.Point(107, 78);
|
|
this.battlePocketComboBox.Name = "battlePocketComboBox";
|
|
this.battlePocketComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.battlePocketComboBox.TabIndex = 3;
|
|
this.battlePocketComboBox.SelectedIndexChanged += new System.EventHandler(this.battlePocketComboBox_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.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.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(883, 58);
|
|
this.saveDataButton.Name = "saveDataButton";
|
|
this.saveDataButton.Size = new System.Drawing.Size(96, 23);
|
|
this.saveDataButton.TabIndex = 10;
|
|
this.saveDataButton.Text = "Save 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.battlePocketComboBox);
|
|
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";
|
|
//
|
|
// fieldPocketLabel
|
|
//
|
|
this.fieldPocketLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.fieldPocketLabel.AutoSize = true;
|
|
this.fieldPocketLabel.Location = new System.Drawing.Point(21, 38);
|
|
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(16, 81);
|
|
this.battlePocketLabel.Name = "battlePocketLabel";
|
|
this.battlePocketLabel.Size = new System.Drawing.Size(71, 13);
|
|
this.battlePocketLabel.TabIndex = 8;
|
|
this.battlePocketLabel.Text = "Battle Pocket";
|
|
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";
|
|
//
|
|
// 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;
|
|
//
|
|
// 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);
|
|
//
|
|
// 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.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 battlePocketComboBox;
|
|
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;
|
|
}
|
|
} |