- 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
62 lines
1.8 KiB
Plaintext
62 lines
1.8 KiB
Plaintext
object Form1: TForm1
|
|
Left = 256
|
|
Top = 228
|
|
Width = 425
|
|
Height = 366
|
|
Caption = 'Form1'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Shell Dlg 2'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object ELV: TEasyListview
|
|
Left = 0
|
|
Top = 0
|
|
Width = 409
|
|
Height = 330
|
|
Align = alClient
|
|
BevelKind = bkTile
|
|
CacheDoubleBufferBits = False
|
|
CellSizes.List.AutoSize = True
|
|
EditManager.Font.Charset = DEFAULT_CHARSET
|
|
EditManager.Font.Color = clWindowText
|
|
EditManager.Font.Height = -11
|
|
EditManager.Font.Name = 'MS Sans Serif'
|
|
EditManager.Font.Style = []
|
|
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.Columns.Items = {
|
|
0400000001000000FFFECE000400000080080000000000000000000000010100
|
|
0000070000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000}
|
|
Header.Font.Charset = DEFAULT_CHARSET
|
|
Header.Font.Color = clWindowText
|
|
Header.Font.Height = -11
|
|
Header.Font.Name = 'MS Shell Dlg 2'
|
|
Header.Font.Style = []
|
|
Header.Visible = True
|
|
PaintInfoGroup.MarginBottom.CaptionIndent = 4
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
View = elsReport
|
|
OnColumnCustomView = ELVColumnCustomView
|
|
OnItemCustomView = ELVItemCustomView
|
|
OnItemFreeing = ELVItemFreeing
|
|
OnPaintHeaderBkGnd = ELVPaintHeaderBkGnd
|
|
end
|
|
end
|