home *** CD-ROM | disk | FTP | other *** search
- object SysHotKeys: TSysHotKeys
- Left = 200
- Top = 108
- HelpContext = 14065
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'System Hot-Keys'
- ClientHeight = 305
- ClientWidth = 395
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lTray: TLabel
- Left = 208
- Top = 72
- Width = 185
- Height = 13
- AutoSize = False
- Caption = '&Tray Restore/Minimise:'
- FocusControl = hkTray
- end
- object lCheckAll: TLabel
- Left = 8
- Top = 72
- Width = 185
- Height = 13
- AutoSize = False
- Caption = '&Check mail for all'
- FocusControl = hkCheckAll
- end
- object lSendAll: TLabel
- Left = 8
- Top = 120
- Width = 185
- Height = 13
- AutoSize = False
- Caption = '&Send queued mail from all'
- FocusControl = hkSendAll
- end
- object lCheckCurrent: TLabel
- Left = 8
- Top = 168
- Width = 185
- Height = 13
- AutoSize = False
- Caption = '&Fetch new mail for the current'
- FocusControl = hkCheckCurrent
- end
- object lSendCurrent: TLabel
- Left = 8
- Top = 216
- Width = 185
- Height = 13
- AutoSize = False
- Caption = 'Send &Queued mail from the current'
- FocusControl = hkSendCurrent
- end
- object lAddrBook: TLabel
- Left = 208
- Top = 120
- Width = 185
- Height = 13
- AutoSize = False
- Caption = '&Address book'
- FocusControl = hkAddrBook
- end
- object lNewMsg: TLabel
- Left = 208
- Top = 168
- Width = 185
- Height = 13
- AutoSize = False
- Caption = '&New message'
- FocusControl = hkNew
- end
- object lTicker: TLabel
- Left = 208
- Top = 216
- Width = 185
- Height = 13
- AutoSize = False
- Caption = 'Open &MailTicker messages'
- FocusControl = hkTicker
- end
- object CommentBevel: TBevel
- Left = 8
- Top = 8
- Width = 377
- Height = 49
- end
- object lComment: TLabel
- Left = 16
- Top = 16
- Width = 361
- Height = 33
- AutoSize = False
- Caption =
- 'You can define system Hot-Keys for functions you can use when ot' +
- 'her applications are active. '
- WordWrap = True
- end
- object hkTray: THotKey
- Left = 208
- Top = 88
- Width = 177
- Height = 19
- HotKey = 0
- InvalidKeys = [hcNone]
- Modifiers = []
- TabOrder = 4
- end
- object hkCheckAll: THotKey
- Left = 8
- Top = 88
- Width = 177
- Height = 19
- HotKey = 0
- InvalidKeys = [hcNone]
- Modifiers = []
- TabOrder = 0
- end
- object hkSendAll: THotKey
- Left = 8
- Top = 136
- Width = 177
- Height = 19
- HotKey = 0
- InvalidKeys = [hcNone]
- Modifiers = []
- TabOrder = 1
- end
- object hkCheckCurrent: THotKey
- Left = 8
- Top = 184
- Width = 177
- Height = 19
- HotKey = 0
- InvalidKeys = [hcNone]
- Modifiers = []
- TabOrder = 2
- end
- object hkSendCurrent: THotKey
- Left = 8
- Top = 232
- Width = 177
- Height = 19
- HotKey = 0
- InvalidKeys = [hcNone]
- Modifiers = []
- TabOrder = 3
- end
- object hkAddrBook: THotKey
- Left = 208
- Top = 136
- Width = 177
- Height = 19
- HotKey = 0
- InvalidKeys = [hcNone]
- Modifiers = []
- TabOrder = 5
- end
- object hkNew: THotKey
- Left = 208
- Top = 184
- Width = 177
- Height = 19
- HotKey = 0
- InvalidKeys = [hcNone]
- Modifiers = []
- TabOrder = 6
- end
- object hkTicker: THotKey
- Left = 208
- Top = 232
- Width = 177
- Height = 19
- HotKey = 0
- InvalidKeys = [hcNone]
- Modifiers = []
- TabOrder = 7
- end
- object bOK: TButton
- Left = 136
- Top = 272
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 8
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 224
- Top = 272
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 9
- end
- object bHelp: TButton
- Left = 312
- Top = 272
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 10
- OnClick = bHelpClick
- end
- end
-