mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-25 18:02:40 +02:00
45 lines
924 B
Plaintext
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
|