Componentes.Terceros.Mustan.../official/1.7.0/EasyListview/CBuilder/Demos/BCB5/Unit1.dfm

29 lines
636 B
Plaintext
Raw Normal View History

object Form1: TForm1
Left = 502
Top = 475
Width = 583
Height = 386
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Shell Dlg 2'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object EasyListview1: TEasyListview
Left = 8
Top = 8
Width = 561
Height = 337
UseDockManager = False
Selection.MouseButtonSelRect = [embLeft, embRight]
TabOrder = 0
View = elsIcon
OnItemGetCaption = EasyListview1ItemGetCaption
end
end