namespace ICanShowYouTheWorld
{
partial class Form1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.Canvas = new System.Windows.Forms.PictureBox();
this.Planets_UpDown = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
this.Merc_TrackBar = new System.Windows.Forms.TrackBar();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.Canvas)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Planets_UpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Merc_TrackBar)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(157, 20);
this.label1.TabIndex = 1;
this.label1.Text = "Number of Planets";
//
// Canvas
//
this.Canvas.Location = new System.Drawing.Point(263, 13);
this.Canvas.Name = "Canvas";
this.Canvas.Size = new System.Drawing.Size(703, 576);
this.Canvas.TabIndex = 2;
this.Canvas.TabStop = false;
this.Canvas.Paint += new System.Windows.Forms.PaintEventHandler(this.Canvas_Paint);
//
// Planets_UpDown
//
this.Planets_UpDown.Location = new System.Drawing.Point(16, 33);
this.Planets_UpDown.Maximum = new decimal(new int[] {
5,
0,
0,
0});
this.Planets_UpDown.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.Planets_UpDown.Name = "Planets_UpDown";
this.Planets_UpDown.Size = new System.Drawing.Size(46, 20);
this.Planets_UpDown.TabIndex = 3;
this.Planets_UpDown.Value = new decimal(new int[] {
1,
0,
0,
0});
this.Planets_UpDown.ValueChanged += new System.EventHandler(this.Planets_UpDown_ValueChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(56, 314);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(135, 16);
this.label2.TabIndex = 4;
this.label2.Text = "Planet #1: Mercury";
//
// Merc_TrackBar
//
this.Merc_TrackBar.Location = new System.Drawing.Point(60, 333);
this.Merc_TrackBar.Maximum = 5;
this.Merc_TrackBar.Minimum = 1;
this.Merc_TrackBar.Name = "Merc_TrackBar";
this.Merc_TrackBar.Size = new System.Drawing.Size(104, 45);
this.Merc_TrackBar.TabIndex = 5;
this.Merc_TrackBar.Value = 1;
this.Merc_TrackBar.Scroll += new System.EventHandler(this.Merc_TrackBar_Scroll);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(56, 365);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(34, 13);
this.label3.TabIndex = 6;
this.label3.Text = "Slow";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(130, 365);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(31, 13);
this.label4.TabIndex = 7;
this.label4.Text = "Fast";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(978, 601);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.Merc_TrackBar);
this.Controls.Add(this.label2);
this.Controls.Add(this.Planets_UpDown);
this.Controls.Add(this.Canvas);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "Form1";
((System.ComponentModel.ISupportInitialize)(this.Canvas)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Planets_UpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Merc_TrackBar)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox Canvas;
private System.Windows.Forms.NumericUpDown Planets_UpDown;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TrackBar Merc_TrackBar;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
}
}