#region License Information /* HeuristicLab * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.Problems.Instances.VehicleRouting.Views { partial class VRPImportDialog { /// /// 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.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.openVRPFileDialog = new System.Windows.Forms.OpenFileDialog(); this.tspFileLabel = new System.Windows.Forms.Label(); this.openVRPFileButton = new System.Windows.Forms.Button(); this.tspFileTextBox = new System.Windows.Forms.TextBox(); this.tourFileLabel = new System.Windows.Forms.Label(); this.openTourFileButton = new System.Windows.Forms.Button(); this.tourFileTextBox = new System.Windows.Forms.TextBox(); this.openTourFileDialog = new System.Windows.Forms.OpenFileDialog(); this.clearTourFileButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Enabled = false; this.okButton.Location = new System.Drawing.Point(422, 69); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 9; this.okButton.Text = "&OK"; this.okButton.UseVisualStyleBackColor = true; // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(499, 69); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 10; this.cancelButton.Text = "&Cancel"; this.cancelButton.UseVisualStyleBackColor = true; // // openVRPFileDialog // this.openVRPFileDialog.Title = "Open VRP File"; // // tspFileLabel // this.tspFileLabel.AutoSize = true; this.tspFileLabel.Location = new System.Drawing.Point(12, 15); this.tspFileLabel.Name = "tspFileLabel"; this.tspFileLabel.Size = new System.Drawing.Size(51, 13); this.tspFileLabel.TabIndex = 0; this.tspFileLabel.Text = "&Problem File:"; // // openVRPFileButton // this.openVRPFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.openVRPFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open; this.openVRPFileButton.Location = new System.Drawing.Point(520, 10); this.openVRPFileButton.Name = "openVRPFileButton"; this.openVRPFileButton.Size = new System.Drawing.Size(24, 24); this.openVRPFileButton.TabIndex = 2; this.openVRPFileButton.UseVisualStyleBackColor = true; this.openVRPFileButton.Click += new System.EventHandler(this.openVRPFileButton_Click); // // tspFileTextBox // this.tspFileTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tspFileTextBox.Enabled = false; this.tspFileTextBox.Location = new System.Drawing.Point(136, 12); this.tspFileTextBox.Name = "tspFileTextBox"; this.tspFileTextBox.ReadOnly = true; this.tspFileTextBox.Size = new System.Drawing.Size(378, 20); this.tspFileTextBox.TabIndex = 1; // // tourFileLabel // this.tourFileLabel.AutoSize = true; this.tourFileLabel.Location = new System.Drawing.Point(12, 41); this.tourFileLabel.Name = "tourFileLabel"; this.tourFileLabel.Size = new System.Drawing.Size(119, 13); this.tourFileLabel.TabIndex = 5; this.tourFileLabel.Text = "&Optimal Tours File:"; // // openTourFileButton // this.openTourFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.openTourFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open; this.openTourFileButton.Location = new System.Drawing.Point(520, 35); this.openTourFileButton.Name = "openTourFileButton"; this.openTourFileButton.Size = new System.Drawing.Size(24, 24); this.openTourFileButton.TabIndex = 7; this.openTourFileButton.UseVisualStyleBackColor = true; this.openTourFileButton.Click += new System.EventHandler(this.openTourFileButton_Click); // // tourFileTextBox // this.tourFileTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tourFileTextBox.Enabled = false; this.tourFileTextBox.Location = new System.Drawing.Point(136, 38); this.tourFileTextBox.Name = "tourFileTextBox"; this.tourFileTextBox.ReadOnly = true; this.tourFileTextBox.Size = new System.Drawing.Size(378, 20); this.tourFileTextBox.TabIndex = 6; // // openTourFileDialog // this.openTourFileDialog.DefaultExt = "opt"; this.openTourFileDialog.FileName = "tour"; this.openTourFileDialog.SupportMultiDottedExtensions = true; this.openTourFileDialog.Title = "Open Optimal VRP Tour File"; // // clearTourFileButton // this.clearTourFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.clearTourFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove; this.clearTourFileButton.Location = new System.Drawing.Point(550, 35); this.clearTourFileButton.Name = "clearTourFileButton"; this.clearTourFileButton.Size = new System.Drawing.Size(24, 24); this.clearTourFileButton.TabIndex = 8; this.clearTourFileButton.UseVisualStyleBackColor = true; this.clearTourFileButton.Click += new System.EventHandler(this.clearTourFileButton_Click); // // VRPImportDialog // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(586, 104); this.Controls.Add(this.tourFileTextBox); this.Controls.Add(this.tspFileTextBox); this.Controls.Add(this.clearTourFileButton); this.Controls.Add(this.openTourFileButton); this.Controls.Add(this.openVRPFileButton); this.Controls.Add(this.tourFileLabel); this.Controls.Add(this.tspFileLabel); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.HelpButton = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "VRPImportDialog"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Import VRP"; this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.VRPImportDialog_HelpButtonClicked); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.OpenFileDialog openVRPFileDialog; private System.Windows.Forms.Label tspFileLabel; private System.Windows.Forms.Button openVRPFileButton; private System.Windows.Forms.TextBox tspFileTextBox; private System.Windows.Forms.Label tourFileLabel; private System.Windows.Forms.Button openTourFileButton; private System.Windows.Forms.TextBox tourFileTextBox; private System.Windows.Forms.OpenFileDialog openTourFileDialog; private System.Windows.Forms.Button clearTourFileButton; } }