Changeset 16 for trunk/UFormList.lfm


Ignore:
Timestamp:
Jan 8, 2016, 5:09:58 PM (8 years ago)
Author:
chronos
Message:
  • Added: Preparation for filtering of non visible nodes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormList.lfm

    r4 r16  
    11object FormList: TFormList
    2   Left = 327
     2  Left = 94
    33  Height = 1193
    4   Top = 34
     4  Top = 0
    55  Width = 1528
    6   Caption = 'FormList'
     6  Caption = 'Options list'
    77  ClientHeight = 1193
    88  ClientWidth = 1528
     
    1111  object Memo1: TMemo
    1212    Left = 8
    13     Height = 1152
    14     Top = 8
     13    Height = 1128
     14    Top = 32
    1515    Width = 1510
    1616    ReadOnly = True
     
    2626    ParentColor = False
    2727  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
    2836end
Note: See TracChangeset for help on using the changeset viewer.