source: trunk/UFormMain.lfm

Last change on this file was 1, checked in by chronos, 5 years ago
  • Added: Initial version.
File size: 659 bytes
Line 
1object FormMain: TFormMain
2 Left = 436
3 Height = 587
4 Top = 180
5 Width = 777
6 Caption = 'Above Compare'
7 ClientHeight = 587
8 ClientWidth = 777
9 DesignTimePPI = 120
10 Menu = MainMenu1
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 OnResize = FormResize
14 LCLVersion = '2.0.4.0'
15 object StatusBar1: TStatusBar
16 Left = 0
17 Height = 28
18 Top = 559
19 Width = 777
20 Panels = <>
21 end
22 object PanelMain: TPanel
23 Left = 0
24 Height = 559
25 Top = 0
26 Width = 777
27 Align = alClient
28 BevelOuter = bvNone
29 TabOrder = 1
30 end
31 object MainMenu1: TMainMenu
32 left = 401
33 top = 28
34 end
35end
Note: See TracBrowser for help on using the repository browser.