Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/17 14:33:09 (7 years ago)
Author:
pfleck
Message:

#2709

  • Added Check All/Inputs&Target/None Icons.
  • Improved location and formatting of the "Show Variables" groupbox in datagrid and statistics view.
  • Added an "Orientation" option for the statistics view.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/StatisticsView.Designer.cs

    r14546 r14915  
    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();
    5753      this.stringMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
    58       this.groupBox1 = new System.Windows.Forms.GroupBox();
     54      this.showVariablesGroupBox = new System.Windows.Forms.GroupBox();
    5955      this.checkInputsTargetButton = new System.Windows.Forms.Button();
    6056      this.uncheckAllButton = new System.Windows.Forms.Button();
    6157      this.checkAllButton = new System.Windows.Forms.Button();
    62       this.groupBox1.SuspendLayout();
     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();
    6375      this.SuspendLayout();
    6476      //
     
    6678      //
    6779      this.lblRows.AutoSize = true;
    68       this.lblRows.Location = new System.Drawing.Point(2, 6);
     80      this.lblRows.Dock = System.Windows.Forms.DockStyle.Fill;
     81      this.lblRows.Location = new System.Drawing.Point(3, 0);
    6982      this.lblRows.Name = "lblRows";
    70       this.lblRows.Size = new System.Drawing.Size(34, 13);
     83      this.lblRows.Size = new System.Drawing.Size(47, 26);
    7184      this.lblRows.TabIndex = 0;
    7285      this.lblRows.Text = "Rows";
    73       //
    74       // txtRows
    75       //
    76       this.txtRows.AutoSize = true;
    77       this.txtRows.Location = new System.Drawing.Point(114, 6);
    78       this.txtRows.Name = "txtRows";
    79       this.txtRows.Size = new System.Drawing.Size(19, 13);
    80       this.txtRows.TabIndex = 1;
    81       this.txtRows.Text = "12";
     86      this.lblRows.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    8287      //
    8388      // lblColumns
    8489      //
    8590      this.lblColumns.AutoSize = true;
    86       this.lblColumns.Location = new System.Drawing.Point(2, 26);
     91      this.lblColumns.Dock = System.Windows.Forms.DockStyle.Fill;
     92      this.lblColumns.Location = new System.Drawing.Point(3, 26);
    8793      this.lblColumns.Name = "lblColumns";
    88       this.lblColumns.Size = new System.Drawing.Size(47, 13);
     94      this.lblColumns.Size = new System.Drawing.Size(47, 26);
    8995      this.lblColumns.TabIndex = 2;
    9096      this.lblColumns.Text = "Columns";
     97      this.lblColumns.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    9198      //
    9299      // lblMissingValuesTotal
    93100      //
    94101      this.lblMissingValuesTotal.AutoSize = true;
    95       this.lblMissingValuesTotal.Location = new System.Drawing.Point(2, 87);
     102      this.lblMissingValuesTotal.Dock = System.Windows.Forms.DockStyle.Fill;
     103      this.lblMissingValuesTotal.Location = new System.Drawing.Point(233, 26);
    96104      this.lblMissingValuesTotal.Name = "lblMissingValuesTotal";
    97       this.lblMissingValuesTotal.Size = new System.Drawing.Size(100, 13);
     105      this.lblMissingValuesTotal.Size = new System.Drawing.Size(77, 26);
    98106      this.lblMissingValuesTotal.TabIndex = 3;
    99       this.lblMissingValuesTotal.Text = "Missing Values total";
    100       //
    101       // txtColumns
    102       //
    103       this.txtColumns.AutoSize = true;
    104       this.txtColumns.Location = new System.Drawing.Point(114, 26);
    105       this.txtColumns.Name = "txtColumns";
    106       this.txtColumns.Size = new System.Drawing.Size(25, 13);
    107       this.txtColumns.TabIndex = 1;
    108       this.txtColumns.Text = "123";
    109       //
    110       // txtNumericColumns
    111       //
    112       this.txtNumericColumns.AutoSize = true;
    113       this.txtNumericColumns.Location = new System.Drawing.Point(114, 46);
    114       this.txtNumericColumns.Name = "txtNumericColumns";
    115       this.txtNumericColumns.Size = new System.Drawing.Size(25, 13);
    116       this.txtNumericColumns.TabIndex = 1;
    117       this.txtNumericColumns.Text = "456";
    118       //
    119       // txtNominalColumns
    120       //
    121       this.txtNominalColumns.AutoSize = true;
    122       this.txtNominalColumns.Location = new System.Drawing.Point(114, 67);
    123       this.txtNominalColumns.Name = "txtNominalColumns";
    124       this.txtNominalColumns.Size = new System.Drawing.Size(25, 13);
    125       this.txtNominalColumns.TabIndex = 1;
    126       this.txtNominalColumns.Text = "789";
     107      this.lblMissingValuesTotal.Text = "Missing Values";
     108      this.lblMissingValuesTotal.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    127109      //
    128110      // lblNumericColumns
    129111      //
    130112      this.lblNumericColumns.AutoSize = true;
    131       this.lblNumericColumns.Location = new System.Drawing.Point(2, 46);
     113      this.lblNumericColumns.Dock = System.Windows.Forms.DockStyle.Fill;
     114      this.lblNumericColumns.Location = new System.Drawing.Point(97, 0);
    132115      this.lblNumericColumns.Name = "lblNumericColumns";
    133       this.lblNumericColumns.Size = new System.Drawing.Size(89, 13);
     116      this.lblNumericColumns.Size = new System.Drawing.Size(89, 26);
    134117      this.lblNumericColumns.TabIndex = 3;
    135118      this.lblNumericColumns.Text = "Numeric Columns";
     119      this.lblNumericColumns.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    136120      //
    137121      // lblNominalColumns
    138122      //
    139123      this.lblNominalColumns.AutoSize = true;
    140       this.lblNominalColumns.Location = new System.Drawing.Point(2, 67);
     124      this.lblNominalColumns.Dock = System.Windows.Forms.DockStyle.Fill;
     125      this.lblNominalColumns.Location = new System.Drawing.Point(97, 26);
    141126      this.lblNominalColumns.Name = "lblNominalColumns";
    142       this.lblNominalColumns.Size = new System.Drawing.Size(88, 13);
     127      this.lblNominalColumns.Size = new System.Drawing.Size(89, 26);
    143128      this.lblNominalColumns.TabIndex = 3;
    144129      this.lblNominalColumns.Text = "Nominal Columns";
    145       //
    146       // txtMissingValuesTotal
    147       //
    148       this.txtMissingValuesTotal.AutoSize = true;
    149       this.txtMissingValuesTotal.Location = new System.Drawing.Point(114, 87);
    150       this.txtMissingValuesTotal.Name = "txtMissingValuesTotal";
    151       this.txtMissingValuesTotal.Size = new System.Drawing.Size(25, 13);
    152       this.txtMissingValuesTotal.TabIndex = 1;
    153       this.txtMissingValuesTotal.Text = "102";
     130      this.lblNominalColumns.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    154131      //
    155132      // stringMatrixView
     
    160137      this.stringMatrixView.Caption = "StringConvertibleMatrix View";
    161138      this.stringMatrixView.Content = null;
    162       this.stringMatrixView.Location = new System.Drawing.Point(5, 112);
     139      this.stringMatrixView.Location = new System.Drawing.Point(3, 74);
    163140      this.stringMatrixView.Name = "stringMatrixView";
    164141      this.stringMatrixView.ReadOnly = true;
    165142      this.stringMatrixView.ShowRowsAndColumnsTextBox = false;
    166143      this.stringMatrixView.ShowStatisticalInformation = true;
    167       this.stringMatrixView.Size = new System.Drawing.Size(530, 283);
     144      this.stringMatrixView.Size = new System.Drawing.Size(592, 331);
    168145      this.stringMatrixView.TabIndex = 4;
    169146      //
    170       // groupBox1
    171       //
    172       this.groupBox1.Controls.Add(this.checkInputsTargetButton);
    173       this.groupBox1.Controls.Add(this.uncheckAllButton);
    174       this.groupBox1.Controls.Add(this.checkAllButton);
    175       this.groupBox1.Location = new System.Drawing.Point(212, 3);
    176       this.groupBox1.Name = "groupBox1";
    177       this.groupBox1.Size = new System.Drawing.Size(160, 49);
    178       this.groupBox1.TabIndex = 16;
    179       this.groupBox1.TabStop = false;
    180       this.groupBox1.Text = "Show Variables";
     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, 55);
     155      this.showVariablesGroupBox.TabIndex = 16;
     156      this.showVariablesGroupBox.TabStop = false;
     157      this.showVariablesGroupBox.Text = "Show Variables";
    181158      //
    182159      // checkInputsTargetButton
    183160      //
    184       this.checkInputsTargetButton.Location = new System.Drawing.Point(6, 17);
     161      this.checkInputsTargetButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.Inputs;
     162      this.checkInputsTargetButton.Location = new System.Drawing.Point(36, 19);
    185163      this.checkInputsTargetButton.Name = "checkInputsTargetButton";
    186       this.checkInputsTargetButton.Size = new System.Drawing.Size(56, 24);
     164      this.checkInputsTargetButton.Size = new System.Drawing.Size(24, 24);
    187165      this.checkInputsTargetButton.TabIndex = 14;
    188       this.checkInputsTargetButton.Text = "Inputs";
     166      this.toolTip.SetToolTip(this.checkInputsTargetButton, "Inputs & Target");
    189167      this.checkInputsTargetButton.UseVisualStyleBackColor = true;
    190168      this.checkInputsTargetButton.Click += new System.EventHandler(this.checkInputsTargetButton_Click);
     
    192170      // uncheckAllButton
    193171      //
    194       this.uncheckAllButton.Location = new System.Drawing.Point(105, 17);
     172      this.uncheckAllButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.None;
     173      this.uncheckAllButton.Location = new System.Drawing.Point(66, 19);
    195174      this.uncheckAllButton.Name = "uncheckAllButton";
    196       this.uncheckAllButton.Size = new System.Drawing.Size(43, 24);
     175      this.uncheckAllButton.Size = new System.Drawing.Size(24, 24);
    197176      this.uncheckAllButton.TabIndex = 12;
    198       this.uncheckAllButton.Text = "None";
     177      this.toolTip.SetToolTip(this.uncheckAllButton, "None");
    199178      this.uncheckAllButton.UseVisualStyleBackColor = true;
    200179      this.uncheckAllButton.Click += new System.EventHandler(this.uncheckAllButton_Click);
     
    202181      // checkAllButton
    203182      //
    204       this.checkAllButton.Location = new System.Drawing.Point(68, 17);
     183      this.checkAllButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.All;
     184      this.checkAllButton.Location = new System.Drawing.Point(6, 19);
    205185      this.checkAllButton.Name = "checkAllButton";
    206       this.checkAllButton.Size = new System.Drawing.Size(31, 24);
     186      this.checkAllButton.Size = new System.Drawing.Size(24, 24);
    207187      this.checkAllButton.TabIndex = 13;
    208       this.checkAllButton.Text = "All";
     188      this.toolTip.SetToolTip(this.checkAllButton, "All");
    209189      this.checkAllButton.UseVisualStyleBackColor = true;
    210190      this.checkAllButton.Click += new System.EventHandler(this.checkAllButton_Click);
    211191      //
     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(233, 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, 55);
     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(56, 3);
     244      this.rowsTextBox.Name = "rowsTextBox";
     245      this.rowsTextBox.ReadOnly = true;
     246      this.rowsTextBox.Size = new System.Drawing.Size(35, 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(56, 29);
     253      this.columnsTextBox.Name = "columnsTextBox";
     254      this.columnsTextBox.ReadOnly = true;
     255      this.columnsTextBox.Size = new System.Drawing.Size(35, 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(316, 3);
     262      this.totalValuesTextBox.Name = "totalValuesTextBox";
     263      this.totalValuesTextBox.ReadOnly = true;
     264      this.totalValuesTextBox.Size = new System.Drawing.Size(59, 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(192, 3);
     302      this.numericColumnsTextBox.Name = "numericColumnsTextBox";
     303      this.numericColumnsTextBox.ReadOnly = true;
     304      this.numericColumnsTextBox.Size = new System.Drawing.Size(35, 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(192, 29);
     311      this.nominalColumnsTextBox5.Name = "nominalColumnsTextBox5";
     312      this.nominalColumnsTextBox5.ReadOnly = true;
     313      this.nominalColumnsTextBox5.Size = new System.Drawing.Size(35, 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(316, 29);
     320      this.missingValuesTextBox.Name = "missingValuesTextBox";
     321      this.missingValuesTextBox.ReadOnly = true;
     322      this.missingValuesTextBox.Size = new System.Drawing.Size(59, 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";
     334      //
    212335      // StatisticsView
    213336      //
    214337      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    215338      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    216       this.Controls.Add(this.groupBox1);
     339      this.Controls.Add(this.overviewGroupBox);
     340      this.Controls.Add(this.orientationGroupBox);
     341      this.Controls.Add(this.showVariablesGroupBox);
    217342      this.Controls.Add(this.stringMatrixView);
    218       this.Controls.Add(this.lblNominalColumns);
    219       this.Controls.Add(this.lblNumericColumns);
    220       this.Controls.Add(this.lblMissingValuesTotal);
    221       this.Controls.Add(this.txtMissingValuesTotal);
    222       this.Controls.Add(this.txtNominalColumns);
    223       this.Controls.Add(this.lblColumns);
    224       this.Controls.Add(this.txtNumericColumns);
    225       this.Controls.Add(this.txtColumns);
    226       this.Controls.Add(this.txtRows);
    227       this.Controls.Add(this.lblRows);
    228343      this.Name = "StatisticsView";
    229       this.Size = new System.Drawing.Size(549, 408);
    230       this.groupBox1.ResumeLayout(false);
     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);
    231351      this.ResumeLayout(false);
    232       this.PerformLayout();
    233352
    234353    }
     
    237356
    238357    private System.Windows.Forms.Label lblRows;
    239     private System.Windows.Forms.Label txtRows;
    240358    private System.Windows.Forms.Label lblColumns;
    241359    private System.Windows.Forms.Label lblMissingValuesTotal;
    242     private System.Windows.Forms.Label txtColumns;
    243     private System.Windows.Forms.Label txtNumericColumns;
    244     private System.Windows.Forms.Label txtNominalColumns;
    245360    private System.Windows.Forms.Label lblNumericColumns;
    246361    private System.Windows.Forms.Label lblNominalColumns;
    247     private System.Windows.Forms.Label txtMissingValuesTotal;
    248362    private HeuristicLab.Data.Views.StringConvertibleMatrixView stringMatrixView;
    249     private System.Windows.Forms.GroupBox groupBox1;
     363    private System.Windows.Forms.GroupBox showVariablesGroupBox;
    250364    private System.Windows.Forms.Button checkInputsTargetButton;
    251365    private System.Windows.Forms.Button uncheckAllButton;
    252366    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;
    253380  }
    254381}
Note: See TracChangeset for help on using the changeset viewer.