lazarus/debugger/inspectdlg.lfm

181 lines
4.0 KiB
Plaintext

object IDEInspectDlg: TIDEInspectDlg
Left = 430
Height = 596
Top = 155
Width = 498
BorderStyle = bsSizeToolWin
Caption = 'IDEInspectDlg'
ClientHeight = 596
ClientWidth = 498
Constraints.MinHeight = 200
Constraints.MinWidth = 200
KeyPreview = True
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnMouseDown = DataGridMouseDown
OnShow = FormShow
LCLVersion = '2.3.0.0'
object StatusBar1: TStatusBar
Left = 0
Height = 23
Top = 573
Width = 498
Panels = <>
end
object PageControl: TPageControl
Left = 0
Height = 523
Top = 50
Width = 498
ActivePage = ErrorPage
Align = alClient
TabIndex = 3
TabOrder = 1
OnMouseDown = DataGridMouseDown
object DataPage: TTabSheet
Caption = 'DataPage'
OnMouseDown = DataGridMouseDown
end
object PropertiesPage: TTabSheet
Caption = 'PropertiesPage'
OnMouseDown = DataGridMouseDown
end
object MethodsPage: TTabSheet
Caption = 'MethodsPage'
OnMouseDown = DataGridMouseDown
end
object ErrorPage: TTabSheet
Caption = 'ErrorPage'
ClientHeight = 495
ClientWidth = 490
OnMouseDown = DataGridMouseDown
PopupMenu = PopupMenu1
TabVisible = False
object ErrorLabel: TLabel
Left = 0
Height = 1
Top = 0
Width = 490
Align = alTop
Color = clDefault
ParentColor = False
PopupMenu = PopupMenu1
OnMouseDown = DataGridMouseDown
end
end
end
inline WatchInspectNav1: TWatchInspectNav
Height = 50
Width = 498
Align = alTop
ClientHeight = 50
ClientWidth = 498
inherited ToolBar1: TToolBar
Height = 47
Width = 498
inherited tbDivPower: TToolButton
Height = 22
end
inherited tbDivForwBackw: TToolButton
Height = 22
end
inherited tbDivFlags: TToolButton
Height = 22
end
inherited tbDivCol: TToolButton
Height = 22
end
inherited ArrayNavigationBar1: TArrayNavigationBar
Left = 1
Height = 23
Top = 24
Width = 253
ClientHeight = 23
ClientWidth = 253
inherited btnArrayFastDown: TSpeedButton
Height = 23
end
inherited btnArrayFastUp: TSpeedButton
Height = 23
end
inherited edArrayStart: TSpinEditEx
Height = 23
end
inherited btnArrayStart: TSpeedButton
Height = 23
end
inherited btnArrayEnd: TSpeedButton
Height = 23
end
inherited Label1: TLabel
Height = 23
end
inherited btnArrayPageDec: TSpeedButton
Height = 23
end
inherited edArrayPageSize: TSpinEditEx
Height = 23
end
inherited btnArrayPageInc: TSpeedButton
Height = 23
end
inherited lblBounds: TLabel
Height = 23
end
end
inherited tbDivArray: TToolButton
Left = 254
Height = 22
Top = 24
end
inherited BtnAddWatch: TToolButton
Left = 259
Top = 24
end
inherited BtnInspect: TToolButton
Left = 378
Top = 24
end
inherited BtnEvaluate: TToolButton
Left = 326
Top = 24
end
inherited tbDivAdd: TToolButton
Left = 424
Height = 22
Top = 24
end
inherited btnEvalHistory: TToolButton
Left = 429
Top = 24
end
end
inherited Panel1: TPanel
Width = 498
ClientWidth = 498
inherited EdInspect: TComboBox
Width = 476
end
inherited BtnExecute: TSpeedButton
Left = 477
end
end
end
object TimerClearData: TTimer
Enabled = False
Interval = 750
OnTimer = TimerClearDataTimer
Left = 441
Top = 10
end
object PopupMenu1: TPopupMenu
Left = 186
Top = 211
object menuCopyValue: TMenuItem
Caption = 'menuCopyValue'
OnClick = menuCopyValueClick
end
end
end