Changeset 352 for CoolAudio/Demo/Demo.lpr
- Timestamp:
- Apr 23, 2012, 1:32:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CoolAudio/Demo/Demo.lpr
r280 r352 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, U MainForm;10 Forms, UFormMain, UFormPlaylist; 11 11 12 12 {$R *.res} … … 15 15 RequireDerivedFormResource := True; 16 16 Application.Initialize; 17 Application.CreateForm(TMainForm, MainForm); 17 Application.CreateForm(TFormMain, FormMain); 18 Application.CreateForm(TFormPlaylist, FormPlaylist); 18 19 Application.Run; 19 20 end.
Note:
See TracChangeset
for help on using the changeset viewer.