mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-26 02:29:59 -05:00
Interlink the GUI for ticks+calendar so that modifying one updates the other if applicable. add randomize (very simplistic, just pick a random lv3 power) add all-shiny (sparkling, alpha/big/little, catching)
769 lines
40 KiB
C#
769 lines
40 KiB
C#
namespace PKHeX.WinForms
|
|
{
|
|
partial class DonutEditor9a
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
CB_Berry8 = new System.Windows.Forms.ComboBox();
|
|
CB_Berry7 = new System.Windows.Forms.ComboBox();
|
|
CB_Berry6 = new System.Windows.Forms.ComboBox();
|
|
CB_Berry5 = new System.Windows.Forms.ComboBox();
|
|
CB_Berry4 = new System.Windows.Forms.ComboBox();
|
|
CB_Berry3 = new System.Windows.Forms.ComboBox();
|
|
CB_Berry2 = new System.Windows.Forms.ComboBox();
|
|
CB_Berry1 = new System.Windows.Forms.ComboBox();
|
|
CB_Berry0 = new System.Windows.Forms.ComboBox();
|
|
L_Berry0 = new System.Windows.Forms.Label();
|
|
PB_Berry0 = new System.Windows.Forms.PictureBox();
|
|
L_Berry1 = new System.Windows.Forms.Label();
|
|
PB_Berry1 = new System.Windows.Forms.PictureBox();
|
|
L_Berry2 = new System.Windows.Forms.Label();
|
|
PB_Berry2 = new System.Windows.Forms.PictureBox();
|
|
L_Berry3 = new System.Windows.Forms.Label();
|
|
PB_Berry3 = new System.Windows.Forms.PictureBox();
|
|
L_Berry4 = new System.Windows.Forms.Label();
|
|
PB_Berry4 = new System.Windows.Forms.PictureBox();
|
|
L_Berry5 = new System.Windows.Forms.Label();
|
|
PB_Berry5 = new System.Windows.Forms.PictureBox();
|
|
L_Berry6 = new System.Windows.Forms.Label();
|
|
PB_Berry6 = new System.Windows.Forms.PictureBox();
|
|
L_Berry7 = new System.Windows.Forms.Label();
|
|
PB_Berry7 = new System.Windows.Forms.PictureBox();
|
|
L_Berry8 = new System.Windows.Forms.Label();
|
|
PB_Berry8 = new System.Windows.Forms.PictureBox();
|
|
PB_Donut = new System.Windows.Forms.PictureBox();
|
|
flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
TB_Milliseconds = new System.Windows.Forms.TextBox();
|
|
NUD_Stars = new System.Windows.Forms.NumericUpDown();
|
|
L_Donut = new System.Windows.Forms.Label();
|
|
NUD_LevelBoost = new System.Windows.Forms.NumericUpDown();
|
|
L_LevelBoost = new System.Windows.Forms.Label();
|
|
L_Calories = new System.Windows.Forms.Label();
|
|
L_Stars = new System.Windows.Forms.Label();
|
|
L_Flavor2 = new System.Windows.Forms.Label();
|
|
L_Flavor1 = new System.Windows.Forms.Label();
|
|
L_Flavor0 = new System.Windows.Forms.Label();
|
|
CB_Flavor0 = new System.Windows.Forms.ComboBox();
|
|
CB_Flavor1 = new System.Windows.Forms.ComboBox();
|
|
CB_Flavor2 = new System.Windows.Forms.ComboBox();
|
|
NUD_Calories = new System.Windows.Forms.NumericUpDown();
|
|
CB_Donut = new System.Windows.Forms.ComboBox();
|
|
CAL_Date = new System.Windows.Forms.DateTimePicker();
|
|
L_Milliseconds = new System.Windows.Forms.Label();
|
|
tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry0).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry1).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry2).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry3).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry4).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry5).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry6).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry7).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry8).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Donut).BeginInit();
|
|
flowLayoutPanel1.SuspendLayout();
|
|
tableLayoutPanel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Stars).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_LevelBoost).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Calories).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
tableLayoutPanel1.AutoSize = true;
|
|
tableLayoutPanel1.ColumnCount = 3;
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
tableLayoutPanel1.Controls.Add(CB_Berry8, 2, 8);
|
|
tableLayoutPanel1.Controls.Add(CB_Berry7, 2, 7);
|
|
tableLayoutPanel1.Controls.Add(CB_Berry6, 2, 6);
|
|
tableLayoutPanel1.Controls.Add(CB_Berry5, 2, 5);
|
|
tableLayoutPanel1.Controls.Add(CB_Berry4, 2, 4);
|
|
tableLayoutPanel1.Controls.Add(CB_Berry3, 2, 3);
|
|
tableLayoutPanel1.Controls.Add(CB_Berry2, 2, 2);
|
|
tableLayoutPanel1.Controls.Add(CB_Berry1, 2, 1);
|
|
tableLayoutPanel1.Controls.Add(CB_Berry0, 2, 0);
|
|
tableLayoutPanel1.Controls.Add(L_Berry0, 0, 0);
|
|
tableLayoutPanel1.Controls.Add(PB_Berry0, 1, 0);
|
|
tableLayoutPanel1.Controls.Add(L_Berry1, 0, 1);
|
|
tableLayoutPanel1.Controls.Add(PB_Berry1, 1, 1);
|
|
tableLayoutPanel1.Controls.Add(L_Berry2, 0, 2);
|
|
tableLayoutPanel1.Controls.Add(PB_Berry2, 1, 2);
|
|
tableLayoutPanel1.Controls.Add(L_Berry3, 0, 3);
|
|
tableLayoutPanel1.Controls.Add(PB_Berry3, 1, 3);
|
|
tableLayoutPanel1.Controls.Add(L_Berry4, 0, 4);
|
|
tableLayoutPanel1.Controls.Add(PB_Berry4, 1, 4);
|
|
tableLayoutPanel1.Controls.Add(L_Berry5, 0, 5);
|
|
tableLayoutPanel1.Controls.Add(PB_Berry5, 1, 5);
|
|
tableLayoutPanel1.Controls.Add(L_Berry6, 0, 6);
|
|
tableLayoutPanel1.Controls.Add(PB_Berry6, 1, 6);
|
|
tableLayoutPanel1.Controls.Add(L_Berry7, 0, 7);
|
|
tableLayoutPanel1.Controls.Add(PB_Berry7, 1, 7);
|
|
tableLayoutPanel1.Controls.Add(L_Berry8, 0, 8);
|
|
tableLayoutPanel1.Controls.Add(PB_Berry8, 1, 8);
|
|
tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(2);
|
|
tableLayoutPanel1.RowCount = 9;
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel1.Size = new System.Drawing.Size(296, 220);
|
|
tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// CB_Berry8
|
|
//
|
|
CB_Berry8.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
CB_Berry8.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Berry8.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Berry8.FormattingEnabled = true;
|
|
CB_Berry8.Location = new System.Drawing.Point(130, 194);
|
|
CB_Berry8.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
CB_Berry8.Name = "CB_Berry8";
|
|
CB_Berry8.Size = new System.Drawing.Size(164, 23);
|
|
CB_Berry8.TabIndex = 17;
|
|
//
|
|
// CB_Berry7
|
|
//
|
|
CB_Berry7.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
CB_Berry7.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Berry7.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Berry7.FormattingEnabled = true;
|
|
CB_Berry7.Location = new System.Drawing.Point(130, 170);
|
|
CB_Berry7.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
CB_Berry7.Name = "CB_Berry7";
|
|
CB_Berry7.Size = new System.Drawing.Size(164, 23);
|
|
CB_Berry7.TabIndex = 16;
|
|
//
|
|
// CB_Berry6
|
|
//
|
|
CB_Berry6.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
CB_Berry6.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Berry6.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Berry6.FormattingEnabled = true;
|
|
CB_Berry6.Location = new System.Drawing.Point(130, 146);
|
|
CB_Berry6.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
CB_Berry6.Name = "CB_Berry6";
|
|
CB_Berry6.Size = new System.Drawing.Size(164, 23);
|
|
CB_Berry6.TabIndex = 15;
|
|
//
|
|
// CB_Berry5
|
|
//
|
|
CB_Berry5.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
CB_Berry5.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Berry5.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Berry5.FormattingEnabled = true;
|
|
CB_Berry5.Location = new System.Drawing.Point(130, 122);
|
|
CB_Berry5.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
CB_Berry5.Name = "CB_Berry5";
|
|
CB_Berry5.Size = new System.Drawing.Size(164, 23);
|
|
CB_Berry5.TabIndex = 14;
|
|
//
|
|
// CB_Berry4
|
|
//
|
|
CB_Berry4.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
CB_Berry4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Berry4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Berry4.FormattingEnabled = true;
|
|
CB_Berry4.Location = new System.Drawing.Point(130, 98);
|
|
CB_Berry4.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
CB_Berry4.Name = "CB_Berry4";
|
|
CB_Berry4.Size = new System.Drawing.Size(164, 23);
|
|
CB_Berry4.TabIndex = 13;
|
|
//
|
|
// CB_Berry3
|
|
//
|
|
CB_Berry3.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
CB_Berry3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Berry3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Berry3.FormattingEnabled = true;
|
|
CB_Berry3.Location = new System.Drawing.Point(130, 74);
|
|
CB_Berry3.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
CB_Berry3.Name = "CB_Berry3";
|
|
CB_Berry3.Size = new System.Drawing.Size(164, 23);
|
|
CB_Berry3.TabIndex = 12;
|
|
//
|
|
// CB_Berry2
|
|
//
|
|
CB_Berry2.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
CB_Berry2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Berry2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Berry2.FormattingEnabled = true;
|
|
CB_Berry2.Location = new System.Drawing.Point(130, 50);
|
|
CB_Berry2.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
CB_Berry2.Name = "CB_Berry2";
|
|
CB_Berry2.Size = new System.Drawing.Size(164, 23);
|
|
CB_Berry2.TabIndex = 11;
|
|
//
|
|
// CB_Berry1
|
|
//
|
|
CB_Berry1.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
CB_Berry1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Berry1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Berry1.FormattingEnabled = true;
|
|
CB_Berry1.Location = new System.Drawing.Point(130, 26);
|
|
CB_Berry1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
CB_Berry1.Name = "CB_Berry1";
|
|
CB_Berry1.Size = new System.Drawing.Size(164, 23);
|
|
CB_Berry1.TabIndex = 10;
|
|
//
|
|
// CB_Berry0
|
|
//
|
|
CB_Berry0.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
CB_Berry0.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Berry0.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Berry0.FormattingEnabled = true;
|
|
CB_Berry0.Location = new System.Drawing.Point(130, 2);
|
|
CB_Berry0.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
CB_Berry0.Name = "CB_Berry0";
|
|
CB_Berry0.Size = new System.Drawing.Size(164, 23);
|
|
CB_Berry0.TabIndex = 9;
|
|
//
|
|
// L_Berry0
|
|
//
|
|
L_Berry0.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_Berry0.Location = new System.Drawing.Point(2, 2);
|
|
L_Berry0.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Berry0.Name = "L_Berry0";
|
|
L_Berry0.Size = new System.Drawing.Size(104, 24);
|
|
L_Berry0.TabIndex = 0;
|
|
L_Berry0.Text = "Berry (Name)";
|
|
L_Berry0.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// PB_Berry0
|
|
//
|
|
PB_Berry0.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
|
PB_Berry0.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
PB_Berry0.Location = new System.Drawing.Point(106, 2);
|
|
PB_Berry0.Margin = new System.Windows.Forms.Padding(0);
|
|
PB_Berry0.Name = "PB_Berry0";
|
|
PB_Berry0.Size = new System.Drawing.Size(24, 24);
|
|
PB_Berry0.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
PB_Berry0.TabIndex = 18;
|
|
PB_Berry0.TabStop = false;
|
|
//
|
|
// L_Berry1
|
|
//
|
|
L_Berry1.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_Berry1.Location = new System.Drawing.Point(2, 26);
|
|
L_Berry1.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Berry1.Name = "L_Berry1";
|
|
L_Berry1.Size = new System.Drawing.Size(104, 24);
|
|
L_Berry1.TabIndex = 1;
|
|
L_Berry1.Text = "Berry 1";
|
|
L_Berry1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// PB_Berry1
|
|
//
|
|
PB_Berry1.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
|
PB_Berry1.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
PB_Berry1.Location = new System.Drawing.Point(106, 26);
|
|
PB_Berry1.Margin = new System.Windows.Forms.Padding(0);
|
|
PB_Berry1.Name = "PB_Berry1";
|
|
PB_Berry1.Size = new System.Drawing.Size(24, 24);
|
|
PB_Berry1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
PB_Berry1.TabIndex = 19;
|
|
PB_Berry1.TabStop = false;
|
|
//
|
|
// L_Berry2
|
|
//
|
|
L_Berry2.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_Berry2.Location = new System.Drawing.Point(2, 50);
|
|
L_Berry2.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Berry2.Name = "L_Berry2";
|
|
L_Berry2.Size = new System.Drawing.Size(104, 24);
|
|
L_Berry2.TabIndex = 2;
|
|
L_Berry2.Text = "Berry 2";
|
|
L_Berry2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// PB_Berry2
|
|
//
|
|
PB_Berry2.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
|
PB_Berry2.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
PB_Berry2.Location = new System.Drawing.Point(106, 50);
|
|
PB_Berry2.Margin = new System.Windows.Forms.Padding(0);
|
|
PB_Berry2.Name = "PB_Berry2";
|
|
PB_Berry2.Size = new System.Drawing.Size(24, 24);
|
|
PB_Berry2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
PB_Berry2.TabIndex = 20;
|
|
PB_Berry2.TabStop = false;
|
|
//
|
|
// L_Berry3
|
|
//
|
|
L_Berry3.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_Berry3.Location = new System.Drawing.Point(2, 74);
|
|
L_Berry3.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Berry3.Name = "L_Berry3";
|
|
L_Berry3.Size = new System.Drawing.Size(104, 24);
|
|
L_Berry3.TabIndex = 3;
|
|
L_Berry3.Text = "Berry 3";
|
|
L_Berry3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// PB_Berry3
|
|
//
|
|
PB_Berry3.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
|
PB_Berry3.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
PB_Berry3.Location = new System.Drawing.Point(106, 74);
|
|
PB_Berry3.Margin = new System.Windows.Forms.Padding(0);
|
|
PB_Berry3.Name = "PB_Berry3";
|
|
PB_Berry3.Size = new System.Drawing.Size(24, 24);
|
|
PB_Berry3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
PB_Berry3.TabIndex = 21;
|
|
PB_Berry3.TabStop = false;
|
|
//
|
|
// L_Berry4
|
|
//
|
|
L_Berry4.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_Berry4.Location = new System.Drawing.Point(2, 98);
|
|
L_Berry4.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Berry4.Name = "L_Berry4";
|
|
L_Berry4.Size = new System.Drawing.Size(104, 24);
|
|
L_Berry4.TabIndex = 4;
|
|
L_Berry4.Text = "Berry 4";
|
|
L_Berry4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// PB_Berry4
|
|
//
|
|
PB_Berry4.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
|
PB_Berry4.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
PB_Berry4.Location = new System.Drawing.Point(106, 98);
|
|
PB_Berry4.Margin = new System.Windows.Forms.Padding(0);
|
|
PB_Berry4.Name = "PB_Berry4";
|
|
PB_Berry4.Size = new System.Drawing.Size(24, 24);
|
|
PB_Berry4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
PB_Berry4.TabIndex = 22;
|
|
PB_Berry4.TabStop = false;
|
|
//
|
|
// L_Berry5
|
|
//
|
|
L_Berry5.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_Berry5.Location = new System.Drawing.Point(2, 122);
|
|
L_Berry5.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Berry5.Name = "L_Berry5";
|
|
L_Berry5.Size = new System.Drawing.Size(104, 24);
|
|
L_Berry5.TabIndex = 5;
|
|
L_Berry5.Text = "Berry 5";
|
|
L_Berry5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// PB_Berry5
|
|
//
|
|
PB_Berry5.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
|
PB_Berry5.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
PB_Berry5.Location = new System.Drawing.Point(106, 122);
|
|
PB_Berry5.Margin = new System.Windows.Forms.Padding(0);
|
|
PB_Berry5.Name = "PB_Berry5";
|
|
PB_Berry5.Size = new System.Drawing.Size(24, 24);
|
|
PB_Berry5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
PB_Berry5.TabIndex = 23;
|
|
PB_Berry5.TabStop = false;
|
|
//
|
|
// L_Berry6
|
|
//
|
|
L_Berry6.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_Berry6.Location = new System.Drawing.Point(2, 146);
|
|
L_Berry6.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Berry6.Name = "L_Berry6";
|
|
L_Berry6.Size = new System.Drawing.Size(104, 24);
|
|
L_Berry6.TabIndex = 6;
|
|
L_Berry6.Text = "Berry 6";
|
|
L_Berry6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// PB_Berry6
|
|
//
|
|
PB_Berry6.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
|
PB_Berry6.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
PB_Berry6.Location = new System.Drawing.Point(106, 146);
|
|
PB_Berry6.Margin = new System.Windows.Forms.Padding(0);
|
|
PB_Berry6.Name = "PB_Berry6";
|
|
PB_Berry6.Size = new System.Drawing.Size(24, 24);
|
|
PB_Berry6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
PB_Berry6.TabIndex = 24;
|
|
PB_Berry6.TabStop = false;
|
|
//
|
|
// L_Berry7
|
|
//
|
|
L_Berry7.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_Berry7.Location = new System.Drawing.Point(2, 170);
|
|
L_Berry7.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Berry7.Name = "L_Berry7";
|
|
L_Berry7.Size = new System.Drawing.Size(104, 24);
|
|
L_Berry7.TabIndex = 7;
|
|
L_Berry7.Text = "Berry 7";
|
|
L_Berry7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// PB_Berry7
|
|
//
|
|
PB_Berry7.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
|
PB_Berry7.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
PB_Berry7.Location = new System.Drawing.Point(106, 170);
|
|
PB_Berry7.Margin = new System.Windows.Forms.Padding(0);
|
|
PB_Berry7.Name = "PB_Berry7";
|
|
PB_Berry7.Size = new System.Drawing.Size(24, 24);
|
|
PB_Berry7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
PB_Berry7.TabIndex = 25;
|
|
PB_Berry7.TabStop = false;
|
|
//
|
|
// L_Berry8
|
|
//
|
|
L_Berry8.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_Berry8.Location = new System.Drawing.Point(2, 194);
|
|
L_Berry8.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Berry8.Name = "L_Berry8";
|
|
L_Berry8.Size = new System.Drawing.Size(104, 24);
|
|
L_Berry8.TabIndex = 8;
|
|
L_Berry8.Text = "Berry 8";
|
|
L_Berry8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// PB_Berry8
|
|
//
|
|
PB_Berry8.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
|
PB_Berry8.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
PB_Berry8.Location = new System.Drawing.Point(106, 194);
|
|
PB_Berry8.Margin = new System.Windows.Forms.Padding(0);
|
|
PB_Berry8.Name = "PB_Berry8";
|
|
PB_Berry8.Size = new System.Drawing.Size(24, 24);
|
|
PB_Berry8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
PB_Berry8.TabIndex = 26;
|
|
PB_Berry8.TabStop = false;
|
|
//
|
|
// PB_Donut
|
|
//
|
|
PB_Donut.Location = new System.Drawing.Point(466, 0);
|
|
PB_Donut.Name = "PB_Donut";
|
|
PB_Donut.Size = new System.Drawing.Size(80, 80);
|
|
PB_Donut.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
PB_Donut.TabIndex = 62;
|
|
PB_Donut.TabStop = false;
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
flowLayoutPanel1.AutoSize = true;
|
|
flowLayoutPanel1.Controls.Add(tableLayoutPanel1);
|
|
flowLayoutPanel1.Controls.Add(tableLayoutPanel2);
|
|
flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
flowLayoutPanel1.Size = new System.Drawing.Size(644, 220);
|
|
flowLayoutPanel1.TabIndex = 63;
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
tableLayoutPanel2.AutoSize = true;
|
|
tableLayoutPanel2.ColumnCount = 2;
|
|
tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
tableLayoutPanel2.Controls.Add(TB_Milliseconds, 1, 8);
|
|
tableLayoutPanel2.Controls.Add(NUD_Stars, 1, 0);
|
|
tableLayoutPanel2.Controls.Add(L_Donut, 0, 3);
|
|
tableLayoutPanel2.Controls.Add(NUD_LevelBoost, 1, 2);
|
|
tableLayoutPanel2.Controls.Add(L_LevelBoost, 0, 2);
|
|
tableLayoutPanel2.Controls.Add(L_Calories, 0, 1);
|
|
tableLayoutPanel2.Controls.Add(L_Stars, 0, 0);
|
|
tableLayoutPanel2.Controls.Add(L_Flavor2, 0, 6);
|
|
tableLayoutPanel2.Controls.Add(L_Flavor1, 0, 5);
|
|
tableLayoutPanel2.Controls.Add(L_Flavor0, 0, 4);
|
|
tableLayoutPanel2.Controls.Add(CB_Flavor0, 1, 4);
|
|
tableLayoutPanel2.Controls.Add(CB_Flavor1, 1, 5);
|
|
tableLayoutPanel2.Controls.Add(CB_Flavor2, 1, 6);
|
|
tableLayoutPanel2.Controls.Add(NUD_Calories, 1, 1);
|
|
tableLayoutPanel2.Controls.Add(CB_Donut, 1, 3);
|
|
tableLayoutPanel2.Controls.Add(CAL_Date, 1, 7);
|
|
tableLayoutPanel2.Controls.Add(L_Milliseconds, 0, 8);
|
|
tableLayoutPanel2.Location = new System.Drawing.Point(296, 0);
|
|
tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
|
tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
tableLayoutPanel2.Padding = new System.Windows.Forms.Padding(2);
|
|
tableLayoutPanel2.RowCount = 9;
|
|
tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel2.Size = new System.Drawing.Size(348, 220);
|
|
tableLayoutPanel2.TabIndex = 2;
|
|
//
|
|
// TB_Milliseconds
|
|
//
|
|
TB_Milliseconds.Location = new System.Drawing.Point(106, 194);
|
|
TB_Milliseconds.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
TB_Milliseconds.Name = "TB_Milliseconds";
|
|
TB_Milliseconds.Size = new System.Drawing.Size(163, 23);
|
|
TB_Milliseconds.TabIndex = 60;
|
|
//
|
|
// NUD_Stars
|
|
//
|
|
NUD_Stars.Location = new System.Drawing.Point(106, 2);
|
|
NUD_Stars.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
NUD_Stars.Maximum = new decimal(new int[] { 6, 0, 0, 0 });
|
|
NUD_Stars.Name = "NUD_Stars";
|
|
NUD_Stars.Size = new System.Drawing.Size(61, 23);
|
|
NUD_Stars.TabIndex = 24;
|
|
//
|
|
// L_Donut
|
|
//
|
|
L_Donut.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_Donut.Location = new System.Drawing.Point(2, 74);
|
|
L_Donut.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Donut.Name = "L_Donut";
|
|
L_Donut.Size = new System.Drawing.Size(104, 24);
|
|
L_Donut.TabIndex = 23;
|
|
L_Donut.Text = "Donut:";
|
|
L_Donut.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_LevelBoost
|
|
//
|
|
NUD_LevelBoost.Location = new System.Drawing.Point(106, 50);
|
|
NUD_LevelBoost.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
NUD_LevelBoost.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
|
|
NUD_LevelBoost.Name = "NUD_LevelBoost";
|
|
NUD_LevelBoost.Size = new System.Drawing.Size(61, 23);
|
|
NUD_LevelBoost.TabIndex = 21;
|
|
//
|
|
// L_LevelBoost
|
|
//
|
|
L_LevelBoost.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_LevelBoost.Location = new System.Drawing.Point(2, 50);
|
|
L_LevelBoost.Margin = new System.Windows.Forms.Padding(0);
|
|
L_LevelBoost.Name = "L_LevelBoost";
|
|
L_LevelBoost.Size = new System.Drawing.Size(104, 24);
|
|
L_LevelBoost.TabIndex = 20;
|
|
L_LevelBoost.Text = "Level Boost:";
|
|
L_LevelBoost.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Calories
|
|
//
|
|
L_Calories.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_Calories.Location = new System.Drawing.Point(2, 26);
|
|
L_Calories.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Calories.Name = "L_Calories";
|
|
L_Calories.Size = new System.Drawing.Size(104, 24);
|
|
L_Calories.TabIndex = 19;
|
|
L_Calories.Text = "Calories:";
|
|
L_Calories.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Stars
|
|
//
|
|
L_Stars.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_Stars.Location = new System.Drawing.Point(2, 2);
|
|
L_Stars.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Stars.Name = "L_Stars";
|
|
L_Stars.Size = new System.Drawing.Size(104, 24);
|
|
L_Stars.TabIndex = 17;
|
|
L_Stars.Text = "Stars:";
|
|
L_Stars.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Flavor2
|
|
//
|
|
L_Flavor2.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_Flavor2.Location = new System.Drawing.Point(2, 146);
|
|
L_Flavor2.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Flavor2.Name = "L_Flavor2";
|
|
L_Flavor2.Size = new System.Drawing.Size(104, 24);
|
|
L_Flavor2.TabIndex = 15;
|
|
L_Flavor2.Text = "Flavor 3:";
|
|
L_Flavor2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Flavor1
|
|
//
|
|
L_Flavor1.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_Flavor1.Location = new System.Drawing.Point(2, 122);
|
|
L_Flavor1.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Flavor1.Name = "L_Flavor1";
|
|
L_Flavor1.Size = new System.Drawing.Size(104, 24);
|
|
L_Flavor1.TabIndex = 14;
|
|
L_Flavor1.Text = "Flavor 2:";
|
|
L_Flavor1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Flavor0
|
|
//
|
|
L_Flavor0.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_Flavor0.Location = new System.Drawing.Point(2, 98);
|
|
L_Flavor0.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Flavor0.Name = "L_Flavor0";
|
|
L_Flavor0.Size = new System.Drawing.Size(104, 24);
|
|
L_Flavor0.TabIndex = 13;
|
|
L_Flavor0.Text = "Flavor 1:";
|
|
L_Flavor0.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Flavor0
|
|
//
|
|
CB_Flavor0.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Flavor0.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Flavor0.FormattingEnabled = true;
|
|
CB_Flavor0.Location = new System.Drawing.Point(106, 98);
|
|
CB_Flavor0.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
CB_Flavor0.Name = "CB_Flavor0";
|
|
CB_Flavor0.Size = new System.Drawing.Size(240, 23);
|
|
CB_Flavor0.TabIndex = 10;
|
|
//
|
|
// CB_Flavor1
|
|
//
|
|
CB_Flavor1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Flavor1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Flavor1.FormattingEnabled = true;
|
|
CB_Flavor1.Location = new System.Drawing.Point(106, 122);
|
|
CB_Flavor1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
CB_Flavor1.Name = "CB_Flavor1";
|
|
CB_Flavor1.Size = new System.Drawing.Size(240, 23);
|
|
CB_Flavor1.TabIndex = 11;
|
|
//
|
|
// CB_Flavor2
|
|
//
|
|
CB_Flavor2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Flavor2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Flavor2.FormattingEnabled = true;
|
|
CB_Flavor2.Location = new System.Drawing.Point(106, 146);
|
|
CB_Flavor2.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
CB_Flavor2.Name = "CB_Flavor2";
|
|
CB_Flavor2.Size = new System.Drawing.Size(240, 23);
|
|
CB_Flavor2.TabIndex = 12;
|
|
//
|
|
// NUD_Calories
|
|
//
|
|
NUD_Calories.Location = new System.Drawing.Point(106, 26);
|
|
NUD_Calories.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
NUD_Calories.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
|
|
NUD_Calories.Name = "NUD_Calories";
|
|
NUD_Calories.Size = new System.Drawing.Size(61, 23);
|
|
NUD_Calories.TabIndex = 18;
|
|
//
|
|
// CB_Donut
|
|
//
|
|
CB_Donut.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Donut.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Donut.FormattingEnabled = true;
|
|
CB_Donut.Location = new System.Drawing.Point(106, 74);
|
|
CB_Donut.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
CB_Donut.Name = "CB_Donut";
|
|
CB_Donut.Size = new System.Drawing.Size(240, 23);
|
|
CB_Donut.TabIndex = 22;
|
|
//
|
|
// CAL_Date
|
|
//
|
|
CAL_Date.CustomFormat = "hh:mm:ss ddd MMMM dd, yyyy";
|
|
CAL_Date.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
CAL_Date.Location = new System.Drawing.Point(106, 170);
|
|
CAL_Date.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
CAL_Date.MaxDate = new System.DateTime(4095, 12, 31, 0, 0, 0, 0);
|
|
CAL_Date.Name = "CAL_Date";
|
|
CAL_Date.Size = new System.Drawing.Size(240, 23);
|
|
CAL_Date.TabIndex = 58;
|
|
CAL_Date.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
|
|
//
|
|
// L_Milliseconds
|
|
//
|
|
L_Milliseconds.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
L_Milliseconds.Location = new System.Drawing.Point(2, 194);
|
|
L_Milliseconds.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Milliseconds.Name = "L_Milliseconds";
|
|
L_Milliseconds.Size = new System.Drawing.Size(104, 24);
|
|
L_Milliseconds.TabIndex = 61;
|
|
L_Milliseconds.Text = "Milliseconds:";
|
|
L_Milliseconds.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// DonutEditor9a
|
|
//
|
|
AutoSize = true;
|
|
AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
Controls.Add(PB_Donut);
|
|
Controls.Add(flowLayoutPanel1);
|
|
Name = "DonutEditor9a";
|
|
Size = new System.Drawing.Size(644, 220);
|
|
tableLayoutPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry0).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry1).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry2).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry3).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry4).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry5).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry6).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry7).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Berry8).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)PB_Donut).EndInit();
|
|
flowLayoutPanel1.ResumeLayout(false);
|
|
flowLayoutPanel1.PerformLayout();
|
|
tableLayoutPanel2.ResumeLayout(false);
|
|
tableLayoutPanel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Stars).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_LevelBoost).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Calories).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label L_Berry0;
|
|
private System.Windows.Forms.Label L_Berry1;
|
|
private System.Windows.Forms.Label L_Berry2;
|
|
private System.Windows.Forms.Label L_Berry3;
|
|
private System.Windows.Forms.Label L_Berry4;
|
|
private System.Windows.Forms.Label L_Berry5;
|
|
private System.Windows.Forms.Label L_Berry6;
|
|
private System.Windows.Forms.Label L_Berry7;
|
|
private System.Windows.Forms.Label L_Berry8;
|
|
private System.Windows.Forms.ComboBox CB_Berry0;
|
|
private System.Windows.Forms.ComboBox CB_Berry1;
|
|
private System.Windows.Forms.ComboBox CB_Berry2;
|
|
private System.Windows.Forms.ComboBox CB_Berry3;
|
|
private System.Windows.Forms.ComboBox CB_Berry4;
|
|
private System.Windows.Forms.ComboBox CB_Berry5;
|
|
private System.Windows.Forms.ComboBox CB_Berry6;
|
|
private System.Windows.Forms.ComboBox CB_Berry7;
|
|
private System.Windows.Forms.ComboBox CB_Berry8;
|
|
private System.Windows.Forms.PictureBox PB_Berry0;
|
|
private System.Windows.Forms.PictureBox PB_Berry8;
|
|
private System.Windows.Forms.PictureBox PB_Berry7;
|
|
private System.Windows.Forms.PictureBox PB_Berry6;
|
|
private System.Windows.Forms.PictureBox PB_Berry5;
|
|
private System.Windows.Forms.PictureBox PB_Berry4;
|
|
private System.Windows.Forms.PictureBox PB_Berry3;
|
|
private System.Windows.Forms.PictureBox PB_Berry2;
|
|
private System.Windows.Forms.PictureBox PB_Berry1;
|
|
private System.Windows.Forms.PictureBox PB_Donut;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.TextBox TB_Milliseconds;
|
|
private System.Windows.Forms.NumericUpDown NUD_Stars;
|
|
private System.Windows.Forms.Label L_Donut;
|
|
private System.Windows.Forms.NumericUpDown NUD_LevelBoost;
|
|
private System.Windows.Forms.Label L_LevelBoost;
|
|
private System.Windows.Forms.Label L_Calories;
|
|
private System.Windows.Forms.Label L_Stars;
|
|
private System.Windows.Forms.Label L_Flavor2;
|
|
private System.Windows.Forms.Label L_Flavor1;
|
|
private System.Windows.Forms.Label L_Flavor0;
|
|
private System.Windows.Forms.ComboBox CB_Flavor0;
|
|
private System.Windows.Forms.ComboBox CB_Flavor1;
|
|
private System.Windows.Forms.ComboBox CB_Flavor2;
|
|
private System.Windows.Forms.NumericUpDown NUD_Calories;
|
|
private System.Windows.Forms.ComboBox CB_Donut;
|
|
private System.Windows.Forms.DateTimePicker CAL_Date;
|
|
private System.Windows.Forms.Label L_Milliseconds;
|
|
}
|
|
}
|