namespace TSPForm
{
partial class TSPForm
{
///
/// 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.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.currentRoutePanel = new System.Windows.Forms.Panel();
this.dataSetLabel = new System.Windows.Forms.Label();
this.optimumTourLengthLabel = new System.Windows.Forms.Label();
this.dimensionLabel = new System.Windows.Forms.Label();
this.currentTourLengthLabel = new System.Windows.Forms.Label();
this.progressBar = new System.Windows.Forms.ProgressBar();
this.progressLabel = new System.Windows.Forms.Label();
this.avPLabel = new System.Windows.Forms.Label();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.selectTSPDatasetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tSPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.greedyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aCOToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aCOV2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aCOV3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.localOptLabel = new System.Windows.Forms.Label();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// openFileDialog1
//
this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
//
// currentRoutePanel
//
this.currentRoutePanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.currentRoutePanel.Location = new System.Drawing.Point(22, 55);
this.currentRoutePanel.Name = "currentRoutePanel";
this.currentRoutePanel.Size = new System.Drawing.Size(568, 524);
this.currentRoutePanel.TabIndex = 1;
this.currentRoutePanel.DoubleClick += new System.EventHandler(this.currentRoutePanel_DoubleClick);
this.currentRoutePanel.Paint += new System.Windows.Forms.PaintEventHandler(this.currentRoutePanel_Paint);
//
// dataSetLabel
//
this.dataSetLabel.AutoSize = true;
this.dataSetLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dataSetLabel.Location = new System.Drawing.Point(605, 73);
this.dataSetLabel.Name = "dataSetLabel";
this.dataSetLabel.Size = new System.Drawing.Size(70, 16);
this.dataSetLabel.TabIndex = 2;
this.dataSetLabel.Text = "Dataset: ";
//
// optimumTourLengthLabel
//
this.optimumTourLengthLabel.AutoSize = true;
this.optimumTourLengthLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.optimumTourLengthLabel.Location = new System.Drawing.Point(605, 110);
this.optimumTourLengthLabel.Name = "optimumTourLengthLabel";
this.optimumTourLengthLabel.Size = new System.Drawing.Size(148, 16);
this.optimumTourLengthLabel.TabIndex = 3;
this.optimumTourLengthLabel.Text = "Optimum tour length:";
//
// dimensionLabel
//
this.dimensionLabel.AutoSize = true;
this.dimensionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dimensionLabel.Location = new System.Drawing.Point(605, 147);
this.dimensionLabel.Name = "dimensionLabel";
this.dimensionLabel.Size = new System.Drawing.Size(85, 16);
this.dimensionLabel.TabIndex = 4;
this.dimensionLabel.Text = "Dimension:";
//
// currentTourLengthLabel
//
this.currentTourLengthLabel.AutoSize = true;
this.currentTourLengthLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.currentTourLengthLabel.Location = new System.Drawing.Point(605, 181);
this.currentTourLengthLabel.Name = "currentTourLengthLabel";
this.currentTourLengthLabel.Size = new System.Drawing.Size(137, 16);
this.currentTourLengthLabel.TabIndex = 5;
this.currentTourLengthLabel.Text = "Current tour length:";
//
// progressBar
//
this.progressBar.Location = new System.Drawing.Point(606, 534);
this.progressBar.Name = "progressBar";
this.progressBar.Size = new System.Drawing.Size(223, 23);
this.progressBar.TabIndex = 6;
//
// progressLabel
//
this.progressLabel.AutoSize = true;
this.progressLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.progressLabel.Location = new System.Drawing.Point(605, 492);
this.progressLabel.Name = "progressLabel";
this.progressLabel.Size = new System.Drawing.Size(0, 16);
this.progressLabel.TabIndex = 7;
//
// avPLabel
//
this.avPLabel.AutoSize = true;
this.avPLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.avPLabel.Location = new System.Drawing.Point(608, 227);
this.avPLabel.Name = "avPLabel";
this.avPLabel.Size = new System.Drawing.Size(0, 16);
this.avPLabel.TabIndex = 8;
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.tSPToolStripMenuItem,
this.aboutToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(889, 24);
this.menuStrip1.TabIndex = 9;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.selectTSPDatasetToolStripMenuItem,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
this.fileToolStripMenuItem.Text = "File";
//
// selectTSPDatasetToolStripMenuItem
//
this.selectTSPDatasetToolStripMenuItem.Name = "selectTSPDatasetToolStripMenuItem";
this.selectTSPDatasetToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.selectTSPDatasetToolStripMenuItem.Text = "Select TSP Dataset";
this.selectTSPDatasetToolStripMenuItem.Click += new System.EventHandler(this.selectTSPDatasetToolStripMenuItem_Click);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click_1);
//
// tSPToolStripMenuItem
//
this.tSPToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.greedyToolStripMenuItem,
this.aCOToolStripMenuItem,
this.aCOV2ToolStripMenuItem,
this.aCOV3ToolStripMenuItem});
this.tSPToolStripMenuItem.Name = "tSPToolStripMenuItem";
this.tSPToolStripMenuItem.Size = new System.Drawing.Size(70, 20);
this.tSPToolStripMenuItem.Text = "TSP Solver";
//
// greedyToolStripMenuItem
//
this.greedyToolStripMenuItem.Name = "greedyToolStripMenuItem";
this.greedyToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.greedyToolStripMenuItem.Text = "Greedy";
this.greedyToolStripMenuItem.Click += new System.EventHandler(this.greedyToolStripMenuItem_Click_1);
//
// aCOToolStripMenuItem
//
this.aCOToolStripMenuItem.Name = "aCOToolStripMenuItem";
this.aCOToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.aCOToolStripMenuItem.Text = "ACO";
this.aCOToolStripMenuItem.Click += new System.EventHandler(this.aCOToolStripMenuItem_Click_1);
//
// aCOV2ToolStripMenuItem
//
this.aCOV2ToolStripMenuItem.Name = "aCOV2ToolStripMenuItem";
this.aCOV2ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.aCOV2ToolStripMenuItem.Text = "ACO v2";
this.aCOV2ToolStripMenuItem.Click += new System.EventHandler(this.aCOV2ToolStripMenuItem_Click);
//
// aCOV3ToolStripMenuItem
//
this.aCOV3ToolStripMenuItem.Name = "aCOV3ToolStripMenuItem";
this.aCOV3ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.aCOV3ToolStripMenuItem.Text = "ACO v3";
this.aCOV3ToolStripMenuItem.Click += new System.EventHandler(this.aCOV3ToolStripMenuItem_Click);
//
// localOptLabel
//
this.localOptLabel.AutoSize = true;
this.localOptLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.localOptLabel.Location = new System.Drawing.Point(608, 216);
this.localOptLabel.Name = "localOptLabel";
this.localOptLabel.Size = new System.Drawing.Size(171, 16);
this.localOptLabel.TabIndex = 11;
this.localOptLabel.Text = "Local Opt Improvement:";
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
this.aboutToolStripMenuItem.Text = "About";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
//
// TSPForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(889, 610);
this.Controls.Add(this.localOptLabel);
this.Controls.Add(this.avPLabel);
this.Controls.Add(this.progressLabel);
this.Controls.Add(this.progressBar);
this.Controls.Add(this.currentTourLengthLabel);
this.Controls.Add(this.dimensionLabel);
this.Controls.Add(this.optimumTourLengthLabel);
this.Controls.Add(this.dataSetLabel);
this.Controls.Add(this.currentRoutePanel);
this.Controls.Add(this.menuStrip1);
this.Name = "TSPForm";
this.Text = "TSPForm";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.TSPForm_FormClosed);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Panel currentRoutePanel;
private System.Windows.Forms.Label dataSetLabel;
private System.Windows.Forms.Label optimumTourLengthLabel;
private System.Windows.Forms.Label dimensionLabel;
private System.Windows.Forms.Label currentTourLengthLabel;
private System.Windows.Forms.ProgressBar progressBar;
private System.Windows.Forms.Label progressLabel;
private System.Windows.Forms.Label avPLabel;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem selectTSPDatasetToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tSPToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem greedyToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem aCOToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem aCOV2ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem aCOV3ToolStripMenuItem;
private System.Windows.Forms.Label localOptLabel;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
}
}