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

  1. object frmignore: Tfrmignore
  2.   Left = 210
  3.   Top = 158
  4.   AutoScroll = False
  5.   Caption = 'Ignore List Mananger'
  6.   ClientHeight = 430
  7.   ClientWidth = 427
  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.     427
  19.     430)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 409
  26.     Height = 33
  27.     Anchors = [akLeft, akTop, akRight, akBottom]
  28.     AutoSize = False
  29.     Caption = 
  30.       'The list of entries are currently being ignored when scanning fo' +
  31.       'r empty folders. If you want to include one of these entries, th' +
  32.       'en remove its checkmark.'
  33.     Transparent = True
  34.     WordWrap = True
  35.   end
  36.   object ListView1: TListView
  37.     Left = 8
  38.     Top = 40
  39.     Width = 408
  40.     Height = 345
  41.     Anchors = [akLeft, akTop, akRight, akBottom]
  42.     Columns = <
  43.       item
  44.         AutoSize = True
  45.         Caption = 'Registry Key'
  46.       end>
  47.     HideSelection = False
  48.     ReadOnly = True
  49.     RowSelect = True
  50.     ShowColumnHeaders = False
  51.     TabOrder = 0
  52.     ViewStyle = vsReport
  53.   end
  54.   object btnok: TBitBtn
  55.     Left = 255
  56.     Top = 395
  57.     Width = 75
  58.     Height = 25
  59.     Anchors = [akRight, akBottom]
  60.     Caption = 'OK'
  61.     Default = True
  62.     TabOrder = 1
  63.     OnClick = btnokClick
  64.   end
  65.   object btncancel: TBitBtn
  66.     Left = 343
  67.     Top = 395
  68.     Width = 75
  69.     Height = 25
  70.     Anchors = [akRight, akBottom]
  71.     Cancel = True
  72.     Caption = 'Cancel'
  73.     ModalResult = 2
  74.     TabOrder = 2
  75.   end
  76.   object btnDelete: TBitBtn
  77.     Left = 7
  78.     Top = 395
  79.     Width = 75
  80.     Height = 25
  81.     Action = actremove
  82.     Anchors = [akLeft, akBottom]
  83.     Caption = 'Remove'
  84.     TabOrder = 3
  85.   end
  86.   object ActionList1: TActionList
  87.     Left = 232
  88.     Top = 160
  89.     object actremove: TAction
  90.       Caption = 'Remove'
  91.       OnExecute = actremoveExecute
  92.       OnUpdate = actremoveUpdate
  93.     end
  94.   end
  95. end
  96.