Changeset 96 for Docking/CoolDocking/Demo/Demo.lpr
- Timestamp:
- Dec 8, 2010, 10:40:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/Demo/Demo.lpr
r58 r96 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UMainForm, UDockForm, CoolDocking, SampleDockableForm ;10 Forms, UMainForm, UDockForm, CoolDocking, SampleDockableForm, UComponentTree; 11 11 12 12 {$R *.res} … … 16 16 Application.CreateForm(TMainForm, MainForm); 17 17 Application.CreateForm(TForm1, Form1); 18 Application.CreateForm(TComponentTree, ComponentTree); 18 19 Application.Run; 19 20 end.
Note:
See TracChangeset
for help on using the changeset viewer.