Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16127


Ignore:
Timestamp:
09/07/18 07:13:44 (6 years ago)
Author:
fholzing
Message:

#2904: Shifted ascendingCheckBox to the left

Location:
branches/2904_CalculateImpacts/HeuristicLab.Problems.DataAnalysis.Views/3.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2904_CalculateImpacts/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationSolutionVariableImpactsView.Designer.cs

    r16042 r16127  
    6161      //
    6262      this.ascendingCheckBox.AutoSize = true;
    63       this.ascendingCheckBox.Location = new System.Drawing.Point(534, 6);
     63      this.ascendingCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     64      this.ascendingCheckBox.Location = new System.Drawing.Point(452, 32);
    6465      this.ascendingCheckBox.Name = "ascendingCheckBox";
    6566      this.ascendingCheckBox.Size = new System.Drawing.Size(76, 17);
     
    162163      this.dataPartitionComboBox.SelectedIndexChanged += new System.EventHandler(this.dataPartitionComboBox_SelectedIndexChanged);
    163164      //
    164       // variableImactsArrayView
    165       //
    166       this.variableImpactsArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    167             | System.Windows.Forms.AnchorStyles.Left)
     165      // variableImpactsArrayView
     166      //
     167      this.variableImpactsArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     168            | System.Windows.Forms.AnchorStyles.Left) 
    168169            | System.Windows.Forms.AnchorStyles.Right)));
    169170      this.variableImpactsArrayView.Caption = "StringConvertibleArray View";
    170171      this.variableImpactsArrayView.Content = null;
    171172      this.variableImpactsArrayView.Location = new System.Drawing.Point(3, 84);
    172       this.variableImpactsArrayView.Name = "variableImactsArrayView";
     173      this.variableImpactsArrayView.Name = "variableImpactsArrayView";
    173174      this.variableImpactsArrayView.ReadOnly = true;
    174175      this.variableImpactsArrayView.Size = new System.Drawing.Size(706, 278);
  • branches/2904_CalculateImpacts/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionVariableImpactsView.Designer.cs

    r16042 r16127  
    6161      //
    6262      this.ascendingCheckBox.AutoSize = true;
    63       this.ascendingCheckBox.Location = new System.Drawing.Point(534, 6);
     63      this.ascendingCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     64      this.ascendingCheckBox.Location = new System.Drawing.Point(452, 32);
    6465      this.ascendingCheckBox.Name = "ascendingCheckBox";
    6566      this.ascendingCheckBox.Size = new System.Drawing.Size(76, 17);
     
    162163      this.dataPartitionComboBox.SelectedIndexChanged += new System.EventHandler(this.dataPartitionComboBox_SelectedIndexChanged);
    163164      //
    164       // variableImactsArrayView
    165       //
    166       this.variableImpactsArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    167             | System.Windows.Forms.AnchorStyles.Left)
     165      // variableImpactsArrayView
     166      //
     167      this.variableImpactsArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     168            | System.Windows.Forms.AnchorStyles.Left) 
    168169            | System.Windows.Forms.AnchorStyles.Right)));
    169170      this.variableImpactsArrayView.Caption = "StringConvertibleArray View";
    170171      this.variableImpactsArrayView.Content = null;
    171172      this.variableImpactsArrayView.Location = new System.Drawing.Point(3, 84);
    172       this.variableImpactsArrayView.Name = "variableImactsArrayView";
     173      this.variableImpactsArrayView.Name = "variableImpactsArrayView";
    173174      this.variableImpactsArrayView.ReadOnly = true;
    174175      this.variableImpactsArrayView.Size = new System.Drawing.Size(706, 278);
Note: See TracChangeset for help on using the changeset viewer.