object FormMemory: TFormMemory Left = 522 Height = 866 Top = 256 Width = 1150 Caption = 'Memory' ClientHeight = 866 ClientWidth = 1150 DesignTimePPI = 144 LCLVersion = '4.6.0.0' OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow object ListViewMemory: TListView Left = 0 Height = 810 Top = 48 Width = 1142 Align = alCustom Anchors = [akTop, akLeft, akBottom] BorderSpacing.Around = 8 Columns = < item Caption = 'Address' Width = 120 end item Caption = 'Data' Width = 643 end item Caption = 'ASCII' Width = 364 end> Font.Height = -20 Font.Name = 'Liberation Mono' OwnerData = True ParentFont = False TabOrder = 0 ViewStyle = vsReport OnData = ListViewMemoryData end object Label1: TLabel Left = 8 Height = 26 Top = 8 Width = 44 Caption = 'Area:' end object ComboBoxArea: TComboBox Left = 104 Height = 42 Top = 0 Width = 334 ItemHeight = 0 Style = csDropDownList TabOrder = 1 OnSelect = ComboBoxAreaSelect end object Timer1: TTimer Interval = 50 OnTimer = Timer1Timer Left = 469 Top = 205 end end