home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TBOOK / TBOOK.txt < prev   
Encoding:
Text File  |  1997-04-15  |  79.6 KB  |  2,575 lines

  1. object Book: TBook
  2.   Left = 21
  3.   Top = 105
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   AutoScroll = False
  7.   ClientHeight = 446
  8.   ClientWidth = 526
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   Menu = Main
  17.   Position = poDefault
  18.   Scaled = False
  19.   Visible = True
  20.   OnActivate = FormActivate
  21.   OnClose = FormClose
  22.   OnCloseQuery = FormCloseQuery
  23.   OnCreate = FormCreate
  24.   OnKeyDown = FormKeyDown
  25.   OnPaint = FormResize
  26.   OnResize = FormResize
  27.   OnShow = FormShow
  28.   PixelsPerInch = 120
  29.   TextHeight = 16
  30.   object Panel2: TPanel
  31.     Left = 0
  32.     Top = 0
  33.     Width = 526
  34.     Height = 446
  35.     Align = alClient
  36.     BevelOuter = bvNone
  37.     BorderWidth = 5
  38.     Caption = 'Panel2'
  39.     TabOrder = 1
  40.     object Tabs: TTabbedNotebook
  41.       Left = 5
  42.       Top = 5
  43.       Width = 516
  44.       Height = 436
  45.       Align = alClient
  46.       TabsPerRow = 6
  47.       TabFont.Color = clBtnText
  48.       TabFont.Height = -13
  49.       TabFont.Name = 'MS Sans Serif'
  50.       TabFont.Style = []
  51.       TabOrder = 1
  52.       TabStop = False
  53.       OnChange = TabsChange
  54.       object TTabPage
  55.         Left = 4
  56.         Top = 27
  57.         Caption = 'Address'
  58.         object Address_Panel: TPanel
  59.           Left = 152
  60.           Top = 55
  61.           Width = 355
  62.           Height = 353
  63.           BevelInner = bvLowered
  64.           Caption = 'Address_Panel'
  65.           TabOrder = 0
  66.           object ScrollBox: TScrollBox
  67.             Left = 2
  68.             Top = 2
  69.             Width = 351
  70.             Height = 326
  71.             HorzScrollBar.Visible = False
  72.             Align = alClient
  73.             AutoScroll = False
  74.             BorderStyle = bsNone
  75.             TabOrder = 0
  76.             OnResize = ScrollBoxResize
  77.             object L_Position: TLabel
  78.               Left = 9
  79.               Top = 14
  80.               Width = 48
  81.               Height = 16
  82.               Caption = '&Position'
  83.               FocusControl = F_Position
  84.             end
  85.             object L_Company: TLabel
  86.               Left = 9
  87.               Top = 34
  88.               Width = 58
  89.               Height = 16
  90.               Caption = 'Company'
  91.               FocusControl = F_Company
  92.             end
  93.             object L_Address: TLabel
  94.               Left = 9
  95.               Top = 58
  96.               Width = 51
  97.               Height = 16
  98.               Caption = 'Address'
  99.             end
  100.             object L_Phone1: TLabel
  101.               Left = 9
  102.               Top = 203
  103.               Width = 49
  104.               Height = 16
  105.               Caption = 'Phone 1'
  106.               FocusControl = F_Phone1
  107.             end
  108.             object L_Phone2: TLabel
  109.               Left = 9
  110.               Top = 226
  111.               Width = 49
  112.               Height = 16
  113.               Caption = 'Phone 2'
  114.               FocusControl = F_Phone2
  115.             end
  116.             object L_Phone3: TLabel
  117.               Left = 9
  118.               Top = 258
  119.               Width = 49
  120.               Height = 16
  121.               Caption = 'Phone 3'
  122.               FocusControl = F_Phone3
  123.             end
  124.             object L_Phone4: TLabel
  125.               Left = 9
  126.               Top = 282
  127.               Width = 46
  128.               Height = 16
  129.               Caption = 'Phone4'
  130.               FocusControl = F_Phone4
  131.             end
  132.             object L_Address_2: TLabel
  133.               Left = 9
  134.               Top = 82
  135.               Width = 3
  136.               Height = 16
  137.             end
  138.             object L_Address_3: TLabel
  139.               Left = 9
  140.               Top = 106
  141.               Width = 3
  142.               Height = 16
  143.             end
  144.             object L_Address_4: TLabel
  145.               Left = 9
  146.               Top = 130
  147.               Width = 3
  148.               Height = 16
  149.             end
  150.             object L_Address_5: TLabel
  151.               Left = 9
  152.               Top = 154
  153.               Width = 3
  154.               Height = 16
  155.             end
  156.             object F_Company: TEdit
  157.               Left = 80
  158.               Top = 33
  159.               Width = 265
  160.               Height = 24
  161.               MaxLength = 255
  162.               TabOrder = 1
  163.               Text = 'F_Company'
  164.               OnChange = EditFieldChanged
  165.             end
  166.             object F_Position: TEdit
  167.               Left = 81
  168.               Top = 6
  169.               Width = 265
  170.               Height = 24
  171.               MaxLength = 255
  172.               TabOrder = 0
  173.               Text = 'F_Position'
  174.               OnChange = EditFieldChanged
  175.             end
  176.             object F_Phone4: TEdit
  177.               Left = 65
  178.               Top = 278
  179.               Width = 257
  180.               Height = 24
  181.               MaxLength = 255
  182.               TabOrder = 14
  183.               Text = 'F_Phone4'
  184.               OnChange = EditFieldChanged
  185.             end
  186.             object F_Phone3: TEdit
  187.               Left = 65
  188.               Top = 252
  189.               Width = 257
  190.               Height = 24
  191.               MaxLength = 255
  192.               TabOrder = 12
  193.               Text = 'F_Phone3'
  194.               OnChange = EditFieldChanged
  195.             end
  196.             object F_Phone2: TEdit
  197.               Left = 65
  198.               Top = 226
  199.               Width = 257
  200.               Height = 24
  201.               MaxLength = 255
  202.               TabOrder = 10
  203.               Text = 'F_Phone2'
  204.               OnChange = EditFieldChanged
  205.             end
  206.             object F_Phone1: TEdit
  207.               Left = 65
  208.               Top = 201
  209.               Width = 237
  210.               Height = 24
  211.               MaxLength = 255
  212.               TabOrder = 8
  213.               Text = 'F_Phone1'
  214.               OnChange = EditFieldChanged
  215.             end
  216.             object B_Phone1: TBitBtn
  217.               Left = 304
  218.               Top = 199
  219.               Width = 38
  220.               Height = 24
  221.               Caption = '&1'
  222.               TabOrder = 9
  223.               OnClick = B_Phone4Click
  224.               NumGlyphs = 2
  225.               Spacing = 1
  226.             end
  227.             object B_Phone2: TBitBtn
  228.               Left = 312
  229.               Top = 226
  230.               Width = 38
  231.               Height = 24
  232.               Caption = '&2'
  233.               TabOrder = 11
  234.               OnClick = B_Phone4Click
  235.               NumGlyphs = 2
  236.               Spacing = 1
  237.             end
  238.             object B_Phone3: TBitBtn
  239.               Left = 312
  240.               Top = 252
  241.               Width = 38
  242.               Height = 24
  243.               Caption = '&3'
  244.               TabOrder = 13
  245.               OnClick = B_Phone4Click
  246.               NumGlyphs = 2
  247.               Spacing = 1
  248.             end
  249.             object B_Phone4: TBitBtn
  250.               Left = 312
  251.               Top = 277
  252.               Width = 38
  253.               Height = 25
  254.               Caption = '&4'
  255.               TabOrder = 15
  256.               OnClick = B_Phone4Click
  257.               NumGlyphs = 2
  258.               Spacing = 1
  259.             end
  260.             object F_Address: TMemo
  261.               Left = 80
  262.               Top = 64
  263.               Width = 265
  264.               Height = 129
  265.               Lines.Strings = (
  266.                 'F_Address')
  267.               TabOrder = 2
  268.               OnChange = F_NotesChange
  269.             end
  270.             object F_Address_1: TEdit
  271.               Left = 62
  272.               Top = 73
  273.               Width = 265
  274.               Height = 24
  275.               MaxLength = 255
  276.               TabOrder = 3
  277.               Text = 'F_Address_1'
  278.               OnChange = EditFieldChanged
  279.             end
  280.             object F_Address_2: TEdit
  281.               Left = 62
  282.               Top = 97
  283.               Width = 265
  284.               Height = 24
  285.               MaxLength = 255
  286.               TabOrder = 4
  287.               Text = 'F_Address_2'
  288.               OnChange = EditFieldChanged
  289.             end
  290.             object F_Address_3: TEdit
  291.               Left = 62
  292.               Top = 121
  293.               Width = 265
  294.               Height = 24
  295.               MaxLength = 255
  296.               TabOrder = 5
  297.               Text = 'F_Address_3'
  298.               OnChange = EditFieldChanged
  299.             end
  300.             object F_Address_4: TEdit
  301.               Left = 62
  302.               Top = 145
  303.               Width = 265
  304.               Height = 24
  305.               MaxLength = 255
  306.               TabOrder = 6
  307.               Text = 'F_Address_4'
  308.               OnChange = EditFieldChanged
  309.             end
  310.             object F_Address_5: TEdit
  311.               Left = 62
  312.               Top = 169
  313.               Width = 265
  314.               Height = 24
  315.               MaxLength = 255
  316.               TabOrder = 7
  317.               Text = 'F_Address_5'
  318.               OnChange = EditFieldChanged
  319.             end
  320.           end
  321.           object Panel1: TPanel
  322.             Left = 2
  323.             Top = 328
  324.             Width = 351
  325.             Height = 23
  326.             Align = alBottom
  327.             BevelOuter = bvNone
  328.             Caption = 'Panel1'
  329.             PopupMenu = TabSetPopup
  330.             TabOrder = 1
  331.             object TabSet: TTabSet
  332.               Left = 0
  333.               Top = 0
  334.               Width = 351
  335.               Height = 23
  336.               Align = alClient
  337.               Font.Color = clBlack
  338.               Font.Height = -13
  339.               Font.Name = 'MS Sans Serif'
  340.               Font.Style = []
  341.               Tabs.Strings = (
  342.                 'TabSet')
  343.               TabIndex = 0
  344.               OnChange = TabSetChange
  345.             end
  346.           end
  347.         end
  348.         object Name_Panel: TPanel
  349.           Left = 152
  350.           Top = 4
  351.           Width = 345
  352.           Height = 49
  353.           BevelInner = bvLowered
  354.           Caption = 'Name_Panel'
  355.           TabOrder = 1
  356.           object MainName_Panel: TPanel
  357.             Left = 2
  358.             Top = 2
  359.             Width = 341
  360.             Height = 45
  361.             Align = alClient
  362.             BevelOuter = bvNone
  363.             BorderWidth = 2
  364.             TabOrder = 0
  365.             object SubName_Panel: TPanel
  366.               Left = 2
  367.               Top = 2
  368.               Width = 185
  369.               Height = 41
  370.               Align = alLeft
  371.               BevelOuter = bvNone
  372.               TabOrder = 0
  373.               object TitlePanel: TPanel
  374.                 Left = 0
  375.                 Top = 0
  376.                 Width = 73
  377.                 Height = 41
  378.                 Align = alLeft
  379.                 BevelOuter = bvNone
  380.                 TabOrder = 0
  381.                 OnResize = TitlePanelResize
  382.                 object L_Title: TLabel
  383.                   Left = 0
  384.                   Top = 0
  385.                   Width = 40
  386.                   Height = 16
  387.                   Caption = 'L_Title'
  388.                   Transparent = True
  389.                 end
  390.                 object F_Title: TEdit
  391.                   Left = 12
  392.                   Top = 16
  393.                   Width = 47
  394.                   Height = 24
  395.                   MaxLength = 255
  396.                   TabOrder = 0
  397.                   Text = 'F_Title'
  398.                   OnChange = EditFieldChanged
  399.                 end
  400.                 object TitleSplitter: TPanel
  401.                   Left = 70
  402.                   Top = 0
  403.                   Width = 3
  404.                   Height = 41
  405.                   Cursor = crHSplit
  406.                   Align = alRight
  407.                   BevelOuter = bvNone
  408.                   TabOrder = 1
  409.                   OnMouseDown = TitleSplitterMouseDown
  410.                   OnMouseMove = TitleSplitterMouseMove
  411.                   OnMouseUp = TitleSplitterMouseUp
  412.                 end
  413.               end
  414.               object InitialsPanel: TPanel
  415.                 Left = 73
  416.                 Top = 0
  417.                 Width = 112
  418.                 Height = 41
  419.                 Align = alClient
  420.                 BevelOuter = bvNone
  421.                 TabOrder = 1
  422.                 OnResize = InitialsPanelResize
  423.                 object L_Initials: TLabel
  424.                   Left = 0
  425.                   Top = 0
  426.                   Width = 51
  427.                   Height = 16
  428.                   Caption = 'L_Initials'
  429.                   Transparent = True
  430.                 end
  431.                 object F_Initials: TEdit
  432.                   Left = 8
  433.                   Top = 17
  434.                   Width = 51
  435.                   Height = 24
  436.                   MaxLength = 255
  437.                   TabOrder = 0
  438.                   Text = 'F_Initials'
  439.                   OnChange = EditFieldChanged
  440.                 end
  441.               end
  442.             end
  443.             object SurNamePanel: TPanel
  444.               Left = 187
  445.               Top = 2
  446.               Width = 152
  447.               Height = 41
  448.               Align = alClient
  449.               BevelOuter = bvNone
  450.               TabOrder = 1
  451.               OnResize = SurNamePanelResize
  452.               object L_Name: TLabel
  453.                 Left = 4
  454.                 Top = 0
  455.                 Width = 51
  456.                 Height = 16
  457.                 Caption = 'L_Name'
  458.               end
  459.               object F_Name: TEdit
  460.                 Left = 8
  461.                 Top = 17
  462.                 Width = 99
  463.                 Height = 24
  464.                 MaxLength = 255
  465.                 TabOrder = 0
  466.                 Text = 'F_Name'
  467.                 OnChange = EditFieldChanged
  468.               end
  469.               object InitialsSplitter: TPanel
  470.                 Left = 0
  471.                 Top = 0
  472.                 Width = 3
  473.                 Height = 41
  474.                 Cursor = crHSplit
  475.                 Align = alLeft
  476.                 BevelOuter = bvNone
  477.                 TabOrder = 1
  478.                 OnMouseDown = InitialsSplitterMouseDown
  479.                 OnMouseMove = InitialsSplitterMouseMove
  480.                 OnMouseUp = InitialsSplitterMouseUp
  481.               end
  482.             end
  483.           end
  484.         end
  485.       end
  486.       object TTabPage
  487.         Left = 4
  488.         Top = 27
  489.         Caption = 'Notes'
  490.         object Notes_Panel: TPanel
  491.           Left = 154
  492.           Top = 5
  493.           Width = 350
  494.           Height = 380
  495.           BorderWidth = 2
  496.           TabOrder = 0
  497.           object F_Notes: TMemo
  498.             Left = 3
  499.             Top = 28
  500.             Width = 344
  501.             Height = 349
  502.             Align = alClient
  503.             BorderStyle = bsNone
  504.             Font.Color = clWindowText
  505.             Font.Height = -13
  506.             Font.Name = 'MS Sans Serif'
  507.             Font.Style = []
  508.             HideSelection = False
  509.             ParentFont = False
  510.             ScrollBars = ssVertical
  511.             TabOrder = 0
  512.             OnChange = F_NotesChange
  513.             OnExit = F_NotesExit
  514.           end
  515.           object L_Notes: THeader
  516.             Left = 3
  517.             Top = 3
  518.             Width = 344
  519.             Height = 25
  520.             Align = alTop
  521.             Font.Color = clWindowText
  522.             Font.Height = -13
  523.             Font.Name = 'MS Sans Serif'
  524.             Font.Style = []
  525.             ParentFont = False
  526.             Sections.Sections = (
  527.               #0'44'#0'Notes')
  528.             TabOrder = 1
  529.           end
  530.         end
  531.       end
  532.       object TTabPage
  533.         Left = 4
  534.         Top = 27
  535.         Caption = 'Reminders'
  536.         object Reminders_Panel: TPanel
  537.           Left = 148
  538.           Top = 5
  539.           Width = 357
  540.           Height = 385
  541.           BevelInner = bvLowered
  542.           Caption = 'Reminders_Panel'
  543.           TabOrder = 0
  544.           object Header: THeader
  545.             Left = 2
  546.             Top = 2
  547.             Width = 353
  548.             Height = 25
  549.             Align = alTop
  550.             Font.Color = clBlack
  551.             Font.Height = -13
  552.             Font.Name = 'MS Sans Serif'
  553.             Font.Style = []
  554.             ParentFont = False
  555.             Sections.Sections = (
  556.               #0'38'#0
  557.               #0'31'#0'Prty'
  558.               #0'85'#0'Date'
  559.               #0'48'#0'Time'
  560.               #0'76'#0'Description')
  561.             TabOrder = 0
  562.             OnSized = HeaderSized
  563.           end
  564.           object Reminders: TListBox
  565.             Left = 2
  566.             Top = 27
  567.             Width = 353
  568.             Height = 356
  569.             Align = alClient
  570.             BorderStyle = bsNone
  571.             Font.Color = clWindowText
  572.             Font.Height = -13
  573.             Font.Name = 'MS Sans Serif'
  574.             Font.Style = []
  575.             ItemHeight = 16
  576.             ParentFont = False
  577.             PopupMenu = RemindersPopup
  578.             Sorted = True
  579.             Style = lbOwnerDrawVariable
  580.             TabOrder = 1
  581.             OnDblClick = ViewEvent1Click
  582.             OnDrawItem = RemindersDrawItem
  583.             OnMeasureItem = RemindersMeasureItem
  584.           end
  585.         end
  586.       end
  587.       object TTabPage
  588.         Left = 4
  589.         Top = 27
  590.         Caption = 'Others'
  591.         object Other_Panel: TPanel
  592.           Left = 144
  593.           Top = 5
  594.           Width = 353
  595.           Height = 377
  596.           BevelInner = bvLowered
  597.           Caption = 'Other_Panel'
  598.           TabOrder = 0
  599.           object ScrollBox2: TScrollBox
  600.             Left = 2
  601.             Top = 2
  602.             Width = 349
  603.             Height = 373
  604.             HorzScrollBar.Visible = False
  605.             Align = alClient
  606.             AutoScroll = False
  607.             BorderStyle = bsNone
  608.             ParentShowHint = False
  609.             ShowHint = True
  610.             TabOrder = 0
  611.             object L_Others6: TLabel
  612.               Left = 8
  613.               Top = 168
  614.               Width = 76
  615.               Height = 16
  616.               Caption = '<Undefined>'
  617.               FocusControl = F_Others6
  618.             end
  619.             object L_Others5: TLabel
  620.               Left = 8
  621.               Top = 136
  622.               Width = 76
  623.               Height = 16
  624.               Caption = '<Undefined>'
  625.               FocusControl = F_Others5
  626.             end
  627.             object L_Others4: TLabel
  628.               Left = 8
  629.               Top = 104
  630.               Width = 76
  631.               Height = 16
  632.               Caption = '<Undefined>'
  633.               FocusControl = F_Others4
  634.             end
  635.             object L_Others3: TLabel
  636.               Left = 8
  637.               Top = 72
  638.               Width = 76
  639.               Height = 16
  640.               Caption = '<Undefined>'
  641.               FocusControl = F_Others3
  642.             end
  643.             object L_Others2: TLabel
  644.               Left = 8
  645.               Top = 40
  646.               Width = 76
  647.               Height = 16
  648.               Caption = '<Undefined>'
  649.               FocusControl = F_Others2
  650.             end
  651.             object L_Others1: TLabel
  652.               Left = 8
  653.               Top = 8
  654.               Width = 76
  655.               Height = 16
  656.               Caption = '<Undefined>'
  657.               FocusControl = F_Others1
  658.             end
  659.             object Line_Others: TBevel
  660.               Left = 8
  661.               Top = 200
  662.               Width = 337
  663.               Height = 2
  664.               Shape = bsTopLine
  665.             end
  666.             object L_Created: TLabel
  667.               Left = 8
  668.               Top = 208
  669.               Width = 102
  670.               Height = 16
  671.               Caption = 'Entry Created on:'
  672.               FocusControl = F_Others6
  673.               Font.Color = clBlack
  674.               Font.Height = -13
  675.               Font.Name = 'MS Sans Serif'
  676.               Font.Style = []
  677.               ParentFont = False
  678.             end
  679.             object L_Updated: TLabel
  680.               Left = 8
  681.               Top = 256
  682.               Width = 135
  683.               Height = 16
  684.               Caption = 'Entry Last Updated on:'
  685.               FocusControl = F_Others6
  686.               Font.Color = clBlack
  687.               Font.Height = -13
  688.               Font.Name = 'MS Sans Serif'
  689.               Font.Style = []
  690.               ParentFont = False
  691.             end
  692.             object L_Called: TLabel
  693.               Left = 8
  694.               Top = 304
  695.               Width = 156
  696.               Height = 16
  697.               Caption = 'Entry Last Telephoned on:'
  698.               FocusControl = F_Others6
  699.               Font.Color = clBlack
  700.               Font.Height = -13
  701.               Font.Name = 'MS Sans Serif'
  702.               Font.Style = []
  703.               ParentFont = False
  704.             end
  705.             object F_Others6: TEdit
  706.               Left = 88
  707.               Top = 165
  708.               Width = 257
  709.               Height = 24
  710.               MaxLength = 255
  711.               TabOrder = 5
  712.               Text = 'F_Others6'
  713.               OnChange = EditFieldChanged
  714.             end
  715.             object F_Others5: TEdit
  716.               Left = 88
  717.               Top = 133
  718.               Width = 257
  719.               Height = 24
  720.               MaxLength = 255
  721.               TabOrder = 4
  722.               Text = 'F_Others5'
  723.               OnChange = EditFieldChanged
  724.             end
  725.             object F_Others4: TEdit
  726.               Left = 88
  727.               Top = 101
  728.               Width = 257
  729.               Height = 24
  730.               MaxLength = 255
  731.               TabOrder = 3
  732.               Text = 'F_Others4'
  733.               OnChange = EditFieldChanged
  734.             end
  735.             object F_Others3: TEdit
  736.               Left = 88
  737.               Top = 69
  738.               Width = 257
  739.               Height = 24
  740.               MaxLength = 255
  741.               TabOrder = 2
  742.               Text = 'F_Others3'
  743.               OnChange = EditFieldChanged
  744.             end
  745.             object F_Others2: TEdit
  746.               Left = 88
  747.               Top = 37
  748.               Width = 257
  749.               Height = 24
  750.               MaxLength = 255
  751.               TabOrder = 1
  752.               Text = 'F_Others2'
  753.               OnChange = EditFieldChanged
  754.             end
  755.             object F_Others1: TEdit
  756.               Left = 88
  757.               Top = 5
  758.               Width = 257
  759.               Height = 24
  760.               MaxLength = 255
  761.               TabOrder = 0
  762.               Text = 'F_Others1'
  763.               OnChange = EditFieldChanged
  764.             end
  765.             object F_Called: TPanel
  766.               Left = 8
  767.               Top = 320
  768.               Width = 185
  769.               Height = 25
  770.               Alignment = taLeftJustify
  771.               BevelOuter = bvLowered
  772.               BorderWidth = 2
  773.               Caption = 'F_Called'
  774.               Font.Color = clBlack
  775.               Font.Height = -13
  776.               Font.Name = 'MS Sans Serif'
  777.               Font.Style = []
  778.               ParentFont = False
  779.               TabOrder = 6
  780.             end
  781.             object F_Created: TPanel
  782.               Left = 8
  783.               Top = 224
  784.               Width = 185
  785.               Height = 25
  786.               Alignment = taLeftJustify
  787.               BevelOuter = bvLowered
  788.               BorderWidth = 2
  789.               Caption = 'F_Called'
  790.               Font.Color = clBlack
  791.               Font.Height = -13
  792.               Font.Name = 'MS Sans Serif'
  793.               Font.Style = []
  794.               ParentFont = False
  795.               TabOrder = 7
  796.             end
  797.             object F_Updated: TPanel
  798.               Left = 16
  799.               Top = 272
  800.               Width = 185
  801.               Height = 25
  802.               Alignment = taLeftJustify
  803.               BevelOuter = bvLowered
  804.               BorderWidth = 2
  805.               Caption = 'F_Called'
  806.               Font.Color = clBlack
  807.               Font.Height = -13
  808.               Font.Name = 'MS Sans Serif'
  809.               Font.Style = []
  810.               ParentFont = False
  811.               TabOrder = 8
  812.             end
  813.             object B_Called: TBitBtn
  814.               Tag = 1
  815.               Left = 224
  816.               Top = 337
  817.               Width = 24
  818.               Height = 21
  819.               Hint = 'Set to Today'#39's Date & Time|'
  820.               TabOrder = 9
  821.               OnClick = B_CalledClick
  822.               Glyph.Data = {
  823.                 76010000424D7601000000000000760000002800000020000000100000000100
  824.                 04000000000000010000130B0000130B00000000000000000000000000000000
  825.                 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  826.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  827.                 003337777777777777F330FFFFFFFFFFF03337F333FFFFF337F330FFF70007FF
  828.                 F03337F33777773F37F330FF08FFF80FF03337F373333373F7F330F78FFFFF87
  829.                 F03337F7F3333337F7F330F0FFFFFFF0F03337F7F333FFF7F7F330F0FFF900F0
  830.                 F03337F7F3377737F7F330F0FFF0FFF0F03337F7F337F337F7F330F78FF0FF87
  831.                 F03337F73F37F33737F330FF08F0F80FF03337F373F7FF7337F330FFF70007FF
  832.                 F03337F33777773FF7F330FFFFFFFF00003337F33333337777F330FFFFFFFF0F
  833.                 F03337FFFFFFFF7F373330999999990F033337777777777F733330FFFFFFFF00
  834.                 333337FFFFFFFF77333330000000000333333777777777733333}
  835.               Layout = blGlyphRight
  836.               NumGlyphs = 2
  837.             end
  838.           end
  839.         end
  840.       end
  841.       object TTabPage
  842.         Left = 4
  843.         Top = 27
  844.         Caption = 'Attachments'
  845.         object Doc_Panel: TPanel
  846.           Left = 148
  847.           Top = 5
  848.           Width = 357
  849.           Height = 342
  850.           BevelInner = bvLowered
  851.           Caption = 'Doc_Panel'
  852.           TabOrder = 0
  853.           OnResize = Doc_PanelResize
  854.           object Doc_List: TListBox
  855.             Left = 2
  856.             Top = 2
  857.             Width = 353
  858.             Height = 338
  859.             Align = alClient
  860.             BorderStyle = bsNone
  861.             Font.Color = clWindowText
  862.             Font.Height = -13
  863.             Font.Name = 'MS Sans Serif'
  864.             Font.Style = []
  865.             ItemHeight = 16
  866.             ParentFont = False
  867.             PopupMenu = DocPopUp
  868.             Sorted = True
  869.             Style = lbOwnerDrawFixed
  870.             TabOrder = 0
  871.             OnDblClick = Doc_ListDblClick
  872.             OnDrawItem = Doc_ListDrawItem
  873.           end
  874.         end
  875.       end
  876.       object TTabPage
  877.         Left = 4
  878.         Top = 27
  879.         Caption = 'Categories'
  880.         object Cat_Panel: TPanel
  881.           Left = 148
  882.           Top = 5
  883.           Width = 357
  884.           Height = 342
  885.           BevelInner = bvLowered
  886.           TabOrder = 0
  887.           OnResize = Cat_PanelResize
  888.           object CatHeader: THeader
  889.             Left = 2
  890.             Top = 2
  891.             Width = 353
  892.             Height = 25
  893.             Align = alTop
  894.             Font.Color = clWindowText
  895.             Font.Height = -13
  896.             Font.Name = 'MS Sans Serif'
  897.             Font.Style = []
  898.             ParentFont = False
  899.             Sections.Sections = (
  900.               #0'74'#0'Categories')
  901.             TabOrder = 0
  902.           end
  903.           object CatList: TPickList
  904.             Left = 2
  905.             Top = 27
  906.             Width = 353
  907.             Height = 313
  908.             Align = alClient
  909.             BorderStyle = bsNone
  910.             Columns = 2
  911.             ExtendedSelect = False
  912.             Font.Color = clWindowText
  913.             Font.Height = -13
  914.             Font.Name = 'MS Sans Serif'
  915.             Font.Style = []
  916.             ItemHeight = 18
  917.             MultiSelect = True
  918.             ParentFont = False
  919.             PopupMenu = CatsPopupMenu
  920.             Sorted = True
  921.             TabOrder = 1
  922.             OnClick = CatListClick
  923.           end
  924.         end
  925.       end
  926.     end
  927.     object LB_Panel: TPanel
  928.       Left = 12
  929.       Top = 36
  930.       Width = 134
  931.       Height = 365
  932.       BevelInner = bvLowered
  933.       Caption = 'LB_Panel'
  934.       TabOrder = 0
  935.       object TLabel
  936.         Left = 27
  937.         Top = 400
  938.         Width = 3
  939.         Height = 16
  940.       end
  941.       object ListBox: TSmartListBox
  942.         Left = 2
  943.         Top = 2
  944.         Width = 130
  945.         Height = 361
  946.         Align = alClient
  947.         BorderStyle = bsNone
  948.         ItemHeight = 16
  949.         PopupMenu = ListboxPopUp
  950.         Sorted = True
  951.         Style = lbOwnerDrawVariable
  952.         TabOrder = 0
  953.         OnClick = ListBoxChange
  954.         OnDblClick = TagEntryClick
  955.         OnDrawItem = ListBoxDrawItem
  956.         OnMeasureItem = ListBoxMeasureItem
  957.         OnMouseDown = ListBoxMouseDown
  958.       end
  959.     end
  960.   end
  961.   object Splitter: TPanel
  962.     Left = 151
  963.     Top = 39
  964.     Width = 6
  965.     Height = 393
  966.     Cursor = crHSplit
  967.     BevelOuter = bvNone
  968.     TabOrder = 0
  969.     OnMouseDown = SplitterMouseDown
  970.     OnMouseMove = SplitterMouseMove
  971.     OnMouseUp = SplitterMouseUp
  972.   end
  973.   object Main: TMainMenu
  974.     Left = 392
  975.     Top = 8
  976.     object File2: TMenuItem
  977.       Caption = '&File'
  978.       Hint = 'File and Print Related Commands'
  979.       ShortCut = 0
  980.       OnClick = File1Click
  981.       object New2: TMenuItem
  982.         Caption = 'Ne&w Address Book...'
  983.         Hint = 'Create a New Address Book'
  984.         ShortCut = 0
  985.         OnClick = New2Click
  986.       end
  987.       object Open2: TMenuItem
  988.         Caption = '&Open Address Book...'
  989.         Hint = 'Open an Existing Address book'
  990.         ShortCut = 0
  991.         OnClick = Open2Click
  992.       end
  993.       object N38: TMenuItem
  994.         Caption = '-'
  995.         ShortCut = 0
  996.       end
  997.       object DiaryNew: TMenuItem
  998.         Caption = '&New Diary...'
  999.         Hint = 'Create a New Diary'
  1000.         ShortCut = 0
  1001.         OnClick = DiaryNewClick
  1002.       end
  1003.       object DiaryOpen: TMenuItem
  1004.         Caption = 'Op&en Diary...'
  1005.         Hint = 'Open an Existing Diary'
  1006.         ShortCut = 0
  1007.         OnClick = DiaryOpenClick
  1008.       end
  1009.       object N39: TMenuItem
  1010.         Caption = '-'
  1011.         ShortCut = 0
  1012.       end
  1013.       object Reopen1: TMenuItem
  1014.         Caption = '&Reopen'
  1015.         Hint = 'Display the most recently used file list'
  1016.         ShortCut = 0
  1017.         object MRU1: TMenuItem
  1018.           Caption = '&1 - '
  1019.           Hint = 'Open Specified File'
  1020.           ShortCut = 0
  1021.           OnClick = MRU0Click
  1022.         end
  1023.         object MRU2: TMenuItem
  1024.           Tag = 1
  1025.           Caption = '&2 -'
  1026.           Hint = 'Open Specified File'
  1027.           ShortCut = 0
  1028.           OnClick = MRU0Click
  1029.         end
  1030.         object MRU3: TMenuItem
  1031.           Tag = 2
  1032.           Caption = '&3 - '
  1033.           Hint = 'Open Specified File'
  1034.           ShortCut = 0
  1035.           OnClick = MRU0Click
  1036.         end
  1037.         object MRU4: TMenuItem
  1038.           Tag = 3
  1039.           Caption = '&4 - '
  1040.           Hint = 'Open Specified File'
  1041.           ShortCut = 0
  1042.           OnClick = MRU0Click
  1043.         end
  1044.         object MRU5: TMenuItem
  1045.           Tag = 4
  1046.           Caption = '&5 - '
  1047.           Hint = 'Open Specified File'
  1048.           ShortCut = 0
  1049.           OnClick = MRU0Click
  1050.         end
  1051.       end
  1052.       object N40: TMenuItem
  1053.         Caption = '-'
  1054.         ShortCut = 0
  1055.       end
  1056.       object Save1: TMenuItem
  1057.         Caption = '&Save'
  1058.         Hint = 'Save Address Book Updates'
  1059.         ShortCut = 0
  1060.         OnClick = Save1Click
  1061.       end
  1062.       object Saveas1: TMenuItem
  1063.         Caption = 'Save &as...'
  1064.         Hint = 'Save Address Book to Another File'
  1065.         ShortCut = 0
  1066.         OnClick = Saveas1Click
  1067.       end
  1068.       object Close1: TMenuItem
  1069.         Caption = '&Close'
  1070.         Hint = 'Close the Current Address Book'
  1071.         ShortCut = 16499
  1072.         OnClick = Close1Click
  1073.       end
  1074.       object N1: TMenuItem
  1075.         Caption = '-'
  1076.         ShortCut = 0
  1077.       end
  1078.       object Lock1: TMenuItem
  1079.         Caption = 'Lock Address &Book'
  1080.         Hint = 'Toggles the Locked State of the Current Address Book'
  1081.         ShortCut = 0
  1082.         OnClick = Lock1Click
  1083.       end
  1084.       object AddressBookInfo1: TMenuItem
  1085.         Caption = 'Address Book &Info...'
  1086.         Hint = 'Display File Information for the Current Address Book'
  1087.         ShortCut = 16457
  1088.         OnClick = AddressBookInfo1Click
  1089.       end
  1090.       object N4: TMenuItem
  1091.         Caption = '-'
  1092.         Hint = 'File and Print Related Commands'
  1093.         ShortCut = 0
  1094.       end
  1095.       object Print1: TMenuItem
  1096.         Caption = '&Print...'
  1097.         Hint = 'Print Address Book Entries using the Print Wizard'
  1098.         ShortCut = 0
  1099.         OnClick = Print1Click
  1100.       end
  1101.       object QuickReports1: TMenuItem
  1102.         Caption = '&Quick Reports...'
  1103.         Hint = 'Print using a Stored Quick Report'
  1104.         ShortCut = 16464
  1105.         OnClick = QuickReports1Click
  1106.       end
  1107.       object PageSetup: TMenuItem
  1108.         Caption = 'Page &Designer...'
  1109.         Hint = 'Create or Modify Page Layout Designs'
  1110.         ShortCut = 0
  1111.         OnClick = PageSetupClick
  1112.       end
  1113.       object N3: TMenuItem
  1114.         Caption = '-'
  1115.         Hint = 'File and Print Related Commands'
  1116.         ShortCut = 0
  1117.       end
  1118.       object Import1: TMenuItem
  1119.         Caption = 'I&mport...'
  1120.         Hint = 'Import a Text File into the Current Address Book'
  1121.         ShortCut = 0
  1122.         OnClick = Import1Click
  1123.       end
  1124.       object Export1: TMenuItem
  1125.         Caption = '&Export...'
  1126.         Hint = 'Export Records from the Current Address Book'
  1127.         ShortCut = 0
  1128.         OnClick = Export1Click
  1129.       end
  1130.       object N2: TMenuItem
  1131.         Caption = '-'
  1132.         Hint = 'File and Print Related Commands'
  1133.         ShortCut = 0
  1134.       end
  1135.       object Exit2: TMenuItem
  1136.         Caption = 'E&xit'
  1137.         Hint = 'Exit Smart Address'
  1138.         ShortCut = 32883
  1139.         OnClick = Exit2Click
  1140.       end
  1141.     end
  1142.     object Edit1: TMenuItem
  1143.       Caption = '&Edit'
  1144.       GroupIndex = 1
  1145.       Hint = 'Record Edit Related Functions'
  1146.       ShortCut = 0
  1147.       OnClick = Edit1Click
  1148.       object Undo1: TMenuItem
  1149.         Caption = '&Undo'
  1150.         Hint = 'Reverse the Last Update in the Current Address Book'
  1151.         ShortCut = 32776
  1152.         OnClick = UndoBtnClick
  1153.       end
  1154.       object N5: TMenuItem
  1155.         Caption = '-'
  1156.         Hint = 'Record Edit Related Functions'
  1157.         ShortCut = 0
  1158.       end
  1159.       object CopyEntry1: TMenuItem
  1160.         Caption = '&Copy Entry'
  1161.         Hint = 'Copy the Current Entry for Pasting into another Address Book'
  1162.         ShortCut = 0
  1163.         OnClick = CopyEntry1Click
  1164.       end
  1165.       object PasteEntry1: TMenuItem
  1166.         Caption = '&Paste Entry'
  1167.         Hint = 'Paste an Entry that has been Copied from another Address Book'
  1168.         ShortCut = 0
  1169.         OnClick = PasteEntry1Click
  1170.       end
  1171.       object Duplicate1: TMenuItem
  1172.         Caption = 'Dup&licate Entry'
  1173.         Hint = 'Duplicates the Currently Selected Entry'
  1174.         ShortCut = 0
  1175.         OnClick = Duplicate1Click
  1176.       end
  1177.       object N6: TMenuItem
  1178.         Caption = '-'
  1179.         Hint = 'Record Edit Related Functions'
  1180.         ShortCut = 0
  1181.       end
  1182.       object AddMenu: TMenuItem
  1183.         Caption = '&Add Entry'
  1184.         Hint = 'Add a New Entry to the Current Address Book'
  1185.         ShortCut = 16449
  1186.         OnClick = AddMenuClick
  1187.       end
  1188.       object UpdateMenu: TMenuItem
  1189.         Caption = 'Update &Entry'
  1190.         Hint = 'Update the Current Entry'
  1191.         ShortCut = 16469
  1192.         OnClick = UpdateMenuClick
  1193.       end
  1194.       object OKMenu: TMenuItem
  1195.         Caption = 'Appl&y Addition/Update'
  1196.         Hint = 'Apply the Changed Entry to the Address Book'
  1197.         ShortCut = 16397
  1198.         OnClick = OKMenuClick
  1199.       end
  1200.       object CancelMenu: TMenuItem
  1201.         Caption = 'Ca&ncel Addition/Update'
  1202.         Hint = 'Cancel the Entry Addition or Update'
  1203.         ShortCut = 27
  1204.         OnClick = CancelMenuClick
  1205.       end
  1206.       object DeleteMenu: TMenuItem
  1207.         Caption = '&Delete Entries...'
  1208.         Hint = 'Delete Entries from the Current Address Book'
  1209.         ShortCut = 16452
  1210.         OnClick = DeleteMenuClick
  1211.       end
  1212.       object N7: TMenuItem
  1213.         Caption = '-'
  1214.         ShortCut = 0
  1215.       end
  1216.       object DefineKeysMenu: TMenuItem
  1217.         Caption = 'Select Index &Keys for Entry...'
  1218.         Hint = 'Select the Keys to be used to Index the Current Entry'
  1219.         ShortCut = 0
  1220.         OnClick = B_IndexKeyClick
  1221.       end
  1222.       object DefineAddressMenu: TMenuItem
  1223.         Caption = 'Select Address &Templates for Entry...'
  1224.         Hint = 'Select the Address Templates used for the Current Entry'
  1225.         ShortCut = 0
  1226.         OnClick = B_AddressesClick
  1227.       end
  1228.       object N31: TMenuItem
  1229.         Caption = '-'
  1230.         ShortCut = 0
  1231.       end
  1232.       object Find1: TMenuItem
  1233.         Caption = '&Find Entry with Text....'
  1234.         Hint = 'Locates the first Entry that contains a specified text string'
  1235.         ShortCut = 16454
  1236.         OnClick = Find1Click
  1237.       end
  1238.       object FindNext1: TMenuItem
  1239.         Caption = 'Find Ne&xt'
  1240.         Hint = 'Locates the next Entry that contains a specified text string'
  1241.         ShortCut = 114
  1242.         OnClick = FindNext1Click
  1243.       end
  1244.     end
  1245.     object Options1: TMenuItem
  1246.       Caption = '&Tools'
  1247.       GroupIndex = 2
  1248.       Hint = 'Tool Related Commands '
  1249.       ShortCut = 0
  1250.       OnClick = Options1Click
  1251.       object ChangeFont1: TMenuItem
  1252.         Caption = '&Change Screen Font....'
  1253.         Hint = 'Change the Screen Font Used for All Address Books'
  1254.         ShortCut = 0
  1255.         OnClick = ChangeFont1Click
  1256.       end
  1257.       object ConfigureModem1: TMenuItem
  1258.         Caption = 'Configure &Modem....'
  1259.         Hint = 'Configure the Modem for Auto-Dial of Telephone Numbers'
  1260.         ShortCut = 0
  1261.         OnClick = ConfigureModem1Click
  1262.       end
  1263.       object General1: TMenuItem
  1264.         Caption = '&Options...'
  1265.         Hint = 'Define General Options for Smart Address'
  1266.         ShortCut = 0
  1267.         OnClick = General1Click
  1268.       end
  1269.       object Preferences1: TMenuItem
  1270.         Caption = 'Configure &Address Book...'
  1271.         Hint = 'Define Address Book Options'
  1272.         ShortCut = 0
  1273.         OnClick = Preferences1Click
  1274.       end
  1275.       object N13: TMenuItem
  1276.         Caption = '-'
  1277.         Hint = 'Commands for Defining Options'
  1278.         ShortCut = 0
  1279.       end
  1280.       object InsertWP1: TMenuItem
  1281.         Caption = '&Insert into Word Processor'
  1282.         Enabled = False
  1283.         Hint = 'Insert the Current Entry into your Word Processor'
  1284.         ShortCut = 0
  1285.         OnClick = InsertWP1Click
  1286.       end
  1287.       object InsertClipboard: TMenuItem
  1288.         Caption = 'Insert to &Windows Clipboard'
  1289.         Enabled = False
  1290.         Hint = 'Insert the Current Entry into the Windows Clipboard'
  1291.         ShortCut = 0
  1292.         OnClick = InsertClipboardClick
  1293.       end
  1294.       object N17: TMenuItem
  1295.         Caption = '-'
  1296.         ShortCut = 0
  1297.       end
  1298.       object ToggleTag1: TMenuItem
  1299.         Caption = '&Tag Entry'
  1300.         Hint = 'Tags the Selected Entry'
  1301.         ShortCut = 16468
  1302.         OnClick = TagEntryClick
  1303.       end
  1304.       object TagSelection: TMenuItem
  1305.         Caption = 'Apply Tags to &Entries...'
  1306.         Hint = 'Applies Tags to Specified Entries'
  1307.         ShortCut = 0
  1308.         OnClick = TagSelectionClick
  1309.       end
  1310.       object RemoveTags1: TMenuItem
  1311.         Caption = '&Remove Tags from Entries...'
  1312.         Hint = 'Removes Tags from Specified Entries'
  1313.         ShortCut = 0
  1314.         OnClick = RemoveTags1Click
  1315.       end
  1316.       object N10: TMenuItem
  1317.         Caption = '-'
  1318.         ShortCut = 0
  1319.       end
  1320.       object DialNumber1: TMenuItem
  1321.         Caption = '&Dial Number...'
  1322.         Hint = 'Dial a Number from the Current Entry'
  1323.         ShortCut = 0
  1324.         OnClick = DialNumber1Click
  1325.       end
  1326.       object CallLog1: TMenuItem
  1327.         Caption = 'Telephone Call &Log...'
  1328.         Hint = 'Displays the Telephone Call Log for the Currently Selected Entry'
  1329.         ShortCut = 113
  1330.         OnClick = CallLog1Click
  1331.       end
  1332.     end
  1333.     object View1: TMenuItem
  1334.       Caption = '&View'
  1335.       GroupIndex = 3
  1336.       Hint = 'View Related Commands'
  1337.       ShortCut = 0
  1338.       OnClick = View1Click
  1339.       object Page1: TMenuItem
  1340.         ShortCut = 116
  1341.         OnClick = Page1Click
  1342.       end
  1343.       object Page2: TMenuItem
  1344.         Tag = 1
  1345.         ShortCut = 117
  1346.         OnClick = Page1Click
  1347.       end
  1348.       object Page3: TMenuItem
  1349.         Tag = 2
  1350.         ShortCut = 118
  1351.         OnClick = Page1Click
  1352.       end
  1353.       object Page4: TMenuItem
  1354.         Tag = 3
  1355.         ShortCut = 119
  1356.         OnClick = Page1Click
  1357.       end
  1358.       object Page5: TMenuItem
  1359.         Tag = 4
  1360.         GroupIndex = 2
  1361.         ShortCut = 120
  1362.         OnClick = Page1Click
  1363.       end
  1364.       object Page6: TMenuItem
  1365.         Tag = 5
  1366.         GroupIndex = 2
  1367.         ShortCut = 115
  1368.         OnClick = Page1Click
  1369.       end
  1370.       object N15: TMenuItem
  1371.         Caption = '-'
  1372.         GroupIndex = 2
  1373.         ShortCut = 0
  1374.       end
  1375.       object CalendarWindow1: TMenuItem
  1376.         Caption = '&Calendar'
  1377.         GroupIndex = 2
  1378.         Hint = 'View the Calendar Window'
  1379.         ShortCut = 123
  1380.         OnClick = CalendarWindow1Click
  1381.       end
  1382.       object N12: TMenuItem
  1383.         Caption = '-'
  1384.         GroupIndex = 2
  1385.         ShortCut = 0
  1386.       end
  1387.       object SetFilter: TMenuItem
  1388.         Caption = '&Search Address Book...'
  1389.         GroupIndex = 2
  1390.         Hint = 'Sets up a Search to Restrict the Entries Displayed'
  1391.         ShortCut = 121
  1392.         OnClick = SetFilterClick
  1393.       end
  1394.       object RemoveFilter: TMenuItem
  1395.         Caption = 'Re&move Active Search'
  1396.         GroupIndex = 2
  1397.         Hint = 'Removes the Active Search in Effect and Displays All Entries'
  1398.         ShortCut = 0
  1399.         OnClick = RemoveFilterClick
  1400.       end
  1401.     end
  1402.     object Notes1: TMenuItem
  1403.       Caption = 'Note&s'
  1404.       GroupIndex = 4
  1405.       Hint = 'Notes Page Related Commands'
  1406.       ShortCut = 0
  1407.       OnClick = Notes1Click
  1408.       object NotesCut1: TMenuItem
  1409.         Caption = 'Cu&t'
  1410.         Hint = 'Cuts the Selected text and places it in the Windows Clipboard'
  1411.         ShortCut = 0
  1412.         OnClick = NotesCut1Click
  1413.       end
  1414.       object NotesCopy1: TMenuItem
  1415.         Caption = '&Copy'
  1416.         Hint = 'Copies the Selected text to the Windows Clipboard'
  1417.         ShortCut = 0
  1418.         OnClick = NotesCopy1Click
  1419.       end
  1420.       object NotesPaste1: TMenuItem
  1421.         Caption = 'Past&e'
  1422.         Hint = 
  1423.           'Inserts text from the Windows Clipboard at the position of the c' +
  1424.           'ursor'
  1425.         ShortCut = 0
  1426.         OnClick = NotesPaste1Click
  1427.       end
  1428.       object NotesDelete1: TMenuItem
  1429.         Caption = '&Delete '
  1430.         Hint = 'Deletes the Selected Text from the Notes Field'
  1431.         ShortCut = 0
  1432.         OnClick = NotesDelete1Click
  1433.       end
  1434.       object NotesSelect1: TMenuItem
  1435.         Caption = '&Select All'
  1436.         Hint = 'Selects all Text within the Notes Field'
  1437.         ShortCut = 0
  1438.         OnClick = NotesSelect1Click
  1439.       end
  1440.       object N28: TMenuItem
  1441.         Caption = '-'
  1442.         ShortCut = 0
  1443.       end
  1444.       object TStamp: TMenuItem
  1445.         Caption = '&Add Timestamp'
  1446.         Hint = 'Adds a Timestamp to the Notes Text'
  1447.         ShortCut = 16467
  1448.         OnClick = TStampClick
  1449.       end
  1450.       object N18: TMenuItem
  1451.         Caption = '-'
  1452.         ShortCut = 0
  1453.       end
  1454.       object NotesFind1: TMenuItem
  1455.         Caption = '&Find Text...'
  1456.         Hint = 'Finds specified text within the Notes Field'
  1457.         ShortCut = 0
  1458.         OnClick = NotesFind1Click
  1459.       end
  1460.       object NotesReplace1: TMenuItem
  1461.         Caption = 'Find and &Replace Text...'
  1462.         Hint = 'Finds and Replaces specified text within the Notes Field'
  1463.         ShortCut = 0
  1464.         OnClick = NotesReplace1Click
  1465.       end
  1466.     end
  1467.     object Documents1: TMenuItem
  1468.       Caption = 'Attac&hments'
  1469.       GroupIndex = 4
  1470.       ShortCut = 0
  1471.       OnClick = Documents1Click
  1472.       object AddDocument1: TMenuItem
  1473.         Caption = '&Add Attachment...'
  1474.         Hint = 'Add a Document or Internet URL to the Selected Entry'
  1475.         ShortCut = 0
  1476.         OnClick = AddDocument1Click
  1477.       end
  1478.       object DeleteDocument1: TMenuItem
  1479.         Caption = '&Remove Attachment...'
  1480.         Hint = 'Remove the Selected Attachment from the Entry'
  1481.         ShortCut = 0
  1482.         OnClick = DeleteDocument1Click
  1483.       end
  1484.       object EditDocument1: TMenuItem
  1485.         Caption = '&Edit Attachment...'
  1486.         Hint = 'Edit the Selected Attachments Details...'
  1487.         ShortCut = 0
  1488.         OnClick = AddDocument1Click
  1489.       end
  1490.       object N20: TMenuItem
  1491.         Caption = '-'
  1492.         ShortCut = 0
  1493.       end
  1494.       object OpenDocument1: TMenuItem
  1495.         Caption = 'O&pen Attachment...'
  1496.         Hint = 'Open the Selected Attachment'
  1497.         ShortCut = 0
  1498.         OnClick = Doc_ListDblClick
  1499.       end
  1500.       object N22: TMenuItem
  1501.         Caption = '-'
  1502.         ShortCut = 0
  1503.       end
  1504.       object DocIndex0: TMenuItem
  1505.         Caption = 'View by Des&cription'
  1506.         Checked = True
  1507.         Hint = 'View Attachments by their Associated Description'
  1508.         ShortCut = 0
  1509.         OnClick = DocIndex0Click
  1510.       end
  1511.       object DocIndex1: TMenuItem
  1512.         Tag = 1
  1513.         Caption = 'View by &File Name / URL'
  1514.         Hint = 'View the Attachments by their File Name or Internet URL'
  1515.         ShortCut = 0
  1516.         OnClick = DocIndex0Click
  1517.       end
  1518.       object N21: TMenuItem
  1519.         Caption = '-'
  1520.         ShortCut = 0
  1521.       end
  1522.       object DocView1: TMenuItem
  1523.         Caption = 'Large &Icons'
  1524.         Checked = True
  1525.         Hint = 'Display Attachments by using Large Icons'
  1526.         ShortCut = 0
  1527.         OnClick = DocView1Click
  1528.       end
  1529.       object DocView2: TMenuItem
  1530.         Tag = 1
  1531.         Caption = '&Small Icons'
  1532.         Hint = 'Display Attachments by using Small Icons'
  1533.         ShortCut = 0
  1534.         OnClick = DocView1Click
  1535.       end
  1536.       object DocView3: TMenuItem
  1537.         Tag = 2
  1538.         Caption = '&List'
  1539.         Hint = 'Display Attachments as a List'
  1540.         ShortCut = 0
  1541.         OnClick = DocView1Click
  1542.       end
  1543.       object DocView4: TMenuItem
  1544.         Tag = 3
  1545.         Caption = '&Detail'
  1546.         Hint = 'Display Attachments in a Detailed List'
  1547.         ShortCut = 0
  1548.         OnClick = DocView1Click
  1549.       end
  1550.       object N23: TMenuItem
  1551.         Caption = '-'
  1552.         ShortCut = 0
  1553.       end
  1554.       object Properties1: TMenuItem
  1555.         Caption = 'Proper&ties...'
  1556.         Hint = 'Display the Attachments Properties'
  1557.         ShortCut = 32781
  1558.         OnClick = Properties1Click
  1559.       end
  1560.     end
  1561.     object Reminders1: TMenuItem
  1562.       Caption = 'Remin&ders'
  1563.       GroupIndex = 5
  1564.       Hint = 'Reminders Page Related Commands'
  1565.       ShortCut = 0
  1566.       OnClick = Reminders1Click
  1567.       object AddEvent2: TMenuItem
  1568.         Caption = '&Add Event...'
  1569.         Hint = 'Add a New Reminder Event to the Current Entry'
  1570.         ShortCut = 0
  1571.         OnClick = Reminders_NewClick
  1572.       end
  1573.       object EditEvent2: TMenuItem
  1574.         Caption = '&Edit Event...'
  1575.         Hint = 'Edit the Selected Reminder Event'
  1576.         ShortCut = 0
  1577.         OnClick = Reminders_EditClick
  1578.       end
  1579.       object DeleteEvent2: TMenuItem
  1580.         Caption = '&Delete Event...'
  1581.         Hint = 'Delete the Selected Reminder Event from the Current Entry'
  1582.         ShortCut = 0
  1583.         OnClick = Reminders_DeleteClick
  1584.       end
  1585.       object ViewEvent1: TMenuItem
  1586.         Caption = '&View Event...'
  1587.         GroupIndex = 7
  1588.         Hint = 'Display the Related'
  1589.         ShortCut = 0
  1590.         OnClick = ViewEvent1Click
  1591.       end
  1592.       object N33: TMenuItem
  1593.         Caption = '-'
  1594.         GroupIndex = 7
  1595.         ShortCut = 0
  1596.       end
  1597.       object AcknowledgeEvent2: TMenuItem
  1598.         Caption = 'Ac&knowledge Event...'
  1599.         GroupIndex = 7
  1600.         Hint = 'Acknowledge the Selected Reminder Event'
  1601.         ShortCut = 0
  1602.         OnClick = Reminders_AcknowledgeClick
  1603.       end
  1604.       object N19: TMenuItem
  1605.         Caption = '-'
  1606.         GroupIndex = 7
  1607.         ShortCut = 0
  1608.       end
  1609.       object ShowEvents2: TMenuItem
  1610.         Caption = '&Show Completed Events'
  1611.         GroupIndex = 7
  1612.         Hint = 'Includes Completed Events in the List of Reminders Displayed'
  1613.         ShortCut = 0
  1614.         OnClick = ShowEvents1Click
  1615.       end
  1616.       object ShowNotes1: TMenuItem
  1617.         Caption = 'Show Event &Notes'
  1618.         GroupIndex = 7
  1619.         Hint = 'Includes Event Notes in the List of Reminders Displayed'
  1620.         ShortCut = 0
  1621.         OnClick = ShowNotes1Click
  1622.       end
  1623.       object N32: TMenuItem
  1624.         Caption = '-'
  1625.         GroupIndex = 7
  1626.         ShortCut = 0
  1627.       end
  1628.       object Sortby1: TMenuItem
  1629.         Caption = '&Sort by'
  1630.         GroupIndex = 7
  1631.         Hint = 'Choose the Event Display Order '
  1632.         ShortCut = 0
  1633.         OnClick = Sortby1Click
  1634.         object Priority1: TMenuItem
  1635.           Tag = 1
  1636.           Caption = '&Priority'
  1637.           Hint = 'Display the Events in Priority Order'
  1638.           ShortCut = 0
  1639.           OnClick = Priority1Click
  1640.         end
  1641.         object Time1: TMenuItem
  1642.           Tag = 2
  1643.           Caption = 'Date and Time'
  1644.           Hint = 'Display the Events in Date and Time Order'
  1645.           ShortCut = 0
  1646.           OnClick = Priority1Click
  1647.         end
  1648.         object DatePriorityandTime1: TMenuItem
  1649.           Tag = 4
  1650.           Caption = 'Date, Priority and Time'
  1651.           Hint = 'Display the Events in Date, Priority and then Time Order'
  1652.           ShortCut = 0
  1653.           OnClick = Priority1Click
  1654.         end
  1655.         object Description1: TMenuItem
  1656.           Tag = 3
  1657.           Caption = 'Description'
  1658.           Hint = 'Display the Events in Description Order'
  1659.           ShortCut = 0
  1660.           OnClick = Priority1Click
  1661.         end
  1662.       end
  1663.     end
  1664.   end
  1665.   object RemindersPopup: TPopupMenu
  1666.     OnPopup = RemindersPopupPopup
  1667.     Left = 113
  1668.     Top = 109
  1669.     object AddEvent1: TMenuItem
  1670.       Caption = 'Add Event...'
  1671.       ShortCut = 0
  1672.       OnClick = Reminders_NewClick
  1673.     end
  1674.     object EditEvent1: TMenuItem
  1675.       Caption = 'Edit Event...'
  1676.       ShortCut = 0
  1677.       OnClick = Reminders_EditClick
  1678.     end
  1679.     object DeleteEvent1: TMenuItem
  1680.       Caption = 'Delete Event...'
  1681.       ShortCut = 0
  1682.       OnClick = Reminders_DeleteClick
  1683.     end
  1684.     object ViewEvent2: TMenuItem
  1685.       Caption = 'View Event...'
  1686.       ShortCut = 0
  1687.       OnClick = ViewEvent1Click
  1688.     end
  1689.     object N8: TMenuItem
  1690.       Caption = '-'
  1691.       ShortCut = 0
  1692.     end
  1693.     object AcknowledgeEvent1: TMenuItem
  1694.       Caption = 'Acknowledge Event...'
  1695.       ShortCut = 0
  1696.       OnClick = Reminders_AcknowledgeClick
  1697.     end
  1698.     object N14: TMenuItem
  1699.       Caption = '-'
  1700.       ShortCut = 0
  1701.     end
  1702.     object ShowEvents1: TMenuItem
  1703.       Caption = 'Show Completed Events'
  1704.       ShortCut = 0
  1705.       OnClick = ShowEvents1Click
  1706.     end
  1707.     object ShowNotes2: TMenuItem
  1708.       Caption = 'Show Event Notes'
  1709.       ShortCut = 0
  1710.       OnClick = ShowNotes1Click
  1711.     end
  1712.     object N34: TMenuItem
  1713.       Caption = '-'
  1714.       GroupIndex = 7
  1715.       ShortCut = 0
  1716.     end
  1717.     object Sortby2: TMenuItem
  1718.       Caption = '&Sort by'
  1719.       GroupIndex = 7
  1720.       ShortCut = 0
  1721.       object Priority2: TMenuItem
  1722.         Tag = 1
  1723.         Caption = '&Priority'
  1724.         ShortCut = 0
  1725.         OnClick = Priority1Click
  1726.       end
  1727.       object DateandTime1: TMenuItem
  1728.         Tag = 2
  1729.         Caption = 'Date and Time'
  1730.         ShortCut = 0
  1731.         OnClick = Priority1Click
  1732.       end
  1733.       object DatePriorityandTime2: TMenuItem
  1734.         Tag = 4
  1735.         Caption = 'Date, Priority and Time'
  1736.         ShortCut = 0
  1737.         OnClick = Priority1Click
  1738.       end
  1739.       object Description2: TMenuItem
  1740.         Tag = 3
  1741.         Caption = 'Description'
  1742.         ShortCut = 0
  1743.         OnClick = Priority1Click
  1744.       end
  1745.     end
  1746.     object N16: TMenuItem
  1747.       Caption = '-'
  1748.       GroupIndex = 7
  1749.       ShortCut = 0
  1750.     end
  1751.     object ReminderOptions1: TMenuItem
  1752.       Caption = 'Reminder Options...'
  1753.       GroupIndex = 7
  1754.       ShortCut = 0
  1755.       OnClick = ReminderOptions1Click
  1756.     end
  1757.     object N9: TMenuItem
  1758.       Caption = '-'
  1759.       GroupIndex = 7
  1760.       ShortCut = 0
  1761.     end
  1762.     object SetFilter1: TMenuItem
  1763.       Caption = 'Set Display Filter...'
  1764.       GroupIndex = 7
  1765.       ShortCut = 0
  1766.       OnClick = SetFilterClick
  1767.     end
  1768.     object RemoveFilter1: TMenuItem
  1769.       Caption = 'Remove Display Filter'
  1770.       GroupIndex = 7
  1771.       ShortCut = 0
  1772.       OnClick = RemoveFilterClick
  1773.     end
  1774.   end
  1775.   object ListboxPopUp: TPopupMenu
  1776.     OnPopup = ListboxPopUpPopup
  1777.     Left = 48
  1778.     Top = 64
  1779.     object Add1: TMenuItem
  1780.       Caption = 'Add Entry'
  1781.       ShortCut = 0
  1782.       OnClick = AddMenuClick
  1783.     end
  1784.     object Update1: TMenuItem
  1785.       Caption = 'Update Entry'
  1786.       ShortCut = 0
  1787.       OnClick = UpdateMenuClick
  1788.     end
  1789.     object Delete1: TMenuItem
  1790.       Caption = 'Delete Entries...'
  1791.       ShortCut = 0
  1792.       OnClick = DeleteMenuClick
  1793.     end
  1794.     object MenuItem4: TMenuItem
  1795.       Caption = '-'
  1796.       ShortCut = 0
  1797.     end
  1798.     object Tag1: TMenuItem
  1799.       Caption = 'Tag Entry'
  1800.       ShortCut = 0
  1801.       OnClick = TagEntryClick
  1802.     end
  1803.     object N37: TMenuItem
  1804.       Caption = '-'
  1805.       ShortCut = 0
  1806.     end
  1807.     object AddReminder3: TMenuItem
  1808.       Caption = 'Add Reminder...'
  1809.       ShortCut = 0
  1810.       OnClick = AddReminder3Click
  1811.     end
  1812.     object AddDocument3: TMenuItem
  1813.       Caption = 'Add Document...'
  1814.       ShortCut = 0
  1815.       OnClick = AddDocument3Click
  1816.     end
  1817.     object N30: TMenuItem
  1818.       Caption = '-'
  1819.       ShortCut = 0
  1820.     end
  1821.     object DefineIndexKeys: TMenuItem
  1822.       Caption = 'Select Index Keys...'
  1823.       ShortCut = 0
  1824.       OnClick = B_IndexKeyClick
  1825.     end
  1826.     object DefineAddressTemplates: TMenuItem
  1827.       Caption = 'Select Address Templates...'
  1828.       ShortCut = 0
  1829.       OnClick = B_AddressesClick
  1830.     end
  1831.     object N11: TMenuItem
  1832.       Caption = '-'
  1833.       ShortCut = 0
  1834.     end
  1835.     object Set1: TMenuItem
  1836.       Caption = 'Set Display Filter...'
  1837.       ShortCut = 0
  1838.       OnClick = SetFilterClick
  1839.     end
  1840.     object Remove1: TMenuItem
  1841.       Caption = 'Remove Display Filter'
  1842.       ShortCut = 0
  1843.       OnClick = RemoveFilterClick
  1844.     end
  1845.     object N29: TMenuItem
  1846.       Caption = '-'
  1847.       ShortCut = 0
  1848.     end
  1849.     object DialNumber2: TMenuItem
  1850.       Caption = 'Dial Number...'
  1851.       ShortCut = 0
  1852.       OnClick = DialNumber1Click
  1853.     end
  1854.     object TelephoneLog1: TMenuItem
  1855.       Caption = 'Telephone Call Log...'
  1856.       ShortCut = 0
  1857.       OnClick = CallLog1Click
  1858.     end
  1859.   end
  1860.   object DocPopUp: TPopupMenu
  1861.     OnPopup = DocPopUpPopup
  1862.     Left = 49
  1863.     Top = 146
  1864.     object AddDocument2: TMenuItem
  1865.       Caption = 'Add Attachment...'
  1866.       GroupIndex = 4
  1867.       ShortCut = 0
  1868.       OnClick = AddDocument1Click
  1869.     end
  1870.     object DeleteDocument2: TMenuItem
  1871.       Caption = 'Remove Attachment...'
  1872.       GroupIndex = 4
  1873.       ShortCut = 0
  1874.       OnClick = DeleteDocument1Click
  1875.     end
  1876.     object EditDocument2: TMenuItem
  1877.       Caption = 'Edit Attachment...'
  1878.       GroupIndex = 4
  1879.       ShortCut = 0
  1880.       OnClick = AddDocument1Click
  1881.     end
  1882.     object N27: TMenuItem
  1883.       Caption = '-'
  1884.       GroupIndex = 4
  1885.       ShortCut = 0
  1886.     end
  1887.     object OpenDocument2: TMenuItem
  1888.       Caption = 'Open Attachment...'
  1889.       GroupIndex = 4
  1890.       ShortCut = 0
  1891.       OnClick = Doc_ListDblClick
  1892.     end
  1893.     object N26: TMenuItem
  1894.       Caption = '-'
  1895.       GroupIndex = 4
  1896.       ShortCut = 0
  1897.     end
  1898.     object DocIndex01: TMenuItem
  1899.       Caption = 'View by Description'
  1900.       Checked = True
  1901.       GroupIndex = 4
  1902.       ShortCut = 0
  1903.       OnClick = DocIndex0Click
  1904.     end
  1905.     object DocIndex11: TMenuItem
  1906.       Tag = 1
  1907.       Caption = 'View by File Name / URL'
  1908.       GroupIndex = 4
  1909.       ShortCut = 0
  1910.       OnClick = DocIndex0Click
  1911.     end
  1912.     object N25: TMenuItem
  1913.       Caption = '-'
  1914.       GroupIndex = 4
  1915.       ShortCut = 0
  1916.     end
  1917.     object DocView11: TMenuItem
  1918.       Caption = 'Large Icons'
  1919.       Checked = True
  1920.       GroupIndex = 4
  1921.       ShortCut = 0
  1922.       OnClick = DocView1Click
  1923.     end
  1924.     object DocView21: TMenuItem
  1925.       Tag = 1
  1926.       Caption = 'Small Icons'
  1927.       GroupIndex = 4
  1928.       ShortCut = 0
  1929.       OnClick = DocView1Click
  1930.     end
  1931.     object DocView31: TMenuItem
  1932.       Tag = 2
  1933.       Caption = 'List'
  1934.       GroupIndex = 4
  1935.       ShortCut = 0
  1936.       OnClick = DocView1Click
  1937.     end
  1938.     object DocView41: TMenuItem
  1939.       Tag = 3
  1940.       Caption = 'Detail'
  1941.       GroupIndex = 4
  1942.       ShortCut = 0
  1943.       OnClick = DocView1Click
  1944.     end
  1945.     object N24: TMenuItem
  1946.       Caption = '-'
  1947.       GroupIndex = 4
  1948.       ShortCut = 0
  1949.     end
  1950.     object Properties2: TMenuItem
  1951.       Caption = 'Properties...'
  1952.       GroupIndex = 4
  1953.       ShortCut = 0
  1954.       OnClick = Properties1Click
  1955.     end
  1956.   end
  1957.   object TabSetPopup: TPopupMenu
  1958.     OnPopup = TabSetPopupPopup
  1959.     Left = 97
  1960.     Top = 226
  1961.     object AddressTemplates1: TMenuItem
  1962.       Caption = 'Select Address Templates for Entry...'
  1963.       ShortCut = 0
  1964.       OnClick = B_AddressesClick
  1965.     end
  1966.     object TemplateMaintenance1: TMenuItem
  1967.       Caption = 'Template Maintenance...'
  1968.       ShortCut = 0
  1969.       OnClick = TemplateMaintenance1Click
  1970.     end
  1971.     object N35: TMenuItem
  1972.       Caption = '-'
  1973.       ShortCut = 0
  1974.     end
  1975.     object EditAddressFormat1: TMenuItem
  1976.       Caption = 'Edit Address Template...'
  1977.       ShortCut = 0
  1978.       OnClick = EditAddressFormat1Click
  1979.     end
  1980.   end
  1981.   object ODSHelp1: TODSHelp
  1982.     HelpText.Strings = (
  1983.       ''
  1984.       'AcknowledgeEvent1'
  1985.       'AcknowledgeEvent2'
  1986.       'Add1'
  1987.       'AddDocument1'
  1988.       'AddDocument2'
  1989.       'AddDocument3'
  1990.       'AddEvent1'
  1991.       'AddEvent2'
  1992.       'AddMenu'
  1993.       'AddReminder3'
  1994.       'Address_Panel'
  1995.       'AddressBookInfo1'
  1996.       'AddressTemplates1'
  1997.       'B_Called'
  1998.       'B_Phone1'
  1999.       'B_Phone2'
  2000.       'B_Phone3'
  2001.       'B_Phone4'
  2002.       'CalendarWindow1'
  2003.       'CallLog1'
  2004.       'CancelMenu'
  2005.       'Cat_Panel'
  2006.       'CategoryMaintenance1'
  2007.       'CatHeader'
  2008.       'CatList'
  2009.       'CatsPopupMenu'
  2010.       'ChangeFont1'
  2011.       'ClearallSelections1'
  2012.       'Close1'
  2013.       'ConfigureModem1'
  2014.       'CopyEntry1'
  2015.       'DateandTime1'
  2016.       'DatePriorityandTime1'
  2017.       'DatePriorityandTime2'
  2018.       'DefineAddressMenu'
  2019.       'DefineAddressTemplates'
  2020.       'DefineIndexKeys'
  2021.       'DefineKeysMenu'
  2022.       'Delete1'
  2023.       'DeleteDocument1'
  2024.       'DeleteDocument2'
  2025.       'DeleteEvent1'
  2026.       'DeleteEvent2'
  2027.       'DeleteMenu'
  2028.       'Description1'
  2029.       'Description2'
  2030.       'DialNumber1'
  2031.       'DialNumber2'
  2032.       'DiaryNew'
  2033.       'DiaryOpen'
  2034.       'Doc_List'
  2035.       'Doc_Panel'
  2036.       'DocIndex0'
  2037.       'DocIndex01'
  2038.       'DocIndex1'
  2039.       'DocIndex11'
  2040.       'DocPopUp'
  2041.       'Documents1'
  2042.       'DocView1'
  2043.       'DocView11'
  2044.       'DocView2'
  2045.       'DocView21'
  2046.       'DocView3'
  2047.       'DocView31'
  2048.       'DocView4'
  2049.       'DocView41'
  2050.       'Duplicate1'
  2051.       'Edit1'
  2052.       'EditAddressFormat1'
  2053.       'EditDocument1'
  2054.       'EditDocument2'
  2055.       'EditEvent1'
  2056.       'EditEvent2'
  2057.       'Exit2'
  2058.       'Export1'
  2059.       'F_Address'
  2060.       'F_Address_1'
  2061.       'F_Address_2'
  2062.       'F_Address_3'
  2063.       'F_Address_4'
  2064.       'F_Address_5'
  2065.       'F_Called'
  2066.       'F_Company'
  2067.       'F_Created'
  2068.       'F_Initials'
  2069.       'F_Name'
  2070.       'F_Notes'
  2071.       'F_Others1'
  2072.       'F_Others2'
  2073.       'F_Others3'
  2074.       'F_Others4'
  2075.       'F_Others5'
  2076.       'F_Others6'
  2077.       'F_Phone1'
  2078.       'F_Phone2'
  2079.       'F_Phone3'
  2080.       'F_Phone4'
  2081.       'F_Position'
  2082.       'F_Title'
  2083.       'F_Updated'
  2084.       'File2'
  2085.       'Find1'
  2086.       'FindNext1'
  2087.       'General1'
  2088.       'Header'
  2089.       'Import1'
  2090.       'InitialsPanel'
  2091.       'InitialsSplitter'
  2092.       'InsertClipboard'
  2093.       'InsertWP1'
  2094.       'L_Address'
  2095.       'L_Address_2'
  2096.       'L_Address_3'
  2097.       'L_Address_4'
  2098.       'L_Address_5'
  2099.       'L_Called'
  2100.       'L_Company'
  2101.       'L_Created'
  2102.       'L_Initials'
  2103.       'L_Name'
  2104.       'L_Notes'
  2105.       'L_Others1'
  2106.       'L_Others2'
  2107.       'L_Others3'
  2108.       'L_Others4'
  2109.       'L_Others5'
  2110.       'L_Others6'
  2111.       'L_Phone1'
  2112.       'L_Phone2'
  2113.       'L_Phone3'
  2114.       'L_Phone4'
  2115.       'L_Position'
  2116.       'L_Title'
  2117.       'L_Updated'
  2118.       'LB_Panel'
  2119.       'Line_Others'
  2120.       'ListBox'
  2121.       'ListboxPopUp'
  2122.       'Lock1'
  2123.       'Main'
  2124.       'MainName_Panel'
  2125.       'MenuItem4'
  2126.       'MRU1'
  2127.       'MRU2'
  2128.       'MRU3'
  2129.       'MRU4'
  2130.       'MRU5'
  2131.       'MRUSEP'
  2132.       'N1'
  2133.       'N10'
  2134.       'N11'
  2135.       'N12'
  2136.       'N13'
  2137.       'N14'
  2138.       'N15'
  2139.       'N16'
  2140.       'N17'
  2141.       'N18'
  2142.       'N19'
  2143.       'N2'
  2144.       'N20'
  2145.       'N21'
  2146.       'N22'
  2147.       'N23'
  2148.       'N24'
  2149.       'N25'
  2150.       'N26'
  2151.       'N27'
  2152.       'N28'
  2153.       'N29'
  2154.       'N3'
  2155.       'N30'
  2156.       'N31'
  2157.       'N32'
  2158.       'N33'
  2159.       'N34'
  2160.       'N35'
  2161.       'N36'
  2162.       'N37'
  2163.       'N4'
  2164.       'N5'
  2165.       'N6'
  2166.       'N7'
  2167.       'N8'
  2168.       'N9'
  2169.       'Name_Panel'
  2170.       'New1'
  2171.       'New2'
  2172.       'Notes_Panel'
  2173.       'Notes1'
  2174.       'NotesCopy1'
  2175.       'NotesCut1'
  2176.       'NotesDelete1'
  2177.       'NotesFind1'
  2178.       'NotesPaste1'
  2179.       'NotesReplace1'
  2180.       'NotesSelect1'
  2181.       'ODSHelp1'
  2182.       'OKMenu'
  2183.       'Open2'
  2184.       'Open3'
  2185.       'OpenDocument1'
  2186.       'OpenDocument2'
  2187.       'Options1'
  2188.       'Other_Panel'
  2189.       'Page1'
  2190.       'Page2'
  2191.       'Page3'
  2192.       'Page4'
  2193.       'Page5'
  2194.       'Page6'
  2195.       'PageSetup'
  2196.       'Panel1'
  2197.       'Panel2'
  2198.       'PasteEntry1'
  2199.       'Preferences1'
  2200.       'Print1'
  2201.       'Priority1'
  2202.       'Priority2'
  2203.       'Properties1'
  2204.       'Properties2'
  2205.       'QuickReports1'
  2206.       'ReminderOptions1'
  2207.       'Reminders'
  2208.       'Reminders_Panel'
  2209.       'Reminders1'
  2210.       'RemindersPopup'
  2211.       'Remove1'
  2212.       'RemoveFilter'
  2213.       'RemoveFilter1'
  2214.       'RemoveTags1'
  2215.       'Save1'
  2216.       'Saveas1'
  2217.       'ScrollBox'
  2218.       'ScrollBox2'
  2219.       'SelectAllCategories1'
  2220.       'Set1'
  2221.       'SetFilter'
  2222.       'SetFilter1'
  2223.       'ShowEvents1'
  2224.       'ShowEvents2'
  2225.       'ShowNotes1'
  2226.       'ShowNotes2'
  2227.       'Sortby1'
  2228.       'Sortby2'
  2229.       'Splitter'
  2230.       'SubName_Panel'
  2231.       'SurNamePanel'
  2232.       'Tabs'
  2233.       'TabSet'
  2234.       'TabSetPopup'
  2235.       'Tag1'
  2236.       'TagSelection'
  2237.       'TelephoneLog1'
  2238.       'TemplateMaintenance1'
  2239.       'Time1'
  2240.       'TitlePanel'
  2241.       'TitleSplitter'
  2242.       'ToggleTag1'
  2243.       'TStamp'
  2244.       'Undo1'
  2245.       'Update1'
  2246.       'UpdateMenu'
  2247.       'View1'
  2248.       'ViewEvent1'
  2249.       'ViewEvent2')
  2250.     HelpText.HelpData = {
  2251.       0B01010000000001000000000100000000010000000001000000000100000000
  2252.       0100000000010000000001000000000100000000010000000001000000000100
  2253.       0000000100000000010000000001000000000100000000010000000001000000
  2254.       0001000000000100000000010000000001000000000100000000010000000001
  2255.       0000000001000000000100000000010000F2005468697320627574746F6E2C20
  2256.       7768656E20707265737365642C2077696C6C207374616D7020746F6461799273
  2257.       206461746520616E642074696D6520696E207468652022456E747279204C6173
  2258.       742054656C6570686F6E6564206F6E22206669656C642E0D0A0D0A5468697320
  2259.       69732075736566756C20696620796F752077616E7420746F207265636F726420
  2260.       7768656E20796F75206C61737420636F6E746163746564206120706572736F6E
  2261.       2C2062757420646F206E6F742077616E7420746F20757365207468652043616C
  2262.       6C204C6F6767696E6720666163696C697479206F6620536D6172742041646472
  2263.       6573732E0001080000000100005D025468697320627574746F6E206861732074
  2264.       776F20757365732C20646570656E64696E67206F6E207468652049636F6E2064
  2265.       6973706C617965643A0D0A0D0A54656C6570686F6E653A205468697320627574
  2266.       746F6E2077696C6C206175746F6D61746963616C6C79206469616C2074686520
  2267.       74656C6570686F6E65206E756D62657220646973706C617965642E2049662079
  2268.       6F7520646F206E6F7420686176652061206D6F64656D20616E642F6F72206D61
  2269.       6E75616C206469616C6C696E6720686173206265656E2073656C65637465642C
  2270.       20536D61727420416464726573732077696C6C20646973706C61792074686520
  2271.       6E756D62657220746F206265206469616C6C656420616E6420616C6C6F772063
  2272.       616C6C206C6F6767696E6720746F206265206D616E75616C6C7920696E766F6B
  2273.       65642E20546865206E756D626572206469616C6C65642077696C6C2062652061
  2274.       646A757374656420696E2072656C6174696F6E20746F20746865207365747469
  2275.       6E677320646566696E6564207768656E20746865204D6F64656D207761732063
  2276.       6F6E6669677572656420616E642077696C6C207374726970206172656120636F
  2277.       6465732C2061646420636861726765206469616C6C696E672050494E206E756D
  2278.       626572732C206574632E0D0A0D0A456E76656C6F70653A205468697320627574
  2279.       746F6E2077696C6C20696E766F6B6520796F757220496E7465726E6574204272
  2280.       6F777365729273204D61696C20436C69656E7420616E64207365742069749273
  2281.       2022546F3A22206669656C6420746F20746865206D61696C2061646472657373
  2282.       20646973706C617965642E0001080000000100000B002D3E425F50686F6E6531
  2283.       0001000000000100000B002D3E425F50686F6E65310001000000000100000B00
  2284.       2D3E425F50686F6E653100010000000001000000000100000000010000000001
  2285.       0000000001000000000100000000010000CB0054686973206C69737420646973
  2286.       706C61797320616C6C207468652063617465676F726965732063757272656E74
  2287.       6C7920646566696E656420746F20746865204164647265737320426F6F6B2E20
  2288.       49742077696C6C20696E6469636174652077686963682063617465676F726965
  2289.       73207468652063757272656E746C792073656C656374656420656E7472792062
  2290.       656C6F6E677320746F2C2062792073686F77696E67206120636865636B206D61
  2291.       726B206E65787420746F207468652063617465676F7279206E616D652E000115
  2292.       0000000100000000010000000001000000000100000000010000000001000000
  2293.       0001000000000100000000010000000001000000000100000000010000000001
  2294.       0000000001000000000100000000010000000001000000000100000000010000
  2295.       0000010000000001000000000100000000010000000001000000000100000000
  2296.       0100000000010000000001000000000100000000010000000001000000000100
  2297.       0000000100000000010000000001000000000100000000010000000001000000
  2298.       0001000000000100000000010000000001000000000100000000010000000001
  2299.       0000000001000000000100000000010000000001000000000100000000010000
  2300.       000001000000000100000000010000000001000000000100000000010000F801
  2301.       54686973206C6973742C20646973706C6179732074686520646F63756D656E74
  2302.       7320617474616368656420746F207468652063757272656E746C792064697370
  2303.       6C6179656420656E7472792E2054686520666F726D617420616E64206F726465
  2304.       72206F66207468697320646973706C6179206D617920626520636F6E66696775
  2305.       72656420627920757365206F66207468652022446F63756D656E747322206D65
  2306.       6E752C206F7220636C69636B696E6720746865207269676874206D6F75736520
  2307.       627574746F6E206F6E2074686973206C6973742E0D0A0D0A446F63756D656E74
  2308.       73206D617920626520616464656420746F20746865206C697374206279207573
  2309.       65206F66207468652022446F63756D656E747322206D656E75206F7220627920
  2310.       6472616767696E67206120646F63756D656E742C206F7220646F63756D656E74
  2311.       732C2066726F6D2057696E646F7773922046696C65204D616E61676572206F72
  2312.       2057696E646F77732039359273204578706C6F7265722C206F6E20746F207468
  2313.       65204164647265737320426F6F6B2E200D0A0D0A546F20696E766F6B65206120
  2314.       646F63756D656E742C20646F75626C652D636C69636B20746865206D6F757365
  2315.       206F6E2074686520646F63756D656E742072657175697265642C206F72207573
  2316.       65207468652022446F63756D656E747322206D656E752E000108000000010000
  2317.       0000010000000001000000000100000000010000000001000000000100000000
  2318.       0100000000010000000001000000000100000000010000000001000000000100
  2319.       0000000100000000010000000001000000000100000000010000000001000000
  2320.       0001000000000100000000010000000001000000000100000000010000000001
  2321.       0000000001000000000100000000010000000001000000000100000000010000
  2322.       0000010000000001000000000100000000010000000001000000000100000000
  2323.       0100000000010000000001000000000100000000010000000001000000000100
  2324.       0000000100000000010000000001000000000100000000010000000001000000
  2325.       0001000000000100000000010000000001000000000100000000010000000001
  2326.       000000000100000000010000ED005468697320726561642D6F6E6C7920666965
  2327.       6C642C20696E6469636174657320746865206C6173742074696D652074686174
  2328.       2074686520656E747279207761732074656C6570686F6E65642E205468697320
  2329.       6973206175746F6D61746963616C6C792075706461746564207768656E207573
  2330.       696E6720746865206175746F2D6469616C20666163696C697479206F6620536D
  2331.       61727420416464726573732C206275742063616E20616C736F206265206D616E
  2332.       75616C6C792073657420627920757365206F662074686520627574746F6E2074
  2333.       6F20746865207269676874206F662074686973206669656C642E000108000000
  2334.       0100000000010000000001000062005468697320726561642D6F6E6C79206669
  2335.       656C642C20696E6469636174657320746865206461746520616E642074696D65
  2336.       2074686174207468652063757272656E746C7920646973706C6179656420656E
  2337.       7472792077617320637265617465642E00010800000001000000000100000000
  2338.       010000000001000000000100006B01536D617274204164647265737320616C6C
  2339.       6F7773206E6F74657320746F206265206173736F636961746564207769746820
  2340.       6561636820656E7472792E20546F2075736520746865206E6F74657320666965
  2341.       6C642C2073696D706C7920747265617420697420617320616E79206E6F726D61
  2342.       6C207465787420656469746F722E0D0A0D0A412074696D652D7374616D70206D
  2343.       617920626520616464656420746F20746865206E6F7465732C2073696D706C79
  2344.       206279207072657373696E6720746865204374726C206B657920616E64207468
  2345.       652053206B6579206174207468652073616D652074696D652E2054686520666F
  2346.       726D6174207573656420616E642074686520706C6163656D656E74206F662074
  2347.       6869732074696D652D7374616D702063616E20626520637573746F6D69736564
  2348.       20627920757365206F66207468652022436F6E6669677572652220636F6D6D61
  2349.       6E64206F662074686520224F7074696F6E7322206D656E752E00010800000001
  2350.       0000AD015468657365206669656C647320616C6C6F7720616E63696C6C617279
  2351.       20696E666F726D6174696F6E20746F2062652068656C6420666F722074686520
  2352.       656E7472792E205768696C737420746865206F74686572204164647265737320
  2353.       426F6F6B206669656C64732067656E6572616C6C792072656C61746520746F20
  2354.       73657420707572706F7365732C204E616D652C20416464726573732C204E6F74
  2355.       65732C206574632E2C207468657365206669656C64732061726520757365722D
  2356.       646566696E61626C6520616E64206D6179206265207573656420666F7220616E
  2357.       7920707572706F73652E0D0A0D0A486F77657665722069742073686F756C6420
  2358.       6265206E6F7465642C20746861742064756520746F2074686520666C65786962
  2359.       696C69747920536D6172742041646472657373206F666665727320696E20636F
  2360.       6E6669677572696E67206669656C64732077697468696E20616E204164647265
  2361.       737320426F6F6B2C20616C6C206669656C6473206D6179206265207573656420
  2362.       666F7220707572706F736573206F74686572207468616E207468656972206F72
  2363.       6967696E616C2066756E6374696F6E2E0001080000000100000C002D3E465F4F
  2364.       7468657273310001000000000100000C002D3E465F4F74686572733100010000
  2365.       00000100000C002D3E465F4F7468657273310001000000000100000C002D3E46
  2366.       5F4F7468657273310001000000000100000C002D3E465F4F7468657273310001
  2367.       0000000001000000000100000000010000000001000000000100000000010000
  2368.       0000010000000001000000000100000000010000000001000000000100000000
  2369.       01000067005468697320726561642D6F6E6C79206669656C642C20696E646963
  2370.       6174657320746865206461746520616E642074696D6520746861742074686520
  2371.       63757272656E746C7920646973706C6179656420656E74727920776173206C61
  2372.       737420757064617465642E000108000000010000000001000000000100000000
  2373.       01000000000100000000010000000001000000000100000000010000D4005468
  2374.       697320486561646572206669656C6420616C6C6F77732074686520636F6C756D
  2375.       6E73206265696E6720646973706C617965642C20746F2062652072652D73697A
  2376.       6520746F207375697420726571756972656D656E742E0D0A0D0A546F2072652D
  2377.       73697A65206120636F6C756D6E2C20706C61636520746865206D6F7573652070
  2378.       6F696E746572206F7665722074686520636F6C756D6E20627265616B2C207468
  2379.       656E20636C69636B20616E64206472616720746865206D6F75736520746F2074
  2380.       68652072657175697265642073697A652E000108000000010000000001000000
  2381.       0001000000000100000000010000000001000000000100000000010000000001
  2382.       0000000001000000000100000000010000000001000000000100000000010000
  2383.       0000010000000001000000000100000000010000000001000000000100000B00
  2384.       2D3E465F43616C6C6564000100000000010000000001000000000100000C002D
  2385.       3E465F4372656174656400010000000001000000000100000000010000000001
  2386.       000000000100000A002D3E465F4E6F7465730001000000000100000C002D3E46
  2387.       5F4F7468657273310001000000000100000C002D3E465F4F7468657273310001
  2388.       000000000100000C002D3E465F4F7468657273310001000000000100000C002D
  2389.       3E465F4F7468657273310001000000000100000C002D3E465F4F746865727331
  2390.       0001000000000100000C002D3E465F4F74686572733100010000000001000000
  2391.       0001000000000100000000010000000001000000000100000000010000000001
  2392.       0000000001000000000100000000010000000001000000000100000C002D3E46
  2393.       5F55706461746564000100000000010000000001000000000100000000010000
  2394.       00000100006A0354686973206C6973742C20646973706C617973207468652041
  2395.       64647265737320456E747269657320636F6E7461696E65642077697468696E20
  2396.       746865204164647265737320426F6F6B2E204966206120736561726368206861
  2397.       73206265656E20706572666F726D656420616761696E73742074686520416464
  2398.       7265737320426F6F6B2C207468656E2074686973206C6973742077696C6C206F
  2399.       6E6C7920636F6E7461696E20746865207375622D736574206F6620656E747269
  2400.       65732074686174206D61746368207468652073656172636820706172616D6574
  2401.       65727320757365642E0D0A0D0A546865206F7264657220696E20776869636820
  2402.       656E74726965732061726520646973706C6179656420697320646570656E6461
  2403.       6E74206F6E2074686520536F7274204B6579732073656C656374656420627920
  2404.       7468652022446566696E6520496E646578204B6579732220636F6D6D616E6420
  2405.       6F662074686520224564697422206D656E752E0D0A0D0A546865726520617265
  2406.       20766172696F757320696E64696361746F727320757365642077697468696E20
  2407.       74686973206C6973742C207768696368206172652062726965666C7920646573
  2408.       6372696265642062656C6F773A0D0A0D0A456E74727920696E205265643A2049
  2409.       6620616E20656E747279206973202254616767656422207468656E2074686973
  2410.       2077696C6C20626520646973706C6179656420696E205265640D0A0D0A456E74
  2411.       727920696E204974616C6963733A20496620616E20656E74727920697320696E
  2412.       206974616C6963732C2074686973206D65616E73207468617420656E74727920
  2413.       686173206265656E206164646564206F722075706461746564207768696C7374
  2414.       20612073656172636820697320696E206566666563742C20616E64206E6F206C
  2415.       6F6E676572206D617463686573207468652073656172636820706172616D6574
  2416.       6572732E0D0A0D0A436F6C6F757265642049636F6E3A20496620616E20656E74
  2417.       7279206861732049636F6E20746F20746865206C656674206F662069742C2074
  2418.       68656E207468697320696E6469636174657320746861742074686520656E7472
  2419.       792068617320612072656D696E646572206576656E74206F7665726475652028
  2420.       726564292C2064756520746F6461792028677265656E29206F7220617070726F
  2421.       616368696E67202879656C6C6F77292E00010800000001000000000100000000
  2422.       0100000000010000000001000000000100000000010000350154686973206469
  2423.       73706C617920617265612067656E6572616C6C7920646973706C617973207468
  2424.       65205469746C652C204669727374204E616D6520616E64205375726E616D6520
  2425.       6669656C6473206F6620616E20656E7472792E20486F77657665722C20617320
  2426.       74686573652061726520636F6E666967757261626C652C207468656972206163
  2427.       7475616C206E616D696E67206D617920766172792C206173206D617920746865
  2428.       206669656C64732074686174206172652061637475616C2076697369626C652E
  2429.       0D0A0D0A546865207769647468206F6620616E79207468657365206669656C64
  2430.       73206D61792062652061646A7573746564206279206472616767696E67207468
  2431.       6520617265612073657061726174696E672065616368206669656C642C207769
  2432.       746820746865206D6F7573652E00010800000001000000000100000000010000
  2433.       0000010000000001000000000100000000010000000001000000000100000000
  2434.       0100000000010000000001000000000100000000010000000001000000000100
  2435.       0000000100000000010000000001000000000100000000010000000001000000
  2436.       0001000000000100000000010000000001000000000100000000010000000001
  2437.       0000000001000000000100000000010000000001000000000100000000010000
  2438.       0000010000000001000000000100000000010000000001000000000100000000
  2439.       0100000000010000000001000000000100000000010000000001000000000100
  2440.       0000000100000000010000000001000000000100000000010000000001000000
  2441.       0001000000000100000000010000000001000000000100000000010000000001
  2442.       0000000001000000000100000000010000000001000000000100000000010000
  2443.       0000010000000001000000000100000000010000000001000000000100000000
  2444.       0100000000010000000001000000000100000000010000000001000000000100
  2445.       0000000100000000010000000001000000000100000000010000000001000000
  2446.       0001000000000100000000010000000001000000000100000000010000000001
  2447.       0000000001000000000100000000010000000001000000000100000000010000
  2448.       0000010000000001000000000100000000010000000001000000000100000000
  2449.       0100000000010000000001000000000100000000010000000001000000000100
  2450.       0000000100000000010000000001000000000100000000010000000001000000
  2451.       0001000000000100000000010000000001000000000100000000010000000001
  2452.       0000000001000000000100000000010000000001000000000100000000010000
  2453.       0000010000000001000000000100000000010000000001000000000100000000
  2454.       0100000000010000000001000000000100000000010000000001000000000100
  2455.       00000001000007002D3E54616273000108000000010000000001000000000100
  2456.       0000000100000000010000000001000000000100000000010000000001000000
  2457.       0001000000000100000000010000000001000000000100000000010000000001
  2458.       0000000001000000000100000000010000A70154686973206C6973742C206469
  2459.       73706C617973207468652072656D696E6465727320636F6E7461696E65642077
  2460.       697468696E207468652063757272656E746C7920646973706C6179656420656E
  2461.       7472792E2054686520666F726D617420616E64206F72646572206F6620746869
  2462.       7320646973706C6179206D617920626520636F6E666967757265642062792075
  2463.       7365206F6620746865202252656D696E6465727322206D656E752C206F722063
  2464.       6C69636B696E6720746865207269676874206D6F75736520627574746F6E206F
  2465.       6E2074686973206C6973742E0D0A0D0A54686572652061726520766172696F75
  2466.       7320696E64696361746F727320757365642077697468696E2074686973206C69
  2467.       737420746F20646573637269626520746865207479706520616E642073746174
  2468.       65206F6620656163682072656D696E6465722E20466F7220612066756C6C2064
  2469.       65736372697074696F6E206F6620746865736520696E64696361746F72732C20
  2470.       636C69636B206F6E20224D6F726520496E666F726D6174696F6E2E2E2E222061
  2471.       742074686520666F6F74206F66207468697320746578742E2000010B00000001
  2472.       0000000001000000000100000000010000000001000000000100000000010000
  2473.       0000010000000001000000000100000000010000000001000000000100000000
  2474.       0100000000010000000001000000000100000000010000000001000054015468
  2475.       697320736574206F66206669656C647320646973706C61797320746865206465
  2476.       7461696C7320646566696E656420746F207468652063757272656E746C792073
  2477.       656C656374656420416464726573732054656D706C6174652E20546F2073656C
  2478.       65637420616E6F7468657220616464726573732074656D706C6174652C20636C
  2479.       69636B206F6E207468652072657175697265642074656D706C617465206E616D
  2480.       65206F6E20746865204164647265737320746162732061742074686520626F74
  2481.       746F6D206F66207468657365206669656C64732E0D0A0D0A4675727468657220
  2482.       416464726573732054656D706C61746573206D61792062652061646465642074
  2483.       6F20616E20456E7472792C206279207573696E67207468652022436F6E666967
  2484.       757265204164647265737320426F6F6B2220636F6D6D616E64206F6620746865
  2485.       20224F7074696F6E7322204D656E752E20000108000000010000000001000000
  2486.       0001000000000100000000010000000001000000000100000000010000000001
  2487.       0000000001000000000100000000010000000001000000000100000000010000
  2488.       0000010000000001000000000100000000010000000001000000000100000000
  2489.       01000000000100000A0154686973202273706C697474657220626172222C2061
  2490.       6C6C6F7773207468652061726561206F63637570696564206279207468652049
  2491.       6E646578204C69737420616E6420746865204461746120506167657320746F20
  2492.       62652061646A75737465642E0D0A0D0A546F2061646A75737420746865736520
  2493.       61726561732C20636C69636B20746865206D6F757365206F6E20746865207370
  2494.       6C69747465722062617220616E64207468656E206472616720697420746F2074
  2495.       68652064657369726564206C6F636174696F6E2E2054686520496E646578204C
  2496.       69737420616E6420446174612050616765732C2077696C6C207468656E207265
  2497.       2D73697A65206163636F7264696E676C792E2000010800000001000000000100
  2498.       000000010000000001000000000100007B02546869732057696E646F77206469
  2499.       73706C61792074686520656E747269657320636F6E7461696E65642077697468
  2500.       20746865204164647265737320426F6F6B20616E6420636F6E7369737473206F
  2501.       662074686572652070617274733A0D0A0D0A54686520496E646578204C697374
  2502.       2C207768696368206C697374732074686520656E747269657320617661696C61
  2503.       626C6520696E20746865204164647265737320426F6F6B2E20546F2064697370
  2504.       6C61792074686520696E666F726D6174696F6E20636F6E7461696E6564207769
  2505.       7468696E20616E20656E7472792C2073696D706C7920636C69636B206F6E2074
  2506.       686520656E7472792077697468696E2074686520496E646578204C6973742E0D
  2507.       0A0D0A54686520446174612050616765732C20776869636820646973706C6179
  2508.       2074686520696E666F726D6174696F6E2072656C6174696E6720746F20616E20
  2509.       656E747279207573696E672066697665207461626265642070616765732E2054
  2510.       6F2073656C656374206120706167652C2073696D706C7920636C69636B206F6E
  2511.       2074686520746162206F662074686520706167652072657175697265642E0D0A
  2512.       0D0A412053706C6974746572204261722C207768696368206973206C6F636174
  2513.       6564206265747765656E2074686520496E646578204C69737420616E64207468
  2514.       6520446174612050616765732E20546869732062617220616C6C6F7773207468
  2515.       65206172656173206F636375706965642062792074686520496E646578204C69
  2516.       737420616E64204461746120506167657320746F2062652061646A7573746564
  2517.       2C2073696D706C79206279206472616767696E67207468652062617220776974
  2518.       6820746865206D6F7573652E000108000000010000E301546865736520746162
  2519.       732C20616C6C6F772074686520416464726573732054656D706C617465206469
  2520.       73706C6179656420746F2062652073656C65637465642C2062792073696D706C
  2521.       7920636C69636B696E67206F6E20746865206E616D65206F6620746865207465
  2522.       6D706C6174652072657175697265642E0D0A0D0A536D61727420416464726573
  2523.       7320616C6C6F777320756E6C696D6974656420416464726573732054656D706C
  2524.       6174657320746F20626520646566696E656420746F206561636820656E747279
  2525.       2E20546869732070726F766964657320666C65786962696C697479207768656E
  2526.       20736F6D6520656E7472696573206D61792068617665206D6F7265207468616E
  2527.       206F6E652061646472657373206173736F63696174656420776974682069742E
  2528.       0D0A0D0A496E206F7264657220746F2061646420416464726573732054656D70
  2529.       6C6174657320746F20616E20456E7472792C2075736520746865202244656669
  2530.       6E6520416464726573732054656D706C617465732220636F6D6D616E64206F66
  2531.       2074686520224564697422206D656E752C206F7220616C7465726E6174697665
  2532.       6C792073696D706C6520636C69636B20746865207269676874206D6F75736520
  2533.       627574746F6E206F6E20616E2041646472657373205461622E00010800000001
  2534.       0000000001000000000100000000010000000001000000000100000000010000
  2535.       0000010000000001000000000100000000010000000001000000000100000000
  2536.       0100000000010000000001000000000100000000010000000001000000000100
  2537.       0000000100000000010000000001000000000100000000010000000001000000
  2538.       00010000000001000000000100000000010000000001000000000100000000}
  2539.     Color = 15269887
  2540.     Font.Color = clWindowText
  2541.     Font.Height = -11
  2542.     Font.Name = 'MS Sans Serif'
  2543.     Font.Style = []
  2544.     ParentFont = True
  2545.     MaxWidth = 300
  2546.     MoreText = 'More Information...'
  2547.     Left = 432
  2548.     Top = 16
  2549.   end
  2550.   object CatsPopupMenu: TPopupMenu
  2551.     OnPopup = CatsPopupMenuPopup
  2552.     Left = 60
  2553.     Top = 270
  2554.     object CategoryMaintenance1: TMenuItem
  2555.       Caption = 'Category Maintenance...'
  2556.       ShortCut = 0
  2557.       OnClick = CategoryMaintenance1Click
  2558.     end
  2559.     object N36: TMenuItem
  2560.       Caption = '-'
  2561.       ShortCut = 0
  2562.     end
  2563.     object SelectAllCategories1: TMenuItem
  2564.       Caption = 'Select All Categories'
  2565.       ShortCut = 0
  2566.       OnClick = SelectAllCategories1Click
  2567.     end
  2568.     object ClearallSelections1: TMenuItem
  2569.       Caption = 'Clear all Selections'
  2570.       ShortCut = 0
  2571.       OnClick = ClearallSelections1Click
  2572.     end
  2573.   end
  2574. end
  2575.