Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/30/18 10:28:21 (6 years ago)
Author:
fholzing
Message:

#2884: Added sorting mechanism (see #2871)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationSolutionVariableImpactsView.Designer.cs

    r15638 r15667  
    5151      this.factorVarReplacementLabel = new System.Windows.Forms.Label();
    5252      this.factorVarReplComboBox = new System.Windows.Forms.ComboBox();
     53      this.ascendingCheckBox = new System.Windows.Forms.CheckBox();
     54      this.sortByLabel = new System.Windows.Forms.Label();
     55      this.sortByComboBox = new System.Windows.Forms.ComboBox();
    5356      this.SuspendLayout();
    5457      //
     
    6366      this.variableImactsArrayView.Name = "variableImactsArrayView";
    6467      this.variableImactsArrayView.ReadOnly = true;
    65       this.variableImactsArrayView.Size = new System.Drawing.Size(363, 278);
     68      this.variableImactsArrayView.Size = new System.Drawing.Size(662, 278);
    6669      this.variableImactsArrayView.TabIndex = 2;
    6770      //
    6871      // dataPartitionComboBox
    6972      //
     73      this.dataPartitionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    7074      this.dataPartitionComboBox.FormattingEnabled = true;
    7175      this.dataPartitionComboBox.Items.AddRange(new object[] {
     
    99103      // replacementComboBox
    100104      //
     105      this.replacementComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    101106      this.replacementComboBox.FormattingEnabled = true;
    102107      this.replacementComboBox.Items.AddRange(new object[] {
     
    122127      // factorVarReplComboBox
    123128      //
     129      this.factorVarReplComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    124130      this.factorVarReplComboBox.FormattingEnabled = true;
    125131      this.factorVarReplComboBox.Items.AddRange(new object[] {
     
    133139      this.factorVarReplComboBox.SelectedIndexChanged += new System.EventHandler(this.replacementComboBox_SelectedIndexChanged);
    134140      //
     141      // ascendingCheckBox
     142      //
     143      this.ascendingCheckBox.AutoSize = true;
     144      this.ascendingCheckBox.Location = new System.Drawing.Point(534, 6);
     145      this.ascendingCheckBox.Name = "ascendingCheckBox";
     146      this.ascendingCheckBox.Size = new System.Drawing.Size(76, 17);
     147      this.ascendingCheckBox.TabIndex = 10;
     148      this.ascendingCheckBox.Text = "Ascending";
     149      this.ascendingCheckBox.UseVisualStyleBackColor = true;
     150      this.ascendingCheckBox.CheckedChanged += new System.EventHandler(this.ascendingCheckBox_CheckedChanged);
     151      //
     152      // sortByLabel
     153      //
     154      this.sortByLabel.AutoSize = true;
     155      this.sortByLabel.Location = new System.Drawing.Point(324, 6);
     156      this.sortByLabel.Name = "sortByLabel";
     157      this.sortByLabel.Size = new System.Drawing.Size(77, 13);
     158      this.sortByLabel.TabIndex = 8;
     159      this.sortByLabel.Text = "Sorting criteria:";
     160      //
     161      // sortByComboBox
     162      //
     163      this.sortByComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     164      this.sortByComboBox.FormattingEnabled = true;
     165      this.sortByComboBox.Location = new System.Drawing.Point(407, 3);
     166      this.sortByComboBox.Name = "sortByComboBox";
     167      this.sortByComboBox.Size = new System.Drawing.Size(121, 21);
     168      this.sortByComboBox.TabIndex = 9;
     169      this.sortByComboBox.SelectedIndexChanged += new System.EventHandler(this.sortByComboBox_SelectedIndexChanged);
     170      //
    135171      // ClassificationSolutionVariableImpactsView
    136172      //
    137173      this.AllowDrop = true;
    138174      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     175      this.Controls.Add(this.ascendingCheckBox);
     176      this.Controls.Add(this.sortByLabel);
     177      this.Controls.Add(this.sortByComboBox);
    139178      this.Controls.Add(this.factorVarReplComboBox);
    140179      this.Controls.Add(this.factorVarReplacementLabel);
     
    145184      this.Controls.Add(this.variableImactsArrayView);
    146185      this.Name = "ClassificationSolutionVariableImpactsView";
    147       this.Size = new System.Drawing.Size(369, 365);
     186      this.Size = new System.Drawing.Size(668, 365);
    148187      this.ResumeLayout(false);
    149188      this.PerformLayout();
     
    160199    private System.Windows.Forms.Label factorVarReplacementLabel;
    161200    private System.Windows.Forms.ComboBox factorVarReplComboBox;
     201    private System.Windows.Forms.CheckBox ascendingCheckBox;
     202    private System.Windows.Forms.Label sortByLabel;
     203    private System.Windows.Forms.ComboBox sortByComboBox;
    162204  }
    163205}
Note: See TracChangeset for help on using the changeset viewer.