home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / cmDisplay.bpl / RCDATA / TFRMSEARCHEXTS / TFRMSEARCHEXTS.txt
Encoding:
Text File  |  2004-03-31  |  2.5 KB  |  124 lines

  1. object frmSearchExts: TfrmSearchExts
  2.   Left = 219
  3.   Top = 406
  4.   BorderStyle = bsDialog
  5.   Caption = 'Search Menu'
  6.   ClientHeight = 285
  7.   ClientWidth = 368
  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 = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object imgSearch: TImage
  22.     Left = 12
  23.     Top = 13
  24.     Width = 32
  25.     Height = 32
  26.     AutoSize = True
  27.   end
  28.   object Label13: TLabel
  29.     Left = 51
  30.     Top = 13
  31.     Width = 308
  32.     Height = 28
  33.     AutoSize = False
  34.     Caption = 
  35.       'Specify the items that you want to have displayed in the Search ' +
  36.       'menu here.'
  37.     Transparent = True
  38.     WordWrap = True
  39.   end
  40.   object Bevel1: TBevel
  41.     Left = 10
  42.     Top = 240
  43.     Width = 344
  44.     Height = 17
  45.     Shape = bsTopLine
  46.   end
  47.   object lvSearchExts: TListView
  48.     Left = 51
  49.     Top = 47
  50.     Width = 304
  51.     Height = 150
  52.     HelpContext = 2059
  53.     Columns = <
  54.       item
  55.         Width = 240
  56.       end>
  57.     HideSelection = False
  58.     PopupMenu = mnuSearch
  59.     ShowColumnHeaders = False
  60.     TabOrder = 0
  61.     ViewStyle = vsReport
  62.     OnContextPopup = lvSearchExtsContextPopup
  63.     OnEdited = lvSearchExtsEdited
  64.   end
  65.   object btnDeleteSearchExt: TButton
  66.     Left = 138
  67.     Top = 207
  68.     Width = 81
  69.     Height = 24
  70.     HelpContext = 29
  71.     Action = actSearchDelete
  72.     TabOrder = 1
  73.   end
  74.   object btnRenameSearchExt: TButton
  75.     Left = 50
  76.     Top = 207
  77.     Width = 81
  78.     Height = 24
  79.     Action = actSearchRename
  80.     TabOrder = 2
  81.   end
  82.   object btnClose: TButton
  83.     Left = 280
  84.     Top = 250
  85.     Width = 75
  86.     Height = 24
  87.     HelpContext = 32
  88.     Caption = 'Close'
  89.     TabOrder = 3
  90.     OnClick = btnCloseClick
  91.   end
  92.   object ActionList1: TActionList
  93.     Left = 16
  94.     Top = 248
  95.     object actSearchDelete: TAction
  96.       Caption = '&Delete'
  97.       OnExecute = actSearchDeleteExecute
  98.       OnUpdate = actSearchDeleteUpdate
  99.     end
  100.     object actSearchRename: TAction
  101.       Caption = '&Rename'
  102.       OnExecute = actSearchRenameExecute
  103.       OnUpdate = actSearchRenameUpdate
  104.     end
  105.   end
  106.   object mnuSearch: TPopupMenu
  107.     Left = 52
  108.     Top = 248
  109.     object mnSearchRename: TMenuItem
  110.       Action = actSearchRename
  111.     end
  112.     object mnSearchDel: TMenuItem
  113.       Action = actSearchDelete
  114.     end
  115.     object N1: TMenuItem
  116.       Caption = '-'
  117.     end
  118.     object mnDirectHelpSearch: TMenuItem
  119.       Caption = '&What'#39's This?'
  120.       OnClick = mnDirectHelpSearchClick
  121.     end
  122.   end
  123. end
  124.