1 | namespace 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.importButton2 = new System.Windows.Forms.Button();
|
---|
32 | this.importButton3 = new System.Windows.Forms.Button();
|
---|
33 | this.importBestButton = new System.Windows.Forms.Button();
|
---|
34 | this.vrpSolutionView = new HeuristicLab.Problems.VehicleRouting.Views.VRPSolutionView();
|
---|
35 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
36 | this.tabControl1.SuspendLayout();
|
---|
37 | this.tabPage1.SuspendLayout();
|
---|
38 | this.tabPage2.SuspendLayout();
|
---|
39 | this.SuspendLayout();
|
---|
40 | //
|
---|
41 | // nameTextBox
|
---|
42 | //
|
---|
43 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
44 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
45 | //
|
---|
46 | // importButton
|
---|
47 | //
|
---|
48 | this.importButton.Location = new System.Drawing.Point(0, 55);
|
---|
49 | this.importButton.Name = "importButton";
|
---|
50 | this.importButton.Size = new System.Drawing.Size(139, 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, 111);
|
---|
64 | this.tabControl1.Name = "tabControl1";
|
---|
65 | this.tabControl1.SelectedIndex = 0;
|
---|
66 | this.tabControl1.Size = new System.Drawing.Size(490, 255);
|
---|
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, 229);
|
---|
76 | this.tabPage1.TabIndex = 0;
|
---|
77 | this.tabPage1.Text = "Parameters";
|
---|
78 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
79 | //
|
---|
80 | // parameterCollectionView
|
---|
81 | //
|
---|
82 | this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
83 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
84 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
85 | this.parameterCollectionView.Caption = "ParameterCollection View";
|
---|
86 | this.parameterCollectionView.Content = null;
|
---|
87 | this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
88 | this.parameterCollectionView.Name = "parameterCollectionView";
|
---|
89 | this.parameterCollectionView.ReadOnly = false;
|
---|
90 | this.parameterCollectionView.Size = new System.Drawing.Size(476, 223);
|
---|
91 | this.parameterCollectionView.TabIndex = 1;
|
---|
92 | //
|
---|
93 | // tabPage2
|
---|
94 | //
|
---|
95 | this.tabPage2.Controls.Add(this.vrpSolutionView);
|
---|
96 | this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
---|
97 | this.tabPage2.Name = "tabPage2";
|
---|
98 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
99 | this.tabPage2.Size = new System.Drawing.Size(482, 229);
|
---|
100 | this.tabPage2.TabIndex = 1;
|
---|
101 | this.tabPage2.Text = "Visualization";
|
---|
102 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
103 | //
|
---|
104 | // importButton2
|
---|
105 | //
|
---|
106 | this.importButton2.Location = new System.Drawing.Point(145, 55);
|
---|
107 | this.importButton2.Name = "importButton2";
|
---|
108 | this.importButton2.Size = new System.Drawing.Size(126, 23);
|
---|
109 | this.importButton2.TabIndex = 7;
|
---|
110 | this.importButton2.Text = "Import from TSPLib";
|
---|
111 | this.importButton2.UseVisualStyleBackColor = true;
|
---|
112 | this.importButton2.Click += new System.EventHandler(this.importButton2_Click);
|
---|
113 | //
|
---|
114 | // importButton3
|
---|
115 | //
|
---|
116 | this.importButton3.Location = new System.Drawing.Point(277, 55);
|
---|
117 | this.importButton3.Name = "importButton3";
|
---|
118 | this.importButton3.Size = new System.Drawing.Size(131, 23);
|
---|
119 | this.importButton3.TabIndex = 8;
|
---|
120 | this.importButton3.Text = "Import from ORLib";
|
---|
121 | this.importButton3.UseVisualStyleBackColor = true;
|
---|
122 | this.importButton3.Click += new System.EventHandler(this.importButton3_Click);
|
---|
123 | //
|
---|
124 | // importBestButton
|
---|
125 | //
|
---|
126 | this.importBestButton.Location = new System.Drawing.Point(0, 82);
|
---|
127 | this.importBestButton.Name = "importBestButton";
|
---|
128 | this.importBestButton.Size = new System.Drawing.Size(139, 23);
|
---|
129 | this.importBestButton.TabIndex = 9;
|
---|
130 | this.importBestButton.Text = "Import solution";
|
---|
131 | this.importBestButton.UseVisualStyleBackColor = true;
|
---|
132 | this.importBestButton.Click += new System.EventHandler(this.importBestButton_Click);
|
---|
133 | //
|
---|
134 | // vrpSolutionView
|
---|
135 | //
|
---|
136 | this.vrpSolutionView.Caption = "VRPSolution View";
|
---|
137 | this.vrpSolutionView.Content = null;
|
---|
138 | this.vrpSolutionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
139 | this.vrpSolutionView.Location = new System.Drawing.Point(3, 3);
|
---|
140 | this.vrpSolutionView.Name = "vrpSolutionView";
|
---|
141 | this.vrpSolutionView.ReadOnly = false;
|
---|
142 | this.vrpSolutionView.Size = new System.Drawing.Size(476, 223);
|
---|
143 | this.vrpSolutionView.TabIndex = 0;
|
---|
144 | //
|
---|
145 | // VehicleRoutingProblemView
|
---|
146 | //
|
---|
147 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
148 | this.Controls.Add(this.importBestButton);
|
---|
149 | this.Controls.Add(this.importButton3);
|
---|
150 | this.Controls.Add(this.importButton2);
|
---|
151 | this.Controls.Add(this.importButton);
|
---|
152 | this.Controls.Add(this.tabControl1);
|
---|
153 | this.Name = "VehicleRoutingProblemView";
|
---|
154 | this.Size = new System.Drawing.Size(490, 369);
|
---|
155 | this.Controls.SetChildIndex(this.tabControl1, 0);
|
---|
156 | this.Controls.SetChildIndex(this.importButton, 0);
|
---|
157 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
158 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
159 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
160 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
161 | this.Controls.SetChildIndex(this.importButton2, 0);
|
---|
162 | this.Controls.SetChildIndex(this.importButton3, 0);
|
---|
163 | this.Controls.SetChildIndex(this.importBestButton, 0);
|
---|
164 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
165 | this.tabControl1.ResumeLayout(false);
|
---|
166 | this.tabPage1.ResumeLayout(false);
|
---|
167 | this.tabPage2.ResumeLayout(false);
|
---|
168 | this.ResumeLayout(false);
|
---|
169 | this.PerformLayout();
|
---|
170 |
|
---|
171 | }
|
---|
172 |
|
---|
173 | #endregion
|
---|
174 |
|
---|
175 | private System.Windows.Forms.Button importButton;
|
---|
176 | private System.Windows.Forms.TabControl tabControl1;
|
---|
177 | private System.Windows.Forms.TabPage tabPage1;
|
---|
178 | private System.Windows.Forms.TabPage tabPage2;
|
---|
179 | private Core.Views.ParameterCollectionView parameterCollectionView;
|
---|
180 | private VRPSolutionView vrpSolutionView;
|
---|
181 | private System.Windows.Forms.Button importButton2;
|
---|
182 | private System.Windows.Forms.Button importButton3;
|
---|
183 | private System.Windows.Forms.Button importBestButton;
|
---|
184 | }
|
---|
185 | }
|
---|