Ignore:
Timestamp:
Mar 16, 2011, 12:32:41 PM (14 years ago)
Author:
george
Message:
  • Fixed: Popup submenus style and position item selection.
  • Added: Locking dock managers.
  • Modified: Enhanced auto popup tabs handling. Not yet finished.
  • Modified: Dock manager position united for all dock manager descendands.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/Demo/IDE/UMainForm.lfm

    r197 r198  
    11object MainForm: TMainForm
    22  Left = 217
    3   Height = 457
     3  Height = 419
    44  Top = 123
    5   Width = 643
     5  Width = 536
    66  Caption = 'CoolDocking Demo IDE'
    7   ClientHeight = 438
    8   ClientWidth = 643
     7  ClientHeight = 400
     8  ClientWidth = 536
    99  Menu = MainMenu1
    1010  OnClose = FormClose
     
    1313  object DockPanel: TPanel
    1414    Left = 0
    15     Height = 412
     15    Height = 374
    1616    Top = 26
    17     Width = 643
     17    Width = 536
    1818    Align = alClient
    1919    BevelOuter = bvNone
     
    2424    Height = 26
    2525    Top = 0
    26     Width = 643
     26    Width = 536
    2727    Caption = 'ToolBar1'
    2828    Images = ImageList1
Note: See TracChangeset for help on using the changeset viewer.