source: branches/test1/Client/UCore.lfm

Last change on this file was 46, checked in by chronos, 13 years ago
File size: 504 bytes
Line 
1object Core: TCore
2 OnCreate = DataModuleCreate
3 OnDestroy = DataModuleDestroy
4 OldCreateOrder = False
5 Height = 340
6 HorizontalOffset = 320
7 VerticalOffset = 114
8 Width = 413
9 object CoolTranslator1: TCoolTranslator
10 POFilesFolder = 'Languages'
11 OnTranslate = CoolTranslator1Translate
12 left = 103
13 top = 55
14 end
15 object DebugLog1: TDebugLog
16 WriteToFileEnable = False
17 FileName = 'DebugLog.txt'
18 MaxCount = 100
19 left = 104
20 top = 104
21 end
22end
Note: See TracBrowser for help on using the repository browser.