Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting.Views/3.4/CVRPTWEvaluationView.Designer.cs @ 17709

Last change on this file since 17709 was 17709, checked in by abeham, 4 years ago

#2521: working on VRP

File size: 7.1 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 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 CVRPTWEvaluationView {
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 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.tardinessLabel = new System.Windows.Forms.Label();
48      this.tardinessTextBox = new System.Windows.Forms.TextBox();
49      this.travelTimeLabel = new System.Windows.Forms.Label();
50      this.travelTimeTextBox = new System.Windows.Forms.TextBox();
51      this.SuspendLayout();
52      //
53      // overloadLabel
54      //
55      this.overloadLabel.TabIndex = 13;
56      //
57      // overloadTextBox
58      //
59      this.overloadTextBox.Location = new System.Drawing.Point(71, 127);
60      this.overloadTextBox.Size = new System.Drawing.Size(149, 20);
61      //
62      // qualityLabel
63      //
64      this.qualityLabel.TabIndex = 8;
65      //
66      // qualityTextBox
67      //
68      this.qualityTextBox.Location = new System.Drawing.Point(71, 3);
69      this.qualityTextBox.Size = new System.Drawing.Size(149, 20);
70      //
71      // vehiclesTextBox
72      //
73      this.vehiclesTextBox.Location = new System.Drawing.Point(71, 55);
74      this.vehiclesTextBox.Size = new System.Drawing.Size(149, 20);
75      //
76      // distanceLabel
77      //
78      this.distanceLabel.TabIndex = 9;
79      //
80      // vehiclesLabel
81      //
82      this.vehiclesLabel.TabIndex = 10;
83      //
84      // penaltyLabel
85      //
86      this.penaltyLabel.TabIndex = 11;
87      //
88      // feasibleLabel
89      //
90      this.feasibleLabel.TabIndex = 12;
91      //
92      // distanceTextBox
93      //
94      this.distanceTextBox.Location = new System.Drawing.Point(71, 29);
95      this.distanceTextBox.Size = new System.Drawing.Size(149, 20);
96      //
97      // penaltyTextBox
98      //
99      this.penaltyTextBox.Location = new System.Drawing.Point(71, 81);
100      this.penaltyTextBox.Size = new System.Drawing.Size(149, 20);
101      //
102      // isFeasibleCcheckBox
103      //
104      this.isFeasibleCcheckBox.Location = new System.Drawing.Point(71, 107);
105      //
106      // tardinessLabel
107      //
108      this.tardinessLabel.AutoSize = true;
109      this.tardinessLabel.Location = new System.Drawing.Point(3, 156);
110      this.tardinessLabel.Name = "tardinessLabel";
111      this.tardinessLabel.Size = new System.Drawing.Size(56, 13);
112      this.tardinessLabel.TabIndex = 14;
113      this.tardinessLabel.Text = "Tardiness:";
114      //
115      // tardinessTextBox
116      //
117      this.tardinessTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
118            | System.Windows.Forms.AnchorStyles.Right)));
119      this.tardinessTextBox.Location = new System.Drawing.Point(71, 153);
120      this.tardinessTextBox.Name = "tardinessTextBox";
121      this.tardinessTextBox.ReadOnly = true;
122      this.tardinessTextBox.Size = new System.Drawing.Size(149, 20);
123      this.tardinessTextBox.TabIndex = 6;
124      //
125      // travelTimeLabel
126      //
127      this.travelTimeLabel.AutoSize = true;
128      this.travelTimeLabel.Location = new System.Drawing.Point(3, 182);
129      this.travelTimeLabel.Name = "travelTimeLabel";
130      this.travelTimeLabel.Size = new System.Drawing.Size(62, 13);
131      this.travelTimeLabel.TabIndex = 15;
132      this.travelTimeLabel.Text = "Travel time:";
133      //
134      // travelTimeTextBox
135      //
136      this.travelTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
137            | System.Windows.Forms.AnchorStyles.Right)));
138      this.travelTimeTextBox.Location = new System.Drawing.Point(71, 179);
139      this.travelTimeTextBox.Name = "travelTimeTextBox";
140      this.travelTimeTextBox.ReadOnly = true;
141      this.travelTimeTextBox.Size = new System.Drawing.Size(149, 20);
142      this.travelTimeTextBox.TabIndex = 7;
143      //
144      // CVRPTWEvaluationView
145      //
146      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
147      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
148      this.Controls.Add(this.travelTimeTextBox);
149      this.Controls.Add(this.travelTimeLabel);
150      this.Controls.Add(this.tardinessTextBox);
151      this.Controls.Add(this.tardinessLabel);
152      this.Name = "CVRPTWEvaluationView";
153      this.Size = new System.Drawing.Size(230, 211);
154      this.Controls.SetChildIndex(this.overloadLabel, 0);
155      this.Controls.SetChildIndex(this.overloadTextBox, 0);
156      this.Controls.SetChildIndex(this.qualityLabel, 0);
157      this.Controls.SetChildIndex(this.distanceLabel, 0);
158      this.Controls.SetChildIndex(this.vehiclesLabel, 0);
159      this.Controls.SetChildIndex(this.penaltyLabel, 0);
160      this.Controls.SetChildIndex(this.feasibleLabel, 0);
161      this.Controls.SetChildIndex(this.qualityTextBox, 0);
162      this.Controls.SetChildIndex(this.vehiclesTextBox, 0);
163      this.Controls.SetChildIndex(this.distanceTextBox, 0);
164      this.Controls.SetChildIndex(this.penaltyTextBox, 0);
165      this.Controls.SetChildIndex(this.isFeasibleCcheckBox, 0);
166      this.Controls.SetChildIndex(this.tardinessLabel, 0);
167      this.Controls.SetChildIndex(this.tardinessTextBox, 0);
168      this.Controls.SetChildIndex(this.travelTimeLabel, 0);
169      this.Controls.SetChildIndex(this.travelTimeTextBox, 0);
170      this.ResumeLayout(false);
171      this.PerformLayout();
172
173    }
174
175    #endregion
176
177    protected System.Windows.Forms.Label tardinessLabel;
178    protected System.Windows.Forms.TextBox tardinessTextBox;
179    protected System.Windows.Forms.Label travelTimeLabel;
180    protected System.Windows.Forms.TextBox travelTimeTextBox;
181  }
182}
Note: See TracBrowser for help on using the repository browser.