object Form1: TForm1 Left = 131 Height = 732 Top = 173 Width = 1504 Caption = 'Form1' ClientHeight = 732 ClientWidth = 1504 DesignTimePPI = 120 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.8.2.0' object ButtonRun: TButton Left = 32 Height = 25 Top = 16 Width = 75 Caption = 'Run' OnClick = ButtonRunClick TabOrder = 0 end object ListViewMemory: TListView Left = 16 Height = 664 Top = 48 Width = 792 Columns = < item Caption = 'Addr' Width = 100 end item Caption = 'Data' Width = 675 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 1 ViewStyle = vsReport OnData = ListViewMemoryData end object ListViewRegisters: TListView Left = 832 Height = 536 Top = 16 Width = 256 Columns = < item Caption = 'Index' Width = 100 end item Caption = 'Data' Width = 323 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 2 ViewStyle = vsReport OnData = ListViewRegistersData end end