1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2015 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 |
|
---|
22 | namespace HeuristicLab.BioBoost.Views {
|
---|
23 | partial class BioBoostProblemDataView {
|
---|
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.tabControl = new System.Windows.Forms.TabControl();
|
---|
48 | this.dataPage = new System.Windows.Forms.TabPage();
|
---|
49 | this.splitRegionFactorsImportButton = new System.Windows.Forms.Button();
|
---|
50 | this.filterButton = new System.Windows.Forms.Button();
|
---|
51 | this.importDescriptorsButton = new System.Windows.Forms.Button();
|
---|
52 | this.checkButton = new System.Windows.Forms.Button();
|
---|
53 | this.importNeighborsButton = new System.Windows.Forms.Button();
|
---|
54 | this.loadShapeFileButton = new System.Windows.Forms.Button();
|
---|
55 | this.importDistancesButton = new System.Windows.Forms.Button();
|
---|
56 | this.importFeedstockButton = new System.Windows.Forms.Button();
|
---|
57 | this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
58 | this.mapPage = new System.Windows.Forms.TabPage();
|
---|
59 | this.mapBox = new SharpMap.Forms.MapBox();
|
---|
60 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
61 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
62 | this.tabControl.SuspendLayout();
|
---|
63 | this.dataPage.SuspendLayout();
|
---|
64 | this.mapPage.SuspendLayout();
|
---|
65 | this.SuspendLayout();
|
---|
66 | //
|
---|
67 | // nameTextBox
|
---|
68 | //
|
---|
69 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
70 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
71 | this.nameTextBox.Size = new System.Drawing.Size(604, 20);
|
---|
72 | //
|
---|
73 | // infoLabel
|
---|
74 | //
|
---|
75 | this.infoLabel.Location = new System.Drawing.Point(669, 3);
|
---|
76 | //
|
---|
77 | // tabControl
|
---|
78 | //
|
---|
79 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
80 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
81 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
82 | this.tabControl.Controls.Add(this.dataPage);
|
---|
83 | this.tabControl.Controls.Add(this.mapPage);
|
---|
84 | this.tabControl.Location = new System.Drawing.Point(3, 26);
|
---|
85 | this.tabControl.Name = "tabControl";
|
---|
86 | this.tabControl.SelectedIndex = 0;
|
---|
87 | this.tabControl.Size = new System.Drawing.Size(682, 423);
|
---|
88 | this.tabControl.TabIndex = 3;
|
---|
89 | //
|
---|
90 | // dataPage
|
---|
91 | //
|
---|
92 | this.dataPage.Controls.Add(this.splitRegionFactorsImportButton);
|
---|
93 | this.dataPage.Controls.Add(this.filterButton);
|
---|
94 | this.dataPage.Controls.Add(this.importDescriptorsButton);
|
---|
95 | this.dataPage.Controls.Add(this.checkButton);
|
---|
96 | this.dataPage.Controls.Add(this.importNeighborsButton);
|
---|
97 | this.dataPage.Controls.Add(this.loadShapeFileButton);
|
---|
98 | this.dataPage.Controls.Add(this.importDistancesButton);
|
---|
99 | this.dataPage.Controls.Add(this.importFeedstockButton);
|
---|
100 | this.dataPage.Controls.Add(this.parameterCollectionView);
|
---|
101 | this.dataPage.Location = new System.Drawing.Point(4, 22);
|
---|
102 | this.dataPage.Name = "dataPage";
|
---|
103 | this.dataPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
104 | this.dataPage.Size = new System.Drawing.Size(674, 397);
|
---|
105 | this.dataPage.TabIndex = 0;
|
---|
106 | this.dataPage.Text = "Data";
|
---|
107 | this.dataPage.UseVisualStyleBackColor = true;
|
---|
108 | //
|
---|
109 | // splitRegionFactorsImportButton
|
---|
110 | //
|
---|
111 | this.splitRegionFactorsImportButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.Farm_Fresh_arrow_divide;
|
---|
112 | this.splitRegionFactorsImportButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
---|
113 | this.splitRegionFactorsImportButton.Location = new System.Drawing.Point(166, 7);
|
---|
114 | this.splitRegionFactorsImportButton.Name = "splitRegionFactorsImportButton";
|
---|
115 | this.splitRegionFactorsImportButton.Size = new System.Drawing.Size(26, 26);
|
---|
116 | this.splitRegionFactorsImportButton.TabIndex = 10;
|
---|
117 | this.toolTip.SetToolTip(this.splitRegionFactorsImportButton, "import descriptors");
|
---|
118 | this.splitRegionFactorsImportButton.UseVisualStyleBackColor = true;
|
---|
119 | this.splitRegionFactorsImportButton.Click += new System.EventHandler(this.splitRegionFactorsImportButton_Click);
|
---|
120 | //
|
---|
121 | // filterButton
|
---|
122 | //
|
---|
123 | this.filterButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
124 | this.filterButton.Location = new System.Drawing.Point(563, 7);
|
---|
125 | this.filterButton.Name = "filterButton";
|
---|
126 | this.filterButton.Size = new System.Drawing.Size(51, 23);
|
---|
127 | this.filterButton.TabIndex = 9;
|
---|
128 | this.filterButton.Text = "Filter...";
|
---|
129 | this.filterButton.UseVisualStyleBackColor = true;
|
---|
130 | this.filterButton.Click += new System.EventHandler(this.filterButton_Click);
|
---|
131 | //
|
---|
132 | // importDescriptorsButton
|
---|
133 | //
|
---|
134 | this.importDescriptorsButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.FoamingBeakerCartoon;
|
---|
135 | this.importDescriptorsButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
---|
136 | this.importDescriptorsButton.Location = new System.Drawing.Point(134, 6);
|
---|
137 | this.importDescriptorsButton.Name = "importDescriptorsButton";
|
---|
138 | this.importDescriptorsButton.Size = new System.Drawing.Size(26, 26);
|
---|
139 | this.importDescriptorsButton.TabIndex = 8;
|
---|
140 | this.toolTip.SetToolTip(this.importDescriptorsButton, "import descriptors");
|
---|
141 | this.importDescriptorsButton.UseVisualStyleBackColor = true;
|
---|
142 | this.importDescriptorsButton.Click += new System.EventHandler(this.importConversionsButton_Click);
|
---|
143 | //
|
---|
144 | // checkButton
|
---|
145 | //
|
---|
146 | this.checkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
147 | this.checkButton.Location = new System.Drawing.Point(620, 7);
|
---|
148 | this.checkButton.Name = "checkButton";
|
---|
149 | this.checkButton.Size = new System.Drawing.Size(48, 23);
|
---|
150 | this.checkButton.TabIndex = 7;
|
---|
151 | this.checkButton.Text = "Check";
|
---|
152 | this.checkButton.UseVisualStyleBackColor = true;
|
---|
153 | this.checkButton.Click += new System.EventHandler(this.checkButton_Click);
|
---|
154 | //
|
---|
155 | // importNeighborsButton
|
---|
156 | //
|
---|
157 | this.importNeighborsButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.neighbors;
|
---|
158 | this.importNeighborsButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
---|
159 | this.importNeighborsButton.Location = new System.Drawing.Point(102, 6);
|
---|
160 | this.importNeighborsButton.Name = "importNeighborsButton";
|
---|
161 | this.importNeighborsButton.Size = new System.Drawing.Size(26, 26);
|
---|
162 | this.importNeighborsButton.TabIndex = 6;
|
---|
163 | this.toolTip.SetToolTip(this.importNeighborsButton, "Import Neighbors");
|
---|
164 | this.importNeighborsButton.UseVisualStyleBackColor = true;
|
---|
165 | this.importNeighborsButton.Click += new System.EventHandler(this.importNeighborsButton_Click);
|
---|
166 | //
|
---|
167 | // loadShapeFileButton
|
---|
168 | //
|
---|
169 | this.loadShapeFileButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.ShapefileIcon;
|
---|
170 | this.loadShapeFileButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
---|
171 | this.loadShapeFileButton.Location = new System.Drawing.Point(6, 6);
|
---|
172 | this.loadShapeFileButton.Name = "loadShapeFileButton";
|
---|
173 | this.loadShapeFileButton.Size = new System.Drawing.Size(26, 26);
|
---|
174 | this.loadShapeFileButton.TabIndex = 4;
|
---|
175 | this.toolTip.SetToolTip(this.loadShapeFileButton, "Load Shapefile");
|
---|
176 | this.loadShapeFileButton.UseVisualStyleBackColor = true;
|
---|
177 | this.loadShapeFileButton.Click += new System.EventHandler(this.loadShapeFileButton_Click);
|
---|
178 | //
|
---|
179 | // importDistancesButton
|
---|
180 | //
|
---|
181 | this.importDistancesButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.Transport;
|
---|
182 | this.importDistancesButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
---|
183 | this.importDistancesButton.Location = new System.Drawing.Point(70, 6);
|
---|
184 | this.importDistancesButton.Name = "importDistancesButton";
|
---|
185 | this.importDistancesButton.Size = new System.Drawing.Size(26, 26);
|
---|
186 | this.importDistancesButton.TabIndex = 2;
|
---|
187 | this.toolTip.SetToolTip(this.importDistancesButton, "Import Distance Matrix");
|
---|
188 | this.importDistancesButton.UseVisualStyleBackColor = true;
|
---|
189 | this.importDistancesButton.Click += new System.EventHandler(this.importDistancesButton_Click);
|
---|
190 | //
|
---|
191 | // importFeedstockButton
|
---|
192 | //
|
---|
193 | this.importFeedstockButton.BackgroundImage = global::HeuristicLab.Problems.BioBoost.Views.Properties.Resources.WheatStraw;
|
---|
194 | this.importFeedstockButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
---|
195 | this.importFeedstockButton.Location = new System.Drawing.Point(38, 6);
|
---|
196 | this.importFeedstockButton.Name = "importFeedstockButton";
|
---|
197 | this.importFeedstockButton.Size = new System.Drawing.Size(26, 26);
|
---|
198 | this.importFeedstockButton.TabIndex = 1;
|
---|
199 | this.toolTip.SetToolTip(this.importFeedstockButton, "Import Feedstock Potentials");
|
---|
200 | this.importFeedstockButton.UseVisualStyleBackColor = true;
|
---|
201 | this.importFeedstockButton.Click += new System.EventHandler(this.importFeedstockButton_Click);
|
---|
202 | //
|
---|
203 | // parameterCollectionView
|
---|
204 | //
|
---|
205 | this.parameterCollectionView.AllowEditingOfHiddenParameters = true;
|
---|
206 | this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
207 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
208 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
209 | this.parameterCollectionView.Caption = "ParameterCollection View";
|
---|
210 | this.parameterCollectionView.Content = null;
|
---|
211 | this.parameterCollectionView.Location = new System.Drawing.Point(6, 38);
|
---|
212 | this.parameterCollectionView.Name = "parameterCollectionView";
|
---|
213 | this.parameterCollectionView.ReadOnly = false;
|
---|
214 | this.parameterCollectionView.ShowDetails = true;
|
---|
215 | this.parameterCollectionView.Size = new System.Drawing.Size(662, 353);
|
---|
216 | this.parameterCollectionView.TabIndex = 0;
|
---|
217 | //
|
---|
218 | // mapPage
|
---|
219 | //
|
---|
220 | this.mapPage.Controls.Add(this.mapBox);
|
---|
221 | this.mapPage.Location = new System.Drawing.Point(4, 22);
|
---|
222 | this.mapPage.Name = "mapPage";
|
---|
223 | this.mapPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
224 | this.mapPage.Size = new System.Drawing.Size(674, 397);
|
---|
225 | this.mapPage.TabIndex = 1;
|
---|
226 | this.mapPage.Text = "Map";
|
---|
227 | this.mapPage.UseVisualStyleBackColor = true;
|
---|
228 | //
|
---|
229 | // mapBox
|
---|
230 | //
|
---|
231 | this.mapBox.ActiveTool = SharpMap.Forms.MapBox.Tools.Pan;
|
---|
232 | this.mapBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
233 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
234 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
235 | this.mapBox.Cursor = System.Windows.Forms.Cursors.Hand;
|
---|
236 | this.mapBox.FineZoomFactor = 10D;
|
---|
237 | this.mapBox.Location = new System.Drawing.Point(6, 6);
|
---|
238 | this.mapBox.MapQueryMode = SharpMap.Forms.MapBox.MapQueryType.LayerByIndex;
|
---|
239 | this.mapBox.Name = "mapBox";
|
---|
240 | this.mapBox.PanOnClick = false;
|
---|
241 | this.mapBox.QueryGrowFactor = 5F;
|
---|
242 | this.mapBox.QueryLayerIndex = 0;
|
---|
243 | this.mapBox.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
|
---|
244 | this.mapBox.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
|
---|
245 | this.mapBox.ShowProgressUpdate = false;
|
---|
246 | this.mapBox.Size = new System.Drawing.Size(662, 385);
|
---|
247 | this.mapBox.TabIndex = 0;
|
---|
248 | this.mapBox.TabStop = false;
|
---|
249 | this.mapBox.TakeFocusOnHover = true;
|
---|
250 | this.mapBox.Text = "mapBox";
|
---|
251 | this.mapBox.WheelZoomMagnitude = -2D;
|
---|
252 | this.mapBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.mapBox_MouseClick);
|
---|
253 | //
|
---|
254 | // openFileDialog
|
---|
255 | //
|
---|
256 | this.openFileDialog.DefaultExt = "*.csv";
|
---|
257 | this.openFileDialog.Filter = "All Files|*.*";
|
---|
258 | this.openFileDialog.Title = "Import File";
|
---|
259 | //
|
---|
260 | // BioBoostProblemDataView
|
---|
261 | //
|
---|
262 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
263 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
264 | this.Controls.Add(this.tabControl);
|
---|
265 | this.Name = "BioBoostProblemDataView";
|
---|
266 | this.Size = new System.Drawing.Size(688, 452);
|
---|
267 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
268 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
269 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
270 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
271 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
272 | this.tabControl.ResumeLayout(false);
|
---|
273 | this.dataPage.ResumeLayout(false);
|
---|
274 | this.mapPage.ResumeLayout(false);
|
---|
275 | this.ResumeLayout(false);
|
---|
276 | this.PerformLayout();
|
---|
277 |
|
---|
278 | }
|
---|
279 |
|
---|
280 | #endregion
|
---|
281 |
|
---|
282 | private System.Windows.Forms.TabControl tabControl;
|
---|
283 | private System.Windows.Forms.TabPage dataPage;
|
---|
284 | private System.Windows.Forms.TabPage mapPage;
|
---|
285 | private SharpMap.Forms.MapBox mapBox;
|
---|
286 | private Core.Views.ParameterCollectionView parameterCollectionView;
|
---|
287 | private System.Windows.Forms.Button importDistancesButton;
|
---|
288 | private System.Windows.Forms.Button importFeedstockButton;
|
---|
289 | private System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
290 | private System.Windows.Forms.Button loadShapeFileButton;
|
---|
291 | private System.Windows.Forms.Button importNeighborsButton;
|
---|
292 | private System.Windows.Forms.Button checkButton;
|
---|
293 | private System.Windows.Forms.Button importDescriptorsButton;
|
---|
294 | private System.Windows.Forms.Button filterButton;
|
---|
295 | private System.Windows.Forms.Button splitRegionFactorsImportButton;
|
---|
296 |
|
---|
297 | }
|
---|
298 | }
|
---|