Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2701_MemPRAlgorithm/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TravelingSalesmanProblemView.Designer.cs @ 17370

Last change on this file since 17370 was 14454, checked in by abeham, 8 years ago

#2701:

  • Worked on MemPR algorithm for permutations
  • Refactored TSP
File size: 7.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2016 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      this.updateDistanceMatrixButton = new System.Windows.Forms.Button();
48      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit();
49      this.problemInstanceSplitContainer.Panel1.SuspendLayout();
50      this.problemInstanceSplitContainer.Panel2.SuspendLayout();
51      this.problemInstanceSplitContainer.SuspendLayout();
52      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
53      this.tabControl.SuspendLayout();
54      this.parametersTabPage.SuspendLayout();
55      this.visualizationTabPage.SuspendLayout();
56      this.SuspendLayout();
57      //
58      // problemInstanceSplitContainer
59      //
60      //
61      // problemInstanceSplitContainer.Panel2
62      //
63      this.problemInstanceSplitContainer.Panel2.Controls.Add(this.updateDistanceMatrixButton);
64      this.problemInstanceSplitContainer.Panel2.Controls.Add(this.tabControl);
65      //
66      // parameterCollectionView
67      //
68      this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
69      this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
70      this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
71      this.parameterCollectionView.Size = new System.Drawing.Size(497, 245);
72      //
73      // nameTextBox
74      //
75      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
76      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
77      //
78      // tabControl
79      //
80      this.tabControl.AllowDrop = true;
81      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
82            | System.Windows.Forms.AnchorStyles.Left)
83            | System.Windows.Forms.AnchorStyles.Right)));
84      this.tabControl.Controls.Add(this.parametersTabPage);
85      this.tabControl.Controls.Add(this.visualizationTabPage);
86      this.tabControl.Location = new System.Drawing.Point(0, 56);
87      this.tabControl.Name = "tabControl";
88      this.tabControl.SelectedIndex = 0;
89      this.tabControl.Size = new System.Drawing.Size(511, 277);
90      this.tabControl.TabIndex = 4;
91      //
92      // parametersTabPage
93      //
94      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
95      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
96      this.parametersTabPage.Name = "parametersTabPage";
97      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
98      this.parametersTabPage.Size = new System.Drawing.Size(503, 251);
99      this.parametersTabPage.TabIndex = 0;
100      this.parametersTabPage.Text = "Parameters";
101      this.parametersTabPage.UseVisualStyleBackColor = true;
102      //
103      // visualizationTabPage
104      //
105      this.visualizationTabPage.Controls.Add(this.pathTSPTourView);
106      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
107      this.visualizationTabPage.Name = "visualizationTabPage";
108      this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
109      this.visualizationTabPage.Size = new System.Drawing.Size(503, 280);
110      this.visualizationTabPage.TabIndex = 1;
111      this.visualizationTabPage.Text = "Visualization";
112      this.visualizationTabPage.UseVisualStyleBackColor = true;
113      //
114      // pathTSPTourView
115      //
116      this.pathTSPTourView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
117            | System.Windows.Forms.AnchorStyles.Left)
118            | System.Windows.Forms.AnchorStyles.Right)));
119      this.pathTSPTourView.Caption = "PathTSPTour View";
120      this.pathTSPTourView.Content = null;
121      this.pathTSPTourView.Location = new System.Drawing.Point(6, 6);
122      this.pathTSPTourView.Name = "pathTSPTourView";
123      this.pathTSPTourView.ReadOnly = false;
124      this.pathTSPTourView.Size = new System.Drawing.Size(491, 268);
125      this.pathTSPTourView.TabIndex = 0;
126      //
127      // updateDistanceMatrixButton
128      //
129      this.updateDistanceMatrixButton.Location = new System.Drawing.Point(3, 27);
130      this.updateDistanceMatrixButton.Name = "updateDistanceMatrixButton";
131      this.updateDistanceMatrixButton.Size = new System.Drawing.Size(133, 23);
132      this.updateDistanceMatrixButton.TabIndex = 5;
133      this.updateDistanceMatrixButton.Text = "Update Distance Matrix";
134      this.updateDistanceMatrixButton.UseVisualStyleBackColor = true;
135      this.updateDistanceMatrixButton.Click += new System.EventHandler(this.updateDistanceMatrixButton_Click);
136      //
137      // TravelingSalesmanProblemView
138      //
139      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
140      this.Name = "TravelingSalesmanProblemView";
141      this.problemInstanceSplitContainer.Panel1.ResumeLayout(false);
142      this.problemInstanceSplitContainer.Panel1.PerformLayout();
143      this.problemInstanceSplitContainer.Panel2.ResumeLayout(false);
144      this.problemInstanceSplitContainer.Panel2.PerformLayout();
145      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit();
146      this.problemInstanceSplitContainer.ResumeLayout(false);
147      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
148      this.tabControl.ResumeLayout(false);
149      this.parametersTabPage.ResumeLayout(false);
150      this.visualizationTabPage.ResumeLayout(false);
151      this.ResumeLayout(false);
152
153    }
154
155    #endregion
156
157    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
158    private System.Windows.Forms.TabPage parametersTabPage;
159    private System.Windows.Forms.TabPage visualizationTabPage;
160    private PathTSPTourView pathTSPTourView;
161    private System.Windows.Forms.Button updateDistanceMatrixButton;
162  }
163}
Note: See TracBrowser for help on using the repository browser.