home *** CD-ROM | disk | FTP | other *** search
- object GlobalPrefDlg: TGlobalPrefDlg
- Left = 212
- Top = 89
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'The Bat! - Preferences'
- ClientHeight = 399
- ClientWidth = 418
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Book: TPageControl
- Left = 0
- Top = 0
- Width = 418
- Height = 353
- ActivePage = tsGeneral
- Align = alTop
- TabOrder = 0
- OnChange = BookChange
- object tsGeneral: TTabSheet
- Caption = 'General'
- object lConnCentre: TLabel
- Left = 16
- Top = 256
- Width = 125
- Height = 13
- Caption = 'Display Connection Centre'
- FocusControl = cbConnCentre
- end
- object lMailTicker: TLabel
- Left = 16
- Top = 288
- Width = 108
- Height = 13
- Caption = 'Display MailTicker(TM)'
- FocusControl = cbMailTicker
- end
- object cbMiniTray: TCheckBox
- Left = 16
- Top = 56
- Width = 393
- Height = 17
- Caption = 'Minimise to the System Tray'
- TabOrder = 1
- end
- object cbAlwaysInTray: TCheckBox
- Left = 16
- Top = 16
- Width = 393
- Height = 17
- Caption = 'Always show icon in the System Tray'
- TabOrder = 0
- OnClick = cbAlwaysInTrayClick
- end
- object cbAnimation: TCheckBox
- Left = 16
- Top = 80
- Width = 393
- Height = 17
- Caption = 'Icon animation when unread messages are detected'
- TabOrder = 2
- end
- object cbExtImgViewer: TCheckBox
- Left = 16
- Top = 104
- Width = 393
- Height = 17
- Caption = 'Use external viewer to open attached images'
- TabOrder = 3
- end
- object cbCoolHints: TCheckBox
- Left = 16
- Top = 128
- Width = 393
- Height = 17
- Caption = '"Cool" hints'
- TabOrder = 4
- end
- object cbHTMLAuto: TCheckBox
- Left = 16
- Top = 152
- Width = 393
- Height = 17
- Caption = 'Display HTML part of messages automatically'
- TabOrder = 5
- end
- object cbHCImages: TCheckBox
- Left = 16
- Top = 176
- Width = 393
- Height = 17
- Caption = 'High colour images (change effective after restart)'
- TabOrder = 6
- end
- object cbConnCentre: TComboBox
- Left = 224
- Top = 252
- Width = 161
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Automatically'
- 'Always'
- 'Hide')
- TabOrder = 8
- end
- object cbMailTicker: TComboBox
- Left = 224
- Top = 284
- Width = 161
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Automatically'
- 'Always'
- 'Hide')
- TabOrder = 9
- end
- object cbBirthCheck: TCheckBox
- Left = 16
- Top = 200
- Width = 393
- Height = 17
- Caption = 'Inform about birthdays using address book data'
- TabOrder = 7
- end
- object cbShowTask: TCheckBox
- Left = 40
- Top = 32
- Width = 367
- Height = 17
- Caption = 'Do not display program icon on the Task Bar'
- TabOrder = 10
- OnClick = cbShowTaskClick
- end
- end
- object tbAdvanced: TTabSheet
- Caption = 'System'
- object lWDir: TLabel
- Left = 16
- Top = 16
- Width = 67
- Height = 13
- Caption = 'Mail Directory:'
- end
- object eWDir: TEdit
- Left = 16
- Top = 32
- Width = 281
- Height = 21
- ReadOnly = True
- TabOrder = 0
- end
- object bBrowseWDir: TButton
- Left = 304
- Top = 30
- Width = 89
- Height = 25
- Caption = 'Browse...'
- TabOrder = 1
- OnClick = bBrowseWDirClick
- end
- object cbFonts: TGroupBox
- Left = 16
- Top = 160
- Width = 377
- Height = 153
- Caption = 'Fonts'
- TabOrder = 3
- object Label1: TLabel
- Left = 16
- Top = 24
- Width = 64
- Height = 13
- Caption = 'Folders pane:'
- end
- object Label2: TLabel
- Left = 16
- Top = 88
- Width = 109
- Height = 13
- Caption = 'Message pane header:'
- end
- object eFolderFont: TEdit
- Left = 16
- Top = 40
- Width = 257
- Height = 49
- AutoSize = False
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- end
- object eHdrFont: TEdit
- Left = 16
- Top = 104
- Width = 257
- Height = 41
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- end
- object bFolderFont: TButton
- Left = 280
- Top = 38
- Width = 89
- Height = 25
- Caption = 'Change...'
- TabOrder = 2
- OnClick = bFolderFontClick
- end
- object bHeaderFont: TButton
- Tag = 1
- Left = 280
- Top = 102
- Width = 89
- Height = 25
- Caption = 'Change...'
- TabOrder = 3
- OnClick = bFolderFontClick
- end
- end
- object gbAutocomplete: TGroupBox
- Left = 16
- Top = 64
- Width = 377
- Height = 89
- Caption = 'AutoComplete'
- TabOrder = 2
- object lACSource: TLabel
- Left = 40
- Top = 44
- Width = 118
- Height = 13
- Caption = 'Complete addresses from'
- Enabled = False
- FocusControl = cbACSource
- end
- object cbAutocomplete: TCheckBox
- Left = 16
- Top = 24
- Width = 345
- Height = 17
- Caption = 'Complete automatically address/subject entry fields'
- TabOrder = 0
- OnClick = cbAutocompleteClick
- end
- object cbACSource: TComboBox
- Left = 40
- Top = 60
- Width = 329
- Height = 21
- Style = csDropDownList
- Enabled = False
- ItemHeight = 13
- Items.Strings = (
- 'Input History'
- 'Default Address Book only'
- 'All Address Books'
- 'History+Default Address Book'
- 'History+All Address Books')
- TabOrder = 1
- end
- end
- end
- object tbApps: TTabSheet
- Caption = 'Applications'
- object lCheckDefaultAux: TLabel
- Left = 42
- Top = 296
- Width = 3
- Height = 13
- Caption = ' '
- end
- object gbAssociations: TGroupBox
- Left = 16
- Top = 8
- Width = 377
- Height = 153
- Caption = 'Associate The Bat! with specific file types/URLs'
- TabOrder = 0
- object cbMSG: TCheckBox
- Left = 16
- Top = 48
- Width = 345
- Height = 17
- Caption = '.MSG - e-mail message files in RFC-822 format'
- TabOrder = 1
- end
- object cbEML: TCheckBox
- Left = 16
- Top = 72
- Width = 345
- Height = 17
- Caption = '.EML - e-mail message files in RFC-822 format'
- TabOrder = 2
- end
- object cbVCF: TCheckBox
- Left = 16
- Top = 96
- Width = 345
- Height = 17
- Caption = '.VCF - electronic visitor card files (vCard)'
- TabOrder = 3
- end
- object bAssociate: TButton
- Left = 224
- Top = 120
- Width = 147
- Height = 25
- Caption = 'Associate now'
- TabOrder = 4
- OnClick = bAssociateClick
- end
- object cbMailto: TCheckBox
- Left = 16
- Top = 24
- Width = 353
- Height = 17
- Caption = 'mailto: - the URL for creating mail messages'
- TabOrder = 0
- end
- end
- object GroupBox2: TGroupBox
- Left = 16
- Top = 168
- Width = 377
- Height = 105
- Caption = 'Simple MAPI'
- TabOrder = 1
- object Label3: TLabel
- Left = 16
- Top = 24
- Width = 353
- Height = 41
- AutoSize = False
- Caption =
- 'Simple MAPI is a program interface used by many applications hel' +
- 'ping them to communicate with e-mail client in order to create/s' +
- 'end/access messages generated by those applications'
- WordWrap = True
- end
- object bInstallMAPI: TButton
- Left = 24
- Top = 72
- Width = 329
- Height = 25
- Caption = 'Install The Bat! as the Simple MAPI request handler'
- TabOrder = 0
- OnClick = bInstallMAPIClick
- end
- end
- object cbCheckDefault: TCheckBox
- Left = 24
- Top = 280
- Width = 377
- Height = 17
- Caption = 'Check that The Bat! is the default mail client at startup'
- TabOrder = 2
- end
- end
- object tbWarnings: TTabSheet
- Caption = 'Warnings'
- object gbVirus: TGroupBox
- Left = 8
- Top = 8
- Width = 393
- Height = 297
- Caption = 'Virus/Trojan Alert (attachment opening)'
- TabOrder = 0
- object Label4: TLabel
- Left = 16
- Top = 56
- Width = 141
- Height = 13
- Caption = '&Disable opening of these files:'
- FocusControl = eDisableMask
- end
- object Label5: TLabel
- Left = 16
- Top = 112
- Width = 219
- Height = 13
- Caption = '&Enable opening of these files without any alert:'
- FocusControl = eEnableMask
- end
- object Label6: TLabel
- Left = 16
- Top = 168
- Width = 188
- Height = 13
- Caption = '&Always display warning about these files'
- FocusControl = eWarnMask
- end
- object lMaskDesc: TLabel
- Left = 16
- Top = 224
- Width = 361
- Height = 57
- AutoSize = False
- Caption =
- 'NOTE: use "wildcards" to specify a file type is allowed. Use com' +
- 'mas to separate different flie masks. The *.* mask means "any fi' +
- 'le".'
- WordWrap = True
- end
- object cbDoubleExt: TCheckBox
- Left = 16
- Top = 24
- Width = 361
- Height = 17
- Caption =
- 'Display additional alert when a file has double extension (e.g.' +
- ' .TXT.EXE)'
- TabOrder = 0
- end
- object eDisableMask: TEdit
- Left = 16
- Top = 72
- Width = 361
- Height = 21
- TabOrder = 1
- end
- object eEnableMask: TEdit
- Left = 16
- Top = 128
- Width = 361
- Height = 21
- TabOrder = 2
- end
- object eWarnMask: TEdit
- Left = 16
- Top = 184
- Width = 361
- Height = 21
- TabOrder = 3
- end
- end
- end
- object tsSrcView: TTabSheet
- Caption = 'Source View'
- object lItem: TLabel
- Left = 8
- Top = 280
- Width = 23
- Height = 13
- Caption = 'Item:'
- end
- object lSrcSample: TLabel
- Left = 8
- Top = 8
- Width = 100
- Height = 13
- Caption = 'Sample Source view:'
- end
- object pnView: TPanel
- Left = 8
- Top = 24
- Width = 393
- Height = 241
- BevelOuter = bvNone
- TabOrder = 0
- end
- object cbItem: TComboBox
- Left = 8
- Top = 296
- Width = 297
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Font'
- 'Header fields colour'
- 'Header text colour'
- 'Plain text colour'
- 'MIME part header fields colour'
- 'MIME part header text colour'
- 'MIME preamble/postamble colour'
- 'MIME part boundary (odd) colour'
- 'MIME part boundary (even) colour')
- TabOrder = 1
- end
- object bChangeSrc: TButton
- Left = 312
- Top = 294
- Width = 91
- Height = 25
- Caption = '&Change...'
- TabOrder = 2
- OnClick = bChangeSrcClick
- end
- end
- end
- object bOK: TButton
- Left = 208
- Top = 368
- Width = 91
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 312
- Top = 368
- Width = 99
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object dFont: TFontDialog
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 20
- MaxFontSize = 0
- Options = [fdLimitSize]
- Left = 32
- Top = 368
- end
- object dColor: TColorDialog
- Ctl3D = True
- Left = 72
- Top = 368
- end
- end
-