home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TFMMAIL / TFMMAIL.txt
Text File  |  1999-06-21  |  31KB  |  706 lines

  1. object fmMail: TfmMail
  2.   Left = 241
  3.   Top = 111
  4.   Width = 542
  5.   Height = 378
  6.   HelpContext = 277
  7.   ActiveControl = txtRecipient
  8.   Caption = 'Suresoft - Quick Mail'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object PnlInfo: TPanel
  22.     Left = 0
  23.     Top = 35
  24.     Width = 534
  25.     Height = 90
  26.     Align = alTop
  27.     BevelOuter = bvNone
  28.     BorderStyle = bsSingle
  29.     Color = clWindow
  30.     ParentShowHint = False
  31.     ShowHint = True
  32.     TabOrder = 0
  33.     object pbxInfo: TPaintBox
  34.       Left = 0
  35.       Top = 0
  36.       Width = 530
  37.       Height = 86
  38.       Align = alClient
  39.     end
  40.     object Panel2: TPanel
  41.       Left = 0
  42.       Top = 0
  43.       Width = 75
  44.       Height = 85
  45.       BevelOuter = bvNone
  46.       Color = clGray
  47.       TabOrder = 0
  48.       object Label1: TLabel
  49.         Left = 10
  50.         Top = 59
  51.         Width = 57
  52.         Height = 16
  53.         Caption = 'Subject:'
  54.         Font.Charset = DEFAULT_CHARSET
  55.         Font.Color = clWhite
  56.         Font.Height = -15
  57.         Font.Name = 'MS Sans Serif'
  58.         Font.Style = [fsBold]
  59.         ParentFont = False
  60.       end
  61.       object Label2: TLabel
  62.         Left = 10
  63.         Top = 10
  64.         Width = 24
  65.         Height = 16
  66.         Caption = 'To:'
  67.         Font.Charset = DEFAULT_CHARSET
  68.         Font.Color = clWhite
  69.         Font.Height = -15
  70.         Font.Name = 'MS Sans Serif'
  71.         Font.Style = [fsBold]
  72.         ParentFont = False
  73.       end
  74.       object Label3: TLabel
  75.         Left = 10
  76.         Top = 34
  77.         Width = 23
  78.         Height = 16
  79.         Caption = 'Cc:'
  80.         Font.Charset = DEFAULT_CHARSET
  81.         Font.Color = clWhite
  82.         Font.Height = -15
  83.         Font.Name = 'MS Sans Serif'
  84.         Font.Style = [fsBold]
  85.         ParentFont = False
  86.       end
  87.       object btnRecip: TButton
  88.         Left = 54
  89.         Top = 9
  90.         Width = 19
  91.         Height = 18
  92.         Hint = 'Address Book'
  93.         Caption = '...'
  94.         Font.Charset = DEFAULT_CHARSET
  95.         Font.Color = clBlack
  96.         Font.Height = -15
  97.         Font.Name = 'MS Sans Serif'
  98.         Font.Style = []
  99.         ParentFont = False
  100.         TabOrder = 0
  101.         OnClick = btnRecipClick
  102.       end
  103.       object btnCC: TButton
  104.         Left = 54
  105.         Top = 33
  106.         Width = 19
  107.         Height = 19
  108.         Hint = 'Address Book'
  109.         Caption = '...'
  110.         TabOrder = 1
  111.         OnClick = btnCCClick
  112.       end
  113.     end
  114.     object txtSubject: TEdit
  115.       Tag = 3
  116.       Left = 79
  117.       Top = 59
  118.       Width = 418
  119.       Height = 21
  120.       BorderStyle = bsNone
  121.       Ctl3D = False
  122.       Font.Charset = DEFAULT_CHARSET
  123.       Font.Color = clBlack
  124.       Font.Height = -15
  125.       Font.Name = 'MS Sans Serif'
  126.       Font.Style = []
  127.       MaxLength = 255
  128.       ParentCtl3D = False
  129.       ParentFont = False
  130.       TabOrder = 3
  131.       Text = 'Add your subject here'
  132.       OnEnter = txtRecipientEnter
  133.       OnExit = txtRecipientExit
  134.     end
  135.     object txtRecipient: TEdit
  136.       Tag = 1
  137.       Left = 79
  138.       Top = 10
  139.       Width = 418
  140.       Height = 21
  141.       Hint = 'Type recipients'#39' names, separated by semicolons'
  142.       BorderStyle = bsNone
  143.       Ctl3D = False
  144.       Font.Charset = DEFAULT_CHARSET
  145.       Font.Color = clBlack
  146.       Font.Height = -15
  147.       Font.Name = 'MS Sans Serif'
  148.       Font.Style = [fsUnderline]
  149.       MaxLength = 255
  150.       ParentCtl3D = False
  151.       ParentFont = False
  152.       TabOrder = 1
  153.       Text = 'Type Email Address'
  154.       OnEnter = txtRecipientEnter
  155.       OnExit = txtRecipientExit
  156.     end
  157.     object txtCC: TEdit
  158.       Tag = 2
  159.       Left = 79
  160.       Top = 34
  161.       Width = 418
  162.       Height = 21
  163.       Hint = 'Type recipients'#39' names, separated by semicolons'
  164.       BorderStyle = bsNone
  165.       Ctl3D = False
  166.       Font.Charset = DEFAULT_CHARSET
  167.       Font.Color = clBlack
  168.       Font.Height = -15
  169.       Font.Name = 'MS Sans Serif'
  170.       Font.Style = [fsUnderline]
  171.       MaxLength = 255
  172.       ParentCtl3D = False
  173.       ParentFont = False
  174.       TabOrder = 2
  175.       OnEnter = txtRecipientEnter
  176.       OnExit = txtRecipientExit
  177.     end
  178.   end
  179.   object StatusBar1: TStatusBar
  180.     Left = 0
  181.     Top = 332
  182.     Width = 534
  183.     Height = 19
  184.     Panels = <>
  185.     SimplePanel = False
  186.   end
  187.   object Panel3: TPanel
  188.     Left = 0
  189.     Top = 128
  190.     Width = 534
  191.     Height = 119
  192.     Align = alClient
  193.     TabOrder = 2
  194.     object MessageText: TMemo
  195.       Left = 1
  196.       Top = 1
  197.       Width = 532
  198.       Height = 117
  199.       Align = alClient
  200.       Lines.Strings = (
  201.         'Add your message here.')
  202.       PopupMenu = PopupMenu1
  203.       TabOrder = 0
  204.       OnEnter = MessageTextEnter
  205.       OnExit = MessageTextExit
  206.     end
  207.   end
  208.   object Panel4: TPanel
  209.     Left = 0
  210.     Top = 247
  211.     Width = 534
  212.     Height = 85
  213.     Align = alBottom
  214.     TabOrder = 3
  215.     object lvAttachments: TListView
  216.       Left = 1
  217.       Top = 1
  218.       Width = 532
  219.       Height = 83
  220.       Align = alClient
  221.       OnClick = lvAttachmentsClick
  222.       Columns = <>
  223.       IconOptions.AutoArrange = True
  224.       MultiSelect = True
  225.       OnExit = lvAttachmentsExit
  226.       TabOrder = 0
  227.       LargeImages = ImageList1
  228.     end
  229.   end
  230.   object RxSplitter1: TRxSplitter
  231.     Left = 0
  232.     Top = 125
  233.     Width = 534
  234.     Height = 3
  235.     ControlFirst = Panel3
  236.     ControlSecond = Panel4
  237.     Align = alTop
  238.   end
  239.   object ToolBar1: TToolBar
  240.     Left = 0
  241.     Top = 0
  242.     Width = 534
  243.     Height = 35
  244.     ButtonHeight = 30
  245.     ButtonWidth = 30
  246.     Images = ImageList2
  247.     TabOrder = 5
  248.     object btnSend: TToolButton
  249.       Left = 0
  250.       Top = 2
  251.       Width = 30
  252.       Height = 30
  253.       Caption = 'btnSend'
  254.       ImageIndex = 0
  255.       OnClick = btnSendClick
  256.     end
  257.     object BtnAttach: TToolButton
  258.       Left = 30
  259.       Top = 2
  260.       Width = 30
  261.       Height = 30
  262.       Caption = 'BtnAttach'
  263.       ImageIndex = 1
  264.       OnClick = BtnAttachClick
  265.     end
  266.     object btnDeleteAttach: TToolButton
  267.       Left = 60
  268.       Top = 2
  269.       Width = 30
  270.       Height = 30
  271.       Caption = 'btnDeleteAttach'
  272.       ImageIndex = 2
  273.       OnClick = btnDeleteAttachClick
  274.     end
  275.     object BtnHelp: TToolButton
  276.       Left = 90
  277.       Top = 2
  278.       Width = 30
  279.       Height = 30
  280.       Caption = 'BtnHelp'
  281.       ImageIndex = 3
  282.       OnClick = BtnHelpClick
  283.     end
  284.     object btnClose: TToolButton
  285.       Left = 120
  286.       Top = 2
  287.       Width = 30
  288.       Height = 30
  289.       Caption = 'btnClose'
  290.       ImageIndex = 4
  291.       OnClick = BtnCloseClick
  292.     end
  293.   end
  294.   object OpenDialog1: TOpenDialog
  295.     Filter = 'All Files (*.*)|*.*'
  296.     Options = [ofPathMustExist, ofFileMustExist]
  297.     Title = 'Attach Files'
  298.     Left = 341
  299.     Top = 68
  300.   end
  301.   object ImageList1: TImageList
  302.     Height = 32
  303.     Width = 32
  304.     Left = 267
  305.     Top = 68
  306.   end
  307.   object FontDialog1: TFontDialog
  308.     Font.Charset = DEFAULT_CHARSET
  309.     Font.Color = clWindowText
  310.     Font.Height = -11
  311.     Font.Name = 'MS Sans Serif'
  312.     Font.Style = []
  313.     MinFontSize = 0
  314.     MaxFontSize = 0
  315.     Left = 400
  316.     Top = 64
  317.   end
  318.   object PopupMenu1: TRxPopupMenu
  319.     OnPopup = PopupMenu1Popup
  320.     Style = msOwnerDraw
  321.     ShowCheckMarks = False
  322.     OnGetItemParams = PopupMenu1GetItemParams
  323.     Left = 466
  324.     Top = 64
  325.     object pmCut: TMenuItem
  326.       Caption = 'Cu&t'
  327.       OnClick = pmCutClick
  328.     end
  329.     object pmCopy: TMenuItem
  330.       Caption = '&Copy'
  331.       OnClick = pmCopyClick
  332.     end
  333.     object pmPaste: TMenuItem
  334.       Caption = '&Paste'
  335.       OnClick = pmPasteClick
  336.     end
  337.     object pmSelectAll: TMenuItem
  338.       Caption = '&Select All'
  339.       OnClick = pmSelectAllClick
  340.     end
  341.     object N1: TMenuItem
  342.       Caption = '-'
  343.     end
  344.     object pmFont: TMenuItem
  345.       Caption = '&Font...'
  346.       OnClick = pmFontClick
  347.     end
  348.   end
  349.   object Email: TAHMMapiMail
  350.     Messages = <>
  351.     BeforeLogon = EmailBeforeLogon
  352.     BeforeLogoff = EmailBeforeLogoff
  353.     OnLogonSuccess = EmailLogonSuccess
  354.     OnLogonFailure = EmailLogonFailure
  355.     OnLogoffSuccess = EmailLogoffSuccess
  356.     OnLogoffFailure = EmailLogoffFailure
  357.     BeforeSendMail = EmailBeforeSendMail
  358.     Left = 292
  359.     Top = 4
  360.   end
  361.   object Sizer1: TSizer
  362.     Enabled = True
  363.     ExceptionAction = eaIgnoreControl
  364.     GridColumnSizing = gcSizeAllColumns
  365.     GridRowSizing = grSizeByDefaults
  366.     MinimumSize = True
  367.     NavigateOnEnter = True
  368.     OverrideParentFont = True
  369.     PerformAssertions = True
  370.     ShowAssertionFailures = False
  371.     StretchFonts = True
  372.     StretchImages = True
  373.     StretchOnResize = True
  374.     ThreadProcessing = False
  375.     Left = 356
  376.     Top = 4
  377.     ScreenWidth = (
  378.       800)
  379.     ScreenHeight = (
  380.       600)
  381.     OriginalFormWidth = (
  382.       542)
  383.     OriginalFormHeight = (
  384.       378)
  385.     OriginalFormLeft = (
  386.       241)
  387.     OriginalFormTop = (
  388.       111)
  389.     OriginalFormPPI = (
  390.       120)
  391.     OriginalClientWidth = (
  392.       534)
  393.     OriginalClientHeight = (
  394.       351)
  395.   end
  396.   object ImageList2: TImageList
  397.     Left = 356
  398.     Top = 170
  399.     Bitmap = {
  400.       3624000005000000424D36240000000000003600000028000000400000003000
  401.       0000010018000000000000240000000000000000000000000000000000000000
  402.       0000000000000000000000000000000000000000000000000000000000000000
  403.       0000000000000000000000000000000000000000000000000000000000000000
  404.       0000000000000000000000000000000000000000000000000000000000000000
  405.       0000000000000000000000000000000000000000000000000000000000000000
  406.       0000000000000000000000000000000000000000000000000000000000000000
  407.       0000000000000000000000000000000000000000000000000000000000000000
  408.       0000000000000000000000000000000000000000000000000000000000000000
  409.       0000000000000000000000000000000000000000000000000000000000000000
  410.       0000000000000000000000000000000000000000000000000000000000000000
  411.       0000000000000000000000000000000000000000000000000000000000000000
  412.       0000000000000000000000000000000000000000000000000000000000000000
  413.       0000000000000000000000000000000000000000000000000000000000000000
  414.       0000000000000000000000000000000000000000000000000000000000000000
  415.       0000000000000000000000000000000000000000000000000000000000000000
  416.       0000000000000000000000000000000000000000000000000000000000000000
  417.       0000000000000000000000000000000000000000000000000000000000000000
  418.       0000000000000000000000000000000000000000000000000000000000000000
  419.       0000000000000000000000000000000000000000000000000000000000000000
  420.       0000000000000000000000000000000000000000000000000000000000000000
  421.       0000000000000000000000000000000000000000000000000000000000000000
  422.       0000000000000000000000000000000000000000000000000000000000000000
  423.       0000000000000000000000000000000000000000000000000000000000000000
  424.       0000000000000000000000000000000000000000000000000000000000000000
  425.       0000000000000000000000000000000000000000000000000000000000000000
  426.       0000000000000000000000000000000000000000000000000000000000000000
  427.       0000000000000000000000000000000000000000000000000000000000000000
  428.       0000000000000000000000000000000000000000000000000000000000000000
  429.       0000000000000000000000000000000000000000000000000000000000000000
  430.       0000000000000000000000000000000000000000000000000000000000000000
  431.       0000000000000000000000000000000000000000000000000000000000000000
  432.       0000000000000000000000000000000000000000000000000000000000000000
  433.       0000000000000000000000000000000000000000000000000000000000000000
  434.       0000000000000000000000000000000000000000000000000000000000000000
  435.       0000000000000000000000000000000000000000000000000000000000000000
  436.       0000000000000000000000000000000000000000000000000000000000000000
  437.       0000000000000000000000000000000000000000000000000000000000000000
  438.       0000000000000000000000000000000000000000000000000000000000000000
  439.       0000000000000000000000000000000000000000000000000000000000000000
  440.       0000000000000000000000000000000000000000000000000000000000000000
  441.       0000000000000000000000000000000000000000000000000000000000000000
  442.       0000000000000000000000000000000000000000000000000000000000000000
  443.       0000000000000000000000000000000000000000000000000000000000000000
  444.       0000000000000000000000000000000000000000000000000000000000000000
  445.       0000000000000000000000000000000000000000000000000000000000000000
  446.       0000000000000000000000000000000000000000000000000000000000000000
  447.       0000000000000000000000000000000000000000000000000000000000000000
  448.       0000000000000000000000000000000000000000000000000000000000000000
  449.       0000000000000000000000000000000000000000000000000000000000000000
  450.       0000000000000000000000000000000000000000000000000000000000000000
  451.       0000000000000000000000000000000000000000000000000000000000000000
  452.       0000000000000000000000000000000000000000000000000000000000000000
  453.       0000000000000000000000000000000000000000000000000000000000000000
  454.       0000000000000000000000000000000000000000000000000000000000000000
  455.       0000000000000000000000000000000000000000000000000000000000000000
  456.       0000000000000000000000000000000000000000000000000000000000000000
  457.       0000000000000000000000000000000000000000000000000000000000000000
  458.       0000000000000000000000000000000000000000000000000000000000000000
  459.       0000000000000000000000000000000000000000000000000000000000000000
  460.       0000000000000000000000000000000000000000000000000000000000000000
  461.       0000000000000000000000000000000000000000000000000000000000000000
  462.       0000000000000000000000000000000000000000000000000000000000000000
  463.       0000000000000000000000000000000000000000000000000000000000000000
  464.       0000000000000000000000000000000000000000000000000000000000000000
  465.       0000000000000000000000000000000000000000000000000000000000000000
  466.       0000000000000000000000000000000000000000000000000000000000000000
  467.       0000000000000000000000000000000000000000000000000000000000000000
  468.       0000000000000000000000000000000000000000000000000000000000000000
  469.       0000000000000000000000000000000000000000000000000000000000000000
  470.       0000000000000000000000000000000000000000000000000000000000000000
  471.       0000000000000000000000000000000000000000000000000000000000000000
  472.       0000000000000000000000000000000000000000000000000000000000000000
  473.       0000000000000000000000000000000000000000000000000000000000000000
  474.       0000000000000000000000000000000000000000000000000000000000000000
  475.       0000000000000000000000000000000000000000000000000000000000000000
  476.       0000000000000000000000000000000000000000000000000000000000000000
  477.       0000000000000000000000000000000000000000000000000000000000000000
  478.       0000000000000000000000000000000000000000000000000000000000000000
  479.       0000000000000000000000000000000000000000000000000000000000000000
  480.       0000000000000000000000000000000000000000000000000000000000000000
  481.       0000000000000000000000000000000000000000000000000000000000000000
  482.       0000000000000000000000000000000000000000000000000000000000000000
  483.       0000000000000000000000000000000000000000000000000000000000000000
  484.       0000000000000000000000000000000000000000000000000000000000000000
  485.       0000000000000000000000000000000000000000000000000000000000000000
  486.       0000000000000000000000000000000000000000000000000000000000000000
  487.       0000000000000000000000000000000000000000000000000000000000000000
  488.       0000000000000000000000000000000000000000000000000000000000000000
  489.       0000000000000000000000000000000000000000000000000000000000000000
  490.       0000000000000000000000000000000000000000000000000000000000000000
  491.       0000000000000000000000000000000000000000000000000000000000000000
  492.       0000000000000000000000000000000000000000000000000000000000000000
  493.       0000000000000000000000000000000000000000000000000000000000000000
  494.       0000000000000000000000000000000000000000000000000000000000000000
  495.       0000000000000000000000000000000000000000000000000000000000000000
  496.       0000000000000000000000000000000000000000000000000000000000000000
  497.       0000000000000000000000000000000000000000000000000000000000000000
  498.       0000000000000000000000000000000000000000000000000000000000000000
  499.       0000000000000000000000000000000000000000000000000000000000000000
  500.       0000000000000000000000000000000000000000000000000000000000000000
  501.       0000000000000000000000000000000000000000000000000000000000000000
  502.       0000000000000000000000000000000000000000000000000000000000000000
  503.       0000000000000000000000000000000000000000000000000000000000000000
  504.       0000000080808080808080808080808080808080808080808080808080808080
  505.       8080808080808080808080808080000000000000000000000000000000000000
  506.       0000000000000000000000000000000000000000000000000000000000000000
  507.       0000000000000000000000000000000000000000000000000000000000000000
  508.       0000000000000000000000000000000000000000000000000000000000000000
  509.       0000000000000000000000000000000000000000000000000000000000000000
  510.       0000000000000000000000000000000000000000000000000000000000000000
  511.       0000000000000000000000808080000000000000000000000000000000000000
  512.       0000000000000000000000000000000000000000000000000000000000000000
  513.       0000000000000000000000000000000000000000000000000000000000000000
  514.       0000000000000000000000000000000000000000000000000000000000000000
  515.       0000000000000000000000000000000000000000000000000000000000000000
  516.       00000000FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF00000000
  517.       0000FFFFFF00FFFF000000808080000000000000000000000000000000000000
  518.       0000000000000000000000000000000000000000000000000000000000000000
  519.       0000000000000000000000000000000000000000000000000000000000000000
  520.       0000000000000000000000000000000000000000000000000000000000000000
  521.       0000000000000000000000000000000000000000000000000000000000008080
  522.       8000000000FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00000000
  523.       0000000000FFFFFF000000808080000000000000000000000000000000000000
  524.       0000000000000000000000000000000000000000000000000000000000000000
  525.       0000000000000000000000000000000000000000000000000000000000000000
  526.       0000000000000000000000000000000000000000000000000000000000000000
  527.       0000000000000000000000000000000000000000000000000000000000000000
  528.       80000000FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF00000000
  529.       FFFF000000000000000000808080000000000000000000000000000000000000
  530.       0000000000000000000000000000000000000000000000000000000000000000
  531.       0000000000000000000000000000000000000000000000000000000000000000
  532.       0000000000000000000000000000000000000000000000000000000000000000
  533.       0000000000000000000000000000000000000000000000000000000000000000
  534.       8000008000FFFFFFFFFF00FFFFFFFFFF80808000008000FFFFFFFFFF00000000
  535.       0000000000000000000000808080000000000000000000000000000000000000
  536.       0000000000000000000000000000000000000000000000000000000000000000
  537.       0000000000000000000000000000000000000000000000000000000000000000
  538.       0000000000000000000000000000000000000000000000000000000000000000
  539.       0000000000000000000000000000000000000000000000000000000000008080
  540.       8000008080808000FFFFFFFFFF808080000080808080FFFFFF00FFFFFFFFFF00
  541.       FFFFFFFFFF00FFFF000000808080000000000000000000000000000000000000
  542.       0000000000000000000000000000000000000000000000000000000000000000
  543.       0000000000000000000000000000000000000000000000000000000000000000
  544.       0000000000000000000000000000000000000000000000000000000000000000
  545.       0000000000000000000000000000000000000000000000000000000000000000
  546.       0000008000008080808000FFFF000080000080FFFFFF00FFFFFFFFFF00FFFFFF
  547.       FFFF00FFFFFFFFFF000000808080000000000000000000000000000000000000
  548.       0000000000000000000000000000000000000000000000000000000000000000
  549.       0000000000000000000000000000000000000000000000000000000000000000
  550.       0000000000000000000000000000000000000000000000000000000000000000
  551.       0000000000000000000000000000000000000000000000000000000000000000
  552.       00808080000080000080000080000080FFFFFF00FFFFFFFFFF00FFFFFFFFFF00
  553.       FFFFFFFFFF00FFFF000000808080000000000000000000000000000000000000
  554.       0000000000000000000000000000000000000000000000000000000000000000
  555.       0000000000000000000000000000000000000000000000000000000000000000
  556.       0000000000000000000000000000000000000000000000000000000000000000
  557.       0000000000000000000000000000000000000000000000000000000000000000
  558.       00808080000080000080000080FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFF
  559.       FFFF00FFFFFFFFFF000000808080000000000000000000000000000000000000
  560.       0000000000000000000000000000000000000000000000000000000000000000
  561.       0000000000000000000000000000000000000000000000000000000000000000
  562.       0000000000000000000000000000000000000000000000000000000000000000
  563.       0000000000000000000000000000000000000000000000000000000000008080
  564.       8000008000008000008000008080808000000000000000000000000000000000
  565.       0000000000000000000000000000000000000000000000000000000000000000
  566.       0000000000000000000000000000000000000000000000000000000000000000
  567.       0000000000000000000000000000000000000000000000000000000000000000
  568.       0000000000000000000000000000000000000000000000000000000000000000
  569.       0000000000000000000000000000000000000000000000000000000000000000
  570.       8000008080808000000000008000008080808000000000000000000000000000
  571.       0000000000000000000000000000000000000000000000000000000000000000
  572.       0000000000000000000000000000000000000000000000000000000000000000
  573.       0000000000000000000000000000000000000000000000000000000000000000
  574.       0000000000000000000000000000000000000000000000000000000000000000
  575.       0000000000000000000000000000000000000000000000000000000000000000
  576.       0000000000000000000000000000008000008080808000000000000000000000
  577.       0000000000000000000000000000000000000000000000000000000000000000
  578.       0000000000000000000000000000000000000000000000000000000000000000
  579.       0000000000000000000000000000000000000000000000000000000000000000
  580.       0000000000000000000000000000000000000000000000000000000000000000
  581.       0000000000000000000000000000000000000000000000000000000000000000
  582.       0000000000000000000000000000000000008000008080808000000000000000
  583.       0000000000000000000000000000000000000000000000000000000000000000
  584.       0000000000000000000000000000000000000000000000000000000000000000
  585.       0000000000000000000000000000000000000000000000000000000000000000
  586.       0000000000000000000000000000000000000000000000000000000000000000
  587.       0000000000000000000000000000000000000000000000000000000000000000
  588.       0000000000000000000000000000000000000000000000000000000000000000
  589.       0000000000000000000000000000000000000000000000000000000000000000
  590.       0000000000000000000000000000000000000000000000000000000000000000
  591.       0000000000000000000000000000000000000000000000000000000000000000
  592.       0000000000000000000000000000000000000000000000000000000000000000
  593.       0000000000000000000000000000000000000000000000000000000000000000
  594.       0000000000000000000000000000000000000000000000000000000000000000
  595.       0000000000000000000000000000000000000000000000000000000000000000
  596.       0000000000000000000000000000000000000000000000000000000000000000
  597.       0000000000000000000000000000000000000080808080808080808080808000
  598.       0000000000000000000000000000000000000000000000000000000000808000
  599.       8000008000008080000000000000000000000000000000000000000000000000
  600.       0000000000000000000000000000000000000000000000000000000000000000
  601.       0000000000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF
  602.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000
  603.       00000000000000000000000000C0C0C080808000000080808000000000000080
  604.       8080C0C0C0000000000000000000000000000000000000000000000000FFFF00
  605.       8080008080008000000000000000000000000000000000000000000000000000
  606.       00000000000000000000000000000000000000000000000000000000000000FF
  607.       FFFF000000000000000000000000000000000000000000FFFFFFFFFFFFFFFFFF
  608.       FFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000000000
  609.       00000000000000000000000000000000C0C0C0C0C0C0000000C0C0C0C0C0C0C0
  610.       C0C0000000000000000000000000000000000000000000000000000000000000
  611.       FFFF008080008080000000000000000000000000000000000000000000000000
  612.       00000000000000000000000000000000000000000000000000000000FFFFFFFF
  613.       FFFFFFFFFF000000000000000000000000000000FFFFFF000000FFFFFFFFFFFF
  614.       FFFFFFFFFFFFFFFFFF000000FFFFFFFFFFFF0000000000000000000000000000
  615.       00000000000000000000000000C0C0C0000000000000FFFFFF000000C0C0C000
  616.       0000C0C0C0000000000000000000000000000000000000000000000000000000
  617.       0000000000000000000000000000000000000000000000000000000000000000
  618.       00000000000000000000000000000000000000000000000000FFFFFFFF0000FF
  619.       FFFFFFFFFFFFFFFF000000000000000000000000FFFFFFFFFFFF000000FFFFFF
  620.       FFFFFFFFFFFF00000000000000FFFF8080800000000000008080800000000000
  621.       00000000000000000000C0C0C0000000FFFFFFFFFFFFFFFFFFC0C0C0000000C0
  622.       C0C0808080C0C0C0000000000000000000000000000000000000000000000000
  623.       8000008000008080000000000000000000000000000000000000000000000000
  624.       00000000000000000000000000000000000000000000FFFFFFFF0000FFFFFFFF
  625.       00000000FF000080FFFFFF000000000000000000FFFFFF000000FFFFFF000000
  626.       000000000000FFFFFF000000FFFFFF000000000000FFFFFF0000000000000000
  627.       00000000000000000000000000FFFFFF000000FFFFFF000000000000C0C0C000
  628.       0000C0C0C0000000000000000000000000000000000000000000000000808000
  629.       8080008080008000000000000000000000000000000000000000000000000000
  630.       00000000000000000000000000000000000000FFFFFFFF0000FFFFFFFF0000FF
  631.       FFFF000080000080000000000000000000000000000000FFFFFF000000FFFFFF
  632.       000000FFFFFF00000000000000FFFF00000000000000FFFF0000000000000000
  633.       00000000000000000000FFFFFFFFFFFFFFFFFF000000FFFFFFFFFFFF808080FF
  634.       FFFF000000C0C0C0000000000000000000000000000000000000000000FFFF00
  635.       8080008080008000000000000000000000000000000000000000000000000000
  636.       00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFF0000FFFFFFFF
  637.       FFFFFFFFFF000000000000000000000000000000FFFFFF000000FFFFFF000000
  638.       FFFFFF000000FFFFFF000000FFFFFF000000000000FFFFFF0000000000000000
  639.       00000000808080000000000000FFFFFF000000FFFFFF000000FFFFFF00000000
  640.       0000C0C0C0000000000000808080000000000000000000000000000000FFFF00
  641.       8080008080008080008000000000000000000000000000000000000000000000
  642.       0000000000000080808000000000000000000000000000000000000000000000
  643.       0000000000000000008080000000000000000000000000FFFFFF000000FFFFFF
  644.       000000FFFFFF00000000000000FFFF00000000000000FFFF0000000000000000
  645.       00000000000000808080FFFFFF000000FFFFFFFFFFFFFFFFFF000000FFFFFFFF
  646.       FFFF000000FFFFFF808080000000000000000000000000000000000000000000
  647.       FFFF008080008080008080008000000000000000000000000000000000000000
  648.       0000FFFF00808000000000000000000000000000000000000000000000000000
  649.       0000000000008080008080000000000000000000000000000000FFFFFF000000
  650.       FFFFFF000000FFFFFF000000FFFFFF000000000000FFFFFF0000000000000000
  651.       00000000000000C0C0C080808000000000000000000000000000000000000000
  652.       0000000000808080FFFFFF000000000000000000000000000000000000000000
  653.       000000FFFF008080008080008080008000000000000000000000000000000000
  654.       00000000000000FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFF
  655.       FFFF00FFFF000000008080000000000000000000000000000000000000FFFFFF
  656.       000000FFFFFF00000000000000FFFF00000000000000FFFFFFFFFF00FFFF0000
  657.       00000000000000000000000000C0C0C0808080FFFFFFFFFFFFFFFFFFFFFFFFFF
  658.       FFFFFFFFFF000000000000000000000000000000000000800000800000000000
  659.       000000000000FFFF008080008080008080008000000000000000000000000000
  660.       00000000FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00
  661.       FFFFFFFFFF00FFFF000000000000000000000000000000000000000000000000
  662.       0000000000000000000000000000000000008080808080800000000000000000
  663.       00000000000000C0C0C0C0C0C0808080C0C0C0808080FFFFFFFFFFFFFFFFFFFF
  664.       FFFFFFFFFFC0C0C0000000000000000000000000808000808000808000800000
  665.       000000000000000000FFFF008080008080008000000000000000000000000000
  666.       0000000000000000000000000000000000000000000000000000000000000000
  667.       0000000000000000000000000000000000000000000000000000000000000000
  668.       000000000000000000000000000000000000000000FFFFFF0000000000000000
  669.       00000000000000000000000000808080C0C0C0808080FFFFFFFFFFFFFFFFFFFF
  670.       FFFFC0C0C0000000000000000000000000000000FFFF00808000808000808000
  671.       8000008000008000008080008080008080008000000000000000000000000000
  672.       0000000000000000000000000000000000000000000000000000000000000000
  673.       0000000000000000000000000000000000000000000000000000000000000000
  674.       0000000000000000000000000000008080800000000000000000000000000000
  675.       00000000000000000000000000000000000000000000808080FFFFFFFFFFFFC0
  676.       C0C0000000000000000000000000000000000000000000FFFF00808000808000
  677.       8080008080008080008080008080008080008080000000000000000000000000
  678.       0000000000000000000000000000000000000000000000000000000000000000
  679.       0000000000000000000000000000000000000000000000000000000000000000
  680.       0000000000000000000000000000000000000000000000000000000000000000
  681.       00000000000000000000000000000000000000000000000000808080C0C0C000
  682.       0000000000000000000000000000000000000000000000000000FFFF00FFFF00
  683.       8080008080008080008080008080008080000000000000000000000000000000
  684.       0000000000000000000000000000000000000000000000000000000000000000
  685.       0000000000000000000000000000000000000000000000000000000000000000
  686.       0000000000000000000000000000000000000000000000000000000000000000
  687.       0000000000000000000000000000000000000000000000000000000080808000
  688.       0000000000000000000000000000000000000000000000000000000000000000
  689.       FFFF00FFFF00FFFF00FFFF00FFFF00000000000000000000000000000000424D
  690.       BE010000000000003E0000002800000040000000300000000100010000000000
  691.       800100000000000000000000020000000200000000000000FFFFFF0000000000
  692.       0000000000000000000000000000000000000000000000000000000000000000
  693.       0000000000000000000000000000000000000000000000000000000000000000
  694.       0000000000000000000000000000000000000000000000000000000000000000
  695.       00000000000000000000000000000000000000000000000000000000FFFF0000
  696.       00000000C0000000000000008000000000000000800000000000000000100000
  697.       0000000000080000000000000000000000000000000000000000000080000000
  698.       0000000080000000000000008000000000000000000100000000000011FF0000
  699.       00000000F8FF000000000000FC7F000000000000FFFF000000000000FFFF800F
  700.       F807F87FFFAF800FF003F87FFF478000F003FC7FFE83800FF003FFFFFD018001
  701.       E001FC7FFA008009E001F87FF4018A89E001F87F08009509C000F83F45F0CA89
  702.       C000FC1F0000E509C000FE0F4000F208C000E7070000F880C000C3870000FFE9
  703.       E001C007FFFFFFE3F807E007FFFFFFFFFF8FF00FFFFFFFFFFFDFFC1F}
  704.   end
  705. end
  706.