lazarus/ideintf/objectinspector.lfm
paul fb380a80d4 ide, codetools, ideintf: fix warnings
git-svn-id: trunk@17616 -
2008-11-28 02:53:56 +00:00

54 lines
1.0 KiB
Plaintext

object ObjectInspectorDlg: TObjectInspectorDlg
Left = 292
Height = 669
Top = 175
Width = 275
HelpContext = 0
Caption = 'ObjectInspectorDlg'
ClientHeight = 669
ClientWidth = 275
Font.Height = 0
Font.Style = []
KeyPreview = True
OnResize = ObjectInspectorResize
PopupMenu = MainPopupMenu
LCLVersion = '0.9.27'
object StatusBar: TStatusBar
Left = 0
Height = 23
Top = 646
Width = 275
HelpContext = 0
Panels = <
item
Alignment = taLeftJustify
Width = 100
end
item
Alignment = taLeftJustify
Width = 50
end>
SimplePanel = False
end
object AvailPersistentComboBox: TComboBox
Left = 0
Height = 21
Top = 0
Width = 275
HelpContext = 0
Align = alTop
AutoComplete = False
Ctl3D = False
ItemHeight = 13
ItemWidth = 0
OnCloseUp = AvailComboBoxCloseUp
Style = csDropDownList
TabOrder = 0
end
object MainPopupMenu: TPopupMenu
OnPopup = OnMainPopupMenuPopup
left = 9
top = 11
end
end