#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 BioBoostSolutionDetailView { /// /// 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.GroupBox plantsGroupBox; System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("AT111 (100t/a)"); System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("AT112 (200t/a)"); System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("FP (1000t/a)", new System.Windows.Forms.TreeNode[] { treeNode1, treeNode2}); System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("HTC"); System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("CP"); this.plantsTreeView = new System.Windows.Forms.TreeView(); this.regionNameLabel = new System.Windows.Forms.LinkLabel(); this.regionDescriptionLabel = new System.Windows.Forms.Label(); plantsGroupBox = new System.Windows.Forms.GroupBox(); plantsGroupBox.SuspendLayout(); this.SuspendLayout(); // // plantsGroupBox // plantsGroupBox.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))); plantsGroupBox.Controls.Add(this.plantsTreeView); plantsGroupBox.Location = new System.Drawing.Point(3, 30); plantsGroupBox.Name = "plantsGroupBox"; plantsGroupBox.Size = new System.Drawing.Size(286, 536); plantsGroupBox.TabIndex = 4; plantsGroupBox.TabStop = false; plantsGroupBox.Text = "Plant Configurations"; // // plantsTreeView // this.plantsTreeView.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.plantsTreeView.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.plantsTreeView.HotTracking = true; this.plantsTreeView.Location = new System.Drawing.Point(7, 20); this.plantsTreeView.Name = "plantsTreeView"; treeNode1.Name = "Node3"; treeNode1.Text = "AT111 (100t/a)"; treeNode2.Name = "AT112"; treeNode2.Text = "AT112 (200t/a)"; treeNode3.Name = "FP"; treeNode3.Text = "FP (1000t/a)"; treeNode4.Name = "HTC"; treeNode4.Text = "HTC"; treeNode5.Name = "CP"; treeNode5.Text = "CP"; this.plantsTreeView.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { treeNode3, treeNode4, treeNode5}); this.plantsTreeView.Size = new System.Drawing.Size(273, 510); this.plantsTreeView.TabIndex = 0; this.plantsTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.plantsTreeView_NodeMouseDoubleClick); // // regionNameLabel // this.regionNameLabel.ActiveLinkColor = System.Drawing.Color.Red; this.regionNameLabel.Dock = System.Windows.Forms.DockStyle.Top; this.regionNameLabel.Location = new System.Drawing.Point(0, 0); this.regionNameLabel.Name = "regionNameLabel"; this.regionNameLabel.Size = new System.Drawing.Size(292, 14); this.regionNameLabel.TabIndex = 0; this.regionNameLabel.TabStop = true; this.regionNameLabel.Text = "AT111"; this.regionNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.regionNameLabel.Click += new System.EventHandler(this.regionNameLabel_Click); // // regionDescriptionLabel // this.regionDescriptionLabel.Dock = System.Windows.Forms.DockStyle.Top; this.regionDescriptionLabel.Location = new System.Drawing.Point(0, 14); this.regionDescriptionLabel.MaximumSize = new System.Drawing.Size(500, 13); this.regionDescriptionLabel.Name = "regionDescriptionLabel"; this.regionDescriptionLabel.Size = new System.Drawing.Size(292, 13); this.regionDescriptionLabel.TabIndex = 8; this.regionDescriptionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // BioBoostSolutionDetailView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(plantsGroupBox); this.Controls.Add(this.regionDescriptionLabel); this.Controls.Add(this.regionNameLabel); this.Name = "BioBoostSolutionDetailView"; this.Size = new System.Drawing.Size(292, 569); plantsGroupBox.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TreeView plantsTreeView; private System.Windows.Forms.LinkLabel regionNameLabel; private System.Windows.Forms.Label regionDescriptionLabel; } }