#region License Information /* HeuristicLab * Copyright (C) 2002-2016 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.DataPreprocessing.Views { partial class HistogramView { /// /// 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.optionsBox = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.classifierComboBox = new System.Windows.Forms.ComboBox(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); this.splitContainer.Panel1.SuspendLayout(); this.splitContainer.SuspendLayout(); this.optionsBox.SuspendLayout(); this.SuspendLayout(); // // splitContainer // // // splitContainer.Panel1 // this.splitContainer.Panel1.Controls.Add(this.optionsBox); // // optionsBox // this.optionsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.optionsBox.Controls.Add(this.label1); this.optionsBox.Controls.Add(this.classifierComboBox); this.optionsBox.Location = new System.Drawing.Point(4, 262); this.optionsBox.Name = "optionsBox"; this.optionsBox.Size = new System.Drawing.Size(84, 138); this.optionsBox.TabIndex = 7; this.optionsBox.TabStop = false; this.optionsBox.Text = "Options"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(81, 13); this.label1.TabIndex = 2; this.label1.Text = "Target variable:"; // // classifierComboBox // this.classifierComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.classifierComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.classifierComboBox.FormattingEnabled = true; this.classifierComboBox.Location = new System.Drawing.Point(5, 32); this.classifierComboBox.Name = "classifierComboBox"; this.classifierComboBox.Size = new System.Drawing.Size(73, 21); this.classifierComboBox.TabIndex = 1; this.classifierComboBox.SelectedIndexChanged += new System.EventHandler(this.classifierComboBox_SelectedIndexChanged); // // HistogramView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "HistogramView"; this.splitContainer.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); this.splitContainer.ResumeLayout(false); this.optionsBox.ResumeLayout(false); this.optionsBox.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox optionsBox; private System.Windows.Forms.ComboBox classifierComboBox; private System.Windows.Forms.Label label1; } }