home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / tuneup_hit / files / TU2004TrialEN.exe / cmDisplay.bpl / RCDATA / TFRMMFUPROGRAMS / TFRMMFUPROGRAMS.txt
Encoding:
Text File  |  2004-03-31  |  3.4 KB  |  142 lines

  1. object frmMFUPrograms: TfrmMFUPrograms
  2.   Left = 298
  3.   Top = 490
  4.   BorderStyle = bsDialog
  5.   Caption = 'Frequently Used Programs'
  6.   ClientHeight = 445
  7.   ClientWidth = 402
  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.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label2: TLabel
  22.     Left = 12
  23.     Top = 14
  24.     Width = 378
  25.     Height = 34
  26.     AutoSize = False
  27.     BiDiMode = bdRightToLeft
  28.     Caption = 
  29.       'Remove the check in front of an application to prevent it from b' +
  30.       'eing shown in the Frequently Used Programs list in the Start men' +
  31.       'u.'
  32.     ParentBiDiMode = False
  33.     Transparent = True
  34.     WordWrap = True
  35.   end
  36.   object Label1: TLabel
  37.     Left = 12
  38.     Top = 51
  39.     Width = 58
  40.     Height = 13
  41.     Caption = '&Programs:'
  42.     FocusControl = lvStartPage
  43.   end
  44.   object btnAdd: TButton
  45.     Left = 13
  46.     Top = 411
  47.     Width = 81
  48.     Height = 24
  49.     Caption = 'A&dd'
  50.     TabOrder = 0
  51.     Visible = False
  52.     OnClick = btnAddClick
  53.   end
  54.   object lvStartPage: TListView
  55.     Left = 12
  56.     Top = 68
  57.     Width = 377
  58.     Height = 335
  59.     AllocBy = 200
  60.     Checkboxes = True
  61.     Columns = <
  62.       item
  63.         Width = 350
  64.       end>
  65.     ReadOnly = True
  66.     ShowColumnHeaders = False
  67.     TabOrder = 1
  68.     ViewStyle = vsReport
  69.   end
  70.   object btnOK: TButton
  71.     Left = 241
  72.     Top = 412
  73.     Width = 74
  74.     Height = 23
  75.     HelpContext = 5
  76.     Caption = 'OK'
  77.     Default = True
  78.     TabOrder = 2
  79.     OnClick = btnOKClick
  80.   end
  81.   object btnCancel: TButton
  82.     Left = 317
  83.     Top = 412
  84.     Width = 74
  85.     Height = 23
  86.     HelpContext = 3
  87.     Cancel = True
  88.     Caption = 'Cancel'
  89.     TabOrder = 3
  90.     OnClick = btnCancelClick
  91.   end
  92.   object pnlSearchAni: TPanel
  93.     Left = 124
  94.     Top = 96
  95.     Width = 157
  96.     Height = 101
  97.     BevelOuter = bvNone
  98.     Color = clWindow
  99.     TabOrder = 4
  100.     object Animate1: TAnimate
  101.       Left = 41
  102.       Top = 23
  103.       Width = 80
  104.       Height = 50
  105.       Active = True
  106.       CommonAVI = aviFindFolder
  107.       ParentColor = False
  108.       StopFrame = 29
  109.     end
  110.   end
  111.   object ApOpenDialog1: TApOpenDialog
  112.     Options = [ofReadOnly, ofHideReadOnly, ofNoValidate, ofAllowMultiSelect, ofExtensionDifferent, ofNoTestFileCreate, ofEnableSizing, ofDontAddToRecent, ofForceShowHidden]
  113.     OptionsEx = [ofExNoPlacesBar]
  114.     CustDlgParams.PosParams.ShiftX = 0
  115.     CustDlgParams.PosParams.ShiftY = 0
  116.     CustDlgParams.PosParams.FitToScreen = False
  117.     VisibleControls = [dcFolderCombo, dcFolderLabel, dcSelectionCtrl, dcOkBtn, dcCancelBtn, dcFileName, dcFileNameLabel, dcToolBar]
  118.     ListViewStyles.HotTrack = False
  119.     ListViewStyles.HotTrackStyles = []
  120.     ListViewStyles.FlatScrollBars = False
  121.     ListViewStyles.GridLines = False
  122.     ListViewStyles.RowSelect = False
  123.     ListViewStyles.EnableRename = True
  124.     ListViewStyles.EnableDelete = True
  125.     ListViewStyles.PopupOnEmpty = True
  126.     ListViewStyles.PopupOnSelection = True
  127.     PlacesBar.Places = <>
  128.     PlacesBar.Visible = False
  129.     PlacesBar.AllowEdit = True
  130.     PlacesBar.AllowDelete = True
  131.     PlacesBar.AllowDrop = True
  132.     PlacesBar.AutoScroll = True
  133.     PlacesBar.BorderStyle = bsNone
  134.     PlacesBar.Native = False
  135.     ExtFilter.ShowFolders = True
  136.     ExtFilter.Enabled = False
  137.     ToolBar.Flat = True
  138.     Left = 45
  139.     Top = 427
  140.   end
  141. end
  142.