home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / naps / 12 / setup.exe / MP3LEECH.EXE / 0 / RCDATA / TLOG / TLOG.txt
Encoding:
Text File  |  1998-08-26  |  1.0 KB  |  52 lines

  1. object Log: TLog
  2.   Left = 274
  3.   Top = 164
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Log'
  6.   ClientHeight = 267
  7.   ClientWidth = 426
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 248
  18.     Width = 272
  19.     Height = 13
  20.     Caption = 'Double-Click item to restart/continue downloading the file.'
  21.   end
  22.   object RxSpeedButton1: TRxSpeedButton
  23.     Left = 344
  24.     Top = 242
  25.     Width = 81
  26.     Height = 25
  27.     Caption = 'Clear Log'
  28.     Glyph.Data = {00000000}
  29.     ParentShowHint = False
  30.     OnClick = RxSpeedButton1Click
  31.   end
  32.   object dllog: TListBox
  33.     Left = 0
  34.     Top = 0
  35.     Width = 426
  36.     Height = 233
  37.     Align = alTop
  38.     ItemHeight = 13
  39.     MultiSelect = True
  40.     TabOrder = 0
  41.     OnDblClick = dllogDblClick
  42.   end
  43.   object FormStorage1: TFormStorage
  44.     IniFileName = 'mp3now'
  45.     IniSection = 'log'
  46.     StoredProps.Strings = (
  47.       'dllog.Items')
  48.     Left = 248
  49.     Top = 208
  50.   end
  51. end
  52.