home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / undelete.exe / RCDATA / TFRMSCAN / TFRMSCAN.txt
Encoding:
Text File  |  2010-01-14  |  1.1 KB  |  58 lines

  1. object frmscan: Tfrmscan
  2.   Left = 491
  3.   Top = 325
  4.   BorderStyle = bsDialog
  5.   Caption = 'Searching...'
  6.   ClientHeight = 97
  7.   ClientWidth = 450
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   DesignSize = (
  18.     450
  19.     97)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 16
  25.     Width = 432
  26.     Height = 13
  27.     Alignment = taCenter
  28.     Anchors = [akLeft, akTop, akRight]
  29.     AutoSize = False
  30.     Transparent = True
  31.   end
  32.   object pbScanProgress: TProgressBar
  33.     Left = 8
  34.     Top = 37
  35.     Width = 431
  36.     Height = 17
  37.     Anchors = [akLeft, akTop, akRight]
  38.     Smooth = True
  39.     TabOrder = 0
  40.   end
  41.   object BitBtn1: TBitBtn
  42.     Left = 192
  43.     Top = 64
  44.     Width = 75
  45.     Height = 25
  46.     Cancel = True
  47.     Caption = 'Cancel'
  48.     TabOrder = 1
  49.     OnClick = BitBtn1Click
  50.   end
  51.   object Timer1: TTimer
  52.     Interval = 100
  53.     OnTimer = Timer1Timer
  54.     Left = 72
  55.     Top = 64
  56.   end
  57. end
  58.