[2805] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[12012] | 3 | * Copyright (C) 2002-2015 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();
|
---|
[7641] | 47 | ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit();
|
---|
| 48 | this.problemInstanceSplitContainer.Panel1.SuspendLayout();
|
---|
| 49 | this.problemInstanceSplitContainer.Panel2.SuspendLayout();
|
---|
| 50 | this.problemInstanceSplitContainer.SuspendLayout();
|
---|
[2805] | 51 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[3153] | 52 | this.tabControl.SuspendLayout();
|
---|
| 53 | this.parametersTabPage.SuspendLayout();
|
---|
| 54 | this.visualizationTabPage.SuspendLayout();
|
---|
[2805] | 55 | this.SuspendLayout();
|
---|
| 56 | //
|
---|
[7641] | 57 | // problemInstanceSplitContainer
|
---|
| 58 | //
|
---|
| 59 | //
|
---|
| 60 | // problemInstanceSplitContainer.Panel2
|
---|
| 61 | //
|
---|
| 62 | this.problemInstanceSplitContainer.Panel2.Controls.Add(this.tabControl);
|
---|
| 63 | //
|
---|
[7558] | 64 | // parameterCollectionView
|
---|
| 65 | //
|
---|
| 66 | this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 67 | this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 68 | this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
[7641] | 69 | this.parameterCollectionView.Size = new System.Drawing.Size(497, 274);
|
---|
[7558] | 70 | //
|
---|
[2805] | 71 | // nameTextBox
|
---|
| 72 | //
|
---|
| 73 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 74 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 75 | //
|
---|
[3153] | 76 | // tabControl
|
---|
| 77 | //
|
---|
[5832] | 78 | this.tabControl.AllowDrop = true;
|
---|
[7641] | 79 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 80 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 81 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3153] | 82 | this.tabControl.Controls.Add(this.parametersTabPage);
|
---|
| 83 | this.tabControl.Controls.Add(this.visualizationTabPage);
|
---|
[7641] | 84 | this.tabControl.Location = new System.Drawing.Point(0, 27);
|
---|
[3153] | 85 | this.tabControl.Name = "tabControl";
|
---|
| 86 | this.tabControl.SelectedIndex = 0;
|
---|
[7641] | 87 | this.tabControl.Size = new System.Drawing.Size(511, 306);
|
---|
[5832] | 88 | this.tabControl.TabIndex = 4;
|
---|
[3153] | 89 | //
|
---|
| 90 | // parametersTabPage
|
---|
| 91 | //
|
---|
| 92 | this.parametersTabPage.Controls.Add(this.parameterCollectionView);
|
---|
| 93 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 94 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
| 95 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[7641] | 96 | this.parametersTabPage.Size = new System.Drawing.Size(503, 280);
|
---|
[3153] | 97 | this.parametersTabPage.TabIndex = 0;
|
---|
| 98 | this.parametersTabPage.Text = "Parameters";
|
---|
| 99 | this.parametersTabPage.UseVisualStyleBackColor = true;
|
---|
| 100 | //
|
---|
| 101 | // visualizationTabPage
|
---|
| 102 | //
|
---|
| 103 | this.visualizationTabPage.Controls.Add(this.pathTSPTourView);
|
---|
| 104 | this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 105 | this.visualizationTabPage.Name = "visualizationTabPage";
|
---|
| 106 | this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[7641] | 107 | this.visualizationTabPage.Size = new System.Drawing.Size(503, 280);
|
---|
[3153] | 108 | this.visualizationTabPage.TabIndex = 1;
|
---|
| 109 | this.visualizationTabPage.Text = "Visualization";
|
---|
| 110 | this.visualizationTabPage.UseVisualStyleBackColor = true;
|
---|
| 111 | //
|
---|
| 112 | // pathTSPTourView
|
---|
| 113 | //
|
---|
[7641] | 114 | this.pathTSPTourView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 115 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 116 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5832] | 117 | this.pathTSPTourView.Caption = "PathTSPTour View";
|
---|
[3153] | 118 | this.pathTSPTourView.Content = null;
|
---|
| 119 | this.pathTSPTourView.Location = new System.Drawing.Point(6, 6);
|
---|
| 120 | this.pathTSPTourView.Name = "pathTSPTourView";
|
---|
[3505] | 121 | this.pathTSPTourView.ReadOnly = false;
|
---|
[7641] | 122 | this.pathTSPTourView.Size = new System.Drawing.Size(491, 268);
|
---|
[3153] | 123 | this.pathTSPTourView.TabIndex = 0;
|
---|
| 124 | //
|
---|
[3159] | 125 | // TravelingSalesmanProblemView
|
---|
[2805] | 126 | //
|
---|
| 127 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 128 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[3159] | 129 | this.Name = "TravelingSalesmanProblemView";
|
---|
[7641] | 130 | this.problemInstanceSplitContainer.Panel1.ResumeLayout(false);
|
---|
| 131 | this.problemInstanceSplitContainer.Panel1.PerformLayout();
|
---|
| 132 | this.problemInstanceSplitContainer.Panel2.ResumeLayout(false);
|
---|
| 133 | this.problemInstanceSplitContainer.Panel2.PerformLayout();
|
---|
| 134 | ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit();
|
---|
| 135 | this.problemInstanceSplitContainer.ResumeLayout(false);
|
---|
[2805] | 136 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[3153] | 137 | this.tabControl.ResumeLayout(false);
|
---|
| 138 | this.parametersTabPage.ResumeLayout(false);
|
---|
| 139 | this.visualizationTabPage.ResumeLayout(false);
|
---|
[2805] | 140 | this.ResumeLayout(false);
|
---|
| 141 |
|
---|
| 142 | }
|
---|
| 143 |
|
---|
| 144 | #endregion
|
---|
| 145 |
|
---|
[5466] | 146 | private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
|
---|
[3153] | 147 | private System.Windows.Forms.TabPage parametersTabPage;
|
---|
| 148 | private System.Windows.Forms.TabPage visualizationTabPage;
|
---|
| 149 | private PathTSPTourView pathTSPTourView;
|
---|
[2805] | 150 | }
|
---|
| 151 | }
|
---|