object DumpForm: TDumpForm Left = 269 Top = 134 Width = 650 Height = 433 HelpContext = 1 Caption = 'DumpForm' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 642 Height = 41 Align = alTop TabOrder = 0 end object DumpField: TListBox Left = 0 Top = 41 Width = 642 Height = 365 Align = alClient ExtendedSelect = False Font.Color = clBlack Font.Height = -15 Font.Name = 'Courier New' Font.Style = [] ItemHeight = 16 ParentFont = False Style = lbOwnerDrawFixed TabOrder = 1 OnDrawItem = DumpFieldDrawItem OnMouseDown = DumpFieldMouseDown end end