home *** CD-ROM | disk | FTP | other *** search
- object frmSMSpecItems: TfrmSMSpecItems
- Left = 199
- Top = 547
- BorderStyle = bsDialog
- Caption = 'Special Menus'
- ClientHeight = 331
- ClientWidth = 364
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PrintScale = poNone
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label6: TLabel
- Left = 47
- Top = 13
- Width = 306
- Height = 29
- AutoSize = False
- Caption =
- 'Specify which special items you want to display in the Start men' +
- 'u here. '
- Transparent = True
- WordWrap = True
- end
- object imgNewFolder: TImage
- Left = 8
- Top = 13
- Width = 32
- Height = 32
- end
- object Label1: TLabel
- Left = 47
- Top = 47
- Width = 48
- Height = 13
- Caption = '&Items:'
- FocusControl = lvSpecFolders
- end
- object lvSpecFolders: TListView
- Left = 47
- Top = 64
- Width = 305
- Height = 226
- HelpContext = 2058
- Checkboxes = True
- Columns = <
- item
- Width = 255
- end>
- ReadOnly = True
- PopupMenu = mnSpecialElements
- ShowColumnHeaders = False
- TabOrder = 0
- ViewStyle = vsReport
- OnContextPopup = lvSpecFoldersContextPopup
- end
- object btnOK: TButton
- Left = 198
- Top = 299
- Width = 75
- Height = 23
- HelpContext = 5
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 278
- Top = 299
- Width = 75
- Height = 23
- HelpContext = 3
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = btnCancelClick
- end
- object ActionList1: TActionList
- Left = 12
- Top = 176
- object actSEActivate: TAction
- Caption = 'Enable'
- OnExecute = actSEActivateExecute
- OnUpdate = actSEActivateUpdate
- end
- end
- object mnSpecialElements: TPopupMenu
- Left = 16
- Top = 132
- object Aktivieren1: TMenuItem
- Action = actSEActivate
- end
- end
- end
-