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

  1. object frmrestoredetails: Tfrmrestoredetails
  2.   Left = 178
  3.   Top = 193
  4.   AutoScroll = False
  5.   Caption = 'Custom Restore'
  6.   ClientHeight = 403
  7.   ClientWidth = 561
  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.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 561
  26.     Height = 33
  27.     Align = alTop
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object Label3: TLabel
  31.       Left = 8
  32.       Top = 10
  33.       Width = 351
  34.       Height = 13
  35.       Caption = 
  36.         'Please check mark the entries you want to be restored,and click ' +
  37.         'Restore.'
  38.     end
  39.   end
  40.   object vTree1: TVirtualDrawTree
  41.     Left = 0
  42.     Top = 33
  43.     Width = 561
  44.     Height = 319
  45.     Align = alClient
  46.     Header.AutoSizeIndex = 0
  47.     Header.Font.Charset = DEFAULT_CHARSET
  48.     Header.Font.Color = clWindowText
  49.     Header.Font.Height = -11
  50.     Header.Font.Name = 'Tahoma'
  51.     Header.Font.Style = []
  52.     Header.Height = 20
  53.     Header.Options = [hoColumnResize, hoDrag]
  54.     Header.Style = hsFlatButtons
  55.     PopupMenu = PopupMenu1
  56.     TabOrder = 1
  57.     TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
  58.     TreeOptions.SelectionOptions = [toMultiSelect]
  59.     OnDrawNode = vTree1DrawNode
  60.     Columns = <
  61.       item
  62.         Position = 0
  63.         WideText = 'Name'
  64.       end>
  65.   end
  66.   object Panel3: TPanel
  67.     Left = 0
  68.     Top = 352
  69.     Width = 561
  70.     Height = 51
  71.     Align = alBottom
  72.     BevelOuter = bvNone
  73.     TabOrder = 2
  74.     DesignSize = (
  75.       561
  76.       51)
  77.     object Bevel1: TBevel
  78.       Left = 8
  79.       Top = 8
  80.       Width = 550
  81.       Height = 42
  82.       Anchors = [akLeft, akRight, akBottom]
  83.       Shape = bsTopLine
  84.     end
  85.     object btnRestore: TBitBtn
  86.       Left = 389
  87.       Top = 16
  88.       Width = 75
  89.       Height = 25
  90.       Anchors = [akTop, akRight]
  91.       Caption = 'Restore'
  92.       TabOrder = 0
  93.       OnClick = btnRestoreClick
  94.     end
  95.     object btnCancel: TBitBtn
  96.       Left = 477
  97.       Top = 16
  98.       Width = 75
  99.       Height = 25
  100.       Anchors = [akTop, akRight]
  101.       Cancel = True
  102.       Caption = 'Cancel'
  103.       ModalResult = 2
  104.       TabOrder = 1
  105.     end
  106.   end
  107.   object pnProgress: TPanel
  108.     Left = 96
  109.     Top = 144
  110.     Width = 385
  111.     Height = 105
  112.     TabOrder = 3
  113.     Visible = False
  114.     object Label1: TLabel
  115.       Left = 8
  116.       Top = 8
  117.       Width = 369
  118.       Height = 41
  119.       AutoSize = False
  120.       Transparent = True
  121.       WordWrap = True
  122.     end
  123.     object ProgressBar1: TProgressBar
  124.       Left = 8
  125.       Top = 48
  126.       Width = 369
  127.       Height = 16
  128.       TabOrder = 0
  129.     end
  130.     object btnabort: TBitBtn
  131.       Left = 160
  132.       Top = 72
  133.       Width = 75
  134.       Height = 25
  135.       Caption = 'Cancel'
  136.       TabOrder = 1
  137.       OnClick = btnabortClick
  138.     end
  139.   end
  140.   object ActionList1: TActionList
  141.     Left = 456
  142.     Top = 120
  143.     object actchkall: TAction
  144.       Caption = 'Check All'
  145.       OnExecute = actchkallExecute
  146.     end
  147.     object actchknone: TAction
  148.       Caption = 'Check None'
  149.       OnExecute = actchknoneExecute
  150.     end
  151.     object actchkinvert: TAction
  152.       Caption = 'Check Invert'
  153.       OnExecute = actchkinvertExecute
  154.     end
  155.   end
  156.   object PopupMenu1: TPopupMenu
  157.     Left = 448
  158.     Top = 80
  159.     object CheckAll1: TMenuItem
  160.       Action = actchkall
  161.     end
  162.     object CheckNone1: TMenuItem
  163.       Action = actchknone
  164.     end
  165.     object CheckInvert1: TMenuItem
  166.       Action = actchkinvert
  167.     end
  168.   end
  169. end
  170.