#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 BioBoostCompoundSolutionView {
///
/// 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)) {
runningUpdateMap = false;
runningUpdateCosts = false;
updateMap.Set();
updateCosts.Set();
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 valueLayersLabel;
System.Windows.Forms.Label vectorLayersLabel;
System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("AT111");
System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("AT112");
System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("AT", new System.Windows.Forms.TreeNode[] {
treeNode1,
treeNode2});
System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("BE112");
System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("BE", new System.Windows.Forms.TreeNode[] {
treeNode4});
System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("All Regions", new System.Windows.Forms.TreeNode[] {
treeNode3,
treeNode5});
this.mapBox = new SharpMap.Forms.MapBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.valueLayerValueLabel = new System.Windows.Forms.Label();
this.valueLayerNamesListBox = new System.Windows.Forms.ListBox();
this.vectorLayerNamesListBox = new System.Windows.Forms.ListBox();
this.regionDescriptionLabel = new System.Windows.Forms.Label();
this.regionNameLabel = new System.Windows.Forms.Label();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.regionDetailView = new HeuristicLab.BioBoost.Views.BioBoostRegionDetailView();
this.saveMapImageButton = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.bioBoostSolutionCostsView1 = new HeuristicLab.BioBoost.Views.BioBoostSolutionCostsView();
this.regionsTreeView = new System.Windows.Forms.TreeView();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.openSolutionEditorButton = new System.Windows.Forms.Button();
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.summaryView = new HeuristicLab.BioBoost.Views.BioBoostSummaryView();
valueLayersLabel = new System.Windows.Forms.Label();
vectorLayersLabel = new System.Windows.Forms.Label();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
this.SuspendLayout();
//
// valueLayersLabel
//
valueLayersLabel.AutoSize = true;
valueLayersLabel.Location = new System.Drawing.Point(2, 145);
valueLayersLabel.Name = "valueLayersLabel";
valueLayersLabel.Size = new System.Drawing.Size(68, 13);
valueLayersLabel.TabIndex = 27;
valueLayersLabel.Text = "Value Layers";
//
// vectorLayersLabel
//
vectorLayersLabel.AutoSize = true;
vectorLayersLabel.Location = new System.Drawing.Point(6, 5);
vectorLayersLabel.Name = "vectorLayersLabel";
vectorLayersLabel.Size = new System.Drawing.Size(72, 13);
vectorLayersLabel.TabIndex = 26;
vectorLayersLabel.Text = "Vector 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(3, 0);
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(561, 635);
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);
//
// tabControl1
//
this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1114, 682);
this.tabControl1.TabIndex = 2;
this.tabControl1.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl1_Selected);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.splitContainer1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1106, 656);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Map";
this.tabPage1.UseVisualStyleBackColor = true;
//
// splitContainer1
//
this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(6, 6);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.valueLayerValueLabel);
this.splitContainer1.Panel1.Controls.Add(this.valueLayerNamesListBox);
this.splitContainer1.Panel1.Controls.Add(this.vectorLayerNamesListBox);
this.splitContainer1.Panel1.Controls.Add(this.regionDescriptionLabel);
this.splitContainer1.Panel1.Controls.Add(this.regionNameLabel);
this.splitContainer1.Panel1.Controls.Add(valueLayersLabel);
this.splitContainer1.Panel1.Controls.Add(vectorLayersLabel);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(1094, 644);
this.splitContainer1.SplitterDistance = 214;
this.splitContainer1.TabIndex = 14;
//
// valueLayerValueLabel
//
this.valueLayerValueLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.valueLayerValueLabel.Location = new System.Drawing.Point(3, 620);
this.valueLayerValueLabel.Margin = new System.Windows.Forms.Padding(3);
this.valueLayerValueLabel.MaximumSize = new System.Drawing.Size(500, 13);
this.valueLayerValueLabel.Name = "valueLayerValueLabel";
this.valueLayerValueLabel.Size = new System.Drawing.Size(207, 13);
this.valueLayerValueLabel.TabIndex = 28;
this.valueLayerValueLabel.Text = "0 €/a";
this.valueLayerValueLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// valueLayerNamesListBox
//
this.valueLayerNamesListBox.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.valueLayerNamesListBox.FormattingEnabled = true;
this.valueLayerNamesListBox.HorizontalScrollbar = true;
this.valueLayerNamesListBox.Items.AddRange(new object[] {
"StrawPotentials",
"StrawUtilizations",
"StrawConverterCapacities"});
this.valueLayerNamesListBox.Location = new System.Drawing.Point(3, 161);
this.valueLayerNamesListBox.Name = "valueLayerNamesListBox";
this.valueLayerNamesListBox.Size = new System.Drawing.Size(208, 420);
this.valueLayerNamesListBox.TabIndex = 22;
this.valueLayerNamesListBox.SelectedIndexChanged += new System.EventHandler(this.valueLayerNamesListBox_SelectedIndexChanged);
//
// vectorLayerNamesListBox
//
this.vectorLayerNamesListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.vectorLayerNamesListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.vectorLayerNamesListBox.FormattingEnabled = true;
this.vectorLayerNamesListBox.HorizontalScrollbar = true;
this.vectorLayerNamesListBox.Location = new System.Drawing.Point(3, 21);
this.vectorLayerNamesListBox.Name = "vectorLayerNamesListBox";
this.vectorLayerNamesListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
this.vectorLayerNamesListBox.Size = new System.Drawing.Size(208, 121);
this.vectorLayerNamesListBox.TabIndex = 23;
this.vectorLayerNamesListBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.vectorLayerNamesListBox_DrawItem);
this.vectorLayerNamesListBox.SelectedIndexChanged += new System.EventHandler(this.vectorLayerNamesListBox_SelectedIndexChanged);
//
// regionDescriptionLabel
//
this.regionDescriptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.regionDescriptionLabel.Location = new System.Drawing.Point(3, 601);
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(207, 13);
this.regionDescriptionLabel.TabIndex = 24;
this.regionDescriptionLabel.Text = "Vienna";
this.regionDescriptionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// regionNameLabel
//
this.regionNameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.regionNameLabel.Location = new System.Drawing.Point(3, 585);
this.regionNameLabel.MaximumSize = new System.Drawing.Size(500, 13);
this.regionNameLabel.Name = "regionNameLabel";
this.regionNameLabel.Size = new System.Drawing.Size(207, 13);
this.regionNameLabel.TabIndex = 25;
this.regionNameLabel.Text = "AT111";
this.regionNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// splitContainer2
//
this.splitContainer2.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.splitContainer2.Location = new System.Drawing.Point(3, 3);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.mapBox);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.regionDetailView);
this.splitContainer2.Panel2.Controls.Add(this.saveMapImageButton);
this.splitContainer2.Size = new System.Drawing.Size(870, 638);
this.splitContainer2.SplitterDistance = 567;
this.splitContainer2.TabIndex = 14;
//
// regionDetailView
//
this.regionDetailView.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.regionDetailView.Caption = "View";
this.regionDetailView.Content = null;
this.regionDetailView.Location = new System.Drawing.Point(3, 7);
this.regionDetailView.Name = "regionDetailView";
this.regionDetailView.ReadOnly = false;
this.regionDetailView.Size = new System.Drawing.Size(293, 599);
this.regionDetailView.TabIndex = 13;
this.regionDetailView.RegionLabelClicked += new System.EventHandler(this.solutionDetailView_RegionLabelClicked);
//
// saveMapImageButton
//
this.saveMapImageButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.saveMapImageButton.Location = new System.Drawing.Point(129, 612);
this.saveMapImageButton.Name = "saveMapImageButton";
this.saveMapImageButton.Size = new System.Drawing.Size(167, 23);
this.saveMapImageButton.TabIndex = 12;
this.saveMapImageButton.Text = "Save Map Image ...";
this.saveMapImageButton.UseVisualStyleBackColor = true;
this.saveMapImageButton.Click += new System.EventHandler(this.saveMapImageButton_Click);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.bioBoostSolutionCostsView1);
this.tabPage2.Controls.Add(this.regionsTreeView);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(1106, 656);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Costs";
this.tabPage2.UseVisualStyleBackColor = true;
//
// bioBoostSolutionCostsView1
//
this.bioBoostSolutionCostsView1.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.bioBoostSolutionCostsView1.Caption = "View";
this.bioBoostSolutionCostsView1.Content = null;
this.bioBoostSolutionCostsView1.Location = new System.Drawing.Point(174, 6);
this.bioBoostSolutionCostsView1.Name = "bioBoostSolutionCostsView1";
this.bioBoostSolutionCostsView1.ReadOnly = false;
this.bioBoostSolutionCostsView1.Size = new System.Drawing.Size(926, 644);
this.bioBoostSolutionCostsView1.TabIndex = 0;
//
// regionsTreeView
//
this.regionsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.regionsTreeView.Location = new System.Drawing.Point(3, 6);
this.regionsTreeView.Name = "regionsTreeView";
treeNode1.Name = "AT111";
treeNode1.Text = "AT111";
treeNode2.Name = "AT112";
treeNode2.Text = "AT112";
treeNode3.Name = "AT";
treeNode3.Text = "AT";
treeNode4.Name = "BE112";
treeNode4.Text = "BE112";
treeNode5.Name = "BE";
treeNode5.Text = "BE";
treeNode6.Name = "All Regions";
treeNode6.Text = "All Regions";
this.regionsTreeView.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode6});
this.regionsTreeView.Size = new System.Drawing.Size(165, 647);
this.regionsTreeView.TabIndex = 0;
this.regionsTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.regionsTreeView_AfterSelect);
//
// tabPage3
//
this.tabPage3.Controls.Add(this.openSolutionEditorButton);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(1106, 656);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Edit / Optimize Solution";
this.tabPage3.UseVisualStyleBackColor = true;
//
// openSolutionEditorButton
//
this.openSolutionEditorButton.Location = new System.Drawing.Point(6, 6);
this.openSolutionEditorButton.Name = "openSolutionEditorButton";
this.openSolutionEditorButton.Size = new System.Drawing.Size(113, 23);
this.openSolutionEditorButton.TabIndex = 0;
this.openSolutionEditorButton.Text = "Open Editor View";
this.openSolutionEditorButton.UseVisualStyleBackColor = true;
this.openSolutionEditorButton.Click += new System.EventHandler(this.openSolutionEditorButton_Click);
//
// saveFileDialog
//
this.saveFileDialog.DefaultExt = "png";
this.saveFileDialog.Filter = "PNG files|*.png|All files|*.*";
this.saveFileDialog.RestoreDirectory = true;
//
// tabPage4
//
this.tabPage4.Controls.Add(this.summaryView);
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Size = new System.Drawing.Size(1106, 656);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "Summary";
this.tabPage4.UseVisualStyleBackColor = true;
//
// summaryView
//
this.summaryView.Caption = "View";
this.summaryView.Content = null;
this.summaryView.Dock = System.Windows.Forms.DockStyle.Fill;
this.summaryView.Location = new System.Drawing.Point(0, 0);
this.summaryView.Name = "summaryView";
this.summaryView.ReadOnly = false;
this.summaryView.Size = new System.Drawing.Size(1106, 656);
this.summaryView.TabIndex = 0;
//
// BioBoostCompoundSolutionView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tabControl1);
this.Name = "BioBoostCompoundSolutionView";
this.Size = new System.Drawing.Size(1114, 682);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.tabPage4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SharpMap.Forms.MapBox mapBox;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TreeView regionsTreeView;
private BioBoostSolutionCostsView bioBoostSolutionCostsView1;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.Button openSolutionEditorButton;
private System.Windows.Forms.Button saveMapImageButton;
private System.Windows.Forms.SaveFileDialog saveFileDialog;
private BioBoostRegionDetailView regionDetailView;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Label valueLayerValueLabel;
private System.Windows.Forms.ListBox valueLayerNamesListBox;
private System.Windows.Forms.ListBox vectorLayerNamesListBox;
private System.Windows.Forms.Label regionDescriptionLabel;
private System.Windows.Forms.Label regionNameLabel;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.TabPage tabPage4;
private BioBoostSummaryView summaryView;
}
}