#region License Information /* HeuristicLab * Copyright (C) 2002-2013 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.groupBoxAttributs = new System.Windows.Forms.GroupBox(); this.variablesListBox = new System.Windows.Forms.CheckedListBox(); this.groupBoxOptions = new System.Windows.Forms.GroupBox(); this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.groupBoxAttributs.SuspendLayout(); this.SuspendLayout(); // // groupBoxAttributs // this.groupBoxAttributs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.groupBoxAttributs.Controls.Add(this.variablesListBox); this.groupBoxAttributs.Location = new System.Drawing.Point(3, 4); this.groupBoxAttributs.Name = "groupBoxAttributs"; this.groupBoxAttributs.Size = new System.Drawing.Size(153, 252); this.groupBoxAttributs.TabIndex = 3; this.groupBoxAttributs.TabStop = false; this.groupBoxAttributs.Text = "Attributes"; // // variablesListBox // this.variablesListBox.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.variablesListBox.FormattingEnabled = true; this.variablesListBox.Location = new System.Drawing.Point(6, 19); this.variablesListBox.Name = "variablesListBox"; this.variablesListBox.Size = new System.Drawing.Size(141, 229); this.variablesListBox.TabIndex = 1; this.variablesListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.variablesListBox_ItemCheck); // // groupBoxOptions // this.groupBoxOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.groupBoxOptions.Location = new System.Drawing.Point(4, 262); this.groupBoxOptions.Name = "groupBoxOptions"; this.groupBoxOptions.Size = new System.Drawing.Size(152, 138); this.groupBoxOptions.TabIndex = 4; this.groupBoxOptions.TabStop = false; this.groupBoxOptions.Text = "Options"; // // 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(163, 4); this.viewHost.Name = "viewHost"; this.viewHost.ReadOnly = false; this.viewHost.Size = new System.Drawing.Size(524, 396); this.viewHost.TabIndex = 5; this.viewHost.ViewsLabelVisible = true; this.viewHost.ViewType = null; // // HistogramView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.viewHost); this.Controls.Add(this.groupBoxOptions); this.Controls.Add(this.groupBoxAttributs); this.Name = "HistogramView"; this.Size = new System.Drawing.Size(690, 403); this.groupBoxAttributs.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBoxAttributs; private System.Windows.Forms.CheckedListBox variablesListBox; private System.Windows.Forms.GroupBox groupBoxOptions; private MainForm.WindowsForms.ViewHost viewHost; } }