mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-03 12:07:07 -05:00
449 lines
22 KiB
C#
449 lines
22 KiB
C#
namespace PKHeX.WinForms
|
|
{
|
|
partial class SAV_PokeBlockORAS
|
|
{
|
|
/// <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();
|
|
NUP_Red = new System.Windows.Forms.NumericUpDown();
|
|
NUP_Blue = new System.Windows.Forms.NumericUpDown();
|
|
NUP_Green = new System.Windows.Forms.NumericUpDown();
|
|
NUP_Pink = new System.Windows.Forms.NumericUpDown();
|
|
NUP_Rainbow = new System.Windows.Forms.NumericUpDown();
|
|
NUP_Yellow = new System.Windows.Forms.NumericUpDown();
|
|
L_Red = new System.Windows.Forms.Label();
|
|
L_Blue = new System.Windows.Forms.Label();
|
|
L_Pink = new System.Windows.Forms.Label();
|
|
L_Green = new System.Windows.Forms.Label();
|
|
L_Yellow = new System.Windows.Forms.Label();
|
|
L_Rainbow = new System.Windows.Forms.Label();
|
|
L_RainbowPlus = new System.Windows.Forms.Label();
|
|
L_YellowPlus = new System.Windows.Forms.Label();
|
|
L_GreenPlus = new System.Windows.Forms.Label();
|
|
L_PinkPlus = new System.Windows.Forms.Label();
|
|
L_BluePlus = new System.Windows.Forms.Label();
|
|
L_RedPlus = new System.Windows.Forms.Label();
|
|
NUP_RainbowPlus = new System.Windows.Forms.NumericUpDown();
|
|
NUP_YellowPlus = new System.Windows.Forms.NumericUpDown();
|
|
NUP_GreenPlus = new System.Windows.Forms.NumericUpDown();
|
|
NUP_PinkPlus = new System.Windows.Forms.NumericUpDown();
|
|
NUP_BluePlus = new System.Windows.Forms.NumericUpDown();
|
|
NUP_RedPlus = new System.Windows.Forms.NumericUpDown();
|
|
B_RandomizeBerries = new System.Windows.Forms.Button();
|
|
B_GiveAllBlocks = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)NUP_Red).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_Blue).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_Green).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_Pink).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_Rainbow).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_Yellow).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_RainbowPlus).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_YellowPlus).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_GreenPlus).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_PinkPlus).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_BluePlus).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_RedPlus).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// B_Cancel
|
|
//
|
|
B_Cancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
|
|
B_Cancel.Location = new System.Drawing.Point(270, 173);
|
|
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 = 3;
|
|
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(364, 173);
|
|
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 = 4;
|
|
B_Save.Text = "Save";
|
|
B_Save.UseVisualStyleBackColor = true;
|
|
B_Save.Click += B_Save_Click;
|
|
//
|
|
// NUP_Red
|
|
//
|
|
NUP_Red.Location = new System.Drawing.Point(164, 8);
|
|
NUP_Red.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUP_Red.Maximum = new decimal(new int[] { 999, 0, 0, 0 });
|
|
NUP_Red.Name = "NUP_Red";
|
|
NUP_Red.Size = new System.Drawing.Size(57, 23);
|
|
NUP_Red.TabIndex = 24;
|
|
NUP_Red.Value = new decimal(new int[] { 999, 0, 0, 0 });
|
|
//
|
|
// NUP_Blue
|
|
//
|
|
NUP_Blue.Location = new System.Drawing.Point(164, 35);
|
|
NUP_Blue.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUP_Blue.Maximum = new decimal(new int[] { 999, 0, 0, 0 });
|
|
NUP_Blue.Name = "NUP_Blue";
|
|
NUP_Blue.Size = new System.Drawing.Size(57, 23);
|
|
NUP_Blue.TabIndex = 25;
|
|
NUP_Blue.Value = new decimal(new int[] { 999, 0, 0, 0 });
|
|
//
|
|
// NUP_Green
|
|
//
|
|
NUP_Green.Location = new System.Drawing.Point(164, 88);
|
|
NUP_Green.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUP_Green.Maximum = new decimal(new int[] { 999, 0, 0, 0 });
|
|
NUP_Green.Name = "NUP_Green";
|
|
NUP_Green.Size = new System.Drawing.Size(57, 23);
|
|
NUP_Green.TabIndex = 27;
|
|
NUP_Green.Value = new decimal(new int[] { 999, 0, 0, 0 });
|
|
//
|
|
// NUP_Pink
|
|
//
|
|
NUP_Pink.Location = new System.Drawing.Point(164, 61);
|
|
NUP_Pink.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUP_Pink.Maximum = new decimal(new int[] { 999, 0, 0, 0 });
|
|
NUP_Pink.Name = "NUP_Pink";
|
|
NUP_Pink.Size = new System.Drawing.Size(57, 23);
|
|
NUP_Pink.TabIndex = 26;
|
|
NUP_Pink.Value = new decimal(new int[] { 999, 0, 0, 0 });
|
|
//
|
|
// NUP_Rainbow
|
|
//
|
|
NUP_Rainbow.Location = new System.Drawing.Point(164, 141);
|
|
NUP_Rainbow.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUP_Rainbow.Maximum = new decimal(new int[] { 999, 0, 0, 0 });
|
|
NUP_Rainbow.Name = "NUP_Rainbow";
|
|
NUP_Rainbow.Size = new System.Drawing.Size(57, 23);
|
|
NUP_Rainbow.TabIndex = 29;
|
|
NUP_Rainbow.Value = new decimal(new int[] { 999, 0, 0, 0 });
|
|
//
|
|
// NUP_Yellow
|
|
//
|
|
NUP_Yellow.Location = new System.Drawing.Point(164, 114);
|
|
NUP_Yellow.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUP_Yellow.Maximum = new decimal(new int[] { 999, 0, 0, 0 });
|
|
NUP_Yellow.Name = "NUP_Yellow";
|
|
NUP_Yellow.Size = new System.Drawing.Size(57, 23);
|
|
NUP_Yellow.TabIndex = 28;
|
|
NUP_Yellow.Value = new decimal(new int[] { 999, 0, 0, 0 });
|
|
//
|
|
// L_Red
|
|
//
|
|
L_Red.Location = new System.Drawing.Point(-1, 8);
|
|
L_Red.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Red.Name = "L_Red";
|
|
L_Red.Size = new System.Drawing.Size(163, 23);
|
|
L_Red.TabIndex = 33;
|
|
L_Red.Text = "Red Pokeblocks:";
|
|
L_Red.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Blue
|
|
//
|
|
L_Blue.Location = new System.Drawing.Point(-1, 33);
|
|
L_Blue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Blue.Name = "L_Blue";
|
|
L_Blue.Size = new System.Drawing.Size(163, 23);
|
|
L_Blue.TabIndex = 34;
|
|
L_Blue.Text = "Blue Pokeblocks:";
|
|
L_Blue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Pink
|
|
//
|
|
L_Pink.Location = new System.Drawing.Point(-1, 60);
|
|
L_Pink.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Pink.Name = "L_Pink";
|
|
L_Pink.Size = new System.Drawing.Size(163, 23);
|
|
L_Pink.TabIndex = 35;
|
|
L_Pink.Text = "Pink Pokeblocks:";
|
|
L_Pink.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Green
|
|
//
|
|
L_Green.Location = new System.Drawing.Point(-1, 87);
|
|
L_Green.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Green.Name = "L_Green";
|
|
L_Green.Size = new System.Drawing.Size(163, 23);
|
|
L_Green.TabIndex = 36;
|
|
L_Green.Text = "Green Pokeblocks:";
|
|
L_Green.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Yellow
|
|
//
|
|
L_Yellow.Location = new System.Drawing.Point(-1, 113);
|
|
L_Yellow.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Yellow.Name = "L_Yellow";
|
|
L_Yellow.Size = new System.Drawing.Size(163, 23);
|
|
L_Yellow.TabIndex = 37;
|
|
L_Yellow.Text = "Yellow Pokeblocks:";
|
|
L_Yellow.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Rainbow
|
|
//
|
|
L_Rainbow.Location = new System.Drawing.Point(-1, 140);
|
|
L_Rainbow.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Rainbow.Name = "L_Rainbow";
|
|
L_Rainbow.Size = new System.Drawing.Size(163, 23);
|
|
L_Rainbow.TabIndex = 38;
|
|
L_Rainbow.Text = "Rainbow Pokeblocks:";
|
|
L_Rainbow.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_RainbowPlus
|
|
//
|
|
L_RainbowPlus.Location = new System.Drawing.Point(229, 140);
|
|
L_RainbowPlus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_RainbowPlus.Name = "L_RainbowPlus";
|
|
L_RainbowPlus.Size = new System.Drawing.Size(163, 23);
|
|
L_RainbowPlus.TabIndex = 50;
|
|
L_RainbowPlus.Text = "Rainbow Pokeblocks +:";
|
|
L_RainbowPlus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_YellowPlus
|
|
//
|
|
L_YellowPlus.Location = new System.Drawing.Point(229, 113);
|
|
L_YellowPlus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_YellowPlus.Name = "L_YellowPlus";
|
|
L_YellowPlus.Size = new System.Drawing.Size(163, 23);
|
|
L_YellowPlus.TabIndex = 49;
|
|
L_YellowPlus.Text = "Yellow Pokeblocks +:";
|
|
L_YellowPlus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_GreenPlus
|
|
//
|
|
L_GreenPlus.Location = new System.Drawing.Point(229, 87);
|
|
L_GreenPlus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_GreenPlus.Name = "L_GreenPlus";
|
|
L_GreenPlus.Size = new System.Drawing.Size(163, 23);
|
|
L_GreenPlus.TabIndex = 48;
|
|
L_GreenPlus.Text = "Green Pokeblocks +:";
|
|
L_GreenPlus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_PinkPlus
|
|
//
|
|
L_PinkPlus.Location = new System.Drawing.Point(229, 60);
|
|
L_PinkPlus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_PinkPlus.Name = "L_PinkPlus";
|
|
L_PinkPlus.Size = new System.Drawing.Size(163, 23);
|
|
L_PinkPlus.TabIndex = 47;
|
|
L_PinkPlus.Text = "Pink Pokeblocks +:";
|
|
L_PinkPlus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_BluePlus
|
|
//
|
|
L_BluePlus.Location = new System.Drawing.Point(229, 33);
|
|
L_BluePlus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_BluePlus.Name = "L_BluePlus";
|
|
L_BluePlus.Size = new System.Drawing.Size(163, 23);
|
|
L_BluePlus.TabIndex = 46;
|
|
L_BluePlus.Text = "Blue Pokeblocks +:";
|
|
L_BluePlus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_RedPlus
|
|
//
|
|
L_RedPlus.Location = new System.Drawing.Point(229, 8);
|
|
L_RedPlus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_RedPlus.Name = "L_RedPlus";
|
|
L_RedPlus.Size = new System.Drawing.Size(163, 23);
|
|
L_RedPlus.TabIndex = 45;
|
|
L_RedPlus.Text = "Red Pokeblocks +:";
|
|
L_RedPlus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUP_RainbowPlus
|
|
//
|
|
NUP_RainbowPlus.Location = new System.Drawing.Point(394, 141);
|
|
NUP_RainbowPlus.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUP_RainbowPlus.Maximum = new decimal(new int[] { 999, 0, 0, 0 });
|
|
NUP_RainbowPlus.Name = "NUP_RainbowPlus";
|
|
NUP_RainbowPlus.Size = new System.Drawing.Size(57, 23);
|
|
NUP_RainbowPlus.TabIndex = 44;
|
|
NUP_RainbowPlus.Value = new decimal(new int[] { 999, 0, 0, 0 });
|
|
//
|
|
// NUP_YellowPlus
|
|
//
|
|
NUP_YellowPlus.Location = new System.Drawing.Point(394, 114);
|
|
NUP_YellowPlus.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUP_YellowPlus.Maximum = new decimal(new int[] { 999, 0, 0, 0 });
|
|
NUP_YellowPlus.Name = "NUP_YellowPlus";
|
|
NUP_YellowPlus.Size = new System.Drawing.Size(57, 23);
|
|
NUP_YellowPlus.TabIndex = 43;
|
|
NUP_YellowPlus.Value = new decimal(new int[] { 999, 0, 0, 0 });
|
|
//
|
|
// NUP_GreenPlus
|
|
//
|
|
NUP_GreenPlus.Location = new System.Drawing.Point(394, 88);
|
|
NUP_GreenPlus.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUP_GreenPlus.Maximum = new decimal(new int[] { 999, 0, 0, 0 });
|
|
NUP_GreenPlus.Name = "NUP_GreenPlus";
|
|
NUP_GreenPlus.Size = new System.Drawing.Size(57, 23);
|
|
NUP_GreenPlus.TabIndex = 42;
|
|
NUP_GreenPlus.Value = new decimal(new int[] { 999, 0, 0, 0 });
|
|
//
|
|
// NUP_PinkPlus
|
|
//
|
|
NUP_PinkPlus.Location = new System.Drawing.Point(394, 61);
|
|
NUP_PinkPlus.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUP_PinkPlus.Maximum = new decimal(new int[] { 999, 0, 0, 0 });
|
|
NUP_PinkPlus.Name = "NUP_PinkPlus";
|
|
NUP_PinkPlus.Size = new System.Drawing.Size(57, 23);
|
|
NUP_PinkPlus.TabIndex = 41;
|
|
NUP_PinkPlus.Value = new decimal(new int[] { 999, 0, 0, 0 });
|
|
//
|
|
// NUP_BluePlus
|
|
//
|
|
NUP_BluePlus.Location = new System.Drawing.Point(394, 35);
|
|
NUP_BluePlus.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUP_BluePlus.Maximum = new decimal(new int[] { 999, 0, 0, 0 });
|
|
NUP_BluePlus.Name = "NUP_BluePlus";
|
|
NUP_BluePlus.Size = new System.Drawing.Size(57, 23);
|
|
NUP_BluePlus.TabIndex = 40;
|
|
NUP_BluePlus.Value = new decimal(new int[] { 999, 0, 0, 0 });
|
|
//
|
|
// NUP_RedPlus
|
|
//
|
|
NUP_RedPlus.Location = new System.Drawing.Point(394, 8);
|
|
NUP_RedPlus.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUP_RedPlus.Maximum = new decimal(new int[] { 999, 0, 0, 0 });
|
|
NUP_RedPlus.Name = "NUP_RedPlus";
|
|
NUP_RedPlus.Size = new System.Drawing.Size(57, 23);
|
|
NUP_RedPlus.TabIndex = 39;
|
|
NUP_RedPlus.Value = new decimal(new int[] { 999, 0, 0, 0 });
|
|
//
|
|
// B_RandomizeBerries
|
|
//
|
|
B_RandomizeBerries.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
|
|
B_RandomizeBerries.Location = new System.Drawing.Point(13, 173);
|
|
B_RandomizeBerries.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_RandomizeBerries.Name = "B_RandomizeBerries";
|
|
B_RandomizeBerries.Size = new System.Drawing.Size(133, 27);
|
|
B_RandomizeBerries.TabIndex = 51;
|
|
B_RandomizeBerries.Text = "Randomize Berries";
|
|
B_RandomizeBerries.UseVisualStyleBackColor = true;
|
|
B_RandomizeBerries.Click += B_RandomizeBerries_Click;
|
|
//
|
|
// B_GiveAllBlocks
|
|
//
|
|
B_GiveAllBlocks.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
|
|
B_GiveAllBlocks.Location = new System.Drawing.Point(153, 173);
|
|
B_GiveAllBlocks.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_GiveAllBlocks.Name = "B_GiveAllBlocks";
|
|
B_GiveAllBlocks.Size = new System.Drawing.Size(103, 27);
|
|
B_GiveAllBlocks.TabIndex = 52;
|
|
B_GiveAllBlocks.Text = "Give All Blocks";
|
|
B_GiveAllBlocks.UseVisualStyleBackColor = true;
|
|
B_GiveAllBlocks.Click += B_GiveAllBlocks_Click;
|
|
//
|
|
// SAV_PokeBlockORAS
|
|
//
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
|
ClientSize = new System.Drawing.Size(471, 209);
|
|
Controls.Add(B_GiveAllBlocks);
|
|
Controls.Add(B_RandomizeBerries);
|
|
Controls.Add(L_RainbowPlus);
|
|
Controls.Add(L_YellowPlus);
|
|
Controls.Add(L_GreenPlus);
|
|
Controls.Add(L_PinkPlus);
|
|
Controls.Add(L_BluePlus);
|
|
Controls.Add(L_RedPlus);
|
|
Controls.Add(NUP_RainbowPlus);
|
|
Controls.Add(NUP_YellowPlus);
|
|
Controls.Add(NUP_GreenPlus);
|
|
Controls.Add(NUP_PinkPlus);
|
|
Controls.Add(NUP_BluePlus);
|
|
Controls.Add(NUP_RedPlus);
|
|
Controls.Add(L_Rainbow);
|
|
Controls.Add(L_Yellow);
|
|
Controls.Add(L_Green);
|
|
Controls.Add(L_Pink);
|
|
Controls.Add(L_Blue);
|
|
Controls.Add(L_Red);
|
|
Controls.Add(NUP_Rainbow);
|
|
Controls.Add(NUP_Yellow);
|
|
Controls.Add(NUP_Green);
|
|
Controls.Add(NUP_Pink);
|
|
Controls.Add(NUP_Blue);
|
|
Controls.Add(NUP_Red);
|
|
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;
|
|
MaximumSize = new System.Drawing.Size(487, 248);
|
|
MinimizeBox = false;
|
|
MinimumSize = new System.Drawing.Size(487, 248);
|
|
Name = "SAV_PokeBlockORAS";
|
|
StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
Text = "Berry Field Editor";
|
|
((System.ComponentModel.ISupportInitialize)NUP_Red).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_Blue).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_Green).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_Pink).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_Rainbow).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_Yellow).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_RainbowPlus).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_YellowPlus).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_GreenPlus).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_PinkPlus).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_BluePlus).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUP_RedPlus).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button B_Cancel;
|
|
private System.Windows.Forms.Button B_Save;
|
|
private System.Windows.Forms.NumericUpDown NUP_Red;
|
|
private System.Windows.Forms.NumericUpDown NUP_Blue;
|
|
private System.Windows.Forms.NumericUpDown NUP_Green;
|
|
private System.Windows.Forms.NumericUpDown NUP_Pink;
|
|
private System.Windows.Forms.NumericUpDown NUP_Rainbow;
|
|
private System.Windows.Forms.NumericUpDown NUP_Yellow;
|
|
private System.Windows.Forms.Label L_Red;
|
|
private System.Windows.Forms.Label L_Blue;
|
|
private System.Windows.Forms.Label L_Pink;
|
|
private System.Windows.Forms.Label L_Green;
|
|
private System.Windows.Forms.Label L_Yellow;
|
|
private System.Windows.Forms.Label L_Rainbow;
|
|
private System.Windows.Forms.Label L_RainbowPlus;
|
|
private System.Windows.Forms.Label L_YellowPlus;
|
|
private System.Windows.Forms.Label L_GreenPlus;
|
|
private System.Windows.Forms.Label L_PinkPlus;
|
|
private System.Windows.Forms.Label L_BluePlus;
|
|
private System.Windows.Forms.Label L_RedPlus;
|
|
private System.Windows.Forms.NumericUpDown NUP_RainbowPlus;
|
|
private System.Windows.Forms.NumericUpDown NUP_YellowPlus;
|
|
private System.Windows.Forms.NumericUpDown NUP_GreenPlus;
|
|
private System.Windows.Forms.NumericUpDown NUP_PinkPlus;
|
|
private System.Windows.Forms.NumericUpDown NUP_BluePlus;
|
|
private System.Windows.Forms.NumericUpDown NUP_RedPlus;
|
|
private System.Windows.Forms.Button B_RandomizeBerries;
|
|
private System.Windows.Forms.Button B_GiveAllBlocks;
|
|
}
|
|
}
|