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

  1. object frmSMSpecItems: TfrmSMSpecItems
  2.   Left = 199
  3.   Top = 547
  4.   BorderStyle = bsDialog
  5.   Caption = 'Special Menus'
  6.   ClientHeight = 331
  7.   ClientWidth = 364
  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.   PrintScale = poNone
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label6: TLabel
  22.     Left = 47
  23.     Top = 13
  24.     Width = 306
  25.     Height = 29
  26.     AutoSize = False
  27.     Caption = 
  28.       'Specify which special items you want to display in the Start men' +
  29.       'u here. '
  30.     Transparent = True
  31.     WordWrap = True
  32.   end
  33.   object imgNewFolder: TImage
  34.     Left = 8
  35.     Top = 13
  36.     Width = 32
  37.     Height = 32
  38.   end
  39.   object Label1: TLabel
  40.     Left = 47
  41.     Top = 47
  42.     Width = 48
  43.     Height = 13
  44.     Caption = '&Items:'
  45.     FocusControl = lvSpecFolders
  46.   end
  47.   object lvSpecFolders: TListView
  48.     Left = 47
  49.     Top = 64
  50.     Width = 305
  51.     Height = 226
  52.     HelpContext = 2058
  53.     Checkboxes = True
  54.     Columns = <
  55.       item
  56.         Width = 255
  57.       end>
  58.     ReadOnly = True
  59.     PopupMenu = mnSpecialElements
  60.     ShowColumnHeaders = False
  61.     TabOrder = 0
  62.     ViewStyle = vsReport
  63.     OnContextPopup = lvSpecFoldersContextPopup
  64.   end
  65.   object btnOK: TButton
  66.     Left = 198
  67.     Top = 299
  68.     Width = 75
  69.     Height = 23
  70.     HelpContext = 5
  71.     Caption = 'OK'
  72.     Default = True
  73.     TabOrder = 1
  74.     OnClick = btnOKClick
  75.   end
  76.   object btnCancel: TButton
  77.     Left = 278
  78.     Top = 299
  79.     Width = 75
  80.     Height = 23
  81.     HelpContext = 3
  82.     Cancel = True
  83.     Caption = 'Cancel'
  84.     TabOrder = 2
  85.     OnClick = btnCancelClick
  86.   end
  87.   object ActionList1: TActionList
  88.     Left = 12
  89.     Top = 176
  90.     object actSEActivate: TAction
  91.       Caption = 'Enable'
  92.       OnExecute = actSEActivateExecute
  93.       OnUpdate = actSEActivateUpdate
  94.     end
  95.   end
  96.   object mnSpecialElements: TPopupMenu
  97.     Left = 16
  98.     Top = 132
  99.     object Aktivieren1: TMenuItem
  100.       Action = actSEActivate
  101.     end
  102.   end
  103. end
  104.