Ignore:
Timestamp:
Mar 10, 2011, 9:57:21 AM (13 years ago)
Author:
george
Message:
  • Fixed: Placing new form inside regions with different orientation.
File:
1 edited

Legend:

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

    r182 r184  
    1111  OnShow = FormShow
    1212  LCLVersion = '0.9.31'
    13   object Panel1: TPanel
     13  object DockPanel: TPanel
    1414    Left = 0
    1515    Height = 400
     
    127127        Action = ADesktopSave
    128128      end
     129      object MenuItem22: TMenuItem
     130        Action = AViewComponentTree
     131      end
    129132    end
    130133    object MenuItem11: TMenuItem
     
    208211      Caption = 'Exit'
    209212      OnExecute = AExitExecute
     213    end
     214    object AViewComponentTree: TAction
     215      Caption = 'Component Tree'
     216      OnExecute = AViewComponentTreeExecute
    210217    end
    211218  end
     
    228235    Floatable = False
    229236    Master = CoolDockMaster1
    230     Panel = Panel1
     237    Panel = DockPanel
    231238    left = 284
    232239    top = 127
Note: See TracChangeset for help on using the changeset viewer.