source: trunk/Packages/CoolDocking/Demo/Testing/SampleDockableForm.lfm

Last change on this file was 73, checked in by chronos, 12 years ago
  • Modified: Packages are now stored as uncomporessed and are linked with relative path to project.
File size: 649 bytes
Line 
1object DockableForm: TDockableForm
2 Left = 335
3 Height = 240
4 Top = 167
5 Width = 320
6 Caption = 'DockableForm'
7 ClientHeight = 240
8 ClientWidth = 320
9 DockSite = True
10 DragKind = dkDock
11 DragMode = dmAutomatic
12 UseDockManager = True
13 LCLVersion = '0.9.31'
14 object Memo1: TMemo
15 Left = 82
16 Height = 90
17 Top = 117
18 Width = 150
19 Lines.Strings = (
20 'Memo1'
21 )
22 TabOrder = 0
23 end
24 object CoolDockClient1: TCDClient
25 Floatable = False
26 Master = MainForm.CoolDockMaster1
27 left = 104
28 top = 33
29 end
30 object ImageList1: TImageList
31 left = 200
32 top = 33
33 end
34end
Note: See TracBrowser for help on using the repository browser.