home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TADDRESSEDITOR
/
TADDRESSEDITOR.txt
Wrap
Text File
|
2001-09-09
|
25KB
|
1,115 lines
object AddressEditor: TAddressEditor
Left = 80
Top = 130
HelpContext = 14068
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Edit Address Entry'
ClientHeight = 429
ClientWidth = 610
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Book: TPageControl
Tag = 102
Left = 0
Top = 33
Width = 610
Height = 337
ActivePage = tsCert
Align = alTop
TabOrder = 0
object tsGeneral: TTabSheet
Caption = 'General'
object Label1: TLabel
Left = 8
Top = 20
Width = 137
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '&First name'
FocusControl = eFirstName
end
object Label2: TLabel
Left = 8
Top = 46
Width = 137
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '&Middle name'
FocusControl = eMiddleName
end
object lLastName: TLabel
Left = 8
Top = 72
Width = 137
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '&Last name'
FocusControl = eLastName
end
object lDisplay: TLabel
Left = 8
Top = 124
Width = 137
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '&Display name as'
FocusControl = cbPresent
end
object lGroups: TLabel
Left = 8
Top = 176
Width = 137
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Gro&ups'
FocusControl = eGroups
end
object lHandle: TLabel
Left = 8
Top = 98
Width = 137
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '&Nickname (Handle)'
FocusControl = eHandle
end
object Label9: TLabel
Left = 8
Top = 150
Width = 137
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '&Gender'
FocusControl = cbSex
end
object TLabel
Left = 8
Top = 160
Width = 3
Height = 13
end
object lEmail: TLabel
Left = 8
Top = 200
Width = 441
Height = 13
AutoSize = False
Caption = 'E-Mail address(es)'
FocusControl = eMail
end
object eFirstName: TEdit
Left = 152
Top = 16
Width = 289
Height = 21
TabOrder = 0
OnChange = eFirstNameChange
end
object eMiddleName: TEdit
Left = 152
Top = 42
Width = 289
Height = 21
TabOrder = 1
OnChange = eFirstNameChange
end
object eLastName: TEdit
Left = 152
Top = 68
Width = 289
Height = 21
TabOrder = 2
OnChange = eFirstNameChange
end
object cbPresent: TComboBox
Left = 152
Top = 120
Width = 289
Height = 21
ItemHeight = 0
TabOrder = 4
OnDropDown = cbPresentDropDown
OnKeyDown = cbPresentKeyDown
end
object eGroups: TEdit
Left = 152
Top = 172
Width = 265
Height = 21
TabOrder = 6
end
object bGroups: TButton
Left = 421
Top = 172
Width = 22
Height = 22
Caption = '...'
TabOrder = 7
OnClick = bGroupsClick
end
object eHandle: TEdit
Left = 152
Top = 94
Width = 289
Height = 21
TabOrder = 3
end
object cbSex: TComboBox
Left = 152
Top = 146
Width = 289
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'Unspecified'
'Male'
'Female')
TabOrder = 5
end
object gPhoto: TGroupBox
Left = 456
Top = 8
Width = 136
Height = 201
Caption = '&Photo'
PopupMenu = PhotoPopup
TabOrder = 8
object bChangePhoto: TButton
Left = 16
Top = 168
Width = 105
Height = 25
Caption = 'Change...'
TabOrder = 0
OnClick = bChangePhotoClick
end
end
object eMail: TMemo
Left = 8
Top = 216
Width = 585
Height = 81
ScrollBars = ssVertical
TabOrder = 9
WordWrap = False
end
end
object tsPersonal: TTabSheet
Caption = 'Personal'
object Label15: TLabel
Left = 8
Top = 284
Width = 209
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Personal &Web Homepage'
FocusControl = eHomePage
end
object gbHomeAddr: TGroupBox
Left = 288
Top = 8
Width = 305
Height = 257
Caption = '&Home location'
TabOrder = 2
object lHomeAddr: TLabel
Left = 8
Top = 16
Width = 68
Height = 13
Caption = '&Street address'
FocusControl = eHomeAddr
end
object Label10: TLabel
Left = 8
Top = 88
Width = 20
Height = 13
Caption = '&City'
FocusControl = eHomeCity
end
object Label12: TLabel
Left = 8
Top = 128
Width = 78
Height = 13
Caption = 'State / &Province'
FocusControl = eHomeState
end
object Label13: TLabel
Left = 8
Top = 168
Width = 84
Height = 13
Caption = '&ZIP / Postal code'
FocusControl = eHomeZIP
end
object Label14: TLabel
Left = 8
Top = 208
Width = 36
Height = 13
Caption = 'Co&untry'
FocusControl = eHomeCountry
end
object eHomeAddr: TMemo
Left = 8
Top = 32
Width = 289
Height = 49
ScrollBars = ssVertical
TabOrder = 0
end
object eHomeCity: TEdit
Left = 8
Top = 104
Width = 289
Height = 21
TabOrder = 1
end
object eHomeState: TEdit
Left = 8
Top = 144
Width = 289
Height = 21
TabOrder = 2
end
object eHomeZIP: TEdit
Left = 8
Top = 184
Width = 289
Height = 21
TabOrder = 3
end
object eHomeCountry: TEdit
Left = 8
Top = 224
Width = 289
Height = 21
TabOrder = 4
end
end
object eHomePage: TEdit
Left = 224
Top = 280
Width = 289
Height = 21
TabOrder = 3
end
object bHomeWeb: TButton
Left = 520
Top = 278
Width = 75
Height = 25
Caption = '&Go'
TabOrder = 4
OnClick = bHomeWebClick
end
object gbPhones: TGroupBox
Left = 8
Top = 126
Width = 273
Height = 139
Caption = '&Telephone numbers'
TabOrder = 1
object lHomePhone: TLabel
Left = 8
Top = 16
Width = 27
Height = 13
Caption = '&Voice'
FocusControl = eHomePhone
end
object lHomeFax: TLabel
Left = 8
Top = 56
Width = 43
Height = 13
Caption = '&Facsimile'
FocusControl = eHomeFax
end
object lHomeMobile: TLabel
Left = 8
Top = 94
Width = 61
Height = 13
Caption = 'C&ar / Cellular'
FocusControl = eHomeMobile
end
object eHomePhone: TEdit
Left = 8
Top = 32
Width = 257
Height = 21
TabOrder = 0
end
object eHomeFax: TEdit
Left = 8
Top = 70
Width = 257
Height = 21
TabOrder = 1
end
object eHomeMobile: TEdit
Left = 8
Top = 108
Width = 257
Height = 21
TabOrder = 2
end
end
object gbPersonal: TGroupBox
Left = 8
Top = 8
Width = 273
Height = 114
Caption = 'Personal &information'
TabOrder = 0
object lNamePrefix: TLabel
Left = 8
Top = 20
Width = 188
Height = 13
AutoSize = False
Caption = '&Name Prefix (Mr, Ms)'
end
object lNameSuffix: TLabel
Left = 8
Top = 44
Width = 188
Height = 13
AutoSize = False
Caption = 'Name Suffi&x (III, Jr.)'
end
object lBirthdayDMY: TLabel
Left = 74
Top = 88
Width = 64
Height = 13
Caption = '(dd/mm/yyyy)'
Enabled = False
end
object eNamePrefix: TEdit
Left = 200
Top = 16
Width = 65
Height = 21
TabOrder = 0
OnChange = eFirstNameChange
end
object eNameSuffix: TEdit
Left = 200
Top = 40
Width = 65
Height = 21
TabOrder = 1
OnChange = eFirstNameChange
end
object meBirthday: TMaskEdit
Left = 8
Top = 84
Width = 61
Height = 21
EditMask = '00/00/0000'
MaxLength = 10
TabOrder = 2
Text = ' . . '
end
object cbBirthday: TCheckBox
Left = 8
Top = 64
Width = 185
Height = 17
Caption = 'Birthday'
TabOrder = 3
OnClick = cbBirthdayClick
end
end
end
object Business: TTabSheet
Caption = 'Business'
object Label31: TLabel
Left = 8
Top = 284
Width = 209
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Business &Web Homepage'
FocusControl = eHomePage
end
object gbCompanyInfo: TGroupBox
Left = 288
Top = 8
Width = 305
Height = 257
Caption = 'Company location'
TabOrder = 1
object Label20: TLabel
Left = 8
Top = 16
Width = 71
Height = 13
Caption = '&Street address'
FocusControl = eBusAddr
end
object Label21: TLabel
Left = 8
Top = 88
Width = 20
Height = 13
Caption = '&City'
FocusControl = eBusCity
end
object Label22: TLabel
Left = 8
Top = 128
Width = 81
Height = 13
Caption = 'State / &Province'
FocusControl = eBusState
end
object Label23: TLabel
Left = 8
Top = 168
Width = 84
Height = 13
Caption = '&ZIP / Postal code'
FocusControl = eBusZIP
end
object Label24: TLabel
Left = 8
Top = 208
Width = 36
Height = 13
Caption = 'Co&untry'
FocusControl = eBusCountry
end
object eBusAddr: TMemo
Left = 8
Top = 32
Width = 289
Height = 49
ScrollBars = ssVertical
TabOrder = 0
end
object eBusCity: TEdit
Left = 8
Top = 104
Width = 289
Height = 21
TabOrder = 1
end
object eBusState: TEdit
Left = 8
Top = 144
Width = 289
Height = 21
TabOrder = 2
end
object eBusZIP: TEdit
Left = 8
Top = 184
Width = 289
Height = 21
TabOrder = 3
end
object eBusCountry: TEdit
Left = 8
Top = 224
Width = 289
Height = 21
TabOrder = 4
end
end
object gbCompany: TGroupBox
Left = 8
Top = 8
Width = 273
Height = 257
Caption = 'Company information'
TabOrder = 0
object Label7: TLabel
Left = 8
Top = 16
Width = 78
Height = 13
Caption = 'Company &Name'
FocusControl = eCompany
end
object Label25: TLabel
Left = 8
Top = 56
Width = 39
Height = 13
Caption = '&Job title'
FocusControl = eJobTitle
end
object Label26: TLabel
Left = 8
Top = 96
Width = 55
Height = 13
Caption = '&Department'
FocusControl = eBusDept
end
object Label27: TLabel
Left = 8
Top = 146
Width = 60
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'O&ffice'
FocusControl = eBusOffice
end
object Label28: TLabel
Left = 8
Top = 174
Width = 60
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'P&hone'
FocusControl = eBusPhone
end
object Label29: TLabel
Left = 8
Top = 202
Width = 60
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Fa&x'
FocusControl = eBusFax
end
object Label30: TLabel
Left = 8
Top = 230
Width = 60
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'P&ager'
FocusControl = eBusPager
end
object eCompany: TEdit
Left = 8
Top = 32
Width = 257
Height = 21
TabOrder = 0
end
object eJobTitle: TEdit
Left = 8
Top = 72
Width = 257
Height = 21
TabOrder = 1
end
object eBusDept: TEdit
Left = 8
Top = 112
Width = 257
Height = 21
TabOrder = 2
end
object eBusOffice: TEdit
Left = 72
Top = 142
Width = 192
Height = 21
TabOrder = 3
end
object eBusPhone: TEdit
Left = 72
Top = 170
Width = 192
Height = 21
TabOrder = 4
end
object eBusFax: TEdit
Left = 72
Top = 198
Width = 192
Height = 21
TabOrder = 5
end
object eBusPager: TEdit
Left = 72
Top = 226
Width = 192
Height = 21
TabOrder = 6
end
end
object eBusPage: TEdit
Left = 224
Top = 280
Width = 289
Height = 21
TabOrder = 2
end
object bVisitBusPage: TButton
Left = 520
Top = 278
Width = 75
Height = 25
Caption = '&Go'
TabOrder = 3
OnClick = bVisitBusPageClick
end
end
object tsTemplate: TTabSheet
Tag = 101
Caption = 'New message'
object lTemplate: TLabel
Left = 8
Top = 40
Width = 47
Height = 13
Caption = '&Template'
Enabled = False
FocusControl = eTemplate
end
object cbTemplate: TCheckBox
Left = 8
Top = 16
Width = 409
Height = 17
Caption = '&Use a specific template for new messages'
TabOrder = 0
OnClick = cbTemplateClick
end
object eTemplate: TMemo
Left = 8
Top = 56
Width = 585
Height = 241
Enabled = False
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
PopupMenu = mPop
ScrollBars = ssBoth
TabOrder = 1
WordWrap = False
end
object Button2: TButton
Left = 488
Top = 16
Width = 105
Height = 25
Caption = '&Macros'
TabOrder = 2
OnClick = bMacrosClick
end
end
object tsReply: TTabSheet
Tag = 102
Caption = 'Reply'
object lReply: TLabel
Left = 8
Top = 40
Width = 47
Height = 13
Caption = '&Template'
Enabled = False
FocusControl = eReply
end
object cbReply: TCheckBox
Left = 8
Top = 16
Width = 409
Height = 17
Caption = '&Use a specific template for replies'
TabOrder = 0
OnClick = cbReplyClick
end
object eReply: TMemo
Left = 8
Top = 56
Width = 585
Height = 241
Enabled = False
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
PopupMenu = mPop
ScrollBars = ssBoth
TabOrder = 1
WordWrap = False
end
object Button1: TButton
Left = 488
Top = 16
Width = 105
Height = 25
Caption = '&Macros'
TabOrder = 2
OnClick = bMacrosClick
end
end
object tsForward: TTabSheet
Tag = 103
Caption = 'Forward'
object lForward: TLabel
Left = 8
Top = 40
Width = 47
Height = 13
Caption = '&Template'
Enabled = False
FocusControl = eTemplate
end
object cbForward: TCheckBox
Left = 8
Top = 16
Width = 409
Height = 17
Caption = '&Use a specific template for forwarding messages'
TabOrder = 0
OnClick = cbForwardClick
end
object eForward: TMemo
Left = 8
Top = 56
Width = 585
Height = 241
Enabled = False
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
PopupMenu = mPop
ScrollBars = ssBoth
TabOrder = 1
WordWrap = False
end
object bMacros: TButton
Left = 488
Top = 16
Width = 105
Height = 25
Caption = '&Macros'
TabOrder = 2
OnClick = bMacrosClick
end
end
object tsCert: TTabSheet
Caption = 'Certificates'
object CertList: TListView
Left = 8
Top = 8
Width = 585
Height = 257
OnDblClick = CertListDblClick
Columns = <
item
Caption = 'Issued To'
Width = 180
end
item
Caption = 'Issued By'
Width = 180
end
item
Caption = 'Expires'
Width = 120
end
item
Caption = 'Root'
Width = 81
end>
ReadOnly = True
MultiSelect = True
TabOrder = 0
ViewStyle = vsReport
end
object bImport: TButton
Left = 16
Top = 272
Width = 113
Height = 25
Caption = '&Import...'
TabOrder = 1
OnClick = bImportClick
end
object bView: TButton
Left = 216
Top = 272
Width = 113
Height = 25
Caption = '&View'
TabOrder = 2
OnClick = bViewClick
end
object bDelete: TButton
Left = 344
Top = 272
Width = 113
Height = 25
Caption = '&Delete'
TabOrder = 3
OnClick = bDeleteClick
end
object bExport: TButton
Left = 472
Top = 272
Width = 113
Height = 25
Caption = '&Export...'
TabOrder = 4
OnClick = bExportClick
end
end
object tsMemo: TTabSheet
Caption = 'Other'
object lMemo: TLabel
Left = 8
Top = 96
Width = 29
Height = 13
Caption = 'Memo'
FocusControl = eMemo
end
object eCharset: TComboBox
Left = 424
Top = 16
Width = 169
Height = 21
Style = csDropDownList
ItemHeight = 0
TabOrder = 1
end
object cbCharset: TCheckBox
Left = 8
Top = 18
Width = 409
Height = 17
Caption = '&When writing messages, always use character set:'
TabOrder = 0
OnClick = cbCharsetClick
end
object eMemo: TMemo
Left = 8
Top = 112
Width = 577
Height = 185
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Courier'
Font.Style = []
Lines.Strings = (
'')
ParentFont = False
ScrollBars = ssVertical
TabOrder = 2
end
object cbFavourite: TCheckBox
Left = 8
Top = 40
Width = 577
Height = 17
Caption = '&Add this address to the instant address (Favourite) pop-up menu'
TabOrder = 3
end
object cbAddSecondary: TCheckBox
Left = 8
Top = 64
Width = 577
Height = 17
Caption = 'Automatically add secondary addresses to the &BCC field'
TabOrder = 4
end
end
end
object pnAdd: TPanel
Left = 0
Top = 0
Width = 610
Height = 33
Align = alTop
BevelOuter = bvNone
TabOrder = 1
Visible = False
object lAdd: TLabel
Left = 8
Top = 10
Width = 75
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'En&try'
FocusControl = cbAdd
end
object cbAdd: TComboBox
Left = 88
Top = 6
Width = 345
Height = 21
Style = csDropDownList
ItemHeight = 13
Sorted = True
TabOrder = 0
OnChange = cbAddChange
end
object bAdd: TButton
Left = 448
Top = 4
Width = 153
Height = 25
Caption = '&Add to address book'
TabOrder = 1
OnClick = bAddClick
end
end
object pnButtons: TPanel
Left = 0
Top = 370
Width = 610
Height = 59
Align = alClient
BevelOuter = bvNone
TabOrder = 2
object lABook: TLabel
Left = 8
Top = 8
Width = 69
Height = 13
Caption = 'Address Book:'
end
object bOK: TButton
Left = 320
Top = 24
Width = 83
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = bOKClick
end
object bCancel: TButton
Left = 416
Top = 24
Width = 83
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object bHelp: TButton
Left = 512
Top = 24
Width = 81
Height = 25
Caption = 'Help'
TabOrder = 2
OnClick = bHelpClick
end
object cbABook: TComboBox
Left = 8
Top = 24
Width = 265
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
end
end
object mPop: TPopupMenu
OnPopup = mPopPopup
Left = 568
Top = 344
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 = 'Put text file...'
ShortCut = 0
OnClick = mtAttachFileClick
end
object mtfCookie: TMenuItem
Tag = 3
Caption = '&Cookie from a file...'
ShortCut = 0
OnClick = mtAttachFileClick
end
object Popup1: TMenuItem
Caption = 'Popup'
ShortCut = 32889
Visible = False
OnClick = Popup1Click
end
end
object PhotoPopup: TPopupMenu
Left = 536
Top = 344
object mpClearPhoto: TMenuItem
Caption = 'Clear Photo'
ShortCut = 49219
OnClick = mpClearPhotoClick
end
end
end