PKHeX/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_OPower.Designer.cs
Kurt 2c541ad422
Update to .NET 10 (#4676)
* Update to .NET 10
* Property fields
* API signature updates
* Extension method blocks

* Completed dark mode support
  Outside of my control:
- vertical tab control (pkm editor)
- datetimepicker controls
- lgpe event flags (no idea)
- some control types having white-borders when they should really be gray

Box background is 50% transparency to effectively darken the image.

* Custom legality report popup
* Event diff dialog, version select dialog
* Add quick overwrite popup for export sav
* Extension methods
* Dark Mode: glow currently editing sprite
* Add invalid encounter hint for trade evolutions
* Extension properties
* Append legality hint on hover card
* Slot image loading: clear the screen-reader description if a slot is empty/invalid, rather than retain the previous description. Changing boxes would easily confuse users on this.
2025-12-31 01:42:05 -06:00

854 lines
39 KiB
C#

namespace PKHeX.WinForms
{
partial class SAV_OPower
{
/// <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()
{
B_Cancel = new System.Windows.Forms.Button();
B_Save = new System.Windows.Forms.Button();
B_ClearAll = new System.Windows.Forms.Button();
B_GiveAll = new System.Windows.Forms.Button();
CLB_Unlock = new System.Windows.Forms.CheckedListBox();
GB_Field = new System.Windows.Forms.GroupBox();
L_F5 = new System.Windows.Forms.Label();
L_F6 = new System.Windows.Forms.Label();
L_F7 = new System.Windows.Forms.Label();
L_F8 = new System.Windows.Forms.Label();
L_F9 = new System.Windows.Forms.Label();
L_F0 = new System.Windows.Forms.Label();
L_F1 = new System.Windows.Forms.Label();
L_F2 = new System.Windows.Forms.Label();
L_F3 = new System.Windows.Forms.Label();
L_F4 = new System.Windows.Forms.Label();
NUD_F9B = new System.Windows.Forms.NumericUpDown();
NUD_F9A = new System.Windows.Forms.NumericUpDown();
NUD_F8B = new System.Windows.Forms.NumericUpDown();
NUD_F8A = new System.Windows.Forms.NumericUpDown();
NUD_F7B = new System.Windows.Forms.NumericUpDown();
NUD_F7A = new System.Windows.Forms.NumericUpDown();
NUD_F6B = new System.Windows.Forms.NumericUpDown();
NUD_F6A = new System.Windows.Forms.NumericUpDown();
NUD_F5B = new System.Windows.Forms.NumericUpDown();
NUD_F5A = new System.Windows.Forms.NumericUpDown();
NUD_F4B = new System.Windows.Forms.NumericUpDown();
NUD_F4A = new System.Windows.Forms.NumericUpDown();
NUD_F3B = new System.Windows.Forms.NumericUpDown();
NUD_F3A = new System.Windows.Forms.NumericUpDown();
NUD_F2B = new System.Windows.Forms.NumericUpDown();
NUD_F2A = new System.Windows.Forms.NumericUpDown();
NUD_F1B = new System.Windows.Forms.NumericUpDown();
NUD_F1A = new System.Windows.Forms.NumericUpDown();
NUD_F0B = new System.Windows.Forms.NumericUpDown();
NUD_F0A = new System.Windows.Forms.NumericUpDown();
GB_Battle = new System.Windows.Forms.GroupBox();
L_B6 = new System.Windows.Forms.Label();
L_B5 = new System.Windows.Forms.Label();
L_B4 = new System.Windows.Forms.Label();
L_B3 = new System.Windows.Forms.Label();
L_B2 = new System.Windows.Forms.Label();
L_B1 = new System.Windows.Forms.Label();
L_B0 = new System.Windows.Forms.Label();
NUD_B6B = new System.Windows.Forms.NumericUpDown();
NUD_B6A = new System.Windows.Forms.NumericUpDown();
NUD_B5B = new System.Windows.Forms.NumericUpDown();
NUD_B5A = new System.Windows.Forms.NumericUpDown();
NUD_B4B = new System.Windows.Forms.NumericUpDown();
NUD_B4A = new System.Windows.Forms.NumericUpDown();
NUD_B3B = new System.Windows.Forms.NumericUpDown();
NUD_B3A = new System.Windows.Forms.NumericUpDown();
NUD_B2B = new System.Windows.Forms.NumericUpDown();
NUD_B2A = new System.Windows.Forms.NumericUpDown();
NUD_B1B = new System.Windows.Forms.NumericUpDown();
NUD_B1A = new System.Windows.Forms.NumericUpDown();
NUD_B0B = new System.Windows.Forms.NumericUpDown();
NUD_B0A = new System.Windows.Forms.NumericUpDown();
NUD_Points = new System.Windows.Forms.NumericUpDown();
L_Points = new System.Windows.Forms.Label();
GB_Field.SuspendLayout();
((System.ComponentModel.ISupportInitialize)NUD_F9B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F9A).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F8B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F8A).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F7B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F7A).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F6B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F6A).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F5B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F5A).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F4B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F4A).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F3B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F3A).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F2B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F2A).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F1B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F1A).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F0B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_F0A).BeginInit();
GB_Battle.SuspendLayout();
((System.ComponentModel.ISupportInitialize)NUD_B6B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_B6A).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_B5B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_B5A).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_B4B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_B4A).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_B3B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_B3A).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_B2B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_B2A).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_B1B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_B1A).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_B0B).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_B0A).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_Points).BeginInit();
SuspendLayout();
//
// B_Cancel
//
B_Cancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
B_Cancel.Location = new System.Drawing.Point(416, 289);
B_Cancel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_Cancel.Name = "B_Cancel";
B_Cancel.Size = new System.Drawing.Size(88, 27);
B_Cancel.TabIndex = 34;
B_Cancel.Text = "Cancel";
B_Cancel.UseVisualStyleBackColor = true;
B_Cancel.Click += B_Cancel_Click;
//
// B_Save
//
B_Save.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
B_Save.Location = new System.Drawing.Point(512, 289);
B_Save.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_Save.Name = "B_Save";
B_Save.Size = new System.Drawing.Size(88, 27);
B_Save.TabIndex = 35;
B_Save.Text = "Save";
B_Save.UseVisualStyleBackColor = true;
B_Save.Click += B_Save_Click;
//
// B_ClearAll
//
B_ClearAll.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
B_ClearAll.Location = new System.Drawing.Point(416, 256);
B_ClearAll.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_ClearAll.Name = "B_ClearAll";
B_ClearAll.Size = new System.Drawing.Size(88, 27);
B_ClearAll.TabIndex = 39;
B_ClearAll.Text = "Clear All";
B_ClearAll.UseVisualStyleBackColor = true;
//
// B_GiveAll
//
B_GiveAll.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
B_GiveAll.Location = new System.Drawing.Point(512, 256);
B_GiveAll.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_GiveAll.Name = "B_GiveAll";
B_GiveAll.Size = new System.Drawing.Size(88, 27);
B_GiveAll.TabIndex = 40;
B_GiveAll.Text = "Give All";
B_GiveAll.UseVisualStyleBackColor = true;
//
// CLB_Unlock
//
CLB_Unlock.FormattingEnabled = true;
CLB_Unlock.Location = new System.Drawing.Point(14, 12);
CLB_Unlock.Name = "CLB_Unlock";
CLB_Unlock.Size = new System.Drawing.Size(184, 310);
CLB_Unlock.TabIndex = 41;
//
// GB_Field
//
GB_Field.Controls.Add(L_F5);
GB_Field.Controls.Add(L_F6);
GB_Field.Controls.Add(L_F7);
GB_Field.Controls.Add(L_F8);
GB_Field.Controls.Add(L_F9);
GB_Field.Controls.Add(L_F0);
GB_Field.Controls.Add(L_F1);
GB_Field.Controls.Add(L_F2);
GB_Field.Controls.Add(L_F3);
GB_Field.Controls.Add(L_F4);
GB_Field.Controls.Add(NUD_F9B);
GB_Field.Controls.Add(NUD_F9A);
GB_Field.Controls.Add(NUD_F8B);
GB_Field.Controls.Add(NUD_F8A);
GB_Field.Controls.Add(NUD_F7B);
GB_Field.Controls.Add(NUD_F7A);
GB_Field.Controls.Add(NUD_F6B);
GB_Field.Controls.Add(NUD_F6A);
GB_Field.Controls.Add(NUD_F5B);
GB_Field.Controls.Add(NUD_F5A);
GB_Field.Controls.Add(NUD_F4B);
GB_Field.Controls.Add(NUD_F4A);
GB_Field.Controls.Add(NUD_F3B);
GB_Field.Controls.Add(NUD_F3A);
GB_Field.Controls.Add(NUD_F2B);
GB_Field.Controls.Add(NUD_F2A);
GB_Field.Controls.Add(NUD_F1B);
GB_Field.Controls.Add(NUD_F1A);
GB_Field.Controls.Add(NUD_F0B);
GB_Field.Controls.Add(NUD_F0A);
GB_Field.Location = new System.Drawing.Point(204, 4);
GB_Field.Name = "GB_Field";
GB_Field.Size = new System.Drawing.Size(200, 312);
GB_Field.TabIndex = 42;
GB_Field.TabStop = false;
GB_Field.Text = "Field";
//
// L_F5
//
L_F5.Location = new System.Drawing.Point(6, 161);
L_F5.Name = "L_F5";
L_F5.Size = new System.Drawing.Size(80, 23);
L_F5.TabIndex = 75;
L_F5.Text = "label13";
L_F5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_F6
//
L_F6.Location = new System.Drawing.Point(6, 190);
L_F6.Name = "L_F6";
L_F6.Size = new System.Drawing.Size(80, 23);
L_F6.TabIndex = 74;
L_F6.Text = "label14";
L_F6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_F7
//
L_F7.Location = new System.Drawing.Point(6, 219);
L_F7.Name = "L_F7";
L_F7.Size = new System.Drawing.Size(80, 23);
L_F7.TabIndex = 73;
L_F7.Text = "label15";
L_F7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_F8
//
L_F8.Location = new System.Drawing.Point(6, 248);
L_F8.Name = "L_F8";
L_F8.Size = new System.Drawing.Size(80, 23);
L_F8.TabIndex = 72;
L_F8.Text = "label16";
L_F8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_F9
//
L_F9.Location = new System.Drawing.Point(6, 277);
L_F9.Name = "L_F9";
L_F9.Size = new System.Drawing.Size(80, 23);
L_F9.TabIndex = 71;
L_F9.Text = "label17";
L_F9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_F0
//
L_F0.Location = new System.Drawing.Point(6, 16);
L_F0.Name = "L_F0";
L_F0.Size = new System.Drawing.Size(80, 23);
L_F0.TabIndex = 70;
L_F0.Text = "label8";
L_F0.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_F1
//
L_F1.Location = new System.Drawing.Point(6, 45);
L_F1.Name = "L_F1";
L_F1.Size = new System.Drawing.Size(80, 23);
L_F1.TabIndex = 69;
L_F1.Text = "label9";
L_F1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_F2
//
L_F2.Location = new System.Drawing.Point(6, 74);
L_F2.Name = "L_F2";
L_F2.Size = new System.Drawing.Size(80, 23);
L_F2.TabIndex = 68;
L_F2.Text = "label10";
L_F2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_F3
//
L_F3.Location = new System.Drawing.Point(6, 103);
L_F3.Name = "L_F3";
L_F3.Size = new System.Drawing.Size(80, 23);
L_F3.TabIndex = 67;
L_F3.Text = "label11";
L_F3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_F4
//
L_F4.Location = new System.Drawing.Point(6, 132);
L_F4.Name = "L_F4";
L_F4.Size = new System.Drawing.Size(80, 23);
L_F4.TabIndex = 66;
L_F4.Text = "label12";
L_F4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_F9B
//
NUD_F9B.Location = new System.Drawing.Point(136, 277);
NUD_F9B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F9B.Name = "NUD_F9B";
NUD_F9B.Size = new System.Drawing.Size(40, 23);
NUD_F9B.TabIndex = 62;
NUD_F9B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F9A
//
NUD_F9A.Location = new System.Drawing.Point(89, 277);
NUD_F9A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F9A.Name = "NUD_F9A";
NUD_F9A.Size = new System.Drawing.Size(40, 23);
NUD_F9A.TabIndex = 62;
NUD_F9A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F8B
//
NUD_F8B.Location = new System.Drawing.Point(136, 248);
NUD_F8B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F8B.Name = "NUD_F8B";
NUD_F8B.Size = new System.Drawing.Size(40, 23);
NUD_F8B.TabIndex = 61;
NUD_F8B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F8A
//
NUD_F8A.Location = new System.Drawing.Point(89, 248);
NUD_F8A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F8A.Name = "NUD_F8A";
NUD_F8A.Size = new System.Drawing.Size(40, 23);
NUD_F8A.TabIndex = 61;
NUD_F8A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F7B
//
NUD_F7B.Location = new System.Drawing.Point(136, 219);
NUD_F7B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F7B.Name = "NUD_F7B";
NUD_F7B.Size = new System.Drawing.Size(40, 23);
NUD_F7B.TabIndex = 60;
NUD_F7B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F7A
//
NUD_F7A.Location = new System.Drawing.Point(89, 219);
NUD_F7A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F7A.Name = "NUD_F7A";
NUD_F7A.Size = new System.Drawing.Size(40, 23);
NUD_F7A.TabIndex = 60;
NUD_F7A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F6B
//
NUD_F6B.Location = new System.Drawing.Point(136, 190);
NUD_F6B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F6B.Name = "NUD_F6B";
NUD_F6B.Size = new System.Drawing.Size(40, 23);
NUD_F6B.TabIndex = 59;
NUD_F6B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F6A
//
NUD_F6A.Location = new System.Drawing.Point(89, 190);
NUD_F6A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F6A.Name = "NUD_F6A";
NUD_F6A.Size = new System.Drawing.Size(40, 23);
NUD_F6A.TabIndex = 59;
NUD_F6A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F5B
//
NUD_F5B.Location = new System.Drawing.Point(136, 161);
NUD_F5B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F5B.Name = "NUD_F5B";
NUD_F5B.Size = new System.Drawing.Size(40, 23);
NUD_F5B.TabIndex = 58;
NUD_F5B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F5A
//
NUD_F5A.Location = new System.Drawing.Point(89, 161);
NUD_F5A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F5A.Name = "NUD_F5A";
NUD_F5A.Size = new System.Drawing.Size(40, 23);
NUD_F5A.TabIndex = 58;
NUD_F5A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F4B
//
NUD_F4B.Location = new System.Drawing.Point(136, 132);
NUD_F4B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F4B.Name = "NUD_F4B";
NUD_F4B.Size = new System.Drawing.Size(40, 23);
NUD_F4B.TabIndex = 57;
NUD_F4B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F4A
//
NUD_F4A.Location = new System.Drawing.Point(89, 132);
NUD_F4A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F4A.Name = "NUD_F4A";
NUD_F4A.Size = new System.Drawing.Size(40, 23);
NUD_F4A.TabIndex = 57;
NUD_F4A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F3B
//
NUD_F3B.Location = new System.Drawing.Point(136, 103);
NUD_F3B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F3B.Name = "NUD_F3B";
NUD_F3B.Size = new System.Drawing.Size(40, 23);
NUD_F3B.TabIndex = 56;
NUD_F3B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F3A
//
NUD_F3A.Location = new System.Drawing.Point(89, 103);
NUD_F3A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F3A.Name = "NUD_F3A";
NUD_F3A.Size = new System.Drawing.Size(40, 23);
NUD_F3A.TabIndex = 56;
NUD_F3A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F2B
//
NUD_F2B.Location = new System.Drawing.Point(136, 74);
NUD_F2B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F2B.Name = "NUD_F2B";
NUD_F2B.Size = new System.Drawing.Size(40, 23);
NUD_F2B.TabIndex = 55;
NUD_F2B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F2A
//
NUD_F2A.Location = new System.Drawing.Point(89, 74);
NUD_F2A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F2A.Name = "NUD_F2A";
NUD_F2A.Size = new System.Drawing.Size(40, 23);
NUD_F2A.TabIndex = 55;
NUD_F2A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F1B
//
NUD_F1B.Location = new System.Drawing.Point(136, 45);
NUD_F1B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F1B.Name = "NUD_F1B";
NUD_F1B.Size = new System.Drawing.Size(40, 23);
NUD_F1B.TabIndex = 54;
NUD_F1B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F1A
//
NUD_F1A.Location = new System.Drawing.Point(89, 45);
NUD_F1A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F1A.Name = "NUD_F1A";
NUD_F1A.Size = new System.Drawing.Size(40, 23);
NUD_F1A.TabIndex = 54;
NUD_F1A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F0B
//
NUD_F0B.Location = new System.Drawing.Point(136, 16);
NUD_F0B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F0B.Name = "NUD_F0B";
NUD_F0B.Size = new System.Drawing.Size(40, 23);
NUD_F0B.TabIndex = 53;
NUD_F0B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_F0A
//
NUD_F0A.Location = new System.Drawing.Point(89, 16);
NUD_F0A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_F0A.Name = "NUD_F0A";
NUD_F0A.Size = new System.Drawing.Size(40, 23);
NUD_F0A.TabIndex = 53;
NUD_F0A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// GB_Battle
//
GB_Battle.Controls.Add(L_B6);
GB_Battle.Controls.Add(L_B5);
GB_Battle.Controls.Add(L_B4);
GB_Battle.Controls.Add(L_B3);
GB_Battle.Controls.Add(L_B2);
GB_Battle.Controls.Add(L_B1);
GB_Battle.Controls.Add(L_B0);
GB_Battle.Controls.Add(NUD_B6B);
GB_Battle.Controls.Add(NUD_B6A);
GB_Battle.Controls.Add(NUD_B5B);
GB_Battle.Controls.Add(NUD_B5A);
GB_Battle.Controls.Add(NUD_B4B);
GB_Battle.Controls.Add(NUD_B4A);
GB_Battle.Controls.Add(NUD_B3B);
GB_Battle.Controls.Add(NUD_B3A);
GB_Battle.Controls.Add(NUD_B2B);
GB_Battle.Controls.Add(NUD_B2A);
GB_Battle.Controls.Add(NUD_B1B);
GB_Battle.Controls.Add(NUD_B1A);
GB_Battle.Controls.Add(NUD_B0B);
GB_Battle.Controls.Add(NUD_B0A);
GB_Battle.Location = new System.Drawing.Point(413, 4);
GB_Battle.Name = "GB_Battle";
GB_Battle.Size = new System.Drawing.Size(184, 220);
GB_Battle.TabIndex = 64;
GB_Battle.TabStop = false;
GB_Battle.Text = "Battle";
//
// L_B6
//
L_B6.Location = new System.Drawing.Point(8, 190);
L_B6.Name = "L_B6";
L_B6.Size = new System.Drawing.Size(80, 23);
L_B6.TabIndex = 67;
L_B6.Text = "label7";
L_B6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_B5
//
L_B5.Location = new System.Drawing.Point(8, 161);
L_B5.Name = "L_B5";
L_B5.Size = new System.Drawing.Size(80, 23);
L_B5.TabIndex = 66;
L_B5.Text = "label6";
L_B5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_B4
//
L_B4.Location = new System.Drawing.Point(8, 132);
L_B4.Name = "L_B4";
L_B4.Size = new System.Drawing.Size(80, 23);
L_B4.TabIndex = 65;
L_B4.Text = "label5";
L_B4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_B3
//
L_B3.Location = new System.Drawing.Point(8, 103);
L_B3.Name = "L_B3";
L_B3.Size = new System.Drawing.Size(80, 23);
L_B3.TabIndex = 64;
L_B3.Text = "label4";
L_B3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_B2
//
L_B2.Location = new System.Drawing.Point(8, 74);
L_B2.Name = "L_B2";
L_B2.Size = new System.Drawing.Size(80, 23);
L_B2.TabIndex = 63;
L_B2.Text = "label3";
L_B2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_B1
//
L_B1.Location = new System.Drawing.Point(8, 45);
L_B1.Name = "L_B1";
L_B1.Size = new System.Drawing.Size(80, 23);
L_B1.TabIndex = 62;
L_B1.Text = "label2";
L_B1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_B0
//
L_B0.Location = new System.Drawing.Point(8, 16);
L_B0.Name = "L_B0";
L_B0.Size = new System.Drawing.Size(80, 23);
L_B0.TabIndex = 61;
L_B0.Text = "label1";
L_B0.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_B6B
//
NUD_B6B.Location = new System.Drawing.Point(135, 190);
NUD_B6B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_B6B.Name = "NUD_B6B";
NUD_B6B.Size = new System.Drawing.Size(40, 23);
NUD_B6B.TabIndex = 59;
NUD_B6B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_B6A
//
NUD_B6A.Location = new System.Drawing.Point(89, 190);
NUD_B6A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_B6A.Name = "NUD_B6A";
NUD_B6A.Size = new System.Drawing.Size(40, 23);
NUD_B6A.TabIndex = 59;
NUD_B6A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_B5B
//
NUD_B5B.Location = new System.Drawing.Point(135, 161);
NUD_B5B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_B5B.Name = "NUD_B5B";
NUD_B5B.Size = new System.Drawing.Size(40, 23);
NUD_B5B.TabIndex = 58;
NUD_B5B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_B5A
//
NUD_B5A.Location = new System.Drawing.Point(89, 161);
NUD_B5A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_B5A.Name = "NUD_B5A";
NUD_B5A.Size = new System.Drawing.Size(40, 23);
NUD_B5A.TabIndex = 58;
NUD_B5A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_B4B
//
NUD_B4B.Location = new System.Drawing.Point(135, 132);
NUD_B4B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_B4B.Name = "NUD_B4B";
NUD_B4B.Size = new System.Drawing.Size(40, 23);
NUD_B4B.TabIndex = 57;
NUD_B4B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_B4A
//
NUD_B4A.Location = new System.Drawing.Point(89, 132);
NUD_B4A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_B4A.Name = "NUD_B4A";
NUD_B4A.Size = new System.Drawing.Size(40, 23);
NUD_B4A.TabIndex = 57;
NUD_B4A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_B3B
//
NUD_B3B.Location = new System.Drawing.Point(135, 103);
NUD_B3B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_B3B.Name = "NUD_B3B";
NUD_B3B.Size = new System.Drawing.Size(40, 23);
NUD_B3B.TabIndex = 56;
NUD_B3B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_B3A
//
NUD_B3A.Location = new System.Drawing.Point(89, 103);
NUD_B3A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_B3A.Name = "NUD_B3A";
NUD_B3A.Size = new System.Drawing.Size(40, 23);
NUD_B3A.TabIndex = 56;
NUD_B3A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_B2B
//
NUD_B2B.Location = new System.Drawing.Point(135, 74);
NUD_B2B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_B2B.Name = "NUD_B2B";
NUD_B2B.Size = new System.Drawing.Size(40, 23);
NUD_B2B.TabIndex = 55;
NUD_B2B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_B2A
//
NUD_B2A.Location = new System.Drawing.Point(89, 74);
NUD_B2A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_B2A.Name = "NUD_B2A";
NUD_B2A.Size = new System.Drawing.Size(40, 23);
NUD_B2A.TabIndex = 55;
NUD_B2A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_B1B
//
NUD_B1B.Location = new System.Drawing.Point(135, 45);
NUD_B1B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_B1B.Name = "NUD_B1B";
NUD_B1B.Size = new System.Drawing.Size(40, 23);
NUD_B1B.TabIndex = 54;
NUD_B1B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_B1A
//
NUD_B1A.Location = new System.Drawing.Point(89, 45);
NUD_B1A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_B1A.Name = "NUD_B1A";
NUD_B1A.Size = new System.Drawing.Size(40, 23);
NUD_B1A.TabIndex = 54;
NUD_B1A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_B0B
//
NUD_B0B.Location = new System.Drawing.Point(135, 16);
NUD_B0B.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_B0B.Name = "NUD_B0B";
NUD_B0B.Size = new System.Drawing.Size(40, 23);
NUD_B0B.TabIndex = 53;
NUD_B0B.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_B0A
//
NUD_B0A.Location = new System.Drawing.Point(89, 16);
NUD_B0A.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_B0A.Name = "NUD_B0A";
NUD_B0A.Size = new System.Drawing.Size(40, 23);
NUD_B0A.TabIndex = 53;
NUD_B0A.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// NUD_Points
//
NUD_Points.Location = new System.Drawing.Point(557, 228);
NUD_Points.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_Points.Name = "NUD_Points";
NUD_Points.Size = new System.Drawing.Size(40, 23);
NUD_Points.TabIndex = 68;
NUD_Points.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_Points
//
L_Points.Location = new System.Drawing.Point(471, 228);
L_Points.Name = "L_Points";
L_Points.Size = new System.Drawing.Size(80, 23);
L_Points.TabIndex = 69;
L_Points.Text = "Points:";
L_Points.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// SAV_OPower
//
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
ClientSize = new System.Drawing.Size(608, 329);
Controls.Add(L_Points);
Controls.Add(NUD_Points);
Controls.Add(GB_Battle);
Controls.Add(GB_Field);
Controls.Add(CLB_Unlock);
Controls.Add(B_GiveAll);
Controls.Add(B_ClearAll);
Controls.Add(B_Save);
Controls.Add(B_Cancel);
FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
Icon = Properties.Resources.Icon;
Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
MaximizeBox = false;
MinimizeBox = false;
Name = "SAV_OPower";
StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
Text = "O-Power Editor";
GB_Field.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)NUD_F9B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F9A).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F8B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F8A).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F7B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F7A).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F6B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F6A).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F5B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F5A).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F4B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F4A).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F3B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F3A).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F2B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F2A).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F1B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F1A).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F0B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_F0A).EndInit();
GB_Battle.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)NUD_B6B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_B6A).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_B5B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_B5A).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_B4B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_B4A).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_B3B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_B3A).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_B2B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_B2A).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_B1B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_B1A).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_B0B).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_B0A).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_Points).EndInit();
ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button B_Cancel;
private System.Windows.Forms.Button B_Save;
private System.Windows.Forms.Button B_ClearAll;
private System.Windows.Forms.Button B_GiveAll;
private System.Windows.Forms.CheckedListBox CLB_Unlock;
private System.Windows.Forms.GroupBox GB_Field;
private System.Windows.Forms.NumericUpDown NUD_F9B;
private System.Windows.Forms.NumericUpDown NUD_F9A;
private System.Windows.Forms.NumericUpDown NUD_F8B;
private System.Windows.Forms.NumericUpDown NUD_F8A;
private System.Windows.Forms.NumericUpDown NUD_F7B;
private System.Windows.Forms.NumericUpDown NUD_F7A;
private System.Windows.Forms.NumericUpDown NUD_F6B;
private System.Windows.Forms.NumericUpDown NUD_F6A;
private System.Windows.Forms.NumericUpDown NUD_F5B;
private System.Windows.Forms.NumericUpDown NUD_F5A;
private System.Windows.Forms.NumericUpDown NUD_F4B;
private System.Windows.Forms.NumericUpDown NUD_F4A;
private System.Windows.Forms.NumericUpDown NUD_F3B;
private System.Windows.Forms.NumericUpDown NUD_F3A;
private System.Windows.Forms.NumericUpDown NUD_F2B;
private System.Windows.Forms.NumericUpDown NUD_F2A;
private System.Windows.Forms.NumericUpDown NUD_F1B;
private System.Windows.Forms.NumericUpDown NUD_F1A;
private System.Windows.Forms.NumericUpDown NUD_F0B;
private System.Windows.Forms.NumericUpDown NUD_F0A;
private System.Windows.Forms.GroupBox GB_Battle;
private System.Windows.Forms.NumericUpDown NUD_B6B;
private System.Windows.Forms.NumericUpDown NUD_B6A;
private System.Windows.Forms.NumericUpDown NUD_B5B;
private System.Windows.Forms.NumericUpDown NUD_B5A;
private System.Windows.Forms.NumericUpDown NUD_B4B;
private System.Windows.Forms.NumericUpDown NUD_B4A;
private System.Windows.Forms.NumericUpDown NUD_B3B;
private System.Windows.Forms.NumericUpDown NUD_B3A;
private System.Windows.Forms.NumericUpDown NUD_B2B;
private System.Windows.Forms.NumericUpDown NUD_B2A;
private System.Windows.Forms.NumericUpDown NUD_B1B;
private System.Windows.Forms.NumericUpDown NUD_B1A;
private System.Windows.Forms.NumericUpDown NUD_B0B;
private System.Windows.Forms.NumericUpDown NUD_B0A;
private System.Windows.Forms.Label L_B6;
private System.Windows.Forms.Label L_B5;
private System.Windows.Forms.Label L_B4;
private System.Windows.Forms.Label L_B3;
private System.Windows.Forms.Label L_B2;
private System.Windows.Forms.Label L_B1;
private System.Windows.Forms.Label L_B0;
private System.Windows.Forms.Label L_F5;
private System.Windows.Forms.Label L_F6;
private System.Windows.Forms.Label L_F7;
private System.Windows.Forms.Label L_F8;
private System.Windows.Forms.Label L_F9;
private System.Windows.Forms.Label L_F0;
private System.Windows.Forms.Label L_F1;
private System.Windows.Forms.Label L_F2;
private System.Windows.Forms.Label L_F3;
private System.Windows.Forms.Label L_F4;
private System.Windows.Forms.NumericUpDown NUD_Points;
private System.Windows.Forms.Label L_Points;
}
}