home *** CD-ROM | disk | FTP | other *** search
Text File | 2004-02-23 | 62.5 KB | 2,559 lines |
- object UserDialog: TUserDialog
- Left = 132
- Top = 145
- HelpContext = 10011
- ActiveControl = lTabs
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- BorderWidth = 3
- Caption = 'Account Properties'
- ClientHeight = 439
- ClientWidth = 624
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object bOK: TButton
- Left = 320
- Top = 408
- Width = 91
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object bCancel: TButton
- Left = 424
- Top = 408
- Width = 91
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object bMacro: TButton
- Left = 184
- Top = 408
- Width = 89
- Height = 25
- Caption = '&Macros...'
- Enabled = False
- TabOrder = 2
- OnClick = bMacroClick
- end
- object lTabs: TTreeView
- Left = 0
- Top = 1
- Width = 180
- Height = 390
- HideSelection = False
- Images = lImages
- Indent = 19
- ReadOnly = True
- TabOrder = 0
- OnChange = lTabsChange
- OnKeyPress = lTabsKeyPress
- Items.Data = {
- 09000000200000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
- 0747656E6572616C220000000100000000000000FFFFFFFFFFFFFFFF00000000
- 00000000095472616E73706F72742B0000000200000000000000FFFFFFFFFFFF
- FFFF0000000002000000124D657373616765206D616E6167656D656E74210000
- 001000000000000000FFFFFFFFFFFFFFFF00000000000000000844656C657469
- 6F6E270000001100000000000000FFFFFFFFFFFFFFFF00000000000000000E49
- 4D41502046696E652D54756E65200000000300000000000000FFFFFFFFFFFFFF
- FF0000000000000000074F7074696F6E732C0000000400000000000000FFFFFF
- FFFFFFFFFF00000000000000001346696C65732026206469726563746F726965
- 73220000000500000000000000FFFFFFFFFFFFFFFF0000000006000000095465
- 6D706C61746573240000000600000000000000FFFFFFFFFFFFFFFF0000000000
- 0000000B4E6577206D6573736167651E0000000700000000000000FFFFFFFFFF
- FFFFFF0000000000000000055265706C79200000000800000000000000FFFFFF
- FFFFFFFFFF000000000000000007466F72776172642D00000009000000000000
- 00FFFFFFFFFFFFFFFF00000000000000001452656164696E6720636F6E666972
- 6D6174696F6E250000000A00000000000000FFFFFFFFFFFFFFFF000000000000
- 00000C53617665206D657373616765200000000B00000000000000FFFFFFFFFF
- FFFFFF000000000000000007436F6F6B6965731E0000000C00000000000000FF
- FFFFFFFFFFFFFF000000000000000005536F756E64200000000D000000000000
- 00FFFFFFFFFFFFFFFF0000000000000000074E6574776F726B1D0000000E0000
- 0000000000FFFFFFFFFFFFFFFF0000000000000000044D656D6F}
- end
- object bHelp: TButton
- Left = 528
- Top = 408
- Width = 89
- Height = 25
- Caption = 'Help'
- TabOrder = 5
- OnClick = bHelpClick
- end
- object Book: TPageControl
- Left = 184
- Top = 0
- Width = 440
- Height = 394
- ActivePage = tsReply
- TabOrder = 1
- TabStop = False
- OnEnter = eTemplateEnter
- object tsGeneral: TTabSheet
- Caption = 'General'
- object lName: TLabel
- Left = 16
- Top = 20
- Width = 28
- Height = 13
- Caption = '&Name'
- FocusControl = eName
- end
- object lAddrBook: TLabel
- Left = 8
- Top = 284
- Width = 192
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Default address book:'
- FocusControl = cbAddrBook
- end
- object eName: TEdit
- Left = 112
- Top = 16
- Width = 305
- Height = 21
- TabOrder = 0
- end
- object bEditCertificates: TButton
- Left = 112
- Top = 46
- Width = 153
- Height = 25
- Caption = 'Edit personal Certificates'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = bEditCertificatesClick
- end
- object bvCard: TButton
- Left = 286
- Top = 46
- Width = 130
- Height = 25
- Caption = '&Edit personal vCard'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- OnClick = bvCardClick
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 80
- Width = 409
- Height = 97
- Caption = 'From information'
- TabOrder = 3
- object lFromName: TLabel
- Left = 3
- Top = 20
- Width = 110
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&From Name'
- FocusControl = eFromName
- end
- object lFromAddr: TLabel
- Left = 3
- Top = 45
- Width = 110
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'From &Address'
- FocusControl = eFromAddr
- end
- object lOrg: TLabel
- Left = 3
- Top = 70
- Width = 110
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Organisation'
- FocusControl = eOrg
- end
- object eFromName: TEdit
- Left = 120
- Top = 16
- Width = 281
- Height = 21
- TabOrder = 0
- OnExit = eFromNameExit
- end
- object eFromAddr: TEdit
- Left = 120
- Top = 41
- Width = 281
- Height = 21
- TabOrder = 1
- OnExit = eFromAddrExit
- end
- object eOrg: TEdit
- Left = 120
- Top = 66
- Width = 281
- Height = 21
- TabOrder = 2
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 184
- Width = 409
- Height = 81
- Caption = 'Reply-To information'
- TabOrder = 4
- object lReplyAddr: TLabel
- Left = 3
- Top = 52
- Width = 110
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Reply-To A&ddress'
- FocusControl = eReplyAddr
- end
- object lReplyName: TLabel
- Left = 3
- Top = 22
- Width = 110
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Reply-To Name'
- FocusControl = eReplyName
- end
- object eReplyName: TEdit
- Left = 120
- Top = 18
- Width = 281
- Height = 21
- TabOrder = 0
- end
- object eReplyAddr: TEdit
- Left = 120
- Top = 48
- Width = 281
- Height = 21
- TabOrder = 1
- end
- end
- object cbAddrBook: TComboBox
- Left = 208
- Top = 280
- Width = 201
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 5
- end
- object cbDefMailTo: TCheckBox
- Left = 24
- Top = 324
- Width = 401
- Height = 17
- Caption = '&This account is the default for "mailto:" URLs'
- TabOrder = 6
- end
- end
- object tsTransport: TTabSheet
- Caption = 'Transport'
- ImageIndex = 1
- object lServerTimeout: TLabel
- Left = 16
- Top = 252
- Width = 75
- Height = 13
- Caption = 'Server &Timeout:'
- FocusControl = eTimeout
- end
- object lServerTimeoutSec: TLabel
- Left = 240
- Top = 252
- Width = 17
- Height = 13
- Caption = 'sec'
- end
- object lDelivery: TLabel
- Left = 16
- Top = 284
- Width = 61
- Height = 13
- Caption = '&Delivery type'
- FocusControl = cbDelivery
- end
- object gbSendMail: TGroupBox
- Left = 8
- Top = 8
- Width = 418
- Height = 81
- Caption = 'Send mail'
- TabOrder = 0
- object lSMTPl: TLabel
- Left = 26
- Top = 20
- Width = 64
- Height = 13
- Alignment = taRightJustify
- Caption = '&SMTP Server'
- FocusControl = eSMTP
- end
- object lSendConnType: TLabel
- Left = 37
- Top = 53
- Width = 54
- Height = 13
- Alignment = taRightJustify
- Caption = 'Connection'
- FocusControl = cbSendConnection
- end
- object lSendProt: TLabel
- Left = 312
- Top = 53
- Width = 50
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Port'
- FocusControl = eSendPort
- end
- object eSMTP: TEdit
- Left = 96
- Top = 16
- Width = 185
- Height = 21
- TabOrder = 0
- end
- object bSendAuth: TButton
- Left = 288
- Top = 14
- Width = 121
- Height = 25
- Caption = 'Authentication...'
- TabOrder = 1
- OnClick = bSendAuthClick
- end
- object cbSendConnection: TComboBox
- Left = 96
- Top = 48
- Width = 209
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- OnChange = cbSendConnectionChange
- Items.Strings = (
- 'Regular'
- 'Secure to regular port (STARTTLS)'
- 'Secure to dedicated port (TLS)')
- end
- object eSendPort: TEdit
- Left = 368
- Top = 48
- Width = 41
- Height = 21
- MaxLength = 5
- TabOrder = 3
- OnChange = eSendPortChange
- OnKeyPress = eSendPortKeyPress
- end
- end
- object gbReceiveMail: TGroupBox
- Left = 8
- Top = 96
- Width = 417
- Height = 137
- Caption = 'Receive mail'
- TabOrder = 1
- object lPop: TLabel
- Left = 37
- Top = 20
- Width = 53
- Height = 13
- Alignment = taRightJustify
- Caption = '&Mail Server'
- FocusControl = ePop
- end
- object lPopUser: TLabel
- Left = 68
- Top = 48
- Width = 22
- Height = 13
- Alignment = taRightJustify
- Caption = '&User'
- FocusControl = ePopUser
- end
- object lbProtocol: TLabel
- Left = 288
- Top = 48
- Width = 66
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Protocol:'
- FocusControl = cbProtocol
- end
- object lReceConnectionType: TLabel
- Left = 37
- Top = 109
- Width = 54
- Height = 13
- Alignment = taRightJustify
- Caption = 'Connection'
- FocusControl = cbReceConnection
- end
- object lRecePort: TLabel
- Left = 312
- Top = 109
- Width = 42
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Port'
- FocusControl = eRecePort
- end
- object lbProtoName: TLabel
- Left = 360
- Top = 48
- Width = 33
- Height = 13
- Caption = 'POP3'
- end
- object ePop: TEdit
- Left = 96
- Top = 16
- Width = 177
- Height = 21
- TabOrder = 0
- end
- object ePopUser: TEdit
- Left = 96
- Top = 44
- Width = 161
- Height = 21
- TabOrder = 2
- end
- object cbProtocol: TComboBox
- Left = 192
- Top = 12
- Width = 81
- Height = 21
- Style = csDropDownList
- Enabled = False
- ItemHeight = 13
- TabOrder = 4
- Visible = False
- OnChange = cbProtocolChange
- Items.Strings = (
- 'POP3'
- 'IMAP4')
- end
- object bReceiveAuth: TButton
- Left = 288
- Top = 14
- Width = 121
- Height = 25
- Caption = 'Authentication...'
- TabOrder = 1
- OnClick = bReceAuthClick
- end
- object nbPassword: TNotebook
- Left = 3
- Top = 66
- Width = 262
- Height = 35
- TabOrder = 3
- object TPage
- Left = 0
- Top = 0
- Caption = 'Default'
- object lPsw: TLabel
- Left = 43
- Top = 10
- Width = 46
- Height = 13
- Alignment = taRightJustify
- Caption = '&Password'
- FocusControl = ePopPsw
- end
- object ePopPsw: TEdit
- Left = 93
- Top = 6
- Width = 161
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- Text = 'ePopPsw'
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'pChange'
- object bChangePwd: TButton
- Left = 93
- Top = 6
- Width = 164
- Height = 25
- Caption = 'Change Password'
- TabOrder = 0
- end
- end
- end
- object cbReceConnection: TComboBox
- Left = 96
- Top = 104
- Width = 209
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 5
- OnChange = cbReceConnectionChange
- Items.Strings = (
- 'Regular'
- 'Secure to regular port (STARTTLS)'
- 'Secure to dedicated port (TLS)')
- end
- object eRecePort: TEdit
- Left = 360
- Top = 104
- Width = 41
- Height = 21
- MaxLength = 5
- TabOrder = 6
- OnChange = eRecePortChange
- OnKeyPress = eSendPortKeyPress
- end
- object bChangeProto: TButton
- Left = 288
- Top = 70
- Width = 121
- Height = 25
- Caption = 'Change...'
- TabOrder = 7
- OnClick = bChangeProtoClick
- end
- end
- object cbFullFetch: TCheckBox
- Left = 16
- Top = 320
- Width = 409
- Height = 17
- Caption = '&Combined delivery (send+receive)'
- TabOrder = 4
- end
- object eTimeout: TXSpinEdit
- Left = 152
- Top = 248
- Width = 81
- Height = 21
- TabOrder = 2
- Text = '60'
- MinValue = 0
- MaxValue = 3600000
- Value = 60
- Step = 10
- end
- object cbDelivery: TComboBox
- Left = 152
- Top = 280
- Width = 257
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 3
- Text = 'Immediate'
- Items.Strings = (
- 'Immediate'
- 'Deferred ')
- end
- end
- object tsMsgManagement: TTabSheet
- Caption = 'Message Management'
- ImageIndex = 2
- object AdvBook: TNotebook
- Left = 8
- Top = 8
- Width = 421
- Height = 289
- TabOrder = 0
- object TPage
- Left = 0
- Top = 0
- Caption = 'Default'
- object GroupBox11: TGroupBox
- Left = 0
- Top = 184
- Width = 417
- Height = 89
- Caption = 'Mail Dispatcher'
- TabOrder = 1
- object lDspLines: TLabel
- Left = 16
- Top = 20
- Width = 212
- Height = 13
- Caption = '&Message body lines to download with header'
- end
- object cbAutoDispatch: TCheckBox
- Left = 16
- Top = 42
- Width = 377
- Height = 17
- Caption = 'In&voke automatically at each mail check'
- TabOrder = 1
- OnClick = cbAutoDispatchClick
- end
- object cbDspAll: TCheckBox
- Left = 32
- Top = 64
- Width = 361
- Height = 17
- Caption = 'Show &all messages left on the server'
- TabOrder = 2
- end
- object eTopLines: TXSpinEdit
- Left = 304
- Top = 16
- Width = 65
- Height = 21
- TabOrder = 0
- Text = '0'
- MinValue = 0
- MaxValue = 10000
- Value = 0
- Step = 1
- end
- end
- object GroupBox6: TGroupBox
- Left = 0
- Top = 3
- Width = 417
- Height = 166
- Caption = 'Message management'
- TabOrder = 0
- object lKbytes: TLabel
- Left = 372
- Top = 120
- Width = 36
- Height = 13
- Caption = 'K Bytes'
- end
- object lDays: TLabel
- Left = 372
- Top = 67
- Width = 22
- Height = 13
- Caption = 'days'
- end
- object cbLimit: TCheckBox
- Left = 16
- Top = 120
- Width = 281
- Height = 17
- Caption = '&Receive header only if message size is greater than'
- TabOrder = 5
- OnClick = cbLimitClick
- end
- object cbDelete: TRadioButton
- Left = 16
- Top = 16
- Width = 377
- Height = 17
- Caption = '&Delete received messages from server'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = cbLeaveClick
- end
- object cbLeave: TRadioButton
- Left = 16
- Top = 40
- Width = 377
- Height = 17
- Caption = '&Leave messages on server'
- TabOrder = 1
- OnClick = cbLeaveClick
- end
- object cbDelTrash: TCheckBox
- Left = 32
- Top = 88
- Width = 361
- Height = 17
- Caption = 'Delete message from server when it is removed from &Trash'
- TabOrder = 4
- end
- object cbMaxDays: TCheckBox
- Left = 32
- Top = 64
- Width = 249
- Height = 17
- Caption = '&Keep messages on server for'
- TabOrder = 2
- OnClick = cbMaxDaysClick
- end
- object cbDelLargeMsgs: TCheckBox
- Left = 32
- Top = 144
- Width = 353
- Height = 17
- Caption = 'Delete large messages from the server'
- TabOrder = 7
- end
- object eMaxDays: TXSpinEdit
- Left = 304
- Top = 64
- Width = 65
- Height = 21
- TabOrder = 3
- Text = '0'
- MinValue = 0
- MaxValue = 3650
- Value = 0
- Step = 1
- end
- object eSize: TXSpinEdit
- Left = 304
- Top = 116
- Width = 65
- Height = 21
- TabOrder = 6
- Text = '0'
- MinValue = 0
- MaxValue = 10000000
- Value = 0
- Step = 1
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'IMAP'
- object gbIMAP: TGroupBox
- Left = 0
- Top = -2
- Width = 417
- Height = 291
- Caption = 'IMAP Options'
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 24
- Width = 55
- Height = 13
- Caption = '&Root folder:'
- FocusControl = eIMAProot
- end
- object eIMAProot: TEdit
- Left = 112
- Top = 20
- Width = 289
- Height = 21
- TabOrder = 0
- end
- object gbIMAPFolders: TGroupBox
- Left = 8
- Top = 56
- Width = 401
- Height = 121
- Caption = 'For pre-defined folders, use these IMAP mailboxes'
- TabOrder = 1
- object cbIMAPOutbox: TCheckBox
- Left = 8
- Top = 24
- Width = 145
- Height = 17
- Caption = 'O&utbox:'
- TabOrder = 0
- OnClick = cbIMAPOutboxClick
- end
- object cbIMAPSent: TCheckBox
- Left = 8
- Top = 54
- Width = 145
- Height = 17
- Caption = '&Sent mail:'
- TabOrder = 2
- OnClick = cbIMAPSentClick
- end
- object cbImapTrash: TCheckBox
- Left = 8
- Top = 86
- Width = 97
- Height = 17
- Caption = '&Trash'
- TabOrder = 4
- OnClick = cbImapTrashClick
- end
- object eImapOutbox: TComboBox
- Left = 160
- Top = 22
- Width = 233
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- end
- object eImapSent: TComboBox
- Left = 160
- Top = 54
- Width = 233
- Height = 21
- ItemHeight = 13
- TabOrder = 3
- end
- object eImapTrash: TComboBox
- Left = 160
- Top = 86
- Width = 233
- Height = 21
- ItemHeight = 13
- TabOrder = 5
- end
- end
- object cbIMAPAutoDisconnect: TCheckBox
- Left = 16
- Top = 262
- Width = 233
- Height = 17
- Caption = 'When inactive, &disconnect after'
- TabOrder = 3
- OnClick = cbIMAPAutoDisconnectClick
- end
- object eIMAPdcTime: TXSpinEdit
- Left = 264
- Top = 258
- Width = 49
- Height = 21
- TabOrder = 4
- Text = '1'
- MinValue = 1
- MaxValue = 10000000
- Value = 1
- Step = 1
- end
- object cbIMAPdcInterval: TComboBox
- Left = 320
- Top = 258
- Width = 81
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 1
- TabOrder = 5
- Text = 'minutes'
- Items.Strings = (
- 'seconds'
- 'minutes'
- 'hours')
- end
- object gbIMAPconnect: TGroupBox
- Left = 8
- Top = 186
- Width = 401
- Height = 65
- Caption = 'Automatically connect to the server'
- TabOrder = 2
- object cbIMAPConnectStartup: TCheckBox
- Left = 8
- Top = 16
- Width = 185
- Height = 17
- Caption = '&At startup'
- TabOrder = 0
- end
- object cbIMAPConnectFolders: TCheckBox
- Left = 8
- Top = 40
- Width = 185
- Height = 17
- Caption = '&For managing folders'
- TabOrder = 1
- end
- object cbIMAPConnectSelected: TCheckBox
- Left = 200
- Top = 16
- Width = 193
- Height = 17
- Caption = 'W&hen account is selected'
- TabOrder = 2
- end
- object cbImapConnectAny: TCheckBox
- Left = 200
- Top = 40
- Width = 177
- Height = 17
- Caption = 'By any &command'
- TabOrder = 3
- end
- end
- end
- end
- end
- object cb8Bit: TRadioGroup
- Left = 8
- Top = 312
- Width = 417
- Height = 41
- Caption = '8-bit characters are treated'
- Columns = 3
- ItemIndex = 0
- Items.Strings = (
- '&Without changes'
- 'as &Quoted-printable'
- 'as &Base64')
- TabOrder = 1
- end
- end
- object tsOptions: TTabSheet
- Caption = 'Options'
- ImageIndex = 5
- object lPsec: TLabel
- Left = 376
- Top = 97
- Width = 17
- Height = 13
- Caption = 'sec'
- end
- object lMaxLog: TLabel
- Left = 13
- Top = 145
- Width = 284
- Height = 14
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Maximum Log file size is'
- end
- object lLKbytes: TLabel
- Left = 376
- Top = 144
- Width = 35
- Height = 13
- Caption = 'K bytes'
- end
- object gbChecking: TGroupBox
- Left = 8
- Top = 14
- Width = 417
- Height = 67
- Caption = 'Mailbox checking'
- TabOrder = 0
- object cbCheck: TCheckBox
- Left = 8
- Top = 20
- Width = 377
- Height = 17
- Caption = '&Check mailbox at start-up'
- TabOrder = 0
- end
- object cbAutoCheck: TCheckBox
- Left = 8
- Top = 44
- Width = 249
- Height = 17
- Caption = '&Periodical checking each'
- TabOrder = 1
- OnClick = cbAutoCheckClick
- end
- object cbPeriodTime: TComboBox
- Left = 336
- Top = 40
- Width = 73
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 3
- Text = 'minutes'
- Items.Strings = (
- 'minutes'
- 'seconds')
- end
- object eCheck: TXSpinEdit
- Left = 256
- Top = 40
- Width = 73
- Height = 21
- TabOrder = 2
- Text = '0'
- MinValue = 0
- MaxValue = 60000
- Value = 0
- Step = 1
- end
- end
- object cbMarkRead: TCheckBox
- Left = 16
- Top = 96
- Width = 287
- Height = 17
- Caption = 'Mark message as read when it is being read for'
- TabOrder = 1
- OnClick = cbMarkReadClick
- end
- object cbIgnoreAll: TCheckBox
- Left = 16
- Top = 166
- Width = 396
- Height = 17
- Caption = '&Ignore '#39'Check All Accounts'#39' request'
- TabOrder = 5
- end
- object cb8bitHdr: TCheckBox
- Left = 16
- Top = 188
- Width = 396
- Height = 17
- Caption = 'Allow &8-bit characters in message header'
- TabOrder = 6
- end
- object cbCheckLocked: TCheckBox
- Left = 16
- Top = 210
- Width = 396
- Height = 17
- Caption = '&Allow send/fetch without entering the access password (if any)'
- TabOrder = 7
- end
- object cbEmptyTrash: TCheckBox
- Left = 16
- Top = 232
- Width = 393
- Height = 18
- Caption = '&Empty Trash folder on exit'
- TabOrder = 8
- end
- object cbCompressFolders: TCheckBox
- Left = 16
- Top = 255
- Width = 393
- Height = 17
- Caption = 'Compress all folders on exit'
- TabOrder = 9
- end
- object cbEditCFG: TGroupBox
- Left = 16
- Top = 280
- Width = 401
- Height = 81
- Caption = 'Message Editor Settings'
- TabOrder = 10
- object cbCfmImmSend: TCheckBox
- Left = 8
- Top = 16
- Width = 241
- Height = 17
- Caption = 'Confirm i&mmediate sending '
- TabOrder = 0
- end
- object cbUsePGP: TCheckBox
- Left = 256
- Top = 16
- Width = 137
- Height = 17
- Caption = 'Enable OpenPGP'
- TabOrder = 3
- end
- object cbUseSMIME: TCheckBox
- Left = 256
- Top = 36
- Width = 137
- Height = 17
- Caption = 'Enable S/MIME'
- TabOrder = 4
- end
- object cbSignCompleted: TCheckBox
- Left = 8
- Top = 36
- Width = 241
- Height = 17
- Caption = 'Sign when Completed'
- TabOrder = 1
- end
- object cbEncryptCompleted: TCheckBox
- Left = 8
- Top = 56
- Width = 241
- Height = 17
- Caption = 'Encrypt when Completed'
- TabOrder = 2
- end
- end
- object cbMarkReadOpen: TCheckBox
- Left = 16
- Top = 116
- Width = 397
- Height = 18
- Caption = 'Mark message as read only when it is open in a separate window'
- TabOrder = 3
- OnClick = cbMarkReadOpenClick
- end
- object eReadTime: TXSpinEdit
- Left = 312
- Top = 92
- Width = 57
- Height = 21
- TabOrder = 2
- Text = '0'
- MinValue = 0
- MaxValue = 10000000
- Value = 0
- Step = 1
- end
- object eMaxLog: TXSpinEdit
- Left = 312
- Top = 142
- Width = 57
- Height = 21
- TabOrder = 4
- Text = '0'
- MinValue = 0
- MaxValue = 1000000000
- Value = 0
- Step = 1
- end
- end
- object tsFiles: TTabSheet
- Caption = 'Files and Directories'
- ImageIndex = 6
- object lHomeDir: TLabel
- Left = 8
- Top = 12
- Width = 73
- Height = 13
- Caption = '&Home Directory'
- FocusControl = bHomeDir
- end
- object eHomeDir: TEdit
- Left = 8
- Top = 28
- Width = 233
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- end
- object bHomeDir: TButton
- Left = 247
- Top = 26
- Width = 82
- Height = 25
- Caption = 'Browse'
- TabOrder = 1
- OnClick = bHomeDirClick
- end
- object bClearHome: TButton
- Left = 336
- Top = 26
- Width = 89
- Height = 25
- Caption = 'Clear'
- TabOrder = 2
- OnClick = bClearHomeClick
- end
- object gbAttach: TGroupBox
- Left = 8
- Top = 56
- Width = 417
- Height = 201
- Caption = 'Attachments'
- TabOrder = 3
- object lAttachDir: TLabel
- Left = 8
- Top = 88
- Width = 42
- Height = 13
- Caption = '&Directory'
- FocusControl = eAttachDir
- end
- object lAttEncoding: TLabel
- Left = 8
- Top = 24
- Width = 178
- Height = 13
- Caption = '&By default, encode attachments using'
- FocusControl = cbAttEncoding
- end
- object lStoreAttach: TLabel
- Left = 8
- Top = 56
- Width = 102
- Height = 13
- Caption = '&Keep attachment files'
- FocusControl = cbStoreAttach
- end
- object bClearAtt: TButton
- Left = 320
- Top = 102
- Width = 89
- Height = 25
- Caption = 'Clear'
- TabOrder = 4
- OnClick = bClearAttClick
- end
- object eAttachDir: TEdit
- Left = 8
- Top = 104
- Width = 217
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 2
- OnKeyDown = eHomeDirKeyDown
- end
- object bBrowseAtt: TButton
- Left = 232
- Top = 102
- Width = 81
- Height = 25
- Caption = 'Browse'
- TabOrder = 3
- OnClick = bHomeDirClick
- end
- object cbTrashAttach: TCheckBox
- Left = 16
- Top = 144
- Width = 393
- Height = 17
- Caption =
- 'Delete attached files when a message is deleted from &Trash fold' +
- 'er'
- TabOrder = 5
- end
- object cbBindAttach: TCheckBox
- Left = 16
- Top = 168
- Width = 393
- Height = 17
- Caption = 'Bind attachments only while sending out mail'
- TabOrder = 6
- end
- object cbAttEncoding: TComboBox
- Left = 240
- Top = 20
- Width = 169
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- Items.Strings = (
- 'MIME Base64'
- 'UU Encoding')
- end
- object cbStoreAttach: TComboBox
- Left = 184
- Top = 54
- Width = 225
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- Items.Strings = (
- 'Separately in a special directory'
- 'In message bodies')
- end
- end
- object gbSplit: TGroupBox
- Left = 8
- Top = 264
- Width = 417
- Height = 81
- Caption = 'Message Splitting'
- TabOrder = 4
- object lSuggestSplit: TLabel
- Left = 16
- Top = 20
- Width = 233
- Height = 13
- AutoSize = False
- Caption = '&Suggested split size is'
- end
- object lSplitSize: TLabel
- Left = 328
- Top = 20
- Width = 36
- Height = 13
- Caption = 'K Bytes'
- end
- object cbSplitSize: TCheckBox
- Left = 16
- Top = 48
- Width = 393
- Height = 17
- Caption = 'By default, split outbound messages larger than this size'
- TabOrder = 1
- end
- object eSplitSize: TXSpinEdit
- Left = 256
- Top = 16
- Width = 65
- Height = 21
- TabOrder = 0
- Text = '16'
- MinValue = 16
- MaxValue = 9000000
- Value = 16
- Step = 1
- end
- end
- end
- object tsTemplates: TTabSheet
- Caption = 'Templates'
- ImageIndex = 7
- object GroupBox10: TGroupBox
- Left = 16
- Top = 8
- Width = 401
- Height = 345
- TabOrder = 0
- object lTemp: TLabel
- Left = 8
- Top = 15
- Width = 385
- Height = 266
- AutoSize = False
- WordWrap = True
- end
- object bQuick: TButton
- Left = 8
- Top = 306
- Width = 377
- Height = 25
- Caption = 'Edit Quick Templates'
- TabOrder = 0
- OnClick = bQuickClick
- end
- end
- end
- object tsNewMsg: TTabSheet
- Caption = 'New Message'
- ImageIndex = 8
- object lTemplate: TLabel
- Left = 8
- Top = 8
- Width = 136
- Height = 13
- Caption = '&Template for a new message'
- FocusControl = eTemplate
- end
- object lCahrset: TLabel
- Left = 8
- Top = 320
- Width = 85
- Height = 13
- Caption = '&Use Character set'
- FocusControl = cbCharset
- end
- object eTemplate: TMemo
- Left = 8
- Top = 24
- Width = 415
- Height = 289
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Courier'
- Font.Style = []
- ParentFont = False
- PopupMenu = mPop
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- OnEnter = eTemplateEnter
- end
- object cbCharset: TComboBox
- Left = 8
- Top = 340
- Width = 177
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- end
- object cbRRQ: TCheckBox
- Left = 200
- Top = 320
- Width = 209
- Height = 17
- Caption = '&Receipt request'
- TabOrder = 2
- end
- object cbRCR: TCheckBox
- Left = 200
- Top = 344
- Width = 209
- Height = 17
- Caption = 'Reading Confirmation'
- TabOrder = 3
- end
- end
- object tsReply: TTabSheet
- Caption = 'Reply'
- ImageIndex = 9
- object lRTemplate: TLabel
- Left = 8
- Top = 8
- Width = 74
- Height = 13
- Caption = '&Reply Template'
- FocusControl = eRTemplate
- end
- object eRTemplate: TMemo
- Left = 8
- Top = 24
- Width = 414
- Height = 233
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Courier'
- Font.Style = []
- ParentFont = False
- PopupMenu = mPop
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- OnEnter = eTemplateEnter
- end
- object cbQuote: TRadioGroup
- Left = 8
- Top = 264
- Width = 417
- Height = 57
- Caption = 'Sender information used for quotation'
- Columns = 3
- ItemIndex = 0
- Items.Strings = (
- '&None'
- '&Initials'
- '&First name'
- '&Last Name'
- 'Fir&st initial'
- 'F&ull name')
- TabOrder = 1
- end
- object cbReplyNumbering: TCheckBox
- Left = 8
- Top = 332
- Width = 401
- Height = 17
- Caption = 'Use reply numbering in the subject line'
- TabOrder = 2
- end
- object cbNoFromInReply: TCheckBox
- Left = 8
- Top = 348
- Width = 401
- Height = 17
- Caption = 'Do not use FROM name for REPLY-TO address'
- TabOrder = 3
- end
- end
- object tsForward: TTabSheet
- Caption = 'Forward'
- ImageIndex = 10
- object lFTemplate: TLabel
- Left = 8
- Top = 8
- Width = 95
- Height = 13
- Caption = '&Forwarding template'
- FocusControl = eFTemplate
- end
- object cbMimeFwd: TCheckBox
- Left = 8
- Top = 344
- Width = 401
- Height = 17
- Caption = 'Forward messages as attachments (&MIME standard)'
- TabOrder = 1
- end
- object eFTemplate: TMemo
- Left = 8
- Top = 24
- Width = 413
- Height = 305
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Courier'
- Font.Style = []
- ParentFont = False
- PopupMenu = mPop
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- OnEnter = eTemplateEnter
- end
- end
- object tsConfirm: TTabSheet
- Caption = 'Reading Confirmation'
- ImageIndex = 11
- object lConfirm: TLabel
- Left = 8
- Top = 8
- Width = 143
- Height = 13
- Caption = '&Reading confirmation template'
- end
- object eConfirm: TMemo
- Left = 8
- Top = 24
- Width = 413
- Height = 241
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Courier'
- Font.Style = []
- ParentFont = False
- PopupMenu = mPop
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- OnEnter = eTemplateEnter
- end
- object rgRCRaction: TRadioGroup
- Left = 8
- Top = 280
- Width = 413
- Height = 57
- Caption = 'Action'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- '&Put in Outbox'
- '&Send immediately'
- '&Edit'
- '&Ignore')
- TabOrder = 1
- end
- object cbRCRPrompt: TCheckBox
- Left = 16
- Top = 348
- Width = 393
- Height = 17
- Caption = 'Prompt before the &Action'
- TabOrder = 2
- end
- end
- object tsSaveTpl: TTabSheet
- Caption = 'Save Message'
- ImageIndex = 12
- object lSaveTpl: TLabel
- Left = 8
- Top = 8
- Width = 113
- Height = 13
- Caption = '&Save message template'
- end
- object eSaveTpl: TMemo
- Left = 8
- Top = 24
- Width = 413
- Height = 338
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Courier'
- Font.Style = []
- ParentFont = False
- PopupMenu = mPop
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- OnEnter = eTemplateEnter
- end
- end
- object tsCookies: TTabSheet
- Caption = 'Cookies'
- ImageIndex = 13
- object lCookies: TLabel
- Left = 8
- Top = 8
- Width = 57
- Height = 13
- Caption = '&Cookie lines'
- FocusControl = eCookies
- end
- object eCookies: TMemo
- Left = 8
- Top = 24
- Width = 413
- Height = 305
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- end
- object bClearCookies: TButton
- Left = 96
- Top = 336
- Width = 75
- Height = 25
- Caption = '&Clear'
- TabOrder = 1
- OnClick = bClearCookiesClick
- end
- object bAddCookies: TButton
- Left = 200
- Top = 336
- Width = 131
- Height = 25
- Caption = '&Add from file...'
- TabOrder = 2
- OnClick = bAddCookiesClick
- end
- end
- object tsSound: TTabSheet
- Caption = 'Sound'
- ImageIndex = 14
- object cbSound: TCheckBox
- Left = 16
- Top = 16
- Width = 385
- Height = 17
- Caption = '&Play sound when new mail arrives'
- TabOrder = 0
- OnClick = cbSoundClick
- end
- object GroupBox7: TGroupBox
- Left = 8
- Top = 48
- Width = 412
- Height = 145
- Caption = 'Sound options'
- TabOrder = 1
- object lSound: TLabel
- Left = 8
- Top = 28
- Width = 16
- Height = 13
- Caption = 'File'
- FocusControl = eSound
- end
- object lInterval: TLabel
- Left = 8
- Top = 113
- Width = 275
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Allow sound only within time interval'
- FocusControl = eInterval
- end
- object eSound: TEdit
- Left = 48
- Top = 24
- Width = 353
- Height = 21
- ReadOnly = True
- TabOrder = 0
- end
- object bBrowseWAV: TButton
- Left = 192
- Top = 52
- Width = 99
- Height = 25
- Caption = '&Browse...'
- TabOrder = 1
- OnClick = bBrowseWAVClick
- end
- object bTestSound: TButton
- Left = 304
- Top = 52
- Width = 97
- Height = 25
- Caption = '&Test now'
- TabOrder = 2
- OnClick = bTestSoundClick
- end
- object eInterval: TTimeIntervalEdit
- Left = 296
- Top = 110
- Width = 105
- Height = 21
- EditMask = '##:##-##:##;1;0'
- MaxLength = 11
- TabOrder = 3
- Text = ' : - : '
- end
- end
- end
- object tsNetwork: TTabSheet
- Caption = 'Network'
- ImageIndex = 15
- object cbOwnConnection: TCheckBox
- Left = 16
- Top = 16
- Width = 401
- Height = 17
- Caption = 'Use Account-specific Network settings'
- TabOrder = 0
- OnClick = cbOwnConnectionClick
- end
- object gConnection: TGroupBox
- Left = 8
- Top = 48
- Width = 413
- Height = 241
- Caption = 'Connect to the Internet using'
- TabOrder = 1
- object lbHold: TLabel
- Left = 40
- Top = 148
- Width = 98
- Height = 13
- Caption = '&Pause between dials'
- end
- object lbSec: TLabel
- Left = 312
- Top = 148
- Width = 17
- Height = 13
- Caption = 'sec'
- end
- object lbRetries: TLabel
- Left = 40
- Top = 172
- Width = 125
- Height = 13
- Caption = '&Maximum number of retries'
- end
- object rbLAN: TRadioButton
- Left = 8
- Top = 24
- Width = 385
- Height = 17
- Caption = '&Local Area Network or manual connection'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rbLANClick
- end
- object rbDUN: TRadioButton
- Left = 8
- Top = 48
- Width = 225
- Height = 17
- Caption = '&Dial-up networking connection'
- TabOrder = 1
- OnClick = rbLANClick
- end
- object lDUN: TComboBox
- Left = 240
- Top = 44
- Width = 161
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Sorted = True
- TabOrder = 2
- end
- object cbAutoDisconnect: TCheckBox
- Left = 40
- Top = 72
- Width = 353
- Height = 17
- Caption = 'A&uto-disconnect after mail transmission'
- TabOrder = 3
- end
- object cbUseExistingDUN: TCheckBox
- Left = 40
- Top = 120
- Width = 353
- Height = 17
- Caption = 'Use an e&xisting Dial-up connection (if any)'
- TabOrder = 5
- end
- object cbNoAutoDial: TCheckBox
- Left = 40
- Top = 96
- Width = 353
- Height = 17
- Caption = '&No automatical dial for periodical checking'
- TabOrder = 4
- end
- object bMoreDial: TButton
- Left = 240
- Top = 200
- Width = 161
- Height = 25
- Caption = 'Mor&e...'
- TabOrder = 8
- OnClick = bMoreDialClick
- end
- object eDialHold: TXSpinEdit
- Left = 240
- Top = 144
- Width = 65
- Height = 21
- TabOrder = 6
- Text = '1'
- MinValue = 1
- MaxValue = 86400
- Value = 1
- Step = 1
- end
- object eRetries: TXSpinEdit
- Left = 240
- Top = 168
- Width = 65
- Height = 21
- TabOrder = 7
- Text = '0'
- MinValue = 0
- MaxValue = 100000
- Value = 0
- Step = 1
- end
- end
- end
- object tsMemo: TTabSheet
- Caption = 'Memo'
- ImageIndex = 16
- object lMemo: TLabel
- Left = 8
- Top = 8
- Width = 29
- Height = 13
- Caption = '&Memo'
- FocusControl = eMemo
- end
- object eMemo: TMemo
- Left = 8
- Top = 24
- Width = 413
- Height = 337
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Courier'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssBoth
- TabOrder = 0
- end
- end
- object tsRootOptions: TTabSheet
- Caption = 'Root Options'
- ImageIndex = 17
- object lPsec2: TLabel
- Left = 384
- Top = 25
- Width = 17
- Height = 13
- Caption = 'sec'
- end
- object cbCompressFolders2: TCheckBox
- Left = 16
- Top = 127
- Width = 393
- Height = 17
- Caption = 'Compress all folders on exit'
- TabOrder = 4
- end
- object cbEmptyTrash2: TCheckBox
- Left = 16
- Top = 98
- Width = 393
- Height = 18
- Caption = '&Empty Trash folder on exit'
- TabOrder = 3
- end
- object cbMarkReadOpen2: TCheckBox
- Left = 16
- Top = 52
- Width = 397
- Height = 18
- Caption = 'Mark message as read only when it is open in a separate window'
- TabOrder = 2
- end
- object cbMarkRead2: TCheckBox
- Left = 16
- Top = 24
- Width = 297
- Height = 17
- Caption = 'Mark message as read when it is being read for'
- TabOrder = 0
- OnClick = cbMarkRead2Click
- end
- object eReadTime2: TXSpinEdit
- Left = 314
- Top = 21
- Width = 65
- Height = 21
- TabOrder = 1
- Text = '0'
- MinValue = 0
- MaxValue = 10000000
- Value = 0
- Step = 1
- end
- end
- object tsDeletion: TTabSheet
- Caption = 'Deletion'
- ImageIndex = 3
- object GroupBox3: TGroupBox
- Left = 8
- Top = 8
- Width = 417
- Height = 121
- Caption = 'Normal deletion (Delete key/toolbar button)'
- TabOrder = 0
- object rbDelTrash: TRadioButton
- Left = 16
- Top = 24
- Width = 385
- Height = 17
- Caption = 'Move messages to the Trash folder'
- TabOrder = 0
- OnClick = rbDelTrashClick
- end
- object rbDelMark: TRadioButton
- Left = 16
- Top = 44
- Width = 385
- Height = 17
- Caption = 'Mark as deleted, do not use the Trash folder'
- TabOrder = 1
- OnClick = rbDelTrashClick
- end
- object rbDelFolder: TRadioButton
- Left = 16
- Top = 64
- Width = 393
- Height = 17
- Caption = 'Move to the specified folder'
- TabOrder = 2
- OnClick = rbDelTrashClick
- end
- object eDelFolder: TEdit
- Left = 32
- Top = 88
- Width = 257
- Height = 21
- ReadOnly = True
- TabOrder = 3
- end
- object bDelFolder: TButton
- Left = 296
- Top = 86
- Width = 113
- Height = 25
- Caption = 'Browse'
- TabOrder = 4
- OnClick = bDelFolderClick
- end
- end
- object GroupBox4: TGroupBox
- Left = 8
- Top = 136
- Width = 417
- Height = 145
- Caption = 'Alternative deletion (Shift+Delete key/toolbar button)'
- TabOrder = 1
- object rbAltDelTrash: TRadioButton
- Left = 16
- Top = 24
- Width = 385
- Height = 17
- Caption = 'Move messages to the Trash folder'
- TabOrder = 0
- OnClick = rbAltDelTrashClick
- end
- object rbAltDelMark: TRadioButton
- Left = 16
- Top = 44
- Width = 385
- Height = 17
- Caption = 'Mark as deleted, do not use the Trash folder'
- TabOrder = 1
- OnClick = rbAltDelTrashClick
- end
- object rbAltDelFolder: TRadioButton
- Left = 16
- Top = 64
- Width = 393
- Height = 17
- Caption = 'Move to the specified folder'
- TabOrder = 2
- OnClick = rbAltDelTrashClick
- end
- object eAltDelFolder: TEdit
- Left = 32
- Top = 88
- Width = 257
- Height = 21
- ReadOnly = True
- TabOrder = 3
- end
- object bAltDelFolder: TButton
- Left = 296
- Top = 86
- Width = 113
- Height = 25
- Caption = 'Browse'
- TabOrder = 4
- OnClick = bAltDelFolderClick
- end
- object cbAltPurge: TCheckBox
- Left = 16
- Top = 120
- Width = 385
- Height = 17
- Caption = 'Use alternative deletion method for purging folders'
- TabOrder = 5
- end
- end
- object cbCompressEmpty: TCheckBox
- Left = 16
- Top = 296
- Width = 409
- Height = 17
- Caption = '&Compress emptied folders automatically'
- TabOrder = 2
- end
- object cbPurgeUnread: TCheckBox
- Left = 16
- Top = 320
- Width = 409
- Height = 17
- Caption = 'Purge &Unread messages'
- TabOrder = 3
- end
- object cbDelMarkRead: TCheckBox
- Left = 16
- Top = 344
- Width = 409
- Height = 17
- Caption = 'Mark deleted messages as read'
- TabOrder = 4
- end
- end
- object tsIMAPTune: TTabSheet
- Caption = 'IMAP Fine-Tune'
- ImageIndex = 4
- object lFullSmaller: TLabel
- Left = 328
- Top = 202
- Width = 36
- Height = 13
- Caption = 'K Bytes'
- Visible = False
- end
- object lMultiPort: TLabel
- Left = 216
- Top = 242
- Width = 174
- Height = 13
- Caption = 'concurrent connections to the server'
- Visible = False
- end
- object Label2: TLabel
- Left = 16
- Top = 296
- Width = 75
- Height = 13
- Caption = '&Quick configure'
- end
- object cbGetStruct: TCheckBox
- Left = 16
- Top = 16
- Width = 401
- Height = 17
- Caption = 'Retrieve message structures together with message headers'
- TabOrder = 0
- end
- object cbCompressClose: TCheckBox
- Left = 16
- Top = 40
- Width = 393
- Height = 17
- Caption = 'Compress folders when switching to another folder'
- TabOrder = 1
- end
- object cbDisconnectAfterSync: TCheckBox
- Left = 16
- Top = 64
- Width = 401
- Height = 17
- Caption = 'Automatically disconnect after synchronisation'
- TabOrder = 2
- end
- object cbRefresh: TCheckBox
- Left = 16
- Top = 88
- Width = 225
- Height = 17
- Caption = 'When on-line, refresh folders every'
- TabOrder = 3
- OnClick = cbRefreshClick
- end
- object cbGetTextOnly: TCheckBox
- Left = 16
- Top = 176
- Width = 401
- Height = 17
- Caption = 'When browsing messages, retrieve only message text'
- TabOrder = 4
- Visible = False
- OnClick = cbGetTextOnlyClick
- end
- object cbFullSmaller: TCheckBox
- Left = 40
- Top = 200
- Width = 201
- Height = 17
- Caption = 'except messages smaller than'
- TabOrder = 5
- Visible = False
- OnClick = cbGetTextOnlyClick
- end
- object eFullSmaller: TXSpinEdit
- Left = 248
- Top = 198
- Width = 73
- Height = 21
- TabOrder = 6
- Text = '0'
- Visible = False
- MinValue = 0
- MaxValue = 0
- Value = 0
- Step = 1
- end
- object eRefresh: TXSpinEdit
- Left = 248
- Top = 86
- Width = 73
- Height = 21
- TabOrder = 7
- Text = '0'
- MinValue = 0
- MaxValue = 0
- Value = 0
- Step = 1
- end
- object cbRefreshType: TComboBox
- Left = 328
- Top = 86
- Width = 88
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 8
- Text = 'seconds'
- Items.Strings = (
- 'seconds'
- 'minutes')
- end
- object eMultiPort: TXSpinEdit
- Left = 144
- Top = 238
- Width = 65
- Height = 21
- TabOrder = 9
- Text = '1'
- Visible = False
- MinValue = 1
- MaxValue = 100
- Value = 1
- Step = 1
- end
- object cbMultiPort: TCheckBox
- Left = 16
- Top = 240
- Width = 121
- Height = 17
- Caption = 'Allow up to'
- TabOrder = 10
- Visible = False
- OnClick = cbMultiPortClick
- end
- object cbQuickConfig: TComboBox
- Left = 15
- Top = 312
- Width = 402
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 11
- OnClick = cbQuickConfigClick
- Items.Strings = (
- ''
- 'Fast/permanent connection'
- 'Slow connection')
- end
- object cbIMAPDontRescanFlags: TCheckBox
- Left = 16
- Top = 112
- Width = 393
- Height = 17
- Caption = 'Do not rescan message flags each time a folder is selected'
- TabOrder = 12
- end
- end
- object tsExchange: TTabSheet
- Caption = 'Exchange'
- ImageIndex = 18
- object gbExchange: TGroupBox
- Left = 8
- Top = 16
- Width = 417
- Height = 145
- Caption = 'Exchange Mail Server'
- TabOrder = 0
- object Label3: TLabel
- Left = 48
- Top = 28
- Width = 74
- Height = 13
- Alignment = taRightJustify
- Caption = '&Computer name'
- FocusControl = eExchangeComputer
- end
- object Label4: TLabel
- Left = 100
- Top = 56
- Width = 22
- Height = 13
- Alignment = taRightJustify
- Caption = '&User'
- FocusControl = eExchangeUser
- end
- object Label5: TLabel
- Left = 264
- Top = 88
- Width = 66
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Protocol:'
- end
- object Label8: TLabel
- Left = 336
- Top = 88
- Width = 57
- Height = 13
- Caption = 'Exchange'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object eExchangeComputer: TEdit
- Left = 128
- Top = 24
- Width = 273
- Height = 21
- TabOrder = 0
- end
- object eExchangeUser: TEdit
- Left = 128
- Top = 52
- Width = 273
- Height = 21
- TabOrder = 1
- end
- object Button3: TButton
- Left = 280
- Top = 110
- Width = 121
- Height = 25
- Caption = 'Change...'
- TabOrder = 2
- OnClick = bChangeProtoClick
- end
- end
- end
- end
- object mPop: TPopupMenu
- Left = 136
- Top = 320
- object mmText: TMenuItem
- Caption = '&Text'
- end
- object mmSender: TMenuItem
- Caption = '&Sender info'
- end
- object mmRece: TMenuItem
- Caption = '&Recipient info'
- end
- object mmDef: TMenuItem
- Caption = '&Pre-defined fields'
- end
- object mmMisc: TMenuItem
- Caption = '&Miscellaneous'
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object mtAttachFile: TMenuItem
- Caption = '&Attach a file...'
- ShortCut = 32801
- OnClick = mtAttachFileClick
- end
- object mtInclude: TMenuItem
- Tag = 1
- Caption = '&Include template file...'
- ShortCut = 32813
- OnClick = mtAttachFileClick
- end
- object mtPut: TMenuItem
- Tag = 2
- Caption = 'P&ut text file...'
- OnClick = mtAttachFileClick
- end
- object mtfCookie: TMenuItem
- Tag = 3
- Caption = '&Cookie from a file...'
- OnClick = mtAttachFileClick
- end
- object mtLanguage: TMenuItem
- Caption = '&Language'
- Visible = False
- object mtlAmericanEnglish: TMenuItem
- Caption = 'American English'
- Checked = True
- GroupIndex = 10
- end
- object BritishEnglish1: TMenuItem
- Tag = 1
- Caption = 'British English'
- GroupIndex = 10
- end
- object Catalan1: TMenuItem
- Tag = 2
- Caption = 'Catalan'
- GroupIndex = 10
- end
- object Czech1: TMenuItem
- Tag = 3
- Caption = 'Czech'
- GroupIndex = 10
- end
- object Danish1: TMenuItem
- Tag = 4
- Caption = 'Danish'
- GroupIndex = 10
- end
- object Dutch1: TMenuItem
- Tag = 5
- Caption = 'Dutch'
- GroupIndex = 10
- end
- object Finnish1: TMenuItem
- Tag = 6
- Caption = 'Finnish'
- GroupIndex = 10
- end
- object French1: TMenuItem
- Tag = 7
- Caption = 'French'
- GroupIndex = 10
- end
- object German1: TMenuItem
- Tag = 8
- Caption = 'German'
- GroupIndex = 10
- end
- object Hungarian1: TMenuItem
- Tag = 9
- Caption = 'Hungarian'
- GroupIndex = 10
- end
- object Italian1: TMenuItem
- Tag = 10
- Caption = 'Italian'
- GroupIndex = 10
- end
- object NorwegianBokmal1: TMenuItem
- Tag = 11
- Caption = 'Norwegian (Bokmal)'
- GroupIndex = 10
- end
- object NorwegianNynorsk1: TMenuItem
- Tag = 12
- Caption = 'Norwegian (Nynorsk)'
- GroupIndex = 10
- end
- object Polish1: TMenuItem
- Tag = 13
- Caption = 'Polish'
- GroupIndex = 10
- end
- object PortugueseBrazilian1: TMenuItem
- Tag = 14
- Caption = 'Portuguese (Brazilian)'
- GroupIndex = 10
- end
- object PortugueseIberian1: TMenuItem
- Tag = 15
- Caption = 'Portuguese (Iberian)'
- GroupIndex = 10
- end
- object Russian1: TMenuItem
- Tag = 16
- Caption = 'Russian'
- GroupIndex = 10
- end
- object Spanish1: TMenuItem
- Tag = 17
- Caption = 'Spanish'
- GroupIndex = 10
- end
- object Swedish1: TMenuItem
- Tag = 18
- Caption = 'Swedish'
- GroupIndex = 10
- end
- object N2: TMenuItem
- Tag = -1
- Caption = '-'
- GroupIndex = 10
- end
- object AmericanEnglish2: TMenuItem
- Tag = 19
- Caption = 'American English'
- GroupIndex = 10
- end
- object AustralianEnglish1: TMenuItem
- Tag = 20
- Caption = 'Australian English'
- GroupIndex = 10
- end
- object BritishEnglish2: TMenuItem
- Tag = 21
- Caption = 'British English'
- GroupIndex = 10
- end
- object Catalan2: TMenuItem
- Tag = 22
- Caption = 'Catalan'
- GroupIndex = 10
- end
- object Czech2: TMenuItem
- Tag = 23
- Caption = 'Czech'
- GroupIndex = 10
- end
- object Danish2: TMenuItem
- Tag = 24
- Caption = 'Danish'
- GroupIndex = 10
- end
- object Dutch2: TMenuItem
- Tag = 25
- Caption = 'Dutch'
- GroupIndex = 10
- end
- object Finnish2: TMenuItem
- Tag = 26
- Caption = 'Finnish'
- GroupIndex = 10
- end
- object French2: TMenuItem
- Tag = 27
- Caption = 'French'
- GroupIndex = 10
- end
- object FrenchCanadian1: TMenuItem
- Tag = 28
- Caption = 'French Canadian'
- GroupIndex = 10
- end
- object German2: TMenuItem
- Tag = 29
- Caption = 'German'
- GroupIndex = 10
- end
- object Hungarian2: TMenuItem
- Tag = 30
- Caption = 'Hungarian'
- GroupIndex = 10
- end
- object Italian2: TMenuItem
- Tag = 31
- Caption = 'Italian'
- GroupIndex = 10
- end
- object NorwegianBokmal2: TMenuItem
- Tag = 32
- Caption = 'Norwegian (Bokmal)'
- GroupIndex = 10
- end
- object NorwegianNynorsk2: TMenuItem
- Tag = 33
- Caption = 'Norwegian (Nynorsk)'
- GroupIndex = 10
- end
- object Polish2: TMenuItem
- Tag = 34
- Caption = 'Polish'
- GroupIndex = 10
- end
- object PortugueseBrazilian2: TMenuItem
- Tag = 35
- Caption = 'Portuguese (Brazilian)'
- GroupIndex = 10
- end
- object PortugueseIberian2: TMenuItem
- Tag = 36
- Caption = 'Portuguese (Iberian)'
- GroupIndex = 10
- end
- object Russian2: TMenuItem
- Tag = 37
- Caption = 'Russian'
- GroupIndex = 10
- end
- object Spanish2: TMenuItem
- Tag = 38
- Caption = 'Spanish'
- GroupIndex = 10
- end
- object Swedish2: TMenuItem
- Tag = 39
- Caption = 'Swedish'
- GroupIndex = 10
- end
- end
- object Popup1: TMenuItem
- Caption = 'Popup'
- ShortCut = 32889
- Visible = False
- end
- end
- object lImages: TImageList
- Left = 112
- Top = 240
- end
- end
-