home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / prehravace / tunes / mp3t2demo.exe / MP3Tunes.exe / 0 / RCDATA / TSCANINFO / TSCANINFO.txt
Text File  |  2003-10-13  |  1KB  |  81 lines

  1. object ScanInfo: TScanInfo
  2.   Left = 189
  3.   Top = 109
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Scanning'
  7.   ClientHeight = 122
  8.   ClientWidth = 385
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 28
  24.     Top = 8
  25.     Width = 94
  26.     Height = 13
  27.     Caption = 'Busy with scanning:'
  28.   end
  29.   object FileName: TLabel
  30.     Left = 8
  31.     Top = 32
  32.     Width = 369
  33.     Height = 13
  34.     AutoSize = False
  35.     Caption = 'FileName'
  36.     ShowAccelChar = False
  37.   end
  38.   object Label3: TLabel
  39.     Left = 8
  40.     Top = 73
  41.     Width = 27
  42.     Height = 13
  43.     Caption = 'Total:'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 8
  47.     Top = 56
  48.     Width = 61
  49.     Height = 13
  50.     Caption = 'Progress 1/1'
  51.   end
  52.   object ProgressBar1: TProgressBar
  53.     Left = 40
  54.     Top = 72
  55.     Width = 337
  56.     Height = 16
  57.     Min = 0
  58.     Max = 100
  59.     Smooth = True
  60.     TabOrder = 0
  61.   end
  62.   object Animate1: TAnimate
  63.     Left = 8
  64.     Top = 6
  65.     Width = 16
  66.     Height = 16
  67.     Active = False
  68.     CommonAVI = aviFindFile
  69.     StopFrame = 8
  70.   end
  71.   object Button1: TButton
  72.     Left = 144
  73.     Top = 96
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'Cancel'
  77.     TabOrder = 2
  78.     OnClick = Button1Click
  79.   end
  80. end
  81.