Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/01/17 14:44:48 (7 years ago)
Author:
pfleck
Message:

#2709

  • renamed Column -> Variable, Row -> Datarow.
  • scatterplot using regular comboboxes for variables.
  • adapted sizing and small layouting in multiscatterplot, histogram, statistics and datagrid.
File:
1 edited

Legend:

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

    r14915 r15019  
    7575      this.SuspendLayout();
    7676      //
     77      // rowsLabel
     78      //
     79      this.rowsLabel.Size = new System.Drawing.Size(55, 13);
     80      this.rowsLabel.Text = "Datarows:";
     81      //
    7782      // rowsTextBox
    7883      //
     
    8792      this.columnsTextBox.Size = new System.Drawing.Size(71, 20);
    8893      //
     94      // columnsLabel
     95      //
     96      this.columnsLabel.Size = new System.Drawing.Size(53, 13);
     97      this.columnsLabel.Text = "Variables:";
     98      //
    8999      // statisticsTextBox
    90100      //
     
    93103      // btnApplySort
    94104      //
    95       this.btnApplySort.Location = new System.Drawing.Point(234, 0);
     105      this.btnApplySort.Location = new System.Drawing.Point(228, 0);
    96106      this.btnApplySort.Name = "btnApplySort";
    97107      this.btnApplySort.Size = new System.Drawing.Size(104, 23);
     
    121131      this.replaceValueOverColumnToolStripMenuItem.Name = "replaceValueOverColumnToolStripMenuItem";
    122132      this.replaceValueOverColumnToolStripMenuItem.Size = new System.Drawing.Size(223, 22);
    123       this.replaceValueOverColumnToolStripMenuItem.Text = "Replace Value over Column";
     133      this.replaceValueOverColumnToolStripMenuItem.Text = "Replace Value over Variable";
    124134      //
    125135      // averageToolStripMenuItem_Column
     
    206216      // btnSearch
    207217      //
    208       this.btnSearch.Location = new System.Drawing.Point(173, 0);
     218      this.btnSearch.Location = new System.Drawing.Point(167, 0);
    209219      this.btnSearch.Name = "btnSearch";
    210220      this.btnSearch.Size = new System.Drawing.Size(55, 23);
     
    217227      // btnReplace
    218228      //
    219       this.btnReplace.Location = new System.Drawing.Point(173, 26);
     229      this.btnReplace.Location = new System.Drawing.Point(167, 26);
    220230      this.btnReplace.Name = "btnReplace";
    221231      this.btnReplace.Size = new System.Drawing.Size(55, 23);
     
    233243      this.checkInputsTargetButton.Size = new System.Drawing.Size(24, 24);
    234244      this.checkInputsTargetButton.TabIndex = 14;
    235       this.toolTip.SetToolTip(this.checkInputsTargetButton, "Inputs & Target");
     245      this.toolTip.SetToolTip(this.checkInputsTargetButton, "Select Inputs & Target");
    236246      this.checkInputsTargetButton.UseVisualStyleBackColor = true;
    237247      this.checkInputsTargetButton.Click += new System.EventHandler(this.checkInputsTargetButton_Click);
     
    244254      this.uncheckAllButton.Size = new System.Drawing.Size(24, 24);
    245255      this.uncheckAllButton.TabIndex = 12;
    246       this.toolTip.SetToolTip(this.uncheckAllButton, "None");
     256      this.toolTip.SetToolTip(this.uncheckAllButton, "Select None");
    247257      this.uncheckAllButton.UseVisualStyleBackColor = true;
    248258      this.uncheckAllButton.Click += new System.EventHandler(this.uncheckAllButton_Click);
     
    255265      this.checkAllButton.Size = new System.Drawing.Size(24, 24);
    256266      this.checkAllButton.TabIndex = 13;
    257       this.toolTip.SetToolTip(this.checkAllButton, "All");
     267      this.toolTip.SetToolTip(this.checkAllButton, "Select All");
    258268      this.checkAllButton.UseVisualStyleBackColor = true;
    259269      this.checkAllButton.Click += new System.EventHandler(this.checkAllButton_Click);
     
    261271      // addRowButton
    262272      //
    263       this.addRowButton.Location = new System.Drawing.Point(344, 26);
     273      this.addRowButton.Location = new System.Drawing.Point(338, 26);
    264274      this.addRowButton.Name = "addRowButton";
    265       this.addRowButton.Size = new System.Drawing.Size(76, 23);
     275      this.addRowButton.Size = new System.Drawing.Size(83, 23);
    266276      this.addRowButton.TabIndex = 10;
    267       this.addRowButton.Text = "Add Row";
     277      this.addRowButton.Text = "Add Datarow";
    268278      this.addRowButton.UseVisualStyleBackColor = true;
    269279      this.addRowButton.Click += new System.EventHandler(this.addRowButton_Click);
     
    271281      // addColumnButton
    272282      //
    273       this.addColumnButton.Location = new System.Drawing.Point(344, 0);
     283      this.addColumnButton.Location = new System.Drawing.Point(338, 0);
    274284      this.addColumnButton.Name = "addColumnButton";
    275       this.addColumnButton.Size = new System.Drawing.Size(76, 23);
     285      this.addColumnButton.Size = new System.Drawing.Size(83, 23);
    276286      this.addColumnButton.TabIndex = 10;
    277       this.addColumnButton.Text = "Add Column";
     287      this.addColumnButton.Text = "Add Variable";
    278288      this.addColumnButton.UseVisualStyleBackColor = true;
    279289      this.addColumnButton.Click += new System.EventHandler(this.addColumnButton_Click);
     
    281291      // renameColumnsButton
    282292      //
    283       this.renameColumnsButton.Location = new System.Drawing.Point(234, 26);
     293      this.renameColumnsButton.Location = new System.Drawing.Point(228, 26);
    284294      this.renameColumnsButton.Name = "renameColumnsButton";
    285295      this.renameColumnsButton.Size = new System.Drawing.Size(104, 23);
    286296      this.renameColumnsButton.TabIndex = 11;
    287       this.renameColumnsButton.Text = "Rename Columns";
     297      this.renameColumnsButton.Text = "Rename Variables";
    288298      this.renameColumnsButton.UseVisualStyleBackColor = true;
    289299      this.renameColumnsButton.Click += new System.EventHandler(this.renameColumnsButton_Click);
Note: See TracChangeset for help on using the changeset viewer.