mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-02 01:34:17 -05:00
1101 lines
46 KiB
C#
1101 lines
46 KiB
C#
namespace pk3DS.WinForms;
|
|
|
|
partial class MoveEditor7
|
|
{
|
|
/// <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.L_Type = new System.Windows.Forms.Label();
|
|
this.CB_Move = new System.Windows.Forms.ComboBox();
|
|
this.L_Move = new System.Windows.Forms.Label();
|
|
this.CB_Type = new System.Windows.Forms.ComboBox();
|
|
this.CB_Category = new System.Windows.Forms.ComboBox();
|
|
this.L_Category = new System.Windows.Forms.Label();
|
|
this.L_BP = new System.Windows.Forms.Label();
|
|
this.L_PP = new System.Windows.Forms.Label();
|
|
this.L_Min = new System.Windows.Forms.Label();
|
|
this.L_Max = new System.Windows.Forms.Label();
|
|
this.L_Priority = new System.Windows.Forms.Label();
|
|
this.NUD_HitMax = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_HitMin = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_Priority = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_PP = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_Power = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_TurnMin = new System.Windows.Forms.NumericUpDown();
|
|
this.L_TrapMin = new System.Windows.Forms.Label();
|
|
this.NUD_TurnMax = new System.Windows.Forms.NumericUpDown();
|
|
this.L_TrapMax = new System.Windows.Forms.Label();
|
|
this.NUD_Recoil = new System.Windows.Forms.NumericUpDown();
|
|
this.L_Recoil = new System.Windows.Forms.Label();
|
|
this.NUD_Heal = new System.Windows.Forms.NumericUpDown();
|
|
this.L_Heal = new System.Windows.Forms.Label();
|
|
this.NUD_CritStage = new System.Windows.Forms.NumericUpDown();
|
|
this.L_CritStage = new System.Windows.Forms.Label();
|
|
this.NUD_Flinch = new System.Windows.Forms.NumericUpDown();
|
|
this.L_Flinch = new System.Windows.Forms.Label();
|
|
this.GB_Stat = new System.Windows.Forms.GroupBox();
|
|
this.NUD_StatP3 = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_StatP2 = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_StatP1 = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_Stat2 = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_Stat3 = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_Stat1 = new System.Windows.Forms.NumericUpDown();
|
|
this.CB_Stat3 = new System.Windows.Forms.ComboBox();
|
|
this.CB_Stat2 = new System.Windows.Forms.ComboBox();
|
|
this.CB_Stat1 = new System.Windows.Forms.ComboBox();
|
|
this.L_Stage3 = new System.Windows.Forms.Label();
|
|
this.L_Stage2 = new System.Windows.Forms.Label();
|
|
this.L_Stage1 = new System.Windows.Forms.Label();
|
|
this.L_Targeting = new System.Windows.Forms.Label();
|
|
this.L_Influcts = new System.Windows.Forms.Label();
|
|
this.RTB = new System.Windows.Forms.RichTextBox();
|
|
this.CB_Targeting = new System.Windows.Forms.ComboBox();
|
|
this.CB_Inflict = new System.Windows.Forms.ComboBox();
|
|
this.L_Inflict = new System.Windows.Forms.Label();
|
|
this.NUD_Inflict = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_Effect = new System.Windows.Forms.NumericUpDown();
|
|
this.L_Effect = new System.Windows.Forms.Label();
|
|
this.NUD_Accuracy = new System.Windows.Forms.NumericUpDown();
|
|
this.L_Accuracy = new System.Windows.Forms.Label();
|
|
this.CB_Quality = new System.Windows.Forms.ComboBox();
|
|
this.L_Quality = new System.Windows.Forms.Label();
|
|
this.L_0xB = new System.Windows.Forms.Label();
|
|
this.NUD_0xB = new System.Windows.Forms.NumericUpDown();
|
|
this.B_RandAll = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.CHK_Category = new System.Windows.Forms.CheckBox();
|
|
this.CHK_Type = new System.Windows.Forms.CheckBox();
|
|
this.B_Metronome = new System.Windows.Forms.Button();
|
|
this.B_Table = new System.Windows.Forms.Button();
|
|
this.CLB_Flags = new System.Windows.Forms.CheckedListBox();
|
|
this.NUD_ZPower = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_RefreshAfflictPercent = new System.Windows.Forms.NumericUpDown();
|
|
this.CB_ZMove = new System.Windows.Forms.ComboBox();
|
|
this.L_ZMove = new System.Windows.Forms.Label();
|
|
this.L_ZPower = new System.Windows.Forms.Label();
|
|
this.L_ZEffect = new System.Windows.Forms.Label();
|
|
this.CB_ZEffect = new System.Windows.Forms.ComboBox();
|
|
this.CB_AfflictRefresh = new System.Windows.Forms.ComboBox();
|
|
this.L_Refresh = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_HitMax)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_HitMin)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Priority)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_PP)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Power)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_TurnMin)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_TurnMax)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Recoil)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Heal)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_CritStage)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Flinch)).BeginInit();
|
|
this.GB_Stat.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_StatP3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_StatP2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_StatP1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Stat2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Stat3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Stat1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Inflict)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Effect)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Accuracy)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_0xB)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_ZPower)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_RefreshAfflictPercent)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// L_Type
|
|
//
|
|
this.L_Type.AutoSize = true;
|
|
this.L_Type.Location = new System.Drawing.Point(32, 38);
|
|
this.L_Type.Name = "L_Type";
|
|
this.L_Type.Size = new System.Drawing.Size(34, 13);
|
|
this.L_Type.TabIndex = 0;
|
|
this.L_Type.Text = "Type:";
|
|
this.L_Type.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Move
|
|
//
|
|
this.CB_Move.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_Move.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Move.DropDownWidth = 120;
|
|
this.CB_Move.FormattingEnabled = true;
|
|
this.CB_Move.Location = new System.Drawing.Point(71, 10);
|
|
this.CB_Move.Name = "CB_Move";
|
|
this.CB_Move.Size = new System.Drawing.Size(157, 21);
|
|
this.CB_Move.TabIndex = 1;
|
|
this.CB_Move.SelectedIndexChanged += new System.EventHandler(this.ChangeEntry);
|
|
//
|
|
// L_Move
|
|
//
|
|
this.L_Move.AutoSize = true;
|
|
this.L_Move.Location = new System.Drawing.Point(33, 13);
|
|
this.L_Move.Name = "L_Move";
|
|
this.L_Move.Size = new System.Drawing.Size(37, 13);
|
|
this.L_Move.TabIndex = 2;
|
|
this.L_Move.Text = "Move:";
|
|
this.L_Move.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Type
|
|
//
|
|
this.CB_Type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Type.FormattingEnabled = true;
|
|
this.CB_Type.Location = new System.Drawing.Point(71, 35);
|
|
this.CB_Type.Name = "CB_Type";
|
|
this.CB_Type.Size = new System.Drawing.Size(99, 21);
|
|
this.CB_Type.TabIndex = 3;
|
|
//
|
|
// CB_Category
|
|
//
|
|
this.CB_Category.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Category.FormattingEnabled = true;
|
|
this.CB_Category.Location = new System.Drawing.Point(71, 58);
|
|
this.CB_Category.Name = "CB_Category";
|
|
this.CB_Category.Size = new System.Drawing.Size(99, 21);
|
|
this.CB_Category.TabIndex = 4;
|
|
//
|
|
// L_Category
|
|
//
|
|
this.L_Category.AutoSize = true;
|
|
this.L_Category.Location = new System.Drawing.Point(18, 61);
|
|
this.L_Category.Name = "L_Category";
|
|
this.L_Category.Size = new System.Drawing.Size(52, 13);
|
|
this.L_Category.TabIndex = 5;
|
|
this.L_Category.Text = "Category:";
|
|
this.L_Category.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_BP
|
|
//
|
|
this.L_BP.AutoSize = true;
|
|
this.L_BP.Location = new System.Drawing.Point(26, 132);
|
|
this.L_BP.Name = "L_BP";
|
|
this.L_BP.Size = new System.Drawing.Size(40, 13);
|
|
this.L_BP.TabIndex = 7;
|
|
this.L_BP.Text = "Power:";
|
|
this.L_BP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_PP
|
|
//
|
|
this.L_PP.AutoSize = true;
|
|
this.L_PP.Location = new System.Drawing.Point(15, 174);
|
|
this.L_PP.Name = "L_PP";
|
|
this.L_PP.Size = new System.Drawing.Size(51, 13);
|
|
this.L_PP.TabIndex = 8;
|
|
this.L_PP.Text = "Base PP:";
|
|
this.L_PP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Min
|
|
//
|
|
this.L_Min.AutoSize = true;
|
|
this.L_Min.Location = new System.Drawing.Point(236, 132);
|
|
this.L_Min.Name = "L_Min";
|
|
this.L_Min.Size = new System.Drawing.Size(48, 13);
|
|
this.L_Min.TabIndex = 10;
|
|
this.L_Min.Text = "Min Hits:";
|
|
this.L_Min.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Max
|
|
//
|
|
this.L_Max.AutoSize = true;
|
|
this.L_Max.Location = new System.Drawing.Point(233, 153);
|
|
this.L_Max.Name = "L_Max";
|
|
this.L_Max.Size = new System.Drawing.Size(51, 13);
|
|
this.L_Max.TabIndex = 12;
|
|
this.L_Max.Text = "Max Hits:";
|
|
this.L_Max.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Priority
|
|
//
|
|
this.L_Priority.AutoSize = true;
|
|
this.L_Priority.Location = new System.Drawing.Point(25, 195);
|
|
this.L_Priority.Name = "L_Priority";
|
|
this.L_Priority.Size = new System.Drawing.Size(41, 13);
|
|
this.L_Priority.TabIndex = 17;
|
|
this.L_Priority.Text = "Priority:";
|
|
//
|
|
// NUD_HitMax
|
|
//
|
|
this.NUD_HitMax.Location = new System.Drawing.Point(290, 151);
|
|
this.NUD_HitMax.Maximum = new decimal(new int[] {
|
|
6,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_HitMax.Name = "NUD_HitMax";
|
|
this.NUD_HitMax.Size = new System.Drawing.Size(30, 20);
|
|
this.NUD_HitMax.TabIndex = 18;
|
|
//
|
|
// NUD_HitMin
|
|
//
|
|
this.NUD_HitMin.Location = new System.Drawing.Point(290, 130);
|
|
this.NUD_HitMin.Maximum = new decimal(new int[] {
|
|
6,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_HitMin.Name = "NUD_HitMin";
|
|
this.NUD_HitMin.Size = new System.Drawing.Size(30, 20);
|
|
this.NUD_HitMin.TabIndex = 19;
|
|
//
|
|
// NUD_Priority
|
|
//
|
|
this.NUD_Priority.Location = new System.Drawing.Point(72, 193);
|
|
this.NUD_Priority.Maximum = new decimal(new int[] {
|
|
8,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_Priority.Minimum = new decimal(new int[] {
|
|
8,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.NUD_Priority.Name = "NUD_Priority";
|
|
this.NUD_Priority.Size = new System.Drawing.Size(35, 20);
|
|
this.NUD_Priority.TabIndex = 20;
|
|
//
|
|
// NUD_PP
|
|
//
|
|
this.NUD_PP.Location = new System.Drawing.Point(72, 172);
|
|
this.NUD_PP.Maximum = new decimal(new int[] {
|
|
40,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_PP.Name = "NUD_PP";
|
|
this.NUD_PP.Size = new System.Drawing.Size(35, 20);
|
|
this.NUD_PP.TabIndex = 21;
|
|
//
|
|
// NUD_Power
|
|
//
|
|
this.NUD_Power.Location = new System.Drawing.Point(72, 130);
|
|
this.NUD_Power.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_Power.Name = "NUD_Power";
|
|
this.NUD_Power.Size = new System.Drawing.Size(45, 20);
|
|
this.NUD_Power.TabIndex = 22;
|
|
//
|
|
// NUD_TurnMin
|
|
//
|
|
this.NUD_TurnMin.Location = new System.Drawing.Point(290, 172);
|
|
this.NUD_TurnMin.Maximum = new decimal(new int[] {
|
|
15,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_TurnMin.Name = "NUD_TurnMin";
|
|
this.NUD_TurnMin.Size = new System.Drawing.Size(30, 20);
|
|
this.NUD_TurnMin.TabIndex = 26;
|
|
//
|
|
// L_TrapMin
|
|
//
|
|
this.L_TrapMin.AutoSize = true;
|
|
this.L_TrapMin.Location = new System.Drawing.Point(227, 174);
|
|
this.L_TrapMin.Name = "L_TrapMin";
|
|
this.L_TrapMin.Size = new System.Drawing.Size(57, 13);
|
|
this.L_TrapMin.TabIndex = 23;
|
|
this.L_TrapMin.Text = "Min Turns:";
|
|
this.L_TrapMin.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_TurnMax
|
|
//
|
|
this.NUD_TurnMax.Location = new System.Drawing.Point(290, 193);
|
|
this.NUD_TurnMax.Maximum = new decimal(new int[] {
|
|
15,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_TurnMax.Name = "NUD_TurnMax";
|
|
this.NUD_TurnMax.Size = new System.Drawing.Size(30, 20);
|
|
this.NUD_TurnMax.TabIndex = 25;
|
|
//
|
|
// L_TrapMax
|
|
//
|
|
this.L_TrapMax.AutoSize = true;
|
|
this.L_TrapMax.Location = new System.Drawing.Point(224, 195);
|
|
this.L_TrapMax.Name = "L_TrapMax";
|
|
this.L_TrapMax.Size = new System.Drawing.Size(60, 13);
|
|
this.L_TrapMax.TabIndex = 24;
|
|
this.L_TrapMax.Text = "Max Turns:";
|
|
this.L_TrapMax.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_Recoil
|
|
//
|
|
this.NUD_Recoil.Location = new System.Drawing.Point(184, 172);
|
|
this.NUD_Recoil.Minimum = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.NUD_Recoil.Name = "NUD_Recoil";
|
|
this.NUD_Recoil.Size = new System.Drawing.Size(40, 20);
|
|
this.NUD_Recoil.TabIndex = 34;
|
|
//
|
|
// L_Recoil
|
|
//
|
|
this.L_Recoil.AutoSize = true;
|
|
this.L_Recoil.Location = new System.Drawing.Point(114, 174);
|
|
this.L_Recoil.Name = "L_Recoil";
|
|
this.L_Recoil.Size = new System.Drawing.Size(64, 13);
|
|
this.L_Recoil.TabIndex = 31;
|
|
this.L_Recoil.Text = "Rec/Abs %:";
|
|
this.L_Recoil.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_Heal
|
|
//
|
|
this.NUD_Heal.Location = new System.Drawing.Point(184, 151);
|
|
this.NUD_Heal.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_Heal.Name = "NUD_Heal";
|
|
this.NUD_Heal.Size = new System.Drawing.Size(40, 20);
|
|
this.NUD_Heal.TabIndex = 33;
|
|
//
|
|
// L_Heal
|
|
//
|
|
this.L_Heal.AutoSize = true;
|
|
this.L_Heal.Location = new System.Drawing.Point(135, 153);
|
|
this.L_Heal.Name = "L_Heal";
|
|
this.L_Heal.Size = new System.Drawing.Size(43, 13);
|
|
this.L_Heal.TabIndex = 32;
|
|
this.L_Heal.Text = "Heal %:";
|
|
this.L_Heal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_CritStage
|
|
//
|
|
this.NUD_CritStage.Location = new System.Drawing.Point(184, 193);
|
|
this.NUD_CritStage.Maximum = new decimal(new int[] {
|
|
6,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_CritStage.Name = "NUD_CritStage";
|
|
this.NUD_CritStage.Size = new System.Drawing.Size(30, 20);
|
|
this.NUD_CritStage.TabIndex = 30;
|
|
//
|
|
// L_CritStage
|
|
//
|
|
this.L_CritStage.AutoSize = true;
|
|
this.L_CritStage.Location = new System.Drawing.Point(122, 195);
|
|
this.L_CritStage.Name = "L_CritStage";
|
|
this.L_CritStage.Size = new System.Drawing.Size(56, 13);
|
|
this.L_CritStage.TabIndex = 27;
|
|
this.L_CritStage.Text = "Crit Stage:";
|
|
this.L_CritStage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_Flinch
|
|
//
|
|
this.NUD_Flinch.Location = new System.Drawing.Point(184, 130);
|
|
this.NUD_Flinch.Maximum = new decimal(new int[] {
|
|
101,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_Flinch.Name = "NUD_Flinch";
|
|
this.NUD_Flinch.Size = new System.Drawing.Size(40, 20);
|
|
this.NUD_Flinch.TabIndex = 29;
|
|
//
|
|
// L_Flinch
|
|
//
|
|
this.L_Flinch.AutoSize = true;
|
|
this.L_Flinch.Location = new System.Drawing.Point(129, 132);
|
|
this.L_Flinch.Name = "L_Flinch";
|
|
this.L_Flinch.Size = new System.Drawing.Size(49, 13);
|
|
this.L_Flinch.TabIndex = 28;
|
|
this.L_Flinch.Text = "Flinch %:";
|
|
this.L_Flinch.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// GB_Stat
|
|
//
|
|
this.GB_Stat.Controls.Add(this.NUD_StatP3);
|
|
this.GB_Stat.Controls.Add(this.NUD_StatP2);
|
|
this.GB_Stat.Controls.Add(this.NUD_StatP1);
|
|
this.GB_Stat.Controls.Add(this.NUD_Stat2);
|
|
this.GB_Stat.Controls.Add(this.NUD_Stat3);
|
|
this.GB_Stat.Controls.Add(this.NUD_Stat1);
|
|
this.GB_Stat.Controls.Add(this.CB_Stat3);
|
|
this.GB_Stat.Controls.Add(this.CB_Stat2);
|
|
this.GB_Stat.Controls.Add(this.CB_Stat1);
|
|
this.GB_Stat.Controls.Add(this.L_Stage3);
|
|
this.GB_Stat.Controls.Add(this.L_Stage2);
|
|
this.GB_Stat.Controls.Add(this.L_Stage1);
|
|
this.GB_Stat.Location = new System.Drawing.Point(11, 216);
|
|
this.GB_Stat.Name = "GB_Stat";
|
|
this.GB_Stat.Size = new System.Drawing.Size(212, 100);
|
|
this.GB_Stat.TabIndex = 35;
|
|
this.GB_Stat.TabStop = false;
|
|
this.GB_Stat.Text = "Stat Stage Changes";
|
|
//
|
|
// NUD_StatP3
|
|
//
|
|
this.NUD_StatP3.Location = new System.Drawing.Point(165, 68);
|
|
this.NUD_StatP3.Maximum = new decimal(new int[] {
|
|
101,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_StatP3.Name = "NUD_StatP3";
|
|
this.NUD_StatP3.Size = new System.Drawing.Size(40, 20);
|
|
this.NUD_StatP3.TabIndex = 44;
|
|
//
|
|
// NUD_StatP2
|
|
//
|
|
this.NUD_StatP2.Location = new System.Drawing.Point(165, 46);
|
|
this.NUD_StatP2.Maximum = new decimal(new int[] {
|
|
101,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_StatP2.Name = "NUD_StatP2";
|
|
this.NUD_StatP2.Size = new System.Drawing.Size(40, 20);
|
|
this.NUD_StatP2.TabIndex = 43;
|
|
//
|
|
// NUD_StatP1
|
|
//
|
|
this.NUD_StatP1.Location = new System.Drawing.Point(165, 24);
|
|
this.NUD_StatP1.Maximum = new decimal(new int[] {
|
|
101,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_StatP1.Name = "NUD_StatP1";
|
|
this.NUD_StatP1.Size = new System.Drawing.Size(40, 20);
|
|
this.NUD_StatP1.TabIndex = 42;
|
|
//
|
|
// NUD_Stat2
|
|
//
|
|
this.NUD_Stat2.Location = new System.Drawing.Point(127, 46);
|
|
this.NUD_Stat2.Maximum = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_Stat2.Minimum = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.NUD_Stat2.Name = "NUD_Stat2";
|
|
this.NUD_Stat2.Size = new System.Drawing.Size(35, 20);
|
|
this.NUD_Stat2.TabIndex = 41;
|
|
//
|
|
// NUD_Stat3
|
|
//
|
|
this.NUD_Stat3.Location = new System.Drawing.Point(127, 68);
|
|
this.NUD_Stat3.Maximum = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_Stat3.Minimum = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.NUD_Stat3.Name = "NUD_Stat3";
|
|
this.NUD_Stat3.Size = new System.Drawing.Size(35, 20);
|
|
this.NUD_Stat3.TabIndex = 40;
|
|
//
|
|
// NUD_Stat1
|
|
//
|
|
this.NUD_Stat1.Location = new System.Drawing.Point(127, 24);
|
|
this.NUD_Stat1.Maximum = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_Stat1.Minimum = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.NUD_Stat1.Name = "NUD_Stat1";
|
|
this.NUD_Stat1.Size = new System.Drawing.Size(35, 20);
|
|
this.NUD_Stat1.TabIndex = 39;
|
|
//
|
|
// CB_Stat3
|
|
//
|
|
this.CB_Stat3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Stat3.FormattingEnabled = true;
|
|
this.CB_Stat3.Location = new System.Drawing.Point(27, 67);
|
|
this.CB_Stat3.Name = "CB_Stat3";
|
|
this.CB_Stat3.Size = new System.Drawing.Size(99, 21);
|
|
this.CB_Stat3.TabIndex = 38;
|
|
//
|
|
// CB_Stat2
|
|
//
|
|
this.CB_Stat2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Stat2.FormattingEnabled = true;
|
|
this.CB_Stat2.Location = new System.Drawing.Point(27, 45);
|
|
this.CB_Stat2.Name = "CB_Stat2";
|
|
this.CB_Stat2.Size = new System.Drawing.Size(99, 21);
|
|
this.CB_Stat2.TabIndex = 37;
|
|
//
|
|
// CB_Stat1
|
|
//
|
|
this.CB_Stat1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Stat1.FormattingEnabled = true;
|
|
this.CB_Stat1.Location = new System.Drawing.Point(27, 23);
|
|
this.CB_Stat1.Name = "CB_Stat1";
|
|
this.CB_Stat1.Size = new System.Drawing.Size(99, 21);
|
|
this.CB_Stat1.TabIndex = 36;
|
|
//
|
|
// L_Stage3
|
|
//
|
|
this.L_Stage3.AutoSize = true;
|
|
this.L_Stage3.Location = new System.Drawing.Point(5, 70);
|
|
this.L_Stage3.Name = "L_Stage3";
|
|
this.L_Stage3.Size = new System.Drawing.Size(16, 13);
|
|
this.L_Stage3.TabIndex = 2;
|
|
this.L_Stage3.Text = "3:";
|
|
//
|
|
// L_Stage2
|
|
//
|
|
this.L_Stage2.AutoSize = true;
|
|
this.L_Stage2.Location = new System.Drawing.Point(5, 48);
|
|
this.L_Stage2.Name = "L_Stage2";
|
|
this.L_Stage2.Size = new System.Drawing.Size(16, 13);
|
|
this.L_Stage2.TabIndex = 1;
|
|
this.L_Stage2.Text = "2:";
|
|
//
|
|
// L_Stage1
|
|
//
|
|
this.L_Stage1.AutoSize = true;
|
|
this.L_Stage1.Location = new System.Drawing.Point(5, 26);
|
|
this.L_Stage1.Name = "L_Stage1";
|
|
this.L_Stage1.Size = new System.Drawing.Size(16, 13);
|
|
this.L_Stage1.TabIndex = 0;
|
|
this.L_Stage1.Text = "1:";
|
|
//
|
|
// L_Targeting
|
|
//
|
|
this.L_Targeting.AutoSize = true;
|
|
this.L_Targeting.Location = new System.Drawing.Point(173, 38);
|
|
this.L_Targeting.Name = "L_Targeting";
|
|
this.L_Targeting.Size = new System.Drawing.Size(55, 13);
|
|
this.L_Targeting.TabIndex = 36;
|
|
this.L_Targeting.Text = "Targeting:";
|
|
this.L_Targeting.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Influcts
|
|
//
|
|
this.L_Influcts.AutoSize = true;
|
|
this.L_Influcts.Location = new System.Drawing.Point(188, 60);
|
|
this.L_Influcts.Name = "L_Influcts";
|
|
this.L_Influcts.Size = new System.Drawing.Size(40, 13);
|
|
this.L_Influcts.TabIndex = 37;
|
|
this.L_Influcts.Text = "Inflicts:";
|
|
this.L_Influcts.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// RTB
|
|
//
|
|
this.RTB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.RTB.Location = new System.Drawing.Point(12, 370);
|
|
this.RTB.Name = "RTB";
|
|
this.RTB.ReadOnly = true;
|
|
this.RTB.Size = new System.Drawing.Size(316, 51);
|
|
this.RTB.TabIndex = 38;
|
|
this.RTB.Text = "";
|
|
//
|
|
// CB_Targeting
|
|
//
|
|
this.CB_Targeting.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Targeting.DropDownWidth = 150;
|
|
this.CB_Targeting.FormattingEnabled = true;
|
|
this.CB_Targeting.Location = new System.Drawing.Point(228, 35);
|
|
this.CB_Targeting.Name = "CB_Targeting";
|
|
this.CB_Targeting.Size = new System.Drawing.Size(99, 21);
|
|
this.CB_Targeting.TabIndex = 39;
|
|
//
|
|
// CB_Inflict
|
|
//
|
|
this.CB_Inflict.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Inflict.DropDownWidth = 150;
|
|
this.CB_Inflict.FormattingEnabled = true;
|
|
this.CB_Inflict.Location = new System.Drawing.Point(228, 57);
|
|
this.CB_Inflict.Name = "CB_Inflict";
|
|
this.CB_Inflict.Size = new System.Drawing.Size(99, 21);
|
|
this.CB_Inflict.TabIndex = 40;
|
|
//
|
|
// L_Inflict
|
|
//
|
|
this.L_Inflict.AutoSize = true;
|
|
this.L_Inflict.Location = new System.Drawing.Point(238, 81);
|
|
this.L_Inflict.Name = "L_Inflict";
|
|
this.L_Inflict.Size = new System.Drawing.Size(46, 13);
|
|
this.L_Inflict.TabIndex = 41;
|
|
this.L_Inflict.Text = "Inflict %:";
|
|
this.L_Inflict.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_Inflict
|
|
//
|
|
this.NUD_Inflict.Location = new System.Drawing.Point(287, 78);
|
|
this.NUD_Inflict.Maximum = new decimal(new int[] {
|
|
101,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_Inflict.Name = "NUD_Inflict";
|
|
this.NUD_Inflict.Size = new System.Drawing.Size(40, 20);
|
|
this.NUD_Inflict.TabIndex = 42;
|
|
//
|
|
// NUD_Effect
|
|
//
|
|
this.NUD_Effect.Location = new System.Drawing.Point(150, 103);
|
|
this.NUD_Effect.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_Effect.Name = "NUD_Effect";
|
|
this.NUD_Effect.Size = new System.Drawing.Size(50, 20);
|
|
this.NUD_Effect.TabIndex = 44;
|
|
//
|
|
// L_Effect
|
|
//
|
|
this.L_Effect.AutoSize = true;
|
|
this.L_Effect.Location = new System.Drawing.Point(106, 106);
|
|
this.L_Effect.Name = "L_Effect";
|
|
this.L_Effect.Size = new System.Drawing.Size(38, 13);
|
|
this.L_Effect.TabIndex = 45;
|
|
this.L_Effect.Text = "Effect:";
|
|
this.L_Effect.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_Accuracy
|
|
//
|
|
this.NUD_Accuracy.Location = new System.Drawing.Point(72, 151);
|
|
this.NUD_Accuracy.Maximum = new decimal(new int[] {
|
|
101,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_Accuracy.Name = "NUD_Accuracy";
|
|
this.NUD_Accuracy.Size = new System.Drawing.Size(40, 20);
|
|
this.NUD_Accuracy.TabIndex = 47;
|
|
//
|
|
// L_Accuracy
|
|
//
|
|
this.L_Accuracy.AutoSize = true;
|
|
this.L_Accuracy.Location = new System.Drawing.Point(17, 153);
|
|
this.L_Accuracy.Name = "L_Accuracy";
|
|
this.L_Accuracy.Size = new System.Drawing.Size(49, 13);
|
|
this.L_Accuracy.TabIndex = 46;
|
|
this.L_Accuracy.Text = "Accur %:";
|
|
this.L_Accuracy.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Quality
|
|
//
|
|
this.CB_Quality.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Quality.DropDownWidth = 170;
|
|
this.CB_Quality.FormattingEnabled = true;
|
|
this.CB_Quality.Location = new System.Drawing.Point(71, 81);
|
|
this.CB_Quality.Name = "CB_Quality";
|
|
this.CB_Quality.Size = new System.Drawing.Size(129, 21);
|
|
this.CB_Quality.TabIndex = 48;
|
|
//
|
|
// L_Quality
|
|
//
|
|
this.L_Quality.AutoSize = true;
|
|
this.L_Quality.Location = new System.Drawing.Point(20, 84);
|
|
this.L_Quality.Name = "L_Quality";
|
|
this.L_Quality.Size = new System.Drawing.Size(50, 13);
|
|
this.L_Quality.TabIndex = 49;
|
|
this.L_Quality.Text = "Qualities:";
|
|
this.L_Quality.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_0xB
|
|
//
|
|
this.L_0xB.AutoSize = true;
|
|
this.L_0xB.Location = new System.Drawing.Point(256, 101);
|
|
this.L_0xB.Name = "L_0xB";
|
|
this.L_0xB.Size = new System.Drawing.Size(28, 13);
|
|
this.L_0xB.TabIndex = 50;
|
|
this.L_0xB.Text = "0xB:";
|
|
this.L_0xB.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_0xB
|
|
//
|
|
this.NUD_0xB.Location = new System.Drawing.Point(287, 99);
|
|
this.NUD_0xB.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_0xB.Name = "NUD_0xB";
|
|
this.NUD_0xB.Size = new System.Drawing.Size(40, 20);
|
|
this.NUD_0xB.TabIndex = 51;
|
|
//
|
|
// B_RandAll
|
|
//
|
|
this.B_RandAll.Location = new System.Drawing.Point(333, 10);
|
|
this.B_RandAll.Name = "B_RandAll";
|
|
this.B_RandAll.Size = new System.Drawing.Size(98, 23);
|
|
this.B_RandAll.TabIndex = 63;
|
|
this.B_RandAll.Text = "Randomize!";
|
|
this.B_RandAll.UseVisualStyleBackColor = true;
|
|
this.B_RandAll.Click += new System.EventHandler(this.B_RandAll_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.CHK_Category);
|
|
this.groupBox1.Controls.Add(this.CHK_Type);
|
|
this.groupBox1.Location = new System.Drawing.Point(333, 60);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(98, 55);
|
|
this.groupBox1.TabIndex = 64;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Options";
|
|
//
|
|
// CHK_Category
|
|
//
|
|
this.CHK_Category.AutoSize = true;
|
|
this.CHK_Category.Location = new System.Drawing.Point(6, 34);
|
|
this.CHK_Category.Name = "CHK_Category";
|
|
this.CHK_Category.Size = new System.Drawing.Size(68, 17);
|
|
this.CHK_Category.TabIndex = 1;
|
|
this.CHK_Category.Text = "Category";
|
|
this.CHK_Category.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_Type
|
|
//
|
|
this.CHK_Type.AutoSize = true;
|
|
this.CHK_Type.Location = new System.Drawing.Point(6, 19);
|
|
this.CHK_Type.Name = "CHK_Type";
|
|
this.CHK_Type.Size = new System.Drawing.Size(50, 17);
|
|
this.CHK_Type.TabIndex = 0;
|
|
this.CHK_Type.Text = "Type";
|
|
this.CHK_Type.UseVisualStyleBackColor = true;
|
|
//
|
|
// B_Metronome
|
|
//
|
|
this.B_Metronome.Location = new System.Drawing.Point(333, 33);
|
|
this.B_Metronome.Name = "B_Metronome";
|
|
this.B_Metronome.Size = new System.Drawing.Size(98, 23);
|
|
this.B_Metronome.TabIndex = 66;
|
|
this.B_Metronome.Text = "Metronome Mode";
|
|
this.B_Metronome.UseVisualStyleBackColor = true;
|
|
this.B_Metronome.Click += new System.EventHandler(this.B_Metronome_Click);
|
|
//
|
|
// B_Table
|
|
//
|
|
this.B_Table.Location = new System.Drawing.Point(356, 117);
|
|
this.B_Table.Name = "B_Table";
|
|
this.B_Table.Size = new System.Drawing.Size(75, 23);
|
|
this.B_Table.TabIndex = 67;
|
|
this.B_Table.Text = "Export Table";
|
|
this.B_Table.UseVisualStyleBackColor = true;
|
|
this.B_Table.Click += new System.EventHandler(this.B_Table_Click);
|
|
//
|
|
// CLB_Flags
|
|
//
|
|
this.CLB_Flags.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CLB_Flags.FormattingEnabled = true;
|
|
this.CLB_Flags.Location = new System.Drawing.Point(328, 146);
|
|
this.CLB_Flags.Name = "CLB_Flags";
|
|
this.CLB_Flags.Size = new System.Drawing.Size(103, 274);
|
|
this.CLB_Flags.TabIndex = 71;
|
|
//
|
|
// NUD_ZPower
|
|
//
|
|
this.NUD_ZPower.Location = new System.Drawing.Point(71, 343);
|
|
this.NUD_ZPower.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_ZPower.Name = "NUD_ZPower";
|
|
this.NUD_ZPower.Size = new System.Drawing.Size(40, 20);
|
|
this.NUD_ZPower.TabIndex = 72;
|
|
//
|
|
// NUD_RefreshAfflictPercent
|
|
//
|
|
this.NUD_RefreshAfflictPercent.Location = new System.Drawing.Point(282, 284);
|
|
this.NUD_RefreshAfflictPercent.Name = "NUD_RefreshAfflictPercent";
|
|
this.NUD_RefreshAfflictPercent.Size = new System.Drawing.Size(40, 20);
|
|
this.NUD_RefreshAfflictPercent.TabIndex = 73;
|
|
//
|
|
// CB_ZMove
|
|
//
|
|
this.CB_ZMove.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_ZMove.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_ZMove.DropDownWidth = 150;
|
|
this.CB_ZMove.FormattingEnabled = true;
|
|
this.CB_ZMove.Location = new System.Drawing.Point(71, 320);
|
|
this.CB_ZMove.Name = "CB_ZMove";
|
|
this.CB_ZMove.Size = new System.Drawing.Size(157, 21);
|
|
this.CB_ZMove.TabIndex = 75;
|
|
//
|
|
// L_ZMove
|
|
//
|
|
this.L_ZMove.AutoSize = true;
|
|
this.L_ZMove.Location = new System.Drawing.Point(18, 323);
|
|
this.L_ZMove.Name = "L_ZMove";
|
|
this.L_ZMove.Size = new System.Drawing.Size(47, 13);
|
|
this.L_ZMove.TabIndex = 76;
|
|
this.L_ZMove.Text = "Z Move:";
|
|
//
|
|
// L_ZPower
|
|
//
|
|
this.L_ZPower.AutoSize = true;
|
|
this.L_ZPower.Location = new System.Drawing.Point(25, 345);
|
|
this.L_ZPower.Name = "L_ZPower";
|
|
this.L_ZPower.Size = new System.Drawing.Size(40, 13);
|
|
this.L_ZPower.TabIndex = 78;
|
|
this.L_ZPower.Text = "Power:";
|
|
//
|
|
// L_ZEffect
|
|
//
|
|
this.L_ZEffect.AutoSize = true;
|
|
this.L_ZEffect.Location = new System.Drawing.Point(117, 345);
|
|
this.L_ZEffect.Name = "L_ZEffect";
|
|
this.L_ZEffect.Size = new System.Drawing.Size(38, 13);
|
|
this.L_ZEffect.TabIndex = 79;
|
|
this.L_ZEffect.Text = "Effect:";
|
|
//
|
|
// CB_ZEffect
|
|
//
|
|
this.CB_ZEffect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_ZEffect.DropDownWidth = 350;
|
|
this.CB_ZEffect.FormattingEnabled = true;
|
|
this.CB_ZEffect.Location = new System.Drawing.Point(159, 342);
|
|
this.CB_ZEffect.Name = "CB_ZEffect";
|
|
this.CB_ZEffect.Size = new System.Drawing.Size(129, 21);
|
|
this.CB_ZEffect.TabIndex = 80;
|
|
//
|
|
// CB_AfflictRefresh
|
|
//
|
|
this.CB_AfflictRefresh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_AfflictRefresh.DropDownWidth = 130;
|
|
this.CB_AfflictRefresh.FormattingEnabled = true;
|
|
this.CB_AfflictRefresh.Location = new System.Drawing.Point(227, 261);
|
|
this.CB_AfflictRefresh.Name = "CB_AfflictRefresh";
|
|
this.CB_AfflictRefresh.Size = new System.Drawing.Size(95, 21);
|
|
this.CB_AfflictRefresh.TabIndex = 81;
|
|
//
|
|
// L_Refresh
|
|
//
|
|
this.L_Refresh.AutoSize = true;
|
|
this.L_Refresh.Location = new System.Drawing.Point(229, 245);
|
|
this.L_Refresh.Name = "L_Refresh";
|
|
this.L_Refresh.Size = new System.Drawing.Size(76, 13);
|
|
this.L_Refresh.TabIndex = 82;
|
|
this.L_Refresh.Text = "Afflict Refresh:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(229, 286);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(47, 13);
|
|
this.label1.TabIndex = 83;
|
|
this.label1.Text = "Percent:";
|
|
//
|
|
// MoveEditor7
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(439, 427);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.L_Refresh);
|
|
this.Controls.Add(this.CB_AfflictRefresh);
|
|
this.Controls.Add(this.CB_ZEffect);
|
|
this.Controls.Add(this.L_ZEffect);
|
|
this.Controls.Add(this.L_ZPower);
|
|
this.Controls.Add(this.L_ZMove);
|
|
this.Controls.Add(this.CB_ZMove);
|
|
this.Controls.Add(this.NUD_RefreshAfflictPercent);
|
|
this.Controls.Add(this.NUD_ZPower);
|
|
this.Controls.Add(this.CLB_Flags);
|
|
this.Controls.Add(this.B_Table);
|
|
this.Controls.Add(this.B_Metronome);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.B_RandAll);
|
|
this.Controls.Add(this.NUD_0xB);
|
|
this.Controls.Add(this.L_0xB);
|
|
this.Controls.Add(this.CB_Quality);
|
|
this.Controls.Add(this.L_Quality);
|
|
this.Controls.Add(this.NUD_Accuracy);
|
|
this.Controls.Add(this.L_Accuracy);
|
|
this.Controls.Add(this.L_Effect);
|
|
this.Controls.Add(this.NUD_Effect);
|
|
this.Controls.Add(this.NUD_Inflict);
|
|
this.Controls.Add(this.L_Inflict);
|
|
this.Controls.Add(this.CB_Inflict);
|
|
this.Controls.Add(this.CB_Targeting);
|
|
this.Controls.Add(this.RTB);
|
|
this.Controls.Add(this.L_Targeting);
|
|
this.Controls.Add(this.L_Influcts);
|
|
this.Controls.Add(this.GB_Stat);
|
|
this.Controls.Add(this.NUD_Recoil);
|
|
this.Controls.Add(this.L_Recoil);
|
|
this.Controls.Add(this.NUD_Heal);
|
|
this.Controls.Add(this.L_Heal);
|
|
this.Controls.Add(this.NUD_CritStage);
|
|
this.Controls.Add(this.L_CritStage);
|
|
this.Controls.Add(this.NUD_Flinch);
|
|
this.Controls.Add(this.L_Flinch);
|
|
this.Controls.Add(this.NUD_TurnMin);
|
|
this.Controls.Add(this.L_TrapMin);
|
|
this.Controls.Add(this.NUD_TurnMax);
|
|
this.Controls.Add(this.L_TrapMax);
|
|
this.Controls.Add(this.L_Type);
|
|
this.Controls.Add(this.L_BP);
|
|
this.Controls.Add(this.CB_Type);
|
|
this.Controls.Add(this.NUD_Power);
|
|
this.Controls.Add(this.CB_Category);
|
|
this.Controls.Add(this.L_Category);
|
|
this.Controls.Add(this.NUD_PP);
|
|
this.Controls.Add(this.NUD_Priority);
|
|
this.Controls.Add(this.NUD_HitMin);
|
|
this.Controls.Add(this.L_PP);
|
|
this.Controls.Add(this.L_Min);
|
|
this.Controls.Add(this.L_Priority);
|
|
this.Controls.Add(this.NUD_HitMax);
|
|
this.Controls.Add(this.L_Max);
|
|
this.Controls.Add(this.L_Move);
|
|
this.Controls.Add(this.CB_Move);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.Name = "MoveEditor7";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Move Editor";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CloseForm);
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_HitMax)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_HitMin)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Priority)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_PP)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Power)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_TurnMin)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_TurnMax)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Recoil)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Heal)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_CritStage)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Flinch)).EndInit();
|
|
this.GB_Stat.ResumeLayout(false);
|
|
this.GB_Stat.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_StatP3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_StatP2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_StatP1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Stat2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Stat3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Stat1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Inflict)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Effect)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Accuracy)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_0xB)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_ZPower)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_RefreshAfflictPercent)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label L_Type;
|
|
private System.Windows.Forms.ComboBox CB_Move;
|
|
private System.Windows.Forms.Label L_Move;
|
|
private System.Windows.Forms.ComboBox CB_Type;
|
|
private System.Windows.Forms.ComboBox CB_Category;
|
|
private System.Windows.Forms.Label L_Category;
|
|
private System.Windows.Forms.Label L_BP;
|
|
private System.Windows.Forms.Label L_PP;
|
|
private System.Windows.Forms.Label L_Min;
|
|
private System.Windows.Forms.Label L_Max;
|
|
private System.Windows.Forms.Label L_Priority;
|
|
private System.Windows.Forms.NumericUpDown NUD_HitMax;
|
|
private System.Windows.Forms.NumericUpDown NUD_HitMin;
|
|
private System.Windows.Forms.NumericUpDown NUD_Priority;
|
|
private System.Windows.Forms.NumericUpDown NUD_PP;
|
|
private System.Windows.Forms.NumericUpDown NUD_Power;
|
|
private System.Windows.Forms.NumericUpDown NUD_TurnMin;
|
|
private System.Windows.Forms.Label L_TrapMin;
|
|
private System.Windows.Forms.NumericUpDown NUD_TurnMax;
|
|
private System.Windows.Forms.Label L_TrapMax;
|
|
private System.Windows.Forms.NumericUpDown NUD_Recoil;
|
|
private System.Windows.Forms.Label L_Recoil;
|
|
private System.Windows.Forms.NumericUpDown NUD_Heal;
|
|
private System.Windows.Forms.Label L_Heal;
|
|
private System.Windows.Forms.NumericUpDown NUD_CritStage;
|
|
private System.Windows.Forms.Label L_CritStage;
|
|
private System.Windows.Forms.NumericUpDown NUD_Flinch;
|
|
private System.Windows.Forms.Label L_Flinch;
|
|
private System.Windows.Forms.GroupBox GB_Stat;
|
|
private System.Windows.Forms.NumericUpDown NUD_Stat2;
|
|
private System.Windows.Forms.NumericUpDown NUD_Stat3;
|
|
private System.Windows.Forms.NumericUpDown NUD_Stat1;
|
|
private System.Windows.Forms.ComboBox CB_Stat3;
|
|
private System.Windows.Forms.ComboBox CB_Stat2;
|
|
private System.Windows.Forms.ComboBox CB_Stat1;
|
|
private System.Windows.Forms.Label L_Stage3;
|
|
private System.Windows.Forms.Label L_Stage2;
|
|
private System.Windows.Forms.Label L_Stage1;
|
|
private System.Windows.Forms.Label L_Targeting;
|
|
private System.Windows.Forms.Label L_Influcts;
|
|
private System.Windows.Forms.RichTextBox RTB;
|
|
private System.Windows.Forms.ComboBox CB_Targeting;
|
|
private System.Windows.Forms.ComboBox CB_Inflict;
|
|
private System.Windows.Forms.Label L_Inflict;
|
|
private System.Windows.Forms.NumericUpDown NUD_Inflict;
|
|
private System.Windows.Forms.NumericUpDown NUD_Effect;
|
|
private System.Windows.Forms.Label L_Effect;
|
|
private System.Windows.Forms.NumericUpDown NUD_Accuracy;
|
|
private System.Windows.Forms.Label L_Accuracy;
|
|
private System.Windows.Forms.ComboBox CB_Quality;
|
|
private System.Windows.Forms.Label L_Quality;
|
|
private System.Windows.Forms.NumericUpDown NUD_StatP3;
|
|
private System.Windows.Forms.NumericUpDown NUD_StatP2;
|
|
private System.Windows.Forms.NumericUpDown NUD_StatP1;
|
|
private System.Windows.Forms.Label L_0xB;
|
|
private System.Windows.Forms.NumericUpDown NUD_0xB;
|
|
private System.Windows.Forms.Button B_RandAll;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.CheckBox CHK_Category;
|
|
private System.Windows.Forms.CheckBox CHK_Type;
|
|
private System.Windows.Forms.Button B_Metronome;
|
|
private System.Windows.Forms.Button B_Table;
|
|
private System.Windows.Forms.CheckedListBox CLB_Flags;
|
|
private System.Windows.Forms.NumericUpDown NUD_ZPower;
|
|
private System.Windows.Forms.NumericUpDown NUD_RefreshAfflictPercent;
|
|
private System.Windows.Forms.ComboBox CB_ZMove;
|
|
private System.Windows.Forms.Label L_ZMove;
|
|
private System.Windows.Forms.Label L_ZPower;
|
|
private System.Windows.Forms.Label L_ZEffect;
|
|
private System.Windows.Forms.ComboBox CB_ZEffect;
|
|
private System.Windows.Forms.ComboBox CB_AfflictRefresh;
|
|
private System.Windows.Forms.Label L_Refresh;
|
|
private System.Windows.Forms.Label label1;
|
|
} |