source: trunk/UFormList.lfm

Last change on this file was 16, checked in by chronos, 8 years ago
  • Added: Preparation for filtering of non visible nodes.
File size: 637 bytes
Line 
1object FormList: TFormList
2 Left = 94
3 Height = 1193
4 Top = 0
5 Width = 1528
6 Caption = 'Options list'
7 ClientHeight = 1193
8 ClientWidth = 1528
9 OnShow = FormShow
10 LCLVersion = '1.3'
11 object Memo1: TMemo
12 Left = 8
13 Height = 1128
14 Top = 32
15 Width = 1510
16 ReadOnly = True
17 ScrollBars = ssAutoBoth
18 TabOrder = 0
19 end
20 object Label1: TLabel
21 Left = 9
22 Height = 22
23 Top = 1163
24 Width = 53
25 Caption = 'Label1'
26 ParentColor = False
27 end
28 object CheckBoxAccessible: TCheckBox
29 Left = 12
30 Height = 24
31 Top = 4
32 Width = 146
33 Caption = 'Only accessible'
34 TabOrder = 1
35 end
36end
Note: See TracBrowser for help on using the repository browser.