Changeset 18 for trunk/Forms/UFormAbout.pas
- Timestamp:
- Oct 5, 2019, 12:31:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAbout.pas
r8 r18 56 56 SReleaseDate + ': ' + DateToStr(ApplicationInfo.ReleaseDate) + LineEnding + 57 57 SLicense + ': ' + ApplicationInfo.License; 58 Image1.Picture.Bitmap.SetSize(Application.Icon.Width, Application.Icon.Height); 58 59 Image1.Picture.Bitmap.Assign(Application.Icon); 59 60 end;
Note:
See TracChangeset
for help on using the changeset viewer.