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/DataGridContentView.Designer.cs

    r14185 r15110  
    6363      this.btnReplace = new System.Windows.Forms.Button();
    6464      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     65      this.checkInputsTargetButton = new System.Windows.Forms.Button();
     66      this.uncheckAllButton = new System.Windows.Forms.Button();
     67      this.checkAllButton = new System.Windows.Forms.Button();
    6568      this.addRowButton = new System.Windows.Forms.Button();
    6669      this.addColumnButton = new System.Windows.Forms.Button();
    6770      this.renameColumnsButton = new System.Windows.Forms.Button();
     71      this.showVariablesGroupBox = new System.Windows.Forms.GroupBox();
    6872      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    6973      this.contextMenuCell.SuspendLayout();
     74      this.showVariablesGroupBox.SuspendLayout();
    7075      this.SuspendLayout();
     76      //
     77      // rowsLabel
     78      //
     79      this.rowsLabel.Size = new System.Drawing.Size(55, 13);
     80      this.rowsLabel.Text = "Datarows:";
    7181      //
    7282      // rowsTextBox
     
    8292      this.columnsTextBox.Size = new System.Drawing.Size(71, 20);
    8393      //
     94      // columnsLabel
     95      //
     96      this.columnsLabel.Size = new System.Drawing.Size(53, 13);
     97      this.columnsLabel.Text = "Variables:";
     98      //
    8499      // statisticsTextBox
    85100      //
    86       this.statisticsTextBox.Location = new System.Drawing.Point(3, 387);
    87       this.statisticsTextBox.Size = new System.Drawing.Size(421, 13);
     101      this.statisticsTextBox.Size = new System.Drawing.Size(1133, 13);
    88102      //
    89103      // btnApplySort
    90104      //
    91       this.btnApplySort.Location = new System.Drawing.Point(234, 0);
     105      this.btnApplySort.Location = new System.Drawing.Point(228, 0);
    92106      this.btnApplySort.Name = "btnApplySort";
    93107      this.btnApplySort.Size = new System.Drawing.Size(104, 23);
     
    104118            this.replaceValueOverSelectionToolStripMenuItem});
    105119      this.contextMenuCell.Name = "contextMenuCell";
    106       this.contextMenuCell.Size = new System.Drawing.Size(225, 48);
     120      this.contextMenuCell.Size = new System.Drawing.Size(224, 48);
    107121      //
    108122      // replaceValueOverColumnToolStripMenuItem
     
    116130            this.smoothingToolStripMenuItem_Column});
    117131      this.replaceValueOverColumnToolStripMenuItem.Name = "replaceValueOverColumnToolStripMenuItem";
    118       this.replaceValueOverColumnToolStripMenuItem.Size = new System.Drawing.Size(224, 22);
    119       this.replaceValueOverColumnToolStripMenuItem.Text = "Replace Value over Column";
     132      this.replaceValueOverColumnToolStripMenuItem.Size = new System.Drawing.Size(223, 22);
     133      this.replaceValueOverColumnToolStripMenuItem.Text = "Replace Value over Variable";
    120134      //
    121135      // averageToolStripMenuItem_Column
     
    169183            this.mostCommonToolStripMenuItem_Selection});
    170184      this.replaceValueOverSelectionToolStripMenuItem.Name = "replaceValueOverSelectionToolStripMenuItem";
    171       this.replaceValueOverSelectionToolStripMenuItem.Size = new System.Drawing.Size(224, 22);
     185      this.replaceValueOverSelectionToolStripMenuItem.Size = new System.Drawing.Size(223, 22);
    172186      this.replaceValueOverSelectionToolStripMenuItem.Text = "Replace Value over Selection";
    173187      //
     
    202216      // btnSearch
    203217      //
    204       this.btnSearch.Location = new System.Drawing.Point(173, 0);
     218      this.btnSearch.Location = new System.Drawing.Point(167, 0);
    205219      this.btnSearch.Name = "btnSearch";
    206220      this.btnSearch.Size = new System.Drawing.Size(55, 23);
     
    213227      // btnReplace
    214228      //
    215       this.btnReplace.Location = new System.Drawing.Point(173, 26);
     229      this.btnReplace.Location = new System.Drawing.Point(167, 26);
    216230      this.btnReplace.Name = "btnReplace";
    217231      this.btnReplace.Size = new System.Drawing.Size(55, 23);
     
    222236      this.btnReplace.Click += new System.EventHandler(this.btnReplace_Click);
    223237      //
     238      // checkInputsTargetButton
     239      //
     240      this.checkInputsTargetButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.Inputs;
     241      this.checkInputsTargetButton.Location = new System.Drawing.Point(36, 19);
     242      this.checkInputsTargetButton.Name = "checkInputsTargetButton";
     243      this.checkInputsTargetButton.Size = new System.Drawing.Size(24, 24);
     244      this.checkInputsTargetButton.TabIndex = 14;
     245      this.toolTip.SetToolTip(this.checkInputsTargetButton, "Select Inputs & Target");
     246      this.checkInputsTargetButton.UseVisualStyleBackColor = true;
     247      this.checkInputsTargetButton.Click += new System.EventHandler(this.checkInputsTargetButton_Click);
     248      //
     249      // uncheckAllButton
     250      //
     251      this.uncheckAllButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.None;
     252      this.uncheckAllButton.Location = new System.Drawing.Point(66, 19);
     253      this.uncheckAllButton.Name = "uncheckAllButton";
     254      this.uncheckAllButton.Size = new System.Drawing.Size(24, 24);
     255      this.uncheckAllButton.TabIndex = 12;
     256      this.toolTip.SetToolTip(this.uncheckAllButton, "Select None");
     257      this.uncheckAllButton.UseVisualStyleBackColor = true;
     258      this.uncheckAllButton.Click += new System.EventHandler(this.uncheckAllButton_Click);
     259      //
     260      // checkAllButton
     261      //
     262      this.checkAllButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.All;
     263      this.checkAllButton.Location = new System.Drawing.Point(6, 19);
     264      this.checkAllButton.Name = "checkAllButton";
     265      this.checkAllButton.Size = new System.Drawing.Size(24, 24);
     266      this.checkAllButton.TabIndex = 13;
     267      this.toolTip.SetToolTip(this.checkAllButton, "Select All");
     268      this.checkAllButton.UseVisualStyleBackColor = true;
     269      this.checkAllButton.Click += new System.EventHandler(this.checkAllButton_Click);
     270      //
    224271      // addRowButton
    225272      //
    226       this.addRowButton.Location = new System.Drawing.Point(344, 26);
     273      this.addRowButton.Location = new System.Drawing.Point(338, 26);
    227274      this.addRowButton.Name = "addRowButton";
    228       this.addRowButton.Size = new System.Drawing.Size(76, 23);
     275      this.addRowButton.Size = new System.Drawing.Size(83, 23);
    229276      this.addRowButton.TabIndex = 10;
    230       this.addRowButton.Text = "Add Row";
     277      this.addRowButton.Text = "Add Datarow";
    231278      this.addRowButton.UseVisualStyleBackColor = true;
    232279      this.addRowButton.Click += new System.EventHandler(this.addRowButton_Click);
     
    234281      // addColumnButton
    235282      //
    236       this.addColumnButton.Location = new System.Drawing.Point(344, 0);
     283      this.addColumnButton.Location = new System.Drawing.Point(338, 0);
    237284      this.addColumnButton.Name = "addColumnButton";
    238       this.addColumnButton.Size = new System.Drawing.Size(76, 23);
     285      this.addColumnButton.Size = new System.Drawing.Size(83, 23);
    239286      this.addColumnButton.TabIndex = 10;
    240       this.addColumnButton.Text = "Add Column";
     287      this.addColumnButton.Text = "Add Variable";
    241288      this.addColumnButton.UseVisualStyleBackColor = true;
    242289      this.addColumnButton.Click += new System.EventHandler(this.addColumnButton_Click);
     
    244291      // renameColumnsButton
    245292      //
    246       this.renameColumnsButton.Location = new System.Drawing.Point(234, 26);
     293      this.renameColumnsButton.Location = new System.Drawing.Point(228, 26);
    247294      this.renameColumnsButton.Name = "renameColumnsButton";
    248295      this.renameColumnsButton.Size = new System.Drawing.Size(104, 23);
    249296      this.renameColumnsButton.TabIndex = 11;
    250       this.renameColumnsButton.Text = "Rename Columns";
     297      this.renameColumnsButton.Text = "Rename Variables";
    251298      this.renameColumnsButton.UseVisualStyleBackColor = true;
    252299      this.renameColumnsButton.Click += new System.EventHandler(this.renameColumnsButton_Click);
    253300      //
     301      // showVariablesGroupBox
     302      //
     303      this.showVariablesGroupBox.Controls.Add(this.checkInputsTargetButton);
     304      this.showVariablesGroupBox.Controls.Add(this.uncheckAllButton);
     305      this.showVariablesGroupBox.Controls.Add(this.checkAllButton);
     306      this.showVariablesGroupBox.Location = new System.Drawing.Point(448, 0);
     307      this.showVariablesGroupBox.Name = "showVariablesGroupBox";
     308      this.showVariablesGroupBox.Size = new System.Drawing.Size(97, 49);
     309      this.showVariablesGroupBox.TabIndex = 17;
     310      this.showVariablesGroupBox.TabStop = false;
     311      this.showVariablesGroupBox.Text = "Show Variables";
     312      //
    254313      // DataGridContentView
    255314      //
    256315      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    257316      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     317      this.Controls.Add(this.showVariablesGroupBox);
    258318      this.Controls.Add(this.renameColumnsButton);
    259319      this.Controls.Add(this.addColumnButton);
     
    263323      this.Controls.Add(this.btnApplySort);
    264324      this.Name = "DataGridContentView";
    265       this.Size = new System.Drawing.Size(430, 403);
    266325      this.Controls.SetChildIndex(this.btnApplySort, 0);
    267326      this.Controls.SetChildIndex(this.btnSearch, 0);
     
    275334      this.Controls.SetChildIndex(this.rowsTextBox, 0);
    276335      this.Controls.SetChildIndex(this.columnsTextBox, 0);
     336      this.Controls.SetChildIndex(this.showVariablesGroupBox, 0);
    277337      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    278338      this.contextMenuCell.ResumeLayout(false);
     339      this.showVariablesGroupBox.ResumeLayout(false);
    279340      this.ResumeLayout(false);
    280341      this.PerformLayout();
     
    304365    private System.Windows.Forms.Button addColumnButton;
    305366    private System.Windows.Forms.Button renameColumnsButton;
     367    private System.Windows.Forms.GroupBox showVariablesGroupBox;
     368    private System.Windows.Forms.Button checkInputsTargetButton;
     369    private System.Windows.Forms.Button uncheckAllButton;
     370    private System.Windows.Forms.Button checkAllButton;
    306371  }
    307372}
Note: See TracChangeset for help on using the changeset viewer.