Changeset 169 for trunk/Forms/UFormAbout.pas
- Timestamp:
- Jan 22, 2018, 11:00:53 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAbout.pas
r142 r169 51 51 if Assigned(ApplicationInfo) then begin 52 52 LabelAppName.Caption := ApplicationInfo.AppName; 53 LabelDescription.Caption := ApplicationInfo.Description; 54 LabelDescription.AutoSize := True; 53 55 LabelContent.Caption := SVersion + ': ' + ApplicationInfo.Version + LineEnding + 54 56 SReleaseDate + ': ' + DateToStr(ApplicationInfo.ReleaseDate) + LineEnding + 55 57 SLicense + ': ' + ApplicationInfo.License; 58 Image1.Picture.Bitmap.Assign(Application.Icon); 56 59 end; 57 60 end;
Note:
See TracChangeset
for help on using the changeset viewer.