object FormMemory: TFormMemory Left = 705 Height = 866 Top = 287 Width = 1150 Caption = 'Memory' ClientHeight = 866 ClientWidth = 1150 DesignTimePPI = 144 Menu = MainMenu1 OnShow = FormShow LCLVersion = '3.4.0.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 object MainMenu1: TMainMenu Left = 246 Top = 252 object MenuItem1: TMenuItem Caption = 'Tools' object MenuItemClear: TMenuItem Caption = 'Clear' OnClick = MenuItemClearClick end end end end