Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/18/15 14:10:12 (8 years ago)
Author:
pfleck
Message:

#2486

  • Added the possibility to add rows or columns by middle-click on a row or column header.
  • Added a rename columns button which shows the new RenameColumnsDialog.
  • Fixed a bug where no input variables where checked after exporting to a DataAnalysisProblemData.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/DataGridContentView.Designer.cs

    r12986 r13252  
    6363      this.btnReplace = new System.Windows.Forms.Button();
    6464      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    65       this.addLineButton = new System.Windows.Forms.Button();
     65      this.addRowButton = new System.Windows.Forms.Button();
    6666      this.addColumnButton = new System.Windows.Forms.Button();
     67      this.renameColumnsButton = new System.Windows.Forms.Button();
    6768      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    6869      this.contextMenuCell.SuspendLayout();
     
    8182      this.columnsTextBox.Size = new System.Drawing.Size(71, 20);
    8283      //
     84      // statisticsTextBox
     85      //
     86      this.statisticsTextBox.Location = new System.Drawing.Point(3, 387);
     87      this.statisticsTextBox.Size = new System.Drawing.Size(421, 13);
     88      //
    8389      // btnApplySort
    8490      //
    85       this.btnApplySort.Location = new System.Drawing.Point(320, -1);
     91      this.btnApplySort.Location = new System.Drawing.Point(234, 0);
    8692      this.btnApplySort.Name = "btnApplySort";
    87       this.btnApplySort.Size = new System.Drawing.Size(87, 23);
     93      this.btnApplySort.Size = new System.Drawing.Size(104, 23);
    8894      this.btnApplySort.TabIndex = 7;
    8995      this.btnApplySort.Text = "Apply Sort";
     
    196202      // btnSearch
    197203      //
    198       this.btnSearch.Location = new System.Drawing.Point(173, -1);
     204      this.btnSearch.Location = new System.Drawing.Point(173, 0);
    199205      this.btnSearch.Name = "btnSearch";
    200       this.btnSearch.Size = new System.Drawing.Size(53, 23);
     206      this.btnSearch.Size = new System.Drawing.Size(55, 23);
    201207      this.btnSearch.TabIndex = 8;
    202208      this.btnSearch.Text = "Search";
     
    207213      // btnReplace
    208214      //
    209       this.btnReplace.Location = new System.Drawing.Point(232, -1);
     215      this.btnReplace.Location = new System.Drawing.Point(173, 26);
    210216      this.btnReplace.Name = "btnReplace";
    211217      this.btnReplace.Size = new System.Drawing.Size(55, 23);
     
    216222      this.btnReplace.Click += new System.EventHandler(this.btnReplace_Click);
    217223      //
    218       // addLineButton
    219       //
    220       this.addLineButton.Location = new System.Drawing.Point(173, 25);
    221       this.addLineButton.Name = "addLineButton";
    222       this.addLineButton.Size = new System.Drawing.Size(114, 23);
    223       this.addLineButton.TabIndex = 10;
    224       this.addLineButton.Text = "Add Line";
    225       this.addLineButton.UseVisualStyleBackColor = true;
    226       this.addLineButton.Click += new System.EventHandler(this.addLineButton_Click);
     224      // addRowButton
     225      //
     226      this.addRowButton.Location = new System.Drawing.Point(344, 26);
     227      this.addRowButton.Name = "addRowButton";
     228      this.addRowButton.Size = new System.Drawing.Size(76, 23);
     229      this.addRowButton.TabIndex = 10;
     230      this.addRowButton.Text = "Add Row";
     231      this.addRowButton.UseVisualStyleBackColor = true;
     232      this.addRowButton.Click += new System.EventHandler(this.addRowButton_Click);
    227233      //
    228234      // addColumnButton
    229235      //
    230       this.addColumnButton.Location = new System.Drawing.Point(293, 25);
     236      this.addColumnButton.Location = new System.Drawing.Point(344, 0);
    231237      this.addColumnButton.Name = "addColumnButton";
    232       this.addColumnButton.Size = new System.Drawing.Size(114, 23);
     238      this.addColumnButton.Size = new System.Drawing.Size(76, 23);
    233239      this.addColumnButton.TabIndex = 10;
    234240      this.addColumnButton.Text = "Add Column";
     
    236242      this.addColumnButton.Click += new System.EventHandler(this.addColumnButton_Click);
    237243      //
     244      // renameColumnsButton
     245      //
     246      this.renameColumnsButton.Location = new System.Drawing.Point(234, 26);
     247      this.renameColumnsButton.Name = "renameColumnsButton";
     248      this.renameColumnsButton.Size = new System.Drawing.Size(104, 23);
     249      this.renameColumnsButton.TabIndex = 11;
     250      this.renameColumnsButton.Text = "Rename Columns";
     251      this.renameColumnsButton.UseVisualStyleBackColor = true;
     252      this.renameColumnsButton.Click += new System.EventHandler(this.renameColumnsButton_Click);
     253      //
    238254      // DataGridContentView
    239255      //
    240256      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    241257      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     258      this.Controls.Add(this.renameColumnsButton);
    242259      this.Controls.Add(this.addColumnButton);
    243       this.Controls.Add(this.addLineButton);
     260      this.Controls.Add(this.addRowButton);
    244261      this.Controls.Add(this.btnReplace);
    245262      this.Controls.Add(this.btnSearch);
    246263      this.Controls.Add(this.btnApplySort);
    247264      this.Name = "DataGridContentView";
     265      this.Size = new System.Drawing.Size(430, 403);
     266      this.Controls.SetChildIndex(this.btnApplySort, 0);
     267      this.Controls.SetChildIndex(this.btnSearch, 0);
     268      this.Controls.SetChildIndex(this.btnReplace, 0);
     269      this.Controls.SetChildIndex(this.addRowButton, 0);
     270      this.Controls.SetChildIndex(this.addColumnButton, 0);
     271      this.Controls.SetChildIndex(this.renameColumnsButton, 0);
    248272      this.Controls.SetChildIndex(this.statisticsTextBox, 0);
    249273      this.Controls.SetChildIndex(this.rowsLabel, 0);
     
    251275      this.Controls.SetChildIndex(this.rowsTextBox, 0);
    252276      this.Controls.SetChildIndex(this.columnsTextBox, 0);
    253       this.Controls.SetChildIndex(this.btnApplySort, 0);
    254       this.Controls.SetChildIndex(this.btnSearch, 0);
    255       this.Controls.SetChildIndex(this.btnReplace, 0);
    256       this.Controls.SetChildIndex(this.addLineButton, 0);
    257       this.Controls.SetChildIndex(this.addColumnButton, 0);
    258277      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    259278      this.contextMenuCell.ResumeLayout(false);
     
    282301    private System.Windows.Forms.ToolTip toolTip;
    283302    private System.Windows.Forms.ToolStripMenuItem smoothingToolStripMenuItem_Column;
    284     private System.Windows.Forms.Button addLineButton;
     303    private System.Windows.Forms.Button addRowButton;
    285304    private System.Windows.Forms.Button addColumnButton;
     305    private System.Windows.Forms.Button renameColumnsButton;
    286306  }
    287307}
Note: See TracChangeset for help on using the changeset viewer.