Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/21/14 11:12:31 (10 years ago)
Author:
mleitner
Message:

Add colors to histogram / remove all in one mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HistogramView.Designer.cs

    r10771 r10867  
    2525    private void InitializeComponent() {
    2626      this.optionsBox = new System.Windows.Forms.GroupBox();
    27       this.allInOneCheckBox = new System.Windows.Forms.CheckBox();
     27      this.label1 = new System.Windows.Forms.Label();
     28      this.classifierComboBox = new System.Windows.Forms.ComboBox();
    2829      this.optionsBox.SuspendLayout();
    2930      this.SuspendLayout();
     
    3233      //
    3334      this.optionsBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    34       this.optionsBox.Controls.Add(this.allInOneCheckBox);
     35      this.optionsBox.Controls.Add(this.label1);
     36      this.optionsBox.Controls.Add(this.classifierComboBox);
    3537      this.optionsBox.Location = new System.Drawing.Point(4, 263);
    3638      this.optionsBox.Name = "optionsBox";
     
    4042      this.optionsBox.Text = "Options";
    4143      //
    42       // allInOneCheckBox
     44      // label1
    4345      //
    44       this.allInOneCheckBox.AutoSize = true;
    45       this.allInOneCheckBox.Location = new System.Drawing.Point(6, 19);
    46       this.allInOneCheckBox.Name = "allInOneCheckBox";
    47       this.allInOneCheckBox.Size = new System.Drawing.Size(69, 17);
    48       this.allInOneCheckBox.TabIndex = 0;
    49       this.allInOneCheckBox.Text = "All in one";
    50       this.allInOneCheckBox.UseVisualStyleBackColor = true;
    51       this.allInOneCheckBox.CheckedChanged += new System.EventHandler(this.allInOneCheckBox_CheckedChanged);
     46      this.label1.AutoSize = true;
     47      this.label1.Location = new System.Drawing.Point(6, 26);
     48      this.label1.Name = "label1";
     49      this.label1.Size = new System.Drawing.Size(91, 13);
     50      this.label1.TabIndex = 2;
     51      this.label1.Text = "Classifier variable:";
     52      //
     53      // classifierComboBox
     54      //
     55      this.classifierComboBox.FormattingEnabled = true;
     56      this.classifierComboBox.Location = new System.Drawing.Point(6, 52);
     57      this.classifierComboBox.Name = "classifierComboBox";
     58      this.classifierComboBox.Size = new System.Drawing.Size(121, 21);
     59      this.classifierComboBox.TabIndex = 1;
     60      this.classifierComboBox.SelectedIndexChanged += new System.EventHandler(this.classifierComboBox_SelectedIndexChanged);
    5261      //
    5362      // HistogramView
     
    6776
    6877    private System.Windows.Forms.GroupBox optionsBox;
    69     private System.Windows.Forms.CheckBox allInOneCheckBox;
     78    private System.Windows.Forms.ComboBox classifierComboBox;
     79    private System.Windows.Forms.Label label1;
    7080
    7181  }
Note: See TracChangeset for help on using the changeset viewer.