#region License Information
/* HeuristicLab
* Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
*
* This file is part of HeuristicLab.
*
* HeuristicLab is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* HeuristicLab is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with HeuristicLab. If not, see .
*/
#endregion
namespace HeuristicLab.BioBoost.Views {
partial class BioBoostCompoundSolutionEditor {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
System.Windows.Forms.Label vectorLayersLabel;
System.Windows.Forms.Label valueLayersLabel;
this.mapBox = new SharpMap.Forms.MapBox();
this.transportLayersListBox = new System.Windows.Forms.ListBox();
this.utilizationLayersListBox = new System.Windows.Forms.ListBox();
this.regionNameLabel = new System.Windows.Forms.Label();
this.regionDescriptionLabel = new System.Windows.Forms.Label();
this.qualityLabel = new System.Windows.Forms.Label();
this.feedstockCostsLabel = new System.Windows.Forms.Label();
this.transportCostsLabel = new System.Windows.Forms.Label();
this.optimizeTransportsButton = new System.Windows.Forms.Button();
this.optimizeUtilizationsButton = new System.Windows.Forms.Button();
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.costPerFuelLabel = new System.Windows.Forms.Label();
this.transportInfoLabel = new System.Windows.Forms.Label();
vectorLayersLabel = new System.Windows.Forms.Label();
valueLayersLabel = new System.Windows.Forms.Label();
this.statusStrip.SuspendLayout();
this.SuspendLayout();
//
// vectorLayersLabel
//
vectorLayersLabel.AutoSize = true;
vectorLayersLabel.Location = new System.Drawing.Point(3, 86);
vectorLayersLabel.Margin = new System.Windows.Forms.Padding(3);
vectorLayersLabel.Name = "vectorLayersLabel";
vectorLayersLabel.Size = new System.Drawing.Size(72, 13);
vectorLayersLabel.TabIndex = 9;
vectorLayersLabel.Text = "Vector Layers";
//
// valueLayersLabel
//
valueLayersLabel.AutoSize = true;
valueLayersLabel.Location = new System.Drawing.Point(3, 216);
valueLayersLabel.Name = "valueLayersLabel";
valueLayersLabel.Size = new System.Drawing.Size(68, 13);
valueLayersLabel.TabIndex = 10;
valueLayersLabel.Text = "Value Layers";
//
// mapBox
//
this.mapBox.ActiveTool = SharpMap.Forms.MapBox.Tools.Pan;
this.mapBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.mapBox.Cursor = System.Windows.Forms.Cursors.Hand;
this.mapBox.FineZoomFactor = 10D;
this.mapBox.Location = new System.Drawing.Point(189, 31);
this.mapBox.MapQueryMode = SharpMap.Forms.MapBox.MapQueryType.VisibleLayers;
this.mapBox.Name = "mapBox";
this.mapBox.PanOnClick = false;
this.mapBox.PreviewMode = SharpMap.Forms.MapBox.PreviewModes.Fast;
this.mapBox.QueryGrowFactor = 5F;
this.mapBox.QueryLayerIndex = 0;
this.mapBox.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
this.mapBox.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
this.mapBox.ShowProgressUpdate = true;
this.mapBox.Size = new System.Drawing.Size(652, 396);
this.mapBox.TabIndex = 0;
this.mapBox.TakeFocusOnHover = true;
this.mapBox.Text = "mapBox";
this.mapBox.WheelZoomMagnitude = -2D;
this.mapBox.MouseMove += new SharpMap.Forms.MapBox.MouseEventHandler(this.mapBox_MouseMove);
this.mapBox.MouseDown += new SharpMap.Forms.MapBox.MouseEventHandler(this.mapBox_MouseDown);
this.mapBox.MouseUp += new SharpMap.Forms.MapBox.MouseEventHandler(this.mapBox_MouseUp);
//
// transportLayersListBox
//
this.transportLayersListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.transportLayersListBox.FormattingEnabled = true;
this.transportLayersListBox.HorizontalScrollbar = true;
this.transportLayersListBox.Location = new System.Drawing.Point(6, 105);
this.transportLayersListBox.Name = "transportLayersListBox";
this.transportLayersListBox.Size = new System.Drawing.Size(172, 108);
this.transportLayersListBox.TabIndex = 1;
this.transportLayersListBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.vectorLayerNamesListBox_DrawItem);
this.transportLayersListBox.SelectedIndexChanged += new System.EventHandler(this.vectorLayerNamesListBox_SelectedIndexChanged);
//
// utilizationLayersListBox
//
this.utilizationLayersListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.utilizationLayersListBox.FormattingEnabled = true;
this.utilizationLayersListBox.HorizontalScrollbar = true;
this.utilizationLayersListBox.Items.AddRange(new object[] {
"StrawPotentials",
"StrawUtilizations",
"StrawConverterCapacities"});
this.utilizationLayersListBox.Location = new System.Drawing.Point(6, 232);
this.utilizationLayersListBox.Name = "utilizationLayersListBox";
this.utilizationLayersListBox.Size = new System.Drawing.Size(172, 69);
this.utilizationLayersListBox.TabIndex = 0;
this.utilizationLayersListBox.SelectedIndexChanged += new System.EventHandler(this.valueLayerNamesListBox_SelectedIndexChanged);
//
// regionNameLabel
//
this.regionNameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.regionNameLabel.Location = new System.Drawing.Point(3, 323);
this.regionNameLabel.MaximumSize = new System.Drawing.Size(500, 13);
this.regionNameLabel.Name = "regionNameLabel";
this.regionNameLabel.Size = new System.Drawing.Size(175, 12);
this.regionNameLabel.TabIndex = 8;
this.regionNameLabel.Text = "AT111";
this.regionNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// regionDescriptionLabel
//
this.regionDescriptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.regionDescriptionLabel.Location = new System.Drawing.Point(3, 307);
this.regionDescriptionLabel.Margin = new System.Windows.Forms.Padding(3);
this.regionDescriptionLabel.MaximumSize = new System.Drawing.Size(500, 13);
this.regionDescriptionLabel.Name = "regionDescriptionLabel";
this.regionDescriptionLabel.Size = new System.Drawing.Size(175, 13);
this.regionDescriptionLabel.TabIndex = 7;
this.regionDescriptionLabel.Text = "Vienna";
this.regionDescriptionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// qualityLabel
//
this.qualityLabel.AutoSize = true;
this.qualityLabel.Location = new System.Drawing.Point(3, 3);
this.qualityLabel.Margin = new System.Windows.Forms.Padding(3);
this.qualityLabel.Name = "qualityLabel";
this.qualityLabel.Size = new System.Drawing.Size(83, 13);
this.qualityLabel.TabIndex = 11;
this.qualityLabel.Text = "Solution Quality:";
//
// feedstockCostsLabel
//
this.feedstockCostsLabel.AutoSize = true;
this.feedstockCostsLabel.Location = new System.Drawing.Point(3, 22);
this.feedstockCostsLabel.Margin = new System.Windows.Forms.Padding(3);
this.feedstockCostsLabel.Name = "feedstockCostsLabel";
this.feedstockCostsLabel.Size = new System.Drawing.Size(128, 13);
this.feedstockCostsLabel.TabIndex = 12;
this.feedstockCostsLabel.Text = "Feedstock Acq. [Mio€/a]:";
//
// transportCostsLabel
//
this.transportCostsLabel.AutoSize = true;
this.transportCostsLabel.Location = new System.Drawing.Point(3, 41);
this.transportCostsLabel.Margin = new System.Windows.Forms.Padding(3);
this.transportCostsLabel.Name = "transportCostsLabel";
this.transportCostsLabel.Size = new System.Drawing.Size(98, 13);
this.transportCostsLabel.TabIndex = 13;
this.transportCostsLabel.Text = "Transport [Mio€/a]:";
//
// optimizeTransportsButton
//
this.optimizeTransportsButton.Location = new System.Drawing.Point(189, 3);
this.optimizeTransportsButton.Name = "optimizeTransportsButton";
this.optimizeTransportsButton.Size = new System.Drawing.Size(120, 23);
this.optimizeTransportsButton.TabIndex = 14;
this.optimizeTransportsButton.Text = "Optimize Transports";
this.optimizeTransportsButton.UseVisualStyleBackColor = true;
this.optimizeTransportsButton.Click += new System.EventHandler(this.optimizeTransportsButton_Click);
//
// optimizeUtilizationsButton
//
this.optimizeUtilizationsButton.Location = new System.Drawing.Point(315, 3);
this.optimizeUtilizationsButton.Name = "optimizeUtilizationsButton";
this.optimizeUtilizationsButton.Size = new System.Drawing.Size(120, 23);
this.optimizeUtilizationsButton.TabIndex = 15;
this.optimizeUtilizationsButton.Text = "Optimize Utilizations";
this.optimizeUtilizationsButton.UseVisualStyleBackColor = true;
this.optimizeUtilizationsButton.Click += new System.EventHandler(this.optimizeUtilizationsButton_Click);
//
// statusStrip
//
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel});
this.statusStrip.Location = new System.Drawing.Point(0, 430);
this.statusStrip.Name = "statusStrip";
this.statusStrip.Size = new System.Drawing.Size(844, 22);
this.statusStrip.TabIndex = 16;
this.statusStrip.Text = "statusStrip";
//
// toolStripStatusLabel
//
this.toolStripStatusLabel.Name = "toolStripStatusLabel";
this.toolStripStatusLabel.Size = new System.Drawing.Size(28, 17);
this.toolStripStatusLabel.Text = "Info";
//
// costPerFuelLabel
//
this.costPerFuelLabel.AutoSize = true;
this.costPerFuelLabel.Location = new System.Drawing.Point(3, 60);
this.costPerFuelLabel.Margin = new System.Windows.Forms.Padding(3);
this.costPerFuelLabel.Name = "costPerFuelLabel";
this.costPerFuelLabel.Size = new System.Drawing.Size(130, 13);
this.costPerFuelLabel.TabIndex = 17;
this.costPerFuelLabel.Text = "Transport Fuel Costs [€/t]:";
//
// transportInfoLabel
//
this.transportInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.transportInfoLabel.Location = new System.Drawing.Point(3, 335);
this.transportInfoLabel.Name = "transportInfoLabel";
this.transportInfoLabel.Size = new System.Drawing.Size(175, 92);
this.transportInfoLabel.TabIndex = 18;
this.transportInfoLabel.Text = "Transport";
//
// BioBoostCompoundSolutionEditor
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.transportInfoLabel);
this.Controls.Add(this.costPerFuelLabel);
this.Controls.Add(this.statusStrip);
this.Controls.Add(this.optimizeUtilizationsButton);
this.Controls.Add(this.optimizeTransportsButton);
this.Controls.Add(this.transportCostsLabel);
this.Controls.Add(this.feedstockCostsLabel);
this.Controls.Add(this.qualityLabel);
this.Controls.Add(this.regionDescriptionLabel);
this.Controls.Add(this.regionNameLabel);
this.Controls.Add(this.utilizationLayersListBox);
this.Controls.Add(this.transportLayersListBox);
this.Controls.Add(this.mapBox);
this.Controls.Add(vectorLayersLabel);
this.Controls.Add(valueLayersLabel);
this.Name = "BioBoostCompoundSolutionEditor";
this.Size = new System.Drawing.Size(844, 452);
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private SharpMap.Forms.MapBox mapBox;
private System.Windows.Forms.ListBox transportLayersListBox;
private System.Windows.Forms.ListBox utilizationLayersListBox;
private System.Windows.Forms.Label regionNameLabel;
private System.Windows.Forms.Label regionDescriptionLabel;
private System.Windows.Forms.Label qualityLabel;
private System.Windows.Forms.Label feedstockCostsLabel;
private System.Windows.Forms.Label transportCostsLabel;
private System.Windows.Forms.Button optimizeTransportsButton;
private System.Windows.Forms.Button optimizeUtilizationsButton;
private System.Windows.Forms.StatusStrip statusStrip;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
private System.Windows.Forms.Label costPerFuelLabel;
private System.Windows.Forms.Label transportInfoLabel;
}
}