Changeset 18
- Timestamp:
- Oct 5, 2019, 12:31:23 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAbout.lfm
r8 r18 73 73 Top = 19 74 74 Width = 83 75 Proportional = True 76 Stretch = True 75 77 end 76 78 object LabelAppName: TLabel -
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; -
trunk/UCore.lfm
r12 r18 27 27 EmailContact = 'robie@centrum.cz' 28 28 AppName = '2048' 29 Description = 'Classic 2048 game.'29 Description = 'Classic 2048 puzzle game.' 30 30 ReleaseDate = 43742 31 31 RegistryKey = '\Software\Chronosoft\2048'
Note:
See TracChangeset
for help on using the changeset viewer.