#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.Optimization.Views { partial class RunCollectionRLDView { /// /// 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.components = new System.ComponentModel.Container(); this.dataTableComboBox = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.label2 = new System.Windows.Forms.Label(); this.groupComboBox = new System.Windows.Forms.ComboBox(); this.logScalingCheckBox = new System.Windows.Forms.CheckBox(); this.targetsTextBox = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // dataTableComboBox // this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.dataTableComboBox.FormattingEnabled = true; this.dataTableComboBox.Location = new System.Drawing.Point(69, 30); this.dataTableComboBox.Name = "dataTableComboBox"; this.dataTableComboBox.Size = new System.Drawing.Size(455, 21); this.dataTableComboBox.TabIndex = 0; this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 13); this.label1.TabIndex = 1; this.label1.Text = "DataTable:"; // // viewHost // this.viewHost.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.viewHost.Caption = "View"; this.viewHost.Content = null; this.viewHost.Enabled = false; this.viewHost.Location = new System.Drawing.Point(4, 90); this.viewHost.Name = "viewHost"; this.viewHost.ReadOnly = false; this.viewHost.Size = new System.Drawing.Size(520, 258); this.viewHost.TabIndex = 2; this.viewHost.ViewsLabelVisible = true; this.viewHost.ViewType = null; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 6); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(39, 13); this.label2.TabIndex = 3; this.label2.Text = "Group:"; // // groupComboBox // this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.groupComboBox.FormattingEnabled = true; this.groupComboBox.Location = new System.Drawing.Point(69, 3); this.groupComboBox.Name = "groupComboBox"; this.groupComboBox.Size = new System.Drawing.Size(455, 21); this.groupComboBox.TabIndex = 4; this.groupComboBox.SelectedIndexChanged += new System.EventHandler(this.groupComboBox_SelectedIndexChanged); // // logScalingCheckBox // this.logScalingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.logScalingCheckBox.AutoSize = true; this.logScalingCheckBox.Location = new System.Drawing.Point(0, 354); this.logScalingCheckBox.Name = "logScalingCheckBox"; this.logScalingCheckBox.Size = new System.Drawing.Size(112, 17); this.logScalingCheckBox.TabIndex = 5; this.logScalingCheckBox.Text = "logarithmic scaling"; this.logScalingCheckBox.UseVisualStyleBackColor = true; this.logScalingCheckBox.CheckedChanged += new System.EventHandler(this.logScalingCheckBox_CheckedChanged); // // targetsTextBox // this.targetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.targetsTextBox.Location = new System.Drawing.Point(69, 57); this.targetsTextBox.Name = "targetsTextBox"; this.targetsTextBox.Size = new System.Drawing.Size(455, 20); this.targetsTextBox.TabIndex = 6; this.targetsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.targetsTextBox_Validating); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 60); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(46, 13); this.label3.TabIndex = 1; this.label3.Text = "Targets:"; // // errorProvider // this.errorProvider.ContainerControl = this; // // RunCollectionRLDView // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Controls.Add(this.targetsTextBox); this.Controls.Add(this.logScalingCheckBox); this.Controls.Add(this.groupComboBox); this.Controls.Add(this.label2); this.Controls.Add(this.viewHost); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.dataTableComboBox); this.Name = "RunCollectionRLDView"; this.Size = new System.Drawing.Size(527, 374); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox dataTableComboBox; private System.Windows.Forms.Label label1; private MainForm.WindowsForms.ViewHost viewHost; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox groupComboBox; private System.Windows.Forms.CheckBox logScalingCheckBox; private System.Windows.Forms.TextBox targetsTextBox; private System.Windows.Forms.Label label3; protected System.Windows.Forms.ErrorProvider errorProvider; } }