object FormDisassembler: TFormDisassembler Left = 485 Height = 746 Top = 359 Width = 1056 Caption = 'Disassembler' ClientHeight = 746 ClientWidth = 1056 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.2.6.0' object ListView1: TListView Left = 0 Height = 746 Top = 0 Width = 1056 Align = alClient Columns = < item Caption = 'Address' Width = 100 end item Caption = 'Opcode' Width = 150 end item Caption = 'Instruction' Width = 100 end item Caption = 'Parameters' Width = 691 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data end end