Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2205_OptimizationNetworks/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPSolutionView.Designer.cs @ 15895

Last change on this file since 15895 was 14677, checked in by abeham, 7 years ago

#2205: added results tab to solution view to analyze vrp solution in more detail

  • reorganized insertion infos and adapted some evaluators and instances
File size: 7.6 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.VehicleRouting.Views {
23  partial class VRPSolutionView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Windows Form Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
48      this.tabPage1 = new System.Windows.Forms.TabPage();
49      this.problemInstanceView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
50      this.tabPage2 = new System.Windows.Forms.TabPage();
51      this.tourGroupBox = new System.Windows.Forms.GroupBox();
52      this.valueTextBox = new System.Windows.Forms.TextBox();
53      this.tabPage3 = new System.Windows.Forms.TabPage();
54      this.resultsTextBox = new System.Windows.Forms.TextBox();
55      this.tabControl1.SuspendLayout();
56      this.tabPage1.SuspendLayout();
57      this.tabPage2.SuspendLayout();
58      this.tourGroupBox.SuspendLayout();
59      this.tabPage3.SuspendLayout();
60      this.SuspendLayout();
61      //
62      // tabControl1
63      //
64      this.tabControl1.AllowDrop = true;
65      this.tabControl1.Controls.Add(this.tabPage1);
66      this.tabControl1.Controls.Add(this.tabPage2);
67      this.tabControl1.Controls.Add(this.tabPage3);
68      this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
69      this.tabControl1.Location = new System.Drawing.Point(0, 0);
70      this.tabControl1.Name = "tabControl1";
71      this.tabControl1.SelectedIndex = 0;
72      this.tabControl1.Size = new System.Drawing.Size(468, 415);
73      this.tabControl1.TabIndex = 0;
74      //
75      // tabPage1
76      //
77      this.tabPage1.Controls.Add(this.problemInstanceView);
78      this.tabPage1.Location = new System.Drawing.Point(4, 22);
79      this.tabPage1.Name = "tabPage1";
80      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
81      this.tabPage1.Size = new System.Drawing.Size(460, 389);
82      this.tabPage1.TabIndex = 0;
83      this.tabPage1.Text = "ProblemInstance";
84      this.tabPage1.UseVisualStyleBackColor = true;
85      //
86      // problemInstanceView
87      //
88      this.problemInstanceView.Caption = "View";
89      this.problemInstanceView.Content = null;
90      this.problemInstanceView.Dock = System.Windows.Forms.DockStyle.Fill;
91      this.problemInstanceView.Enabled = false;
92      this.problemInstanceView.Location = new System.Drawing.Point(3, 3);
93      this.problemInstanceView.Name = "problemInstanceView";
94      this.problemInstanceView.ReadOnly = false;
95      this.problemInstanceView.Size = new System.Drawing.Size(454, 383);
96      this.problemInstanceView.TabIndex = 0;
97      this.problemInstanceView.ViewsLabelVisible = true;
98      this.problemInstanceView.ViewType = null;
99      //
100      // tabPage2
101      //
102      this.tabPage2.Controls.Add(this.tourGroupBox);
103      this.tabPage2.Location = new System.Drawing.Point(4, 22);
104      this.tabPage2.Name = "tabPage2";
105      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
106      this.tabPage2.Size = new System.Drawing.Size(460, 389);
107      this.tabPage2.TabIndex = 1;
108      this.tabPage2.Text = "Tours";
109      this.tabPage2.UseVisualStyleBackColor = true;
110      //
111      // tourGroupBox
112      //
113      this.tourGroupBox.Controls.Add(this.valueTextBox);
114      this.tourGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
115      this.tourGroupBox.Location = new System.Drawing.Point(3, 3);
116      this.tourGroupBox.Name = "tourGroupBox";
117      this.tourGroupBox.Size = new System.Drawing.Size(454, 383);
118      this.tourGroupBox.TabIndex = 1;
119      this.tourGroupBox.TabStop = false;
120      this.tourGroupBox.Text = "Tour";
121      //
122      // valueTextBox
123      //
124      this.valueTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
125      this.valueTextBox.Location = new System.Drawing.Point(3, 16);
126      this.valueTextBox.Multiline = true;
127      this.valueTextBox.Name = "valueTextBox";
128      this.valueTextBox.ReadOnly = true;
129      this.valueTextBox.Size = new System.Drawing.Size(448, 364);
130      this.valueTextBox.TabIndex = 0;
131      //
132      // tabPage3
133      //
134      this.tabPage3.Controls.Add(this.resultsTextBox);
135      this.tabPage3.Location = new System.Drawing.Point(4, 22);
136      this.tabPage3.Name = "tabPage3";
137      this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
138      this.tabPage3.Size = new System.Drawing.Size(460, 389);
139      this.tabPage3.TabIndex = 2;
140      this.tabPage3.Text = "Results";
141      this.tabPage3.UseVisualStyleBackColor = true;
142      //
143      // resultsTextBox
144      //
145      this.resultsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
146            | System.Windows.Forms.AnchorStyles.Left)
147            | System.Windows.Forms.AnchorStyles.Right)));
148      this.resultsTextBox.Location = new System.Drawing.Point(6, 6);
149      this.resultsTextBox.Multiline = true;
150      this.resultsTextBox.Name = "resultsTextBox";
151      this.resultsTextBox.ReadOnly = true;
152      this.resultsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
153      this.resultsTextBox.Size = new System.Drawing.Size(448, 377);
154      this.resultsTextBox.TabIndex = 0;
155      //
156      // VRPSolutionView
157      //
158      this.Controls.Add(this.tabControl1);
159      this.Name = "VRPSolutionView";
160      this.Size = new System.Drawing.Size(468, 415);
161      this.tabControl1.ResumeLayout(false);
162      this.tabPage1.ResumeLayout(false);
163      this.tabPage2.ResumeLayout(false);
164      this.tourGroupBox.ResumeLayout(false);
165      this.tourGroupBox.PerformLayout();
166      this.tabPage3.ResumeLayout(false);
167      this.tabPage3.PerformLayout();
168      this.ResumeLayout(false);
169
170    }
171
172    #endregion
173
174    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl1;
175    private System.Windows.Forms.TabPage tabPage1;
176    private MainForm.WindowsForms.ViewHost problemInstanceView;
177    private System.Windows.Forms.TabPage tabPage2;
178    private System.Windows.Forms.GroupBox tourGroupBox;
179    private System.Windows.Forms.TextBox valueTextBox;
180    private System.Windows.Forms.TabPage tabPage3;
181    private System.Windows.Forms.TextBox resultsTextBox;
182  }
183}
Note: See TracBrowser for help on using the repository browser.