object Form1: TForm1 Left = 632 Height = 1040 Top = 143 Width = 1371 Caption = 'Form1' ClientHeight = 1040 ClientWidth = 1371 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.5' object ListView1: TListView Left = 40 Height = 600 Top = 72 Width = 632 Columns = < item Caption = 'Address' Width = 100 end item Caption = 'Data' Width = 515 end> Font.Name = 'Ubuntu Mono' OwnerData = True ParentFont = False TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data end object ListView2: TListView Left = 808 Height = 600 Top = 64 Width = 232 Columns = < item Caption = 'Index' Width = 60 end item Caption = 'Value' Width = 515 end> OwnerData = True TabOrder = 1 ViewStyle = vsReport OnData = ListView2Data end object ButtonRun: TButton Left = 357 Height = 25 Top = 747 Width = 75 Caption = 'Run' OnClick = ButtonRunClick TabOrder = 2 end end