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
Text File  |  2001-09-09  |  25KB  |  1,115 lines

  1. object AddressEditor: TAddressEditor
  2.   Left = 80
  3.   Top = 130
  4.   HelpContext = 14068
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit Address Entry'
  8.   ClientHeight = 429
  9.   ClientWidth = 610
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Book: TPageControl
  23.     Tag = 102
  24.     Left = 0
  25.     Top = 33
  26.     Width = 610
  27.     Height = 337
  28.     ActivePage = tsCert
  29.     Align = alTop
  30.     TabOrder = 0
  31.     object tsGeneral: TTabSheet
  32.       Caption = 'General'
  33.       object Label1: TLabel
  34.         Left = 8
  35.         Top = 20
  36.         Width = 137
  37.         Height = 13
  38.         Alignment = taRightJustify
  39.         AutoSize = False
  40.         Caption = '&First name'
  41.         FocusControl = eFirstName
  42.       end
  43.       object Label2: TLabel
  44.         Left = 8
  45.         Top = 46
  46.         Width = 137
  47.         Height = 13
  48.         Alignment = taRightJustify
  49.         AutoSize = False
  50.         Caption = '&Middle name'
  51.         FocusControl = eMiddleName
  52.       end
  53.       object lLastName: TLabel
  54.         Left = 8
  55.         Top = 72
  56.         Width = 137
  57.         Height = 13
  58.         Alignment = taRightJustify
  59.         AutoSize = False
  60.         Caption = '&Last name'
  61.         FocusControl = eLastName
  62.       end
  63.       object lDisplay: TLabel
  64.         Left = 8
  65.         Top = 124
  66.         Width = 137
  67.         Height = 13
  68.         Alignment = taRightJustify
  69.         AutoSize = False
  70.         Caption = '&Display name as'
  71.         FocusControl = cbPresent
  72.       end
  73.       object lGroups: TLabel
  74.         Left = 8
  75.         Top = 176
  76.         Width = 137
  77.         Height = 13
  78.         Alignment = taRightJustify
  79.         AutoSize = False
  80.         Caption = 'Gro&ups'
  81.         FocusControl = eGroups
  82.       end
  83.       object lHandle: TLabel
  84.         Left = 8
  85.         Top = 98
  86.         Width = 137
  87.         Height = 13
  88.         Alignment = taRightJustify
  89.         AutoSize = False
  90.         Caption = '&Nickname (Handle)'
  91.         FocusControl = eHandle
  92.       end
  93.       object Label9: TLabel
  94.         Left = 8
  95.         Top = 150
  96.         Width = 137
  97.         Height = 13
  98.         Alignment = taRightJustify
  99.         AutoSize = False
  100.         Caption = '&Gender'
  101.         FocusControl = cbSex
  102.       end
  103.       object TLabel
  104.         Left = 8
  105.         Top = 160
  106.         Width = 3
  107.         Height = 13
  108.       end
  109.       object lEmail: TLabel
  110.         Left = 8
  111.         Top = 200
  112.         Width = 441
  113.         Height = 13
  114.         AutoSize = False
  115.         Caption = 'E-Mail address(es)'
  116.         FocusControl = eMail
  117.       end
  118.       object eFirstName: TEdit
  119.         Left = 152
  120.         Top = 16
  121.         Width = 289
  122.         Height = 21
  123.         TabOrder = 0
  124.         OnChange = eFirstNameChange
  125.       end
  126.       object eMiddleName: TEdit
  127.         Left = 152
  128.         Top = 42
  129.         Width = 289
  130.         Height = 21
  131.         TabOrder = 1
  132.         OnChange = eFirstNameChange
  133.       end
  134.       object eLastName: TEdit
  135.         Left = 152
  136.         Top = 68
  137.         Width = 289
  138.         Height = 21
  139.         TabOrder = 2
  140.         OnChange = eFirstNameChange
  141.       end
  142.       object cbPresent: TComboBox
  143.         Left = 152
  144.         Top = 120
  145.         Width = 289
  146.         Height = 21
  147.         ItemHeight = 0
  148.         TabOrder = 4
  149.         OnDropDown = cbPresentDropDown
  150.         OnKeyDown = cbPresentKeyDown
  151.       end
  152.       object eGroups: TEdit
  153.         Left = 152
  154.         Top = 172
  155.         Width = 265
  156.         Height = 21
  157.         TabOrder = 6
  158.       end
  159.       object bGroups: TButton
  160.         Left = 421
  161.         Top = 172
  162.         Width = 22
  163.         Height = 22
  164.         Caption = '...'
  165.         TabOrder = 7
  166.         OnClick = bGroupsClick
  167.       end
  168.       object eHandle: TEdit
  169.         Left = 152
  170.         Top = 94
  171.         Width = 289
  172.         Height = 21
  173.         TabOrder = 3
  174.       end
  175.       object cbSex: TComboBox
  176.         Left = 152
  177.         Top = 146
  178.         Width = 289
  179.         Height = 21
  180.         Style = csDropDownList
  181.         ItemHeight = 13
  182.         Items.Strings = (
  183.           'Unspecified'
  184.           'Male'
  185.           'Female')
  186.         TabOrder = 5
  187.       end
  188.       object gPhoto: TGroupBox
  189.         Left = 456
  190.         Top = 8
  191.         Width = 136
  192.         Height = 201
  193.         Caption = '&Photo'
  194.         PopupMenu = PhotoPopup
  195.         TabOrder = 8
  196.         object bChangePhoto: TButton
  197.           Left = 16
  198.           Top = 168
  199.           Width = 105
  200.           Height = 25
  201.           Caption = 'Change...'
  202.           TabOrder = 0
  203.           OnClick = bChangePhotoClick
  204.         end
  205.       end
  206.       object eMail: TMemo
  207.         Left = 8
  208.         Top = 216
  209.         Width = 585
  210.         Height = 81
  211.         ScrollBars = ssVertical
  212.         TabOrder = 9
  213.         WordWrap = False
  214.       end
  215.     end
  216.     object tsPersonal: TTabSheet
  217.       Caption = 'Personal'
  218.       object Label15: TLabel
  219.         Left = 8
  220.         Top = 284
  221.         Width = 209
  222.         Height = 13
  223.         Alignment = taRightJustify
  224.         AutoSize = False
  225.         Caption = 'Personal &Web Homepage'
  226.         FocusControl = eHomePage
  227.       end
  228.       object gbHomeAddr: TGroupBox
  229.         Left = 288
  230.         Top = 8
  231.         Width = 305
  232.         Height = 257
  233.         Caption = '&Home location'
  234.         TabOrder = 2
  235.         object lHomeAddr: TLabel
  236.           Left = 8
  237.           Top = 16
  238.           Width = 68
  239.           Height = 13
  240.           Caption = '&Street address'
  241.           FocusControl = eHomeAddr
  242.         end
  243.         object Label10: TLabel
  244.           Left = 8
  245.           Top = 88
  246.           Width = 20
  247.           Height = 13
  248.           Caption = '&City'
  249.           FocusControl = eHomeCity
  250.         end
  251.         object Label12: TLabel
  252.           Left = 8
  253.           Top = 128
  254.           Width = 78
  255.           Height = 13
  256.           Caption = 'State / &Province'
  257.           FocusControl = eHomeState
  258.         end
  259.         object Label13: TLabel
  260.           Left = 8
  261.           Top = 168
  262.           Width = 84
  263.           Height = 13
  264.           Caption = '&ZIP / Postal code'
  265.           FocusControl = eHomeZIP
  266.         end
  267.         object Label14: TLabel
  268.           Left = 8
  269.           Top = 208
  270.           Width = 36
  271.           Height = 13
  272.           Caption = 'Co&untry'
  273.           FocusControl = eHomeCountry
  274.         end
  275.         object eHomeAddr: TMemo
  276.           Left = 8
  277.           Top = 32
  278.           Width = 289
  279.           Height = 49
  280.           ScrollBars = ssVertical
  281.           TabOrder = 0
  282.         end
  283.         object eHomeCity: TEdit
  284.           Left = 8
  285.           Top = 104
  286.           Width = 289
  287.           Height = 21
  288.           TabOrder = 1
  289.         end
  290.         object eHomeState: TEdit
  291.           Left = 8
  292.           Top = 144
  293.           Width = 289
  294.           Height = 21
  295.           TabOrder = 2
  296.         end
  297.         object eHomeZIP: TEdit
  298.           Left = 8
  299.           Top = 184
  300.           Width = 289
  301.           Height = 21
  302.           TabOrder = 3
  303.         end
  304.         object eHomeCountry: TEdit
  305.           Left = 8
  306.           Top = 224
  307.           Width = 289
  308.           Height = 21
  309.           TabOrder = 4
  310.         end
  311.       end
  312.       object eHomePage: TEdit
  313.         Left = 224
  314.         Top = 280
  315.         Width = 289
  316.         Height = 21
  317.         TabOrder = 3
  318.       end
  319.       object bHomeWeb: TButton
  320.         Left = 520
  321.         Top = 278
  322.         Width = 75
  323.         Height = 25
  324.         Caption = '&Go'
  325.         TabOrder = 4
  326.         OnClick = bHomeWebClick
  327.       end
  328.       object gbPhones: TGroupBox
  329.         Left = 8
  330.         Top = 126
  331.         Width = 273
  332.         Height = 139
  333.         Caption = '&Telephone numbers'
  334.         TabOrder = 1
  335.         object lHomePhone: TLabel
  336.           Left = 8
  337.           Top = 16
  338.           Width = 27
  339.           Height = 13
  340.           Caption = '&Voice'
  341.           FocusControl = eHomePhone
  342.         end
  343.         object lHomeFax: TLabel
  344.           Left = 8
  345.           Top = 56
  346.           Width = 43
  347.           Height = 13
  348.           Caption = '&Facsimile'
  349.           FocusControl = eHomeFax
  350.         end
  351.         object lHomeMobile: TLabel
  352.           Left = 8
  353.           Top = 94
  354.           Width = 61
  355.           Height = 13
  356.           Caption = 'C&ar / Cellular'
  357.           FocusControl = eHomeMobile
  358.         end
  359.         object eHomePhone: TEdit
  360.           Left = 8
  361.           Top = 32
  362.           Width = 257
  363.           Height = 21
  364.           TabOrder = 0
  365.         end
  366.         object eHomeFax: TEdit
  367.           Left = 8
  368.           Top = 70
  369.           Width = 257
  370.           Height = 21
  371.           TabOrder = 1
  372.         end
  373.         object eHomeMobile: TEdit
  374.           Left = 8
  375.           Top = 108
  376.           Width = 257
  377.           Height = 21
  378.           TabOrder = 2
  379.         end
  380.       end
  381.       object gbPersonal: TGroupBox
  382.         Left = 8
  383.         Top = 8
  384.         Width = 273
  385.         Height = 114
  386.         Caption = 'Personal &information'
  387.         TabOrder = 0
  388.         object lNamePrefix: TLabel
  389.           Left = 8
  390.           Top = 20
  391.           Width = 188
  392.           Height = 13
  393.           AutoSize = False
  394.           Caption = '&Name Prefix (Mr, Ms)'
  395.         end
  396.         object lNameSuffix: TLabel
  397.           Left = 8
  398.           Top = 44
  399.           Width = 188
  400.           Height = 13
  401.           AutoSize = False
  402.           Caption = 'Name Suffi&x (III, Jr.)'
  403.         end
  404.         object lBirthdayDMY: TLabel
  405.           Left = 74
  406.           Top = 88
  407.           Width = 64
  408.           Height = 13
  409.           Caption = '(dd/mm/yyyy)'
  410.           Enabled = False
  411.         end
  412.         object eNamePrefix: TEdit
  413.           Left = 200
  414.           Top = 16
  415.           Width = 65
  416.           Height = 21
  417.           TabOrder = 0
  418.           OnChange = eFirstNameChange
  419.         end
  420.         object eNameSuffix: TEdit
  421.           Left = 200
  422.           Top = 40
  423.           Width = 65
  424.           Height = 21
  425.           TabOrder = 1
  426.           OnChange = eFirstNameChange
  427.         end
  428.         object meBirthday: TMaskEdit
  429.           Left = 8
  430.           Top = 84
  431.           Width = 61
  432.           Height = 21
  433.           EditMask = '00/00/0000'
  434.           MaxLength = 10
  435.           TabOrder = 2
  436.           Text = '  .  .    '
  437.         end
  438.         object cbBirthday: TCheckBox
  439.           Left = 8
  440.           Top = 64
  441.           Width = 185
  442.           Height = 17
  443.           Caption = 'Birthday'
  444.           TabOrder = 3
  445.           OnClick = cbBirthdayClick
  446.         end
  447.       end
  448.     end
  449.     object Business: TTabSheet
  450.       Caption = 'Business'
  451.       object Label31: TLabel
  452.         Left = 8
  453.         Top = 284
  454.         Width = 209
  455.         Height = 13
  456.         Alignment = taRightJustify
  457.         AutoSize = False
  458.         Caption = 'Business &Web Homepage'
  459.         FocusControl = eHomePage
  460.       end
  461.       object gbCompanyInfo: TGroupBox
  462.         Left = 288
  463.         Top = 8
  464.         Width = 305
  465.         Height = 257
  466.         Caption = 'Company location'
  467.         TabOrder = 1
  468.         object Label20: TLabel
  469.           Left = 8
  470.           Top = 16
  471.           Width = 71
  472.           Height = 13
  473.           Caption = '&Street address'
  474.           FocusControl = eBusAddr
  475.         end
  476.         object Label21: TLabel
  477.           Left = 8
  478.           Top = 88
  479.           Width = 20
  480.           Height = 13
  481.           Caption = '&City'
  482.           FocusControl = eBusCity
  483.         end
  484.         object Label22: TLabel
  485.           Left = 8
  486.           Top = 128
  487.           Width = 81
  488.           Height = 13
  489.           Caption = 'State / &Province'
  490.           FocusControl = eBusState
  491.         end
  492.         object Label23: TLabel
  493.           Left = 8
  494.           Top = 168
  495.           Width = 84
  496.           Height = 13
  497.           Caption = '&ZIP / Postal code'
  498.           FocusControl = eBusZIP
  499.         end
  500.         object Label24: TLabel
  501.           Left = 8
  502.           Top = 208
  503.           Width = 36
  504.           Height = 13
  505.           Caption = 'Co&untry'
  506.           FocusControl = eBusCountry
  507.         end
  508.         object eBusAddr: TMemo
  509.           Left = 8
  510.           Top = 32
  511.           Width = 289
  512.           Height = 49
  513.           ScrollBars = ssVertical
  514.           TabOrder = 0
  515.         end
  516.         object eBusCity: TEdit
  517.           Left = 8
  518.           Top = 104
  519.           Width = 289
  520.           Height = 21
  521.           TabOrder = 1
  522.         end
  523.         object eBusState: TEdit
  524.           Left = 8
  525.           Top = 144
  526.           Width = 289
  527.           Height = 21
  528.           TabOrder = 2
  529.         end
  530.         object eBusZIP: TEdit
  531.           Left = 8
  532.           Top = 184
  533.           Width = 289
  534.           Height = 21
  535.           TabOrder = 3
  536.         end
  537.         object eBusCountry: TEdit
  538.           Left = 8
  539.           Top = 224
  540.           Width = 289
  541.           Height = 21
  542.           TabOrder = 4
  543.         end
  544.       end
  545.       object gbCompany: TGroupBox
  546.         Left = 8
  547.         Top = 8
  548.         Width = 273
  549.         Height = 257
  550.         Caption = 'Company information'
  551.         TabOrder = 0
  552.         object Label7: TLabel
  553.           Left = 8
  554.           Top = 16
  555.           Width = 78
  556.           Height = 13
  557.           Caption = 'Company &Name'
  558.           FocusControl = eCompany
  559.         end
  560.         object Label25: TLabel
  561.           Left = 8
  562.           Top = 56
  563.           Width = 39
  564.           Height = 13
  565.           Caption = '&Job title'
  566.           FocusControl = eJobTitle
  567.         end
  568.         object Label26: TLabel
  569.           Left = 8
  570.           Top = 96
  571.           Width = 55
  572.           Height = 13
  573.           Caption = '&Department'
  574.           FocusControl = eBusDept
  575.         end
  576.         object Label27: TLabel
  577.           Left = 8
  578.           Top = 146
  579.           Width = 60
  580.           Height = 13
  581.           Alignment = taRightJustify
  582.           AutoSize = False
  583.           Caption = 'O&ffice'
  584.           FocusControl = eBusOffice
  585.         end
  586.         object Label28: TLabel
  587.           Left = 8
  588.           Top = 174
  589.           Width = 60
  590.           Height = 13
  591.           Alignment = taRightJustify
  592.           AutoSize = False
  593.           Caption = 'P&hone'
  594.           FocusControl = eBusPhone
  595.         end
  596.         object Label29: TLabel
  597.           Left = 8
  598.           Top = 202
  599.           Width = 60
  600.           Height = 13
  601.           Alignment = taRightJustify
  602.           AutoSize = False
  603.           Caption = 'Fa&x'
  604.           FocusControl = eBusFax
  605.         end
  606.         object Label30: TLabel
  607.           Left = 8
  608.           Top = 230
  609.           Width = 60
  610.           Height = 13
  611.           Alignment = taRightJustify
  612.           AutoSize = False
  613.           Caption = 'P&ager'
  614.           FocusControl = eBusPager
  615.         end
  616.         object eCompany: TEdit
  617.           Left = 8
  618.           Top = 32
  619.           Width = 257
  620.           Height = 21
  621.           TabOrder = 0
  622.         end
  623.         object eJobTitle: TEdit
  624.           Left = 8
  625.           Top = 72
  626.           Width = 257
  627.           Height = 21
  628.           TabOrder = 1
  629.         end
  630.         object eBusDept: TEdit
  631.           Left = 8
  632.           Top = 112
  633.           Width = 257
  634.           Height = 21
  635.           TabOrder = 2
  636.         end
  637.         object eBusOffice: TEdit
  638.           Left = 72
  639.           Top = 142
  640.           Width = 192
  641.           Height = 21
  642.           TabOrder = 3
  643.         end
  644.         object eBusPhone: TEdit
  645.           Left = 72
  646.           Top = 170
  647.           Width = 192
  648.           Height = 21
  649.           TabOrder = 4
  650.         end
  651.         object eBusFax: TEdit
  652.           Left = 72
  653.           Top = 198
  654.           Width = 192
  655.           Height = 21
  656.           TabOrder = 5
  657.         end
  658.         object eBusPager: TEdit
  659.           Left = 72
  660.           Top = 226
  661.           Width = 192
  662.           Height = 21
  663.           TabOrder = 6
  664.         end
  665.       end
  666.       object eBusPage: TEdit
  667.         Left = 224
  668.         Top = 280
  669.         Width = 289
  670.         Height = 21
  671.         TabOrder = 2
  672.       end
  673.       object bVisitBusPage: TButton
  674.         Left = 520
  675.         Top = 278
  676.         Width = 75
  677.         Height = 25
  678.         Caption = '&Go'
  679.         TabOrder = 3
  680.         OnClick = bVisitBusPageClick
  681.       end
  682.     end
  683.     object tsTemplate: TTabSheet
  684.       Tag = 101
  685.       Caption = 'New message'
  686.       object lTemplate: TLabel
  687.         Left = 8
  688.         Top = 40
  689.         Width = 47
  690.         Height = 13
  691.         Caption = '&Template'
  692.         Enabled = False
  693.         FocusControl = eTemplate
  694.       end
  695.       object cbTemplate: TCheckBox
  696.         Left = 8
  697.         Top = 16
  698.         Width = 409
  699.         Height = 17
  700.         Caption = '&Use a specific template for new messages'
  701.         TabOrder = 0
  702.         OnClick = cbTemplateClick
  703.       end
  704.       object eTemplate: TMemo
  705.         Left = 8
  706.         Top = 56
  707.         Width = 585
  708.         Height = 241
  709.         Enabled = False
  710.         Font.Color = clBlack
  711.         Font.Height = -13
  712.         Font.Name = 'Courier'
  713.         Font.Style = []
  714.         ParentFont = False
  715.         PopupMenu = mPop
  716.         ScrollBars = ssBoth
  717.         TabOrder = 1
  718.         WordWrap = False
  719.       end
  720.       object Button2: TButton
  721.         Left = 488
  722.         Top = 16
  723.         Width = 105
  724.         Height = 25
  725.         Caption = '&Macros'
  726.         TabOrder = 2
  727.         OnClick = bMacrosClick
  728.       end
  729.     end
  730.     object tsReply: TTabSheet
  731.       Tag = 102
  732.       Caption = 'Reply'
  733.       object lReply: TLabel
  734.         Left = 8
  735.         Top = 40
  736.         Width = 47
  737.         Height = 13
  738.         Caption = '&Template'
  739.         Enabled = False
  740.         FocusControl = eReply
  741.       end
  742.       object cbReply: TCheckBox
  743.         Left = 8
  744.         Top = 16
  745.         Width = 409
  746.         Height = 17
  747.         Caption = '&Use a specific template for replies'
  748.         TabOrder = 0
  749.         OnClick = cbReplyClick
  750.       end
  751.       object eReply: TMemo
  752.         Left = 8
  753.         Top = 56
  754.         Width = 585
  755.         Height = 241
  756.         Enabled = False
  757.         Font.Color = clBlack
  758.         Font.Height = -13
  759.         Font.Name = 'Courier'
  760.         Font.Style = []
  761.         ParentFont = False
  762.         PopupMenu = mPop
  763.         ScrollBars = ssBoth
  764.         TabOrder = 1
  765.         WordWrap = False
  766.       end
  767.       object Button1: TButton
  768.         Left = 488
  769.         Top = 16
  770.         Width = 105
  771.         Height = 25
  772.         Caption = '&Macros'
  773.         TabOrder = 2
  774.         OnClick = bMacrosClick
  775.       end
  776.     end
  777.     object tsForward: TTabSheet
  778.       Tag = 103
  779.       Caption = 'Forward'
  780.       object lForward: TLabel
  781.         Left = 8
  782.         Top = 40
  783.         Width = 47
  784.         Height = 13
  785.         Caption = '&Template'
  786.         Enabled = False
  787.         FocusControl = eTemplate
  788.       end
  789.       object cbForward: TCheckBox
  790.         Left = 8
  791.         Top = 16
  792.         Width = 409
  793.         Height = 17
  794.         Caption = '&Use a specific template for forwarding messages'
  795.         TabOrder = 0
  796.         OnClick = cbForwardClick
  797.       end
  798.       object eForward: TMemo
  799.         Left = 8
  800.         Top = 56
  801.         Width = 585
  802.         Height = 241
  803.         Enabled = False
  804.         Font.Color = clBlack
  805.         Font.Height = -13
  806.         Font.Name = 'Courier'
  807.         Font.Style = []
  808.         ParentFont = False
  809.         PopupMenu = mPop
  810.         ScrollBars = ssBoth
  811.         TabOrder = 1
  812.         WordWrap = False
  813.       end
  814.       object bMacros: TButton
  815.         Left = 488
  816.         Top = 16
  817.         Width = 105
  818.         Height = 25
  819.         Caption = '&Macros'
  820.         TabOrder = 2
  821.         OnClick = bMacrosClick
  822.       end
  823.     end
  824.     object tsCert: TTabSheet
  825.       Caption = 'Certificates'
  826.       object CertList: TListView
  827.         Left = 8
  828.         Top = 8
  829.         Width = 585
  830.         Height = 257
  831.         OnDblClick = CertListDblClick
  832.         Columns = <
  833.           item
  834.             Caption = 'Issued To'
  835.             Width = 180
  836.           end
  837.           item
  838.             Caption = 'Issued By'
  839.             Width = 180
  840.           end
  841.           item
  842.             Caption = 'Expires'
  843.             Width = 120
  844.           end
  845.           item
  846.             Caption = 'Root'
  847.             Width = 81
  848.           end>
  849.         ReadOnly = True
  850.         MultiSelect = True
  851.         TabOrder = 0
  852.         ViewStyle = vsReport
  853.       end
  854.       object bImport: TButton
  855.         Left = 16
  856.         Top = 272
  857.         Width = 113
  858.         Height = 25
  859.         Caption = '&Import...'
  860.         TabOrder = 1
  861.         OnClick = bImportClick
  862.       end
  863.       object bView: TButton
  864.         Left = 216
  865.         Top = 272
  866.         Width = 113
  867.         Height = 25
  868.         Caption = '&View'
  869.         TabOrder = 2
  870.         OnClick = bViewClick
  871.       end
  872.       object bDelete: TButton
  873.         Left = 344
  874.         Top = 272
  875.         Width = 113
  876.         Height = 25
  877.         Caption = '&Delete'
  878.         TabOrder = 3
  879.         OnClick = bDeleteClick
  880.       end
  881.       object bExport: TButton
  882.         Left = 472
  883.         Top = 272
  884.         Width = 113
  885.         Height = 25
  886.         Caption = '&Export...'
  887.         TabOrder = 4
  888.         OnClick = bExportClick
  889.       end
  890.     end
  891.     object tsMemo: TTabSheet
  892.       Caption = 'Other'
  893.       object lMemo: TLabel
  894.         Left = 8
  895.         Top = 96
  896.         Width = 29
  897.         Height = 13
  898.         Caption = 'Memo'
  899.         FocusControl = eMemo
  900.       end
  901.       object eCharset: TComboBox
  902.         Left = 424
  903.         Top = 16
  904.         Width = 169
  905.         Height = 21
  906.         Style = csDropDownList
  907.         ItemHeight = 0
  908.         TabOrder = 1
  909.       end
  910.       object cbCharset: TCheckBox
  911.         Left = 8
  912.         Top = 18
  913.         Width = 409
  914.         Height = 17
  915.         Caption = '&When writing messages, always use character set:'
  916.         TabOrder = 0
  917.         OnClick = cbCharsetClick
  918.       end
  919.       object eMemo: TMemo
  920.         Left = 8
  921.         Top = 112
  922.         Width = 577
  923.         Height = 185
  924.         Font.Color = clBlack
  925.         Font.Height = -13
  926.         Font.Name = 'Courier'
  927.         Font.Style = []
  928.         Lines.Strings = (
  929.           '')
  930.         ParentFont = False
  931.         ScrollBars = ssVertical
  932.         TabOrder = 2
  933.       end
  934.       object cbFavourite: TCheckBox
  935.         Left = 8
  936.         Top = 40
  937.         Width = 577
  938.         Height = 17
  939.         Caption = '&Add this address to the instant address (Favourite) pop-up menu'
  940.         TabOrder = 3
  941.       end
  942.       object cbAddSecondary: TCheckBox
  943.         Left = 8
  944.         Top = 64
  945.         Width = 577
  946.         Height = 17
  947.         Caption = 'Automatically add secondary addresses to the &BCC field'
  948.         TabOrder = 4
  949.       end
  950.     end
  951.   end
  952.   object pnAdd: TPanel
  953.     Left = 0
  954.     Top = 0
  955.     Width = 610
  956.     Height = 33
  957.     Align = alTop
  958.     BevelOuter = bvNone
  959.     TabOrder = 1
  960.     Visible = False
  961.     object lAdd: TLabel
  962.       Left = 8
  963.       Top = 10
  964.       Width = 75
  965.       Height = 13
  966.       Alignment = taRightJustify
  967.       AutoSize = False
  968.       Caption = 'En&try'
  969.       FocusControl = cbAdd
  970.     end
  971.     object cbAdd: TComboBox
  972.       Left = 88
  973.       Top = 6
  974.       Width = 345
  975.       Height = 21
  976.       Style = csDropDownList
  977.       ItemHeight = 13
  978.       Sorted = True
  979.       TabOrder = 0
  980.       OnChange = cbAddChange
  981.     end
  982.     object bAdd: TButton
  983.       Left = 448
  984.       Top = 4
  985.       Width = 153
  986.       Height = 25
  987.       Caption = '&Add to address book'
  988.       TabOrder = 1
  989.       OnClick = bAddClick
  990.     end
  991.   end
  992.   object pnButtons: TPanel
  993.     Left = 0
  994.     Top = 370
  995.     Width = 610
  996.     Height = 59
  997.     Align = alClient
  998.     BevelOuter = bvNone
  999.     TabOrder = 2
  1000.     object lABook: TLabel
  1001.       Left = 8
  1002.       Top = 8
  1003.       Width = 69
  1004.       Height = 13
  1005.       Caption = 'Address Book:'
  1006.     end
  1007.     object bOK: TButton
  1008.       Left = 320
  1009.       Top = 24
  1010.       Width = 83
  1011.       Height = 25
  1012.       Caption = '&OK'
  1013.       Default = True
  1014.       ModalResult = 1
  1015.       TabOrder = 0
  1016.       OnClick = bOKClick
  1017.     end
  1018.     object bCancel: TButton
  1019.       Left = 416
  1020.       Top = 24
  1021.       Width = 83
  1022.       Height = 25
  1023.       Cancel = True
  1024.       Caption = 'Cancel'
  1025.       ModalResult = 2
  1026.       TabOrder = 1
  1027.     end
  1028.     object bHelp: TButton
  1029.       Left = 512
  1030.       Top = 24
  1031.       Width = 81
  1032.       Height = 25
  1033.       Caption = 'Help'
  1034.       TabOrder = 2
  1035.       OnClick = bHelpClick
  1036.     end
  1037.     object cbABook: TComboBox
  1038.       Left = 8
  1039.       Top = 24
  1040.       Width = 265
  1041.       Height = 21
  1042.       Style = csDropDownList
  1043.       ItemHeight = 13
  1044.       TabOrder = 3
  1045.     end
  1046.   end
  1047.   object mPop: TPopupMenu
  1048.     OnPopup = mPopPopup
  1049.     Left = 568
  1050.     Top = 344
  1051.     object mmText: TMenuItem
  1052.       Caption = '&Text'
  1053.       ShortCut = 0
  1054.     end
  1055.     object mmSender: TMenuItem
  1056.       Caption = '&Sender info'
  1057.       ShortCut = 0
  1058.     end
  1059.     object mmRece: TMenuItem
  1060.       Caption = '&Recipient info'
  1061.       ShortCut = 0
  1062.     end
  1063.     object mmDef: TMenuItem
  1064.       Caption = '&Pre-defined fields'
  1065.       ShortCut = 0
  1066.     end
  1067.     object mmMisc: TMenuItem
  1068.       Caption = '&Miscellaneous'
  1069.       ShortCut = 0
  1070.     end
  1071.     object N1: TMenuItem
  1072.       Caption = '-'
  1073.       ShortCut = 0
  1074.     end
  1075.     object mtAttachFile: TMenuItem
  1076.       Caption = '&Attach a file...'
  1077.       ShortCut = 32801
  1078.       OnClick = mtAttachFileClick
  1079.     end
  1080.     object mtInclude: TMenuItem
  1081.       Tag = 1
  1082.       Caption = '&Include template file...'
  1083.       ShortCut = 32813
  1084.       OnClick = mtAttachFileClick
  1085.     end
  1086.     object mtPut: TMenuItem
  1087.       Tag = 2
  1088.       Caption = 'Put text file...'
  1089.       ShortCut = 0
  1090.       OnClick = mtAttachFileClick
  1091.     end
  1092.     object mtfCookie: TMenuItem
  1093.       Tag = 3
  1094.       Caption = '&Cookie from a file...'
  1095.       ShortCut = 0
  1096.       OnClick = mtAttachFileClick
  1097.     end
  1098.     object Popup1: TMenuItem
  1099.       Caption = 'Popup'
  1100.       ShortCut = 32889
  1101.       Visible = False
  1102.       OnClick = Popup1Click
  1103.     end
  1104.   end
  1105.   object PhotoPopup: TPopupMenu
  1106.     Left = 536
  1107.     Top = 344
  1108.     object mpClearPhoto: TMenuItem
  1109.       Caption = 'Clear Photo'
  1110.       ShortCut = 49219
  1111.       OnClick = mpClearPhotoClick
  1112.     end
  1113.   end
  1114. end
  1115.