object FormCpu: TFormCpu Left = 522 Height = 775 Top = 244 Width = 1482 Caption = 'CPU' ClientHeight = 775 ClientWidth = 1482 DesignTimePPI = 144 OnClose = FormClose OnShow = FormShow LCLVersion = '2.0.10.0' object ListViewMemory: TListView Left = 215 Height = 665 Top = 48 Width = 1216 Columns = < item Caption = 'Address' Width = 100 end item Caption = 'Data' Width = 1101 end> Font.Name = 'Liberation Mono' OwnerData = True ParentFont = False ReadOnly = True TabOrder = 0 ViewStyle = vsReport OnData = ListViewMemoryData end object ListViewRegs: TListView Left = 16 Height = 665 Top = 48 Width = 184 Columns = < item Caption = 'Name' end item Caption = 'Value' Width = 119 end> Font.Name = 'Liberation Mono' OwnerData = True ParentFont = False ReadOnly = True TabOrder = 1 ViewStyle = vsReport OnData = ListViewRegsData end object Label1: TLabel Left = 15 Height = 24 Top = 12 Width = 83 Caption = 'Registers:' ParentColor = False end object Label2: TLabel Left = 215 Height = 24 Top = 15 Width = 75 Caption = 'Memory:' ParentColor = False end object LabelTicks: TLabel Left = 27 Height = 24 Top = 728 Width = 48 Caption = 'Ticks:' ParentColor = False end object Timer1: TTimer Enabled = False Interval = 200 OnTimer = Timer1Timer Left = 554 Top = 277 end end