mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-12 06:54:33 -05:00
877 lines
52 KiB
C#
877 lines
52 KiB
C#
namespace DSPRE {
|
|
partial class MoveDataEditor {
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing) {
|
|
if (disposing && (components != null)) {
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent() {
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MoveDataEditor));
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.saveDataButton = new System.Windows.Forms.Button();
|
|
this.moveNumberNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.moveNameInputComboBox = new DSPRE.InputComboBox();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.prioPictureBox = new System.Windows.Forms.PictureBox();
|
|
this.contestAppealNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.contestConditionPictureBox = new System.Windows.Forms.PictureBox();
|
|
this.contestConditionComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.moveSplitPictureBox = new System.Windows.Forms.PictureBox();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.flagsTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox11 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox12 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox13 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox14 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox15 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox16 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox17 = new System.Windows.Forms.CheckBox();
|
|
this.moveTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.battleSeqComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.typeLabel = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.moveSplitComboBox = new System.Windows.Forms.ComboBox();
|
|
this.moveTypePictureBox = new System.Windows.Forms.PictureBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.rangesTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
|
this.checkBox20 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox19 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox4 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox5 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox6 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox7 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox8 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox9 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox10 = new System.Windows.Forms.CheckBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.powerNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.accuracyNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.priorityNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.ppLabel = new System.Windows.Forms.Label();
|
|
this.ppUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.sideEffectProbabilityUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.moveNumberNumericUpDown)).BeginInit();
|
|
this.groupBox3.SuspendLayout();
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.prioPictureBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.contestAppealNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.contestConditionPictureBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.moveSplitPictureBox)).BeginInit();
|
|
this.groupBox4.SuspendLayout();
|
|
this.flagsTableLayoutPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.moveTypePictureBox)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
this.rangesTableLayoutPanel.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.powerNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.accuracyNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.priorityNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ppUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sideEffectProbabilityUpDown)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 4;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 57.02703F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22.3796F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.43285F));
|
|
this.tableLayoutPanel1.Controls.Add(this.saveDataButton, 3, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.moveNumberNumericUpDown, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.moveNameInputComboBox, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBox3, 0, 1);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(5, 5);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.036144F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90.96385F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(740, 557);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// saveDataButton
|
|
//
|
|
this.saveDataButton.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.saveDataButton.Image = ((System.Drawing.Image)(resources.GetObject("saveDataButton.Image")));
|
|
this.saveDataButton.Location = new System.Drawing.Point(664, 3);
|
|
this.saveDataButton.Name = "saveDataButton";
|
|
this.saveDataButton.Size = new System.Drawing.Size(73, 44);
|
|
this.saveDataButton.TabIndex = 30;
|
|
this.saveDataButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.saveDataButton.UseVisualStyleBackColor = true;
|
|
this.saveDataButton.Click += new System.EventHandler(this.saveDataButton_Click);
|
|
//
|
|
// moveNumberNumericUpDown
|
|
//
|
|
this.moveNumberNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.moveNumberNumericUpDown.Location = new System.Drawing.Point(499, 15);
|
|
this.moveNumberNumericUpDown.Name = "moveNumberNumericUpDown";
|
|
this.moveNumberNumericUpDown.Size = new System.Drawing.Size(159, 20);
|
|
this.moveNumberNumericUpDown.TabIndex = 16;
|
|
this.moveNumberNumericUpDown.ValueChanged += new System.EventHandler(this.moveNumberNumericUpDown_ValueChanged);
|
|
//
|
|
// moveNameInputComboBox
|
|
//
|
|
this.moveNameInputComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.moveNameInputComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.moveNameInputComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.moveNameInputComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.moveNameInputComboBox.FormattingEnabled = true;
|
|
this.moveNameInputComboBox.Location = new System.Drawing.Point(77, 14);
|
|
this.moveNameInputComboBox.Name = "moveNameInputComboBox";
|
|
this.moveNameInputComboBox.Size = new System.Drawing.Size(416, 32);
|
|
this.moveNameInputComboBox.TabIndex = 31;
|
|
this.moveNameInputComboBox.SelectedIndexChanged += new System.EventHandler(this.moveNameInputComboBox_SelectedIndexChanged);
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.tableLayoutPanel1.SetColumnSpan(this.groupBox3, 4);
|
|
this.groupBox3.Controls.Add(this.tableLayoutPanel3);
|
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox3.Location = new System.Drawing.Point(3, 53);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
|
|
this.groupBox3.Size = new System.Drawing.Size(734, 501);
|
|
this.groupBox3.TabIndex = 33;
|
|
this.groupBox3.TabStop = false;
|
|
//
|
|
// tableLayoutPanel3
|
|
//
|
|
this.tableLayoutPanel3.ColumnCount = 7;
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.22124F));
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 53.9823F));
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.91647F));
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 67F));
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 252F));
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 69F));
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 109F));
|
|
this.tableLayoutPanel3.Controls.Add(this.prioPictureBox, 2, 3);
|
|
this.tableLayoutPanel3.Controls.Add(this.contestAppealNumericUpDown, 4, 2);
|
|
this.tableLayoutPanel3.Controls.Add(this.label6, 3, 2);
|
|
this.tableLayoutPanel3.Controls.Add(this.contestConditionPictureBox, 2, 2);
|
|
this.tableLayoutPanel3.Controls.Add(this.contestConditionComboBox, 1, 2);
|
|
this.tableLayoutPanel3.Controls.Add(this.label3, 0, 2);
|
|
this.tableLayoutPanel3.Controls.Add(this.moveSplitPictureBox, 2, 1);
|
|
this.tableLayoutPanel3.Controls.Add(this.groupBox4, 4, 4);
|
|
this.tableLayoutPanel3.Controls.Add(this.moveTypeComboBox, 1, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.battleSeqComboBox, 4, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.label1, 3, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.typeLabel, 0, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.label2, 0, 1);
|
|
this.tableLayoutPanel3.Controls.Add(this.moveSplitComboBox, 1, 1);
|
|
this.tableLayoutPanel3.Controls.Add(this.moveTypePictureBox, 2, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.groupBox1, 3, 4);
|
|
this.tableLayoutPanel3.Controls.Add(this.groupBox2, 0, 4);
|
|
this.tableLayoutPanel3.Controls.Add(this.label4, 5, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.powerNumericUpDown, 6, 0);
|
|
this.tableLayoutPanel3.Controls.Add(this.label5, 5, 1);
|
|
this.tableLayoutPanel3.Controls.Add(this.accuracyNumericUpDown, 6, 1);
|
|
this.tableLayoutPanel3.Controls.Add(this.label7, 0, 3);
|
|
this.tableLayoutPanel3.Controls.Add(this.priorityNumericUpDown, 1, 3);
|
|
this.tableLayoutPanel3.Controls.Add(this.ppLabel, 3, 1);
|
|
this.tableLayoutPanel3.Controls.Add(this.ppUpDown, 4, 1);
|
|
this.tableLayoutPanel3.Controls.Add(this.label8, 3, 3);
|
|
this.tableLayoutPanel3.Controls.Add(this.sideEffectProbabilityUpDown, 4, 3);
|
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 13);
|
|
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
this.tableLayoutPanel3.Padding = new System.Windows.Forms.Padding(2);
|
|
this.tableLayoutPanel3.RowCount = 8;
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.996453F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.282195F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.637531F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.035714F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 29.6875F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5.275226F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 31.87116F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(728, 488);
|
|
this.tableLayoutPanel3.TabIndex = 32;
|
|
//
|
|
// prioPictureBox
|
|
//
|
|
this.prioPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.prioPictureBox.Location = new System.Drawing.Point(184, 119);
|
|
this.prioPictureBox.Name = "prioPictureBox";
|
|
this.prioPictureBox.Size = new System.Drawing.Size(41, 31);
|
|
this.prioPictureBox.TabIndex = 27;
|
|
this.prioPictureBox.TabStop = false;
|
|
//
|
|
// contestAppealNumericUpDown
|
|
//
|
|
this.contestAppealNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.contestAppealNumericUpDown.Location = new System.Drawing.Point(298, 88);
|
|
this.contestAppealNumericUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.contestAppealNumericUpDown.Name = "contestAppealNumericUpDown";
|
|
this.contestAppealNumericUpDown.Size = new System.Drawing.Size(246, 20);
|
|
this.contestAppealNumericUpDown.TabIndex = 24;
|
|
this.contestAppealNumericUpDown.ValueChanged += new System.EventHandler(this.contestAppealNumericUpDown_ValueChanged);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(231, 85);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(61, 26);
|
|
this.label6.TabIndex = 23;
|
|
this.label6.Text = "Contest Appeal";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// contestConditionPictureBox
|
|
//
|
|
this.contestConditionPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.contestConditionPictureBox.Location = new System.Drawing.Point(184, 84);
|
|
this.contestConditionPictureBox.Name = "contestConditionPictureBox";
|
|
this.contestConditionPictureBox.Size = new System.Drawing.Size(41, 29);
|
|
this.contestConditionPictureBox.TabIndex = 22;
|
|
this.contestConditionPictureBox.TabStop = false;
|
|
//
|
|
// contestConditionComboBox
|
|
//
|
|
this.contestConditionComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.contestConditionComboBox.FormattingEnabled = true;
|
|
this.contestConditionComboBox.Location = new System.Drawing.Point(62, 88);
|
|
this.contestConditionComboBox.Name = "contestConditionComboBox";
|
|
this.contestConditionComboBox.Size = new System.Drawing.Size(116, 21);
|
|
this.contestConditionComboBox.TabIndex = 21;
|
|
this.contestConditionComboBox.SelectedIndexChanged += new System.EventHandler(this.contestConditionComboBox_SelectedIndexChanged);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(5, 85);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(51, 26);
|
|
this.label3.TabIndex = 20;
|
|
this.label3.Text = "Contest\r\nCondition";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// moveSplitPictureBox
|
|
//
|
|
this.moveSplitPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.moveSplitPictureBox.Location = new System.Drawing.Point(184, 46);
|
|
this.moveSplitPictureBox.Name = "moveSplitPictureBox";
|
|
this.moveSplitPictureBox.Size = new System.Drawing.Size(41, 32);
|
|
this.moveSplitPictureBox.TabIndex = 19;
|
|
this.moveSplitPictureBox.TabStop = false;
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.tableLayoutPanel3.SetColumnSpan(this.groupBox4, 4);
|
|
this.groupBox4.Controls.Add(this.flagsTableLayoutPanel);
|
|
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox4.Location = new System.Drawing.Point(231, 318);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(492, 142);
|
|
this.groupBox4.TabIndex = 18;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Flags";
|
|
//
|
|
// flagsTableLayoutPanel
|
|
//
|
|
this.flagsTableLayoutPanel.ColumnCount = 3;
|
|
this.flagsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.flagsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
|
|
this.flagsTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
|
|
this.flagsTableLayoutPanel.Controls.Add(this.checkBox1, 0, 0);
|
|
this.flagsTableLayoutPanel.Controls.Add(this.checkBox11, 1, 0);
|
|
this.flagsTableLayoutPanel.Controls.Add(this.checkBox12, 2, 0);
|
|
this.flagsTableLayoutPanel.Controls.Add(this.checkBox13, 0, 1);
|
|
this.flagsTableLayoutPanel.Controls.Add(this.checkBox14, 1, 1);
|
|
this.flagsTableLayoutPanel.Controls.Add(this.checkBox15, 2, 1);
|
|
this.flagsTableLayoutPanel.Controls.Add(this.checkBox16, 0, 2);
|
|
this.flagsTableLayoutPanel.Controls.Add(this.checkBox17, 1, 2);
|
|
this.flagsTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flagsTableLayoutPanel.Location = new System.Drawing.Point(3, 16);
|
|
this.flagsTableLayoutPanel.Name = "flagsTableLayoutPanel";
|
|
this.flagsTableLayoutPanel.RowCount = 3;
|
|
this.flagsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.flagsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.flagsTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.flagsTableLayoutPanel.Size = new System.Drawing.Size(486, 123);
|
|
this.flagsTableLayoutPanel.TabIndex = 11;
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox1.Location = new System.Drawing.Point(3, 3);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(155, 35);
|
|
this.checkBox1.TabIndex = 1;
|
|
this.checkBox1.Text = "checkBox1";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox11
|
|
//
|
|
this.checkBox11.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox11.Location = new System.Drawing.Point(164, 3);
|
|
this.checkBox11.Name = "checkBox11";
|
|
this.checkBox11.Size = new System.Drawing.Size(156, 35);
|
|
this.checkBox11.TabIndex = 2;
|
|
this.checkBox11.Text = "checkBox11";
|
|
this.checkBox11.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox12
|
|
//
|
|
this.checkBox12.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox12.Location = new System.Drawing.Point(326, 3);
|
|
this.checkBox12.Name = "checkBox12";
|
|
this.checkBox12.Size = new System.Drawing.Size(157, 35);
|
|
this.checkBox12.TabIndex = 3;
|
|
this.checkBox12.Text = "checkBox12";
|
|
this.checkBox12.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox13
|
|
//
|
|
this.checkBox13.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox13.Location = new System.Drawing.Point(3, 44);
|
|
this.checkBox13.Name = "checkBox13";
|
|
this.checkBox13.Size = new System.Drawing.Size(155, 35);
|
|
this.checkBox13.TabIndex = 4;
|
|
this.checkBox13.Text = "checkBox13";
|
|
this.checkBox13.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox14
|
|
//
|
|
this.checkBox14.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox14.Location = new System.Drawing.Point(164, 44);
|
|
this.checkBox14.Name = "checkBox14";
|
|
this.checkBox14.Size = new System.Drawing.Size(156, 35);
|
|
this.checkBox14.TabIndex = 5;
|
|
this.checkBox14.Text = "checkBox14";
|
|
this.checkBox14.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox15
|
|
//
|
|
this.checkBox15.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox15.Location = new System.Drawing.Point(326, 44);
|
|
this.checkBox15.Name = "checkBox15";
|
|
this.checkBox15.Size = new System.Drawing.Size(157, 35);
|
|
this.checkBox15.TabIndex = 6;
|
|
this.checkBox15.Text = "checkBox15";
|
|
this.checkBox15.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox16
|
|
//
|
|
this.checkBox16.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox16.Location = new System.Drawing.Point(3, 85);
|
|
this.checkBox16.Name = "checkBox16";
|
|
this.checkBox16.Size = new System.Drawing.Size(155, 35);
|
|
this.checkBox16.TabIndex = 7;
|
|
this.checkBox16.Text = "checkBox16";
|
|
this.checkBox16.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox17
|
|
//
|
|
this.checkBox17.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox17.Location = new System.Drawing.Point(164, 85);
|
|
this.checkBox17.Name = "checkBox17";
|
|
this.checkBox17.Size = new System.Drawing.Size(156, 35);
|
|
this.checkBox17.TabIndex = 8;
|
|
this.checkBox17.Text = "checkBox17";
|
|
this.checkBox17.UseVisualStyleBackColor = true;
|
|
//
|
|
// moveTypeComboBox
|
|
//
|
|
this.moveTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.moveTypeComboBox.FormattingEnabled = true;
|
|
this.moveTypeComboBox.Location = new System.Drawing.Point(62, 12);
|
|
this.moveTypeComboBox.Name = "moveTypeComboBox";
|
|
this.moveTypeComboBox.Size = new System.Drawing.Size(116, 21);
|
|
this.moveTypeComboBox.TabIndex = 7;
|
|
this.moveTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.moveTypeComboBox_SelectedIndexChanged);
|
|
//
|
|
// battleSeqComboBox
|
|
//
|
|
this.battleSeqComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.battleSeqComboBox.FormattingEnabled = true;
|
|
this.battleSeqComboBox.Location = new System.Drawing.Point(298, 12);
|
|
this.battleSeqComboBox.Name = "battleSeqComboBox";
|
|
this.battleSeqComboBox.Size = new System.Drawing.Size(246, 21);
|
|
this.battleSeqComboBox.TabIndex = 0;
|
|
this.battleSeqComboBox.SelectedIndexChanged += new System.EventHandler(this.battleSeqComboBox_SelectedIndexChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(231, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(61, 26);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Effect Sequence";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// typeLabel
|
|
//
|
|
this.typeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.typeLabel.AutoSize = true;
|
|
this.typeLabel.Location = new System.Drawing.Point(5, 16);
|
|
this.typeLabel.Name = "typeLabel";
|
|
this.typeLabel.Size = new System.Drawing.Size(51, 13);
|
|
this.typeLabel.TabIndex = 2;
|
|
this.typeLabel.Text = "Type";
|
|
this.typeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(5, 55);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(51, 13);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "Split";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// moveSplitComboBox
|
|
//
|
|
this.moveSplitComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.moveSplitComboBox.FormattingEnabled = true;
|
|
this.moveSplitComboBox.Location = new System.Drawing.Point(62, 51);
|
|
this.moveSplitComboBox.Name = "moveSplitComboBox";
|
|
this.moveSplitComboBox.Size = new System.Drawing.Size(116, 21);
|
|
this.moveSplitComboBox.TabIndex = 6;
|
|
this.moveSplitComboBox.SelectedIndexChanged += new System.EventHandler(this.moveSplitComboBox_SelectedIndexChanged);
|
|
//
|
|
// moveTypePictureBox
|
|
//
|
|
this.moveTypePictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.moveTypePictureBox.Location = new System.Drawing.Point(184, 5);
|
|
this.moveTypePictureBox.Name = "moveTypePictureBox";
|
|
this.moveTypePictureBox.Size = new System.Drawing.Size(41, 35);
|
|
this.moveTypePictureBox.TabIndex = 3;
|
|
this.moveTypePictureBox.TabStop = false;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.tableLayoutPanel3.SetColumnSpan(this.groupBox1, 4);
|
|
this.groupBox1.Controls.Add(this.rangesTableLayoutPanel);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox1.Location = new System.Drawing.Point(231, 156);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.tableLayoutPanel3.SetRowSpan(this.groupBox1, 2);
|
|
this.groupBox1.Size = new System.Drawing.Size(492, 156);
|
|
this.groupBox1.TabIndex = 12;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Range of action";
|
|
//
|
|
// rangesTableLayoutPanel
|
|
//
|
|
this.rangesTableLayoutPanel.ColumnCount = 3;
|
|
this.rangesTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33332F));
|
|
this.rangesTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
|
|
this.rangesTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
|
|
this.rangesTableLayoutPanel.Controls.Add(this.checkBox20, 1, 3);
|
|
this.rangesTableLayoutPanel.Controls.Add(this.checkBox19, 0, 3);
|
|
this.rangesTableLayoutPanel.Controls.Add(this.checkBox2, 0, 0);
|
|
this.rangesTableLayoutPanel.Controls.Add(this.checkBox3, 1, 0);
|
|
this.rangesTableLayoutPanel.Controls.Add(this.checkBox4, 2, 0);
|
|
this.rangesTableLayoutPanel.Controls.Add(this.checkBox5, 0, 1);
|
|
this.rangesTableLayoutPanel.Controls.Add(this.checkBox6, 1, 1);
|
|
this.rangesTableLayoutPanel.Controls.Add(this.checkBox7, 2, 1);
|
|
this.rangesTableLayoutPanel.Controls.Add(this.checkBox8, 0, 2);
|
|
this.rangesTableLayoutPanel.Controls.Add(this.checkBox9, 1, 2);
|
|
this.rangesTableLayoutPanel.Controls.Add(this.checkBox10, 2, 2);
|
|
this.rangesTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.rangesTableLayoutPanel.Location = new System.Drawing.Point(3, 16);
|
|
this.rangesTableLayoutPanel.Name = "rangesTableLayoutPanel";
|
|
this.rangesTableLayoutPanel.RowCount = 4;
|
|
this.rangesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.rangesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.rangesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.rangesTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.rangesTableLayoutPanel.Size = new System.Drawing.Size(486, 137);
|
|
this.rangesTableLayoutPanel.TabIndex = 11;
|
|
//
|
|
// checkBox20
|
|
//
|
|
this.checkBox20.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox20.Location = new System.Drawing.Point(164, 105);
|
|
this.checkBox20.Name = "checkBox20";
|
|
this.checkBox20.Size = new System.Drawing.Size(156, 29);
|
|
this.checkBox20.TabIndex = 11;
|
|
this.checkBox20.Text = "checkBox20";
|
|
this.checkBox20.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox19
|
|
//
|
|
this.checkBox19.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox19.Location = new System.Drawing.Point(3, 105);
|
|
this.checkBox19.Name = "checkBox19";
|
|
this.checkBox19.Size = new System.Drawing.Size(155, 29);
|
|
this.checkBox19.TabIndex = 10;
|
|
this.checkBox19.Text = "checkBox19";
|
|
this.checkBox19.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox2
|
|
//
|
|
this.checkBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox2.Location = new System.Drawing.Point(3, 3);
|
|
this.checkBox2.Name = "checkBox2";
|
|
this.checkBox2.Size = new System.Drawing.Size(155, 28);
|
|
this.checkBox2.TabIndex = 1;
|
|
this.checkBox2.Text = "checkBox2";
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox3
|
|
//
|
|
this.checkBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox3.Location = new System.Drawing.Point(164, 3);
|
|
this.checkBox3.Name = "checkBox3";
|
|
this.checkBox3.Size = new System.Drawing.Size(156, 28);
|
|
this.checkBox3.TabIndex = 2;
|
|
this.checkBox3.Text = "checkBox3";
|
|
this.checkBox3.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox4
|
|
//
|
|
this.checkBox4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox4.Location = new System.Drawing.Point(326, 3);
|
|
this.checkBox4.Name = "checkBox4";
|
|
this.checkBox4.Size = new System.Drawing.Size(157, 28);
|
|
this.checkBox4.TabIndex = 3;
|
|
this.checkBox4.Text = "checkBox4";
|
|
this.checkBox4.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox5
|
|
//
|
|
this.checkBox5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox5.Location = new System.Drawing.Point(3, 37);
|
|
this.checkBox5.Name = "checkBox5";
|
|
this.checkBox5.Size = new System.Drawing.Size(155, 28);
|
|
this.checkBox5.TabIndex = 4;
|
|
this.checkBox5.Text = "checkBox5";
|
|
this.checkBox5.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox6
|
|
//
|
|
this.checkBox6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox6.Location = new System.Drawing.Point(164, 37);
|
|
this.checkBox6.Name = "checkBox6";
|
|
this.checkBox6.Size = new System.Drawing.Size(156, 28);
|
|
this.checkBox6.TabIndex = 5;
|
|
this.checkBox6.Text = "checkBox6";
|
|
this.checkBox6.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox7
|
|
//
|
|
this.checkBox7.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox7.Location = new System.Drawing.Point(326, 37);
|
|
this.checkBox7.Name = "checkBox7";
|
|
this.checkBox7.Size = new System.Drawing.Size(157, 28);
|
|
this.checkBox7.TabIndex = 6;
|
|
this.checkBox7.Text = "checkBox7";
|
|
this.checkBox7.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox8
|
|
//
|
|
this.checkBox8.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox8.Location = new System.Drawing.Point(3, 71);
|
|
this.checkBox8.Name = "checkBox8";
|
|
this.checkBox8.Size = new System.Drawing.Size(155, 28);
|
|
this.checkBox8.TabIndex = 7;
|
|
this.checkBox8.Text = "checkBox8";
|
|
this.checkBox8.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox9
|
|
//
|
|
this.checkBox9.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox9.Location = new System.Drawing.Point(164, 71);
|
|
this.checkBox9.Name = "checkBox9";
|
|
this.checkBox9.Size = new System.Drawing.Size(156, 28);
|
|
this.checkBox9.TabIndex = 8;
|
|
this.checkBox9.Text = "checkBox9";
|
|
this.checkBox9.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox10
|
|
//
|
|
this.checkBox10.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.checkBox10.Location = new System.Drawing.Point(326, 71);
|
|
this.checkBox10.Name = "checkBox10";
|
|
this.checkBox10.Size = new System.Drawing.Size(157, 28);
|
|
this.checkBox10.TabIndex = 9;
|
|
this.checkBox10.Text = "checkBox10";
|
|
this.checkBox10.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.tableLayoutPanel3.SetColumnSpan(this.groupBox2, 3);
|
|
this.groupBox2.Controls.Add(this.textBox1);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox2.Location = new System.Drawing.Point(5, 156);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.tableLayoutPanel3.SetRowSpan(this.groupBox2, 3);
|
|
this.groupBox2.Size = new System.Drawing.Size(220, 304);
|
|
this.groupBox2.TabIndex = 17;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Description";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.textBox1.Font = new System.Drawing.Font("Pokemon DPPt", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBox1.Location = new System.Drawing.Point(3, 16);
|
|
this.textBox1.Multiline = true;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.ReadOnly = true;
|
|
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.textBox1.Size = new System.Drawing.Size(214, 285);
|
|
this.textBox1.TabIndex = 0;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(550, 16);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(63, 13);
|
|
this.label4.TabIndex = 13;
|
|
this.label4.Text = "Power";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// powerNumericUpDown
|
|
//
|
|
this.powerNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.powerNumericUpDown.Location = new System.Drawing.Point(619, 12);
|
|
this.powerNumericUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.powerNumericUpDown.Name = "powerNumericUpDown";
|
|
this.powerNumericUpDown.Size = new System.Drawing.Size(104, 20);
|
|
this.powerNumericUpDown.TabIndex = 14;
|
|
this.powerNumericUpDown.ValueChanged += new System.EventHandler(this.powerNumericUpDown_ValueChanged);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(550, 55);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(63, 13);
|
|
this.label5.TabIndex = 15;
|
|
this.label5.Text = "Accuracy";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// accuracyNumericUpDown
|
|
//
|
|
this.accuracyNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.accuracyNumericUpDown.Location = new System.Drawing.Point(619, 52);
|
|
this.accuracyNumericUpDown.Name = "accuracyNumericUpDown";
|
|
this.accuracyNumericUpDown.Size = new System.Drawing.Size(104, 20);
|
|
this.accuracyNumericUpDown.TabIndex = 16;
|
|
this.accuracyNumericUpDown.ValueChanged += new System.EventHandler(this.accuracyNumericUpDown_ValueChanged);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(5, 128);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(51, 13);
|
|
this.label7.TabIndex = 25;
|
|
this.label7.Text = "Priority";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// priorityNumericUpDown
|
|
//
|
|
this.priorityNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.priorityNumericUpDown.Location = new System.Drawing.Point(62, 124);
|
|
this.priorityNumericUpDown.Maximum = new decimal(new int[] {
|
|
32,
|
|
0,
|
|
0,
|
|
0});
|
|
this.priorityNumericUpDown.Minimum = new decimal(new int[] {
|
|
32,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.priorityNumericUpDown.Name = "priorityNumericUpDown";
|
|
this.priorityNumericUpDown.Size = new System.Drawing.Size(116, 20);
|
|
this.priorityNumericUpDown.TabIndex = 26;
|
|
this.priorityNumericUpDown.ValueChanged += new System.EventHandler(this.priorityNumericUpDown_ValueChanged);
|
|
//
|
|
// ppLabel
|
|
//
|
|
this.ppLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ppLabel.AutoSize = true;
|
|
this.ppLabel.Location = new System.Drawing.Point(231, 55);
|
|
this.ppLabel.Name = "ppLabel";
|
|
this.ppLabel.Size = new System.Drawing.Size(61, 13);
|
|
this.ppLabel.TabIndex = 4;
|
|
this.ppLabel.Text = "PP";
|
|
this.ppLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// ppUpDown
|
|
//
|
|
this.ppUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ppUpDown.Location = new System.Drawing.Point(298, 52);
|
|
this.ppUpDown.Name = "ppUpDown";
|
|
this.ppUpDown.Size = new System.Drawing.Size(246, 20);
|
|
this.ppUpDown.TabIndex = 8;
|
|
this.ppUpDown.ValueChanged += new System.EventHandler(this.ppUpDown_ValueChanged);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(231, 121);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(61, 26);
|
|
this.label8.TabIndex = 28;
|
|
this.label8.Text = "Side Effect Probability";
|
|
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// sideEffectProbabilityUpDown
|
|
//
|
|
this.sideEffectProbabilityUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.sideEffectProbabilityUpDown.Location = new System.Drawing.Point(298, 124);
|
|
this.sideEffectProbabilityUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.sideEffectProbabilityUpDown.Name = "sideEffectProbabilityUpDown";
|
|
this.sideEffectProbabilityUpDown.Size = new System.Drawing.Size(246, 20);
|
|
this.sideEffectProbabilityUpDown.TabIndex = 29;
|
|
this.sideEffectProbabilityUpDown.ValueChanged += new System.EventHandler(this.sideEffectUpDown_ValueChanged);
|
|
//
|
|
// MoveDataEditor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(750, 567);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "MoveDataEditor";
|
|
this.Padding = new System.Windows.Forms.Padding(5);
|
|
this.Text = "Move Data Editor";
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.moveNumberNumericUpDown)).EndInit();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
this.tableLayoutPanel3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.prioPictureBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.contestAppealNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.contestConditionPictureBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.moveSplitPictureBox)).EndInit();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.flagsTableLayoutPanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.moveTypePictureBox)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.rangesTableLayoutPanel.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.powerNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.accuracyNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.priorityNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ppUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sideEffectProbabilityUpDown)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.NumericUpDown moveNumberNumericUpDown;
|
|
private System.Windows.Forms.Button saveDataButton;
|
|
private InputComboBox moveNameInputComboBox;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
private System.Windows.Forms.ComboBox battleSeqComboBox;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label typeLabel;
|
|
private System.Windows.Forms.PictureBox moveTypePictureBox;
|
|
private System.Windows.Forms.Label ppLabel;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox moveSplitComboBox;
|
|
private System.Windows.Forms.ComboBox moveTypeComboBox;
|
|
private System.Windows.Forms.NumericUpDown ppUpDown;
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
private System.Windows.Forms.CheckBox checkBox3;
|
|
private System.Windows.Forms.CheckBox checkBox4;
|
|
private System.Windows.Forms.CheckBox checkBox5;
|
|
private System.Windows.Forms.CheckBox checkBox6;
|
|
private System.Windows.Forms.CheckBox checkBox7;
|
|
private System.Windows.Forms.CheckBox checkBox8;
|
|
private System.Windows.Forms.CheckBox checkBox9;
|
|
private System.Windows.Forms.CheckBox checkBox10;
|
|
private System.Windows.Forms.TableLayoutPanel rangesTableLayoutPanel;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.NumericUpDown powerNumericUpDown;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.NumericUpDown accuracyNumericUpDown;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.TableLayoutPanel flagsTableLayoutPanel;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.CheckBox checkBox11;
|
|
private System.Windows.Forms.CheckBox checkBox12;
|
|
private System.Windows.Forms.CheckBox checkBox13;
|
|
private System.Windows.Forms.CheckBox checkBox14;
|
|
private System.Windows.Forms.CheckBox checkBox15;
|
|
private System.Windows.Forms.CheckBox checkBox16;
|
|
private System.Windows.Forms.CheckBox checkBox17;
|
|
private System.Windows.Forms.CheckBox checkBox20;
|
|
private System.Windows.Forms.CheckBox checkBox19;
|
|
private System.Windows.Forms.PictureBox moveSplitPictureBox;
|
|
private System.Windows.Forms.NumericUpDown contestAppealNumericUpDown;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.PictureBox contestConditionPictureBox;
|
|
private System.Windows.Forms.ComboBox contestConditionComboBox;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.NumericUpDown priorityNumericUpDown;
|
|
private System.Windows.Forms.PictureBox prioPictureBox;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.NumericUpDown sideEffectProbabilityUpDown;
|
|
}
|
|
} |