object FormMemory: TFormMemory Left = 706 Height = 866 Top = 311 Width = 1150 Caption = 'Memory' ClientHeight = 866 ClientWidth = 1150 DesignTimePPI = 144 OnShow = FormShow LCLVersion = '2.2.6.0' object ListViewMemory: TListView Left = 8 Height = 850 Top = 8 Width = 1134 Align = alClient Anchors = [akTop, akLeft, akBottom] BorderSpacing.Around = 8 Columns = < item Caption = 'Address' Width = 120 end item Caption = 'Data' Width = 643 end item Caption = 'ASCII' Width = 356 end> Font.Height = -20 Font.Name = 'Liberation Mono' OwnerData = True ParentFont = False TabOrder = 0 ViewStyle = vsReport OnData = ListViewMemoryData end object Timer1: TTimer Interval = 500 OnTimer = Timer1Timer Left = 469 Top = 205 end end