- Timestamp:
- 09/27/10 16:45:31 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Parameters.Views/3.3/ValueParameterView.Designer.cs
r4332 r4522 74 74 // valueGroupBox 75 75 // 76 this.valueGroupBox.AllowDrop = true; 76 77 this.valueGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 77 78 | System.Windows.Forms.AnchorStyles.Left) … … 87 88 this.valueGroupBox.TabStop = false; 88 89 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); 89 93 // 90 94 // showInRunCheckBox … … 116 120 this.valueViewHost.Size = new System.Drawing.Size(374, 182); 117 121 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; 122 123 // 123 124 // clearValueButton
Note: See TracChangeset
for help on using the changeset viewer.