#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 BioBoostSummaryView { /// /// 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() { this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.treeView = new System.Windows.Forms.TreeView(); this.gridView = new System.Windows.Forms.DataGridView(); this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ValueColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.valueLabel = new System.Windows.Forms.Label(); this.regionLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.valueLabel); this.splitContainer1.Panel1.Controls.Add(this.treeView); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.regionLabel); this.splitContainer1.Panel2.Controls.Add(this.gridView); this.splitContainer1.Size = new System.Drawing.Size(1041, 624); this.splitContainer1.SplitterDistance = 421; this.splitContainer1.TabIndex = 0; // // treeView // this.treeView.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.treeView.Location = new System.Drawing.Point(0, 21); this.treeView.Name = "treeView"; this.treeView.Size = new System.Drawing.Size(419, 603); this.treeView.TabIndex = 0; this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect); // // gridView // this.gridView.AllowUserToAddRows = false; this.gridView.AllowUserToDeleteRows = false; this.gridView.AllowUserToResizeRows = false; this.gridView.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.gridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.gridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.gridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.NameColumn, this.ValueColumn}); this.gridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.gridView.Location = new System.Drawing.Point(0, 21); this.gridView.Name = "gridView"; this.gridView.ReadOnly = true; this.gridView.RowHeadersVisible = false; this.gridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.gridView.Size = new System.Drawing.Size(616, 603); this.gridView.TabIndex = 0; this.gridView.CurrentCellChanged += new System.EventHandler(this.gridView_CurrentCellChanged); // // NameColumn // this.NameColumn.HeaderText = "Name"; this.NameColumn.Name = "NameColumn"; this.NameColumn.ReadOnly = true; this.NameColumn.Width = 60; // // ValueColumn // this.ValueColumn.HeaderText = "Value"; this.ValueColumn.Name = "ValueColumn"; this.ValueColumn.ReadOnly = true; this.ValueColumn.Width = 59; // // valueLabel // this.valueLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.valueLabel.Location = new System.Drawing.Point(3, 0); this.valueLabel.Name = "valueLabel"; this.valueLabel.Size = new System.Drawing.Size(416, 18); this.valueLabel.TabIndex = 1; this.valueLabel.Text = "no value layer selected"; this.valueLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // regionLabel // this.regionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.regionLabel.Location = new System.Drawing.Point(3, 0); this.regionLabel.Name = "regionLabel"; this.regionLabel.Size = new System.Drawing.Size(610, 18); this.regionLabel.TabIndex = 2; this.regionLabel.Text = "no region selected"; this.regionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // BioBoostSummaryView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Name = "BioBoostSummaryView"; this.Size = new System.Drawing.Size(1041, 624); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TreeView treeView; private System.Windows.Forms.DataGridView gridView; private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn; private System.Windows.Forms.DataGridViewTextBoxColumn ValueColumn; private System.Windows.Forms.Label valueLabel; private System.Windows.Forms.Label regionLabel; } }