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