lazarus/components/ideintf/objectinspector.lfm
2013-05-24 08:23:49 +00:00

78 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.1'
object StatusBar: TStatusBar
Left = 0
Height = 22
Top = 647
Width = 300
Panels = <
item
Width = 100
end
item
Width = 50
end>
end
object AvailPersistentComboBox: TComboBox
Left = 0
Height = 25
Top = 0
Width = 300
Align = alTop
ItemHeight = 0
OnCloseUp = AvailComboBoxCloseUp
Style = csDropDownList
TabOrder = 0
end
object ComponentPanel: TPanel
Left = 0
Height = 184
Top = 25
Width = 300
Align = alTop
ClientHeight = 184
ClientWidth = 300
TabOrder = 2
object CompFilterEdit: TTreeFilterEdit
AnchorSideLeft.Control = FilterLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = FilterLabel
AnchorSideTop.Side = asrCenter
Left = 87
Height = 25
Top = 2
Width = 184
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 = 79
Caption = 'Co&mponents'
FocusControl = CompFilterEdit
ParentColor = False
end
end
object MainPopupMenu: TPopupMenu
OnPopup = OnMainPopupMenuPopup
left = 32
top = 64
end
end