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

  1. object frmRestore: TfrmRestore
  2.   Left = 366
  3.   Top = 187
  4.   AutoScroll = False
  5.   Caption = 'Restore'
  6.   ClientHeight = 325
  7.   ClientWidth = 372
  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.   OnDestroy = FormDestroy
  18.   DesignSize = (
  19.     372
  20.     325)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 358
  27.     Height = 33
  28.     AutoSize = False
  29.     Caption = 
  30.       'Please select a backup which you want to restore and click '#39'Rest' +
  31.       'ore'#39' button.'
  32.     WordWrap = True
  33.   end
  34.   object ListView1: TListView
  35.     Left = 8
  36.     Top = 40
  37.     Width = 355
  38.     Height = 241
  39.     Anchors = [akLeft, akTop, akRight, akBottom]
  40.     Columns = <
  41.       item
  42.         Caption = 'Creation Date'
  43.         Width = 250
  44.       end
  45.       item
  46.         AutoSize = True
  47.         Caption = 'Size'
  48.       end>
  49.     ColumnClick = False
  50.     HideSelection = False
  51.     ReadOnly = True
  52.     RowSelect = True
  53.     TabOrder = 0
  54.     ViewStyle = vsReport
  55.     OnCompare = ListView1Compare
  56.     OnDblClick = BitBtn4Click
  57.   end
  58.   object BitBtn1: TBitBtn
  59.     Left = 201
  60.     Top = 291
  61.     Width = 75
  62.     Height = 27
  63.     Action = actRestore
  64.     Anchors = [akRight, akBottom]
  65.     Caption = 'Restore'
  66.     Default = True
  67.     TabOrder = 1
  68.   end
  69.   object BitBtn2: TBitBtn
  70.     Left = 288
  71.     Top = 291
  72.     Width = 75
  73.     Height = 27
  74.     Anchors = [akRight, akBottom]
  75.     Cancel = True
  76.     Caption = 'Cancel'
  77.     ModalResult = 2
  78.     TabOrder = 2
  79.   end
  80.   object BitBtn3: TBitBtn
  81.     Left = 7
  82.     Top = 291
  83.     Width = 75
  84.     Height = 27
  85.     Action = actDelete
  86.     Anchors = [akLeft, akBottom]
  87.     Caption = 'Delete'
  88.     TabOrder = 3
  89.   end
  90.   object ActionList1: TActionList
  91.     Left = 272
  92.     Top = 104
  93.     object actDelete: TAction
  94.       Caption = 'Delete'
  95.       OnExecute = BitBtn3Click
  96.       OnUpdate = actDeleteUpdate
  97.     end
  98.     object actRestore: TAction
  99.       Caption = 'Restore'
  100.       OnExecute = BitBtn4Click
  101.       OnUpdate = actRestoreUpdate
  102.     end
  103.   end
  104. end
  105.