lazarus/debugger/inspectdlg.lfm
2012-05-26 08:36:35 +00:00

66 lines
1.3 KiB
Plaintext

inherited IDEInspectDlg: TIDEInspectDlg
Left = 366
Height = 406
Top = 185
Width = 295
BorderStyle = bsSizeToolWin
Caption = 'IDEInspectDlg'
ClientHeight = 406
ClientWidth = 295
Constraints.MinHeight = 200
Constraints.MinWidth = 200
KeyPreview = True
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
PopupMenu = PopupMenu1
object StatusBar1: TStatusBar[0]
Left = 0
Height = 23
Top = 383
Width = 295
Panels = <>
end
object PageControl: TPageControl[1]
Left = 0
Height = 360
Top = 23
Width = 295
ActivePage = DataPage
Align = alClient
TabIndex = 0
TabOrder = 1
object DataPage: TTabSheet
Caption = 'DataPage'
end
object PropertiesPage: TTabSheet
Caption = 'PropertiesPage'
end
object MethodsPage: TTabSheet
Caption = 'MethodsPage'
end
end
object EdInspect: TComboBox[2]
Left = 0
Height = 23
Top = 0
Width = 295
Align = alTop
ItemHeight = 15
OnEditingDone = EdInspectEditingDone
OnKeyDown = EdInspectKeyDown
TabOrder = 2
Text = '(...)'
end
object PopupMenu1: TPopupMenu[3]
left = 243
top = 30
object menuClassType: TMenuItem
Caption = 'New Item1'
Checked = True
ShowAlwaysCheckable = True
OnClick = menuClassTypeClick
end
end
end