source: Docking/CoolDocking/Demo/IDE/UWatchListForm.lfm@ 185

Last change on this file since 185 was 178, checked in by george, 14 years ago
  • Added: Unit UCoolDockLayout for dock layouts management.
File size: 459 bytes
Line 
1object WatchListForm: TWatchListForm
2 Left = 278
3 Height = 240
4 Top = 126
5 Width = 320
6 Caption = 'Watch List'
7 ClientHeight = 240
8 ClientWidth = 320
9 LCLVersion = '0.9.31'
10 object Memo1: TMemo
11 Left = 4
12 Height = 232
13 Top = 4
14 Width = 312
15 Align = alClient
16 BorderSpacing.Around = 4
17 TabOrder = 0
18 end
19 object CoolDockClient1: TCoolDockClient
20 Floatable = False
21 left = 96
22 top = 72
23 end
24end
Note: See TracBrowser for help on using the repository browser.