From b03ade8a3c2d94c1931d09f8d09b7865826a9743 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sun, 2 May 2021 14:58:01 -0500 Subject: removed CS340 namespace Signed-off-by: Toby Vincent --- src/Plotter/Plot.Designer.cs | 667 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 667 insertions(+) create mode 100644 src/Plotter/Plot.Designer.cs (limited to 'src/Plotter/Plot.Designer.cs') diff --git a/src/Plotter/Plot.Designer.cs b/src/Plotter/Plot.Designer.cs new file mode 100644 index 0000000..7a06f33 --- /dev/null +++ b/src/Plotter/Plot.Designer.cs @@ -0,0 +1,667 @@ + +namespace Plotter +{ + partial class PlotWindow + { + /// + /// 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.BruteForcePlot = new System.Windows.Forms.PictureBox(); + this.EstimationPlot = new System.Windows.Forms.PictureBox(); + this.MSTPlot = new System.Windows.Forms.PictureBox(); + this.LayoutPanel = new System.Windows.Forms.TableLayoutPanel(); + this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); + this.BruteForceTime = new System.Windows.Forms.Label(); + this.BruteForceWeight = new System.Windows.Forms.Label(); + this.BruteForceWeightLabel = new System.Windows.Forms.Label(); + this.BruteForceTimeLabel = new System.Windows.Forms.Label(); + this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); + this.EstimatedTime = new System.Windows.Forms.Label(); + this.EstimatedWeight = new System.Windows.Forms.Label(); + this.EstimatedWeightLabel = new System.Windows.Forms.Label(); + this.EstimatedTimeLabel = new System.Windows.Forms.Label(); + this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); + this.MSTTime = new System.Windows.Forms.Label(); + this.MSTWeight = new System.Windows.Forms.Label(); + this.MSTWeightLabel = new System.Windows.Forms.Label(); + this.MSTTimeLabel = new System.Windows.Forms.Label(); + this.TrueShortestLabel = 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.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(); + this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); + this.label4 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); + this.label8 = new System.Windows.Forms.Label(); + this.label9 = new System.Windows.Forms.Label(); + this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel(); + this.SaveGraph = new System.Windows.Forms.Button(); + this.SaveAll = new System.Windows.Forms.Button(); + ((System.ComponentModel.ISupportInitialize)(this.BruteForcePlot)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.EstimationPlot)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.MSTPlot)).BeginInit(); + this.LayoutPanel.SuspendLayout(); + this.tableLayoutPanel1.SuspendLayout(); + this.tableLayoutPanel5.SuspendLayout(); + this.tableLayoutPanel6.SuspendLayout(); + this.tableLayoutPanel7.SuspendLayout(); + this.tableLayoutPanel2.SuspendLayout(); + this.tableLayoutPanel3.SuspendLayout(); + this.tableLayoutPanel4.SuspendLayout(); + this.tableLayoutPanel8.SuspendLayout(); + this.SuspendLayout(); + // + // BruteForcePlot + // + 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(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(263, 3); + this.EstimationPlot.Name = "EstimationPlot"; + 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(523, 3); + this.MSTPlot.Name = "MSTPlot"; + this.MSTPlot.Size = new System.Drawing.Size(255, 273); + this.MSTPlot.TabIndex = 2; + this.MSTPlot.TabStop = false; + // + // LayoutPanel + // + this.LayoutPanel.AutoSize = true; + this.LayoutPanel.ColumnCount = 3; + this.LayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); + this.LayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); + this.LayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); + this.LayoutPanel.Controls.Add(this.tableLayoutPanel1, 0, 2); + this.LayoutPanel.Controls.Add(this.tableLayoutPanel5, 1, 2); + this.LayoutPanel.Controls.Add(this.tableLayoutPanel6, 2, 2); + this.LayoutPanel.Controls.Add(this.BruteForcePlot, 0, 0); + this.LayoutPanel.Controls.Add(this.TrueShortestLabel, 0, 1); + this.LayoutPanel.Controls.Add(this.EstimationPlot, 1, 0); + 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.tableLayoutPanel7, 1, 4); + this.LayoutPanel.Controls.Add(this.tableLayoutPanel8, 2, 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 = 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(781, 381); + this.LayoutPanel.TabIndex = 4; + // + // tableLayoutPanel1 + // + this.tableLayoutPanel1.AutoSize = true; + this.tableLayoutPanel1.ColumnCount = 2; + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel1.Controls.Add(this.BruteForceTime, 1, 1); + this.tableLayoutPanel1.Controls.Add(this.BruteForceWeight, 1, 0); + 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, 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(254, 34); + this.tableLayoutPanel1.TabIndex = 12; + // + // BruteForceTime + // + 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(130, 17); + this.BruteForceTime.Name = "BruteForceTime"; + this.BruteForceTime.Size = new System.Drawing.Size(76, 17); + this.BruteForceTime.TabIndex = 13; + this.BruteForceTime.Text = "00:00:0.00"; + this.BruteForceTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // BruteForceWeight + // + 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(130, 0); + this.BruteForceWeight.Name = "BruteForceWeight"; + this.BruteForceWeight.Size = new System.Drawing.Size(44, 17); + this.BruteForceWeight.TabIndex = 12; + this.BruteForceWeight.Text = "0.000"; + this.BruteForceWeight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // BruteForceWeightLabel + // + this.BruteForceWeightLabel.AutoSize = true; + 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(66, 0); + this.BruteForceWeightLabel.Name = "BruteForceWeightLabel"; + this.BruteForceWeightLabel.Size = new System.Drawing.Size(58, 17); + this.BruteForceWeightLabel.TabIndex = 11; + this.BruteForceWeightLabel.Text = "Weight:"; + this.BruteForceWeightLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // BruteForceTimeLabel + // + 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(57, 17); + this.BruteForceTimeLabel.Name = "BruteForceTimeLabel"; + this.BruteForceTimeLabel.Size = new System.Drawing.Size(67, 17); + this.BruteForceTimeLabel.TabIndex = 9; + this.BruteForceTimeLabel.Text = "Runtime:"; + this.BruteForceTimeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // tableLayoutPanel5 + // + this.tableLayoutPanel5.AutoSize = true; + this.tableLayoutPanel5.ColumnCount = 2; + this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel5.Controls.Add(this.EstimatedTime, 1, 1); + this.tableLayoutPanel5.Controls.Add(this.EstimatedWeight, 1, 0); + 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(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(254, 34); + this.tableLayoutPanel5.TabIndex = 13; + // + // EstimatedTime + // + 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(130, 17); + this.EstimatedTime.Name = "EstimatedTime"; + this.EstimatedTime.Size = new System.Drawing.Size(76, 17); + this.EstimatedTime.TabIndex = 13; + this.EstimatedTime.Text = "00:00:0.00"; + this.EstimatedTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // EstimatedWeight + // + 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(130, 0); + this.EstimatedWeight.Name = "EstimatedWeight"; + this.EstimatedWeight.Size = new System.Drawing.Size(44, 17); + this.EstimatedWeight.TabIndex = 12; + this.EstimatedWeight.Text = "0.000"; + this.EstimatedWeight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // EstimatedWeightLabel + // + 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(66, 0); + this.EstimatedWeightLabel.Name = "EstimatedWeightLabel"; + this.EstimatedWeightLabel.Size = new System.Drawing.Size(58, 17); + this.EstimatedWeightLabel.TabIndex = 11; + this.EstimatedWeightLabel.Text = "Weight:"; + this.EstimatedWeightLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // EstimatedTimeLabel + // + 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(57, 17); + this.EstimatedTimeLabel.Name = "EstimatedTimeLabel"; + this.EstimatedTimeLabel.Size = new System.Drawing.Size(67, 17); + this.EstimatedTimeLabel.TabIndex = 9; + this.EstimatedTimeLabel.Text = "Runtime:"; + this.EstimatedTimeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // tableLayoutPanel6 + // + this.tableLayoutPanel6.AutoSize = true; + this.tableLayoutPanel6.ColumnCount = 2; + this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel6.Controls.Add(this.MSTTime, 1, 1); + this.tableLayoutPanel6.Controls.Add(this.MSTWeight, 1, 0); + 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(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(255, 34); + this.tableLayoutPanel6.TabIndex = 14; + // + // MSTTime + // + 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(130, 17); + this.MSTTime.Name = "MSTTime"; + this.MSTTime.Size = new System.Drawing.Size(76, 17); + this.MSTTime.TabIndex = 13; + this.MSTTime.Text = "00:00:0.00"; + this.MSTTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // MSTWeight + // + 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(130, 0); + this.MSTWeight.Name = "MSTWeight"; + this.MSTWeight.Size = new System.Drawing.Size(44, 17); + this.MSTWeight.TabIndex = 12; + this.MSTWeight.Text = "0.000"; + this.MSTWeight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // MSTWeightLabel + // + 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(66, 0); + this.MSTWeightLabel.Name = "MSTWeightLabel"; + this.MSTWeightLabel.Size = new System.Drawing.Size(58, 17); + this.MSTWeightLabel.TabIndex = 11; + this.MSTWeightLabel.Text = "Weight:"; + this.MSTWeightLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // MSTTimeLabel + // + 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(57, 17); + this.MSTTimeLabel.Name = "MSTTimeLabel"; + this.MSTTimeLabel.Size = new System.Drawing.Size(67, 17); + this.MSTTimeLabel.TabIndex = 9; + this.MSTTimeLabel.Text = "Runtime:"; + this.MSTTimeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // TrueShortestLabel + // + this.TrueShortestLabel.AutoSize = true; + this.TrueShortestLabel.Dock = System.Windows.Forms.DockStyle.Top; + this.TrueShortestLabel.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + this.TrueShortestLabel.Location = new System.Drawing.Point(3, 279); + this.TrueShortestLabel.Name = "TrueShortestLabel"; + this.TrueShortestLabel.Size = new System.Drawing.Size(254, 22); + this.TrueShortestLabel.TabIndex = 3; + this.TrueShortestLabel.Text = "True Shortest Tour"; + this.TrueShortestLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // EstimatedLabel + // + 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(263, 279); + this.EstimatedLabel.Name = "EstimatedLabel"; + this.EstimatedLabel.Size = new System.Drawing.Size(254, 24); + this.EstimatedLabel.TabIndex = 4; + this.EstimatedLabel.Text = "MST Approximation"; + this.EstimatedLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // MSTLabel + // + this.MSTLabel.AutoSize = true; + this.MSTLabel.Dock = System.Windows.Forms.DockStyle.Top; + this.MSTLabel.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + this.MSTLabel.Location = new System.Drawing.Point(523, 279); + this.MSTLabel.Name = "MSTLabel"; + this.MSTLabel.Size = new System.Drawing.Size(255, 22); + 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.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(25, 26); + this.NextGraph.TabIndex = 15; + this.NextGraph.Text = ">"; + this.NextGraph.UseVisualStyleBackColor = true; + this.NextGraph.Click += new System.EventHandler(this.NextGraph_Click); + // + // GraphLabel + // + this.GraphLabel.AutoSize = true; + this.GraphLabel.Dock = System.Windows.Forms.DockStyle.Fill; + 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(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; + this.tableLayoutPanel2.ColumnCount = 2; + this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel2.Controls.Add(this.label2, 1, 1); + this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0); + this.tableLayoutPanel2.Name = "tableLayoutPanel2"; + this.tableLayoutPanel2.RowCount = 2; + this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel2.Size = new System.Drawing.Size(200, 100); + this.tableLayoutPanel2.TabIndex = 0; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Dock = System.Windows.Forms.DockStyle.Left; + this.label2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + this.label2.Location = new System.Drawing.Point(103, 20); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(84, 80); + this.label2.TabIndex = 13; + this.label2.Text = "00:00:12.41"; + this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Dock = System.Windows.Forms.DockStyle.Left; + this.label3.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + this.label3.Location = new System.Drawing.Point(166, 0); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(60, 17); + this.label3.TabIndex = 12; + this.label3.Text = "123.342"; + this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // tableLayoutPanel3 + // + this.tableLayoutPanel3.AutoSize = true; + this.tableLayoutPanel3.ColumnCount = 2; + this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel3.Controls.Add(this.label4, 1, 1); + this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0); + this.tableLayoutPanel3.Name = "tableLayoutPanel3"; + this.tableLayoutPanel3.RowCount = 2; + this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel3.Size = new System.Drawing.Size(200, 100); + this.tableLayoutPanel3.TabIndex = 0; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Dock = System.Windows.Forms.DockStyle.Left; + this.label4.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + this.label4.Location = new System.Drawing.Point(103, 20); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(84, 80); + this.label4.TabIndex = 13; + this.label4.Text = "00:00:12.41"; + this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Dock = System.Windows.Forms.DockStyle.Left; + this.label5.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + this.label5.Location = new System.Drawing.Point(166, 0); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(60, 17); + this.label5.TabIndex = 12; + this.label5.Text = "123.342"; + this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // tableLayoutPanel4 + // + this.tableLayoutPanel4.AutoSize = true; + this.tableLayoutPanel4.ColumnCount = 2; + this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel4.Controls.Add(this.label8, 1, 1); + this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0); + this.tableLayoutPanel4.Name = "tableLayoutPanel4"; + this.tableLayoutPanel4.RowCount = 2; + this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel4.Size = new System.Drawing.Size(200, 100); + this.tableLayoutPanel4.TabIndex = 0; + // + // label8 + // + this.label8.AutoSize = true; + this.label8.Dock = System.Windows.Forms.DockStyle.Left; + this.label8.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + this.label8.Location = new System.Drawing.Point(103, 20); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(84, 80); + this.label8.TabIndex = 13; + this.label8.Text = "00:00:12.41"; + this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label9 + // + this.label9.AutoSize = true; + this.label9.Dock = System.Windows.Forms.DockStyle.Left; + this.label9.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + this.label9.Location = new System.Drawing.Point(166, 0); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(60, 17); + this.label9.TabIndex = 12; + this.label9.Text = "123.342"; + this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // tableLayoutPanel8 + // + this.tableLayoutPanel8.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.tableLayoutPanel8.AutoSize = true; + this.tableLayoutPanel8.ColumnCount = 2; + this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel8.Controls.Add(this.SaveGraph, 1, 0); + this.tableLayoutPanel8.Controls.Add(this.SaveAll, 0, 0); + this.tableLayoutPanel8.Location = new System.Drawing.Point(616, 347); + this.tableLayoutPanel8.Name = "tableLayoutPanel8"; + this.tableLayoutPanel8.RowCount = 1; + this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel8.Size = new System.Drawing.Size(162, 29); + this.tableLayoutPanel8.TabIndex = 19; + // + // SaveGraph + // + this.SaveGraph.Location = new System.Drawing.Point(84, 3); + this.SaveGraph.Name = "SaveGraph"; + this.SaveGraph.Size = new System.Drawing.Size(75, 23); + this.SaveGraph.TabIndex = 0; + this.SaveGraph.Text = "Save Graph"; + this.SaveGraph.UseVisualStyleBackColor = true; + this.SaveGraph.Click += new System.EventHandler(this.SaveGraph_Click); + // + // SaveAll + // + this.SaveAll.Location = new System.Drawing.Point(3, 3); + this.SaveAll.Name = "SaveAll"; + this.SaveAll.Size = new System.Drawing.Size(75, 23); + this.SaveAll.TabIndex = 1; + this.SaveAll.Text = "Save All"; + this.SaveAll.UseVisualStyleBackColor = true; + this.SaveAll.Click += new System.EventHandler(this.SaveAll_Click); + // + // PlotWindow + // + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(781, 381); + this.Controls.Add(this.LayoutPanel); + this.MinimumSize = new System.Drawing.Size(780, 350); + this.Name = "PlotWindow"; + this.Text = "TSP: Graph 1"; + this.SizeChanged += new System.EventHandler(this.Canvas_SizeChanged); + ((System.ComponentModel.ISupportInitialize)(this.BruteForcePlot)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.EstimationPlot)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.MSTPlot)).EndInit(); + this.LayoutPanel.ResumeLayout(false); + this.LayoutPanel.PerformLayout(); + this.tableLayoutPanel1.ResumeLayout(false); + this.tableLayoutPanel1.PerformLayout(); + this.tableLayoutPanel5.ResumeLayout(false); + 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); + this.tableLayoutPanel3.PerformLayout(); + this.tableLayoutPanel4.ResumeLayout(false); + this.tableLayoutPanel4.PerformLayout(); + this.tableLayoutPanel8.ResumeLayout(false); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.PictureBox BruteForcePlot; + private System.Windows.Forms.PictureBox EstimationPlot; + private System.Windows.Forms.PictureBox MSTPlot; + private System.Windows.Forms.TableLayoutPanel LayoutPanel; + private System.Windows.Forms.Label MSTLabel; + private System.Windows.Forms.Label TrueShortestLabel; + private System.Windows.Forms.Label EstimatedLabel; + private System.Windows.Forms.Label BruteForceTimeLabel; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; + private System.Windows.Forms.Label BruteForceWeightLabel; + private System.Windows.Forms.Label BruteForceTime; + private System.Windows.Forms.Label BruteForceWeight; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; + private System.Windows.Forms.Label EstimatedTime; + private System.Windows.Forms.Label EstimatedWeight; + private System.Windows.Forms.Label EstimatedWeightLabel; + private System.Windows.Forms.Label EstimatedTimeLabel; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6; + private System.Windows.Forms.Label MSTTime; + private System.Windows.Forms.Label MSTWeight; + private System.Windows.Forms.Label MSTWeightLabel; + private System.Windows.Forms.Label MSTTimeLabel; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Label label5; + 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.TableLayoutPanel tableLayoutPanel8; + private System.Windows.Forms.Button SaveGraph; + private System.Windows.Forms.Button SaveAll; + } +} + -- cgit v1.2.3-70-g09d2