Changeset 8 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Sep 26, 2019, 10:08:16 PM (5 years ago)
- Location:
- trunk/Forms
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r7 r8 19 19 object MenuItemGame: TMenuItem 20 20 Caption = 'Game' 21 object MenuItem 1: TMenuItem21 object MenuItemNew: TMenuItem 22 22 Action = AGameNew 23 23 end 24 object MenuItem 2: TMenuItem24 object MenuItemExit: TMenuItem 25 25 Action = AExit 26 end 27 end 28 object MenuItemHelp: TMenuItem 29 Caption = 'Help' 30 object MenuItemAbout: TMenuItem 31 Action = AAbout 26 32 end 27 33 end … … 29 35 object ActionList1: TActionList 30 36 left = 144 31 top = 15 537 top = 152 32 38 object AGameNew: TAction 33 39 Caption = 'New...' … … 38 44 OnExecute = AExitExecute 39 45 end 40 end 41 object PersistentForm1: TPersistentForm 42 MinVisiblePart = 50 43 EntireVisible = False 44 left = 161 45 top = 258 46 end 47 object ApplicationInfo1: TApplicationInfo 48 Identification = 1 49 VersionMajor = 1 50 VersionMinor = 0 51 VersionBugFix = 0 52 HomePage = 'https://app.zdechov.net/2048' 53 AuthorsName = 'Chronos' 54 EmailContact = 'robie@centrum.cz' 55 AppName = '2048' 56 Description = 'Classic 2048 game.' 57 ReleaseDate = 43733 58 RegistryKey = '\Software\Chronosoft\2048' 59 RegistryRoot = rrKeyCurrentUser 60 License = 'CC0' 61 left = 320 62 top = 258 46 object AAbout: TAction 47 Caption = 'About' 48 OnExecute = AAboutExecute 49 end 63 50 end 64 51 end
Note:
See TracChangeset
for help on using the changeset viewer.