1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
object ObjectInspectorDlg: TObjectInspectorDlg
Left = 292
Height = 669
Top = 175
Width = 275
BorderStyle = bsSizeToolWin
Caption = 'ObjectInspectorDlg'
ClientHeight = 669
ClientWidth = 275
KeyPreview = True
OnResize = ObjectInspectorResize
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 = 8
top = 11
end
end
|