#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 BioBoostRegionDetailView { /// /// 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; this.dataGridView = new System.Windows.Forms.DataGridView(); this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ValueColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.regionNameLabel = new System.Windows.Forms.LinkLabel(); this.regionDescriptionLabel = new System.Windows.Forms.Label(); plantsGroupBox = new System.Windows.Forms.GroupBox(); plantsGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); 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.dataGridView); 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 = "Regional Values"; // // dataGridView // this.dataGridView.AllowUserToAddRows = false; this.dataGridView.AllowUserToDeleteRows = false; this.dataGridView.AllowUserToOrderColumns = true; this.dataGridView.AllowUserToResizeRows = false; this.dataGridView.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.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.NameColumn, this.ValueColumn}); this.dataGridView.Location = new System.Drawing.Point(7, 20); this.dataGridView.Name = "dataGridView"; this.dataGridView.ReadOnly = true; this.dataGridView.RowHeadersVisible = false; this.dataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dataGridView.ShowEditingIcon = false; this.dataGridView.Size = new System.Drawing.Size(273, 510); this.dataGridView.TabIndex = 0; // // NameColumn // this.NameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.NameColumn.HeaderText = "Name"; this.NameColumn.Name = "NameColumn"; this.NameColumn.ReadOnly = true; this.NameColumn.Width = 60; // // ValueColumn // this.ValueColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.ValueColumn.HeaderText = "Value"; this.ValueColumn.Name = "ValueColumn"; this.ValueColumn.ReadOnly = true; this.ValueColumn.Width = 59; // // 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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); 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; // // BioBoostRegionDetailView // 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 = "BioBoostRegionDetailView"; this.Size = new System.Drawing.Size(292, 569); plantsGroupBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.LinkLabel regionNameLabel; private System.Windows.Forms.Label regionDescriptionLabel; private System.Windows.Forms.DataGridView dataGridView; private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn; private System.Windows.Forms.DataGridViewTextBoxColumn ValueColumn; } }