PKHeX/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.Designer.cs
Kurt 595c7eb4c5 Split winforms to separate project
resources still are associated with winforms, eh
program still runs fine and I've replicated the mono build options. lmk
if this breaks stuff
2017-01-07 23:54:09 -08:00

518 lines
23 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SAV_PokeBlockORAS));
this.B_Cancel = new System.Windows.Forms.Button();
this.B_Save = new System.Windows.Forms.Button();
this.NUP_Red = new System.Windows.Forms.NumericUpDown();
this.NUP_Blue = new System.Windows.Forms.NumericUpDown();
this.NUP_Green = new System.Windows.Forms.NumericUpDown();
this.NUP_Pink = new System.Windows.Forms.NumericUpDown();
this.NUP_Rainbow = new System.Windows.Forms.NumericUpDown();
this.NUP_Yellow = new System.Windows.Forms.NumericUpDown();
this.L_Red = new System.Windows.Forms.Label();
this.L_Blue = new System.Windows.Forms.Label();
this.L_Pink = new System.Windows.Forms.Label();
this.L_Green = new System.Windows.Forms.Label();
this.L_Yellow = new System.Windows.Forms.Label();
this.L_Rainbow = new System.Windows.Forms.Label();
this.L_RainbowPlus = new System.Windows.Forms.Label();
this.L_YellowPlus = new System.Windows.Forms.Label();
this.L_GreenPlus = new System.Windows.Forms.Label();
this.L_PinkPlus = new System.Windows.Forms.Label();
this.L_BluePlus = new System.Windows.Forms.Label();
this.L_RedPlus = new System.Windows.Forms.Label();
this.NUP_RainbowPlus = new System.Windows.Forms.NumericUpDown();
this.NUP_YellowPlus = new System.Windows.Forms.NumericUpDown();
this.NUP_GreenPlus = new System.Windows.Forms.NumericUpDown();
this.NUP_PinkPlus = new System.Windows.Forms.NumericUpDown();
this.NUP_BluePlus = new System.Windows.Forms.NumericUpDown();
this.NUP_RedPlus = new System.Windows.Forms.NumericUpDown();
this.B_RandomizeBerries = new System.Windows.Forms.Button();
this.B_GiveAllBlocks = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.NUP_Red)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_Blue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_Green)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_Pink)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_Rainbow)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_Yellow)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_RainbowPlus)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_YellowPlus)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_GreenPlus)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_PinkPlus)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_BluePlus)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_RedPlus)).BeginInit();
this.SuspendLayout();
//
// B_Cancel
//
this.B_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.B_Cancel.Location = new System.Drawing.Point(231, 150);
this.B_Cancel.Name = "B_Cancel";
this.B_Cancel.Size = new System.Drawing.Size(75, 23);
this.B_Cancel.TabIndex = 3;
this.B_Cancel.Text = "Cancel";
this.B_Cancel.UseVisualStyleBackColor = true;
this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click);
//
// B_Save
//
this.B_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.B_Save.Location = new System.Drawing.Point(312, 150);
this.B_Save.Name = "B_Save";
this.B_Save.Size = new System.Drawing.Size(75, 23);
this.B_Save.TabIndex = 4;
this.B_Save.Text = "Save";
this.B_Save.UseVisualStyleBackColor = true;
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
//
// NUP_Red
//
this.NUP_Red.Location = new System.Drawing.Point(141, 7);
this.NUP_Red.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.NUP_Red.Name = "NUP_Red";
this.NUP_Red.Size = new System.Drawing.Size(49, 20);
this.NUP_Red.TabIndex = 24;
this.NUP_Red.Value = new decimal(new int[] {
999,
0,
0,
0});
//
// NUP_Blue
//
this.NUP_Blue.Location = new System.Drawing.Point(141, 30);
this.NUP_Blue.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.NUP_Blue.Name = "NUP_Blue";
this.NUP_Blue.Size = new System.Drawing.Size(49, 20);
this.NUP_Blue.TabIndex = 25;
this.NUP_Blue.Value = new decimal(new int[] {
999,
0,
0,
0});
//
// NUP_Green
//
this.NUP_Green.Location = new System.Drawing.Point(141, 76);
this.NUP_Green.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.NUP_Green.Name = "NUP_Green";
this.NUP_Green.Size = new System.Drawing.Size(49, 20);
this.NUP_Green.TabIndex = 27;
this.NUP_Green.Value = new decimal(new int[] {
999,
0,
0,
0});
//
// NUP_Pink
//
this.NUP_Pink.Location = new System.Drawing.Point(141, 53);
this.NUP_Pink.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.NUP_Pink.Name = "NUP_Pink";
this.NUP_Pink.Size = new System.Drawing.Size(49, 20);
this.NUP_Pink.TabIndex = 26;
this.NUP_Pink.Value = new decimal(new int[] {
999,
0,
0,
0});
//
// NUP_Rainbow
//
this.NUP_Rainbow.Location = new System.Drawing.Point(141, 122);
this.NUP_Rainbow.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.NUP_Rainbow.Name = "NUP_Rainbow";
this.NUP_Rainbow.Size = new System.Drawing.Size(49, 20);
this.NUP_Rainbow.TabIndex = 29;
this.NUP_Rainbow.Value = new decimal(new int[] {
999,
0,
0,
0});
//
// NUP_Yellow
//
this.NUP_Yellow.Location = new System.Drawing.Point(141, 99);
this.NUP_Yellow.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.NUP_Yellow.Name = "NUP_Yellow";
this.NUP_Yellow.Size = new System.Drawing.Size(49, 20);
this.NUP_Yellow.TabIndex = 28;
this.NUP_Yellow.Value = new decimal(new int[] {
999,
0,
0,
0});
//
// L_Red
//
this.L_Red.Location = new System.Drawing.Point(-1, 7);
this.L_Red.Name = "L_Red";
this.L_Red.Size = new System.Drawing.Size(140, 20);
this.L_Red.TabIndex = 33;
this.L_Red.Text = "Red Pokeblocks:";
this.L_Red.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Blue
//
this.L_Blue.Location = new System.Drawing.Point(-1, 29);
this.L_Blue.Name = "L_Blue";
this.L_Blue.Size = new System.Drawing.Size(140, 20);
this.L_Blue.TabIndex = 34;
this.L_Blue.Text = "Blue Pokeblocks:";
this.L_Blue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Pink
//
this.L_Pink.Location = new System.Drawing.Point(-1, 52);
this.L_Pink.Name = "L_Pink";
this.L_Pink.Size = new System.Drawing.Size(140, 20);
this.L_Pink.TabIndex = 35;
this.L_Pink.Text = "Pink Pokeblocks:";
this.L_Pink.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Green
//
this.L_Green.Location = new System.Drawing.Point(-1, 75);
this.L_Green.Name = "L_Green";
this.L_Green.Size = new System.Drawing.Size(140, 20);
this.L_Green.TabIndex = 36;
this.L_Green.Text = "Green Pokeblocks:";
this.L_Green.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Yellow
//
this.L_Yellow.Location = new System.Drawing.Point(-1, 98);
this.L_Yellow.Name = "L_Yellow";
this.L_Yellow.Size = new System.Drawing.Size(140, 20);
this.L_Yellow.TabIndex = 37;
this.L_Yellow.Text = "Yellow Pokeblocks:";
this.L_Yellow.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Rainbow
//
this.L_Rainbow.Location = new System.Drawing.Point(-1, 121);
this.L_Rainbow.Name = "L_Rainbow";
this.L_Rainbow.Size = new System.Drawing.Size(140, 20);
this.L_Rainbow.TabIndex = 38;
this.L_Rainbow.Text = "Rainbow Pokeblocks:";
this.L_Rainbow.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_RainbowPlus
//
this.L_RainbowPlus.Location = new System.Drawing.Point(196, 121);
this.L_RainbowPlus.Name = "L_RainbowPlus";
this.L_RainbowPlus.Size = new System.Drawing.Size(140, 20);
this.L_RainbowPlus.TabIndex = 50;
this.L_RainbowPlus.Text = "Rainbow Pokeblocks +:";
this.L_RainbowPlus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_YellowPlus
//
this.L_YellowPlus.Location = new System.Drawing.Point(196, 98);
this.L_YellowPlus.Name = "L_YellowPlus";
this.L_YellowPlus.Size = new System.Drawing.Size(140, 20);
this.L_YellowPlus.TabIndex = 49;
this.L_YellowPlus.Text = "Yellow Pokeblocks +:";
this.L_YellowPlus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_GreenPlus
//
this.L_GreenPlus.Location = new System.Drawing.Point(196, 75);
this.L_GreenPlus.Name = "L_GreenPlus";
this.L_GreenPlus.Size = new System.Drawing.Size(140, 20);
this.L_GreenPlus.TabIndex = 48;
this.L_GreenPlus.Text = "Green Pokeblocks +:";
this.L_GreenPlus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_PinkPlus
//
this.L_PinkPlus.Location = new System.Drawing.Point(196, 52);
this.L_PinkPlus.Name = "L_PinkPlus";
this.L_PinkPlus.Size = new System.Drawing.Size(140, 20);
this.L_PinkPlus.TabIndex = 47;
this.L_PinkPlus.Text = "Pink Pokeblocks +:";
this.L_PinkPlus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_BluePlus
//
this.L_BluePlus.Location = new System.Drawing.Point(196, 29);
this.L_BluePlus.Name = "L_BluePlus";
this.L_BluePlus.Size = new System.Drawing.Size(140, 20);
this.L_BluePlus.TabIndex = 46;
this.L_BluePlus.Text = "Blue Pokeblocks +:";
this.L_BluePlus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_RedPlus
//
this.L_RedPlus.Location = new System.Drawing.Point(196, 7);
this.L_RedPlus.Name = "L_RedPlus";
this.L_RedPlus.Size = new System.Drawing.Size(140, 20);
this.L_RedPlus.TabIndex = 45;
this.L_RedPlus.Text = "Red Pokeblocks +:";
this.L_RedPlus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUP_RainbowPlus
//
this.NUP_RainbowPlus.Location = new System.Drawing.Point(338, 122);
this.NUP_RainbowPlus.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.NUP_RainbowPlus.Name = "NUP_RainbowPlus";
this.NUP_RainbowPlus.Size = new System.Drawing.Size(49, 20);
this.NUP_RainbowPlus.TabIndex = 44;
this.NUP_RainbowPlus.Value = new decimal(new int[] {
999,
0,
0,
0});
//
// NUP_YellowPlus
//
this.NUP_YellowPlus.Location = new System.Drawing.Point(338, 99);
this.NUP_YellowPlus.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.NUP_YellowPlus.Name = "NUP_YellowPlus";
this.NUP_YellowPlus.Size = new System.Drawing.Size(49, 20);
this.NUP_YellowPlus.TabIndex = 43;
this.NUP_YellowPlus.Value = new decimal(new int[] {
999,
0,
0,
0});
//
// NUP_GreenPlus
//
this.NUP_GreenPlus.Location = new System.Drawing.Point(338, 76);
this.NUP_GreenPlus.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.NUP_GreenPlus.Name = "NUP_GreenPlus";
this.NUP_GreenPlus.Size = new System.Drawing.Size(49, 20);
this.NUP_GreenPlus.TabIndex = 42;
this.NUP_GreenPlus.Value = new decimal(new int[] {
999,
0,
0,
0});
//
// NUP_PinkPlus
//
this.NUP_PinkPlus.Location = new System.Drawing.Point(338, 53);
this.NUP_PinkPlus.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.NUP_PinkPlus.Name = "NUP_PinkPlus";
this.NUP_PinkPlus.Size = new System.Drawing.Size(49, 20);
this.NUP_PinkPlus.TabIndex = 41;
this.NUP_PinkPlus.Value = new decimal(new int[] {
999,
0,
0,
0});
//
// NUP_BluePlus
//
this.NUP_BluePlus.Location = new System.Drawing.Point(338, 30);
this.NUP_BluePlus.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.NUP_BluePlus.Name = "NUP_BluePlus";
this.NUP_BluePlus.Size = new System.Drawing.Size(49, 20);
this.NUP_BluePlus.TabIndex = 40;
this.NUP_BluePlus.Value = new decimal(new int[] {
999,
0,
0,
0});
//
// NUP_RedPlus
//
this.NUP_RedPlus.Location = new System.Drawing.Point(338, 7);
this.NUP_RedPlus.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.NUP_RedPlus.Name = "NUP_RedPlus";
this.NUP_RedPlus.Size = new System.Drawing.Size(49, 20);
this.NUP_RedPlus.TabIndex = 39;
this.NUP_RedPlus.Value = new decimal(new int[] {
999,
0,
0,
0});
//
// B_RandomizeBerries
//
this.B_RandomizeBerries.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.B_RandomizeBerries.Location = new System.Drawing.Point(11, 150);
this.B_RandomizeBerries.Name = "B_RandomizeBerries";
this.B_RandomizeBerries.Size = new System.Drawing.Size(114, 23);
this.B_RandomizeBerries.TabIndex = 51;
this.B_RandomizeBerries.Text = "Randomize Berries";
this.B_RandomizeBerries.UseVisualStyleBackColor = true;
this.B_RandomizeBerries.Click += new System.EventHandler(this.B_RandomizeBerries_Click);
//
// B_GiveAllBlocks
//
this.B_GiveAllBlocks.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.B_GiveAllBlocks.Location = new System.Drawing.Point(131, 150);
this.B_GiveAllBlocks.Name = "B_GiveAllBlocks";
this.B_GiveAllBlocks.Size = new System.Drawing.Size(88, 23);
this.B_GiveAllBlocks.TabIndex = 52;
this.B_GiveAllBlocks.Text = "Give All Blocks";
this.B_GiveAllBlocks.UseVisualStyleBackColor = true;
this.B_GiveAllBlocks.Click += new System.EventHandler(this.B_GiveAllBlocks_Click);
//
// SAV_BerryFieldORAS
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(404, 181);
this.Controls.Add(this.B_GiveAllBlocks);
this.Controls.Add(this.B_RandomizeBerries);
this.Controls.Add(this.L_RainbowPlus);
this.Controls.Add(this.L_YellowPlus);
this.Controls.Add(this.L_GreenPlus);
this.Controls.Add(this.L_PinkPlus);
this.Controls.Add(this.L_BluePlus);
this.Controls.Add(this.L_RedPlus);
this.Controls.Add(this.NUP_RainbowPlus);
this.Controls.Add(this.NUP_YellowPlus);
this.Controls.Add(this.NUP_GreenPlus);
this.Controls.Add(this.NUP_PinkPlus);
this.Controls.Add(this.NUP_BluePlus);
this.Controls.Add(this.NUP_RedPlus);
this.Controls.Add(this.L_Rainbow);
this.Controls.Add(this.L_Yellow);
this.Controls.Add(this.L_Green);
this.Controls.Add(this.L_Pink);
this.Controls.Add(this.L_Blue);
this.Controls.Add(this.L_Red);
this.Controls.Add(this.NUP_Rainbow);
this.Controls.Add(this.NUP_Yellow);
this.Controls.Add(this.NUP_Green);
this.Controls.Add(this.NUP_Pink);
this.Controls.Add(this.NUP_Blue);
this.Controls.Add(this.NUP_Red);
this.Controls.Add(this.B_Save);
this.Controls.Add(this.B_Cancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(420, 220);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(420, 220);
this.Name = "SAV_PokeBlockORAS";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Berry Field Editor";
((System.ComponentModel.ISupportInitialize)(this.NUP_Red)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_Blue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_Green)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_Pink)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_Rainbow)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_Yellow)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_RainbowPlus)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_YellowPlus)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_GreenPlus)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_PinkPlus)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_BluePlus)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUP_RedPlus)).EndInit();
this.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;
}
}