Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/14/12 17:35:07 (12 years ago)
Author:
sforsten
Message:

#1292:

  • added TimeframeFeatureCorrelationView
File:
1 edited

Legend:

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

    r8483 r8492  
    3434      this.maximumLabel = new System.Windows.Forms.Label();
    3535      this.PictureBox = new System.Windows.Forms.PictureBox();
     36      this.SplitContainer = new System.Windows.Forms.SplitContainer();
    3637      ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit();
    3738      ((System.ComponentModel.ISupportInitialize)(this.PictureBox)).BeginInit();
     39      ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).BeginInit();
     40      this.SplitContainer.Panel1.SuspendLayout();
     41      this.SplitContainer.Panel2.SuspendLayout();
     42      this.SplitContainer.SuspendLayout();
    3843      this.SuspendLayout();
    3944      //
     
    4247      this.DataGridView.AllowUserToAddRows = false;
    4348      this.DataGridView.AllowUserToDeleteRows = false;
    44       this.DataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    45                   | System.Windows.Forms.AnchorStyles.Left)
    46                   | System.Windows.Forms.AnchorStyles.Right)));
    4749      this.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
    48       this.DataGridView.Location = new System.Drawing.Point(3, 33);
     50      this.DataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
     51      this.DataGridView.Location = new System.Drawing.Point(0, 0);
    4952      this.DataGridView.Name = "DataGridView";
    5053      this.DataGridView.ReadOnly = true;
    51       this.DataGridView.Size = new System.Drawing.Size(535, 300);
     54      this.DataGridView.Size = new System.Drawing.Size(475, 301);
    5255      this.DataGridView.TabIndex = 0;
    5356      this.DataGridView.VirtualMode = true;
     
    6063      this.HeatMapProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    6164                  | System.Windows.Forms.AnchorStyles.Right)));
    62       this.HeatMapProgressBar.Location = new System.Drawing.Point(476, 6);
     65      this.HeatMapProgressBar.Location = new System.Drawing.Point(490, 6);
    6366      this.HeatMapProgressBar.Name = "HeatMapProgressBar";
    6467      this.HeatMapProgressBar.RightToLeft = System.Windows.Forms.RightToLeft.No;
    65       this.HeatMapProgressBar.Size = new System.Drawing.Size(141, 21);
     68      this.HeatMapProgressBar.Size = new System.Drawing.Size(76, 21);
    6669      this.HeatMapProgressBar.TabIndex = 9;
    6770      this.HeatMapProgressBar.Visible = false;
     
    7073      //
    7174      this.PartitionComboBox.FormattingEnabled = true;
    72       this.PartitionComboBox.Location = new System.Drawing.Point(336, 6);
     75      this.PartitionComboBox.Location = new System.Drawing.Point(348, 3);
    7376      this.PartitionComboBox.Name = "PartitionComboBox";
    74       this.PartitionComboBox.Size = new System.Drawing.Size(134, 21);
     77      this.PartitionComboBox.Size = new System.Drawing.Size(124, 21);
    7578      this.PartitionComboBox.TabIndex = 8;
    7679      this.PartitionComboBox.SelectedIndexChanged += new System.EventHandler(this.PartitionComboBox_SelectedIndexChanged);
     
    7982      //
    8083      this.CorrelationCalcLabel.AutoSize = true;
    81       this.CorrelationCalcLabel.Location = new System.Drawing.Point(3, 9);
     84      this.CorrelationCalcLabel.Location = new System.Drawing.Point(0, 6);
    8285      this.CorrelationCalcLabel.Name = "CorrelationCalcLabel";
    8386      this.CorrelationCalcLabel.Size = new System.Drawing.Size(104, 13);
     
    8891      //
    8992      this.CorrelationCalcComboBox.FormattingEnabled = true;
    90       this.CorrelationCalcComboBox.Location = new System.Drawing.Point(113, 6);
     93      this.CorrelationCalcComboBox.Location = new System.Drawing.Point(110, 3);
    9194      this.CorrelationCalcComboBox.Name = "CorrelationCalcComboBox";
    9295      this.CorrelationCalcComboBox.Size = new System.Drawing.Size(163, 21);
     
    97100      //
    98101      this.PartitionLabel.AutoSize = true;
    99       this.PartitionLabel.Location = new System.Drawing.Point(282, 9);
     102      this.PartitionLabel.Location = new System.Drawing.Point(279, 6);
    100103      this.PartitionLabel.Name = "PartitionLabel";
    101104      this.PartitionLabel.Size = new System.Drawing.Size(48, 13);
     
    107110      this.minimumLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    108111      this.minimumLabel.BackColor = System.Drawing.Color.Transparent;
    109       this.minimumLabel.Location = new System.Drawing.Point(544, 314);
     112      this.minimumLabel.Location = new System.Drawing.Point(487, 314);
    110113      this.minimumLabel.Name = "minimumLabel";
    111114      this.minimumLabel.Size = new System.Drawing.Size(73, 19);
     
    118121      this.maximumLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    119122      this.maximumLabel.BackColor = System.Drawing.Color.Transparent;
    120       this.maximumLabel.Location = new System.Drawing.Point(544, 30);
     123      this.maximumLabel.Location = new System.Drawing.Point(487, 30);
    121124      this.maximumLabel.Name = "maximumLabel";
    122125      this.maximumLabel.Size = new System.Drawing.Size(73, 25);
     
    131134      this.PictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    132135      this.PictureBox.Image = ((System.Drawing.Image)(resources.GetObject("PictureBox.Image")));
    133       this.PictureBox.Location = new System.Drawing.Point(564, 58);
     136      this.PictureBox.Location = new System.Drawing.Point(507, 58);
    134137      this.PictureBox.Name = "PictureBox";
    135138      this.PictureBox.Size = new System.Drawing.Size(35, 253);
     
    138141      this.PictureBox.TabStop = false;
    139142      //
    140       // DataGridExtendedHeatMapView
     143      // SplitContainer
     144      //
     145      this.SplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     146                  | System.Windows.Forms.AnchorStyles.Left)
     147                  | System.Windows.Forms.AnchorStyles.Right)));
     148      this.SplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     149      this.SplitContainer.IsSplitterFixed = true;
     150      this.SplitContainer.Location = new System.Drawing.Point(3, 3);
     151      this.SplitContainer.Name = "SplitContainer";
     152      this.SplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     153      //
     154      // SplitContainer.Panel1
     155      //
     156      this.SplitContainer.Panel1.Controls.Add(this.CorrelationCalcLabel);
     157      this.SplitContainer.Panel1.Controls.Add(this.CorrelationCalcComboBox);
     158      this.SplitContainer.Panel1.Controls.Add(this.PartitionComboBox);
     159      this.SplitContainer.Panel1.Controls.Add(this.PartitionLabel);
     160      //
     161      // SplitContainer.Panel2
     162      //
     163      this.SplitContainer.Panel2.Controls.Add(this.DataGridView);
     164      this.SplitContainer.Size = new System.Drawing.Size(475, 330);
     165      this.SplitContainer.SplitterDistance = 25;
     166      this.SplitContainer.TabIndex = 16;
     167      //
     168      // FeatureCorrelationView
    141169      //
    142170      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    143171      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     172      this.Controls.Add(this.SplitContainer);
    144173      this.Controls.Add(this.minimumLabel);
     174      this.Controls.Add(this.HeatMapProgressBar);
     175      this.Controls.Add(this.PictureBox);
    145176      this.Controls.Add(this.maximumLabel);
    146       this.Controls.Add(this.PictureBox);
    147       this.Controls.Add(this.PartitionLabel);
    148       this.Controls.Add(this.HeatMapProgressBar);
    149       this.Controls.Add(this.PartitionComboBox);
    150       this.Controls.Add(this.CorrelationCalcLabel);
    151       this.Controls.Add(this.CorrelationCalcComboBox);
    152       this.Controls.Add(this.DataGridView);
    153       this.Name = "DataGridExtendedHeatMapView";
    154       this.Size = new System.Drawing.Size(620, 336);
     177      this.Name = "FeatureCorrelationView";
     178      this.Size = new System.Drawing.Size(569, 336);
    155179      ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
    156180      ((System.ComponentModel.ISupportInitialize)(this.PictureBox)).EndInit();
     181      this.SplitContainer.Panel1.ResumeLayout(false);
     182      this.SplitContainer.Panel1.PerformLayout();
     183      this.SplitContainer.Panel2.ResumeLayout(false);
     184      ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).EndInit();
     185      this.SplitContainer.ResumeLayout(false);
    157186      this.ResumeLayout(false);
    158       this.PerformLayout();
    159187
    160188    }
     
    162190    #endregion
    163191
    164     private System.Windows.Forms.DataGridView DataGridView;
    165     private System.Windows.Forms.ProgressBar HeatMapProgressBar;
     192    protected System.Windows.Forms.DataGridView DataGridView;
     193    protected System.Windows.Forms.ProgressBar HeatMapProgressBar;
    166194    protected System.Windows.Forms.ComboBox PartitionComboBox;
    167195    protected System.Windows.Forms.Label CorrelationCalcLabel;
     
    171199    protected System.Windows.Forms.Label maximumLabel;
    172200    protected System.Windows.Forms.PictureBox PictureBox;
     201    protected System.Windows.Forms.SplitContainer SplitContainer;
    173202
    174203  }
Note: See TracChangeset for help on using the changeset viewer.