lazarus/components/leakview/heaptrcview.lfm

190 lines
4.6 KiB
Plaintext

object HeapTrcViewForm: THeapTrcViewForm
Left = 320
Height = 444
Top = 164
Width = 637
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'HeapTrcViewForm'
ClientHeight = 444
ClientWidth = 637
FormStyle = fsStayOnTop
Position = poScreenCenter
LCLVersion = '4.99.0.0'
OnCreate = FormCreate
OnDestroy = FormDestroy
object lblTrcFile: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = edtTrcFileName
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 12
Width = 36
BorderSpacing.Left = 6
Caption = '.trc file'
ParentColor = False
end
object btnUpdate: TButton
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = edtTrcFileName
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 37
Width = 64
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'Update'
TabOrder = 2
OnClick = btnUpdateClick
end
object chkStayOnTop: TCheckBox
AnchorSideTop.Control = btnUpdate
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 553
Height = 19
Top = 40
Width = 78
Anchors = [akTop, akRight]
BorderSpacing.Right = 6
Caption = 'Stay on top'
TabOrder = 6
OnChange = chkStayOnTopChange
end
object btnBrowse: TButton
AnchorSideTop.Control = edtTrcFileName
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = edtTrcFileName
AnchorSideBottom.Side = asrBottom
Left = 564
Height = 23
Top = 8
Width = 67
Anchors = [akTop, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
Caption = '...'
TabOrder = 1
OnClick = btnBrowseClick
end
object chkUseRaw: TCheckBox
AnchorSideLeft.Control = BtnResolve
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = btnUpdate
AnchorSideTop.Side = asrCenter
Left = 281
Height = 19
Top = 40
Width = 90
BorderSpacing.Left = 6
Caption = 'Raw leak data'
Checked = True
State = cbChecked
TabOrder = 5
OnChange = chkUseRawChange
end
object ctrlPanel: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = btnUpdate
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 370
Top = 68
Width = 625
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
BevelOuter = bvNone
ClientHeight = 370
ClientWidth = 625
TabOrder = 7
object trvTraceInfo: TTreeView
AnchorSideTop.Side = asrBottom
Left = 0
Height = 278
Top = 6
Width = 625
Align = alClient
BorderSpacing.Top = 6
HideSelection = False
ReadOnly = True
TabOrder = 0
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
OnDblClick = trvTraceInfoDblClick
end
object memoSummary: TMemo
Left = 0
Height = 81
Top = 289
Width = 625
Align = alBottom
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
end
object splitter: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 284
Width = 625
Align = alBottom
ResizeAnchor = akBottom
end
end
object btnClipboard: TButton
AnchorSideLeft.Control = btnUpdate
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = btnUpdate
Left = 76
Height = 25
Top = 37
Width = 109
AutoSize = True
BorderSpacing.Left = 6
Caption = 'Paste Clipboard'
TabOrder = 3
OnClick = btnClipboardClick
end
object edtTrcFileName: TComboBox
AnchorSideLeft.Control = lblTrcFile
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = btnBrowse
Left = 48
Height = 23
Top = 8
Width = 510
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
ItemHeight = 15
TabOrder = 0
end
object BtnResolve: TButton
AnchorSideLeft.Control = btnClipboard
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = btnUpdate
AnchorSideTop.Side = asrCenter
Left = 191
Height = 25
Top = 37
Width = 84
AutoSize = True
BorderSpacing.Left = 6
Caption = 'BtnResolve'
TabOrder = 4
OnClick = BtnResolveClick
end
object OpenDialog: TOpenDialog
Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing, ofViewDetail]
Left = 579
Top = 142
end
end