- 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
76 lines
1.8 KiB
Plaintext
76 lines
1.8 KiB
Plaintext
object Form1: TForm1
|
|
Left = 204
|
|
Top = 221
|
|
Width = 595
|
|
Height = 469
|
|
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 LV: TEasyListview
|
|
Left = 0
|
|
Top = 33
|
|
Width = 587
|
|
Height = 402
|
|
Align = alClient
|
|
CacheDoubleBufferBits = False
|
|
UseDockManager = False
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Shell Dlg 2'
|
|
Font.Style = []
|
|
GroupFont.Charset = DEFAULT_CHARSET
|
|
GroupFont.Color = clWindowText
|
|
GroupFont.Height = -11
|
|
GroupFont.Name = 'MS Shell Dlg 2'
|
|
GroupFont.Style = []
|
|
Header.Font.Charset = DEFAULT_CHARSET
|
|
Header.Font.Color = clWindowText
|
|
Header.Font.Height = -11
|
|
Header.Font.Name = 'MS Shell Dlg 2'
|
|
Header.Font.Style = []
|
|
PaintInfoGroup.MarginBottom.CaptionIndent = 4
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
View = elsIcon
|
|
OnItemGetCaption = LVItemGetCaption
|
|
OnItemGetImageIndex = LVItemGetImageIndex
|
|
OnItemGetTileDetail = LVItemGetTileDetail
|
|
OnItemGetTileDetailCount = LVItemGetTileDetailCount
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 587
|
|
Height = 33
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 22
|
|
Height = 13
|
|
Caption = 'View'
|
|
end
|
|
object cbViews: TComboBox
|
|
Left = 36
|
|
Top = 6
|
|
Width = 165
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 13
|
|
TabOrder = 0
|
|
OnChange = cbViewsChange
|
|
end
|
|
end
|
|
end
|