Changeset 276 for tools/Image resize/ImageResize.lpr
- Timestamp:
- Sep 5, 2020, 12:39:05 AM (4 years ago)
- Location:
- tools/Image resize
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/Image resize
-
Property svn:ignore
set to
lib
ImageResize
ImageResize.lps
ImageResize.res
-
Property svn:ignore
set to
-
tools/Image resize/ImageResize.lpr
r181 r276 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UFormMain 10 Forms, UFormMain, UBitmapSet 11 11 { you can add units after this }; 12 12 … … 17 17 Application.Scaled:=True; 18 18 Application.Initialize; 19 Application.CreateForm(TForm 1, Form1);19 Application.CreateForm(TFormMain, FormMain); 20 20 Application.Run; 21 21 end.
Note:
See TracChangeset
for help on using the changeset viewer.