namespace Tspform { partial class Tsp { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.openfile = new System.Windows.Forms.OpenFileDialog(); this.menu = new System.Windows.Forms.MenuStrip(); this.FilePath = new System.Windows.Forms.ToolStripMenuItem(); this.ACO = new System.Windows.Forms.ToolStripMenuItem(); this.Greedy = new System.Windows.Forms.ToolStripMenuItem(); this.Random = new System.Windows.Forms.ToolStripMenuItem(); this.picture = new System.Windows.Forms.PictureBox(); this.panelRightNew = new System.Windows.Forms.Panel(); this.panelRBottom = new System.Windows.Forms.Panel(); this.labelName = new System.Windows.Forms.Label(); this.labelCL = new System.Windows.Forms.Label(); this.labelCity = new System.Windows.Forms.Label(); this.labelNc = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.labellength = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.labelfilename = new System.Windows.Forms.Label(); this.menu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picture)).BeginInit(); this.panelRightNew.SuspendLayout(); this.panelRBottom.SuspendLayout(); this.SuspendLayout(); // // openfile // this.openfile.Filter = "TSPFile(*.tsp)|*.tsp"; // // menu // this.menu.BackColor = System.Drawing.SystemColors.ControlLight; this.menu.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.menu.Font = new System.Drawing.Font("Microsoft YaHei", 11F); this.menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.FilePath, this.ACO, this.Greedy, this.Random}); this.menu.Location = new System.Drawing.Point(0, 0); this.menu.Name = "menu"; this.menu.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2); this.menu.Size = new System.Drawing.Size(771, 28); this.menu.TabIndex = 1; this.menu.Text = "menuStrip2"; this.menu.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menu_ItemClicked); // // FilePath // this.FilePath.Name = "FilePath"; this.FilePath.Size = new System.Drawing.Size(46, 24); this.FilePath.Text = "File"; this.FilePath.Click += new System.EventHandler(this.FilePath_Click); // // ACO // this.ACO.Enabled = false; this.ACO.Name = "ACO"; this.ACO.Size = new System.Drawing.Size(54, 24); this.ACO.Text = "ACO"; this.ACO.Click += new System.EventHandler(this.ACO_Click); // // Greedy // this.Greedy.Enabled = false; this.Greedy.Name = "Greedy"; this.Greedy.Size = new System.Drawing.Size(74, 24); this.Greedy.Text = "Greedy"; this.Greedy.Click += new System.EventHandler(this.Greedy_Click); // // Random // this.Random.Enabled = false; this.Random.Name = "Random"; this.Random.Size = new System.Drawing.Size(82, 24); this.Random.Text = "Random"; this.Random.Click += new System.EventHandler(this.Random_Click); // // picture // this.picture.BackColor = System.Drawing.Color.White; this.picture.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picture.Dock = System.Windows.Forms.DockStyle.Fill; this.picture.Location = new System.Drawing.Point(0, 28); this.picture.Name = "picture"; this.picture.Size = new System.Drawing.Size(453, 368); this.picture.TabIndex = 6; this.picture.TabStop = false; // // panelRightNew // this.panelRightNew.Controls.Add(this.panelRBottom); this.panelRightNew.Dock = System.Windows.Forms.DockStyle.Right; this.panelRightNew.Location = new System.Drawing.Point(453, 28); this.panelRightNew.Name = "panelRightNew"; this.panelRightNew.Size = new System.Drawing.Size(318, 368); this.panelRightNew.TabIndex = 5; // // panelRBottom // this.panelRBottom.Controls.Add(this.labelName); this.panelRBottom.Controls.Add(this.labelCL); this.panelRBottom.Controls.Add(this.labelCity); this.panelRBottom.Controls.Add(this.labelNc); this.panelRBottom.Controls.Add(this.label1); this.panelRBottom.Controls.Add(this.labellength); this.panelRBottom.Controls.Add(this.label4); this.panelRBottom.Controls.Add(this.label2); this.panelRBottom.Controls.Add(this.label6); this.panelRBottom.Controls.Add(this.labelfilename); this.panelRBottom.Dock = System.Windows.Forms.DockStyle.Fill; this.panelRBottom.Location = new System.Drawing.Point(0, 0); this.panelRBottom.Name = "panelRBottom"; this.panelRBottom.Size = new System.Drawing.Size(318, 368); this.panelRBottom.TabIndex = 8; this.panelRBottom.Paint += new System.Windows.Forms.PaintEventHandler(this.panelRBottom_Paint); // // labelName // this.labelName.AutoSize = true; this.labelName.BackColor = System.Drawing.Color.Transparent; this.labelName.Font = new System.Drawing.Font("Microsoft YaHei", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelName.Location = new System.Drawing.Point(32, 68); this.labelName.Name = "labelName"; this.labelName.Size = new System.Drawing.Size(52, 20); this.labelName.TabIndex = 0; this.labelName.Text = "Name:"; this.labelName.Click += new System.EventHandler(this.labelName_Click); // // labelCL // this.labelCL.AutoSize = true; this.labelCL.BackColor = System.Drawing.Color.Transparent; this.labelCL.Font = new System.Drawing.Font("Microsoft YaHei", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelCL.Location = new System.Drawing.Point(223, 247); this.labelCL.Name = "labelCL"; this.labelCL.Size = new System.Drawing.Size(0, 20); this.labelCL.TabIndex = 0; // // labelCity // this.labelCity.AutoSize = true; this.labelCity.BackColor = System.Drawing.Color.Transparent; this.labelCity.Font = new System.Drawing.Font("Microsoft YaHei", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelCity.Location = new System.Drawing.Point(136, 166); this.labelCity.Name = "labelCity"; this.labelCity.Size = new System.Drawing.Size(0, 20); this.labelCity.TabIndex = 0; // // labelNc // this.labelNc.AutoSize = true; this.labelNc.BackColor = System.Drawing.Color.Transparent; this.labelNc.Font = new System.Drawing.Font("Microsoft YaHei", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelNc.Location = new System.Drawing.Point(223, 205); this.labelNc.Name = "labelNc"; this.labelNc.Size = new System.Drawing.Size(0, 20); this.labelNc.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Microsoft YaHei", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(32, 119); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(156, 20); this.label1.TabIndex = 0; this.label1.Text = "Optimum tour length:"; // // labellength // this.labellength.AutoSize = true; this.labellength.BackColor = System.Drawing.Color.Transparent; this.labellength.Font = new System.Drawing.Font("Microsoft YaHei", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labellength.Location = new System.Drawing.Point(226, 107); this.labellength.Name = "labellength"; this.labellength.Size = new System.Drawing.Size(0, 20); this.labellength.TabIndex = 0; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("Microsoft YaHei", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(32, 247); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(30, 20); this.label4.TabIndex = 1; this.label4.Text = "Nc:"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Microsoft YaHei", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(32, 162); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(96, 20); this.label2.TabIndex = 0; this.label2.Text = "Dimension:"; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Font = new System.Drawing.Font("Microsoft YaHei", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(29, 205); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(153, 20); this.label6.TabIndex = 2; this.label6.Text = "Current tour length:"; // // labelfilename // this.labelfilename.AutoSize = true; this.labelfilename.BackColor = System.Drawing.Color.Transparent; this.labelfilename.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelfilename.Location = new System.Drawing.Point(119, 68); this.labelfilename.Name = "labelfilename"; this.labelfilename.Size = new System.Drawing.Size(0, 16); this.labelfilename.TabIndex = 0; // // Tsp // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(771, 396); this.Controls.Add(this.picture); this.Controls.Add(this.panelRightNew); this.Controls.Add(this.menu); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("SimSun", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Location = new System.Drawing.Point(200, 100); this.Name = "Tsp"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "WJ\'s TSP"; this.TopMost = true; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Tsp_FormClosing); this.Load += new System.EventHandler(this.Tsp_Load); this.menu.ResumeLayout(false); this.menu.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picture)).EndInit(); this.panelRightNew.ResumeLayout(false); this.panelRBottom.ResumeLayout(false); this.panelRBottom.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.MenuStrip menu; private System.Windows.Forms.OpenFileDialog openfile; private System.Windows.Forms.ToolStripMenuItem FilePath; private System.Windows.Forms.ToolStripMenuItem ACO; private System.Windows.Forms.ToolStripMenuItem Greedy; private System.Windows.Forms.ToolStripMenuItem Random; private System.Windows.Forms.PictureBox picture; private System.Windows.Forms.Panel panelRightNew; private System.Windows.Forms.Panel panelRBottom; private System.Windows.Forms.Label labelName; private System.Windows.Forms.Label labelCL; private System.Windows.Forms.Label labelCity; private System.Windows.Forms.Label labelNc; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label labellength; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label labelfilename; } }