lazarus/debugger/inspectdlg.lfm
2012-03-20 10:39:47 +00:00

64 lines
1.3 KiB
Plaintext

inherited IDEInspectDlg: TIDEInspectDlg
Left = 366
Height = 407
Top = 185
Width = 295
BorderStyle = bsSizeToolWin
Caption = 'IDEInspectDlg'
ClientHeight = 407
ClientWidth = 295
Constraints.MinHeight = 200
Constraints.MinWidth = 200
KeyPreview = True
OnClose = FormClose
OnKeyDown = FormKeyDown
PopupMenu = PopupMenu1
object StatusBar1: TStatusBar[0]
Left = 0
Height = 23
Top = 384
Width = 295
Panels = <>
end
object PageControl: TPageControl[1]
Left = 0
Height = 361
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 EditInspected: TEdit[2]
Left = 0
Height = 23
Top = 0
Width = 295
Align = alTop
Enabled = False
ReadOnly = True
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