Free cookie consent management tool by TermsFeed Policy Generator

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

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

Improved VRP solution view (#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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
55      this.travelTimeViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
56      this.label6 = new System.Windows.Forms.Label();
57      this.tardinessViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
58      this.label5 = new System.Windows.Forms.Label();
59      this.overloadViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
60      this.label4 = new System.Windows.Forms.Label();
61      this.vehicleUtilizationViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
62      this.label3 = new System.Windows.Forms.Label();
63      this.label2 = new System.Windows.Forms.Label();
64      this.qualityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
65      this.label1 = new System.Windows.Forms.Label();
66      this.distanceViewHost = 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.tableLayoutPanel1.SuspendLayout();
76      this.SuspendLayout();
77      //
78      // pictureBox
79      //
80      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
81                  | System.Windows.Forms.AnchorStyles.Left)
82                  | System.Windows.Forms.AnchorStyles.Right)));
83      this.pictureBox.BackColor = System.Drawing.Color.White;
84      this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
85      this.pictureBox.Location = new System.Drawing.Point(6, 6);
86      this.pictureBox.Name = "pictureBox";
87      this.pictureBox.Size = new System.Drawing.Size(403, 386);
88      this.pictureBox.TabIndex = 0;
89      this.pictureBox.TabStop = false;
90      this.pictureBox.SizeChanged += new System.EventHandler(this.pictureBox_SizeChanged);
91      //
92      // tabControl
93      //
94      this.tabControl.Controls.Add(this.visualizationTabPage);
95      this.tabControl.Controls.Add(this.valueTabPage);
96      this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
97      this.tabControl.Location = new System.Drawing.Point(0, 0);
98      this.tabControl.Name = "tabControl";
99      this.tabControl.SelectedIndex = 0;
100      this.tabControl.Size = new System.Drawing.Size(423, 424);
101      this.tabControl.TabIndex = 0;
102      //
103      // visualizationTabPage
104      //
105      this.visualizationTabPage.Controls.Add(this.pictureBox);
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(415, 398);
110      this.visualizationTabPage.TabIndex = 0;
111      this.visualizationTabPage.Text = "Visualization";
112      this.visualizationTabPage.UseVisualStyleBackColor = true;
113      //
114      // valueTabPage
115      //
116      this.valueTabPage.Controls.Add(this.tourGroupBox);
117      this.valueTabPage.Location = new System.Drawing.Point(4, 22);
118      this.valueTabPage.Name = "valueTabPage";
119      this.valueTabPage.Padding = new System.Windows.Forms.Padding(3);
120      this.valueTabPage.Size = new System.Drawing.Size(415, 398);
121      this.valueTabPage.TabIndex = 1;
122      this.valueTabPage.Text = "Value";
123      this.valueTabPage.UseVisualStyleBackColor = true;
124      //
125      // tourGroupBox
126      //
127      this.tourGroupBox.Controls.Add(this.tourViewHost);
128      this.tourGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
129      this.tourGroupBox.Location = new System.Drawing.Point(3, 3);
130      this.tourGroupBox.Name = "tourGroupBox";
131      this.tourGroupBox.Size = new System.Drawing.Size(409, 392);
132      this.tourGroupBox.TabIndex = 0;
133      this.tourGroupBox.TabStop = false;
134      this.tourGroupBox.Text = "Tour";
135      //
136      // tourViewHost
137      //
138      this.tourViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
139                  | System.Windows.Forms.AnchorStyles.Left)
140                  | System.Windows.Forms.AnchorStyles.Right)));
141      this.tourViewHost.Caption = "View";
142      this.tourViewHost.Content = null;
143      this.tourViewHost.Location = new System.Drawing.Point(6, 19);
144      this.tourViewHost.Name = "tourViewHost";
145      this.tourViewHost.ReadOnly = false;
146      this.tourViewHost.Size = new System.Drawing.Size(397, 367);
147      this.tourViewHost.TabIndex = 0;
148      this.tourViewHost.ViewType = null;
149      //
150      // splitContainer
151      //
152      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
153      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
154      this.splitContainer.IsSplitterFixed = true;
155      this.splitContainer.Location = new System.Drawing.Point(0, 0);
156      this.splitContainer.Name = "splitContainer";
157      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
158      //
159      // splitContainer.Panel1
160      //
161      this.splitContainer.Panel1.Controls.Add(this.tableLayoutPanel1);
162      //
163      // splitContainer.Panel2
164      //
165      this.splitContainer.Panel2.Controls.Add(this.tabControl);
166      this.splitContainer.Size = new System.Drawing.Size(423, 558);
167      this.splitContainer.SplitterDistance = 130;
168      this.splitContainer.TabIndex = 0;
169      //
170      // tableLayoutPanel1
171      //
172      this.tableLayoutPanel1.ColumnCount = 2;
173      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 23.64066F));
174      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 76.35934F));
175      this.tableLayoutPanel1.Controls.Add(this.travelTimeViewHost, 1, 5);
176      this.tableLayoutPanel1.Controls.Add(this.label6, 0, 5);
177      this.tableLayoutPanel1.Controls.Add(this.tardinessViewHost, 1, 4);
178      this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
179      this.tableLayoutPanel1.Controls.Add(this.overloadViewHost, 1, 3);
180      this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
181      this.tableLayoutPanel1.Controls.Add(this.vehicleUtilizationViewHost, 1, 2);
182      this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
183      this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
184      this.tableLayoutPanel1.Controls.Add(this.qualityViewHost, 1, 0);
185      this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
186      this.tableLayoutPanel1.Controls.Add(this.distanceViewHost, 1, 1);
187      this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
188      this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
189      this.tableLayoutPanel1.Name = "tableLayoutPanel1";
190      this.tableLayoutPanel1.RowCount = 6;
191      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
192      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
193      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
194      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
195      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
196      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
197      this.tableLayoutPanel1.Size = new System.Drawing.Size(423, 121);
198      this.tableLayoutPanel1.TabIndex = 2;
199      //
200      // travelTimeViewHost
201      //
202      this.travelTimeViewHost.Caption = "View";
203      this.travelTimeViewHost.Content = null;
204      this.travelTimeViewHost.Dock = System.Windows.Forms.DockStyle.Left;
205      this.travelTimeViewHost.Location = new System.Drawing.Point(102, 103);
206      this.travelTimeViewHost.Name = "travelTimeViewHost";
207      this.travelTimeViewHost.ReadOnly = false;
208      this.travelTimeViewHost.Size = new System.Drawing.Size(281, 15);
209      this.travelTimeViewHost.TabIndex = 17;
210      this.travelTimeViewHost.ViewType = null;
211      //
212      // label6
213      //
214      this.label6.AutoSize = true;
215      this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
216      this.label6.Location = new System.Drawing.Point(3, 100);
217      this.label6.Name = "label6";
218      this.label6.Size = new System.Drawing.Size(93, 21);
219      this.label6.TabIndex = 16;
220      this.label6.Text = "Travel Time";
221      this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
222      //
223      // tardinessViewHost
224      //
225      this.tardinessViewHost.Caption = "View";
226      this.tardinessViewHost.Content = null;
227      this.tardinessViewHost.Dock = System.Windows.Forms.DockStyle.Left;
228      this.tardinessViewHost.Location = new System.Drawing.Point(102, 83);
229      this.tardinessViewHost.Name = "tardinessViewHost";
230      this.tardinessViewHost.ReadOnly = false;
231      this.tardinessViewHost.Size = new System.Drawing.Size(281, 14);
232      this.tardinessViewHost.TabIndex = 15;
233      this.tardinessViewHost.ViewType = null;
234      //
235      // label5
236      //
237      this.label5.AutoSize = true;
238      this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
239      this.label5.Location = new System.Drawing.Point(3, 80);
240      this.label5.Name = "label5";
241      this.label5.Size = new System.Drawing.Size(93, 20);
242      this.label5.TabIndex = 14;
243      this.label5.Text = "Tardiness";
244      this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
245      //
246      // overloadViewHost
247      //
248      this.overloadViewHost.BackColor = System.Drawing.Color.Transparent;
249      this.overloadViewHost.Caption = "View";
250      this.overloadViewHost.Content = null;
251      this.overloadViewHost.Dock = System.Windows.Forms.DockStyle.Left;
252      this.overloadViewHost.Location = new System.Drawing.Point(102, 63);
253      this.overloadViewHost.Name = "overloadViewHost";
254      this.overloadViewHost.ReadOnly = false;
255      this.overloadViewHost.Size = new System.Drawing.Size(281, 14);
256      this.overloadViewHost.TabIndex = 13;
257      this.overloadViewHost.ViewType = null;
258      //
259      // label4
260      //
261      this.label4.AutoSize = true;
262      this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
263      this.label4.Location = new System.Drawing.Point(3, 60);
264      this.label4.Name = "label4";
265      this.label4.Size = new System.Drawing.Size(93, 20);
266      this.label4.TabIndex = 12;
267      this.label4.Text = "Overload";
268      this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
269      //
270      // vehicleUtilizationViewHost
271      //
272      this.vehicleUtilizationViewHost.Caption = "View";
273      this.vehicleUtilizationViewHost.Content = null;
274      this.vehicleUtilizationViewHost.Dock = System.Windows.Forms.DockStyle.Left;
275      this.vehicleUtilizationViewHost.Location = new System.Drawing.Point(102, 43);
276      this.vehicleUtilizationViewHost.Name = "vehicleUtilizationViewHost";
277      this.vehicleUtilizationViewHost.ReadOnly = false;
278      this.vehicleUtilizationViewHost.Size = new System.Drawing.Size(281, 14);
279      this.vehicleUtilizationViewHost.TabIndex = 11;
280      this.vehicleUtilizationViewHost.ViewType = null;
281      //
282      // label3
283      //
284      this.label3.AutoSize = true;
285      this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
286      this.label3.Location = new System.Drawing.Point(3, 40);
287      this.label3.Name = "label3";
288      this.label3.Size = new System.Drawing.Size(93, 20);
289      this.label3.TabIndex = 10;
290      this.label3.Text = "Vehicle utilization";
291      this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
292      //
293      // label2
294      //
295      this.label2.AutoSize = true;
296      this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
297      this.label2.Location = new System.Drawing.Point(3, 20);
298      this.label2.Name = "label2";
299      this.label2.Size = new System.Drawing.Size(93, 20);
300      this.label2.TabIndex = 9;
301      this.label2.Text = "Distance";
302      this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
303      //
304      // qualityViewHost
305      //
306      this.qualityViewHost.BackColor = System.Drawing.Color.Transparent;
307      this.qualityViewHost.Caption = "View";
308      this.qualityViewHost.Content = null;
309      this.qualityViewHost.Dock = System.Windows.Forms.DockStyle.Left;
310      this.qualityViewHost.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
311      this.qualityViewHost.Location = new System.Drawing.Point(102, 3);
312      this.qualityViewHost.Name = "qualityViewHost";
313      this.qualityViewHost.ReadOnly = false;
314      this.qualityViewHost.Size = new System.Drawing.Size(281, 14);
315      this.qualityViewHost.TabIndex = 8;
316      this.qualityViewHost.ViewType = null;
317      //
318      // label1
319      //
320      this.label1.AutoSize = true;
321      this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
322      this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
323      this.label1.Location = new System.Drawing.Point(3, 0);
324      this.label1.Name = "label1";
325      this.label1.Size = new System.Drawing.Size(93, 20);
326      this.label1.TabIndex = 0;
327      this.label1.Text = "Quality";
328      this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
329      //
330      // distanceViewHost
331      //
332      this.distanceViewHost.BackColor = System.Drawing.Color.Transparent;
333      this.distanceViewHost.Caption = "View";
334      this.distanceViewHost.Content = null;
335      this.distanceViewHost.Dock = System.Windows.Forms.DockStyle.Left;
336      this.distanceViewHost.Location = new System.Drawing.Point(102, 23);
337      this.distanceViewHost.Name = "distanceViewHost";
338      this.distanceViewHost.ReadOnly = false;
339      this.distanceViewHost.Size = new System.Drawing.Size(281, 14);
340      this.distanceViewHost.TabIndex = 7;
341      this.distanceViewHost.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, 558);
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.tableLayoutPanel1.ResumeLayout(false);
359      this.tableLayoutPanel1.PerformLayout();
360      this.ResumeLayout(false);
361
362    }
363
364    #endregion
365
366    private System.Windows.Forms.PictureBox pictureBox;
367    private System.Windows.Forms.TabControl tabControl;
368    private System.Windows.Forms.TabPage visualizationTabPage;
369    private System.Windows.Forms.TabPage valueTabPage;
370    private System.Windows.Forms.GroupBox tourGroupBox;
371    private HeuristicLab.MainForm.WindowsForms.ViewHost tourViewHost;
372    private System.Windows.Forms.SplitContainer splitContainer;
373    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
374    private System.Windows.Forms.Label label1;
375    private HeuristicLab.MainForm.WindowsForms.ViewHost travelTimeViewHost;
376    private System.Windows.Forms.Label label6;
377    private HeuristicLab.MainForm.WindowsForms.ViewHost tardinessViewHost;
378    private System.Windows.Forms.Label label5;
379    private HeuristicLab.MainForm.WindowsForms.ViewHost overloadViewHost;
380    private System.Windows.Forms.Label label4;
381    private HeuristicLab.MainForm.WindowsForms.ViewHost vehicleUtilizationViewHost;
382    private System.Windows.Forms.Label label3;
383    private System.Windows.Forms.Label label2;
384    private HeuristicLab.MainForm.WindowsForms.ViewHost qualityViewHost;
385    private HeuristicLab.MainForm.WindowsForms.ViewHost distanceViewHost;
386
387
388  }
389}
Note: See TracBrowser for help on using the repository browser.