source: trunk/Packages/Common/Forms/FormTest.lfm

Last change on this file was 219, checked in by chronos, 5 days ago
  • Modified: Updated Common package.
  • Modified: Remove U prefix from unit names.
  • Modified: Use Gneeric.Collections instead of fgl.
  • Modified: Do not use global form variables.
File size: 876 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 OnShow = FormShow
11 LCLVersion = '3.6.0.0'
12 object MemoLog: TMemo
13 Left = 8
14 Height = 464
15 Top = 8
16 Width = 849
17 Align = alTop
18 Anchors = [akTop, akLeft, akRight, akBottom]
19 BorderSpacing.Around = 8
20 ReadOnly = True
21 ScrollBars = ssAutoBoth
22 TabOrder = 0
23 end
24 object ButtonRun: TButton
25 Left = 616
26 Height = 37
27 Top = 480
28 Width = 112
29 Anchors = [akRight, akBottom]
30 Caption = 'Run'
31 TabOrder = 1
32 OnClick = ButtonRunClick
33 end
34 object ButtonClose: TButton
35 Left = 745
36 Height = 37
37 Top = 480
38 Width = 112
39 Anchors = [akRight, akBottom]
40 Caption = 'Close'
41 ModalResult = 11
42 TabOrder = 2
43 OnClick = ButtonRunClick
44 end
45end
Note: See TracBrowser for help on using the repository browser.