29 lines
636 B
Plaintext
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
|