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 / TDIARYDLG / TDIARYDLG.txt
Encoding:
Text File  |  1997-04-15  |  20.5 KB  |  732 lines

  1. object DiaryDlg: TDiaryDlg
  2.   Left = 17
  3.   Top = 106
  4.   Width = 463
  5.   Height = 460
  6.   Caption = 'Diary'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   KeyPreview = True
  13.   Menu = Main
  14.   PixelsPerInch = 120
  15.   Position = poDefault
  16.   Scaled = False
  17.   Visible = True
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnKeyDown = FormKeyDown
  22.   OnResize = FormResize
  23.   OnShow = FormShow
  24.   TextHeight = 16
  25.   object L_Temp: TLabel
  26.     Left = 56
  27.     Top = 216
  28.     Width = 50
  29.     Height = 16
  30.     Caption = 'L_Temp'
  31.   end
  32.   object Header: THeader
  33.     Left = 0
  34.     Top = 113
  35.     Width = 455
  36.     Height = 25
  37.     Align = alTop
  38.     Sections.Sections = (
  39.       #0'38'#0
  40.       #0'31'#0'Prty'
  41.       #0'48'#0'Time'
  42.       #0'76'#0'Description')
  43.     TabOrder = 0
  44.     OnSized = HeaderSized
  45.   end
  46.   object Reminders: TListBox
  47.     Left = 0
  48.     Top = 138
  49.     Width = 455
  50.     Height = 276
  51.     Align = alClient
  52.     BorderStyle = bsNone
  53.     Font.Color = clWindowText
  54.     Font.Height = -13
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ItemHeight = 16
  58.     ParentFont = False
  59.     PopupMenu = RemindersPopup
  60.     Sorted = True
  61.     Style = lbOwnerDrawVariable
  62.     TabOrder = 1
  63.     OnClick = RemindersClick
  64.     OnDblClick = ViewEvent1Click
  65.     OnDrawItem = RemindersDrawItem
  66.     OnMeasureItem = RemindersMeasureItem
  67.   end
  68.   object Panel1: TPanel
  69.     Left = 0
  70.     Top = 0
  71.     Width = 455
  72.     Height = 113
  73.     Align = alTop
  74.     BevelOuter = bvNone
  75.     TabOrder = 2
  76.     object Label_Day: TLabel
  77.       Left = 6
  78.       Top = 7
  79.       Width = 49
  80.       Height = 48
  81.       Alignment = taCenter
  82.       AutoSize = False
  83.       Caption = '31'
  84.       Font.Color = clBlack
  85.       Font.Height = -37
  86.       Font.Name = 'Arial'
  87.       Font.Style = [fsBold]
  88.       ParentFont = False
  89.     end
  90.     object Label_DayName: TLabel
  91.       Left = 59
  92.       Top = 31
  93.       Width = 174
  94.       Height = 18
  95.       AutoSize = False
  96.       Caption = 'Wednesday'
  97.       Font.Color = clBlack
  98.       Font.Height = -13
  99.       Font.Name = 'MS Sans Serif'
  100.       Font.Style = [fsBold]
  101.       ParentFont = False
  102.     end
  103.     object Label_Month: TLabel
  104.       Left = 59
  105.       Top = 11
  106.       Width = 150
  107.       Height = 18
  108.       AutoSize = False
  109.       Caption = 'October 1995'
  110.       Font.Color = clBlack
  111.       Font.Height = -13
  112.       Font.Name = 'MS Sans Serif'
  113.       Font.Style = [fsBold]
  114.       ParentFont = False
  115.     end
  116.     object Line1: TBevel
  117.       Left = 8
  118.       Top = 56
  119.       Width = 289
  120.       Height = 1
  121.     end
  122.     object Label2: TLabel
  123.       Left = 192
  124.       Top = 77
  125.       Width = 105
  126.       Height = 16
  127.       Alignment = taRightJustify
  128.       AutoSize = False
  129.       Caption = 'Day: xxx'
  130.       Font.Color = clBlack
  131.       Font.Height = -13
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = []
  134.       ParentFont = False
  135.     end
  136.     object Label3: TLabel
  137.       Left = 8
  138.       Top = 94
  139.       Width = 209
  140.       Height = 16
  141.       AutoSize = False
  142.       Caption = 'Entries for this Date: xx'
  143.       Font.Color = clBlack
  144.       Font.Height = -13
  145.       Font.Name = 'MS Sans Serif'
  146.       Font.Style = []
  147.       ParentFont = False
  148.     end
  149.     object Panel2: TPanel
  150.       Left = 302
  151.       Top = 0
  152.       Width = 153
  153.       Height = 113
  154.       Align = alRight
  155.       BevelInner = bvLowered
  156.       BevelOuter = bvNone
  157.       BorderWidth = 4
  158.       TabOrder = 0
  159.       object Calendar2: TEPCalendar
  160.         Left = 5
  161.         Top = 5
  162.         Width = 143
  163.         Height = 103
  164.         Align = alClient
  165.         BorderStyle = bsNone
  166.         Color = clBtnFace
  167.         Ctl3D = False
  168.         Day = 8
  169.         GrayTextColor = clGray
  170.         HeadingColor = clSilver
  171.         HeadingFont.Color = clBlack
  172.         HeadingFont.Height = -13
  173.         HeadingFont.Name = 'MS Sans Serif'
  174.         HeadingFont.Style = [fsBold]
  175.         HeadingStyle = epdSingleLetter
  176.         Font.Color = clBlack
  177.         Font.Height = -13
  178.         Font.Name = 'MS Sans Serif'
  179.         Font.Style = []
  180.         Month = 10
  181.         Options = [epcoShowHeadings, epcoUseHeadingFont, epcoDefaultDrawing, epcoDrawAllDates, epcoDrawSelected, epcoSelectAllDates]
  182.         ParentCtl3D = False
  183.         ParentFont = False
  184.         StartOfWeek = epdSunday
  185.         TabOrder = 0
  186.         Year = 1995
  187.         OnChange = Calendar2Change
  188.         OnDrawDate = Calendar2DrawDate
  189.         OnSelectColor = Calendar2SelectColor
  190.         ColWidths = (
  191.           20
  192.           20
  193.           20
  194.           20
  195.           20
  196.           20
  197.           23)
  198.         RowHeights = (
  199.           17
  200.           14
  201.           14
  202.           14
  203.           14
  204.           14
  205.           16)
  206.       end
  207.     end
  208.   end
  209.   object RemindersPopup: TPopupMenu
  210.     OnPopup = RemindersPopupPopup
  211.     Left = 384
  212.     Top = 208
  213.     object AddEvent1: TMenuItem
  214.       Caption = 'Add Event...'
  215.       OnClick = AddEvent1Click
  216.     end
  217.     object EditEvent1: TMenuItem
  218.       Caption = 'Edit Event...'
  219.       OnClick = EditEvent1Click
  220.     end
  221.     object DeleteEvent1: TMenuItem
  222.       Caption = 'Delete Event'
  223.       OnClick = DeleteEvent1Click
  224.     end
  225.     object ViewEvent2: TMenuItem
  226.       Caption = 'View Event...'
  227.       OnClick = ViewEvent1Click
  228.     end
  229.     object N1: TMenuItem
  230.       Caption = '-'
  231.     end
  232.     object AcknowledgeEvent1: TMenuItem
  233.       Caption = 'Acknowledge Event...'
  234.       OnClick = AcknowledgeEvent1Click
  235.     end
  236.     object N2: TMenuItem
  237.       Caption = '-'
  238.     end
  239.     object ShowEvents: TMenuItem
  240.       Caption = 'Show Completed Events'
  241.       OnClick = ShowEventsClick
  242.     end
  243.     object ShowRecurring1: TMenuItem
  244.       Caption = 'Show Future Recurring Events'
  245.       OnClick = ShowRecurring1Click
  246.     end
  247.     object ShowNotes1: TMenuItem
  248.       Caption = 'Show Event Notes'
  249.       OnClick = ShowNotes2Click
  250.     end
  251.     object N10: TMenuItem
  252.       Caption = '-'
  253.     end
  254.     object Sortby2: TMenuItem
  255.       Caption = 'Sort by'
  256.       object Priority2: TMenuItem
  257.         Tag = 1
  258.         Caption = '&Priority'
  259.         OnClick = Priority1Click
  260.       end
  261.       object Time2: TMenuItem
  262.         Tag = 2
  263.         Caption = '&Time'
  264.         OnClick = Priority1Click
  265.       end
  266.       object Description2: TMenuItem
  267.         Tag = 3
  268.         Caption = '&Description'
  269.         OnClick = Priority1Click
  270.       end
  271.     end
  272.     object N3: TMenuItem
  273.       Caption = '-'
  274.     end
  275.     object Today1: TMenuItem
  276.       Caption = 'Today'
  277.       OnClick = Today1Click
  278.     end
  279.     object GotoDate1: TMenuItem
  280.       Caption = 'Go to Date...'
  281.       OnClick = GotoDate1Click
  282.     end
  283.     object N8: TMenuItem
  284.       Caption = '-'
  285.     end
  286.     object ReminderOptions1: TMenuItem
  287.       Caption = 'Reminder Options...'
  288.       OnClick = ReminderOptions1Click
  289.     end
  290.   end
  291.   object Main: TMainMenu
  292.     Left = 264
  293.     Top = 8
  294.     object File2: TMenuItem
  295.       Caption = '&File'
  296.       Hint = 'File and Print Related Commands'
  297.       OnClick = File2Click
  298.       object New2: TMenuItem
  299.         Caption = 'Ne&w Address Book...'
  300.         Hint = 'Create a New Address Book'
  301.         OnClick = New2Click
  302.       end
  303.       object Open2: TMenuItem
  304.         Caption = '&Open Address Book...'
  305.         Hint = 'Open an Existing Address book'
  306.         OnClick = Open2Click
  307.       end
  308.       object N13: TMenuItem
  309.         Caption = '-'
  310.       end
  311.       object DiaryNew: TMenuItem
  312.         Caption = '&New Diary...'
  313.         Hint = 'Create a New Diary'
  314.         OnClick = DiaryNewClick
  315.       end
  316.       object DiaryOpen: TMenuItem
  317.         Caption = 'Op&en Diary...'
  318.         Hint = 'Open an Existing Diary'
  319.         OnClick = DiaryOpenClick
  320.       end
  321.       object N14: TMenuItem
  322.         Caption = '-'
  323.       end
  324.       object Reopen1: TMenuItem
  325.         Caption = '&Reopen'
  326.         Hint = 'Display the most recently used file list'
  327.         object MRU1: TMenuItem
  328.           Caption = '&1 - '
  329.           Hint = 'Open Specified File'
  330.           OnClick = MRU1Click
  331.         end
  332.         object MRU2: TMenuItem
  333.           Tag = 1
  334.           Caption = '&2 -'
  335.           Hint = 'Open Specified File'
  336.           OnClick = MRU1Click
  337.         end
  338.         object MRU3: TMenuItem
  339.           Tag = 2
  340.           Caption = '&3 - '
  341.           Hint = 'Open Specified File'
  342.           OnClick = MRU1Click
  343.         end
  344.         object MRU4: TMenuItem
  345.           Tag = 3
  346.           Caption = '&4 - '
  347.           Hint = 'Open Specified File'
  348.           OnClick = MRU1Click
  349.         end
  350.         object MRU5: TMenuItem
  351.           Tag = 4
  352.           Caption = '&5 - '
  353.           Hint = 'Open Specified File'
  354.           OnClick = MRU1Click
  355.         end
  356.       end
  357.       object N6: TMenuItem
  358.         Caption = '-'
  359.       end
  360.       object Save1: TMenuItem
  361.         Caption = '&Save'
  362.         Hint = 'Save the Diary Updates'
  363.         OnClick = Save1Click
  364.       end
  365.       object Saveas1: TMenuItem
  366.         Caption = 'Save &as...'
  367.         Hint = 'Save the Diary to Another File'
  368.         OnClick = Saveas1Click
  369.       end
  370.       object Close1: TMenuItem
  371.         Caption = '&Close'
  372.         Hint = 'Closes the Active Address Book or Calendar File'
  373.         OnClick = Close1Click
  374.         ShortCutText = 'Ctrl+F4'
  375.       end
  376.       object N9: TMenuItem
  377.         Caption = '-'
  378.       end
  379.       object Lock1: TMenuItem
  380.         Caption = '&Lock Diary'
  381.         OnClick = Lock1Click
  382.       end
  383.       object DiaryInfo1: TMenuItem
  384.         Caption = 'Diary &Info...'
  385.         Hint = 'Display File Information for the Current Diary'
  386.         OnClick = DiaryInfo1Click
  387.         ShortCutText = 'Ctrl+I'
  388.       end
  389.       object N16: TMenuItem
  390.         Caption = '-'
  391.       end
  392.       object Print1: TMenuItem
  393.         Caption = '&Print...'
  394.         Hint = 'Print Diary Events using the Print Wizard'
  395.         OnClick = Print1Click
  396.       end
  397.       object QuickReports1: TMenuItem
  398.         Caption = '&Quick Reports...'
  399.         Hint = 'Print using a Stored Quick Report'
  400.         OnClick = QuickReports1Click
  401.         ShortCutText = 'Ctrl+P'
  402.       end
  403.       object PageSetup: TMenuItem
  404.         Caption = 'Page &Designer...'
  405.         Hint = 'Create or Modify Page Layout Designs'
  406.         OnClick = PageSetupClick
  407.       end
  408.       object N12: TMenuItem
  409.         Caption = '-'
  410.       end
  411.       object Import1: TMenuItem
  412.         Caption = 'I&mport...'
  413.         Hint = 'Import Diary Events from a Text File'
  414.         OnClick = Import1Click
  415.       end
  416.       object Export1: TMenuItem
  417.         Caption = '&Export...'
  418.         Hint = 'Export Diary Events to a Text File'
  419.         OnClick = Export1Click
  420.       end
  421.       object MenuItem1: TMenuItem
  422.         Caption = '-'
  423.         Hint = 'File and Print Related Commands'
  424.       end
  425.       object Exit2: TMenuItem
  426.         Caption = 'E&xit'
  427.         Hint = 'Exit Smart Address'
  428.         OnClick = Exit2Click
  429.         ShortCutText = 'Alt+F4'
  430.       end
  431.     end
  432.     object Options1: TMenuItem
  433.       Caption = '&Tools'
  434.       GroupIndex = 2
  435.       Hint = 'Tool related Commands'
  436.       object ChangeFont1: TMenuItem
  437.         Caption = '&Change Screen Font....'
  438.         Hint = 'Change the Screen Font Used for All Address Books'
  439.         OnClick = ChangeFont1Click
  440.       end
  441.       object ConfigureModem1: TMenuItem
  442.         Caption = 'Configure &Modem....'
  443.         Hint = 'Configure the Modem for Auto-Dial of Telephone Numbers'
  444.         OnClick = ConfigureModem1Click
  445.       end
  446.       object General1: TMenuItem
  447.         Caption = '&Options...'
  448.         Hint = 'Define General Options for Smart Address'
  449.         OnClick = General1Click
  450.       end
  451.     end
  452.     object View1: TMenuItem
  453.       Caption = '&View'
  454.       GroupIndex = 5
  455.       Hint = 'View Related Commands'
  456.       object CalendarWindow1: TMenuItem
  457.         Caption = '&Calendar'
  458.         Hint = 'View the Calendar'
  459.         OnClick = CalendarWindow1Click
  460.         ShortCutText = 'F12'
  461.       end
  462.     end
  463.     object Reminders2: TMenuItem
  464.       Caption = 'Re&minders'
  465.       GroupIndex = 5
  466.       Hint = 'Reminders Page Related Commands'
  467.       OnClick = Reminders2Click
  468.       object AddEvent2: TMenuItem
  469.         Caption = '&Add Event...'
  470.         Hint = 'Add a New Reminder Event to the Current Entry'
  471.         OnClick = AddEvent1Click
  472.       end
  473.       object EditEvent2: TMenuItem
  474.         Caption = '&Edit Event...'
  475.         Hint = 'Edit the Selected Reminder Event'
  476.         OnClick = EditEvent1Click
  477.       end
  478.       object DeleteEvent2: TMenuItem
  479.         Caption = '&Delete Event...'
  480.         Hint = 'Delete the Selected Reminder Event from the Current Entry'
  481.         OnClick = DeleteEvent1Click
  482.       end
  483.       object ViewEvent1: TMenuItem
  484.         Caption = '&View Event...'
  485.         GroupIndex = 7
  486.         Hint = 'Display all Details Relating to the Selected Event'
  487.         OnClick = ViewEvent1Click
  488.       end
  489.       object N5: TMenuItem
  490.         Caption = '-'
  491.         GroupIndex = 7
  492.       end
  493.       object AcknowledgeEvent2: TMenuItem
  494.         Caption = 'Ac&knowledge Event...'
  495.         GroupIndex = 7
  496.         Hint = 'Acknowledge the Selected Reminder Event'
  497.         OnClick = AcknowledgeEvent1Click
  498.       end
  499.       object N4: TMenuItem
  500.         Caption = '-'
  501.         GroupIndex = 7
  502.       end
  503.       object ShowEvents2: TMenuItem
  504.         Caption = '&Show Completed Events'
  505.         GroupIndex = 7
  506.         Hint = 'Includes Completed Events in the List of Reminders Displayed'
  507.         OnClick = ShowEventsClick
  508.       end
  509.       object ShowRecurring2: TMenuItem
  510.         Caption = 'Show &Future Recurring Events'
  511.         GroupIndex = 7
  512.         Hint = 'Includes Future Events in the List of Reminders Displayed'
  513.         OnClick = ShowRecurring1Click
  514.       end
  515.       object ShowNotes2: TMenuItem
  516.         Caption = 'Show Event &Notes'
  517.         GroupIndex = 7
  518.         Hint = 'Includes Event Notes in the List of Reminders Displayed'
  519.         OnClick = ShowNotes2Click
  520.       end
  521.       object N7: TMenuItem
  522.         Caption = '-'
  523.         GroupIndex = 7
  524.       end
  525.       object SortBy1: TMenuItem
  526.         Caption = 'Sort &by'
  527.         GroupIndex = 7
  528.         Hint = 'Choose the Event Display Order '
  529.         OnClick = SortBy1Click
  530.         object Priority1: TMenuItem
  531.           Tag = 1
  532.           Caption = '&Priority'
  533.           Hint = 'Display the Events in Priority Order'
  534.           OnClick = Priority1Click
  535.         end
  536.         object DateTime1: TMenuItem
  537.           Tag = 2
  538.           Caption = '&Time'
  539.           Hint = 'Display the Events in Date and Time Order'
  540.           OnClick = Priority1Click
  541.         end
  542.         object Description1: TMenuItem
  543.           Tag = 3
  544.           Caption = '&Description'
  545.           Hint = 'Display the Events in Description Order'
  546.           OnClick = Priority1Click
  547.         end
  548.       end
  549.       object N11: TMenuItem
  550.         Caption = '-'
  551.         GroupIndex = 7
  552.       end
  553.       object Today2: TMenuItem
  554.         Caption = 'Select &Todays Date'
  555.         GroupIndex = 7
  556.         Hint = 'Change the Calendar Date to Todays Date'
  557.         OnClick = Today1Click
  558.       end
  559.       object GotoDate2: TMenuItem
  560.         Caption = '&Go to Date...'
  561.         GroupIndex = 7
  562.         Hint = 'Change the Calendar Date to Todays Date'
  563.         OnClick = GotoDate2Click
  564.       end
  565.     end
  566.   end
  567.   object ODSHelp1: TODSHelp
  568.     HelpText.Strings = (
  569.       'AcknowledgeEvent1'
  570.       'AcknowledgeEvent2'
  571.       'AddEvent1'
  572.       'AddEvent2'
  573.       'Calendar2'
  574.       'CalendarWindow1'
  575.       'ChangeFont1'
  576.       'Close1'
  577.       'ConfigureModem1'
  578.       'DateTime1'
  579.       'DeleteEvent1'
  580.       'DeleteEvent2'
  581.       'Description1'
  582.       'Description2'
  583.       'DiaryInfo1'
  584.       'DiaryNew'
  585.       'DiaryOpen'
  586.       'EditEvent1'
  587.       'EditEvent2'
  588.       'Exit2'
  589.       'Export1'
  590.       'File2'
  591.       'General1'
  592.       'GotoDate1'
  593.       'GotoDate2'
  594.       'Header'
  595.       'Import1'
  596.       'L_Temp'
  597.       'Label_Day'
  598.       'Label_DayName'
  599.       'Label_Month'
  600.       'Label2'
  601.       'Label3'
  602.       'Line1'
  603.       'Lock1'
  604.       'Main'
  605.       'MenuItem1'
  606.       'MRU1'
  607.       'MRU2'
  608.       'MRU3'
  609.       'MRU4'
  610.       'MRU5'
  611.       'N1'
  612.       'N10'
  613.       'N11'
  614.       'N12'
  615.       'N13'
  616.       'N14'
  617.       'N16'
  618.       'N2'
  619.       'N3'
  620.       'N4'
  621.       'N5'
  622.       'N6'
  623.       'N7'
  624.       'N8'
  625.       'N9'
  626.       'New2'
  627.       'ODSHelp1'
  628.       'Open2'
  629.       'Options1'
  630.       'PageSetup'
  631.       'Panel1'
  632.       'Panel2'
  633.       'Print1'
  634.       'Priority1'
  635.       'Priority2'
  636.       'QuickReports1'
  637.       'ReminderOptions1'
  638.       'Reminders'
  639.       'Reminders2'
  640.       'RemindersPopup'
  641.       'Reopen1'
  642.       'Save1'
  643.       'Saveas1'
  644.       'ShowEvents'
  645.       'ShowEvents2'
  646.       'ShowNotes1'
  647.       'ShowNotes2'
  648.       'ShowRecurring1'
  649.       'ShowRecurring2'
  650.       'SortBy1'
  651.       'Sortby2'
  652.       'Time2'
  653.       'Today1'
  654.       'Today2'
  655.       'View1'
  656.       'ViewEvent1'
  657.       'ViewEvent2')
  658.     HelpText.HelpData = {
  659.       5900010000000001000000000100000000010000000001000000000100000000
  660.       01000000000100000000010000D500546869732063616C656E64617220616C6C
  661.       6F777320646174657320746F2062652073656C656374656420717569636B6C79
  662.       2062792073696D706C7920636C69636B696E67206F6E20746865206461792072
  663.       657175697265642E0D0A0D0A497420616C736F20696E646963617465732C2069
  664.       662074686572652061726520616E792072656D696E6465727320736368656475
  665.       6C656420666F72206120706172746963756C6172206461792C20627920686967
  666.       686C69676874696E67207468652064617920636F6E6365726E656420696E2052
  667.       65642E00010F0000000100000000010000000001000000000100000000010000
  668.       0000010000000001000000000100000000010000000001000000000100000000
  669.       0100000000010000000001000000000100000000010000000001000000000100
  670.       0000000100000000010000000001000000000100000000010000000001000000
  671.       0001000000000100000000010000000001000000000100000000010000000001
  672.       0000000001000000000100000000010000000001000000000100000000010000
  673.       0000010000000001000000000100000000010000D40054686973204865616465
  674.       72206669656C6420616C6C6F77732074686520636F6C756D6E73206265696E67
  675.       20646973706C617965642C20746F2062652072652D73697A6520746F20737569
  676.       7420726571756972656D656E742E0D0A0D0A546F2072652D73697A6520612063
  677.       6F6C756D6E2C20706C61636520746865206D6F75736520706F696E746572206F
  678.       7665722074686520636F6C756D6E20627265616B2C207468656E20636C69636B
  679.       20616E64206472616720746865206D6F75736520746F20746865207265717569
  680.       7265642073697A652E00010F0000000100000000010000000001000000000100
  681.       0000000100000000010000000001000000000100000000010000000001000000
  682.       0001000000000100000000010000000001000000000100000000010000000001
  683.       0000000001000000000100000000010000000001000000000100000000010000
  684.       0000010000000001000000000100000000010000000001000000000100000000
  685.       0100000000010000000001000000000100000000010000000001000000000100
  686.       0000000100000000010000000001000000000100000000010000000001000000
  687.       0001000000000100000000010000000001000000000100000000010000000001
  688.       0000000001000000000100000000010000000001000000000100000000010000
  689.       0000010000000001000000000100000000010000000001000000000100000000
  690.       0100000000010000000001000000000100000000010000000001000000000100
  691.       0000000100000000010000000001000000000100000000010000E00054686973
  692.       20736574206F6620726561642D6F6E6C79206669656C64732C2070726F766964
  693.       6520696E666F726D6174696F6E20726567617264696E67207468652044696172
  694.       792E0D0A0D0A54686520696E666F726D6174696F6E20696E636C756465732074
  695.       6865206461792063757272656E746C7920646973706C617965642C2074686520
  696.       6E756D626572206F662072656D696E6465727320666F72207468617420646174
  697.       6520616E642074686520646179206E756D6265722C20696E2072656C6174696F
  698.       6E20746F2074686520796561722C206F662074686520646174652E00010F0000
  699.       0001000000000100000000010000000001000000000100000000010000000001
  700.       0000000001000000000100000000010000000001000000000100000000010000
  701.       990154686973206C6973742C20646973706C617973207468652072656D696E64
  702.       65727320666F72207468652063757272656E746C7920646973706C6179656420
  703.       646174652E2054686520666F726D617420616E64206F72646572206F66207468
  704.       697320646973706C6179206D617920626520636F6E6669677572656420627920
  705.       757365206F6620746865202252656D696E6465727322206D656E752C206F7220
  706.       636C69636B696E6720746865207269676874206D6F75736520627574746F6E20
  707.       6F6E2074686973206C6973742E0D0A0D0A54686572652061726520766172696F
  708.       757320696E64696361746F727320757365642077697468696E2074686973206C
  709.       69737420746F20646573637269626520746865207479706520616E6420737461
  710.       7465206F6620656163682072656D696E6465722E20466F7220612066756C6C20
  711.       6465736372697074696F6E206F6620746865736520696E64696361746F72732C
  712.       20636C69636B206F6E20224D6F726520496E666F726D6174696F6E2E2E2E2220
  713.       61742074686520666F6F74206F66207468697320746578742E2000010B000000
  714.       0100000000010000000001000000000100000000010000000001000000000100
  715.       0000000100000000010000000001000000000100000000010000000001000000
  716.       0001000000000100000000010000000001000000000100000000010000000001
  717.       0000000001000000000100000000010000000001000000000100000000010000
  718.       0000010000000001000000000100000000010000000001000000000100000000
  719.       010000000001000000000100000000010000000001000000000100000000}
  720.     Color = 15269887
  721.     Font.Color = clWindowText
  722.     Font.Height = -11
  723.     Font.Name = 'MS Sans Serif'
  724.     Font.Style = []
  725.     ParentFont = True
  726.     MaxWidth = 300
  727.     MoreText = 'More Information...'
  728.     Left = 224
  729.     Top = 8
  730.   end
  731. end
  732.