lazarus/examples/exploremenu/frmexploremenu.lfm
2006-05-22 08:10:49 +00:00

78 lines
1.5 KiB
Plaintext

object ExploreIDEMenuForm: TExploreIDEMenuForm
ActiveControl = TVIDEMenu
Caption = 'Lazarus IDE menu'
ClientHeight = 336
ClientWidth = 468
OnCreate = FormCreate
PixelsPerInch = 112
Position = poDesktopCenter
HorzScrollBar.Page = 467
VertScrollBar.Page = 335
Left = 434
Height = 336
Top = 427
Width = 468
object LTree: TLabel
Align = alTop
BorderSpacing.Around = 6
Caption = 'Menu Tree'
Color = clNone
ParentColor = False
Left = 6
Height = 13
Top = 6
Width = 456
end
object TVIDEMenu: TTreeView
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
DefaultItemHeight = 14
TabOrder = 0
OnChange = TVIDEMenuChange
Height = 228
Top = 25
Width = 468
end
object LPAth: TMemo
Align = alTop
Anchors = [akBottom]
BorderSpacing.Bottom = 6
Color = clBtnFace
Lines.Strings = (
'Path of selected item:'
)
TabOrder = 1
AnchorSideBottom.Control = BCLose
Height = 36
Top = 258
Width = 468
end
object Splitter1: TSplitter
Align = alTop
Cursor = crVSplit
Height = 5
Width = 468
ResizeAnchor = akTop
Cursor = crVSplit
Height = 5
Top = 253
Width = 468
end
object BCLose: TBitBtn
Anchors = [akRight, akBottom]
BorderSpacing.Bottom = 6
Caption = '&Close'
Kind = bkClose
ModalResult = 1
NumGlyphs = 0
TabOrder = 2
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 392
Height = 30
Top = 300
Width = 75
end
end