lazarus/components/ideintf/objectinspector.lfm
2015-07-01 09:24:11 +00:00

80 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.5'
object StatusBar: TStatusBar
Left = 0
Height = 23
Top = 646
Width = 300
Panels = <
item
Width = 100
end
item
Width = 50
end>
end
object AvailPersistentComboBox: TComboBox
Left = 0
Height = 23
Top = 0
Width = 300
Align = alTop
ItemHeight = 15
OnCloseUp = AvailComboBoxCloseUp
Style = csDropDownList
TabOrder = 0
end
object ComponentPanel: TPanel
Left = 0
Height = 184
Top = 23
Width = 406
Align = alTop
BevelOuter = bvNone
ClientHeight = 184
ClientWidth = 406
TabOrder = 2
object CompFilterEdit: TTreeFilterEdit
AnchorSideLeft.Control = FilterLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = FilterLabel
AnchorSideTop.Side = asrCenter
Left = 92
Height = 28
Top = 3
Width = 311
UseFormActivate = True
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 5
MaxLength = 0
TabOrder = 0
end
object FilterLabel: TLabel
Left = 3
Height = 15
Top = 7
Width = 69
Caption = 'Co&mponents'
FocusControl = CompFilterEdit
ParentColor = False
end
end
object MainPopupMenu: TPopupMenu
OnPopup = OnMainPopupMenuPopup
OnClose = MainPopupMenuClose
left = 32
top = 64
end
end