|
Last change
on this file was 198, checked in by george, 15 years ago |
- 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 size:
651 bytes
|
| Line | |
|---|
| 1 | object 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 = 2
|
|---|
| 12 | Height = 236
|
|---|
| 13 | Top = 2
|
|---|
| 14 | Width = 316
|
|---|
| 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
|
|---|
| 29 | object CoolDockClient1: TCDClient
|
|---|
| 30 | Master = MainForm.CoolDockMaster1
|
|---|
| 31 | Floatable = False
|
|---|
| 32 | left = 119
|
|---|
| 33 | top = 88
|
|---|
| 34 | end
|
|---|
| 35 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.