object HeapTrcViewForm: THeapTrcViewForm Left = 677 Height = 516 Top = 155 Width = 689 BorderIcons = [biSystemMenu, biMaximize] Caption = 'HeapTrcViewForm' ClientHeight = 516 ClientWidth = 689 FormStyle = fsStayOnTop OnCreate = FormCreate OnDestroy = FormDestroy Position = poScreenCenter LCLVersion = '1.5' object lblTrcFile: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = edtTrcFileName AnchorSideTop.Side = asrCenter Left = 6 Height = 17 Top = 14 Width = 47 BorderSpacing.Left = 6 Caption = '.trc file' ParentColor = False end object btnUpdate: TButton AnchorSideLeft.Control = Owner AnchorSideTop.Side = asrBottom Left = 6 Height = 29 Top = 40 Width = 62 AutoSize = True BorderSpacing.Left = 6 BorderSpacing.Top = 12 Caption = 'Update' OnClick = btnUpdateClick TabOrder = 2 end object chkStayOnTop: TCheckBox AnchorSideTop.Control = btnUpdate AnchorSideTop.Side = asrCenter AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom Left = 581 Height = 24 Top = 42 Width = 102 Anchors = [akTop, akRight] BorderSpacing.Right = 6 Caption = 'Stay on top' OnChange = chkStayOnTopChange TabOrder = 6 end object btnBrowse: TButton AnchorSideTop.Control = edtTrcFileName AnchorSideBottom.Control = edtTrcFileName AnchorSideBottom.Side = asrBottom Left = 616 Height = 29 Top = 8 Width = 67 Anchors = [akTop, akRight, akBottom] BorderSpacing.Left = 6 BorderSpacing.Right = 6 Caption = '...' OnClick = btnBrowseClick TabOrder = 1 end object chkUseRaw: TCheckBox AnchorSideLeft.Control = BtnResolve AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = btnUpdate AnchorSideTop.Side = asrCenter Left = 293 Height = 24 Top = 42 Width = 119 BorderSpacing.Left = 6 Caption = 'Raw leak data' Checked = True OnChange = chkUseRawChange State = cbChecked TabOrder = 5 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 = 435 Top = 75 Width = 677 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 6 BevelOuter = bvNone ClientHeight = 435 ClientWidth = 677 TabOrder = 7 object trvTraceInfo: TTreeView AnchorSideTop.Side = asrBottom Left = 0 Height = 343 Top = 6 Width = 677 Align = alClient BorderSpacing.Top = 6 ReadOnly = True TabOrder = 0 OnDblClick = trvTraceInfoDblClick Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips] end object memoSummary: TMemo Left = 0 Height = 81 Top = 354 Width = 677 Align = alBottom ReadOnly = True ScrollBars = ssVertical TabOrder = 1 end object splitter: TSplitter Cursor = crVSplit Left = 0 Height = 5 Top = 349 Width = 677 Align = alBottom ResizeAnchor = akBottom end end object btnClipboard: TButton AnchorSideLeft.Control = btnUpdate AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = btnUpdate Left = 74 Height = 29 Top = 40 Width = 120 AutoSize = True BorderSpacing.Left = 6 Caption = 'Paste Clipboard' OnClick = btnClipboardClick TabOrder = 3 end object edtTrcFileName: TComboBox AnchorSideLeft.Control = lblTrcFile AnchorSideLeft.Side = asrBottom AnchorSideRight.Control = btnBrowse Left = 59 Height = 29 Top = 8 Width = 551 Anchors = [akTop, akLeft, akRight] BorderSpacing.Around = 6 ItemHeight = 0 TabOrder = 0 end object BtnResolve: TButton AnchorSideLeft.Control = btnClipboard AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = btnUpdate AnchorSideTop.Side = asrCenter Left = 200 Height = 29 Top = 40 Width = 87 AutoSize = True BorderSpacing.Left = 6 Caption = 'BtnResolve' OnClick = BtnResolveClick TabOrder = 4 end object OpenDialog: TOpenDialog Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing, ofViewDetail] left = 579 top = 142 end end