lazarus/examples/treeview/tv_add_remove_u1.lfm
mattias 32cd2c80a1 fixed crDefault in lrs files
git-svn-id: trunk@5028 -
2004-01-08 13:52:09 +00:00

45 lines
924 B
Plaintext

object Form1: TForm1
Caption = 'TreeView Example 1'
ClientHeight = 427
ClientWidth = 455
Font.Height = -11
Font.Name = 'MS Sans Serif'
TextHeight = 13
HorzScrollBar.Page = 456
VertScrollBar.Page = 428
Left = 570
Height = 427
Top = 249
Width = 455
object tv_eg1: TTreeView
Align = ALLEFT
DefaultItemHeight = 17
DragCursor = 65524
HideSelection = False
Indent = 19
ParentCtl3D = False
TabOrder = 0
Options = [TVOAUTOITEMHEIGHT, TVOKEEPCOLLAPSEDNODES, TVOSHOWBUTTONS, TVOSHOWLINES, TVOSHOWROOT, TVOTOOLTIPS]
Height = 427
Width = 196
end
object but_Add: TButton
Caption = 'Add'
TabOrder = 1
OnClick = but_AddClick
Left = 208
Height = 25
Top = 8
Width = 75
end
object but_Remove: TButton
Caption = 'Remove'
TabOrder = 2
OnClick = but_RemoveClick
Left = 208
Height = 25
Top = 40
Width = 75
end
end