source: trunk/Forms/FormMain.lfm

Last change on this file was 143, checked in by chronos, 11 months ago

Removed U prefix from all units.

File size: 1.4 KB
Line 
1object FormMain: TFormMain
2 Left = 384
3 Height = 929
4 Top = 201
5 Width = 1276
6 Caption = 'TransLines'
7 ClientHeight = 929
8 ClientWidth = 1276
9 Color = clBlack
10 DesignTimePPI = 144
11 OnClose = FormClose
12 OnCreate = FormCreate
13 OnDestroy = FormDestroy
14 OnKeyPress = FormKeyPress
15 OnKeyUp = FormKeyUp
16 OnShow = FormShow
17 LCLVersion = '2.2.6.0'
18 object PaintBox1: TPaintBox
19 Left = 0
20 Height = 929
21 Top = 0
22 Width = 1276
23 Align = alClient
24 ParentFont = False
25 OnMouseDown = PaintBox1MouseDown
26 OnMouseMove = PaintBox1MouseMove
27 OnMouseUp = PaintBox1MouseUp
28 OnMouseWheelDown = PaintBox1MouseWheelDown
29 OnMouseWheelUp = PaintBox1MouseWheelUp
30 OnPaint = PaintBox1Paint
31 OnResize = PaintBox1Resize
32 end
33 object Timer1: TTimer
34 Interval = 50
35 OnTimer = Timer1Timer
36 Left = 502
37 Top = 21
38 end
39 object ApplicationInfo1: TApplicationInfo
40 Identification = 1
41 VersionMajor = 1
42 VersionMinor = 5
43 VersionBugFix = 0
44 VersionSuffix = '0'
45 HomePage = 'https://app.zdechov.net/translines'
46 AuthorsName = 'Chronosoft'
47 EmailContact = 'robie@centrum.cz'
48 AppName = 'TransLines'
49 Description = 'Enjoyable real-time metro building game.'
50 ReleaseDate = 45048
51 RegistryKey = '\Software\Chronosoft\TransLines'
52 RegistryRoot = rrKeyCurrentUser
53 License = 'CC0'
54 Left = 484
55 Top = 460
56 end
57end
Note: See TracBrowser for help on using the repository browser.