lazarus/components/ideintf/objectinspector.lfm
2018-01-02 05:36:42 +00:00

79 lines
1.6 KiB
Plaintext

object ObjectInspectorDlg: TObjectInspectorDlg
Left = -3
Height = 702
Top = 169
Width = 273
BorderStyle = bsSizeToolWin
Caption = 'ObjectInspectorDlg'
ClientHeight = 702
ClientWidth = 273
KeyPreview = True
LCLVersion = '1.9.0.0'
object StatusBar: TStatusBar
Left = 0
Height = 23
Top = 679
Width = 273
Panels = <
item
Width = 100
end
item
Width = 50
end>
end
object AvailPersistentComboBox: TComboBox
Left = 0
Height = 23
Top = 0
Width = 273
Align = alTop
ItemHeight = 15
OnCloseUp = AvailComboBoxCloseUp
Style = csDropDownList
TabOrder = 0
end
object ComponentPanel: TPanel
Left = 0
Height = 184
Top = 23
Width = 273
Align = alTop
BevelOuter = bvNone
ClientHeight = 184
ClientWidth = 273
TabOrder = 2
object CompFilterEdit: TTreeFilterEdit
AnchorSideLeft.Control = CompFilterLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CompFilterLabel
AnchorSideTop.Side = asrCenter
Left = 77
Height = 23
Top = 3
Width = 193
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 5
MaxLength = 0
TabOrder = 0
end
object CompFilterLabel: TLabel
Left = 3
Height = 15
Top = 7
Width = 69
Caption = 'Co&mponents'
FocusControl = CompFilterEdit
ParentColor = False
end
end
object MainPopupMenu: TPopupMenu
OnPopup = MainPopupMenuPopup
OnClose = MainPopupMenuClose
Left = 32
Top = 64
end
end