Componentes.Terceros.Mustan.../official/1.7.0/EasyListview/CBuilder/Demos/BCB5/Unit1.dfm
david 778b05bf9f Importación inicial
- Mustangpeak Common Library - 1.7.0
  - EasyListview - 1.7.0

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.Mustangpeak@2 60b41242-d4b9-2247-b156-4ccd40706241
2007-09-11 08:33:06 +00:00

29 lines
636 B
Plaintext

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