home *** CD-ROM | disk | FTP | other *** search
- object Log: TLog
- Left = 274
- Top = 164
- BorderStyle = bsToolWindow
- Caption = 'Log'
- ClientHeight = 267
- ClientWidth = 426
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 248
- Width = 272
- Height = 13
- Caption = 'Double-Click item to restart/continue downloading the file.'
- end
- object RxSpeedButton1: TRxSpeedButton
- Left = 344
- Top = 242
- Width = 81
- Height = 25
- Caption = 'Clear Log'
- Glyph.Data = {00000000}
- ParentShowHint = False
- OnClick = RxSpeedButton1Click
- end
- object dllog: TListBox
- Left = 0
- Top = 0
- Width = 426
- Height = 233
- Align = alTop
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 0
- OnDblClick = dllogDblClick
- end
- object FormStorage1: TFormStorage
- IniFileName = 'mp3now'
- IniSection = 'log'
- StoredProps.Strings = (
- 'dllog.Items')
- Left = 248
- Top = 208
- end
- end
-