Ignore:
Timestamp:
Jun 13, 2011, 2:35:01 PM (13 years ago)
Author:
george
Message:
  • Fixed: Loading content of RelationMany sublist in item view.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UItemView.lfm

    r12 r17  
    1010  OnCreate = FormCreate
    1111  OnDestroy = FormDestroy
     12  OnResize = FormResize
    1213  OnShow = FormShow
    1314  LCLVersion = '0.9.31'
     
    5556      object TabControl1: TTabControl
    5657        Left = 0
    57         Height = 32
     58        Height = 24
    5859        Top = 0
    5960        Width = 626
    6061        Align = alTop
     62        OnChange = TabControl1Change
    6163        TabIndex = 0
    6264        TabOrder = 0
     
    7072      object ListView1: TListView
    7173        Left = 0
    72         Height = 168
    73         Top = 32
     74        Height = 176
     75        Top = 24
    7476        Width = 626
    7577        Align = alClient
    7678        Columns = <>
     79        OwnerData = True
     80        ReadOnly = True
     81        RowSelect = True
    7782        TabOrder = 1
     83        ViewStyle = vsReport
     84        OnData = ListView1Data
    7885      end
    7986    end
Note: See TracChangeset for help on using the changeset viewer.