source: tags/1.0.0/Forms/UFormMain.lfm

Last change on this file was 42, checked in by chronos, 7 years ago
  • Modified: Moved FormMain to Forms subdirectory.
File size: 778 bytes
Line 
1object FormMain: TFormMain
2 Left = 611
3 Height = 823
4 Top = 333
5 Width = 1139
6 Caption = 'Big Metro'
7 ClientHeight = 823
8 ClientWidth = 1139
9 OnCreate = FormCreate
10 OnDestroy = FormDestroy
11 OnKeyPress = FormKeyPress
12 OnShow = FormShow
13 LCLVersion = '1.6.2.0'
14 WindowState = wsMaximized
15 object PaintBox1: TPaintBox
16 Left = 0
17 Height = 823
18 Top = 0
19 Width = 1139
20 Align = alClient
21 OnMouseDown = PaintBox1MouseDown
22 OnMouseMove = PaintBox1MouseMove
23 OnMouseUp = PaintBox1MouseUp
24 OnMouseWheelDown = PaintBox1MouseWheelDown
25 OnMouseWheelUp = PaintBox1MouseWheelUp
26 OnPaint = PaintBox1Paint
27 OnResize = PaintBox1Resize
28 end
29 object Timer1: TTimer
30 Interval = 50
31 OnTimer = Timer1Timer
32 left = 446
33 top = 19
34 end
35end
Note: See TracBrowser for help on using the repository browser.