Free cookie consent management tool by TermsFeed Policy Generator

source: branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.Designer.cs @ 4232

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

Added TSPLIBParser (#1039)

File size: 7.2 KB
Line 
1namespace HeuristicLab.Problems.VehicleRouting.Views {
2  partial class VehicleRoutingProblemView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Windows Form Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.importButton = new System.Windows.Forms.Button();
27      this.tabControl1 = new System.Windows.Forms.TabControl();
28      this.tabPage1 = new System.Windows.Forms.TabPage();
29      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
30      this.tabPage2 = new System.Windows.Forms.TabPage();
31      this.vrpSolutionView = new HeuristicLab.Problems.VehicleRouting.Views.VRPSolutionView();
32      this.importButton2 = new System.Windows.Forms.Button();
33      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
34      this.tabControl1.SuspendLayout();
35      this.tabPage1.SuspendLayout();
36      this.tabPage2.SuspendLayout();
37      this.SuspendLayout();
38      //
39      // nameTextBox
40      //
41      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
42      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
43      //
44      // importButton
45      //
46      this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
47                  | System.Windows.Forms.AnchorStyles.Right)));
48      this.importButton.Location = new System.Drawing.Point(0, 55);
49      this.importButton.Name = "importButton";
50      this.importButton.Size = new System.Drawing.Size(490, 23);
51      this.importButton.TabIndex = 5;
52      this.importButton.Text = "Import from Solomon";
53      this.importButton.UseVisualStyleBackColor = true;
54      this.importButton.Click += new System.EventHandler(this.importButton_Click);
55      //
56      // tabControl1
57      //
58      this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
59                  | System.Windows.Forms.AnchorStyles.Left)
60                  | System.Windows.Forms.AnchorStyles.Right)));
61      this.tabControl1.Controls.Add(this.tabPage1);
62      this.tabControl1.Controls.Add(this.tabPage2);
63      this.tabControl1.Location = new System.Drawing.Point(0, 109);
64      this.tabControl1.Name = "tabControl1";
65      this.tabControl1.SelectedIndex = 0;
66      this.tabControl1.Size = new System.Drawing.Size(490, 313);
67      this.tabControl1.TabIndex = 6;
68      //
69      // tabPage1
70      //
71      this.tabPage1.Controls.Add(this.parameterCollectionView);
72      this.tabPage1.Location = new System.Drawing.Point(4, 22);
73      this.tabPage1.Name = "tabPage1";
74      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
75      this.tabPage1.Size = new System.Drawing.Size(482, 287);
76      this.tabPage1.TabIndex = 0;
77      this.tabPage1.Text = "Parameters";
78      this.tabPage1.UseVisualStyleBackColor = true;
79      //
80      // parameterCollectionView
81      //
82      this.parameterCollectionView.Caption = "ParameterCollection View";
83      this.parameterCollectionView.Content = null;
84      this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
85      this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
86      this.parameterCollectionView.Name = "parameterCollectionView";
87      this.parameterCollectionView.ReadOnly = false;
88      this.parameterCollectionView.Size = new System.Drawing.Size(476, 281);
89      this.parameterCollectionView.TabIndex = 1;
90      //
91      // tabPage2
92      //
93      this.tabPage2.Controls.Add(this.vrpSolutionView);
94      this.tabPage2.Location = new System.Drawing.Point(4, 22);
95      this.tabPage2.Name = "tabPage2";
96      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
97      this.tabPage2.Size = new System.Drawing.Size(482, 287);
98      this.tabPage2.TabIndex = 1;
99      this.tabPage2.Text = "Visualization";
100      this.tabPage2.UseVisualStyleBackColor = true;
101      //
102      // vrpSolutionView
103      //
104      this.vrpSolutionView.Caption = "VRPSolution View";
105      this.vrpSolutionView.Content = null;
106      this.vrpSolutionView.Dock = System.Windows.Forms.DockStyle.Fill;
107      this.vrpSolutionView.Location = new System.Drawing.Point(3, 3);
108      this.vrpSolutionView.Name = "vrpSolutionView";
109      this.vrpSolutionView.ReadOnly = false;
110      this.vrpSolutionView.Size = new System.Drawing.Size(476, 306);
111      this.vrpSolutionView.TabIndex = 0;
112      //
113      // importButton2
114      //
115      this.importButton2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
116                  | System.Windows.Forms.AnchorStyles.Right)));
117      this.importButton2.Location = new System.Drawing.Point(0, 81);
118      this.importButton2.Name = "importButton2";
119      this.importButton2.Size = new System.Drawing.Size(490, 23);
120      this.importButton2.TabIndex = 7;
121      this.importButton2.Text = "Import from TSPLib";
122      this.importButton2.UseVisualStyleBackColor = true;
123      this.importButton2.Click += new System.EventHandler(this.importButton2_Click);
124      //
125      // VehicleRoutingProblemView
126      //
127      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
128      this.Controls.Add(this.importButton2);
129      this.Controls.Add(this.importButton);
130      this.Controls.Add(this.tabControl1);
131      this.Name = "VehicleRoutingProblemView";
132      this.Size = new System.Drawing.Size(490, 422);
133      this.Controls.SetChildIndex(this.tabControl1, 0);
134      this.Controls.SetChildIndex(this.importButton, 0);
135      this.Controls.SetChildIndex(this.nameTextBox, 0);
136      this.Controls.SetChildIndex(this.nameLabel, 0);
137      this.Controls.SetChildIndex(this.descriptionLabel, 0);
138      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
139      this.Controls.SetChildIndex(this.importButton2, 0);
140      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
141      this.tabControl1.ResumeLayout(false);
142      this.tabPage1.ResumeLayout(false);
143      this.tabPage2.ResumeLayout(false);
144      this.ResumeLayout(false);
145      this.PerformLayout();
146
147    }
148
149    #endregion
150
151    private System.Windows.Forms.Button importButton;
152    private System.Windows.Forms.TabControl tabControl1;
153    private System.Windows.Forms.TabPage tabPage1;
154    private System.Windows.Forms.TabPage tabPage2;
155    private Core.Views.ParameterCollectionView parameterCollectionView;
156    private VRPSolutionView vrpSolutionView;
157    private System.Windows.Forms.Button importButton2;
158  }
159}
Note: See TracBrowser for help on using the repository browser.