summaryrefslogtreecommitdiffstats
path: root/src/CS340.Plotter/Plot.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/CS340.Plotter/Plot.Designer.cs')
-rw-r--r--src/CS340.Plotter/Plot.Designer.cs137
1 files changed, 82 insertions, 55 deletions
diff --git a/src/CS340.Plotter/Plot.Designer.cs b/src/CS340.Plotter/Plot.Designer.cs
index e509bdc..1fe8745 100644
--- a/src/CS340.Plotter/Plot.Designer.cs
+++ b/src/CS340.Plotter/Plot.Designer.cs
@@ -51,9 +51,10 @@ namespace Plotter
this.BruteForceLabel = new System.Windows.Forms.Label();
this.EstimatedLabel = new System.Windows.Forms.Label();
this.MSTLabel = new System.Windows.Forms.Label();
+ this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
this.NextGraph = new System.Windows.Forms.Button();
- this.PrevGraph = new System.Windows.Forms.Button();
this.GraphLabel = new System.Windows.Forms.Label();
+ this.PrevGraph = new System.Windows.Forms.Button();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
@@ -70,6 +71,7 @@ namespace Plotter
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel5.SuspendLayout();
this.tableLayoutPanel6.SuspendLayout();
+ this.tableLayoutPanel7.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
@@ -80,25 +82,25 @@ namespace Plotter
this.BruteForcePlot.Dock = System.Windows.Forms.DockStyle.Fill;
this.BruteForcePlot.Location = new System.Drawing.Point(3, 3);
this.BruteForcePlot.Name = "BruteForcePlot";
- this.BruteForcePlot.Size = new System.Drawing.Size(248, 213);
+ this.BruteForcePlot.Size = new System.Drawing.Size(254, 273);
this.BruteForcePlot.TabIndex = 0;
this.BruteForcePlot.TabStop = false;
//
// EstimationPlot
//
this.EstimationPlot.Dock = System.Windows.Forms.DockStyle.Fill;
- this.EstimationPlot.Location = new System.Drawing.Point(257, 3);
+ this.EstimationPlot.Location = new System.Drawing.Point(263, 3);
this.EstimationPlot.Name = "EstimationPlot";
- this.EstimationPlot.Size = new System.Drawing.Size(248, 213);
+ this.EstimationPlot.Size = new System.Drawing.Size(254, 273);
this.EstimationPlot.TabIndex = 1;
this.EstimationPlot.TabStop = false;
//
// MSTPlot
//
this.MSTPlot.Dock = System.Windows.Forms.DockStyle.Fill;
- this.MSTPlot.Location = new System.Drawing.Point(511, 3);
+ this.MSTPlot.Location = new System.Drawing.Point(523, 3);
this.MSTPlot.Name = "MSTPlot";
- this.MSTPlot.Size = new System.Drawing.Size(250, 213);
+ this.MSTPlot.Size = new System.Drawing.Size(255, 273);
this.MSTPlot.TabIndex = 2;
this.MSTPlot.TabStop = false;
//
@@ -118,19 +120,17 @@ namespace Plotter
this.LayoutPanel.Controls.Add(this.EstimatedLabel, 1, 1);
this.LayoutPanel.Controls.Add(this.MSTPlot, 2, 0);
this.LayoutPanel.Controls.Add(this.MSTLabel, 2, 1);
- this.LayoutPanel.Controls.Add(this.NextGraph, 2, 4);
- this.LayoutPanel.Controls.Add(this.PrevGraph, 0, 4);
- this.LayoutPanel.Controls.Add(this.GraphLabel, 1, 4);
+ this.LayoutPanel.Controls.Add(this.tableLayoutPanel7, 1, 4);
this.LayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.LayoutPanel.Location = new System.Drawing.Point(0, 0);
this.LayoutPanel.Name = "LayoutPanel";
- this.LayoutPanel.RowCount = 5;
+ this.LayoutPanel.RowCount = 4;
this.LayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.LayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.LayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.LayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.LayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.LayoutPanel.Size = new System.Drawing.Size(764, 312);
+ this.LayoutPanel.Size = new System.Drawing.Size(781, 381);
this.LayoutPanel.TabIndex = 4;
//
// tableLayoutPanel1
@@ -144,12 +144,12 @@ namespace Plotter
this.tableLayoutPanel1.Controls.Add(this.BruteForceWeightLabel, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.BruteForceTimeLabel, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 246);
+ this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 306);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(248, 34);
+ this.tableLayoutPanel1.Size = new System.Drawing.Size(254, 34);
this.tableLayoutPanel1.TabIndex = 12;
//
// BruteForceTime
@@ -157,7 +157,7 @@ namespace Plotter
this.BruteForceTime.AutoSize = true;
this.BruteForceTime.Dock = System.Windows.Forms.DockStyle.Left;
this.BruteForceTime.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.BruteForceTime.Location = new System.Drawing.Point(127, 17);
+ this.BruteForceTime.Location = new System.Drawing.Point(130, 17);
this.BruteForceTime.Name = "BruteForceTime";
this.BruteForceTime.Size = new System.Drawing.Size(76, 17);
this.BruteForceTime.TabIndex = 13;
@@ -169,7 +169,7 @@ namespace Plotter
this.BruteForceWeight.AutoSize = true;
this.BruteForceWeight.Dock = System.Windows.Forms.DockStyle.Left;
this.BruteForceWeight.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.BruteForceWeight.Location = new System.Drawing.Point(127, 0);
+ this.BruteForceWeight.Location = new System.Drawing.Point(130, 0);
this.BruteForceWeight.Name = "BruteForceWeight";
this.BruteForceWeight.Size = new System.Drawing.Size(44, 17);
this.BruteForceWeight.TabIndex = 12;
@@ -182,7 +182,7 @@ namespace Plotter
this.BruteForceWeightLabel.Dock = System.Windows.Forms.DockStyle.Right;
this.BruteForceWeightLabel.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.BruteForceWeightLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.BruteForceWeightLabel.Location = new System.Drawing.Point(63, 0);
+ this.BruteForceWeightLabel.Location = new System.Drawing.Point(66, 0);
this.BruteForceWeightLabel.Name = "BruteForceWeightLabel";
this.BruteForceWeightLabel.Size = new System.Drawing.Size(58, 17);
this.BruteForceWeightLabel.TabIndex = 11;
@@ -194,7 +194,7 @@ namespace Plotter
this.BruteForceTimeLabel.AutoSize = true;
this.BruteForceTimeLabel.Dock = System.Windows.Forms.DockStyle.Right;
this.BruteForceTimeLabel.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.BruteForceTimeLabel.Location = new System.Drawing.Point(54, 17);
+ this.BruteForceTimeLabel.Location = new System.Drawing.Point(57, 17);
this.BruteForceTimeLabel.Name = "BruteForceTimeLabel";
this.BruteForceTimeLabel.Size = new System.Drawing.Size(67, 17);
this.BruteForceTimeLabel.TabIndex = 9;
@@ -212,12 +212,12 @@ namespace Plotter
this.tableLayoutPanel5.Controls.Add(this.EstimatedWeightLabel, 0, 0);
this.tableLayoutPanel5.Controls.Add(this.EstimatedTimeLabel, 0, 1);
this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel5.Location = new System.Drawing.Point(257, 246);
+ this.tableLayoutPanel5.Location = new System.Drawing.Point(263, 306);
this.tableLayoutPanel5.Name = "tableLayoutPanel5";
this.tableLayoutPanel5.RowCount = 2;
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel5.Size = new System.Drawing.Size(248, 34);
+ this.tableLayoutPanel5.Size = new System.Drawing.Size(254, 34);
this.tableLayoutPanel5.TabIndex = 13;
//
// EstimatedTime
@@ -225,7 +225,7 @@ namespace Plotter
this.EstimatedTime.AutoSize = true;
this.EstimatedTime.Dock = System.Windows.Forms.DockStyle.Left;
this.EstimatedTime.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.EstimatedTime.Location = new System.Drawing.Point(127, 17);
+ this.EstimatedTime.Location = new System.Drawing.Point(130, 17);
this.EstimatedTime.Name = "EstimatedTime";
this.EstimatedTime.Size = new System.Drawing.Size(76, 17);
this.EstimatedTime.TabIndex = 13;
@@ -237,7 +237,7 @@ namespace Plotter
this.EstimatedWeight.AutoSize = true;
this.EstimatedWeight.Dock = System.Windows.Forms.DockStyle.Left;
this.EstimatedWeight.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.EstimatedWeight.Location = new System.Drawing.Point(127, 0);
+ this.EstimatedWeight.Location = new System.Drawing.Point(130, 0);
this.EstimatedWeight.Name = "EstimatedWeight";
this.EstimatedWeight.Size = new System.Drawing.Size(44, 17);
this.EstimatedWeight.TabIndex = 12;
@@ -249,7 +249,7 @@ namespace Plotter
this.EstimatedWeightLabel.AutoSize = true;
this.EstimatedWeightLabel.Dock = System.Windows.Forms.DockStyle.Right;
this.EstimatedWeightLabel.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.EstimatedWeightLabel.Location = new System.Drawing.Point(63, 0);
+ this.EstimatedWeightLabel.Location = new System.Drawing.Point(66, 0);
this.EstimatedWeightLabel.Name = "EstimatedWeightLabel";
this.EstimatedWeightLabel.Size = new System.Drawing.Size(58, 17);
this.EstimatedWeightLabel.TabIndex = 11;
@@ -261,7 +261,7 @@ namespace Plotter
this.EstimatedTimeLabel.AutoSize = true;
this.EstimatedTimeLabel.Dock = System.Windows.Forms.DockStyle.Right;
this.EstimatedTimeLabel.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.EstimatedTimeLabel.Location = new System.Drawing.Point(54, 17);
+ this.EstimatedTimeLabel.Location = new System.Drawing.Point(57, 17);
this.EstimatedTimeLabel.Name = "EstimatedTimeLabel";
this.EstimatedTimeLabel.Size = new System.Drawing.Size(67, 17);
this.EstimatedTimeLabel.TabIndex = 9;
@@ -279,12 +279,12 @@ namespace Plotter
this.tableLayoutPanel6.Controls.Add(this.MSTWeightLabel, 0, 0);
this.tableLayoutPanel6.Controls.Add(this.MSTTimeLabel, 0, 1);
this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel6.Location = new System.Drawing.Point(511, 246);
+ this.tableLayoutPanel6.Location = new System.Drawing.Point(523, 306);
this.tableLayoutPanel6.Name = "tableLayoutPanel6";
this.tableLayoutPanel6.RowCount = 2;
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel6.Size = new System.Drawing.Size(250, 34);
+ this.tableLayoutPanel6.Size = new System.Drawing.Size(255, 34);
this.tableLayoutPanel6.TabIndex = 14;
//
// MSTTime
@@ -292,7 +292,7 @@ namespace Plotter
this.MSTTime.AutoSize = true;
this.MSTTime.Dock = System.Windows.Forms.DockStyle.Left;
this.MSTTime.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.MSTTime.Location = new System.Drawing.Point(128, 17);
+ this.MSTTime.Location = new System.Drawing.Point(130, 17);
this.MSTTime.Name = "MSTTime";
this.MSTTime.Size = new System.Drawing.Size(76, 17);
this.MSTTime.TabIndex = 13;
@@ -304,7 +304,7 @@ namespace Plotter
this.MSTWeight.AutoSize = true;
this.MSTWeight.Dock = System.Windows.Forms.DockStyle.Left;
this.MSTWeight.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.MSTWeight.Location = new System.Drawing.Point(128, 0);
+ this.MSTWeight.Location = new System.Drawing.Point(130, 0);
this.MSTWeight.Name = "MSTWeight";
this.MSTWeight.Size = new System.Drawing.Size(44, 17);
this.MSTWeight.TabIndex = 12;
@@ -316,7 +316,7 @@ namespace Plotter
this.MSTWeightLabel.AutoSize = true;
this.MSTWeightLabel.Dock = System.Windows.Forms.DockStyle.Right;
this.MSTWeightLabel.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.MSTWeightLabel.Location = new System.Drawing.Point(64, 0);
+ this.MSTWeightLabel.Location = new System.Drawing.Point(66, 0);
this.MSTWeightLabel.Name = "MSTWeightLabel";
this.MSTWeightLabel.Size = new System.Drawing.Size(58, 17);
this.MSTWeightLabel.TabIndex = 11;
@@ -328,7 +328,7 @@ namespace Plotter
this.MSTTimeLabel.AutoSize = true;
this.MSTTimeLabel.Dock = System.Windows.Forms.DockStyle.Right;
this.MSTTimeLabel.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.MSTTimeLabel.Location = new System.Drawing.Point(55, 17);
+ this.MSTTimeLabel.Location = new System.Drawing.Point(57, 17);
this.MSTTimeLabel.Name = "MSTTimeLabel";
this.MSTTimeLabel.Size = new System.Drawing.Size(67, 17);
this.MSTTimeLabel.TabIndex = 9;
@@ -340,9 +340,9 @@ namespace Plotter
this.BruteForceLabel.AutoSize = true;
this.BruteForceLabel.Dock = System.Windows.Forms.DockStyle.Top;
this.BruteForceLabel.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.BruteForceLabel.Location = new System.Drawing.Point(3, 219);
+ this.BruteForceLabel.Location = new System.Drawing.Point(3, 279);
this.BruteForceLabel.Name = "BruteForceLabel";
- this.BruteForceLabel.Size = new System.Drawing.Size(248, 24);
+ this.BruteForceLabel.Size = new System.Drawing.Size(254, 24);
this.BruteForceLabel.TabIndex = 3;
this.BruteForceLabel.Text = "Brute Force";
this.BruteForceLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -352,9 +352,9 @@ namespace Plotter
this.EstimatedLabel.AutoSize = true;
this.EstimatedLabel.Dock = System.Windows.Forms.DockStyle.Top;
this.EstimatedLabel.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.EstimatedLabel.Location = new System.Drawing.Point(257, 219);
+ this.EstimatedLabel.Location = new System.Drawing.Point(263, 279);
this.EstimatedLabel.Name = "EstimatedLabel";
- this.EstimatedLabel.Size = new System.Drawing.Size(248, 24);
+ this.EstimatedLabel.Size = new System.Drawing.Size(254, 24);
this.EstimatedLabel.TabIndex = 4;
this.EstimatedLabel.Text = "Estimated";
this.EstimatedLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -364,47 +364,71 @@ namespace Plotter
this.MSTLabel.AutoSize = true;
this.MSTLabel.Dock = System.Windows.Forms.DockStyle.Top;
this.MSTLabel.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.MSTLabel.Location = new System.Drawing.Point(511, 219);
+ this.MSTLabel.Location = new System.Drawing.Point(523, 279);
this.MSTLabel.Name = "MSTLabel";
- this.MSTLabel.Size = new System.Drawing.Size(250, 24);
+ this.MSTLabel.Size = new System.Drawing.Size(255, 24);
this.MSTLabel.TabIndex = 5;
this.MSTLabel.Text = "MST";
this.MSTLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
+ // tableLayoutPanel7
+ //
+ this.tableLayoutPanel7.AutoSize = true;
+ this.tableLayoutPanel7.ColumnCount = 3;
+ this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
+ this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
+ this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
+ this.tableLayoutPanel7.Controls.Add(this.NextGraph, 2, 0);
+ this.tableLayoutPanel7.Controls.Add(this.GraphLabel, 1, 0);
+ this.tableLayoutPanel7.Controls.Add(this.PrevGraph, 0, 0);
+ this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tableLayoutPanel7.Location = new System.Drawing.Point(263, 346);
+ this.tableLayoutPanel7.Name = "tableLayoutPanel7";
+ this.tableLayoutPanel7.RowCount = 1;
+ this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle());
+ this.tableLayoutPanel7.Size = new System.Drawing.Size(254, 32);
+ this.tableLayoutPanel7.TabIndex = 18;
+ //
// NextGraph
//
- this.NextGraph.Dock = System.Windows.Forms.DockStyle.Right;
- this.NextGraph.Location = new System.Drawing.Point(686, 286);
+ this.NextGraph.Anchor = System.Windows.Forms.AnchorStyles.Left;
+ this.NextGraph.AutoSize = true;
+ this.NextGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
+ this.NextGraph.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.NextGraph.Location = new System.Drawing.Point(165, 3);
this.NextGraph.Name = "NextGraph";
- this.NextGraph.Size = new System.Drawing.Size(75, 23);
+ this.NextGraph.Size = new System.Drawing.Size(25, 26);
this.NextGraph.TabIndex = 15;
- this.NextGraph.Text = "Next Graph";
+ this.NextGraph.Text = ">";
this.NextGraph.UseVisualStyleBackColor = true;
this.NextGraph.Click += new System.EventHandler(this.NextGraph_Click);
//
- // PrevGraph
- //
- this.PrevGraph.Dock = System.Windows.Forms.DockStyle.Left;
- this.PrevGraph.Location = new System.Drawing.Point(3, 286);
- this.PrevGraph.Name = "PrevGraph";
- this.PrevGraph.Size = new System.Drawing.Size(75, 23);
- this.PrevGraph.TabIndex = 16;
- this.PrevGraph.Text = "Previous Graph";
- this.PrevGraph.UseVisualStyleBackColor = true;
- this.PrevGraph.Click += new System.EventHandler(this.PrevGraph_Click);
- //
// GraphLabel
//
this.GraphLabel.AutoSize = true;
this.GraphLabel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.GraphLabel.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.GraphLabel.Location = new System.Drawing.Point(257, 283);
+ this.GraphLabel.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.GraphLabel.Location = new System.Drawing.Point(95, 0);
this.GraphLabel.Name = "GraphLabel";
- this.GraphLabel.Size = new System.Drawing.Size(248, 29);
+ this.GraphLabel.Size = new System.Drawing.Size(64, 32);
this.GraphLabel.TabIndex = 17;
this.GraphLabel.Text = "Graph 1";
this.GraphLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
+ // PrevGraph
+ //
+ this.PrevGraph.Anchor = System.Windows.Forms.AnchorStyles.Right;
+ this.PrevGraph.AutoSize = true;
+ this.PrevGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
+ this.PrevGraph.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.PrevGraph.Location = new System.Drawing.Point(64, 3);
+ this.PrevGraph.Name = "PrevGraph";
+ this.PrevGraph.Size = new System.Drawing.Size(25, 26);
+ this.PrevGraph.TabIndex = 16;
+ this.PrevGraph.Text = "<";
+ this.PrevGraph.UseVisualStyleBackColor = true;
+ this.PrevGraph.Click += new System.EventHandler(this.PrevGraph_Click);
+ //
// tableLayoutPanel2
//
this.tableLayoutPanel2.AutoSize = true;
@@ -526,7 +550,7 @@ namespace Plotter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(764, 312);
+ this.ClientSize = new System.Drawing.Size(781, 381);
this.Controls.Add(this.LayoutPanel);
this.MinimumSize = new System.Drawing.Size(780, 350);
this.Name = "PlotWindow";
@@ -543,6 +567,8 @@ namespace Plotter
this.tableLayoutPanel5.PerformLayout();
this.tableLayoutPanel6.ResumeLayout(false);
this.tableLayoutPanel6.PerformLayout();
+ this.tableLayoutPanel7.ResumeLayout(false);
+ this.tableLayoutPanel7.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.tableLayoutPanel3.ResumeLayout(false);
@@ -587,9 +613,10 @@ namespace Plotter
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
+ private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
+ private System.Windows.Forms.Label GraphLabel;
private System.Windows.Forms.Button NextGraph;
private System.Windows.Forms.Button PrevGraph;
- private System.Windows.Forms.Label GraphLabel;
}
}