object FormDisassembler: TFormDisassembler Left = 587 Height = 576 Top = 248 Width = 601 Caption = 'Disassembler' ClientHeight = 576 ClientWidth = 601 DesignTimePPI = 120 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.0.2.0' object ListView1: TListView Left = 7 Height = 521 Top = 7 Width = 587 Align = alCustom Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 7 Columns = < item Caption = 'Address' Width = 83 end item Caption = 'Opcode' Width = 125 end item Caption = 'Assembly' Width = 367 end> OwnerData = True ParentFont = False ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data end object ButtonReload: TButton Left = 7 Height = 31 Top = 536 Width = 94 Anchors = [akLeft, akBottom] Caption = 'Reload' OnClick = ButtonReloadClick TabOrder = 1 end end