object FormMemory: TFormMemory Left = 522 Height = 866 Top = 256 Width = 1150 Caption = 'Memory' ClientHeight = 866 ClientWidth = 1150 DesignTimePPI = 144 LCLVersion = '2.0.0.4' 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