Ignore:
Timestamp:
Mar 16, 2011, 12:32:41 PM (13 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/UCallStackForm.lfm

    r190 r198  
    11object CallStackForm: TCallStackForm
    2   Left = 446
    3   Height = 240
    4   Top = 152
    5   Width = 320
     2  Left = 329
     3  Height = 255
     4  Top = 148
     5  Width = 433
    66  Caption = 'Call Stack'
     7  ClientHeight = 255
     8  ClientWidth = 433
    79  LCLVersion = '0.9.31'
     10  object ListView1: TListView
     11    Left = 2
     12    Height = 251
     13    Top = 2
     14    Width = 429
     15    Align = alClient
     16    BorderSpacing.Around = 2
     17    Columns = <   
     18      item
     19      end   
     20      item
     21      end   
     22      item
     23      end   
     24      item
     25      end>
     26    TabOrder = 0
     27    ViewStyle = vsReport
     28  end
    829  object CoolDockClient1: TCDClient
     30    Master = MainForm.CoolDockMaster1
    931    Floatable = False
    10     Master = MainForm.CoolDockMaster1
    1132    left = 59
    1233    top = 52
Note: See TracChangeset for help on using the changeset viewer.