source: trunk/UCore.lfm

Last change on this file was 41, checked in by chronos, 5 years ago
  • Modified: Build under Lazarus 2.0.
  • Modified: Used .lrj files instead of .lrt files.
  • Modified: Removed TemplateGenerics package.
File size: 1.2 KB
Line 
1object Core: TCore
2 OnCreate = DataModuleCreate
3 OnDestroy = DataModuleDestroy
4 OldCreateOrder = False
5 Height = 809
6 HorizontalOffset = 1145
7 VerticalOffset = 573
8 Width = 1154
9 PPI = 144
10 object PersistentForm1: TPersistentForm
11 MinVisiblePart = 50
12 EntireVisible = False
13 left = 336
14 top = 312
15 end
16 object ImageList1: TImageList
17 left = 336
18 top = 204
19 end
20 object XMLConfig1: TXMLConfig
21 StartEmpty = False
22 RootName = 'CONFIG'
23 ReadOnly = False
24 left = 636
25 top = 204
26 end
27 object CoolTranslator1: TCoolTranslator
28 POFilesFolder = 'Languages'
29 left = 132
30 top = 192
31 end
32 object ApplicationInfo1: TApplicationInfo
33 Identification = 1
34 VersionMajor = 1
35 VersionMinor = 0
36 VersionBugFix = 0
37 VersionSuffix = 'alfa'
38 CompanyName = 'Chronosoft'
39 HomePage = 'https://app.zdechov.net/CoolDisk'
40 AuthorsName = 'Chronos'
41 EmailContact = 'robie@centrum.cz'
42 AppName = 'CoolDisk'
43 ReleaseDate = 43593
44 RegistryKey = '\Software\Chronosoft\CoolDisk'
45 RegistryRoot = rrKeyCurrentUser
46 License = 'CC0'
47 left = 132
48 top = 84
49 end
50 object ScaleDPI1: TScaleDPI
51 AutoDetect = False
52 left = 132
53 top = 300
54 end
55end
Note: See TracBrowser for help on using the repository browser.