namespace RungeKutta
{
partial class Main
{
///
/// 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.PlotGraph = new System.Windows.Forms.PictureBox();
this.panel1 = new System.Windows.Forms.Panel();
this.label13 = new System.Windows.Forms.Label();
this.InitialVelocityText = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.InitialPositionText = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.IntervalText = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.StepSizeText = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.MaxYText = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.MinYText = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.MaxTText = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.MinTText = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.SpringConstantText = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.DragFactorText = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.ConstantForceText = new System.Windows.Forms.TextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.KeyPanel = new System.Windows.Forms.Panel();
this.checkBox9 = new System.Windows.Forms.CheckBox();
this.checkBox8 = new System.Windows.Forms.CheckBox();
this.checkBox7 = new System.Windows.Forms.CheckBox();
this.checkBox6 = new System.Windows.Forms.CheckBox();
this.checkBox5 = new System.Windows.Forms.CheckBox();
this.checkBox4 = new System.Windows.Forms.CheckBox();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.pictureBox9 = new System.Windows.Forms.PictureBox();
this.pictureBox8 = new System.Windows.Forms.PictureBox();
this.pictureBox7 = new System.Windows.Forms.PictureBox();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.PlotGraph)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.KeyPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// PlotGraph
//
this.PlotGraph.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.PlotGraph.Dock = System.Windows.Forms.DockStyle.Fill;
this.PlotGraph.Location = new System.Drawing.Point(0, 0);
this.PlotGraph.Name = "PlotGraph";
this.PlotGraph.Size = new System.Drawing.Size(792, 297);
this.PlotGraph.TabIndex = 0;
this.PlotGraph.TabStop = false;
this.PlotGraph.Paint += new System.Windows.Forms.PaintEventHandler(this.PlotGraph_Paint);
//
// panel1
//
this.panel1.Controls.Add(this.KeyPanel);
this.panel1.Controls.Add(this.label13);
this.panel1.Controls.Add(this.InitialVelocityText);
this.panel1.Controls.Add(this.label12);
this.panel1.Controls.Add(this.InitialPositionText);
this.panel1.Controls.Add(this.label11);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.IntervalText);
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.StepSizeText);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.MaxYText);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.MinYText);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.MaxTText);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.MinTText);
this.panel1.Controls.Add(this.textBox4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.SpringConstantText);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.DragFactorText);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.ConstantForceText);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 297);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(792, 269);
this.panel1.TabIndex = 1;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(12, 171);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(71, 13);
this.label13.TabIndex = 27;
this.label13.Text = "Initial Velocity";
//
// InitialVelocityText
//
this.InitialVelocityText.Location = new System.Drawing.Point(101, 168);
this.InitialVelocityText.Name = "InitialVelocityText";
this.InitialVelocityText.Size = new System.Drawing.Size(109, 20);
this.InitialVelocityText.TabIndex = 6;
this.InitialVelocityText.Text = "0";
this.InitialVelocityText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Contants_KeyDown);
this.InitialVelocityText.Leave += new System.EventHandler(this.Constants_Leave);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(12, 145);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(71, 13);
this.label12.TabIndex = 25;
this.label12.Text = "Initial Position";
//
// InitialPositionText
//
this.InitialPositionText.Location = new System.Drawing.Point(101, 142);
this.InitialPositionText.Name = "InitialPositionText";
this.InitialPositionText.Size = new System.Drawing.Size(109, 20);
this.InitialPositionText.TabIndex = 5;
this.InitialPositionText.Text = "10";
this.InitialPositionText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Contants_KeyDown);
this.InitialPositionText.Leave += new System.EventHandler(this.Constants_Leave);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(490, 6);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(93, 13);
this.label11.TabIndex = 23;
this.label11.Text = "Integrator Controls";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(383, 67);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(95, 13);
this.label10.TabIndex = 20;
this.label10.Text = "Integration Interval";
//
// IntervalText
//
this.IntervalText.Location = new System.Drawing.Point(484, 64);
this.IntervalText.Name = "IntervalText";
this.IntervalText.Size = new System.Drawing.Size(109, 20);
this.IntervalText.TabIndex = 19;
this.IntervalText.Text = "5";
this.IntervalText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Contants_KeyDown);
this.IntervalText.Leave += new System.EventHandler(this.Constants_Leave);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(383, 41);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(52, 13);
this.label9.TabIndex = 18;
this.label9.Text = "Step Size";
//
// StepSizeText
//
this.StepSizeText.Location = new System.Drawing.Point(484, 38);
this.StepSizeText.Name = "StepSizeText";
this.StepSizeText.Size = new System.Drawing.Size(109, 20);
this.StepSizeText.TabIndex = 17;
this.StepSizeText.Text = ".1";
this.StepSizeText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Contants_KeyDown);
this.StepSizeText.Leave += new System.EventHandler(this.Constants_Leave);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(276, 6);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(64, 13);
this.label8.TabIndex = 16;
this.label8.Text = "Plot Bounds";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(220, 120);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(37, 13);
this.label7.TabIndex = 15;
this.label7.Text = "Y Max";
//
// MaxYText
//
this.MaxYText.Location = new System.Drawing.Point(260, 117);
this.MaxYText.Name = "MaxYText";
this.MaxYText.Size = new System.Drawing.Size(109, 20);
this.MaxYText.TabIndex = 14;
this.MaxYText.Text = "10";
this.MaxYText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Contants_KeyDown);
this.MaxYText.Leave += new System.EventHandler(this.Constants_Leave);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(220, 94);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(34, 13);
this.label6.TabIndex = 13;
this.label6.Text = "Y Min";
//
// MinYText
//
this.MinYText.Location = new System.Drawing.Point(260, 91);
this.MinYText.Name = "MinYText";
this.MinYText.Size = new System.Drawing.Size(109, 20);
this.MinYText.TabIndex = 12;
this.MinYText.Text = "-10";
this.MinYText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Contants_KeyDown);
this.MinYText.Leave += new System.EventHandler(this.Constants_Leave);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(220, 68);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(37, 13);
this.label5.TabIndex = 11;
this.label5.Text = "T Max";
//
// MaxTText
//
this.MaxTText.Location = new System.Drawing.Point(260, 65);
this.MaxTText.Name = "MaxTText";
this.MaxTText.Size = new System.Drawing.Size(109, 20);
this.MaxTText.TabIndex = 10;
this.MaxTText.Text = "5";
this.MaxTText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Contants_KeyDown);
this.MaxTText.Leave += new System.EventHandler(this.Constants_Leave);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(220, 42);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(34, 13);
this.label4.TabIndex = 9;
this.label4.Text = "T Min";
//
// MinTText
//
this.MinTText.Location = new System.Drawing.Point(260, 39);
this.MinTText.Name = "MinTText";
this.MinTText.Size = new System.Drawing.Size(109, 20);
this.MinTText.TabIndex = 7;
this.MinTText.Text = "0";
this.MinTText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Contants_KeyDown);
this.MinTText.Leave += new System.EventHandler(this.Constants_Leave);
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(15, 3);
this.textBox4.Multiline = true;
this.textBox4.Name = "textBox4";
this.textBox4.ReadOnly = true;
this.textBox4.Size = new System.Drawing.Size(195, 52);
this.textBox4.TabIndex = 7;
this.textBox4.TabStop = false;
this.textBox4.Text = "Equation: y\'\' = a - b y\' - k y, where a is the constant force, b is the drag coef" +
"ficient, and k is the spring constant";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 119);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(82, 13);
this.label3.TabIndex = 5;
this.label3.Text = "Spring Constant";
//
// SpringConstantText
//
this.SpringConstantText.Location = new System.Drawing.Point(101, 116);
this.SpringConstantText.Name = "SpringConstantText";
this.SpringConstantText.Size = new System.Drawing.Size(109, 20);
this.SpringConstantText.TabIndex = 4;
this.SpringConstantText.Text = "30";
this.SpringConstantText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Contants_KeyDown);
this.SpringConstantText.Leave += new System.EventHandler(this.Constants_Leave);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 93);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(83, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Drag Coefficient";
//
// DragFactorText
//
this.DragFactorText.Location = new System.Drawing.Point(101, 90);
this.DragFactorText.Name = "DragFactorText";
this.DragFactorText.Size = new System.Drawing.Size(109, 20);
this.DragFactorText.TabIndex = 2;
this.DragFactorText.Text = "20";
this.DragFactorText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Contants_KeyDown);
this.DragFactorText.Leave += new System.EventHandler(this.Constants_Leave);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 67);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(79, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Constant Force";
//
// ConstantForceText
//
this.ConstantForceText.Location = new System.Drawing.Point(101, 64);
this.ConstantForceText.Name = "ConstantForceText";
this.ConstantForceText.Size = new System.Drawing.Size(109, 20);
this.ConstantForceText.TabIndex = 0;
this.ConstantForceText.Text = "10";
this.ConstantForceText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Contants_KeyDown);
this.ConstantForceText.Leave += new System.EventHandler(this.Constants_Leave);
//
// panel2
//
this.panel2.Controls.Add(this.PlotGraph);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(792, 297);
this.panel2.TabIndex = 2;
//
// KeyPanel
//
this.KeyPanel.Controls.Add(this.checkBox9);
this.KeyPanel.Controls.Add(this.checkBox8);
this.KeyPanel.Controls.Add(this.checkBox7);
this.KeyPanel.Controls.Add(this.checkBox6);
this.KeyPanel.Controls.Add(this.checkBox5);
this.KeyPanel.Controls.Add(this.checkBox4);
this.KeyPanel.Controls.Add(this.checkBox3);
this.KeyPanel.Controls.Add(this.checkBox2);
this.KeyPanel.Controls.Add(this.checkBox1);
this.KeyPanel.Controls.Add(this.pictureBox9);
this.KeyPanel.Controls.Add(this.pictureBox8);
this.KeyPanel.Controls.Add(this.pictureBox7);
this.KeyPanel.Controls.Add(this.pictureBox6);
this.KeyPanel.Controls.Add(this.pictureBox5);
this.KeyPanel.Controls.Add(this.pictureBox4);
this.KeyPanel.Controls.Add(this.pictureBox3);
this.KeyPanel.Controls.Add(this.pictureBox2);
this.KeyPanel.Controls.Add(this.pictureBox1);
this.KeyPanel.Location = new System.Drawing.Point(12, 194);
this.KeyPanel.Name = "KeyPanel";
this.KeyPanel.Size = new System.Drawing.Size(608, 72);
this.KeyPanel.TabIndex = 28;
//
// checkBox9
//
this.checkBox9.AutoSize = true;
this.checkBox9.Location = new System.Drawing.Point(405, 48);
this.checkBox9.Name = "checkBox9";
this.checkBox9.Size = new System.Drawing.Size(80, 17);
this.checkBox9.TabIndex = 44;
this.checkBox9.Text = "checkBox9";
this.checkBox9.UseVisualStyleBackColor = true;
//
// checkBox8
//
this.checkBox8.AutoSize = true;
this.checkBox8.Location = new System.Drawing.Point(405, 26);
this.checkBox8.Name = "checkBox8";
this.checkBox8.Size = new System.Drawing.Size(80, 17);
this.checkBox8.TabIndex = 43;
this.checkBox8.Text = "checkBox8";
this.checkBox8.UseVisualStyleBackColor = true;
//
// checkBox7
//
this.checkBox7.AutoSize = true;
this.checkBox7.Location = new System.Drawing.Point(405, 4);
this.checkBox7.Name = "checkBox7";
this.checkBox7.Size = new System.Drawing.Size(80, 17);
this.checkBox7.TabIndex = 42;
this.checkBox7.Text = "checkBox7";
this.checkBox7.UseVisualStyleBackColor = true;
//
// checkBox6
//
this.checkBox6.AutoSize = true;
this.checkBox6.Location = new System.Drawing.Point(204, 47);
this.checkBox6.Name = "checkBox6";
this.checkBox6.Size = new System.Drawing.Size(80, 17);
this.checkBox6.TabIndex = 41;
this.checkBox6.Text = "checkBox6";
this.checkBox6.UseVisualStyleBackColor = true;
//
// checkBox5
//
this.checkBox5.AutoSize = true;
this.checkBox5.Location = new System.Drawing.Point(204, 25);
this.checkBox5.Name = "checkBox5";
this.checkBox5.Size = new System.Drawing.Size(80, 17);
this.checkBox5.TabIndex = 40;
this.checkBox5.Text = "checkBox5";
this.checkBox5.UseVisualStyleBackColor = true;
//
// checkBox4
//
this.checkBox4.AutoSize = true;
this.checkBox4.Location = new System.Drawing.Point(204, 3);
this.checkBox4.Name = "checkBox4";
this.checkBox4.Size = new System.Drawing.Size(80, 17);
this.checkBox4.TabIndex = 39;
this.checkBox4.Text = "checkBox4";
this.checkBox4.UseVisualStyleBackColor = true;
//
// checkBox3
//
this.checkBox3.AutoSize = true;
this.checkBox3.Location = new System.Drawing.Point(3, 46);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(80, 17);
this.checkBox3.TabIndex = 38;
this.checkBox3.Text = "checkBox3";
this.checkBox3.UseVisualStyleBackColor = true;
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(3, 24);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(80, 17);
this.checkBox2.TabIndex = 37;
this.checkBox2.Text = "checkBox2";
this.checkBox2.UseVisualStyleBackColor = true;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(3, 3);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(80, 17);
this.checkBox1.TabIndex = 36;
this.checkBox1.Text = "checkBox1";
this.checkBox1.UseVisualStyleBackColor = true;
//
// pictureBox9
//
this.pictureBox9.Location = new System.Drawing.Point(545, 49);
this.pictureBox9.Name = "pictureBox9";
this.pictureBox9.Size = new System.Drawing.Size(55, 16);
this.pictureBox9.TabIndex = 35;
this.pictureBox9.TabStop = false;
//
// pictureBox8
//
this.pictureBox8.Location = new System.Drawing.Point(545, 27);
this.pictureBox8.Name = "pictureBox8";
this.pictureBox8.Size = new System.Drawing.Size(55, 16);
this.pictureBox8.TabIndex = 34;
this.pictureBox8.TabStop = false;
//
// pictureBox7
//
this.pictureBox7.Location = new System.Drawing.Point(545, 5);
this.pictureBox7.Name = "pictureBox7";
this.pictureBox7.Size = new System.Drawing.Size(55, 16);
this.pictureBox7.TabIndex = 33;
this.pictureBox7.TabStop = false;
//
// pictureBox6
//
this.pictureBox6.Location = new System.Drawing.Point(344, 48);
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.Size = new System.Drawing.Size(55, 16);
this.pictureBox6.TabIndex = 32;
this.pictureBox6.TabStop = false;
//
// pictureBox5
//
this.pictureBox5.Location = new System.Drawing.Point(344, 26);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(55, 16);
this.pictureBox5.TabIndex = 31;
this.pictureBox5.TabStop = false;
//
// pictureBox4
//
this.pictureBox4.Location = new System.Drawing.Point(344, 4);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(55, 16);
this.pictureBox4.TabIndex = 30;
this.pictureBox4.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.Location = new System.Drawing.Point(143, 47);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(55, 16);
this.pictureBox3.TabIndex = 29;
this.pictureBox3.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Location = new System.Drawing.Point(143, 25);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(55, 16);
this.pictureBox2.TabIndex = 28;
this.pictureBox2.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(143, 3);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(55, 16);
this.pictureBox1.TabIndex = 27;
this.pictureBox1.TabStop = false;
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(792, 566);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "Main";
this.Text = "Integration methods";
this.SizeChanged += new System.EventHandler(this.Main_SizeChanged);
((System.ComponentModel.ISupportInitialize)(this.PlotGraph)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.KeyPanel.ResumeLayout(false);
this.KeyPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox PlotGraph;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox SpringConstantText;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox DragFactorText;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox ConstantForceText;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox MaxYText;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox MinYText;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox MaxTText;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox MinTText;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox IntervalText;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox StepSizeText;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox InitialPositionText;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox InitialVelocityText;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel KeyPanel;
private System.Windows.Forms.CheckBox checkBox9;
private System.Windows.Forms.CheckBox checkBox8;
private System.Windows.Forms.CheckBox checkBox7;
private System.Windows.Forms.CheckBox checkBox6;
private System.Windows.Forms.CheckBox checkBox5;
private System.Windows.Forms.CheckBox checkBox4;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.PictureBox pictureBox9;
private System.Windows.Forms.PictureBox pictureBox8;
private System.Windows.Forms.PictureBox pictureBox7;
private System.Windows.Forms.PictureBox pictureBox6;
private System.Windows.Forms.PictureBox pictureBox5;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox1;
}
}