source: trunk/IDE/Core.lfm

Last change on this file was 75, checked in by chronos, 6 months ago
  • Modified: Removed U prefix from unit names.
  • Modified: Updated Common package.
File size: 1.2 KB
Line 
1object Core: TCore
2 OnCreate = DataModuleCreate
3 OnDestroy = DataModuleDestroy
4 OldCreateOrder = False
5 Height = 572
6 HorizontalOffset = 978
7 VerticalOffset = 779
8 Width = 699
9 PPI = 144
10 object LastOpenedFiles: TLastOpenedList
11 MaxCount = 10
12 OnChange = LastOpenedFilesChange
13 Left = 72
14 Top = 36
15 end
16 object Translator1: TTranslator
17 POFilesFolder = 'Languages'
18 Left = 72
19 Top = 120
20 end
21 object DebugLog1: TDebugLog
22 WriteToFileEnable = False
23 FileName = 'DebugLog.txt'
24 MaxCount = 100
25 Left = 72
26 Top = 204
27 end
28 object ApplicationInfo: TApplicationInfo
29 Identification = 1
30 VersionMajor = 1
31 VersionMinor = 0
32 VersionBugFix = 0
33 VersionSuffix = 'alfa'
34 CompanyName = 'Chronosoft'
35 CompanyHomePage = 'http://svn.zdechov.net/trac/Transpascal'
36 HomePage = 'http://svn.zdechov.net/trac/Transpascal'
37 AuthorsName = 'Chronos'
38 EmailContact = 'robie@centrum.cz'
39 AppName = 'Transpascal IDE'
40 ReleaseDate = 41120
41 RegistryKey = '\Software\Chronosoft\Transpascal'
42 RegistryRoot = rrKeyCurrentUser
43 Left = 72
44 Top = 300
45 end
46 object ModuleManager1: TModuleManager
47 Options = []
48 Left = 363
49 Top = 147
50 end
51end
Note: See TracBrowser for help on using the repository browser.