home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / sharewar / EClean / EasyClean.exe / 0 / RCDATA / TFCONFIRM / TFCONFIRM.txt
Text File  |  1998-01-15  |  4KB  |  157 lines

  1. inherited fConfirm: TfConfirm
  2.   Left = 386
  3.   Top = 238
  4.   Width = 549
  5.   Height = 393
  6.   Caption = 'Confirm the restore operation'
  7.   Position = poScreenCenter
  8.   OnShow = FormShow
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object Panel1: TPanel
  12.     Left = 0
  13.     Top = 297
  14.     Width = 541
  15.     Height = 69
  16.     Align = alBottom
  17.     TabOrder = 0
  18.     object Panel4: TPanel
  19.       Left = 1
  20.       Top = 1
  21.       Width = 282
  22.       Height = 67
  23.       Align = alLeft
  24.       Alignment = taLeftJustify
  25.       TabOrder = 0
  26.       object CheckNew: TCheckBox
  27.         Left = 16
  28.         Top = 6
  29.         Width = 233
  30.         Height = 17
  31.         Caption = 'delete new (added) values/keys'
  32.         State = cbChecked
  33.         TabOrder = 0
  34.         OnClick = CheckNewClick
  35.       end
  36.       object CheckDeleted: TCheckBox
  37.         Left = 16
  38.         Top = 25
  39.         Width = 260
  40.         Height = 17
  41.         Caption = 'restore deleted values/keys'
  42.         State = cbChecked
  43.         TabOrder = 1
  44.         OnClick = CheckDeletedClick
  45.       end
  46.       object CheckAltered: TCheckBox
  47.         Left = 16
  48.         Top = 44
  49.         Width = 239
  50.         Height = 17
  51.         Caption = 'restore changed values/keys'
  52.         State = cbChecked
  53.         TabOrder = 2
  54.         OnClick = CheckAlteredClick
  55.       end
  56.     end
  57.     object Panel5: TPanel
  58.       Left = 283
  59.       Top = 1
  60.       Width = 257
  61.       Height = 67
  62.       Align = alClient
  63.       TabOrder = 1
  64.       object BitBtn2: TBitBtn
  65.         Left = 30
  66.         Top = 21
  67.         Width = 93
  68.         Height = 25
  69.         Caption = '&Execute'
  70.         TabOrder = 0
  71.         OnClick = BitBtn2Click
  72.         Glyph.Data = {
  73.           E6000000424DE60000000000000076000000280000000F0000000E0000000100
  74.           0400000000007000000000000000000000000000000000000000000000000000
  75.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  76.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  77.           FFFFFFFFFFFFFFFFFFFFFF0087FFFFFFFFFFFF0B3087FFFFFFFFFFF0BB0087FF
  78.           FFFFFFFF0BB3008FFFFFFFFFF0BBB008FFFFFFFFF00BBB007FFFFFFF00BBB007
  79.           FFF0FFFFF00BBB007FF0FFFFFFF00BB007F0FFFFFFFFF00B0070FFFFFFFFFFF0
  80.           00F0FFFFFFFFFFFFFFF0}
  81.       end
  82.       object CancelBTN: TBitBtn
  83.         Left = 134
  84.         Top = 21
  85.         Width = 92
  86.         Height = 25
  87.         Cancel = True
  88.         Caption = '&Cancel'
  89.         ModalResult = 2
  90.         TabOrder = 1
  91.         NumGlyphs = 2
  92.       end
  93.     end
  94.   end
  95.   object Panel2: TPanel [1]
  96.     Left = 0
  97.     Top = 0
  98.     Width = 541
  99.     Height = 297
  100.     Align = alClient
  101.     Caption = 'Panel2'
  102.     TabOrder = 1
  103.     object Panel3: TPanel
  104.       Left = 1
  105.       Top = 1
  106.       Width = 539
  107.       Height = 22
  108.       Align = alTop
  109.       TabOrder = 0
  110.       object Label1: TLabel
  111.         Left = 7
  112.         Top = 7
  113.         Width = 151
  114.         Height = 13
  115.         Caption = 'Scheduled operations:'
  116.       end
  117.     end
  118.     object ListView1: TListView
  119.       Left = 1
  120.       Top = 23
  121.       Width = 539
  122.       Height = 273
  123.       Align = alClient
  124.       Columns = <
  125.         item
  126.           Caption = 'Operation'
  127.           Width = 100
  128.         end
  129.         item
  130.           Caption = 'Path'
  131.           Width = 200
  132.         end
  133.         item
  134.           Caption = 'Name'
  135.           Width = 80
  136.         end
  137.         item
  138.           Caption = 'Value'
  139.           Width = 100
  140.         end
  141.         item
  142.           Caption = 'State'
  143.         end>
  144.       ReadOnly = False
  145.       Font.Color = clWindowText
  146.       Font.Height = -8
  147.       Font.Name = 'MS Sans Serif'
  148.       Font.Style = []
  149.       TabOrder = 1
  150.       ViewStyle = vsReport
  151.     end
  152.   end
  153.   inherited MSOfficeCaption1: TMSOfficeCaption
  154.     CaptionText.Caption = 'Confirm the restore operation'
  155.   end
  156. end
  157.