[2805] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[7259] | 3 | * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[2805] | 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 |
|
---|
[3158] | 22 | namespace HeuristicLab.Problems.TravelingSalesman.Views {
|
---|
[3159] | 23 | partial class TravelingSalesmanProblemView {
|
---|
[2805] | 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
[7558] | 29 | protected override void Dispose(bool disposing) {
|
---|
| 30 | if (disposing) {
|
---|
| 31 | if (components != null) components.Dispose();
|
---|
| 32 | }
|
---|
| 33 | base.Dispose(disposing);
|
---|
| 34 | }
|
---|
| 35 |
|
---|
[2805] | 36 | #region Component Designer generated code
|
---|
| 37 |
|
---|
| 38 | /// <summary>
|
---|
| 39 | /// Required method for Designer support - do not modify
|
---|
| 40 | /// the contents of this method with the code editor.
|
---|
| 41 | /// </summary>
|
---|
| 42 | private void InitializeComponent() {
|
---|
[5466] | 43 | this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
[3153] | 44 | this.parametersTabPage = new System.Windows.Forms.TabPage();
|
---|
| 45 | this.visualizationTabPage = new System.Windows.Forms.TabPage();
|
---|
[3158] | 46 | this.pathTSPTourView = new HeuristicLab.Problems.TravelingSalesman.Views.PathTSPTourView();
|
---|
[2805] | 47 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[3153] | 48 | this.tabControl.SuspendLayout();
|
---|
| 49 | this.parametersTabPage.SuspendLayout();
|
---|
| 50 | this.visualizationTabPage.SuspendLayout();
|
---|
[2805] | 51 | this.SuspendLayout();
|
---|
| 52 | //
|
---|
[7558] | 53 | // problemInstanceProviderViewHost
|
---|
| 54 | //
|
---|
| 55 | this.problemInstanceProviderViewHost.Size = new System.Drawing.Size(270, 21);
|
---|
| 56 | //
|
---|
| 57 | // parameterCollectionView
|
---|
| 58 | //
|
---|
| 59 | this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 60 | this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 61 | this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
| 62 | this.parameterCollectionView.Size = new System.Drawing.Size(515, 332);
|
---|
| 63 | //
|
---|
[2805] | 64 | // nameTextBox
|
---|
| 65 | //
|
---|
| 66 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 67 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[7558] | 68 | this.nameTextBox.Size = new System.Drawing.Size(454, 20);
|
---|
[2805] | 69 | //
|
---|
[5832] | 70 | // infoLabel
|
---|
[2882] | 71 | //
|
---|
[7558] | 72 | this.infoLabel.Location = new System.Drawing.Point(510, 35);
|
---|
[2882] | 73 | //
|
---|
[3153] | 74 | // tabControl
|
---|
| 75 | //
|
---|
[5832] | 76 | this.tabControl.AllowDrop = true;
|
---|
[7558] | 77 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 78 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 79 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3153] | 80 | this.tabControl.Controls.Add(this.parametersTabPage);
|
---|
| 81 | this.tabControl.Controls.Add(this.visualizationTabPage);
|
---|
[7558] | 82 | this.tabControl.Location = new System.Drawing.Point(0, 58);
|
---|
[3153] | 83 | this.tabControl.Name = "tabControl";
|
---|
| 84 | this.tabControl.SelectedIndex = 0;
|
---|
[7558] | 85 | this.tabControl.Size = new System.Drawing.Size(529, 364);
|
---|
[5832] | 86 | this.tabControl.TabIndex = 4;
|
---|
[3153] | 87 | //
|
---|
| 88 | // parametersTabPage
|
---|
| 89 | //
|
---|
| 90 | this.parametersTabPage.Controls.Add(this.parameterCollectionView);
|
---|
| 91 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 92 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
| 93 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[7558] | 94 | this.parametersTabPage.Size = new System.Drawing.Size(521, 338);
|
---|
[3153] | 95 | this.parametersTabPage.TabIndex = 0;
|
---|
| 96 | this.parametersTabPage.Text = "Parameters";
|
---|
| 97 | this.parametersTabPage.UseVisualStyleBackColor = true;
|
---|
| 98 | //
|
---|
| 99 | // visualizationTabPage
|
---|
| 100 | //
|
---|
| 101 | this.visualizationTabPage.Controls.Add(this.pathTSPTourView);
|
---|
| 102 | this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 103 | this.visualizationTabPage.Name = "visualizationTabPage";
|
---|
| 104 | this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[7558] | 105 | this.visualizationTabPage.Size = new System.Drawing.Size(521, 338);
|
---|
[3153] | 106 | this.visualizationTabPage.TabIndex = 1;
|
---|
| 107 | this.visualizationTabPage.Text = "Visualization";
|
---|
| 108 | this.visualizationTabPage.UseVisualStyleBackColor = true;
|
---|
| 109 | //
|
---|
| 110 | // pathTSPTourView
|
---|
| 111 | //
|
---|
[7558] | 112 | this.pathTSPTourView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 113 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 114 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5832] | 115 | this.pathTSPTourView.Caption = "PathTSPTour View";
|
---|
[3153] | 116 | this.pathTSPTourView.Content = null;
|
---|
| 117 | this.pathTSPTourView.Location = new System.Drawing.Point(6, 6);
|
---|
| 118 | this.pathTSPTourView.Name = "pathTSPTourView";
|
---|
[3505] | 119 | this.pathTSPTourView.ReadOnly = false;
|
---|
[5832] | 120 | this.pathTSPTourView.Size = new System.Drawing.Size(509, 329);
|
---|
[3153] | 121 | this.pathTSPTourView.TabIndex = 0;
|
---|
| 122 | //
|
---|
[3159] | 123 | // TravelingSalesmanProblemView
|
---|
[2805] | 124 | //
|
---|
| 125 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 126 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[3153] | 127 | this.Controls.Add(this.tabControl);
|
---|
[3159] | 128 | this.Name = "TravelingSalesmanProblemView";
|
---|
[2882] | 129 | this.Size = new System.Drawing.Size(529, 422);
|
---|
[7558] | 130 | this.Controls.SetChildIndex(this.libraryInfoButton, 0);
|
---|
| 131 | this.Controls.SetChildIndex(this.libraryLabel, 0);
|
---|
| 132 | this.Controls.SetChildIndex(this.problemInstanceProviderComboBox, 0);
|
---|
| 133 | this.Controls.SetChildIndex(this.problemInstanceProviderViewHost, 0);
|
---|
[5832] | 134 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
| 135 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
[3153] | 136 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
[2805] | 137 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 138 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[3153] | 139 | this.tabControl.ResumeLayout(false);
|
---|
| 140 | this.parametersTabPage.ResumeLayout(false);
|
---|
| 141 | this.visualizationTabPage.ResumeLayout(false);
|
---|
[2805] | 142 | this.ResumeLayout(false);
|
---|
| 143 | this.PerformLayout();
|
---|
| 144 |
|
---|
| 145 | }
|
---|
| 146 |
|
---|
| 147 | #endregion
|
---|
| 148 |
|
---|
[5466] | 149 | private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
|
---|
[3153] | 150 | private System.Windows.Forms.TabPage parametersTabPage;
|
---|
| 151 | private System.Windows.Forms.TabPage visualizationTabPage;
|
---|
| 152 | private PathTSPTourView pathTSPTourView;
|
---|
[2805] | 153 | }
|
---|
| 154 | }
|
---|