source: trunk/Forms/UFormMain.lfm

Last change on this file was 3, checked in by chronos, 9 years ago
  • Added: Classes for decoding MAP, CPS, SHP and ENG file formats.
File size: 431 bytes
Line 
1object FormMain: TFormMain
2 Left = 333
3 Height = 1074
4 Top = 151
5 Width = 1420
6 Caption = 'Dune 2'
7 ClientHeight = 1074
8 ClientWidth = 1420
9 OnActivate = FormActivate
10 OnKeyPress = FormKeyPress
11 LCLVersion = '1.7'
12 WindowState = wsMaximized
13 object PaintBox1: TPaintBox
14 Left = 0
15 Height = 1074
16 Top = 0
17 Width = 1420
18 Align = alClient
19 OnClick = PaintBox1Click
20 OnPaint = PaintBox1Paint
21 end
22end
Note: See TracBrowser for help on using the repository browser.