Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/16/12 15:40:36 (12 years ago)
Author:
ascheibe
Message:

#1174 added drag and drop support for the experiment upload view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/Views/OKBExperimentUploadView.Designer.cs

    r7742 r7839  
    5353      // dataGridView
    5454      //
     55      this.dataGridView.AllowDrop = true;
    5556      this.dataGridView.AllowUserToAddRows = false;
    5657      this.dataGridView.AllowUserToDeleteRows = false;
     
    7576      this.dataGridView.TabIndex = 2;
    7677      this.dataGridView.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_CellMouseClick);
     78      this.dataGridView.DragDrop += new System.Windows.Forms.DragEventHandler(this.dataGridView_DragDrop);
     79      this.dataGridView.DragEnter += new System.Windows.Forms.DragEventHandler(this.dataGridView_DragEnter);
    7780      //
    7881      // RunNameColumn
     
    136139      // OKBExperimentUploadView
    137140      //
     141      this.AllowDrop = true;
    138142      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    139143      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
Note: See TracChangeset for help on using the changeset viewer.