Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/16/14 12:14:25 (10 years ago)
Author:
bburlacu
Message:

#2265: Reversed changes from r11467.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/MainForm.Designer.cs

    r11467 r11469  
    5757      this.menuStrip.TabIndex = 0;
    5858      this.menuStrip.Text = "menuStrip";
    59       this.menuStrip.AllowDrop = true;
    60       this.menuStrip.DragEnter += MainFormBase_DragEnter;
    61       this.menuStrip.DragDrop += MainFormBase_DragDrop;
    6259      //
    6360      // toolStrip
     
    6764      this.toolStrip.Size = new System.Drawing.Size(624, 25);
    6865      this.toolStrip.TabIndex = 1;
    69       this.toolStrip.AllowDrop = true;
    70       this.toolStrip.DragEnter += MainFormBase_DragEnter;
    71       this.toolStrip.DragDrop += MainFormBase_DragDrop;
    7266      //
    7367      // statusStrip
     
    7973      this.statusStrip.Text = "statusStrip";
    8074      //
    81       // MainForm
     75      // MainFormBase
    8276      //
    8377      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    9387      this.ResumeLayout(false);
    9488      this.PerformLayout();
    95 
    9689    }
    9790
Note: See TracChangeset for help on using the changeset viewer.