Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPSolutionView.Designer.cs @ 3938

Last change on this file since 3938 was 3938, checked in by svonolfe, 14 years ago

Added CVRP implementation using the Alba encoding (#1039)

File size: 18.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2010 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) {
35        if (components != null) components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component 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.pictureBox = new System.Windows.Forms.PictureBox();
48      this.tabControl = new System.Windows.Forms.TabControl();
49      this.visualizationTabPage = new System.Windows.Forms.TabPage();
50      this.valueTabPage = new System.Windows.Forms.TabPage();
51      this.tourGroupBox = new System.Windows.Forms.GroupBox();
52      this.tourViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
53      this.splitContainer = new System.Windows.Forms.SplitContainer();
54      this.tabControl1 = new System.Windows.Forms.TabControl();
55      this.tabPage1 = new System.Windows.Forms.TabPage();
56      this.qualityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
57      this.tabPage6 = new System.Windows.Forms.TabPage();
58      this.distanceViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
59      this.tabPage2 = new System.Windows.Forms.TabPage();
60      this.overloadViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
61      this.tabPage3 = new System.Windows.Forms.TabPage();
62      this.tardinessViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
63      this.tabPage4 = new System.Windows.Forms.TabPage();
64      this.travelTimeViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
65      this.tabPage5 = new System.Windows.Forms.TabPage();
66      this.vehicleUtilizationViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
67      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
68      this.tabControl.SuspendLayout();
69      this.visualizationTabPage.SuspendLayout();
70      this.valueTabPage.SuspendLayout();
71      this.tourGroupBox.SuspendLayout();
72      this.splitContainer.Panel1.SuspendLayout();
73      this.splitContainer.Panel2.SuspendLayout();
74      this.splitContainer.SuspendLayout();
75      this.tabControl1.SuspendLayout();
76      this.tabPage1.SuspendLayout();
77      this.tabPage6.SuspendLayout();
78      this.tabPage2.SuspendLayout();
79      this.tabPage3.SuspendLayout();
80      this.tabPage4.SuspendLayout();
81      this.tabPage5.SuspendLayout();
82      this.SuspendLayout();
83      //
84      // pictureBox
85      //
86      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
87                  | System.Windows.Forms.AnchorStyles.Left)
88                  | System.Windows.Forms.AnchorStyles.Right)));
89      this.pictureBox.BackColor = System.Drawing.Color.White;
90      this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
91      this.pictureBox.Location = new System.Drawing.Point(6, 6);
92      this.pictureBox.Name = "pictureBox";
93      this.pictureBox.Size = new System.Drawing.Size(403, 288);
94      this.pictureBox.TabIndex = 0;
95      this.pictureBox.TabStop = false;
96      this.pictureBox.SizeChanged += new System.EventHandler(this.pictureBox_SizeChanged);
97      //
98      // tabControl
99      //
100      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
101                  | System.Windows.Forms.AnchorStyles.Left)
102                  | System.Windows.Forms.AnchorStyles.Right)));
103      this.tabControl.Controls.Add(this.visualizationTabPage);
104      this.tabControl.Controls.Add(this.valueTabPage);
105      this.tabControl.Location = new System.Drawing.Point(0, 3);
106      this.tabControl.Name = "tabControl";
107      this.tabControl.SelectedIndex = 0;
108      this.tabControl.Size = new System.Drawing.Size(423, 326);
109      this.tabControl.TabIndex = 0;
110      //
111      // visualizationTabPage
112      //
113      this.visualizationTabPage.Controls.Add(this.pictureBox);
114      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
115      this.visualizationTabPage.Name = "visualizationTabPage";
116      this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
117      this.visualizationTabPage.Size = new System.Drawing.Size(415, 300);
118      this.visualizationTabPage.TabIndex = 0;
119      this.visualizationTabPage.Text = "Visualization";
120      this.visualizationTabPage.UseVisualStyleBackColor = true;
121      //
122      // valueTabPage
123      //
124      this.valueTabPage.Controls.Add(this.tourGroupBox);
125      this.valueTabPage.Location = new System.Drawing.Point(4, 22);
126      this.valueTabPage.Name = "valueTabPage";
127      this.valueTabPage.Padding = new System.Windows.Forms.Padding(3);
128      this.valueTabPage.Size = new System.Drawing.Size(415, 300);
129      this.valueTabPage.TabIndex = 1;
130      this.valueTabPage.Text = "Value";
131      this.valueTabPage.UseVisualStyleBackColor = true;
132      //
133      // tourGroupBox
134      //
135      this.tourGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
136                  | System.Windows.Forms.AnchorStyles.Left)
137                  | System.Windows.Forms.AnchorStyles.Right)));
138      this.tourGroupBox.Controls.Add(this.tourViewHost);
139      this.tourGroupBox.Location = new System.Drawing.Point(6, 6);
140      this.tourGroupBox.Name = "tourGroupBox";
141      this.tourGroupBox.Size = new System.Drawing.Size(403, 288);
142      this.tourGroupBox.TabIndex = 0;
143      this.tourGroupBox.TabStop = false;
144      this.tourGroupBox.Text = "Tour";
145      //
146      // tourViewHost
147      //
148      this.tourViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
149                  | System.Windows.Forms.AnchorStyles.Left)
150                  | System.Windows.Forms.AnchorStyles.Right)));
151      this.tourViewHost.Caption = "View";
152      this.tourViewHost.Content = null;
153      this.tourViewHost.Location = new System.Drawing.Point(6, 19);
154      this.tourViewHost.Name = "tourViewHost";
155      this.tourViewHost.ReadOnly = false;
156      this.tourViewHost.Size = new System.Drawing.Size(391, 263);
157      this.tourViewHost.TabIndex = 0;
158      this.tourViewHost.ViewType = null;
159      //
160      // splitContainer
161      //
162      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
163      this.splitContainer.Location = new System.Drawing.Point(0, 0);
164      this.splitContainer.Name = "splitContainer";
165      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
166      //
167      // splitContainer.Panel1
168      //
169      this.splitContainer.Panel1.Controls.Add(this.tabControl1);
170      //
171      // splitContainer.Panel2
172      //
173      this.splitContainer.Panel2.Controls.Add(this.tabControl);
174      this.splitContainer.Size = new System.Drawing.Size(423, 402);
175      this.splitContainer.SplitterDistance = 69;
176      this.splitContainer.TabIndex = 0;
177      //
178      // tabControl1
179      //
180      this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
181                  | System.Windows.Forms.AnchorStyles.Left)
182                  | System.Windows.Forms.AnchorStyles.Right)));
183      this.tabControl1.Controls.Add(this.tabPage1);
184      this.tabControl1.Controls.Add(this.tabPage6);
185      this.tabControl1.Controls.Add(this.tabPage5);
186      this.tabControl1.Controls.Add(this.tabPage2);
187      this.tabControl1.Controls.Add(this.tabPage3);
188      this.tabControl1.Controls.Add(this.tabPage4);
189      this.tabControl1.Location = new System.Drawing.Point(4, 3);
190      this.tabControl1.Name = "tabControl1";
191      this.tabControl1.SelectedIndex = 0;
192      this.tabControl1.Size = new System.Drawing.Size(416, 63);
193      this.tabControl1.TabIndex = 0;
194      //
195      // tabPage1
196      //
197      this.tabPage1.Controls.Add(this.qualityViewHost);
198      this.tabPage1.Location = new System.Drawing.Point(4, 22);
199      this.tabPage1.Name = "tabPage1";
200      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
201      this.tabPage1.Size = new System.Drawing.Size(408, 37);
202      this.tabPage1.TabIndex = 0;
203      this.tabPage1.Text = "Quality";
204      this.tabPage1.UseVisualStyleBackColor = true;
205      //
206      // qualityViewHost
207      //
208      this.qualityViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
209                  | System.Windows.Forms.AnchorStyles.Left)
210                  | System.Windows.Forms.AnchorStyles.Right)));
211      this.qualityViewHost.BackColor = System.Drawing.Color.Transparent;
212      this.qualityViewHost.Caption = "View";
213      this.qualityViewHost.Content = null;
214      this.qualityViewHost.Location = new System.Drawing.Point(3, 1);
215      this.qualityViewHost.Name = "qualityViewHost";
216      this.qualityViewHost.ReadOnly = false;
217      this.qualityViewHost.Size = new System.Drawing.Size(402, 35);
218      this.qualityViewHost.TabIndex = 5;
219      this.qualityViewHost.ViewType = null;
220      //
221      // tabPage6
222      //
223      this.tabPage6.Controls.Add(this.distanceViewHost);
224      this.tabPage6.Location = new System.Drawing.Point(4, 22);
225      this.tabPage6.Name = "tabPage6";
226      this.tabPage6.Size = new System.Drawing.Size(408, 37);
227      this.tabPage6.TabIndex = 5;
228      this.tabPage6.Text = "Distance";
229      this.tabPage6.UseVisualStyleBackColor = true;
230      //
231      // distanceViewHost
232      //
233      this.distanceViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
234                  | System.Windows.Forms.AnchorStyles.Left)
235                  | System.Windows.Forms.AnchorStyles.Right)));
236      this.distanceViewHost.BackColor = System.Drawing.Color.Transparent;
237      this.distanceViewHost.Caption = "View";
238      this.distanceViewHost.Content = null;
239      this.distanceViewHost.Location = new System.Drawing.Point(3, 1);
240      this.distanceViewHost.Name = "distanceViewHost";
241      this.distanceViewHost.ReadOnly = false;
242      this.distanceViewHost.Size = new System.Drawing.Size(402, 35);
243      this.distanceViewHost.TabIndex = 6;
244      this.distanceViewHost.ViewType = null;
245      //
246      // tabPage2
247      //
248      this.tabPage2.Controls.Add(this.overloadViewHost);
249      this.tabPage2.Location = new System.Drawing.Point(4, 22);
250      this.tabPage2.Name = "tabPage2";
251      this.tabPage2.Size = new System.Drawing.Size(408, 37);
252      this.tabPage2.TabIndex = 1;
253      this.tabPage2.Text = "Overload";
254      this.tabPage2.UseVisualStyleBackColor = true;
255      //
256      // overloadViewHost
257      //
258      this.overloadViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
259                  | System.Windows.Forms.AnchorStyles.Left)
260                  | System.Windows.Forms.AnchorStyles.Right)));
261      this.overloadViewHost.BackColor = System.Drawing.Color.Transparent;
262      this.overloadViewHost.Caption = "View";
263      this.overloadViewHost.Content = null;
264      this.overloadViewHost.Location = new System.Drawing.Point(3, 2);
265      this.overloadViewHost.Name = "overloadViewHost";
266      this.overloadViewHost.ReadOnly = false;
267      this.overloadViewHost.Size = new System.Drawing.Size(402, 35);
268      this.overloadViewHost.TabIndex = 4;
269      this.overloadViewHost.ViewType = null;
270      //
271      // tabPage3
272      //
273      this.tabPage3.Controls.Add(this.tardinessViewHost);
274      this.tabPage3.Location = new System.Drawing.Point(4, 22);
275      this.tabPage3.Name = "tabPage3";
276      this.tabPage3.Size = new System.Drawing.Size(408, 37);
277      this.tabPage3.TabIndex = 2;
278      this.tabPage3.Text = "Tardiness";
279      this.tabPage3.UseVisualStyleBackColor = true;
280      //
281      // tardinessViewHost
282      //
283      this.tardinessViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
284                  | System.Windows.Forms.AnchorStyles.Left)
285                  | System.Windows.Forms.AnchorStyles.Right)));
286      this.tardinessViewHost.Caption = "View";
287      this.tardinessViewHost.Content = null;
288      this.tardinessViewHost.Location = new System.Drawing.Point(2, 1);
289      this.tardinessViewHost.Name = "tardinessViewHost";
290      this.tardinessViewHost.ReadOnly = false;
291      this.tardinessViewHost.Size = new System.Drawing.Size(404, 35);
292      this.tardinessViewHost.TabIndex = 2;
293      this.tardinessViewHost.ViewType = null;
294      //
295      // tabPage4
296      //
297      this.tabPage4.Controls.Add(this.travelTimeViewHost);
298      this.tabPage4.Location = new System.Drawing.Point(4, 22);
299      this.tabPage4.Name = "tabPage4";
300      this.tabPage4.Size = new System.Drawing.Size(408, 37);
301      this.tabPage4.TabIndex = 3;
302      this.tabPage4.Text = "TravelTime";
303      this.tabPage4.UseVisualStyleBackColor = true;
304      //
305      // travelTimeViewHost
306      //
307      this.travelTimeViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
308                  | System.Windows.Forms.AnchorStyles.Left)
309                  | System.Windows.Forms.AnchorStyles.Right)));
310      this.travelTimeViewHost.Caption = "View";
311      this.travelTimeViewHost.Content = null;
312      this.travelTimeViewHost.Location = new System.Drawing.Point(2, 1);
313      this.travelTimeViewHost.Name = "travelTimeViewHost";
314      this.travelTimeViewHost.ReadOnly = false;
315      this.travelTimeViewHost.Size = new System.Drawing.Size(404, 35);
316      this.travelTimeViewHost.TabIndex = 2;
317      this.travelTimeViewHost.ViewType = null;
318      //
319      // tabPage5
320      //
321      this.tabPage5.Controls.Add(this.vehicleUtilizationViewHost);
322      this.tabPage5.Location = new System.Drawing.Point(4, 22);
323      this.tabPage5.Name = "tabPage5";
324      this.tabPage5.Size = new System.Drawing.Size(408, 37);
325      this.tabPage5.TabIndex = 4;
326      this.tabPage5.Text = "Vehicle utilization";
327      this.tabPage5.UseVisualStyleBackColor = true;
328      //
329      // vehicleUtilizationViewHost
330      //
331      this.vehicleUtilizationViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
332                  | System.Windows.Forms.AnchorStyles.Left)
333                  | System.Windows.Forms.AnchorStyles.Right)));
334      this.vehicleUtilizationViewHost.Caption = "View";
335      this.vehicleUtilizationViewHost.Content = null;
336      this.vehicleUtilizationViewHost.Location = new System.Drawing.Point(2, 1);
337      this.vehicleUtilizationViewHost.Name = "vehicleUtilizationViewHost";
338      this.vehicleUtilizationViewHost.ReadOnly = false;
339      this.vehicleUtilizationViewHost.Size = new System.Drawing.Size(404, 35);
340      this.vehicleUtilizationViewHost.TabIndex = 2;
341      this.vehicleUtilizationViewHost.ViewType = null;
342      //
343      // VRPSolutionView
344      //
345      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
346      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
347      this.Controls.Add(this.splitContainer);
348      this.Name = "VRPSolutionView";
349      this.Size = new System.Drawing.Size(423, 402);
350      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
351      this.tabControl.ResumeLayout(false);
352      this.visualizationTabPage.ResumeLayout(false);
353      this.valueTabPage.ResumeLayout(false);
354      this.tourGroupBox.ResumeLayout(false);
355      this.splitContainer.Panel1.ResumeLayout(false);
356      this.splitContainer.Panel2.ResumeLayout(false);
357      this.splitContainer.ResumeLayout(false);
358      this.tabControl1.ResumeLayout(false);
359      this.tabPage1.ResumeLayout(false);
360      this.tabPage6.ResumeLayout(false);
361      this.tabPage2.ResumeLayout(false);
362      this.tabPage3.ResumeLayout(false);
363      this.tabPage4.ResumeLayout(false);
364      this.tabPage5.ResumeLayout(false);
365      this.ResumeLayout(false);
366
367    }
368
369    #endregion
370
371    private System.Windows.Forms.PictureBox pictureBox;
372    private System.Windows.Forms.TabControl tabControl;
373    private System.Windows.Forms.TabPage visualizationTabPage;
374    private System.Windows.Forms.TabPage valueTabPage;
375    private System.Windows.Forms.GroupBox tourGroupBox;
376    private HeuristicLab.MainForm.WindowsForms.ViewHost tourViewHost;
377    private System.Windows.Forms.SplitContainer splitContainer;
378    private System.Windows.Forms.TabControl tabControl1;
379    private System.Windows.Forms.TabPage tabPage1;
380    private System.Windows.Forms.TabPage tabPage2;
381    private System.Windows.Forms.TabPage tabPage3;
382    private HeuristicLab.MainForm.WindowsForms.ViewHost tardinessViewHost;
383    private System.Windows.Forms.TabPage tabPage4;
384    private HeuristicLab.MainForm.WindowsForms.ViewHost travelTimeViewHost;
385    private System.Windows.Forms.TabPage tabPage5;
386    private HeuristicLab.MainForm.WindowsForms.ViewHost vehicleUtilizationViewHost;
387    private HeuristicLab.MainForm.WindowsForms.ViewHost overloadViewHost;
388    private HeuristicLab.MainForm.WindowsForms.ViewHost qualityViewHost;
389    private System.Windows.Forms.TabPage tabPage6;
390    private HeuristicLab.MainForm.WindowsForms.ViewHost distanceViewHost;
391
392
393  }
394}
Note: See TracBrowser for help on using the repository browser.