lazarus/components/ideintf/objectinspector.lfm

79 lines
1.6 KiB
Plaintext

object ObjectInspectorDlg: TObjectInspectorDlg
Left = 338
Height = 669
Top = 162
Width = 300
BorderStyle = bsSizeToolWin
Caption = 'ObjectInspectorDlg'
ClientHeight = 669
ClientWidth = 300
KeyPreview = True
LCLVersion = '1.7'
object StatusBar: TStatusBar
Left = 0
Height = 19
Top = 650
Width = 300
Panels = <
item
Width = 100
end
item
Width = 50
end>
end
object AvailPersistentComboBox: TComboBox
Left = 0
Height = 28
Top = 0
Width = 300
Align = alTop
ItemHeight = 14
OnCloseUp = AvailComboBoxCloseUp
Style = csDropDownList
TabOrder = 0
end
object ComponentPanel: TPanel
Left = 0
Height = 184
Top = 28
Width = 300
Align = alTop
BevelOuter = bvNone
ClientHeight = 184
ClientWidth = 300
TabOrder = 2
object CompFilterEdit: TTreeFilterEdit
AnchorSideLeft.Control = CompFilterLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CompFilterLabel
AnchorSideTop.Side = asrCenter
Left = 84
Height = 28
Top = 0
Width = 213
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 5
MaxLength = 0
TabOrder = 0
end
object CompFilterLabel: TLabel
Left = 3
Height = 14
Top = 7
Width = 76
Caption = 'Co&mponents'
FocusControl = CompFilterEdit
ParentColor = False
end
end
object MainPopupMenu: TPopupMenu
OnPopup = MainPopupMenuPopup
OnClose = MainPopupMenuClose
left = 32
top = 64
end
end