source: Docking/CoolDocking/Demo/IDE/UToDoListForm.lfm@ 189

Last change on this file since 189 was 178, checked in by george, 14 years ago
  • Added: Unit UCoolDockLayout for dock layouts management.
File size: 657 bytes
Line 
1object ToDoListForm: TToDoListForm
2 Left = 244
3 Height = 240
4 Top = 126
5 Width = 320
6 Caption = 'To-Do List'
7 ClientHeight = 240
8 ClientWidth = 320
9 LCLVersion = '0.9.31'
10 object ListView1: TListView
11 Left = 4
12 Height = 232
13 Top = 4
14 Width = 312
15 Align = alClient
16 BorderSpacing.Around = 4
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
29 object CoolDockClient1: TCoolDockClient
30 Floatable = False
31 Master = MainForm.CoolDockMaster1
32 left = 119
33 top = 88
34 end
35end
Note: See TracBrowser for help on using the repository browser.