home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April B / Pcwk4b98.iso / Internet / Copernic / COPERNIC.EXE / _SETUP.1 / CopernicSvr.exe / 0 / RCDATA / TAUTOCLEANUPFORM / TAUTOCLEANUPFORM.txt
Encoding:
Text File  |  1997-09-13  |  685 b   |  35 lines

  1. object AutoCleanupForm: TAutoCleanupForm
  2.   Left = 200
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'Closing Copernic'
  6.   ClientHeight = 55
  7.   ClientWidth = 213
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCloseQuery = FormCloseQuery
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 10
  18.     Top = 10
  19.     Width = 191
  20.     Height = 13
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'Deleting outdated searches...'
  24.   end
  25.   object ProgressBar: TProgressBar
  26.     Left = 10
  27.     Top = 30
  28.     Width = 193
  29.     Height = 16
  30.     Min = 0
  31.     Max = 100
  32.     TabOrder = 0
  33.   end
  34. end
  35.