Componentes.Terceros.SpTBXLib/internal/2.4.4/1/Demos/FormPopupMenu/Unit3.dfm
2010-01-19 16:32:53 +00:00

37 lines
743 B
Plaintext

object Form3: TForm3
Left = 0
Top = 0
Caption = 'Form3'
ClientHeight = 105
ClientWidth = 174
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object TreeView1: TTreeView
Left = 0
Top = 0
Width = 174
Height = 105
Align = alClient
BorderStyle = bsNone
HideSelection = False
HotTrack = True
Images = ImageList1
Indent = 19
StateImages = ImageList1
TabOrder = 0
OnMouseUp = TreeView1MouseUp
end
object ImageList1: TImageList
Left = 48
Top = 64
end
end