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

  1. object frmRestore: TfrmRestore
  2.   Left = 403
  3.   Top = 330
  4.   BorderStyle = bsDialog
  5.   Caption = 'Restore'
  6.   ClientHeight = 99
  7.   ClientWidth = 454
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_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.   OnShow = FormShow
  18.   DesignSize = (
  19.     454
  20.     99)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lbfilename: TLabel
  24.     Left = 8
  25.     Top = 16
  26.     Width = 441
  27.     Height = 17
  28.     Anchors = [akLeft, akTop, akRight]
  29.     AutoSize = False
  30.     Transparent = True
  31.     WordWrap = True
  32.   end
  33.   object pbFileProgress: TProgressBar
  34.     Left = 8
  35.     Top = 37
  36.     Width = 431
  37.     Height = 17
  38.     Anchors = [akLeft, akTop, akRight]
  39.     Smooth = True
  40.     TabOrder = 0
  41.   end
  42.   object BitBtn1: TBitBtn
  43.     Left = 192
  44.     Top = 64
  45.     Width = 75
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     TabOrder = 1
  50.     OnClick = BitBtn1Click
  51.   end
  52. end
  53.