Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/03/17 10:57:53 (7 years ago)
Author:
pfleck
Message:

#2709: merged branch to trunk

Location:
trunk/sources/HeuristicLab.DataPreprocessing.Views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataPreprocessing.Views

  • trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/StatisticsView.Designer.cs

    r14185 r15110  
    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.checkInputsTargetButton = new System.Windows.Forms.Button();
     56      this.uncheckAllButton = new System.Windows.Forms.Button();
     57      this.checkAllButton = new System.Windows.Forms.Button();
     58      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     59      this.lblTNumValues = new System.Windows.Forms.Label();
     60      this.orientationGroupBox = new System.Windows.Forms.GroupBox();
     61      this.verticalRadioButton = new System.Windows.Forms.RadioButton();
     62      this.horizontalRadioButton = new System.Windows.Forms.RadioButton();
     63      this.rowsTextBox = new System.Windows.Forms.TextBox();
     64      this.columnsTextBox = new System.Windows.Forms.TextBox();
     65      this.totalValuesTextBox = new System.Windows.Forms.TextBox();
     66      this.overviewTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     67      this.numericColumnsTextBox = new System.Windows.Forms.TextBox();
     68      this.nominalColumnsTextBox5 = new System.Windows.Forms.TextBox();
     69      this.missingValuesTextBox = new System.Windows.Forms.TextBox();
     70      this.overviewGroupBox = new System.Windows.Forms.GroupBox();
     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(237, 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(100, 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(100, 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(592, 331);
     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(393, 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      // checkInputsTargetButton
     160      //
     161      this.checkInputsTargetButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.Inputs;
     162      this.checkInputsTargetButton.Location = new System.Drawing.Point(36, 19);
     163      this.checkInputsTargetButton.Name = "checkInputsTargetButton";
     164      this.checkInputsTargetButton.Size = new System.Drawing.Size(24, 24);
     165      this.checkInputsTargetButton.TabIndex = 14;
     166      this.toolTip.SetToolTip(this.checkInputsTargetButton, "Show Inputs & Target");
     167      this.checkInputsTargetButton.UseVisualStyleBackColor = true;
     168      this.checkInputsTargetButton.Click += new System.EventHandler(this.checkInputsTargetButton_Click);
     169      //
     170      // uncheckAllButton
     171      //
     172      this.uncheckAllButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.None;
     173      this.uncheckAllButton.Location = new System.Drawing.Point(66, 19);
     174      this.uncheckAllButton.Name = "uncheckAllButton";
     175      this.uncheckAllButton.Size = new System.Drawing.Size(24, 24);
     176      this.uncheckAllButton.TabIndex = 12;
     177      this.toolTip.SetToolTip(this.uncheckAllButton, "Show None");
     178      this.uncheckAllButton.UseVisualStyleBackColor = true;
     179      this.uncheckAllButton.Click += new System.EventHandler(this.uncheckAllButton_Click);
     180      //
     181      // checkAllButton
     182      //
     183      this.checkAllButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.All;
     184      this.checkAllButton.Location = new System.Drawing.Point(6, 19);
     185      this.checkAllButton.Name = "checkAllButton";
     186      this.checkAllButton.Size = new System.Drawing.Size(24, 24);
     187      this.checkAllButton.TabIndex = 13;
     188      this.toolTip.SetToolTip(this.checkAllButton, "Show All");
     189      this.checkAllButton.UseVisualStyleBackColor = true;
     190      this.checkAllButton.Click += new System.EventHandler(this.checkAllButton_Click);
     191      //
     192      // lblTNumValues
     193      //
     194      this.lblTNumValues.AutoSize = true;
     195      this.lblTNumValues.Dock = System.Windows.Forms.DockStyle.Fill;
     196      this.lblTNumValues.Location = new System.Drawing.Point(237, 0);
     197      this.lblTNumValues.Name = "lblTNumValues";
     198      this.lblTNumValues.Size = new System.Drawing.Size(77, 26);
     199      this.lblTNumValues.TabIndex = 2;
     200      this.lblTNumValues.Text = "Total Values";
     201      this.lblTNumValues.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     202      this.toolTip.SetToolTip(this.lblTNumValues, "Valid Values (excl. missing Values)");
     203      //
     204      // orientationGroupBox
     205      //
     206      this.orientationGroupBox.Controls.Add(this.verticalRadioButton);
     207      this.orientationGroupBox.Controls.Add(this.horizontalRadioButton);
     208      this.orientationGroupBox.Location = new System.Drawing.Point(496, 0);
     209      this.orientationGroupBox.Name = "orientationGroupBox";
     210      this.orientationGroupBox.Size = new System.Drawing.Size(94, 71);
     211      this.orientationGroupBox.TabIndex = 17;
     212      this.orientationGroupBox.TabStop = false;
     213      this.orientationGroupBox.Text = "Orientation";
     214      //
     215      // verticalRadioButton
     216      //
     217      this.verticalRadioButton.AutoSize = true;
     218      this.verticalRadioButton.Location = new System.Drawing.Point(6, 32);
     219      this.verticalRadioButton.Name = "verticalRadioButton";
     220      this.verticalRadioButton.Size = new System.Drawing.Size(60, 17);
     221      this.verticalRadioButton.TabIndex = 1;
     222      this.verticalRadioButton.TabStop = true;
     223      this.verticalRadioButton.Text = "Vertical";
     224      this.verticalRadioButton.UseVisualStyleBackColor = true;
     225      this.verticalRadioButton.CheckedChanged += new System.EventHandler(this.verticalRadioButton_CheckedChanged);
     226      //
     227      // horizontalRadioButton
     228      //
     229      this.horizontalRadioButton.AutoSize = true;
     230      this.horizontalRadioButton.Checked = true;
     231      this.horizontalRadioButton.Location = new System.Drawing.Point(6, 14);
     232      this.horizontalRadioButton.Name = "horizontalRadioButton";
     233      this.horizontalRadioButton.Size = new System.Drawing.Size(72, 17);
     234      this.horizontalRadioButton.TabIndex = 0;
     235      this.horizontalRadioButton.TabStop = true;
     236      this.horizontalRadioButton.Text = "Horizontal";
     237      this.horizontalRadioButton.UseVisualStyleBackColor = true;
     238      this.horizontalRadioButton.CheckedChanged += new System.EventHandler(this.horizontalRadioButton_CheckedChanged);
     239      //
     240      // rowsTextBox
     241      //
     242      this.rowsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
     243      this.rowsTextBox.Location = new System.Drawing.Point(61, 3);
     244      this.rowsTextBox.Name = "rowsTextBox";
     245      this.rowsTextBox.ReadOnly = true;
     246      this.rowsTextBox.Size = new System.Drawing.Size(33, 20);
     247      this.rowsTextBox.TabIndex = 18;
     248      //
     249      // columnsTextBox
     250      //
     251      this.columnsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
     252      this.columnsTextBox.Location = new System.Drawing.Point(61, 29);
     253      this.columnsTextBox.Name = "columnsTextBox";
     254      this.columnsTextBox.ReadOnly = true;
     255      this.columnsTextBox.Size = new System.Drawing.Size(33, 20);
     256      this.columnsTextBox.TabIndex = 18;
     257      //
     258      // totalValuesTextBox
     259      //
     260      this.totalValuesTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
     261      this.totalValuesTextBox.Location = new System.Drawing.Point(320, 3);
     262      this.totalValuesTextBox.Name = "totalValuesTextBox";
     263      this.totalValuesTextBox.ReadOnly = true;
     264      this.totalValuesTextBox.Size = new System.Drawing.Size(55, 20);
     265      this.totalValuesTextBox.TabIndex = 18;
     266      //
     267      // overviewTableLayoutPanel
     268      //
     269      this.overviewTableLayoutPanel.ColumnCount = 6;
     270      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     271      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.57143F));
     272      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     273      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.57143F));
     274      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     275      this.overviewTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42.85715F));
     276      this.overviewTableLayoutPanel.Controls.Add(this.lblRows, 0, 0);
     277      this.overviewTableLayoutPanel.Controls.Add(this.lblColumns, 0, 1);
     278      this.overviewTableLayoutPanel.Controls.Add(this.columnsTextBox, 1, 1);
     279      this.overviewTableLayoutPanel.Controls.Add(this.lblNominalColumns, 2, 1);
     280      this.overviewTableLayoutPanel.Controls.Add(this.lblNumericColumns, 2, 0);
     281      this.overviewTableLayoutPanel.Controls.Add(this.rowsTextBox, 1, 0);
     282      this.overviewTableLayoutPanel.Controls.Add(this.numericColumnsTextBox, 3, 0);
     283      this.overviewTableLayoutPanel.Controls.Add(this.nominalColumnsTextBox5, 3, 1);
     284      this.overviewTableLayoutPanel.Controls.Add(this.missingValuesTextBox, 5, 1);
     285      this.overviewTableLayoutPanel.Controls.Add(this.lblTNumValues, 4, 0);
     286      this.overviewTableLayoutPanel.Controls.Add(this.totalValuesTextBox, 5, 0);
     287      this.overviewTableLayoutPanel.Controls.Add(this.lblMissingValuesTotal, 4, 1);
     288      this.overviewTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     289      this.overviewTableLayoutPanel.Location = new System.Drawing.Point(3, 16);
     290      this.overviewTableLayoutPanel.Name = "overviewTableLayoutPanel";
     291      this.overviewTableLayoutPanel.RowCount = 3;
     292      this.overviewTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     293      this.overviewTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     294      this.overviewTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     295      this.overviewTableLayoutPanel.Size = new System.Drawing.Size(378, 52);
     296      this.overviewTableLayoutPanel.TabIndex = 19;
     297      //
     298      // numericColumnsTextBox
     299      //
     300      this.numericColumnsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
     301      this.numericColumnsTextBox.Location = new System.Drawing.Point(198, 3);
     302      this.numericColumnsTextBox.Name = "numericColumnsTextBox";
     303      this.numericColumnsTextBox.ReadOnly = true;
     304      this.numericColumnsTextBox.Size = new System.Drawing.Size(33, 20);
     305      this.numericColumnsTextBox.TabIndex = 18;
     306      //
     307      // nominalColumnsTextBox5
     308      //
     309      this.nominalColumnsTextBox5.Dock = System.Windows.Forms.DockStyle.Fill;
     310      this.nominalColumnsTextBox5.Location = new System.Drawing.Point(198, 29);
     311      this.nominalColumnsTextBox5.Name = "nominalColumnsTextBox5";
     312      this.nominalColumnsTextBox5.ReadOnly = true;
     313      this.nominalColumnsTextBox5.Size = new System.Drawing.Size(33, 20);
     314      this.nominalColumnsTextBox5.TabIndex = 18;
     315      //
     316      // missingValuesTextBox
     317      //
     318      this.missingValuesTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
     319      this.missingValuesTextBox.Location = new System.Drawing.Point(320, 29);
     320      this.missingValuesTextBox.Name = "missingValuesTextBox";
     321      this.missingValuesTextBox.ReadOnly = true;
     322      this.missingValuesTextBox.Size = new System.Drawing.Size(55, 20);
     323      this.missingValuesTextBox.TabIndex = 18;
     324      //
     325      // overviewGroupBox
     326      //
     327      this.overviewGroupBox.Controls.Add(this.overviewTableLayoutPanel);
     328      this.overviewGroupBox.Location = new System.Drawing.Point(3, 0);
     329      this.overviewGroupBox.Name = "overviewGroupBox";
     330      this.overviewGroupBox.Size = new System.Drawing.Size(384, 71);
     331      this.overviewGroupBox.TabIndex = 20;
     332      this.overviewGroupBox.TabStop = false;
     333      this.overviewGroupBox.Text = "Overview";
    168334      //
    169335      // StatisticsView
     
    171337      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    172338      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);
     339      this.Controls.Add(this.overviewGroupBox);
     340      this.Controls.Add(this.orientationGroupBox);
     341      this.Controls.Add(this.showVariablesGroupBox);
     342      this.Controls.Add(this.stringMatrixView);
    184343      this.Name = "StatisticsView";
    185       this.Size = new System.Drawing.Size(549, 408);
    186       ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
     344      this.Size = new System.Drawing.Size(598, 408);
     345      this.showVariablesGroupBox.ResumeLayout(false);
     346      this.orientationGroupBox.ResumeLayout(false);
     347      this.orientationGroupBox.PerformLayout();
     348      this.overviewTableLayoutPanel.ResumeLayout(false);
     349      this.overviewTableLayoutPanel.PerformLayout();
     350      this.overviewGroupBox.ResumeLayout(false);
    187351      this.ResumeLayout(false);
    188       this.PerformLayout();
    189352
    190353    }
     
    193356
    194357    private System.Windows.Forms.Label lblRows;
    195     private System.Windows.Forms.Label txtRows;
    196358    private System.Windows.Forms.Label lblColumns;
    197359    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;
    201360    private System.Windows.Forms.Label lblNumericColumns;
    202361    private System.Windows.Forms.Label lblNominalColumns;
    203     private System.Windows.Forms.Label txtMissingValuesTotal;
    204     private System.Windows.Forms.DataGridView dataGridView;
     362    private HeuristicLab.Data.Views.StringConvertibleMatrixView stringMatrixView;
     363    private System.Windows.Forms.GroupBox showVariablesGroupBox;
     364    private System.Windows.Forms.Button checkInputsTargetButton;
     365    private System.Windows.Forms.Button uncheckAllButton;
     366    private System.Windows.Forms.Button checkAllButton;
     367    private System.Windows.Forms.ToolTip toolTip;
     368    private System.Windows.Forms.GroupBox orientationGroupBox;
     369    private System.Windows.Forms.RadioButton verticalRadioButton;
     370    private System.Windows.Forms.RadioButton horizontalRadioButton;
     371    private System.Windows.Forms.Label lblTNumValues;
     372    private System.Windows.Forms.TextBox rowsTextBox;
     373    private System.Windows.Forms.TextBox columnsTextBox;
     374    private System.Windows.Forms.TextBox totalValuesTextBox;
     375    private System.Windows.Forms.TableLayoutPanel overviewTableLayoutPanel;
     376    private System.Windows.Forms.TextBox numericColumnsTextBox;
     377    private System.Windows.Forms.TextBox nominalColumnsTextBox5;
     378    private System.Windows.Forms.TextBox missingValuesTextBox;
     379    private System.Windows.Forms.GroupBox overviewGroupBox;
    205380  }
    206381}
Note: See TracChangeset for help on using the changeset viewer.