Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11043


Ignore:
Timestamp:
06/25/14 12:06:36 (10 years ago)
Author:
aesterer
Message:

Changed comboboxes to read only

Location:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4
Files:
2 edited

Legend:

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

    r10908 r11043  
    5353      // classifierComboBox
    5454      //
     55      this.classifierComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    5556      this.classifierComboBox.FormattingEnabled = true;
    5657      this.classifierComboBox.Location = new System.Drawing.Point(9, 52);
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.Designer.cs

    r10987 r11043  
    7979      // comboBoxYVariable
    8080      //
     81      this.comboBoxYVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    8182      this.comboBoxYVariable.FormattingEnabled = true;
    82       this.comboBoxYVariable.Location = new System.Drawing.Point(20, 96);
     83      this.comboBoxYVariable.Location = new System.Drawing.Point(20, 103);
     84      this.comboBoxYVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
    8385      this.comboBoxYVariable.Name = "comboBoxYVariable";
    8486      this.comboBoxYVariable.Size = new System.Drawing.Size(121, 21);
     
    8890      // comboBoxXVariable
    8991      //
     92      this.comboBoxXVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    9093      this.comboBoxXVariable.FormattingEnabled = true;
    91       this.comboBoxXVariable.Location = new System.Drawing.Point(20, 41);
     94      this.comboBoxXVariable.Location = new System.Drawing.Point(20, 48);
     95      this.comboBoxXVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
    9296      this.comboBoxXVariable.Name = "comboBoxXVariable";
    9397      this.comboBoxXVariable.Size = new System.Drawing.Size(121, 21);
     
    9599      this.comboBoxXVariable.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedIndexChanged);
    96100      //
    97       // SingleScatterPlotView
     101      // ScatterPlotSingleView
    98102      //
    99103      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    101105      this.Controls.Add(this.groupBox1);
    102106      this.Controls.Add(this.scatterPlotView);
    103       this.Name = "SingleScatterPlotView";
     107      this.Name = "ScatterPlotSingleView";
    104108      this.Size = new System.Drawing.Size(863, 517);
    105109      this.groupBox1.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.