1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
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 |
|
---|
22 | namespace HeuristicLab.Problems.TravelingSalesman.Views {
|
---|
23 | partial class TravelingSalesmanProblemView {
|
---|
24 | /// <summary>
|
---|
25 | /// Required designer variable.
|
---|
26 | /// </summary>
|
---|
27 | private System.ComponentModel.IContainer components = null;
|
---|
28 |
|
---|
29 | #region Component Designer generated code
|
---|
30 |
|
---|
31 | /// <summary>
|
---|
32 | /// Required method for Designer support - do not modify
|
---|
33 | /// the contents of this method with the code editor.
|
---|
34 | /// </summary>
|
---|
35 | private void InitializeComponent() {
|
---|
36 | this.importButton = new System.Windows.Forms.Button();
|
---|
37 | this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
38 | this.parametersTabPage = new System.Windows.Forms.TabPage();
|
---|
39 | this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
40 | this.visualizationTabPage = new System.Windows.Forms.TabPage();
|
---|
41 | this.pathTSPTourView = new HeuristicLab.Problems.TravelingSalesman.Views.PathTSPTourView();
|
---|
42 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
43 | this.tabControl.SuspendLayout();
|
---|
44 | this.parametersTabPage.SuspendLayout();
|
---|
45 | this.visualizationTabPage.SuspendLayout();
|
---|
46 | this.SuspendLayout();
|
---|
47 | //
|
---|
48 | // nameTextBox
|
---|
49 | //
|
---|
50 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
51 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
52 | this.nameTextBox.Size = new System.Drawing.Size(457, 20);
|
---|
53 | //
|
---|
54 | // descriptionTextBox
|
---|
55 | //
|
---|
56 | this.descriptionTextBox.Size = new System.Drawing.Size(457, 20);
|
---|
57 | //
|
---|
58 | // importButton
|
---|
59 | //
|
---|
60 | this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
61 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
62 | this.importButton.Location = new System.Drawing.Point(0, 52);
|
---|
63 | this.importButton.Name = "importButton";
|
---|
64 | this.importButton.Size = new System.Drawing.Size(529, 23);
|
---|
65 | this.importButton.TabIndex = 4;
|
---|
66 | this.importButton.Text = "&Import from TSPLIB";
|
---|
67 | this.importButton.UseVisualStyleBackColor = true;
|
---|
68 | this.importButton.Click += new System.EventHandler(this.importButton_Click);
|
---|
69 | //
|
---|
70 | // tabControl
|
---|
71 | //
|
---|
72 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
73 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
74 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
75 | this.tabControl.Controls.Add(this.parametersTabPage);
|
---|
76 | this.tabControl.Controls.Add(this.visualizationTabPage);
|
---|
77 | this.tabControl.Location = new System.Drawing.Point(0, 81);
|
---|
78 | this.tabControl.Name = "tabControl";
|
---|
79 | this.tabControl.SelectedIndex = 0;
|
---|
80 | this.tabControl.Size = new System.Drawing.Size(529, 341);
|
---|
81 | this.tabControl.TabIndex = 5;
|
---|
82 | //
|
---|
83 | // parametersTabPage
|
---|
84 | //
|
---|
85 | this.parametersTabPage.Controls.Add(this.parameterCollectionView);
|
---|
86 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
87 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
88 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
89 | this.parametersTabPage.Size = new System.Drawing.Size(521, 315);
|
---|
90 | this.parametersTabPage.TabIndex = 0;
|
---|
91 | this.parametersTabPage.Text = "Parameters";
|
---|
92 | this.parametersTabPage.UseVisualStyleBackColor = true;
|
---|
93 | //
|
---|
94 | // parameterCollectionView
|
---|
95 | //
|
---|
96 | this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
97 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
98 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
99 | this.parameterCollectionView.Content = null;
|
---|
100 | this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
|
---|
101 | this.parameterCollectionView.Name = "parameterCollectionView";
|
---|
102 | this.parameterCollectionView.ReadOnly = false;
|
---|
103 | this.parameterCollectionView.Size = new System.Drawing.Size(509, 303);
|
---|
104 | this.parameterCollectionView.TabIndex = 0;
|
---|
105 | //
|
---|
106 | // visualizationTabPage
|
---|
107 | //
|
---|
108 | this.visualizationTabPage.Controls.Add(this.pathTSPTourView);
|
---|
109 | this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
110 | this.visualizationTabPage.Name = "visualizationTabPage";
|
---|
111 | this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
112 | this.visualizationTabPage.Size = new System.Drawing.Size(521, 315);
|
---|
113 | this.visualizationTabPage.TabIndex = 1;
|
---|
114 | this.visualizationTabPage.Text = "Visualization";
|
---|
115 | this.visualizationTabPage.UseVisualStyleBackColor = true;
|
---|
116 | //
|
---|
117 | // pathTSPTourView
|
---|
118 | //
|
---|
119 | this.pathTSPTourView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
120 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
121 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
122 | this.pathTSPTourView.Content = null;
|
---|
123 | this.pathTSPTourView.Location = new System.Drawing.Point(6, 6);
|
---|
124 | this.pathTSPTourView.Name = "pathTSPTourView";
|
---|
125 | this.pathTSPTourView.ReadOnly = false;
|
---|
126 | this.pathTSPTourView.Size = new System.Drawing.Size(509, 303);
|
---|
127 | this.pathTSPTourView.TabIndex = 0;
|
---|
128 | //
|
---|
129 | // TravelingSalesmanProblemView
|
---|
130 | //
|
---|
131 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
132 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
133 | this.Controls.Add(this.tabControl);
|
---|
134 | this.Controls.Add(this.importButton);
|
---|
135 | this.Name = "TravelingSalesmanProblemView";
|
---|
136 | this.Size = new System.Drawing.Size(529, 422);
|
---|
137 | this.Controls.SetChildIndex(this.importButton, 0);
|
---|
138 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
139 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
140 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
141 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
142 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
143 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
144 | this.tabControl.ResumeLayout(false);
|
---|
145 | this.parametersTabPage.ResumeLayout(false);
|
---|
146 | this.visualizationTabPage.ResumeLayout(false);
|
---|
147 | this.ResumeLayout(false);
|
---|
148 | this.PerformLayout();
|
---|
149 |
|
---|
150 | }
|
---|
151 |
|
---|
152 | #endregion
|
---|
153 |
|
---|
154 | private System.Windows.Forms.Button importButton;
|
---|
155 | private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
|
---|
156 | private System.Windows.Forms.TabPage parametersTabPage;
|
---|
157 | private System.Windows.Forms.TabPage visualizationTabPage;
|
---|
158 | private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
|
---|
159 | private PathTSPTourView pathTSPTourView;
|
---|
160 |
|
---|
161 | }
|
---|
162 | }
|
---|