Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TravelingSalesmanProblemView.Designer.cs @ 5698

Last change on this file since 5698 was 5466, checked in by mkommend, 14 years ago

Updated all views with TabControls to use the DragOverTabControl (ticket #1058).

File size: 7.7 KB
RevLine 
[2805]1#region License Information
2/* HeuristicLab
[5445]3 * Copyright (C) 2002-2011 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]22namespace 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
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();
[5466]37      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
[3153]38      this.parametersTabPage = new System.Windows.Forms.TabPage();
39      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
40      this.visualizationTabPage = new System.Windows.Forms.TabPage();
[3158]41      this.pathTSPTourView = new HeuristicLab.Problems.TravelingSalesman.Views.PathTSPTourView();
[2805]42      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
[3153]43      this.tabControl.SuspendLayout();
44      this.parametersTabPage.SuspendLayout();
45      this.visualizationTabPage.SuspendLayout();
[2805]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);
[2882]52      this.nameTextBox.Size = new System.Drawing.Size(457, 20);
[2805]53      //
[2882]54      // descriptionTextBox
55      //
[2917]56      this.descriptionTextBox.Size = new System.Drawing.Size(457, 20);
[2882]57      //
[2805]58      // importButton
59      //
[3505]60      this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[2805]61                  | System.Windows.Forms.AnchorStyles.Right)));
[3505]62      this.importButton.Location = new System.Drawing.Point(0, 52);
[2805]63      this.importButton.Name = "importButton";
[2882]64      this.importButton.Size = new System.Drawing.Size(529, 23);
[3505]65      this.importButton.TabIndex = 4;
[2805]66      this.importButton.Text = "&Import from TSPLIB";
67      this.importButton.UseVisualStyleBackColor = true;
68      this.importButton.Click += new System.EventHandler(this.importButton_Click);
69      //
[3153]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);
[3505]77      this.tabControl.Location = new System.Drawing.Point(0, 81);
[3153]78      this.tabControl.Name = "tabControl";
79      this.tabControl.SelectedIndex = 0;
80      this.tabControl.Size = new System.Drawing.Size(529, 341);
[3505]81      this.tabControl.TabIndex = 5;
[3153]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";
[3505]102      this.parameterCollectionView.ReadOnly = false;
[3153]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";
[3505]125      this.pathTSPTourView.ReadOnly = false;
[3153]126      this.pathTSPTourView.Size = new System.Drawing.Size(509, 303);
127      this.pathTSPTourView.TabIndex = 0;
128      //
[3159]129      // TravelingSalesmanProblemView
[2805]130      //
131      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
132      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[3153]133      this.Controls.Add(this.tabControl);
[2805]134      this.Controls.Add(this.importButton);
[3159]135      this.Name = "TravelingSalesmanProblemView";
[2882]136      this.Size = new System.Drawing.Size(529, 422);
[2805]137      this.Controls.SetChildIndex(this.importButton, 0);
[3153]138      this.Controls.SetChildIndex(this.tabControl, 0);
[2805]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();
[3153]144      this.tabControl.ResumeLayout(false);
145      this.parametersTabPage.ResumeLayout(false);
146      this.visualizationTabPage.ResumeLayout(false);
[2805]147      this.ResumeLayout(false);
148      this.PerformLayout();
149
150    }
151
152    #endregion
153
154    private System.Windows.Forms.Button importButton;
[5466]155    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
[3153]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;
[2805]160
161  }
162}
Note: See TracBrowser for help on using the repository browser.