Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/06/09 15:24:11 (15 years ago)
Author:
mkommend
Message:

tried to add docking views - not working right now (ticket #716)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm/3.2/DockForm.Designer.cs

    r2233 r2250  
    6767      this.ClientSize = new System.Drawing.Size(632, 446);
    6868      this.Controls.Add(this.viewPanel);
    69       this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.Document)));
     69      this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft)
     70            | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight)
     71            | WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop)
     72            | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom
     73            | WeifenLuo.WinFormsUI.Docking.DockAreas.Document)));
    7074      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    7175      this.Name = "ViewForm";
     
    7579      this.TabText = "View";
    7680      this.Text = "View";
    77       this.TextChanged += new System.EventHandler(this.ViewForm_TextChanged);
    7881      this.ResumeLayout(false);
    79 
    8082    }
    8183
Note: See TracChangeset for help on using the changeset viewer.