mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-15 09:42:37 +02:00
44 lines
839 B
Plaintext
44 lines
839 B
Plaintext
object ObjectInspectorDlg: TObjectInspectorDlg
|
|
Left = 292
|
|
Height = 669
|
|
Top = 175
|
|
Width = 275
|
|
Caption = 'ObjectInspectorDlg'
|
|
ClientHeight = 669
|
|
ClientWidth = 275
|
|
KeyPreview = True
|
|
OnResize = ObjectInspectorResize
|
|
PopupMenu = MainPopupMenu
|
|
LCLVersion = '0.9.29'
|
|
object StatusBar: TStatusBar
|
|
Left = 0
|
|
Height = 23
|
|
Top = 646
|
|
Width = 275
|
|
Panels = <
|
|
item
|
|
Width = 100
|
|
end
|
|
item
|
|
Width = 50
|
|
end>
|
|
SimplePanel = False
|
|
end
|
|
object AvailPersistentComboBox: TComboBox
|
|
Left = 0
|
|
Height = 21
|
|
Top = 0
|
|
Width = 275
|
|
Align = alTop
|
|
ItemHeight = 13
|
|
OnCloseUp = AvailComboBoxCloseUp
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object MainPopupMenu: TPopupMenu
|
|
OnPopup = OnMainPopupMenuPopup
|
|
left = 9
|
|
top = 11
|
|
end
|
|
end
|