Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/18/19 17:24:30 (5 years ago)
Author:
abeham
Message:

#2521: merged trunk changes up to r15681 into branch (removal of trunk/sources)

Location:
branches/2521_ProblemRefactoring
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring

  • branches/2521_ProblemRefactoring/HeuristicLab.DataPreprocessing.Views

  • branches/2521_ProblemRefactoring/HeuristicLab.DataPreprocessing.Views/3.4

    • Property svn:ignore
      •  

        old new  
        11ComparisonFilterView.resx
        22FilterView.resx
         3*.user
  • branches/2521_ProblemRefactoring/HeuristicLab.DataPreprocessing.Views/3.4/StatisticsView.Designer.cs

    r12012 r16692  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      this.components = new System.ComponentModel.Container();
    4748      this.lblRows = new System.Windows.Forms.Label();
    48       this.txtRows = new System.Windows.Forms.Label();
    4949      this.lblColumns = new System.Windows.Forms.Label();
    5050      this.lblMissingValuesTotal = new System.Windows.Forms.Label();
    51       this.txtColumns = new System.Windows.Forms.Label();
    52       this.txtNumericColumns = new System.Windows.Forms.Label();
    53       this.txtNominalColumns = new System.Windows.Forms.Label();
    5451      this.lblNumericColumns = new System.Windows.Forms.Label();
    5552      this.lblNominalColumns = new System.Windows.Forms.Label();
    56       this.txtMissingValuesTotal = new System.Windows.Forms.Label();
    57       this.dataGridView = new System.Windows.Forms.DataGridView();
    58       ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
     53      this.stringMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
     54      this.showVariablesGroupBox = new System.Windows.Forms.GroupBox();
     55      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     56      this.lblTNumValues = new System.Windows.Forms.Label();
     57      this.orientationGroupBox = new System.Windows.Forms.GroupBox();
     58      this.verticalRadioButton = new System.Windows.Forms.RadioButton();
     59      this.horizontalRadioButton = new System.Windows.Forms.RadioButton();
     60      this.rowsTextBox = new System.Windows.Forms.TextBox();
     61      this.columnsTextBox = new System.Windows.Forms.TextBox();
     62      this.totalValuesTextBox = new System.Windows.Forms.TextBox();
     63      this.overviewTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     64      this.numericColumnsTextBox = new System.Windows.Forms.TextBox();
     65      this.nominalColumnsTextBox5 = new System.Windows.Forms.TextBox();
     66      this.missingValuesTextBox = new System.Windows.Forms.TextBox();
     67      this.overviewGroupBox = new System.Windows.Forms.GroupBox();
     68      this.checkInputsTargetButton = new System.Windows.Forms.Button();
     69      this.uncheckAllButton = new System.Windows.Forms.Button();
     70      this.checkAllButton = new System.Windows.Forms.Button();
     71      this.showVariablesGroupBox.SuspendLayout();
     72      this.orientationGroupBox.SuspendLayout();
     73      this.overviewTableLayoutPanel.SuspendLayout();
     74      this.overviewGroupBox.SuspendLayout();
    5975      this.SuspendLayout();
    6076      //
     
    6278      //
    6379      this.lblRows.AutoSize = true;
    64       this.lblRows.Location = new System.Drawing.Point(3, 11);
     80      this.lblRows.Dock = System.Windows.Forms.DockStyle.Fill;
     81      this.lblRows.Location = new System.Drawing.Point(3, 0);
    6582      this.lblRows.Name = "lblRows";
    66       this.lblRows.Size = new System.Drawing.Size(34, 13);
     83      this.lblRows.Size = new System.Drawing.Size(52, 26);
    6784      this.lblRows.TabIndex = 0;
    68       this.lblRows.Text = "Rows";
    69       //
    70       // txtRows
    71       //
    72       this.txtRows.AutoSize = true;
    73       this.txtRows.Location = new System.Drawing.Point(115, 11);
    74       this.txtRows.Name = "txtRows";
    75       this.txtRows.Size = new System.Drawing.Size(19, 13);
    76       this.txtRows.TabIndex = 1;
    77       this.txtRows.Text = "12";
     85      this.lblRows.Text = "Datarows";
     86      this.lblRows.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    7887      //
    7988      // lblColumns
    8089      //
    8190      this.lblColumns.AutoSize = true;
    82       this.lblColumns.Location = new System.Drawing.Point(3, 31);
     91      this.lblColumns.Dock = System.Windows.Forms.DockStyle.Fill;
     92      this.lblColumns.Location = new System.Drawing.Point(3, 26);
    8393      this.lblColumns.Name = "lblColumns";
    84       this.lblColumns.Size = new System.Drawing.Size(47, 13);
     94      this.lblColumns.Size = new System.Drawing.Size(52, 26);
    8595      this.lblColumns.TabIndex = 2;
    86       this.lblColumns.Text = "Columns";
     96      this.lblColumns.Text = "Variables";
     97      this.lblColumns.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    8798      //
    8899      // lblMissingValuesTotal
    89100      //
    90101      this.lblMissingValuesTotal.AutoSize = true;
    91       this.lblMissingValuesTotal.Location = new System.Drawing.Point(3, 92);
     102      this.lblMissingValuesTotal.Dock = System.Windows.Forms.DockStyle.Fill;
     103      this.lblMissingValuesTotal.Location = new System.Drawing.Point(275, 26);
    92104      this.lblMissingValuesTotal.Name = "lblMissingValuesTotal";
    93       this.lblMissingValuesTotal.Size = new System.Drawing.Size(100, 13);
     105      this.lblMissingValuesTotal.Size = new System.Drawing.Size(77, 26);
    94106      this.lblMissingValuesTotal.TabIndex = 3;
    95       this.lblMissingValuesTotal.Text = "Missing Values total";
    96       //
    97       // txtColumns
    98       //
    99       this.txtColumns.AutoSize = true;
    100       this.txtColumns.Location = new System.Drawing.Point(115, 31);
    101       this.txtColumns.Name = "txtColumns";
    102       this.txtColumns.Size = new System.Drawing.Size(25, 13);
    103       this.txtColumns.TabIndex = 1;
    104       this.txtColumns.Text = "123";
    105       //
    106       // txtNumericColumns
    107       //
    108       this.txtNumericColumns.AutoSize = true;
    109       this.txtNumericColumns.Location = new System.Drawing.Point(115, 51);
    110       this.txtNumericColumns.Name = "txtNumericColumns";
    111       this.txtNumericColumns.Size = new System.Drawing.Size(25, 13);
    112       this.txtNumericColumns.TabIndex = 1;
    113       this.txtNumericColumns.Text = "456";
    114       //
    115       // txtNominalColumns
    116       //
    117       this.txtNominalColumns.AutoSize = true;
    118       this.txtNominalColumns.Location = new System.Drawing.Point(115, 72);
    119       this.txtNominalColumns.Name = "txtNominalColumns";
    120       this.txtNominalColumns.Size = new System.Drawing.Size(25, 13);
    121       this.txtNominalColumns.TabIndex = 1;
    122       this.txtNominalColumns.Text = "789";
     107      this.lblMissingValuesTotal.Text = "Missing Values";
     108      this.lblMissingValuesTotal.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    123109      //
    124110      // lblNumericColumns
    125111      //
    126112      this.lblNumericColumns.AutoSize = true;
    127       this.lblNumericColumns.Location = new System.Drawing.Point(3, 51);
     113      this.lblNumericColumns.Dock = System.Windows.Forms.DockStyle.Fill;
     114      this.lblNumericColumns.Location = new System.Drawing.Point(119, 0);
    128115      this.lblNumericColumns.Name = "lblNumericColumns";
    129       this.lblNumericColumns.Size = new System.Drawing.Size(89, 13);
     116      this.lblNumericColumns.Size = new System.Drawing.Size(92, 26);
    130117      this.lblNumericColumns.TabIndex = 3;
    131       this.lblNumericColumns.Text = "Numeric Columns";
     118      this.lblNumericColumns.Text = "Numeric Variables";
     119      this.lblNumericColumns.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    132120      //
    133121      // lblNominalColumns
    134122      //
    135123      this.lblNominalColumns.AutoSize = true;
    136       this.lblNominalColumns.Location = new System.Drawing.Point(3, 72);
     124      this.lblNominalColumns.Dock = System.Windows.Forms.DockStyle.Fill;
     125      this.lblNominalColumns.Location = new System.Drawing.Point(119, 26);
    137126      this.lblNominalColumns.Name = "lblNominalColumns";
    138       this.lblNominalColumns.Size = new System.Drawing.Size(88, 13);
     127      this.lblNominalColumns.Size = new System.Drawing.Size(92, 26);
    139128      this.lblNominalColumns.TabIndex = 3;
    140       this.lblNominalColumns.Text = "Nominal Columns";
    141       //
    142       // txtMissingValuesTotal
    143       //
    144       this.txtMissingValuesTotal.AutoSize = true;
    145       this.txtMissingValuesTotal.Location = new System.Drawing.Point(115, 92);
    146       this.txtMissingValuesTotal.Name = "txtMissingValuesTotal";
    147       this.txtMissingValuesTotal.Size = new System.Drawing.Size(25, 13);
    148       this.txtMissingValuesTotal.TabIndex = 1;
    149       this.txtMissingValuesTotal.Text = "102";
    150       //
    151       // dataGridView
    152       //
    153       this.dataGridView.AllowUserToAddRows = false;
    154       this.dataGridView.AllowUserToDeleteRows = false;
    155       this.dataGridView.AllowUserToOrderColumns = true;
    156       this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    157             | System.Windows.Forms.AnchorStyles.Left)
     129      this.lblNominalColumns.Text = "Nominal Variables";
     130      this.lblNominalColumns.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     131      //
     132      // stringMatrixView
     133      //
     134      this.stringMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     135            | System.Windows.Forms.AnchorStyles.Left)
    158136            | System.Windows.Forms.AnchorStyles.Right)));
    159       this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
    160       this.dataGridView.Location = new System.Drawing.Point(5, 117);
    161       this.dataGridView.Name = "dataGridView";
    162       this.dataGridView.ReadOnly = true;
    163       this.dataGridView.RowHeadersWidth = 80;
    164       this.dataGridView.Size = new System.Drawing.Size(530, 278);
    165       this.dataGridView.TabIndex = 4;
    166       this.dataGridView.VirtualMode = true;
    167       this.dataGridView.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.dataGridView_CellValueNeeded);
     137      this.stringMatrixView.Caption = "StringConvertibleMatrix View";
     138      this.stringMatrixView.Content = null;
     139      this.stringMatrixView.Location = new System.Drawing.Point(3, 74);
     140      this.stringMatrixView.Name = "stringMatrixView";
     141      this.stringMatrixView.ReadOnly = true;
     142      this.stringMatrixView.ShowRowsAndColumnsTextBox = false;
     143      this.stringMatrixView.ShowStatisticalInformation = true;
     144      this.stringMatrixView.Size = new System.Drawing.Size(655, 374);
     145      this.stringMatrixView.TabIndex = 4;
     146      //
     147      // showVariablesGroupBox
     148      //
     149      this.showVariablesGroupBox.Controls.Add(this.checkInputsTargetButton);
     150      this.showVariablesGroupBox.Controls.Add(this.uncheckAllButton);
     151      this.showVariablesGroupBox.Controls.Add(this.checkAllButton);
     152      this.showVariablesGroupBox.Location = new System.Drawing.Point(458, 0);
     153      this.showVariablesGroupBox.Name = "showVariablesGroupBox";
     154      this.showVariablesGroupBox.Size = new System.Drawing.Size(97, 71);
     155      this.showVariablesGroupBox.TabIndex = 16;
     156      this.showVariablesGroupBox.TabStop = false;
     157      this.showVariablesGroupBox.Text = "Show Variables";
     158      //
     159      // lblTNumValues
     160      //
     161      this.lblTNumValues.AutoSize = true;
     162      this.lblTNumValues.Dock = System.Windows.Forms.DockStyle.Fill;
     163      this.lblTNumValues.Location = new System.Drawing.Point(275, 0);
     164      this.lblTNumValues.Name = "lblTNumValues";
     165      this.lblTNumValues.Size = new System.Drawing.Size(77, 26);
     166      this.lblTNumValues.TabIndex = 2;
     167      this.lblTNumValues.Text = "Total Values";
     168      this.lblTNumValues.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     169      this.toolTip.SetToolTip(this.lblTNumValues, "Valid Values (excl. missing Values)");
     170      //
     171      // orientationGroupBox
     172      //
     173      this.orientationGroupBox.Controls.Add(this.verticalRadioButton);
     174      this.orientationGroupBox.Controls.Add(this.horizontalRadioButton);
     175      this.orientationGroupBox.Location = new System.Drawing.Point(561, 0);
     176      this.orientationGroupBox.Name = "orientationGroupBox";
     177      this.orientationGroupBox.Size = new System.Drawing.Size(94, 71);
     178      this.orientationGroupBox.TabIndex = 17;
     179      this.orientationGroupBox.TabStop = false;
     180      this.orientationGroupBox.Text = "Orientation";
     181      //
     182      // verticalRadioButton
     183      //
     184      this.verticalRadioButton.AutoSize = true;
     185      this.verticalRadioButton.Checked = true;
     186      this.verticalRadioButton.Location = new System.Drawing.Point(6, 32);
     187      this.verticalRadioButton.Name = "verticalRadioButton";
     188      this.verticalRadioButton.Size = new System.Drawing.Size(60, 17);
     189      this.verticalRadioButton.TabIndex = 1;
     190      this.verticalRadioButton.TabStop = true;
     191      this.verticalRadioButton.Text = "Vertical";
     192      this.verticalRadioButton.UseVisualStyleBackColor = true;
     193      this.verticalRadioButton.CheckedChanged += new System.EventHandler(this.verticalRadioButton_CheckedChanged);
     194      //
     195      // horizontalRadioButton
     196      //
     197      this.horizontalRadioButton.AutoSize = true;
     198      this.horizontalRadioButton.Location = new System.Drawing.Point(6, 14);
     199      this.horizontalRadioButton.Name = "horizontalRadioButton";
     200      this.horizontalRadioButton.Size = new System.Drawing.Size(72, 17);
     201      this.horizontalRadioButton.TabIndex = 0;
     202      this.horizontalRadioButton.Text = "Horizontal";
     203      this.horizontalRadioButton.UseVisualStyleBackColor = true;
     204      this.horizontalRadioButton.CheckedChanged += new System.EventHandler(this.horizontalRadioButton_CheckedChanged);
     205      //
     206      // rowsTextBox
     207      //
     208      this.rowsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
     209      this.rowsTextBox.Location = new System.Drawing.Point(61, 3);
     210      this.rowsTextBox.Name = "rowsTextBox";
     211      this.rowsTextBox.ReadOnly = true;
     212      this.rowsTextBox.Size = new System.Drawing.Size(52, 20);
     213      this.rowsTextBox.TabIndex = 18;
     214      this.rowsTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     215      //
     216      // columnsTextBox
     217      //
     218      this.columnsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
     219      this.columnsTextBox.Location = new System.Drawing.Point(61, 29);
     220      this.columnsTextBox.Name = "columnsTextBox";
     221      this.columnsTextBox.ReadOnly = true;
     222      this.columnsTextBox.Size = new System.Drawing.Size(52, 20);
     223      this.columnsTextBox.TabIndex = 18;
     224      this.columnsTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     225      //
     226      // totalValuesTextBox
     227      //
     228      this.totalValuesTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
     229      this.totalValuesTextBox.Location = new System.Drawing.Point(358, 3);
     230      this.totalValuesTextBox.Name = "totalValuesTextBox";
     231      this.totalValuesTextBox.ReadOnly = true;
     232      this.totalValuesTextBox.Size = new System.Drawing.Size(82, 20);
     233      this.totalValuesTextBox.TabIndex = 18;
     234      this.totalValuesTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     235      //
     236      // overviewTableLayoutPanel
     237      //
     238      this.overviewTableLayoutPanel.ColumnCount = 6;
     239      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     240      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.57143F));
     241      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     242      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.57143F));
     243      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     244      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42.85715F));
     245      this.overviewTableLayoutPanel.Controls.Add(this.lblRows, 0, 0);
     246      this.overviewTableLayoutPanel.Controls.Add(this.lblColumns, 0, 1);
     247      this.overviewTableLayoutPanel.Controls.Add(this.columnsTextBox, 1, 1);
     248      this.overviewTableLayoutPanel.Controls.Add(this.lblNominalColumns, 2, 1);
     249      this.overviewTableLayoutPanel.Controls.Add(this.lblNumericColumns, 2, 0);
     250      this.overviewTableLayoutPanel.Controls.Add(this.rowsTextBox, 1, 0);
     251      this.overviewTableLayoutPanel.Controls.Add(this.numericColumnsTextBox, 3, 0);
     252      this.overviewTableLayoutPanel.Controls.Add(this.nominalColumnsTextBox5, 3, 1);
     253      this.overviewTableLayoutPanel.Controls.Add(this.missingValuesTextBox, 5, 1);
     254      this.overviewTableLayoutPanel.Controls.Add(this.lblTNumValues, 4, 0);
     255      this.overviewTableLayoutPanel.Controls.Add(this.totalValuesTextBox, 5, 0);
     256      this.overviewTableLayoutPanel.Controls.Add(this.lblMissingValuesTotal, 4, 1);
     257      this.overviewTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     258      this.overviewTableLayoutPanel.Location = new System.Drawing.Point(3, 16);
     259      this.overviewTableLayoutPanel.Name = "overviewTableLayoutPanel";
     260      this.overviewTableLayoutPanel.RowCount = 3;
     261      this.overviewTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     262      this.overviewTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     263      this.overviewTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     264      this.overviewTableLayoutPanel.Size = new System.Drawing.Size(443, 52);
     265      this.overviewTableLayoutPanel.TabIndex = 19;
     266      //
     267      // numericColumnsTextBox
     268      //
     269      this.numericColumnsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
     270      this.numericColumnsTextBox.Location = new System.Drawing.Point(217, 3);
     271      this.numericColumnsTextBox.Name = "numericColumnsTextBox";
     272      this.numericColumnsTextBox.ReadOnly = true;
     273      this.numericColumnsTextBox.Size = new System.Drawing.Size(52, 20);
     274      this.numericColumnsTextBox.TabIndex = 18;
     275      this.numericColumnsTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     276      //
     277      // nominalColumnsTextBox5
     278      //
     279      this.nominalColumnsTextBox5.Dock = System.Windows.Forms.DockStyle.Fill;
     280      this.nominalColumnsTextBox5.Location = new System.Drawing.Point(217, 29);
     281      this.nominalColumnsTextBox5.Name = "nominalColumnsTextBox5";
     282      this.nominalColumnsTextBox5.ReadOnly = true;
     283      this.nominalColumnsTextBox5.Size = new System.Drawing.Size(52, 20);
     284      this.nominalColumnsTextBox5.TabIndex = 18;
     285      this.nominalColumnsTextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     286      //
     287      // missingValuesTextBox
     288      //
     289      this.missingValuesTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
     290      this.missingValuesTextBox.Location = new System.Drawing.Point(358, 29);
     291      this.missingValuesTextBox.Name = "missingValuesTextBox";
     292      this.missingValuesTextBox.ReadOnly = true;
     293      this.missingValuesTextBox.Size = new System.Drawing.Size(82, 20);
     294      this.missingValuesTextBox.TabIndex = 18;
     295      this.missingValuesTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     296      //
     297      // overviewGroupBox
     298      //
     299      this.overviewGroupBox.Controls.Add(this.overviewTableLayoutPanel);
     300      this.overviewGroupBox.Location = new System.Drawing.Point(3, 0);
     301      this.overviewGroupBox.Name = "overviewGroupBox";
     302      this.overviewGroupBox.Size = new System.Drawing.Size(449, 71);
     303      this.overviewGroupBox.TabIndex = 20;
     304      this.overviewGroupBox.TabStop = false;
     305      this.overviewGroupBox.Text = "Overview";
     306      //
     307      // checkInputsTargetButton
     308      //
     309      this.checkInputsTargetButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.Inputs;
     310      this.checkInputsTargetButton.Location = new System.Drawing.Point(36, 19);
     311      this.checkInputsTargetButton.Name = "checkInputsTargetButton";
     312      this.checkInputsTargetButton.Size = new System.Drawing.Size(24, 24);
     313      this.checkInputsTargetButton.TabIndex = 14;
     314      this.toolTip.SetToolTip(this.checkInputsTargetButton, "Show Inputs & Target");
     315      this.checkInputsTargetButton.UseVisualStyleBackColor = true;
     316      this.checkInputsTargetButton.Click += new System.EventHandler(this.checkInputsTargetButton_Click);
     317      //
     318      // uncheckAllButton
     319      //
     320      this.uncheckAllButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.None;
     321      this.uncheckAllButton.Location = new System.Drawing.Point(66, 19);
     322      this.uncheckAllButton.Name = "uncheckAllButton";
     323      this.uncheckAllButton.Size = new System.Drawing.Size(24, 24);
     324      this.uncheckAllButton.TabIndex = 12;
     325      this.toolTip.SetToolTip(this.uncheckAllButton, "Show None");
     326      this.uncheckAllButton.UseVisualStyleBackColor = true;
     327      this.uncheckAllButton.Click += new System.EventHandler(this.uncheckAllButton_Click);
     328      //
     329      // checkAllButton
     330      //
     331      this.checkAllButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.All;
     332      this.checkAllButton.Location = new System.Drawing.Point(6, 19);
     333      this.checkAllButton.Name = "checkAllButton";
     334      this.checkAllButton.Size = new System.Drawing.Size(24, 24);
     335      this.checkAllButton.TabIndex = 13;
     336      this.toolTip.SetToolTip(this.checkAllButton, "Show All");
     337      this.checkAllButton.UseVisualStyleBackColor = true;
     338      this.checkAllButton.Click += new System.EventHandler(this.checkAllButton_Click);
    168339      //
    169340      // StatisticsView
     
    171342      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    172343      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    173       this.Controls.Add(this.dataGridView);
    174       this.Controls.Add(this.lblNominalColumns);
    175       this.Controls.Add(this.lblNumericColumns);
    176       this.Controls.Add(this.lblMissingValuesTotal);
    177       this.Controls.Add(this.txtMissingValuesTotal);
    178       this.Controls.Add(this.txtNominalColumns);
    179       this.Controls.Add(this.lblColumns);
    180       this.Controls.Add(this.txtNumericColumns);
    181       this.Controls.Add(this.txtColumns);
    182       this.Controls.Add(this.txtRows);
    183       this.Controls.Add(this.lblRows);
     344      this.Controls.Add(this.overviewGroupBox);
     345      this.Controls.Add(this.orientationGroupBox);
     346      this.Controls.Add(this.showVariablesGroupBox);
     347      this.Controls.Add(this.stringMatrixView);
    184348      this.Name = "StatisticsView";
    185       this.Size = new System.Drawing.Size(549, 408);
    186       ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
     349      this.Size = new System.Drawing.Size(661, 451);
     350      this.showVariablesGroupBox.ResumeLayout(false);
     351      this.orientationGroupBox.ResumeLayout(false);
     352      this.orientationGroupBox.PerformLayout();
     353      this.overviewTableLayoutPanel.ResumeLayout(false);
     354      this.overviewTableLayoutPanel.PerformLayout();
     355      this.overviewGroupBox.ResumeLayout(false);
    187356      this.ResumeLayout(false);
    188       this.PerformLayout();
    189357
    190358    }
     
    193361
    194362    private System.Windows.Forms.Label lblRows;
    195     private System.Windows.Forms.Label txtRows;
    196363    private System.Windows.Forms.Label lblColumns;
    197364    private System.Windows.Forms.Label lblMissingValuesTotal;
    198     private System.Windows.Forms.Label txtColumns;
    199     private System.Windows.Forms.Label txtNumericColumns;
    200     private System.Windows.Forms.Label txtNominalColumns;
    201365    private System.Windows.Forms.Label lblNumericColumns;
    202366    private System.Windows.Forms.Label lblNominalColumns;
    203     private System.Windows.Forms.Label txtMissingValuesTotal;
    204     private System.Windows.Forms.DataGridView dataGridView;
     367    private HeuristicLab.Data.Views.StringConvertibleMatrixView stringMatrixView;
     368    private System.Windows.Forms.GroupBox showVariablesGroupBox;
     369    private System.Windows.Forms.Button checkInputsTargetButton;
     370    private System.Windows.Forms.Button uncheckAllButton;
     371    private System.Windows.Forms.Button checkAllButton;
     372    private System.Windows.Forms.ToolTip toolTip;
     373    private System.Windows.Forms.GroupBox orientationGroupBox;
     374    private System.Windows.Forms.RadioButton verticalRadioButton;
     375    private System.Windows.Forms.RadioButton horizontalRadioButton;
     376    private System.Windows.Forms.Label lblTNumValues;
     377    private System.Windows.Forms.TextBox rowsTextBox;
     378    private System.Windows.Forms.TextBox columnsTextBox;
     379    private System.Windows.Forms.TextBox totalValuesTextBox;
     380    private System.Windows.Forms.TableLayoutPanel overviewTableLayoutPanel;
     381    private System.Windows.Forms.TextBox numericColumnsTextBox;
     382    private System.Windows.Forms.TextBox nominalColumnsTextBox5;
     383    private System.Windows.Forms.TextBox missingValuesTextBox;
     384    private System.Windows.Forms.GroupBox overviewGroupBox;
    205385  }
    206386}
Note: See TracChangeset for help on using the changeset viewer.