Files
lazarus-ccr/components/orpheus/tests/TestVLB/unit1.lfm

44 lines
1015 B
Plaintext
Raw Normal View History

object Form1: TForm1
Left = 192
Top = 114
Width = 546
Height = 403
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 96
object Label1: TLabel
Left = 40
Top = 304
Width = 473
Height = 33
AutoSize = False
Caption = 'Double-click an item in list'
Color = clBtnHighlight
ParentColor = False
end
object OvcVirtualListBox1: TOvcVirtualListBox
Left = 40
Top = 40
Width = 473
Height = 238
Header = 'Header goes here'
HeaderColor.BackColor = clBtnFace
HeaderColor.TextColor = clBtnText
ProtectColor.BackColor = clRed
ProtectColor.TextColor = clWhite
RowHeight = 13
SelectColor.BackColor = clHighlight
SelectColor.TextColor = clHighlightText
ShowHeader = True
UseTabStops = True
OnGetItem = OvcVirtualListBox1GetItem
TabOrder = 0
OnDblClick = OvcVirtualListBox1DblClick
end
end