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/FeatureCorrelationView.Designer.cs

    r8492 r8529  
    3535      this.PictureBox = new System.Windows.Forms.PictureBox();
    3636      this.SplitContainer = new System.Windows.Forms.SplitContainer();
     37      this.CalculatingPanel = new System.Windows.Forms.Panel();
     38      this.CalculatingLabel = new System.Windows.Forms.Label();
    3739      ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit();
    3840      ((System.ComponentModel.ISupportInitialize)(this.PictureBox)).BeginInit();
     
    4143      this.SplitContainer.Panel2.SuspendLayout();
    4244      this.SplitContainer.SuspendLayout();
     45      this.CalculatingPanel.SuspendLayout();
    4346      this.SuspendLayout();
    4447      //
     
    5558      this.DataGridView.TabIndex = 0;
    5659      this.DataGridView.VirtualMode = true;
     60      this.DataGridView.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.DataGridView_CellPainting);
    5761      this.DataGridView.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.DataGridView_CellValueNeeded);
    5862      this.DataGridView.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView_ColumnHeaderMouseClick);
     
    6165      // HeatMapProgressBar
    6266      //
    63       this.HeatMapProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    64                   | System.Windows.Forms.AnchorStyles.Right)));
    65       this.HeatMapProgressBar.Location = new System.Drawing.Point(490, 6);
     67      this.HeatMapProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     68      this.HeatMapProgressBar.Location = new System.Drawing.Point(25, 46);
    6669      this.HeatMapProgressBar.Name = "HeatMapProgressBar";
    6770      this.HeatMapProgressBar.RightToLeft = System.Windows.Forms.RightToLeft.No;
    68       this.HeatMapProgressBar.Size = new System.Drawing.Size(76, 21);
     71      this.HeatMapProgressBar.Size = new System.Drawing.Size(154, 21);
    6972      this.HeatMapProgressBar.TabIndex = 9;
    70       this.HeatMapProgressBar.Visible = false;
    7173      //
    7274      // PartitionComboBox
    7375      //
     76      this.PartitionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    7477      this.PartitionComboBox.FormattingEnabled = true;
    75       this.PartitionComboBox.Location = new System.Drawing.Point(348, 3);
     78      this.PartitionComboBox.Location = new System.Drawing.Point(333, 3);
    7679      this.PartitionComboBox.Name = "PartitionComboBox";
    77       this.PartitionComboBox.Size = new System.Drawing.Size(124, 21);
     80      this.PartitionComboBox.Size = new System.Drawing.Size(142, 21);
    7881      this.PartitionComboBox.TabIndex = 8;
    7982      this.PartitionComboBox.SelectedIndexChanged += new System.EventHandler(this.PartitionComboBox_SelectedIndexChanged);
     
    9093      // CorrelationCalcComboBox
    9194      //
     95      this.CorrelationCalcComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    9296      this.CorrelationCalcComboBox.FormattingEnabled = true;
    9397      this.CorrelationCalcComboBox.Location = new System.Drawing.Point(110, 3);
     
    121125      this.maximumLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    122126      this.maximumLabel.BackColor = System.Drawing.Color.Transparent;
    123       this.maximumLabel.Location = new System.Drawing.Point(487, 30);
     127      this.maximumLabel.Location = new System.Drawing.Point(487, 2);
    124128      this.maximumLabel.Name = "maximumLabel";
    125129      this.maximumLabel.Size = new System.Drawing.Size(73, 25);
     
    134138      this.PictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    135139      this.PictureBox.Image = ((System.Drawing.Image)(resources.GetObject("PictureBox.Image")));
    136       this.PictureBox.Location = new System.Drawing.Point(507, 58);
     140      this.PictureBox.Location = new System.Drawing.Point(507, 30);
    137141      this.PictureBox.Name = "PictureBox";
    138       this.PictureBox.Size = new System.Drawing.Size(35, 253);
     142      this.PictureBox.Size = new System.Drawing.Size(35, 281);
    139143      this.PictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
    140144      this.PictureBox.TabIndex = 15;
     
    161165      // SplitContainer.Panel2
    162166      //
     167      this.SplitContainer.Panel2.Controls.Add(this.CalculatingPanel);
    163168      this.SplitContainer.Panel2.Controls.Add(this.DataGridView);
    164169      this.SplitContainer.Size = new System.Drawing.Size(475, 330);
     
    166171      this.SplitContainer.TabIndex = 16;
    167172      //
     173      // CalculatingPanel
     174      //
     175      this.CalculatingPanel.Anchor = System.Windows.Forms.AnchorStyles.None;
     176      this.CalculatingPanel.Controls.Add(this.CalculatingLabel);
     177      this.CalculatingPanel.Controls.Add(this.HeatMapProgressBar);
     178      this.CalculatingPanel.Location = new System.Drawing.Point(138, 95);
     179      this.CalculatingPanel.Name = "CalculatingPanel";
     180      this.CalculatingPanel.Size = new System.Drawing.Size(200, 81);
     181      this.CalculatingPanel.TabIndex = 10;
     182      //
     183      // CalculatingLabel
     184      //
     185      this.CalculatingLabel.AutoSize = true;
     186      this.CalculatingLabel.Location = new System.Drawing.Point(42, 19);
     187      this.CalculatingLabel.Name = "CalculatingLabel";
     188      this.CalculatingLabel.Size = new System.Drawing.Size(120, 13);
     189      this.CalculatingLabel.TabIndex = 10;
     190      this.CalculatingLabel.Text = "Calculating correlation...";
     191      //
    168192      // FeatureCorrelationView
    169193      //
     
    172196      this.Controls.Add(this.SplitContainer);
    173197      this.Controls.Add(this.minimumLabel);
    174       this.Controls.Add(this.HeatMapProgressBar);
    175198      this.Controls.Add(this.PictureBox);
    176199      this.Controls.Add(this.maximumLabel);
     
    184207      ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).EndInit();
    185208      this.SplitContainer.ResumeLayout(false);
     209      this.CalculatingPanel.ResumeLayout(false);
     210      this.CalculatingPanel.PerformLayout();
    186211      this.ResumeLayout(false);
    187212
     
    200225    protected System.Windows.Forms.PictureBox PictureBox;
    201226    protected System.Windows.Forms.SplitContainer SplitContainer;
     227    protected System.Windows.Forms.Panel CalculatingPanel;
     228    protected System.Windows.Forms.Label CalculatingLabel;
    202229
    203230  }
Note: See TracChangeset for help on using the changeset viewer.