Free cookie consent management tool by TermsFeed Policy Generator

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

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

Improved VRP visualization (#1039)

File size: 6.8 KB
RevLine 
[3938]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.tabControl = new System.Windows.Forms.TabControl();
48      this.visualizationTabPage = new System.Windows.Forms.TabPage();
[4185]49      this.pictureBox = new System.Windows.Forms.PictureBox();
[3938]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.tabControl.SuspendLayout();
54      this.visualizationTabPage.SuspendLayout();
[4185]55      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
[3938]56      this.valueTabPage.SuspendLayout();
57      this.tourGroupBox.SuspendLayout();
58      this.SuspendLayout();
59      //
60      // tabControl
61      //
62      this.tabControl.Controls.Add(this.visualizationTabPage);
63      this.tabControl.Controls.Add(this.valueTabPage);
[4015]64      this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
65      this.tabControl.Location = new System.Drawing.Point(0, 0);
[3938]66      this.tabControl.Name = "tabControl";
67      this.tabControl.SelectedIndex = 0;
[4185]68      this.tabControl.Size = new System.Drawing.Size(423, 558);
69      this.tabControl.TabIndex = 1;
[3938]70      //
71      // visualizationTabPage
72      //
73      this.visualizationTabPage.Controls.Add(this.pictureBox);
74      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
75      this.visualizationTabPage.Name = "visualizationTabPage";
76      this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
[4185]77      this.visualizationTabPage.Size = new System.Drawing.Size(415, 532);
[3938]78      this.visualizationTabPage.TabIndex = 0;
79      this.visualizationTabPage.Text = "Visualization";
80      this.visualizationTabPage.UseVisualStyleBackColor = true;
81      //
[4185]82      // pictureBox
83      //
84      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
85                  | System.Windows.Forms.AnchorStyles.Left)
86                  | System.Windows.Forms.AnchorStyles.Right)));
87      this.pictureBox.BackColor = System.Drawing.Color.White;
88      this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
89      this.pictureBox.Location = new System.Drawing.Point(6, 6);
90      this.pictureBox.Name = "pictureBox";
91      this.pictureBox.Size = new System.Drawing.Size(403, 520);
92      this.pictureBox.TabIndex = 0;
93      this.pictureBox.TabStop = false;
94      this.pictureBox.SizeChanged += new System.EventHandler(this.pictureBox_SizeChanged);
95      //
[3938]96      // valueTabPage
97      //
98      this.valueTabPage.Controls.Add(this.tourGroupBox);
99      this.valueTabPage.Location = new System.Drawing.Point(4, 22);
100      this.valueTabPage.Name = "valueTabPage";
101      this.valueTabPage.Padding = new System.Windows.Forms.Padding(3);
[4015]102      this.valueTabPage.Size = new System.Drawing.Size(415, 398);
[3938]103      this.valueTabPage.TabIndex = 1;
104      this.valueTabPage.Text = "Value";
105      this.valueTabPage.UseVisualStyleBackColor = true;
106      //
107      // tourGroupBox
108      //
109      this.tourGroupBox.Controls.Add(this.tourViewHost);
[4015]110      this.tourGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
111      this.tourGroupBox.Location = new System.Drawing.Point(3, 3);
[3938]112      this.tourGroupBox.Name = "tourGroupBox";
[4015]113      this.tourGroupBox.Size = new System.Drawing.Size(409, 392);
[3938]114      this.tourGroupBox.TabIndex = 0;
115      this.tourGroupBox.TabStop = false;
116      this.tourGroupBox.Text = "Tour";
117      //
118      // tourViewHost
119      //
120      this.tourViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
121                  | System.Windows.Forms.AnchorStyles.Left)
122                  | System.Windows.Forms.AnchorStyles.Right)));
123      this.tourViewHost.Caption = "View";
124      this.tourViewHost.Content = null;
125      this.tourViewHost.Location = new System.Drawing.Point(6, 19);
126      this.tourViewHost.Name = "tourViewHost";
127      this.tourViewHost.ReadOnly = false;
[4015]128      this.tourViewHost.Size = new System.Drawing.Size(397, 367);
[3938]129      this.tourViewHost.TabIndex = 0;
130      this.tourViewHost.ViewType = null;
131      //
132      // VRPSolutionView
133      //
134      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
135      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[4185]136      this.Controls.Add(this.tabControl);
[3938]137      this.Name = "VRPSolutionView";
[4015]138      this.Size = new System.Drawing.Size(423, 558);
[3938]139      this.tabControl.ResumeLayout(false);
140      this.visualizationTabPage.ResumeLayout(false);
[4185]141      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
[3938]142      this.valueTabPage.ResumeLayout(false);
143      this.tourGroupBox.ResumeLayout(false);
144      this.ResumeLayout(false);
145
146    }
147
148    #endregion
149
150    private System.Windows.Forms.TabControl tabControl;
151    private System.Windows.Forms.TabPage visualizationTabPage;
[4185]152    private System.Windows.Forms.PictureBox pictureBox;
[3938]153    private System.Windows.Forms.TabPage valueTabPage;
154    private System.Windows.Forms.GroupBox tourGroupBox;
[4185]155    private MainForm.WindowsForms.ViewHost tourViewHost;
[3938]156
157
[4185]158
[3938]159  }
160}
Note: See TracBrowser for help on using the repository browser.