home *** CD-ROM | disk | FTP | other *** search
Text File | 2001-06-19 | 45.7 KB | 1,847 lines |
- object UserDialog: TUserDialog
- Left = 130
- Top = 165
- HelpContext = 10011
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Account Properties'
- ClientHeight = 392
- ClientWidth = 586
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 328
- Top = 360
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object bCancel: TButton
- Left = 416
- Top = 360
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object bMacro: TButton
- Left = 176
- Top = 358
- Width = 73
- Height = 27
- Caption = '&Macros...'
- Enabled = False
- TabOrder = 3
- OnClick = bMacroClick
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 586
- Height = 345
- Align = alTop
- TabOrder = 4
- object Book: TNotebook
- Left = 169
- Top = 1
- Width = 416
- Height = 343
- Align = alClient
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PageIndex = 1
- ParentFont = False
- TabOrder = 1
- object TPage
- Left = 0
- Top = 0
- HelpContext = 10012
- Caption = 'General'
- object lName: TLabel
- Left = 16
- Top = 20
- Width = 31
- Height = 13
- Caption = '&Name'
- FocusControl = eName
- end
- object lAddrBook: TLabel
- Left = 24
- Top = 284
- Width = 104
- Height = 13
- Caption = 'Default address book:'
- FocusControl = cbAddrBook
- end
- object eName: TEdit
- Left = 112
- Top = 16
- Width = 289
- Height = 21
- TabOrder = 0
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 80
- Width = 393
- Height = 97
- Caption = 'From information'
- TabOrder = 2
- object lFromName: TLabel
- Left = 43
- Top = 20
- Width = 54
- Height = 13
- Alignment = taRightJustify
- Caption = '&From Name'
- FocusControl = eFromName
- end
- object lFromAddr: TLabel
- Left = 33
- Top = 45
- Width = 64
- Height = 13
- Alignment = taRightJustify
- Caption = 'From &Address'
- FocusControl = eFromAddr
- end
- object lOrg: TLabel
- Left = 38
- Top = 70
- Width = 59
- Height = 13
- Alignment = taRightJustify
- Caption = '&Organisation'
- FocusControl = eOrg
- end
- object eFromName: TEdit
- Left = 104
- Top = 16
- Width = 281
- Height = 21
- TabOrder = 0
- OnExit = eFromNameExit
- end
- object eFromAddr: TEdit
- Left = 104
- Top = 41
- Width = 281
- Height = 21
- TabOrder = 1
- OnExit = eFromAddrExit
- end
- object eOrg: TEdit
- Left = 104
- Top = 66
- Width = 281
- Height = 21
- TabOrder = 2
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 184
- Width = 393
- Height = 81
- Caption = 'Reply-To information'
- TabOrder = 3
- object lReplyAddr: TLabel
- Left = 31
- Top = 52
- Width = 84
- Height = 13
- Alignment = taRightJustify
- Caption = 'Reply-To A&ddress'
- FocusControl = eReplyAddr
- end
- object lReplyName: TLabel
- Left = 41
- Top = 22
- Width = 74
- Height = 13
- Alignment = taRightJustify
- Caption = '&Reply-To Name'
- FocusControl = eReplyName
- end
- object eReplyName: TEdit
- Left = 120
- Top = 18
- Width = 265
- Height = 21
- TabOrder = 0
- end
- object eReplyAddr: TEdit
- Left = 120
- Top = 48
- Width = 265
- Height = 21
- TabOrder = 1
- end
- end
- object bvCard: TButton
- Left = 270
- Top = 46
- Width = 130
- Height = 25
- Caption = '&Edit personal vCard'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = bvCardClick
- end
- object cbDefMailTo: TCheckBox
- Left = 24
- Top = 312
- Width = 377
- Height = 17
- Caption = '&This account is the default for "mailto:" URLs'
- TabOrder = 4
- end
- object bEditCertificates: TButton
- Left = 112
- Top = 46
- Width = 145
- Height = 25
- Caption = 'Edit personal Certificates'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 6
- OnClick = bEditCertificatesClick
- end
- object cbAddrBook: TComboBox
- Left = 176
- Top = 280
- Width = 217
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 5
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 10013
- Caption = 'Servers'
- object gbSendMail: TGroupBox
- Left = 8
- Top = 8
- Width = 401
- Height = 49
- 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 eSMTP: TEdit
- Left = 96
- Top = 16
- Width = 169
- Height = 21
- TabOrder = 0
- end
- object bSendAuth: TButton
- Left = 272
- Top = 14
- Width = 121
- Height = 25
- Caption = 'Authentication...'
- TabOrder = 1
- OnClick = bSendAuthClick
- end
- end
- object gbReceiveMail: TGroupBox
- Left = 8
- Top = 64
- Width = 401
- Height = 105
- 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 lProtocol: TLabel
- Left = 259
- Top = 72
- Width = 39
- Height = 13
- Alignment = taRightJustify
- Caption = 'P&rotocol'
- FocusControl = cbProtocol
- end
- object ePop: TEdit
- Left = 96
- Top = 16
- Width = 169
- Height = 21
- TabOrder = 0
- end
- object ePopUser: TEdit
- Left = 96
- Top = 44
- Width = 113
- Height = 21
- TabOrder = 2
- end
- object cbProtocol: TComboBox
- Left = 304
- Top = 68
- Width = 81
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'POP3'
- 'IMAP4')
- TabOrder = 4
- end
- object bReceiveAuth: TButton
- Left = 272
- Top = 14
- Width = 121
- Height = 25
- Caption = 'Authentication...'
- TabOrder = 1
- OnClick = bReceAuthClick
- end
- object nbPassword: TNotebook
- Left = 3
- Top = 66
- Width = 211
- 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 = 113
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- Text = 'ePopPsw'
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'pChange'
- object bChangePwd: TButton
- Left = 8
- Top = 6
- Width = 198
- Height = 25
- Caption = 'Change Password'
- TabOrder = 0
- OnClick = bReceAuthClick
- end
- end
- end
- end
- object cb8Bit: TRadioGroup
- Left = 8
- Top = 176
- Width = 401
- Height = 41
- Caption = '8-bit characters are treated'
- Columns = 3
- ItemIndex = 0
- Items.Strings = (
- '&Without changes'
- 'as &Quoted-printable'
- 'as &Base64')
- TabOrder = 2
- end
- object cbFullFetch: TCheckBox
- Left = 16
- Top = 280
- Width = 385
- Height = 17
- Caption = '&Combined delivery (send+receive)'
- TabOrder = 4
- end
- object rgDelivery: TRadioGroup
- Left = 8
- Top = 224
- Width = 401
- Height = 41
- Caption = 'Delivery'
- Columns = 3
- ItemIndex = 0
- Items.Strings = (
- '&Immediate'
- '&Deferred')
- TabOrder = 3
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 10014
- Caption = 'Advanced'
- object GroupBox6: TGroupBox
- Left = 8
- Top = 6
- Width = 401
- Height = 128
- Caption = 'Message management'
- TabOrder = 0
- object lKbytes: TLabel
- Left = 348
- Top = 104
- Width = 36
- Height = 13
- Caption = 'K Bytes'
- end
- object lDays: TLabel
- Left = 348
- Top = 59
- Width = 22
- Height = 13
- Caption = 'days'
- end
- object cbLimit: TCheckBox
- Left = 16
- Top = 104
- Width = 281
- Height = 17
- Caption = '&Receive header only if message size is greater than'
- TabOrder = 5
- OnClick = cbLimitClick
- end
- object eSize: TSpinEdit
- Left = 296
- Top = 100
- Width = 49
- Height = 22
- MaxValue = 10000000
- MinValue = 0
- TabOrder = 6
- Value = 0
- 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 = cbDeleteClick
- end
- object cbLeave: TRadioButton
- Left = 16
- Top = 37
- Width = 377
- Height = 17
- Caption = '&Leave messages on server'
- TabOrder = 1
- OnClick = cbLeaveClick
- end
- object eMaxDays: TSpinEdit
- Left = 296
- Top = 56
- Width = 49
- Height = 22
- MaxValue = 10000000
- MinValue = 0
- TabOrder = 2
- Value = 0
- end
- object cbDelTrash: TCheckBox
- Left = 32
- Top = 80
- Width = 361
- Height = 17
- Caption = 'Delete message from server when it is removed from &Trash'
- TabOrder = 4
- end
- object cbMaxDays: TCheckBox
- Left = 32
- Top = 58
- Width = 249
- Height = 17
- Caption = '&Keep messages on server for'
- TabOrder = 3
- OnClick = cbMaxDaysClick
- end
- end
- object GroupBox9: TGroupBox
- Left = 8
- Top = 240
- Width = 401
- Height = 49
- Caption = 'Ports'
- TabOrder = 1
- object lSMTP: TLabel
- Left = 16
- Top = 20
- Width = 33
- Height = 13
- Caption = '&SMTP'
- FocusControl = ePortSMTP
- end
- object lPOP3: TLabel
- Left = 152
- Top = 20
- Width = 31
- Height = 13
- Caption = '&POP3'
- FocusControl = ePortPOP
- end
- object lIMAP: TLabel
- Left = 272
- Top = 20
- Width = 35
- Height = 13
- Caption = '&IMAP4'
- FocusControl = ePortIMAP
- end
- object ePortSMTP: TSpinEdit
- Left = 56
- Top = 16
- Width = 57
- Height = 22
- MaxValue = 65535
- MinValue = 0
- TabOrder = 0
- Value = 0
- end
- object ePortPOP: TSpinEdit
- Left = 192
- Top = 16
- Width = 57
- Height = 22
- MaxValue = 65535
- MinValue = 0
- TabOrder = 1
- Value = 0
- end
- object ePortIMAP: TSpinEdit
- Left = 312
- Top = 16
- Width = 57
- Height = 22
- MaxValue = 65535
- MinValue = 0
- TabOrder = 2
- Value = 0
- end
- end
- object GroupBox11: TGroupBox
- Left = 8
- Top = 144
- Width = 401
- Height = 89
- Caption = 'Mail Dispatcher'
- TabOrder = 2
- object lDspLines: TLabel
- Left = 16
- Top = 20
- Width = 217
- Height = 13
- Caption = '&Message body lines to download with header'
- FocusControl = eTopLines
- end
- object eTopLines: TSpinEdit
- Left = 296
- Top = 15
- Width = 49
- Height = 22
- MaxValue = 10000000
- MinValue = 0
- TabOrder = 0
- Value = 0
- 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
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 10015
- Caption = 'Options'
- object lMaxLog: TLabel
- Left = 32
- Top = 133
- Width = 105
- Height = 13
- Caption = 'Maximum &Log file size'
- end
- object lLKbytes: TLabel
- Left = 360
- Top = 133
- Width = 35
- Height = 13
- Caption = 'K bytes'
- end
- object lMarkReadOpen: TLabel
- Left = 40
- Top = 116
- Width = 3
- Height = 13
- end
- object lPsec: TLabel
- Left = 360
- Top = 81
- Width = 17
- Height = 13
- Caption = 'sec'
- end
- object GroupBox5: TGroupBox
- Left = 8
- Top = 6
- Width = 401
- Height = 61
- Caption = 'Mailbox checking'
- TabOrder = 0
- object cbCheck: TCheckBox
- Left = 8
- Top = 16
- Width = 377
- Height = 17
- Caption = '&Check mailbox at start-up'
- TabOrder = 0
- end
- object cbAutoCheck: TCheckBox
- Left = 8
- Top = 36
- Width = 249
- Height = 17
- Caption = '&Periodical checking each'
- TabOrder = 1
- OnClick = cbAutoCheckClick
- end
- object eCheck: TSpinEdit
- Left = 264
- Top = 32
- Width = 49
- Height = 22
- MaxValue = 60000
- MinValue = 1
- TabOrder = 2
- Value = 1
- end
- object cbPeriodTime: TComboBox
- Left = 320
- Top = 32
- Width = 73
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'minutes'
- 'seconds')
- TabOrder = 3
- end
- end
- object cbEmptyTrash: TCheckBox
- Left = 16
- Top = 232
- Width = 393
- Height = 17
- Caption = '&Empty Trash folder on exit'
- TabOrder = 1
- end
- object eMaxLog: TSpinEdit
- Left = 304
- Top = 129
- Width = 49
- Height = 22
- MaxValue = 10000000
- MinValue = 1
- TabOrder = 2
- Value = 1
- end
- object cbIgnoreAll: TCheckBox
- Left = 16
- Top = 160
- Width = 396
- Height = 17
- Caption = '&Ignore '#39'Check All Accounts'#39' request'
- TabOrder = 3
- end
- object cb8bitHdr: TCheckBox
- Left = 16
- Top = 184
- Width = 396
- Height = 17
- Caption = 'Allow &8-bit characters in message header'
- TabOrder = 4
- end
- object cbCheckLocked: TCheckBox
- Left = 16
- Top = 208
- Width = 396
- Height = 17
- Caption = '&Allow send/fetch without entering the access password (if any)'
- TabOrder = 5
- end
- object cbEditCFG: TGroupBox
- Left = 8
- Top = 256
- Width = 401
- Height = 81
- Caption = 'Message Editor Settings'
- TabOrder = 6
- object cbCfmImmSend: TCheckBox
- Left = 8
- Top = 16
- Width = 262
- Height = 17
- Caption = 'Confirm i&mmediate sending '
- TabOrder = 0
- end
- object cbUsePGP: TCheckBox
- Left = 272
- Top = 16
- Width = 121
- Height = 17
- Caption = 'Enable OpenPGP'
- TabOrder = 1
- end
- object cbUseSMIME: TCheckBox
- Left = 272
- Top = 36
- Width = 121
- Height = 17
- Caption = 'Enable S/MIME'
- TabOrder = 2
- end
- object cbSignCompleted: TCheckBox
- Left = 8
- Top = 36
- Width = 262
- Height = 17
- Caption = 'Sign when Completed'
- TabOrder = 3
- end
- object cbEncryptCompleted: TCheckBox
- Left = 8
- Top = 56
- Width = 265
- Height = 17
- Caption = 'Encrypt when Completed'
- TabOrder = 4
- end
- end
- object cbMarkRead: TCheckBox
- Left = 16
- Top = 80
- Width = 287
- Height = 17
- Caption = 'Mark message as read when it is being read for'
- TabOrder = 7
- OnClick = cbMarkReadClick
- end
- object cbMarkReadOpen: TCheckBox
- Left = 16
- Top = 100
- Width = 397
- Height = 17
- Caption = 'Mark message as read only when it is open in a separate window'
- TabOrder = 8
- OnClick = cbMarkReadOpenClick
- end
- object eReadTime: TSpinEdit
- Left = 304
- Top = 77
- Width = 49
- Height = 22
- MaxValue = 10000000
- MinValue = 0
- TabOrder = 9
- Value = 0
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 10016
- Caption = 'Attachments'
- object lHomeDir: TLabel
- Left = 8
- Top = 12
- Width = 76
- Height = 13
- Caption = '&Home Directory'
- FocusControl = bHomeDir
- end
- object GroupBox8: TGroupBox
- Left = 8
- Top = 56
- Width = 401
- Height = 241
- Caption = 'Attachments'
- TabOrder = 0
- object lAttachDir: TLabel
- Left = 8
- Top = 128
- Width = 45
- Height = 13
- Caption = '&Directory'
- FocusControl = eAttachDir
- end
- object bClearAtt: TButton
- Left = 304
- Top = 142
- Width = 89
- Height = 25
- Caption = 'Clear'
- TabOrder = 3
- OnClick = bClearAttClick
- end
- object eAttachDir: TEdit
- Left = 8
- Top = 144
- Width = 201
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- OnKeyDown = eHomeDirKeyDown
- end
- object bBrowseAtt: TButton
- Left = 216
- Top = 142
- Width = 81
- Height = 25
- Caption = 'Browse'
- TabOrder = 2
- OnClick = bHomeDirClick
- end
- object cbTrashAttach: TCheckBox
- Left = 16
- Top = 184
- Width = 369
- Height = 17
- Caption =
- 'Delete attached files when a message is deleted from &Trash fold' +
- 'er'
- TabOrder = 4
- end
- object rgAttach: TRadioGroup
- Left = 8
- Top = 64
- Width = 385
- Height = 59
- Caption = 'File attachments are stored'
- ItemIndex = 0
- Items.Strings = (
- '&Separate from messages in special directory'
- '&In message bodies')
- TabOrder = 5
- OnClick = rgAttachClick
- end
- object rgEncoding: TRadioGroup
- Left = 8
- Top = 16
- Width = 385
- Height = 37
- Caption = 'Default encoding'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- '&Base64'
- '&UUE')
- TabOrder = 0
- end
- object cbBindAttach: TCheckBox
- Left = 16
- Top = 208
- Width = 369
- Height = 17
- Caption = 'Bind attachments only while sending out mail'
- TabOrder = 6
- end
- end
- object eHomeDir: TEdit
- Left = 8
- Top = 28
- Width = 217
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- end
- object bHomeDir: TButton
- Left = 231
- Top = 26
- Width = 82
- Height = 25
- Caption = 'Browse'
- TabOrder = 2
- OnClick = bHomeDirClick
- end
- object bClearHome: TButton
- Left = 320
- Top = 26
- Width = 89
- Height = 25
- Caption = 'Clear'
- TabOrder = 3
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 10017
- Caption = 'Templates'
- object GroupBox10: TGroupBox
- Left = 16
- Top = 8
- Width = 393
- Height = 321
- TabOrder = 0
- object lTemp: TLabel
- Left = 8
- Top = 15
- Width = 377
- Height = 194
- AutoSize = False
- WordWrap = True
- end
- object bQuick: TButton
- Left = 8
- Top = 290
- Width = 377
- Height = 25
- Caption = 'Edit Quick Templates'
- TabOrder = 0
- OnClick = bQuickClick
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 10018
- Caption = 'Template'
- 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 = 288
- Width = 88
- Height = 13
- Caption = '&Use Character set'
- FocusControl = cbCharset
- end
- object eTemplate: TMemo
- Left = 8
- Top = 24
- Width = 393
- Height = 249
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier'
- Font.Style = []
- ParentFont = False
- PopupMenu = mPop
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- OnEnter = eTemplateEnter
- end
- object cbCharset: TComboBox
- Left = 8
- Top = 308
- Width = 177
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- end
- object cbRRQ: TCheckBox
- Left = 200
- Top = 288
- Width = 209
- Height = 17
- Caption = '&Receipt request'
- TabOrder = 2
- end
- object cbRCR: TCheckBox
- Left = 200
- Top = 312
- Width = 209
- Height = 17
- Caption = 'Reading Confirmation'
- TabOrder = 3
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 10019
- Caption = 'Reply'
- 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 = 393
- Height = 217
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier'
- Font.Style = []
- ParentFont = False
- PopupMenu = mPop
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- OnEnter = eTemplateEnter
- end
- object cbQuote: TRadioGroup
- Left = 8
- Top = 256
- Width = 393
- 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 cbNoFromInReply: TCheckBox
- Left = 8
- Top = 320
- Width = 393
- Height = 17
- Caption = 'Do not use FROM name for REPLY-TO address'
- TabOrder = 2
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 10020
- Caption = 'Forward'
- object lFTemplate: TLabel
- Left = 8
- Top = 8
- Width = 98
- Height = 13
- Caption = '&Forwarding template'
- FocusControl = eFTemplate
- end
- object eFTemplate: TMemo
- Left = 8
- Top = 24
- Width = 393
- Height = 273
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier'
- Font.Style = []
- ParentFont = False
- PopupMenu = mPop
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- OnEnter = eTemplateEnter
- end
- object cbMimeFwd: TCheckBox
- Left = 8
- Top = 312
- Width = 401
- Height = 17
- Caption = 'Use &MIME standard for forwarding'
- TabOrder = 1
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 10021
- Caption = 'ReadCfm'
- object lConfirm: TLabel
- Left = 8
- Top = 8
- Width = 146
- Height = 13
- Caption = '&Reading confirmation template'
- end
- object eConfirm: TMemo
- Left = 8
- Top = 24
- Width = 393
- Height = 217
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier'
- Font.Style = []
- ParentFont = False
- PopupMenu = mPop
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- OnEnter = eTemplateEnter
- end
- object rgRCRaction: TRadioGroup
- Left = 8
- Top = 248
- Width = 393
- Height = 57
- Caption = 'Action'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- '&Put in Outbox'
- '&Send immediately'
- '&Edit'
- '&Ignore')
- TabOrder = 1
- OnClick = rgRCRactionClick
- end
- object cbRCRPrompt: TCheckBox
- Left = 16
- Top = 316
- Width = 393
- Height = 17
- Caption = 'Prompt before the &Action'
- TabOrder = 2
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 10018
- Caption = 'Save text'
- object lSaveTpl: TLabel
- Left = 8
- Top = 8
- Width = 116
- Height = 13
- Caption = '&Save message template'
- end
- object eSaveTpl: TMemo
- Left = 8
- Top = 24
- Width = 393
- Height = 305
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier'
- Font.Style = []
- ParentFont = False
- PopupMenu = mPop
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- OnEnter = eTemplateEnter
- end
- end
- object TPage
- Left = 0
- Top = 0
- HelpContext = 10022
- Caption = 'Cookies'
- object lCookies: TLabel
- Left = 8
- Top = 8
- Width = 60
- Height = 13
- Caption = '&Cookie lines'
- FocusControl = eCookies
- end
- object eCookies: TMemo
- Left = 8
- Top = 24
- Width = 393
- Height = 265
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- end
- object bAddCookies: TButton
- Left = 200
- Top = 304
- Width = 131
- Height = 25
- Caption = '&Add from file...'
- TabOrder = 2
- OnClick = bAddCookiesClick
- end
- object bClearCookies: TButton
- Left = 96
- Top = 304
- Width = 75
- Height = 25
- Caption = '&Clear'
- TabOrder = 1
- OnClick = bClearCookiesClick
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Sound'
- object cbSound: TCheckBox
- Left = 16
- Top = 16
- Width = 385
- Height = 17
- Caption = '&Play sound when new mail arrives'
- TabOrder = 0
- end
- object GroupBox7: TGroupBox
- Left = 8
- Top = 48
- Width = 393
- Height = 145
- Caption = 'Sound options'
- TabOrder = 1
- object lSound: TLabel
- Left = 8
- Top = 28
- Width = 19
- Height = 13
- Caption = 'File'
- FocusControl = eSound
- end
- object lInterval: TLabel
- Left = 112
- Top = 113
- Width = 171
- Height = 13
- Alignment = taRightJustify
- Caption = '&Allow sound only within time interval'
- FocusControl = eInterval
- end
- object eSound: TEdit
- Left = 48
- Top = 24
- Width = 337
- Height = 21
- Enabled = False
- TabOrder = 0
- end
- object bBrowseWAV: TButton
- Left = 208
- Top = 48
- Width = 83
- Height = 25
- Caption = '&Browse...'
- TabOrder = 1
- OnClick = bBrowseWAVClick
- end
- object bTestSound: TButton
- Left = 304
- Top = 48
- Width = 83
- Height = 25
- Caption = '&Test now'
- TabOrder = 2
- OnClick = bTestSoundClick
- end
- object eInterval: TTimeIntervalEdit
- Left = 288
- Top = 110
- Width = 97
- Height = 21
- EditMask = '##:##-##:##;1;0'
- MaxLength = 11
- TabOrder = 3
- Text = ' : - : '
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Network'
- object cbOwnConnection: TCheckBox
- Left = 8
- Top = 24
- Width = 401
- Height = 17
- Caption = 'Use Account-specific Network settings'
- TabOrder = 0
- OnClick = cbOwnConnectionClick
- end
- object gConnection: TGroupBox
- Left = 8
- Top = 56
- Width = 401
- Height = 233
- Caption = 'Connect to the Internet using'
- TabOrder = 1
- object lbHold: TLabel
- Left = 40
- Top = 148
- Width = 101
- 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 = 128
- 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 = 145
- 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 eDialHold: TSpinEdit
- Left = 240
- Top = 144
- Width = 65
- Height = 22
- MaxValue = 86400
- MinValue = 1
- TabOrder = 6
- Value = 1
- end
- object eRetries: TSpinEdit
- Left = 240
- Top = 168
- Width = 65
- Height = 22
- MaxValue = 100000
- MinValue = 0
- TabOrder = 7
- Value = 0
- end
- object bMoreDial: TButton
- Left = 240
- Top = 200
- Width = 113
- Height = 25
- Caption = 'Mor&e...'
- TabOrder = 8
- OnClick = bMoreDialClick
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Memo'
- object lMemo: TLabel
- Left = 8
- Top = 8
- Width = 29
- Height = 13
- Caption = '&Memo'
- FocusControl = eMemo
- end
- object eMemo: TMemo
- Left = 8
- Top = 24
- Width = 393
- Height = 305
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssBoth
- TabOrder = 0
- end
- end
- end
- object lTabs: TTreeView
- Left = 1
- Top = 1
- Width = 168
- Height = 343
- ReadOnly = True
- HideSelection = False
- Indent = 19
- Items.Data = {
- 09000000200000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
- 0747656E6572616C220000000100000000000000FFFFFFFFFFFFFFFF00000000
- 00000000095472616E73706F72742B0000000200000000000000FFFFFFFFFFFF
- FFFF0000000000000000124D657373616765206D616E6167656D656E74200000
- 000300000000000000FFFFFFFFFFFFFFFF0000000000000000074F7074696F6E
- 732C0000000400000000000000FFFFFFFFFFFFFFFF0000000000000000134669
- 6C65732026206469726563746F72696573220000000500000000000000FFFFFF
- FFFFFFFFFF00000000060000000954656D706C61746573240000000600000000
- 000000FFFFFFFFFFFFFFFF00000000000000000B4E6577206D6573736167651E
- 0000000700000000000000FFFFFFFFFFFFFFFF0000000000000000055265706C
- 79200000000800000000000000FFFFFFFFFFFFFFFF000000000000000007466F
- 72776172642D0000000900000000000000FFFFFFFFFFFFFFFF00000000000000
- 001452656164696E6720636F6E6669726D6174696F6E250000000A0000000000
- 0000FFFFFFFFFFFFFFFF00000000000000000C53617665206D65737361676520
- 0000000B00000000000000FFFFFFFFFFFFFFFF000000000000000007436F6F6B
- 6965731E0000000C00000000000000FFFFFFFFFFFFFFFF000000000000000005
- 536F756E64200000000D00000000000000FFFFFFFFFFFFFFFF00000000000000
- 00074E6574776F726B1D0000000E00000000000000FFFFFFFFFFFFFFFF000000
- 0000000000044D656D6F}
- OnChange = lTabsChange
- Align = alLeft
- ParentColor = False
- TabOrder = 0
- OnKeyPress = lTabsKeyPress
- Images = lImages
- end
- end
- object bHelp: TButton
- Left = 504
- Top = 360
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 2
- OnClick = bHelpClick
- end
- object mPop: TPopupMenu
- Left = 136
- Top = 320
- object mmText: TMenuItem
- Caption = '&Text'
- ShortCut = 0
- end
- object mmSender: TMenuItem
- Caption = '&Sender info'
- ShortCut = 0
- end
- object mmRece: TMenuItem
- Caption = '&Recipient info'
- ShortCut = 0
- end
- object mmDef: TMenuItem
- Caption = '&Pre-defined fields'
- ShortCut = 0
- end
- object mmMisc: TMenuItem
- Caption = '&Miscellaneous'
- ShortCut = 0
- end
- object N1: TMenuItem
- Caption = '-'
- ShortCut = 0
- 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...'
- ShortCut = 0
- OnClick = mtAttachFileClick
- end
- object mtfCookie: TMenuItem
- Tag = 3
- Caption = '&Cookie from a file...'
- ShortCut = 0
- OnClick = mtAttachFileClick
- end
- object mtLanguage: TMenuItem
- Caption = '&Language'
- ShortCut = 0
- Visible = False
- object mtlAmericanEnglish: TMenuItem
- Caption = 'American English'
- Checked = True
- GroupIndex = 10
- ShortCut = 0
- OnClick = mtlAmericanEnglishClick
- end
- object BritishEnglish1: TMenuItem
- Tag = 1
- Caption = 'British English'
- GroupIndex = 10
- ShortCut = 0
- end
- object Catalan1: TMenuItem
- Tag = 2
- Caption = 'Catalan'
- GroupIndex = 10
- ShortCut = 0
- end
- object Czech1: TMenuItem
- Tag = 3
- Caption = 'Czech'
- GroupIndex = 10
- ShortCut = 0
- end
- object Danish1: TMenuItem
- Tag = 4
- Caption = 'Danish'
- GroupIndex = 10
- ShortCut = 0
- end
- object Dutch1: TMenuItem
- Tag = 5
- Caption = 'Dutch'
- GroupIndex = 10
- ShortCut = 0
- end
- object Finnish1: TMenuItem
- Tag = 6
- Caption = 'Finnish'
- GroupIndex = 10
- ShortCut = 0
- end
- object French1: TMenuItem
- Tag = 7
- Caption = 'French'
- GroupIndex = 10
- ShortCut = 0
- end
- object German1: TMenuItem
- Tag = 8
- Caption = 'German'
- GroupIndex = 10
- ShortCut = 0
- end
- object Hungarian1: TMenuItem
- Tag = 9
- Caption = 'Hungarian'
- GroupIndex = 10
- ShortCut = 0
- end
- object Italian1: TMenuItem
- Tag = 10
- Caption = 'Italian'
- GroupIndex = 10
- ShortCut = 0
- end
- object NorwegianBokmal1: TMenuItem
- Tag = 11
- Caption = 'Norwegian (Bokmal)'
- GroupIndex = 10
- ShortCut = 0
- end
- object NorwegianNynorsk1: TMenuItem
- Tag = 12
- Caption = 'Norwegian (Nynorsk)'
- GroupIndex = 10
- ShortCut = 0
- end
- object Polish1: TMenuItem
- Tag = 13
- Caption = 'Polish'
- GroupIndex = 10
- ShortCut = 0
- end
- object PortugueseBrazilian1: TMenuItem
- Tag = 14
- Caption = 'Portuguese (Brazilian)'
- GroupIndex = 10
- ShortCut = 0
- end
- object PortugueseIberian1: TMenuItem
- Tag = 15
- Caption = 'Portuguese (Iberian)'
- GroupIndex = 10
- ShortCut = 0
- end
- object Russian1: TMenuItem
- Tag = 16
- Caption = 'Russian'
- GroupIndex = 10
- ShortCut = 0
- end
- object Spanish1: TMenuItem
- Tag = 17
- Caption = 'Spanish'
- GroupIndex = 10
- ShortCut = 0
- end
- object Swedish1: TMenuItem
- Tag = 18
- Caption = 'Swedish'
- GroupIndex = 10
- ShortCut = 0
- end
- object N2: TMenuItem
- Tag = -1
- Caption = '-'
- GroupIndex = 10
- ShortCut = 0
- end
- object AmericanEnglish2: TMenuItem
- Tag = 19
- Caption = 'American English'
- GroupIndex = 10
- ShortCut = 0
- end
- object AustralianEnglish1: TMenuItem
- Tag = 20
- Caption = 'Australian English'
- GroupIndex = 10
- ShortCut = 0
- end
- object BritishEnglish2: TMenuItem
- Tag = 21
- Caption = 'British English'
- GroupIndex = 10
- ShortCut = 0
- end
- object Catalan2: TMenuItem
- Tag = 22
- Caption = 'Catalan'
- GroupIndex = 10
- ShortCut = 0
- end
- object Czech2: TMenuItem
- Tag = 23
- Caption = 'Czech'
- GroupIndex = 10
- ShortCut = 0
- end
- object Danish2: TMenuItem
- Tag = 24
- Caption = 'Danish'
- GroupIndex = 10
- ShortCut = 0
- end
- object Dutch2: TMenuItem
- Tag = 25
- Caption = 'Dutch'
- GroupIndex = 10
- ShortCut = 0
- end
- object Finnish2: TMenuItem
- Tag = 26
- Caption = 'Finnish'
- GroupIndex = 10
- ShortCut = 0
- end
- object French2: TMenuItem
- Tag = 27
- Caption = 'French'
- GroupIndex = 10
- ShortCut = 0
- end
- object FrenchCanadian1: TMenuItem
- Tag = 28
- Caption = 'French Canadian'
- GroupIndex = 10
- ShortCut = 0
- end
- object German2: TMenuItem
- Tag = 29
- Caption = 'German'
- GroupIndex = 10
- ShortCut = 0
- end
- object Hungarian2: TMenuItem
- Tag = 30
- Caption = 'Hungarian'
- GroupIndex = 10
- ShortCut = 0
- end
- object Italian2: TMenuItem
- Tag = 31
- Caption = 'Italian'
- GroupIndex = 10
- ShortCut = 0
- end
- object NorwegianBokmal2: TMenuItem
- Tag = 32
- Caption = 'Norwegian (Bokmal)'
- GroupIndex = 10
- ShortCut = 0
- end
- object NorwegianNynorsk2: TMenuItem
- Tag = 33
- Caption = 'Norwegian (Nynorsk)'
- GroupIndex = 10
- ShortCut = 0
- end
- object Polish2: TMenuItem
- Tag = 34
- Caption = 'Polish'
- GroupIndex = 10
- ShortCut = 0
- end
- object PortugueseBrazilian2: TMenuItem
- Tag = 35
- Caption = 'Portuguese (Brazilian)'
- GroupIndex = 10
- ShortCut = 0
- end
- object PortugueseIberian2: TMenuItem
- Tag = 36
- Caption = 'Portuguese (Iberian)'
- GroupIndex = 10
- ShortCut = 0
- end
- object Russian2: TMenuItem
- Tag = 37
- Caption = 'Russian'
- GroupIndex = 10
- ShortCut = 0
- end
- object Spanish2: TMenuItem
- Tag = 38
- Caption = 'Spanish'
- GroupIndex = 10
- ShortCut = 0
- end
- object Swedish2: TMenuItem
- Tag = 39
- Caption = 'Swedish'
- GroupIndex = 10
- ShortCut = 0
- end
- end
- object Popup1: TMenuItem
- Caption = 'Popup'
- ShortCut = 32889
- Visible = False
- end
- end
- object lImages: TImageList
- Left = 112
- Top = 240
- end
- end
-