Changeset 219 for trunk/AcronymDecoder.lpr
- Timestamp:
- Jan 17, 2025, 9:05:54 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AcronymDecoder.lpr
r215 r219 1 1 program AcronymDecoder; 2 3 {$mode delphi}{$H+}4 2 5 3 uses … … 8 6 {$ENDIF} 9 7 Interfaces, // this includes the LCL widgetset 10 Forms, UAcronym, Common, SysUtils,11 UFormMain, UCore, UFormCheck8 Forms, Acronym, Common, SysUtils, 9 FormMain, Core, FormCheck 12 10 { you can add units after this }; 13 11 … … 26 24 {$ENDIF} 27 25 28 Application.Title :='Acronym Decoder';26 Application.Title:='Acronym Decoder'; 29 27 RequireDerivedFormResource := True; 30 28 Application.Initialize; 31 Application.CreateForm(TCore, Core); 32 Application.CreateForm(TFormMain, FormMain); 29 Application.CreateForm(TCore, Core.Core); 33 30 Application.Run; 34 31 end.
Note:
See TracChangeset
for help on using the changeset viewer.