source: tags/1.3.0/UCore.lfm

Last change on this file was 76, checked in by chronos, 4 years ago
  • Modified: Used newer InnoSetup 6 and modern style.
  • Modified: Trunk pushed to 1.4.0 alfa.
  • Modified: Updates related to 1.3.0 release.
File size: 2.0 KB
Line 
1object Core: TCore
2 OnCreate = DataModuleCreate
3 OnDestroy = DataModuleDestroy
4 OldCreateOrder = False
5 Height = 534
6 HorizontalOffset = 773
7 VerticalOffset = 525
8 Width = 635
9 PPI = 144
10 object ThemeManager1: TThemeManager
11 Left = 420
12 Top = 84
13 end
14 object PersistentForm1: TPersistentForm
15 MinVisiblePart = 50
16 EntireVisible = False
17 Left = 120
18 Top = 288
19 end
20 object ApplicationInfo1: TApplicationInfo
21 Identification = 1
22 VersionMajor = 1
23 VersionMinor = 3
24 VersionBugFix = 0
25 HomePage = 'https://app.zdechov.net/2048'
26 AuthorsName = 'Chronos'
27 EmailContact = 'robie@centrum.cz'
28 AppName = '2048'
29 Description = 'A single-player sliding block puzzle game.'
30 ReleaseDate = 44056
31 RegistryKey = '\Software\Chronosoft\2048'
32 RegistryRoot = rrKeyCurrentUser
33 License = 'CC0'
34 Left = 120
35 Top = 96
36 end
37 object Translator1: TTranslator
38 POFilesFolder = 'Languages'
39 OnTranslate = Translator1Translate
40 Left = 336
41 Top = 295
42 end
43 object ActionList1: TActionList
44 Left = 416
45 Top = 184
46 object ANew: TAction
47 Caption = 'New...'
48 OnExecute = ANewExecute
49 ShortCut = 113
50 end
51 object AExit: TAction
52 Caption = 'Exit'
53 OnExecute = AExitExecute
54 end
55 object AAbout: TAction
56 Caption = 'About'
57 OnExecute = AAboutExecute
58 end
59 object ASettings: TAction
60 Caption = 'Settings'
61 OnExecute = ASettingsExecute
62 ShortCut = 120
63 end
64 object AUndo: TAction
65 Caption = 'Undo'
66 OnExecute = AUndoExecute
67 ShortCut = 114
68 end
69 object AHelp: TAction
70 Caption = 'Help'
71 OnExecute = AHelpExecute
72 ShortCut = 112
73 end
74 object AComputer: TAction
75 Caption = 'AI'
76 OnExecute = AComputerExecute
77 ShortCut = 115
78 end
79 object AHistory: TAction
80 Caption = 'Moves history'
81 OnExecute = AHistoryExecute
82 end
83 end
84 object ThemeManager2: TThemeManager
85 Left = 163
86 Top = 405
87 end
88end
Note: See TracBrowser for help on using the repository browser.