object FormMemory: TFormMemory Left = 456 Height = 619 Top = 226 Width = 736 Caption = 'Memory' ClientHeight = 619 ClientWidth = 736 DesignTimePPI = 125 OnShow = FormShow LCLVersion = '2.2.0.4' object ListView1: TListView Left = 8 Height = 606 Top = 8 Width = 726 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Address' Width = 100 end item Caption = 'Data' Width = 400 end item Caption = 'Text' Width = 211 end> Font.Name = 'Liberation Mono' OwnerData = True ParentFont = False TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data end end