Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/27/12 17:59:55 (12 years ago)
Author:
sforsten
Message:

#1292:

  • BackgroundWorker is now reused in FeatureCorrelation
  • renamed some variables
  • ComboBoxes are now DropDownLists
  • FeatureCorrelation doesn't calculate the elements in the constructor anymore
  • small changes in the views
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DatasetFeatureCorrelation/HeuristicLab.Problems.DataAnalysis.Views/3.4/TimeframeFeatureCorrelationView.Designer.cs

    r8492 r8529  
    3131      ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).BeginInit();
    3232      this.SplitContainer.Panel1.SuspendLayout();
     33      this.SplitContainer.Panel2.SuspendLayout();
    3334      this.SplitContainer.SuspendLayout();
     35      this.CalculatingPanel.SuspendLayout();
    3436      this.SuspendLayout();
     37      //
     38      // PartitionComboBox
     39      //
     40      this.PartitionComboBox.Location = new System.Drawing.Point(344, 3);
     41      this.PartitionComboBox.Size = new System.Drawing.Size(131, 21);
    3542      //
    3643      // maximumLabel
    3744      //
    38       this.maximumLabel.Location = new System.Drawing.Point(487, 62);
     45      this.maximumLabel.Location = new System.Drawing.Point(487, 3);
    3946      //
    4047      // PictureBox
    4148      //
    42       this.PictureBox.Location = new System.Drawing.Point(506, 91);
    43       this.PictureBox.Size = new System.Drawing.Size(35, 220);
     49      this.PictureBox.Location = new System.Drawing.Point(506, 31);
     50      this.PictureBox.Size = new System.Drawing.Size(35, 280);
    4451      //
    4552      // SplitContainer
     
    5461      this.SplitContainer.SplitterDistance = 52;
    5562      //
     63      // CalculatingPanel
     64      //
     65      this.CalculatingPanel.Location = new System.Drawing.Point(138, 82);
     66      //
    5667      // VariableSelectionLabel
    5768      //
     
    6576      // VariableSelectionComboBox
    6677      //
     78      this.VariableSelectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    6779      this.VariableSelectionComboBox.FormattingEnabled = true;
    6880      this.VariableSelectionComboBox.Location = new System.Drawing.Point(110, 30);
     
    8395      // TimeframeComboBox
    8496      //
     97      this.TimeframeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    8598      this.TimeframeComboBox.FormattingEnabled = true;
    86       this.TimeframeComboBox.Location = new System.Drawing.Point(348, 30);
     99      this.TimeframeComboBox.Location = new System.Drawing.Point(344, 30);
    87100      this.TimeframeComboBox.Name = "TimeframeComboBox";
    88       this.TimeframeComboBox.Size = new System.Drawing.Size(124, 21);
     101      this.TimeframeComboBox.Size = new System.Drawing.Size(131, 21);
    89102      this.TimeframeComboBox.TabIndex = 19;
    90103      this.TimeframeComboBox.SelectedIndexChanged += new System.EventHandler(this.TimeframeComboBox_SelectedIndexChanged);
     
    98111      this.SplitContainer.Panel1.ResumeLayout(false);
    99112      this.SplitContainer.Panel1.PerformLayout();
     113      this.SplitContainer.Panel2.ResumeLayout(false);
    100114      ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).EndInit();
    101115      this.SplitContainer.ResumeLayout(false);
     116      this.CalculatingPanel.ResumeLayout(false);
     117      this.CalculatingPanel.PerformLayout();
    102118      this.ResumeLayout(false);
    103119
Note: See TracChangeset for help on using the changeset viewer.