Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/27/10 16:45:31 (14 years ago)
Author:
mkommend
Message:

Enabled dropping of values on various views (ticket #1155).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ValueParameterView.Designer.cs

    r4332 r4522  
    7474      // valueGroupBox
    7575      //
     76      this.valueGroupBox.AllowDrop = true;
    7677      this.valueGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    7778                  | System.Windows.Forms.AnchorStyles.Left)
     
    8788      this.valueGroupBox.TabStop = false;
    8889      this.valueGroupBox.Text = "Value";
     90      this.valueGroupBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.valueGroupBox_DragDrop);
     91      this.valueGroupBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.valueGroupBox_DragEnterOver);
     92      this.valueGroupBox.DragOver += new System.Windows.Forms.DragEventHandler(this.valueGroupBox_DragEnterOver);
    8993      //
    9094      // showInRunCheckBox
     
    116120      this.valueViewHost.Size = new System.Drawing.Size(374, 182);
    117121      this.valueViewHost.TabIndex = 3;
    118       this.valueViewHost.ViewType = null;
    119       this.valueViewHost.DragDrop += new System.Windows.Forms.DragEventHandler(this.valueViewHost_DragDrop);
    120       this.valueViewHost.DragEnter += new System.Windows.Forms.DragEventHandler(this.valueViewHost_DragEnterOver);
    121       this.valueViewHost.DragOver += new System.Windows.Forms.DragEventHandler(this.valueViewHost_DragEnterOver);
     122      this.valueViewHost.ViewType = null;   
    122123      //
    123124      // clearValueButton
Note: See TracChangeset for help on using the changeset viewer.