git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.SpTBXLib@4 aa3591e4-a9f2-482a-ba07-9d38a056ee4e
37 lines
743 B
Plaintext
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
|