#region License Information /* HeuristicLab * Copyright (C) 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.Optimization.Views { partial class ICharacteristicCalculatorView { /// /// 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.tabControl = new System.Windows.Forms.TabControl(); this.parametersTabPage = new System.Windows.Forms.TabPage(); this.characteristicsTabPage = new System.Windows.Forms.TabPage(); this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView(); this.tabControl.SuspendLayout(); this.parametersTabPage.SuspendLayout(); this.SuspendLayout(); // // tabControl // this.tabControl.Controls.Add(this.parametersTabPage); this.tabControl.Controls.Add(this.characteristicsTabPage); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(764, 498); this.tabControl.TabIndex = 0; // // parametersTabPage // this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; this.parametersTabPage.Controls.Add(this.parameterCollectionView); this.parametersTabPage.Location = new System.Drawing.Point(4, 22); this.parametersTabPage.Name = "parametersTabPage"; this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3); this.parametersTabPage.Size = new System.Drawing.Size(756, 472); this.parametersTabPage.TabIndex = 0; this.parametersTabPage.Text = "Parameters"; // // characteristicsTabPage // this.characteristicsTabPage.BackColor = System.Drawing.SystemColors.Window; this.characteristicsTabPage.Location = new System.Drawing.Point(4, 22); this.characteristicsTabPage.Name = "characteristicsTabPage"; this.characteristicsTabPage.Padding = new System.Windows.Forms.Padding(3); this.characteristicsTabPage.Size = new System.Drawing.Size(756, 472); this.characteristicsTabPage.TabIndex = 1; this.characteristicsTabPage.Text = "Characteristics"; // // parameterCollectionView // this.parameterCollectionView.AllowEditingOfHiddenParameters = true; this.parameterCollectionView.Caption = "ParameterCollection View"; this.parameterCollectionView.Content = null; this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill; this.parameterCollectionView.Location = new System.Drawing.Point(3, 3); this.parameterCollectionView.Name = "parameterCollectionView"; this.parameterCollectionView.ReadOnly = false; this.parameterCollectionView.ShowDetails = true; this.parameterCollectionView.Size = new System.Drawing.Size(750, 466); this.parameterCollectionView.TabIndex = 0; // // ICharacteristicCalculatorView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabControl); this.Name = "ICharacteristicCalculatorView"; this.Size = new System.Drawing.Size(764, 498); this.tabControl.ResumeLayout(false); this.parametersTabPage.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage parametersTabPage; private Core.Views.ParameterCollectionView parameterCollectionView; private System.Windows.Forms.TabPage characteristicsTabPage; } }