Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TravelingSalesmanProblemView.Designer.cs @ 7615

Last change on this file since 7615 was 7615, checked in by gkronber, 13 years ago

#1081 merged r7462:7609 from trunk into time series branch

File size: 7.0 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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
22namespace 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    protected override void Dispose(bool disposing) {
30      if (disposing) {
31        if (components != null) components.Dispose();
32      }
33      base.Dispose(disposing);
34    }
35
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() {
43      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
44      this.parametersTabPage = new System.Windows.Forms.TabPage();
45      this.visualizationTabPage = new System.Windows.Forms.TabPage();
46      this.pathTSPTourView = new HeuristicLab.Problems.TravelingSalesman.Views.PathTSPTourView();
47      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
48      this.tabControl.SuspendLayout();
49      this.parametersTabPage.SuspendLayout();
50      this.visualizationTabPage.SuspendLayout();
51      this.SuspendLayout();
52      //
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      //
64      // nameTextBox
65      //
66      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
67      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
68      this.nameTextBox.Size = new System.Drawing.Size(454, 20);
69      //
70      // infoLabel
71      //
72      this.infoLabel.Location = new System.Drawing.Point(510, 35);
73      //
74      // tabControl
75      //
76      this.tabControl.AllowDrop = true;
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)));
80      this.tabControl.Controls.Add(this.parametersTabPage);
81      this.tabControl.Controls.Add(this.visualizationTabPage);
82      this.tabControl.Location = new System.Drawing.Point(0, 58);
83      this.tabControl.Name = "tabControl";
84      this.tabControl.SelectedIndex = 0;
85      this.tabControl.Size = new System.Drawing.Size(529, 364);
86      this.tabControl.TabIndex = 4;
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);
94      this.parametersTabPage.Size = new System.Drawing.Size(521, 338);
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);
105      this.visualizationTabPage.Size = new System.Drawing.Size(521, 338);
106      this.visualizationTabPage.TabIndex = 1;
107      this.visualizationTabPage.Text = "Visualization";
108      this.visualizationTabPage.UseVisualStyleBackColor = true;
109      //
110      // pathTSPTourView
111      //
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)));
115      this.pathTSPTourView.Caption = "PathTSPTour View";
116      this.pathTSPTourView.Content = null;
117      this.pathTSPTourView.Location = new System.Drawing.Point(6, 6);
118      this.pathTSPTourView.Name = "pathTSPTourView";
119      this.pathTSPTourView.ReadOnly = false;
120      this.pathTSPTourView.Size = new System.Drawing.Size(509, 329);
121      this.pathTSPTourView.TabIndex = 0;
122      //
123      // TravelingSalesmanProblemView
124      //
125      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
126      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
127      this.Controls.Add(this.tabControl);
128      this.Name = "TravelingSalesmanProblemView";
129      this.Size = new System.Drawing.Size(529, 422);
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);
134      this.Controls.SetChildIndex(this.infoLabel, 0);
135      this.Controls.SetChildIndex(this.nameTextBox, 0);
136      this.Controls.SetChildIndex(this.tabControl, 0);
137      this.Controls.SetChildIndex(this.nameLabel, 0);
138      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
139      this.tabControl.ResumeLayout(false);
140      this.parametersTabPage.ResumeLayout(false);
141      this.visualizationTabPage.ResumeLayout(false);
142      this.ResumeLayout(false);
143      this.PerformLayout();
144
145    }
146
147    #endregion
148
149    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
150    private System.Windows.Forms.TabPage parametersTabPage;
151    private System.Windows.Forms.TabPage visualizationTabPage;
152    private PathTSPTourView pathTSPTourView;
153  }
154}
Note: See TracBrowser for help on using the repository browser.