[13074] | 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 {
|
---|
[13072] | 23 | partial class BioBoostCompoundSolutionView {
|
---|
| 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 | runningUpdateMap = false;
|
---|
| 36 | runningUpdateCosts = false;
|
---|
| 37 | updateMap.Set();
|
---|
| 38 | updateCosts.Set();
|
---|
| 39 | components.Dispose();
|
---|
| 40 | }
|
---|
| 41 | base.Dispose(disposing);
|
---|
| 42 | }
|
---|
| 43 |
|
---|
| 44 | #region Component Designer generated code
|
---|
| 45 |
|
---|
| 46 | /// <summary>
|
---|
| 47 | /// Required method for Designer support - do not modify
|
---|
| 48 | /// the contents of this method with the code editor.
|
---|
| 49 | /// </summary>
|
---|
| 50 | private void InitializeComponent() {
|
---|
| 51 | System.Windows.Forms.Label valueLayersLabel;
|
---|
| 52 | System.Windows.Forms.Label vectorLayersLabel;
|
---|
| 53 | System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("AT111");
|
---|
| 54 | System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("AT112");
|
---|
| 55 | System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("AT", new System.Windows.Forms.TreeNode[] {
|
---|
| 56 | treeNode1,
|
---|
| 57 | treeNode2});
|
---|
| 58 | System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("BE112");
|
---|
| 59 | System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("BE", new System.Windows.Forms.TreeNode[] {
|
---|
| 60 | treeNode4});
|
---|
| 61 | System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("All Regions", new System.Windows.Forms.TreeNode[] {
|
---|
| 62 | treeNode3,
|
---|
| 63 | treeNode5});
|
---|
| 64 | this.mapBox = new SharpMap.Forms.MapBox();
|
---|
| 65 | this.tabControl1 = new System.Windows.Forms.TabControl();
|
---|
| 66 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
| 67 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
| 68 | this.valueLayerValueLabel = new System.Windows.Forms.Label();
|
---|
| 69 | this.valueLayerNamesListBox = new System.Windows.Forms.ListBox();
|
---|
| 70 | this.vectorLayerNamesListBox = new System.Windows.Forms.ListBox();
|
---|
| 71 | this.regionDescriptionLabel = new System.Windows.Forms.Label();
|
---|
| 72 | this.regionNameLabel = new System.Windows.Forms.Label();
|
---|
| 73 | this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
---|
| 74 | this.regionDetailView = new HeuristicLab.BioBoost.Views.BioBoostRegionDetailView();
|
---|
| 75 | this.saveMapImageButton = new System.Windows.Forms.Button();
|
---|
| 76 | this.tabPage2 = new System.Windows.Forms.TabPage();
|
---|
| 77 | this.bioBoostSolutionCostsView1 = new HeuristicLab.BioBoost.Views.BioBoostSolutionCostsView();
|
---|
| 78 | this.regionsTreeView = new System.Windows.Forms.TreeView();
|
---|
| 79 | this.tabPage3 = new System.Windows.Forms.TabPage();
|
---|
| 80 | this.openSolutionEditorButton = new System.Windows.Forms.Button();
|
---|
| 81 | this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
---|
| 82 | this.tabPage4 = new System.Windows.Forms.TabPage();
|
---|
| 83 | this.summaryView = new HeuristicLab.BioBoost.Views.BioBoostSummaryView();
|
---|
| 84 | valueLayersLabel = new System.Windows.Forms.Label();
|
---|
| 85 | vectorLayersLabel = new System.Windows.Forms.Label();
|
---|
| 86 | this.tabControl1.SuspendLayout();
|
---|
| 87 | this.tabPage1.SuspendLayout();
|
---|
| 88 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
---|
| 89 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
| 90 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
| 91 | this.splitContainer1.SuspendLayout();
|
---|
| 92 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
---|
| 93 | this.splitContainer2.Panel1.SuspendLayout();
|
---|
| 94 | this.splitContainer2.Panel2.SuspendLayout();
|
---|
| 95 | this.splitContainer2.SuspendLayout();
|
---|
| 96 | this.tabPage2.SuspendLayout();
|
---|
| 97 | this.tabPage3.SuspendLayout();
|
---|
| 98 | this.tabPage4.SuspendLayout();
|
---|
| 99 | this.SuspendLayout();
|
---|
| 100 | //
|
---|
| 101 | // valueLayersLabel
|
---|
| 102 | //
|
---|
| 103 | valueLayersLabel.AutoSize = true;
|
---|
| 104 | valueLayersLabel.Location = new System.Drawing.Point(2, 145);
|
---|
| 105 | valueLayersLabel.Name = "valueLayersLabel";
|
---|
| 106 | valueLayersLabel.Size = new System.Drawing.Size(68, 13);
|
---|
| 107 | valueLayersLabel.TabIndex = 27;
|
---|
| 108 | valueLayersLabel.Text = "Value Layers";
|
---|
| 109 | //
|
---|
| 110 | // vectorLayersLabel
|
---|
| 111 | //
|
---|
| 112 | vectorLayersLabel.AutoSize = true;
|
---|
| 113 | vectorLayersLabel.Location = new System.Drawing.Point(6, 5);
|
---|
| 114 | vectorLayersLabel.Name = "vectorLayersLabel";
|
---|
| 115 | vectorLayersLabel.Size = new System.Drawing.Size(72, 13);
|
---|
| 116 | vectorLayersLabel.TabIndex = 26;
|
---|
| 117 | vectorLayersLabel.Text = "Vector Layers";
|
---|
| 118 | //
|
---|
| 119 | // mapBox
|
---|
| 120 | //
|
---|
| 121 | this.mapBox.ActiveTool = SharpMap.Forms.MapBox.Tools.Pan;
|
---|
| 122 | this.mapBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 123 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 124 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 125 | this.mapBox.Cursor = System.Windows.Forms.Cursors.Hand;
|
---|
| 126 | this.mapBox.FineZoomFactor = 10D;
|
---|
| 127 | this.mapBox.Location = new System.Drawing.Point(3, 0);
|
---|
| 128 | this.mapBox.MapQueryMode = SharpMap.Forms.MapBox.MapQueryType.VisibleLayers;
|
---|
| 129 | this.mapBox.Name = "mapBox";
|
---|
| 130 | this.mapBox.PanOnClick = false;
|
---|
| 131 | this.mapBox.PreviewMode = SharpMap.Forms.MapBox.PreviewModes.Fast;
|
---|
| 132 | this.mapBox.QueryGrowFactor = 5F;
|
---|
| 133 | this.mapBox.QueryLayerIndex = 0;
|
---|
| 134 | this.mapBox.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
|
---|
| 135 | this.mapBox.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
|
---|
| 136 | this.mapBox.ShowProgressUpdate = true;
|
---|
| 137 | this.mapBox.Size = new System.Drawing.Size(561, 635);
|
---|
| 138 | this.mapBox.TabIndex = 0;
|
---|
| 139 | this.mapBox.TakeFocusOnHover = true;
|
---|
| 140 | this.mapBox.Text = "mapBox";
|
---|
| 141 | this.mapBox.WheelZoomMagnitude = -2D;
|
---|
| 142 | this.mapBox.MouseMove += new SharpMap.Forms.MapBox.MouseEventHandler(this.mapBox_MouseMove);
|
---|
| 143 | this.mapBox.MouseDown += new SharpMap.Forms.MapBox.MouseEventHandler(this.mapBox_MouseDown);
|
---|
| 144 | this.mapBox.MouseUp += new SharpMap.Forms.MapBox.MouseEventHandler(this.mapBox_MouseUp);
|
---|
| 145 | //
|
---|
| 146 | // tabControl1
|
---|
| 147 | //
|
---|
| 148 | this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 149 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 150 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 151 | this.tabControl1.Controls.Add(this.tabPage1);
|
---|
| 152 | this.tabControl1.Controls.Add(this.tabPage2);
|
---|
| 153 | this.tabControl1.Controls.Add(this.tabPage3);
|
---|
| 154 | this.tabControl1.Controls.Add(this.tabPage4);
|
---|
| 155 | this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
---|
| 156 | this.tabControl1.Name = "tabControl1";
|
---|
| 157 | this.tabControl1.SelectedIndex = 0;
|
---|
| 158 | this.tabControl1.Size = new System.Drawing.Size(1114, 682);
|
---|
| 159 | this.tabControl1.TabIndex = 2;
|
---|
| 160 | this.tabControl1.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl1_Selected);
|
---|
| 161 | //
|
---|
| 162 | // tabPage1
|
---|
| 163 | //
|
---|
| 164 | this.tabPage1.Controls.Add(this.splitContainer1);
|
---|
| 165 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
| 166 | this.tabPage1.Name = "tabPage1";
|
---|
| 167 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 168 | this.tabPage1.Size = new System.Drawing.Size(1106, 656);
|
---|
| 169 | this.tabPage1.TabIndex = 0;
|
---|
| 170 | this.tabPage1.Text = "Map";
|
---|
| 171 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
| 172 | //
|
---|
| 173 | // splitContainer1
|
---|
| 174 | //
|
---|
| 175 | this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 176 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 177 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 178 | this.splitContainer1.Location = new System.Drawing.Point(6, 6);
|
---|
| 179 | this.splitContainer1.Name = "splitContainer1";
|
---|
| 180 | //
|
---|
| 181 | // splitContainer1.Panel1
|
---|
| 182 | //
|
---|
| 183 | this.splitContainer1.Panel1.Controls.Add(this.valueLayerValueLabel);
|
---|
| 184 | this.splitContainer1.Panel1.Controls.Add(this.valueLayerNamesListBox);
|
---|
| 185 | this.splitContainer1.Panel1.Controls.Add(this.vectorLayerNamesListBox);
|
---|
| 186 | this.splitContainer1.Panel1.Controls.Add(this.regionDescriptionLabel);
|
---|
| 187 | this.splitContainer1.Panel1.Controls.Add(this.regionNameLabel);
|
---|
| 188 | this.splitContainer1.Panel1.Controls.Add(valueLayersLabel);
|
---|
| 189 | this.splitContainer1.Panel1.Controls.Add(vectorLayersLabel);
|
---|
| 190 | //
|
---|
| 191 | // splitContainer1.Panel2
|
---|
| 192 | //
|
---|
| 193 | this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
---|
| 194 | this.splitContainer1.Size = new System.Drawing.Size(1094, 644);
|
---|
| 195 | this.splitContainer1.SplitterDistance = 214;
|
---|
| 196 | this.splitContainer1.TabIndex = 14;
|
---|
| 197 | //
|
---|
| 198 | // valueLayerValueLabel
|
---|
| 199 | //
|
---|
| 200 | this.valueLayerValueLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 201 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 202 | this.valueLayerValueLabel.Location = new System.Drawing.Point(3, 620);
|
---|
| 203 | this.valueLayerValueLabel.Margin = new System.Windows.Forms.Padding(3);
|
---|
| 204 | this.valueLayerValueLabel.MaximumSize = new System.Drawing.Size(500, 13);
|
---|
| 205 | this.valueLayerValueLabel.Name = "valueLayerValueLabel";
|
---|
| 206 | this.valueLayerValueLabel.Size = new System.Drawing.Size(207, 13);
|
---|
| 207 | this.valueLayerValueLabel.TabIndex = 28;
|
---|
| 208 | this.valueLayerValueLabel.Text = "0 €/a";
|
---|
| 209 | this.valueLayerValueLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
---|
| 210 | //
|
---|
| 211 | // valueLayerNamesListBox
|
---|
| 212 | //
|
---|
| 213 | this.valueLayerNamesListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 214 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 215 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 216 | this.valueLayerNamesListBox.FormattingEnabled = true;
|
---|
| 217 | this.valueLayerNamesListBox.HorizontalScrollbar = true;
|
---|
| 218 | this.valueLayerNamesListBox.Items.AddRange(new object[] {
|
---|
| 219 | "StrawPotentials",
|
---|
| 220 | "StrawUtilizations",
|
---|
| 221 | "StrawConverterCapacities"});
|
---|
| 222 | this.valueLayerNamesListBox.Location = new System.Drawing.Point(3, 161);
|
---|
| 223 | this.valueLayerNamesListBox.Name = "valueLayerNamesListBox";
|
---|
| 224 | this.valueLayerNamesListBox.Size = new System.Drawing.Size(208, 420);
|
---|
| 225 | this.valueLayerNamesListBox.TabIndex = 22;
|
---|
| 226 | this.valueLayerNamesListBox.SelectedIndexChanged += new System.EventHandler(this.valueLayerNamesListBox_SelectedIndexChanged);
|
---|
| 227 | //
|
---|
| 228 | // vectorLayerNamesListBox
|
---|
| 229 | //
|
---|
| 230 | this.vectorLayerNamesListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 231 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 232 | this.vectorLayerNamesListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
---|
| 233 | this.vectorLayerNamesListBox.FormattingEnabled = true;
|
---|
| 234 | this.vectorLayerNamesListBox.HorizontalScrollbar = true;
|
---|
| 235 | this.vectorLayerNamesListBox.Location = new System.Drawing.Point(3, 21);
|
---|
| 236 | this.vectorLayerNamesListBox.Name = "vectorLayerNamesListBox";
|
---|
| 237 | this.vectorLayerNamesListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
|
---|
| 238 | this.vectorLayerNamesListBox.Size = new System.Drawing.Size(208, 121);
|
---|
| 239 | this.vectorLayerNamesListBox.TabIndex = 23;
|
---|
| 240 | this.vectorLayerNamesListBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.vectorLayerNamesListBox_DrawItem);
|
---|
| 241 | this.vectorLayerNamesListBox.SelectedIndexChanged += new System.EventHandler(this.vectorLayerNamesListBox_SelectedIndexChanged);
|
---|
| 242 | //
|
---|
| 243 | // regionDescriptionLabel
|
---|
| 244 | //
|
---|
| 245 | this.regionDescriptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 246 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 247 | this.regionDescriptionLabel.Location = new System.Drawing.Point(3, 601);
|
---|
| 248 | this.regionDescriptionLabel.Margin = new System.Windows.Forms.Padding(3);
|
---|
| 249 | this.regionDescriptionLabel.MaximumSize = new System.Drawing.Size(500, 13);
|
---|
| 250 | this.regionDescriptionLabel.Name = "regionDescriptionLabel";
|
---|
| 251 | this.regionDescriptionLabel.Size = new System.Drawing.Size(207, 13);
|
---|
| 252 | this.regionDescriptionLabel.TabIndex = 24;
|
---|
| 253 | this.regionDescriptionLabel.Text = "Vienna";
|
---|
| 254 | this.regionDescriptionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
---|
| 255 | //
|
---|
| 256 | // regionNameLabel
|
---|
| 257 | //
|
---|
| 258 | this.regionNameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 259 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 260 | this.regionNameLabel.Location = new System.Drawing.Point(3, 585);
|
---|
| 261 | this.regionNameLabel.MaximumSize = new System.Drawing.Size(500, 13);
|
---|
| 262 | this.regionNameLabel.Name = "regionNameLabel";
|
---|
| 263 | this.regionNameLabel.Size = new System.Drawing.Size(207, 13);
|
---|
| 264 | this.regionNameLabel.TabIndex = 25;
|
---|
| 265 | this.regionNameLabel.Text = "AT111";
|
---|
| 266 | this.regionNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
---|
| 267 | //
|
---|
| 268 | // splitContainer2
|
---|
| 269 | //
|
---|
| 270 | this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 271 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 272 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 273 | this.splitContainer2.Location = new System.Drawing.Point(3, 3);
|
---|
| 274 | this.splitContainer2.Name = "splitContainer2";
|
---|
| 275 | //
|
---|
| 276 | // splitContainer2.Panel1
|
---|
| 277 | //
|
---|
| 278 | this.splitContainer2.Panel1.Controls.Add(this.mapBox);
|
---|
| 279 | //
|
---|
| 280 | // splitContainer2.Panel2
|
---|
| 281 | //
|
---|
| 282 | this.splitContainer2.Panel2.Controls.Add(this.regionDetailView);
|
---|
| 283 | this.splitContainer2.Panel2.Controls.Add(this.saveMapImageButton);
|
---|
| 284 | this.splitContainer2.Size = new System.Drawing.Size(870, 638);
|
---|
| 285 | this.splitContainer2.SplitterDistance = 567;
|
---|
| 286 | this.splitContainer2.TabIndex = 14;
|
---|
| 287 | //
|
---|
| 288 | // regionDetailView
|
---|
| 289 | //
|
---|
| 290 | this.regionDetailView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 291 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 292 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 293 | this.regionDetailView.Caption = "View";
|
---|
| 294 | this.regionDetailView.Content = null;
|
---|
| 295 | this.regionDetailView.Location = new System.Drawing.Point(3, 7);
|
---|
| 296 | this.regionDetailView.Name = "regionDetailView";
|
---|
| 297 | this.regionDetailView.ReadOnly = false;
|
---|
| 298 | this.regionDetailView.Size = new System.Drawing.Size(293, 599);
|
---|
| 299 | this.regionDetailView.TabIndex = 13;
|
---|
| 300 | this.regionDetailView.RegionLabelClicked += new System.EventHandler(this.solutionDetailView_RegionLabelClicked);
|
---|
| 301 | //
|
---|
| 302 | // saveMapImageButton
|
---|
| 303 | //
|
---|
| 304 | this.saveMapImageButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 305 | this.saveMapImageButton.Location = new System.Drawing.Point(129, 612);
|
---|
| 306 | this.saveMapImageButton.Name = "saveMapImageButton";
|
---|
| 307 | this.saveMapImageButton.Size = new System.Drawing.Size(167, 23);
|
---|
| 308 | this.saveMapImageButton.TabIndex = 12;
|
---|
| 309 | this.saveMapImageButton.Text = "Save Map Image ...";
|
---|
| 310 | this.saveMapImageButton.UseVisualStyleBackColor = true;
|
---|
| 311 | this.saveMapImageButton.Click += new System.EventHandler(this.saveMapImageButton_Click);
|
---|
| 312 | //
|
---|
| 313 | // tabPage2
|
---|
| 314 | //
|
---|
| 315 | this.tabPage2.Controls.Add(this.bioBoostSolutionCostsView1);
|
---|
| 316 | this.tabPage2.Controls.Add(this.regionsTreeView);
|
---|
| 317 | this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
---|
| 318 | this.tabPage2.Name = "tabPage2";
|
---|
| 319 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 320 | this.tabPage2.Size = new System.Drawing.Size(1106, 656);
|
---|
| 321 | this.tabPage2.TabIndex = 1;
|
---|
| 322 | this.tabPage2.Text = "Costs";
|
---|
| 323 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
| 324 | //
|
---|
| 325 | // bioBoostSolutionCostsView1
|
---|
| 326 | //
|
---|
| 327 | this.bioBoostSolutionCostsView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 328 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 329 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 330 | this.bioBoostSolutionCostsView1.Caption = "View";
|
---|
| 331 | this.bioBoostSolutionCostsView1.Content = null;
|
---|
| 332 | this.bioBoostSolutionCostsView1.Location = new System.Drawing.Point(174, 6);
|
---|
| 333 | this.bioBoostSolutionCostsView1.Name = "bioBoostSolutionCostsView1";
|
---|
| 334 | this.bioBoostSolutionCostsView1.ReadOnly = false;
|
---|
| 335 | this.bioBoostSolutionCostsView1.Size = new System.Drawing.Size(926, 644);
|
---|
| 336 | this.bioBoostSolutionCostsView1.TabIndex = 0;
|
---|
| 337 | //
|
---|
| 338 | // regionsTreeView
|
---|
| 339 | //
|
---|
| 340 | this.regionsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 341 | | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 342 | this.regionsTreeView.Location = new System.Drawing.Point(3, 6);
|
---|
| 343 | this.regionsTreeView.Name = "regionsTreeView";
|
---|
| 344 | treeNode1.Name = "AT111";
|
---|
| 345 | treeNode1.Text = "AT111";
|
---|
| 346 | treeNode2.Name = "AT112";
|
---|
| 347 | treeNode2.Text = "AT112";
|
---|
| 348 | treeNode3.Name = "AT";
|
---|
| 349 | treeNode3.Text = "AT";
|
---|
| 350 | treeNode4.Name = "BE112";
|
---|
| 351 | treeNode4.Text = "BE112";
|
---|
| 352 | treeNode5.Name = "BE";
|
---|
| 353 | treeNode5.Text = "BE";
|
---|
| 354 | treeNode6.Name = "All Regions";
|
---|
| 355 | treeNode6.Text = "All Regions";
|
---|
| 356 | this.regionsTreeView.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
|
---|
| 357 | treeNode6});
|
---|
| 358 | this.regionsTreeView.Size = new System.Drawing.Size(165, 647);
|
---|
| 359 | this.regionsTreeView.TabIndex = 0;
|
---|
| 360 | this.regionsTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.regionsTreeView_AfterSelect);
|
---|
| 361 | //
|
---|
| 362 | // tabPage3
|
---|
| 363 | //
|
---|
| 364 | this.tabPage3.Controls.Add(this.openSolutionEditorButton);
|
---|
| 365 | this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
---|
| 366 | this.tabPage3.Name = "tabPage3";
|
---|
| 367 | this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 368 | this.tabPage3.Size = new System.Drawing.Size(1106, 656);
|
---|
| 369 | this.tabPage3.TabIndex = 2;
|
---|
| 370 | this.tabPage3.Text = "Edit / Optimize Solution";
|
---|
| 371 | this.tabPage3.UseVisualStyleBackColor = true;
|
---|
| 372 | //
|
---|
| 373 | // openSolutionEditorButton
|
---|
| 374 | //
|
---|
| 375 | this.openSolutionEditorButton.Location = new System.Drawing.Point(6, 6);
|
---|
| 376 | this.openSolutionEditorButton.Name = "openSolutionEditorButton";
|
---|
| 377 | this.openSolutionEditorButton.Size = new System.Drawing.Size(113, 23);
|
---|
| 378 | this.openSolutionEditorButton.TabIndex = 0;
|
---|
| 379 | this.openSolutionEditorButton.Text = "Open Editor View";
|
---|
| 380 | this.openSolutionEditorButton.UseVisualStyleBackColor = true;
|
---|
| 381 | this.openSolutionEditorButton.Click += new System.EventHandler(this.openSolutionEditorButton_Click);
|
---|
| 382 | //
|
---|
| 383 | // saveFileDialog
|
---|
| 384 | //
|
---|
| 385 | this.saveFileDialog.DefaultExt = "png";
|
---|
| 386 | this.saveFileDialog.Filter = "PNG files|*.png|All files|*.*";
|
---|
| 387 | this.saveFileDialog.RestoreDirectory = true;
|
---|
| 388 | //
|
---|
| 389 | // tabPage4
|
---|
| 390 | //
|
---|
| 391 | this.tabPage4.Controls.Add(this.summaryView);
|
---|
| 392 | this.tabPage4.Location = new System.Drawing.Point(4, 22);
|
---|
| 393 | this.tabPage4.Name = "tabPage4";
|
---|
| 394 | this.tabPage4.Size = new System.Drawing.Size(1106, 656);
|
---|
| 395 | this.tabPage4.TabIndex = 3;
|
---|
| 396 | this.tabPage4.Text = "Summary";
|
---|
| 397 | this.tabPage4.UseVisualStyleBackColor = true;
|
---|
| 398 | //
|
---|
| 399 | // summaryView
|
---|
| 400 | //
|
---|
| 401 | this.summaryView.Caption = "View";
|
---|
| 402 | this.summaryView.Content = null;
|
---|
| 403 | this.summaryView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 404 | this.summaryView.Location = new System.Drawing.Point(0, 0);
|
---|
| 405 | this.summaryView.Name = "summaryView";
|
---|
| 406 | this.summaryView.ReadOnly = false;
|
---|
| 407 | this.summaryView.Size = new System.Drawing.Size(1106, 656);
|
---|
| 408 | this.summaryView.TabIndex = 0;
|
---|
| 409 | //
|
---|
| 410 | // BioBoostCompoundSolutionView
|
---|
| 411 | //
|
---|
| 412 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 413 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 414 | this.Controls.Add(this.tabControl1);
|
---|
| 415 | this.Name = "BioBoostCompoundSolutionView";
|
---|
| 416 | this.Size = new System.Drawing.Size(1114, 682);
|
---|
| 417 | this.tabControl1.ResumeLayout(false);
|
---|
| 418 | this.tabPage1.ResumeLayout(false);
|
---|
| 419 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
| 420 | this.splitContainer1.Panel1.PerformLayout();
|
---|
| 421 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
| 422 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
| 423 | this.splitContainer1.ResumeLayout(false);
|
---|
| 424 | this.splitContainer2.Panel1.ResumeLayout(false);
|
---|
| 425 | this.splitContainer2.Panel2.ResumeLayout(false);
|
---|
| 426 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
---|
| 427 | this.splitContainer2.ResumeLayout(false);
|
---|
| 428 | this.tabPage2.ResumeLayout(false);
|
---|
| 429 | this.tabPage3.ResumeLayout(false);
|
---|
| 430 | this.tabPage4.ResumeLayout(false);
|
---|
| 431 | this.ResumeLayout(false);
|
---|
| 432 |
|
---|
| 433 | }
|
---|
| 434 |
|
---|
| 435 | #endregion
|
---|
| 436 |
|
---|
| 437 | private SharpMap.Forms.MapBox mapBox;
|
---|
| 438 | private System.Windows.Forms.TabControl tabControl1;
|
---|
| 439 | private System.Windows.Forms.TabPage tabPage1;
|
---|
| 440 | private System.Windows.Forms.TabPage tabPage2;
|
---|
| 441 | private System.Windows.Forms.TreeView regionsTreeView;
|
---|
| 442 | private BioBoostSolutionCostsView bioBoostSolutionCostsView1;
|
---|
| 443 | private System.Windows.Forms.TabPage tabPage3;
|
---|
| 444 | private System.Windows.Forms.Button openSolutionEditorButton;
|
---|
| 445 | private System.Windows.Forms.Button saveMapImageButton;
|
---|
| 446 | private System.Windows.Forms.SaveFileDialog saveFileDialog;
|
---|
| 447 | private BioBoostRegionDetailView regionDetailView;
|
---|
| 448 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
| 449 | private System.Windows.Forms.Label valueLayerValueLabel;
|
---|
| 450 | private System.Windows.Forms.ListBox valueLayerNamesListBox;
|
---|
| 451 | private System.Windows.Forms.ListBox vectorLayerNamesListBox;
|
---|
| 452 | private System.Windows.Forms.Label regionDescriptionLabel;
|
---|
| 453 | private System.Windows.Forms.Label regionNameLabel;
|
---|
| 454 | private System.Windows.Forms.SplitContainer splitContainer2;
|
---|
| 455 | private System.Windows.Forms.TabPage tabPage4;
|
---|
| 456 | private BioBoostSummaryView summaryView;
|
---|
| 457 |
|
---|
| 458 | }
|
---|
| 459 | }
|
---|