source: Common/Forms/FormTest.lfm

Last change on this file was 566, checked in by chronos, 11 months ago
  • Modified: Updated Common package.
File size: 395 bytes
Line 
1object FormTest: TFormTest
2 Left = 579
3 Height = 521
4 Top = 468
5 Width = 865
6 Caption = 'Test'
7 ClientHeight = 521
8 ClientWidth = 865
9 DesignTimePPI = 144
10 LCLVersion = '2.2.6.0'
11 object MemoLog: TMemo
12 Left = 8
13 Height = 505
14 Top = 8
15 Width = 849
16 Align = alClient
17 BorderSpacing.Around = 8
18 ReadOnly = True
19 ScrollBars = ssAutoBoth
20 TabOrder = 0
21 end
22end
Note: See TracBrowser for help on using the repository browser.