Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost.Views/3.3/BioBoostCompoundSolutionEditor.Designer.cs @ 13074

Last change on this file since 13074 was 13074, checked in by gkronber, 9 years ago

#2499: added license header and removed unused usings

File size: 14.9 KB
Line 
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
22namespace HeuristicLab.BioBoost.Views {
23  partial class BioBoostCompoundSolutionEditor {
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      System.Windows.Forms.Label vectorLayersLabel;
48      System.Windows.Forms.Label valueLayersLabel;
49      this.mapBox = new SharpMap.Forms.MapBox();
50      this.transportLayersListBox = new System.Windows.Forms.ListBox();
51      this.utilizationLayersListBox = new System.Windows.Forms.ListBox();
52      this.regionNameLabel = new System.Windows.Forms.Label();
53      this.regionDescriptionLabel = new System.Windows.Forms.Label();
54      this.qualityLabel = new System.Windows.Forms.Label();
55      this.feedstockCostsLabel = new System.Windows.Forms.Label();
56      this.transportCostsLabel = new System.Windows.Forms.Label();
57      this.optimizeTransportsButton = new System.Windows.Forms.Button();
58      this.optimizeUtilizationsButton = new System.Windows.Forms.Button();
59      this.statusStrip = new System.Windows.Forms.StatusStrip();
60      this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
61      this.costPerFuelLabel = new System.Windows.Forms.Label();
62      this.transportInfoLabel = new System.Windows.Forms.Label();
63      vectorLayersLabel = new System.Windows.Forms.Label();
64      valueLayersLabel = new System.Windows.Forms.Label();
65      this.statusStrip.SuspendLayout();
66      this.SuspendLayout();
67      //
68      // vectorLayersLabel
69      //
70      vectorLayersLabel.AutoSize = true;
71      vectorLayersLabel.Location = new System.Drawing.Point(3, 86);
72      vectorLayersLabel.Margin = new System.Windows.Forms.Padding(3);
73      vectorLayersLabel.Name = "vectorLayersLabel";
74      vectorLayersLabel.Size = new System.Drawing.Size(72, 13);
75      vectorLayersLabel.TabIndex = 9;
76      vectorLayersLabel.Text = "Vector Layers";
77      //
78      // valueLayersLabel
79      //
80      valueLayersLabel.AutoSize = true;
81      valueLayersLabel.Location = new System.Drawing.Point(3, 216);
82      valueLayersLabel.Name = "valueLayersLabel";
83      valueLayersLabel.Size = new System.Drawing.Size(68, 13);
84      valueLayersLabel.TabIndex = 10;
85      valueLayersLabel.Text = "Value Layers";
86      //
87      // mapBox
88      //
89      this.mapBox.ActiveTool = SharpMap.Forms.MapBox.Tools.Pan;
90      this.mapBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
91            | System.Windows.Forms.AnchorStyles.Left)
92            | System.Windows.Forms.AnchorStyles.Right)));
93      this.mapBox.Cursor = System.Windows.Forms.Cursors.Hand;
94      this.mapBox.FineZoomFactor = 10D;
95      this.mapBox.Location = new System.Drawing.Point(189, 31);
96      this.mapBox.MapQueryMode = SharpMap.Forms.MapBox.MapQueryType.VisibleLayers;
97      this.mapBox.Name = "mapBox";
98      this.mapBox.PanOnClick = false;
99      this.mapBox.PreviewMode = SharpMap.Forms.MapBox.PreviewModes.Fast;
100      this.mapBox.QueryGrowFactor = 5F;
101      this.mapBox.QueryLayerIndex = 0;
102      this.mapBox.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
103      this.mapBox.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
104      this.mapBox.ShowProgressUpdate = true;
105      this.mapBox.Size = new System.Drawing.Size(652, 396);
106      this.mapBox.TabIndex = 0;
107      this.mapBox.TakeFocusOnHover = true;
108      this.mapBox.Text = "mapBox";
109      this.mapBox.WheelZoomMagnitude = -2D;
110      this.mapBox.MouseMove += new SharpMap.Forms.MapBox.MouseEventHandler(this.mapBox_MouseMove);
111      this.mapBox.MouseDown += new SharpMap.Forms.MapBox.MouseEventHandler(this.mapBox_MouseDown);
112      this.mapBox.MouseUp += new SharpMap.Forms.MapBox.MouseEventHandler(this.mapBox_MouseUp);
113      //
114      // transportLayersListBox
115      //
116      this.transportLayersListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
117      this.transportLayersListBox.FormattingEnabled = true;
118      this.transportLayersListBox.HorizontalScrollbar = true;
119      this.transportLayersListBox.Location = new System.Drawing.Point(6, 105);
120      this.transportLayersListBox.Name = "transportLayersListBox";
121      this.transportLayersListBox.Size = new System.Drawing.Size(172, 108);
122      this.transportLayersListBox.TabIndex = 1;
123      this.transportLayersListBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.vectorLayerNamesListBox_DrawItem);
124      this.transportLayersListBox.SelectedIndexChanged += new System.EventHandler(this.vectorLayerNamesListBox_SelectedIndexChanged);
125      //
126      // utilizationLayersListBox
127      //
128      this.utilizationLayersListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
129            | System.Windows.Forms.AnchorStyles.Left)));
130      this.utilizationLayersListBox.FormattingEnabled = true;
131      this.utilizationLayersListBox.HorizontalScrollbar = true;
132      this.utilizationLayersListBox.Items.AddRange(new object[] {
133            "StrawPotentials",
134            "StrawUtilizations",
135            "StrawConverterCapacities"});
136      this.utilizationLayersListBox.Location = new System.Drawing.Point(6, 232);
137      this.utilizationLayersListBox.Name = "utilizationLayersListBox";
138      this.utilizationLayersListBox.Size = new System.Drawing.Size(172, 69);
139      this.utilizationLayersListBox.TabIndex = 0;
140      this.utilizationLayersListBox.SelectedIndexChanged += new System.EventHandler(this.valueLayerNamesListBox_SelectedIndexChanged);
141      //
142      // regionNameLabel
143      //
144      this.regionNameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
145      this.regionNameLabel.Location = new System.Drawing.Point(3, 323);
146      this.regionNameLabel.MaximumSize = new System.Drawing.Size(500, 13);
147      this.regionNameLabel.Name = "regionNameLabel";
148      this.regionNameLabel.Size = new System.Drawing.Size(175, 12);
149      this.regionNameLabel.TabIndex = 8;
150      this.regionNameLabel.Text = "AT111";
151      this.regionNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
152      //
153      // regionDescriptionLabel
154      //
155      this.regionDescriptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
156      this.regionDescriptionLabel.Location = new System.Drawing.Point(3, 307);
157      this.regionDescriptionLabel.Margin = new System.Windows.Forms.Padding(3);
158      this.regionDescriptionLabel.MaximumSize = new System.Drawing.Size(500, 13);
159      this.regionDescriptionLabel.Name = "regionDescriptionLabel";
160      this.regionDescriptionLabel.Size = new System.Drawing.Size(175, 13);
161      this.regionDescriptionLabel.TabIndex = 7;
162      this.regionDescriptionLabel.Text = "Vienna";
163      this.regionDescriptionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
164      //
165      // qualityLabel
166      //
167      this.qualityLabel.AutoSize = true;
168      this.qualityLabel.Location = new System.Drawing.Point(3, 3);
169      this.qualityLabel.Margin = new System.Windows.Forms.Padding(3);
170      this.qualityLabel.Name = "qualityLabel";
171      this.qualityLabel.Size = new System.Drawing.Size(83, 13);
172      this.qualityLabel.TabIndex = 11;
173      this.qualityLabel.Text = "Solution Quality:";
174      //
175      // feedstockCostsLabel
176      //
177      this.feedstockCostsLabel.AutoSize = true;
178      this.feedstockCostsLabel.Location = new System.Drawing.Point(3, 22);
179      this.feedstockCostsLabel.Margin = new System.Windows.Forms.Padding(3);
180      this.feedstockCostsLabel.Name = "feedstockCostsLabel";
181      this.feedstockCostsLabel.Size = new System.Drawing.Size(128, 13);
182      this.feedstockCostsLabel.TabIndex = 12;
183      this.feedstockCostsLabel.Text = "Feedstock Acq. [Mio€/a]:";
184      //
185      // transportCostsLabel
186      //
187      this.transportCostsLabel.AutoSize = true;
188      this.transportCostsLabel.Location = new System.Drawing.Point(3, 41);
189      this.transportCostsLabel.Margin = new System.Windows.Forms.Padding(3);
190      this.transportCostsLabel.Name = "transportCostsLabel";
191      this.transportCostsLabel.Size = new System.Drawing.Size(98, 13);
192      this.transportCostsLabel.TabIndex = 13;
193      this.transportCostsLabel.Text = "Transport [Mio€/a]:";
194      //
195      // optimizeTransportsButton
196      //
197      this.optimizeTransportsButton.Location = new System.Drawing.Point(189, 3);
198      this.optimizeTransportsButton.Name = "optimizeTransportsButton";
199      this.optimizeTransportsButton.Size = new System.Drawing.Size(120, 23);
200      this.optimizeTransportsButton.TabIndex = 14;
201      this.optimizeTransportsButton.Text = "Optimize Transports";
202      this.optimizeTransportsButton.UseVisualStyleBackColor = true;
203      this.optimizeTransportsButton.Click += new System.EventHandler(this.optimizeTransportsButton_Click);
204      //
205      // optimizeUtilizationsButton
206      //
207      this.optimizeUtilizationsButton.Location = new System.Drawing.Point(315, 3);
208      this.optimizeUtilizationsButton.Name = "optimizeUtilizationsButton";
209      this.optimizeUtilizationsButton.Size = new System.Drawing.Size(120, 23);
210      this.optimizeUtilizationsButton.TabIndex = 15;
211      this.optimizeUtilizationsButton.Text = "Optimize Utilizations";
212      this.optimizeUtilizationsButton.UseVisualStyleBackColor = true;
213      this.optimizeUtilizationsButton.Click += new System.EventHandler(this.optimizeUtilizationsButton_Click);
214      //
215      // statusStrip
216      //
217      this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
218            this.toolStripStatusLabel});
219      this.statusStrip.Location = new System.Drawing.Point(0, 430);
220      this.statusStrip.Name = "statusStrip";
221      this.statusStrip.Size = new System.Drawing.Size(844, 22);
222      this.statusStrip.TabIndex = 16;
223      this.statusStrip.Text = "statusStrip";
224      //
225      // toolStripStatusLabel
226      //
227      this.toolStripStatusLabel.Name = "toolStripStatusLabel";
228      this.toolStripStatusLabel.Size = new System.Drawing.Size(28, 17);
229      this.toolStripStatusLabel.Text = "Info";
230      //
231      // costPerFuelLabel
232      //
233      this.costPerFuelLabel.AutoSize = true;
234      this.costPerFuelLabel.Location = new System.Drawing.Point(3, 60);
235      this.costPerFuelLabel.Margin = new System.Windows.Forms.Padding(3);
236      this.costPerFuelLabel.Name = "costPerFuelLabel";
237      this.costPerFuelLabel.Size = new System.Drawing.Size(130, 13);
238      this.costPerFuelLabel.TabIndex = 17;
239      this.costPerFuelLabel.Text = "Transport Fuel Costs [€/t]:";
240      //
241      // transportInfoLabel
242      //
243      this.transportInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
244      this.transportInfoLabel.Location = new System.Drawing.Point(3, 335);
245      this.transportInfoLabel.Name = "transportInfoLabel";
246      this.transportInfoLabel.Size = new System.Drawing.Size(175, 92);
247      this.transportInfoLabel.TabIndex = 18;
248      this.transportInfoLabel.Text = "Transport";
249      //
250      // BioBoostCompoundSolutionEditor
251      //
252      this.AllowDrop = true;
253      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
254      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
255      this.Controls.Add(this.transportInfoLabel);
256      this.Controls.Add(this.costPerFuelLabel);
257      this.Controls.Add(this.statusStrip);
258      this.Controls.Add(this.optimizeUtilizationsButton);
259      this.Controls.Add(this.optimizeTransportsButton);
260      this.Controls.Add(this.transportCostsLabel);
261      this.Controls.Add(this.feedstockCostsLabel);
262      this.Controls.Add(this.qualityLabel);
263      this.Controls.Add(this.regionDescriptionLabel);
264      this.Controls.Add(this.regionNameLabel);
265      this.Controls.Add(this.utilizationLayersListBox);
266      this.Controls.Add(this.transportLayersListBox);
267      this.Controls.Add(this.mapBox);
268      this.Controls.Add(vectorLayersLabel);
269      this.Controls.Add(valueLayersLabel);
270      this.Name = "BioBoostCompoundSolutionEditor";
271      this.Size = new System.Drawing.Size(844, 452);
272      this.statusStrip.ResumeLayout(false);
273      this.statusStrip.PerformLayout();
274      this.ResumeLayout(false);
275      this.PerformLayout();
276
277    }
278
279    #endregion
280
281    private SharpMap.Forms.MapBox mapBox;
282    private System.Windows.Forms.ListBox transportLayersListBox;
283    private System.Windows.Forms.ListBox utilizationLayersListBox;
284    private System.Windows.Forms.Label regionNameLabel;
285    private System.Windows.Forms.Label regionDescriptionLabel;
286    private System.Windows.Forms.Label qualityLabel;
287    private System.Windows.Forms.Label feedstockCostsLabel;
288    private System.Windows.Forms.Label transportCostsLabel;
289    private System.Windows.Forms.Button optimizeTransportsButton;
290    private System.Windows.Forms.Button optimizeUtilizationsButton;
291    private System.Windows.Forms.StatusStrip statusStrip;
292    private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
293    private System.Windows.Forms.Label costPerFuelLabel;
294    private System.Windows.Forms.Label transportInfoLabel;
295
296  }
297}
Note: See TracBrowser for help on using the repository browser.