object FormStorage: TFormStorage Left = 703 Height = 746 Top = 347 Width = 1153 Caption = 'Storage' ClientHeight = 746 ClientWidth = 1153 DesignTimePPI = 144 OnShow = FormShow LCLVersion = '2.2.6.0' object ListView1: TListView Left = 17 Height = 721 Top = 16 Width = 1127 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Address' Width = 120 end item Caption = 'Data' Width = 643 end item Caption = 'ASCII' Width = 349 end> OwnerData = True ReadOnly = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data end end