home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / zkuste / Delphi / uti / matrix127us.exe / Matrix.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  1998-09-07  |  44.4 KB  |  1,080 lines

  1. object MainForm: TMainForm
  2.   Left = 235
  3.   Top = 165
  4.   BorderStyle = bsSingle
  5.   Caption = 'Matrix Calculator'
  6.   ClientHeight = 367
  7.   ClientWidth = 633
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   HelpFile = 'Matrix.hlp'
  14.   Menu = MainMenu
  15.   Position = poScreenCenter
  16.   Visible = True
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnResize = FormResize
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object MatrixGroupBox: TGroupBox
  23.     Left = 10
  24.     Top = 38
  25.     Width = 615
  26.     Height = 306
  27.     Caption = ' Matrix '
  28.     TabOrder = 0
  29.     object Matrix: TStringGrid
  30.       Left = 10
  31.       Top = 20
  32.       Width = 594
  33.       Height = 276
  34.       ColCount = 21
  35.       DefaultColWidth = 40
  36.       DefaultRowHeight = 15
  37.       RowCount = 21
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = clWindowText
  40.       Font.Height = -10
  41.       Font.Name = 'Arial'
  42.       Font.Style = [fsBold]
  43.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goEditing, goTabs, goAlwaysShowEditor, goThumbTracking]
  44.       ParentFont = False
  45.       TabOrder = 0
  46.       OnKeyPress = MatrixKeyPress
  47.       RowHeights = (
  48.         15
  49.         15
  50.         15
  51.         15
  52.         15
  53.         15
  54.         15
  55.         15
  56.         15
  57.         15
  58.         15
  59.         15
  60.         15
  61.         15
  62.         15
  63.         15
  64.         15
  65.         15
  66.         15
  67.         15
  68.         15)
  69.     end
  70.   end
  71.   object ToolBar: TToolBar
  72.     Left = 0
  73.     Top = 0
  74.     Width = 633
  75.     EdgeBorders = [ebTop, ebBottom]
  76.     Flat = True
  77.     Images = ToolBarImageList
  78.     TabOrder = 1
  79.     object MatrixNew: TToolButton
  80.       Left = 0
  81.       Top = 0
  82.       Width = 23
  83.       Height = 22
  84.       Hint = 'New Matrix'
  85.       Caption = 'Neue Matrix'
  86.       ImageIndex = 0
  87.       ParentShowHint = False
  88.       ShowHint = True
  89.       OnClick = NeueMatrix1Click
  90.     end
  91.     object ToolButton27: TToolButton
  92.       Left = 23
  93.       Top = 0
  94.       Width = 23
  95.       Height = 22
  96.       Hint = 'Load matrix from file'
  97.       Caption = 'ToolButton27'
  98.       ImageIndex = 21
  99.       ParentShowHint = False
  100.       ShowHint = True
  101.       OnClick = ffnen1Click
  102.     end
  103.     object ToolButton22: TToolButton
  104.       Left = 46
  105.       Top = 0
  106.       Width = 23
  107.       Height = 22
  108.       Hint = 'Save matrix to file'
  109.       Caption = 'ToolButton22'
  110.       ImageIndex = 22
  111.       ParentShowHint = False
  112.       ShowHint = True
  113.       OnClick = Speichernals1Click
  114.     end
  115.     object ToolButton28: TToolButton
  116.       Left = 69
  117.       Top = 0
  118.       Width = 23
  119.       Height = 22
  120.       Hint = 'Export matrix as HTML table'
  121.       Caption = 'ToolButton28'
  122.       ImageIndex = 20
  123.       ParentShowHint = False
  124.       ShowHint = True
  125.       OnClick = AlsHTMLTabelleexportieren1Click
  126.     end
  127.     object ToolButton25: TToolButton
  128.       Left = 92
  129.       Top = 0
  130.       Width = 8
  131.       Height = 22
  132.       Caption = 'ToolButton25'
  133.       ImageIndex = 18
  134.       Style = tbsSeparator
  135.     end
  136.     object ToolButton1: TToolButton
  137.       Left = 100
  138.       Top = 0
  139.       Width = 23
  140.       Height = 22
  141.       Hint = 'Maximum size 20x20'
  142.       Caption = 'ToolButton1'
  143.       ImageIndex = 1
  144.       ParentShowHint = False
  145.       ShowHint = True
  146.       OnClick = Maximieren1Click
  147.     end
  148.     object ToolButton19: TToolButton
  149.       Left = 123
  150.       Top = 0
  151.       Width = 23
  152.       Height = 22
  153.       Hint = 'Renumber rows/columns'
  154.       Caption = 'ToolButton19'
  155.       ImageIndex = 17
  156.       ParentShowHint = False
  157.       ShowHint = True
  158.       OnClick = ZeilenSpaltenneunummerieren1Click
  159.     end
  160.     object ToolButton21: TToolButton
  161.       Left = 146
  162.       Top = 0
  163.       Width = 23
  164.       Height = 22
  165.       Hint = 'Show all zeros'
  166.       Caption = 'ToolButton21'
  167.       ImageIndex = 15
  168.       ParentShowHint = False
  169.       ShowHint = True
  170.       OnClick = Alle0anzeigen1Click
  171.     end
  172.     object ToolButton2: TToolButton
  173.       Left = 169
  174.       Top = 0
  175.       Width = 8
  176.       Height = 22
  177.       Caption = 'ToolButton2'
  178.       ImageIndex = 3
  179.       Style = tbsSeparator
  180.     end
  181.     object ToolButton4: TToolButton
  182.       Left = 177
  183.       Top = 0
  184.       Width = 23
  185.       Height = 22
  186.       Hint = 'Undo last operation'
  187.       Caption = 'ToolButton4'
  188.       ImageIndex = 3
  189.       ParentShowHint = False
  190.       ShowHint = True
  191.       OnClick = Rckgngig1Click
  192.     end
  193.     object ToolButton5: TToolButton
  194.       Left = 200
  195.       Top = 0
  196.       Width = 8
  197.       Height = 22
  198.       Caption = 'ToolButton5'
  199.       ImageIndex = 3
  200.       Style = tbsSeparator
  201.     end
  202.     object ToolButton6: TToolButton
  203.       Left = 208
  204.       Top = 0
  205.       Width = 23
  206.       Height = 22
  207.       Hint = 'Addition with...'
  208.       Caption = 'ToolButton6'
  209.       ImageIndex = 4
  210.       ParentShowHint = False
  211.       ShowHint = True
  212.       OnClick = ToolButton6Click
  213.     end
  214.     object ToolButton8: TToolButton
  215.       Left = 231
  216.       Top = 0
  217.       Width = 23
  218.       Height = 22
  219.       Hint = 'Subtraction mit...'
  220.       Caption = 'ToolButton8'
  221.       ImageIndex = 5
  222.       ParentShowHint = False
  223.       ShowHint = True
  224.       OnClick = ToolButton6Click
  225.     end
  226.     object ToolButton9: TToolButton
  227.       Left = 254
  228.       Top = 0
  229.       Width = 23
  230.       Height = 22
  231.       Hint = 'Matrix multiplication with...'
  232.       Caption = 'ToolButton9'
  233.       ImageIndex = 6
  234.       ParentShowHint = False
  235.       ShowHint = True
  236.       OnClick = ToolButton6Click
  237.     end
  238.     object ToolButton10: TToolButton
  239.       Left = 277
  240.       Top = 0
  241.       Width = 23
  242.       Height = 22
  243.       Hint = 'Result'
  244.       Caption = 'ToolButton10'
  245.       Enabled = False
  246.       ImageIndex = 7
  247.       ParentShowHint = False
  248.       ShowHint = True
  249.       OnClick = ToolButton10Click
  250.     end
  251.     object ToolButton7: TToolButton
  252.       Left = 300
  253.       Top = 0
  254.       Width = 8
  255.       Height = 22
  256.       Caption = 'ToolButton7'
  257.       ImageIndex = 3
  258.       Style = tbsSeparator
  259.     end
  260.     object ToolButton12: TToolButton
  261.       Left = 308
  262.       Top = 0
  263.       Width = 23
  264.       Height = 22
  265.       Hint = 'Scalar product with...'
  266.       Caption = 'ToolButton12'
  267.       ImageIndex = 9
  268.       ParentShowHint = False
  269.       ShowHint = True
  270.       OnClick = Skalarproduktmit1Click
  271.     end
  272.     object ToolButton11: TToolButton
  273.       Left = 331
  274.       Top = 0
  275.       Width = 23
  276.       Height = 22
  277.       Hint = 'Transpose matrix'
  278.       Caption = 'ToolButton11'
  279.       ImageIndex = 8
  280.       ParentShowHint = False
  281.       ShowHint = True
  282.       OnClick = TransponierteMatrix1Click
  283.     end
  284.     object ToolButton17: TToolButton
  285.       Left = 354
  286.       Top = 0
  287.       Width = 23
  288.       Height = 22
  289.       Hint = 'Rank of matrix'
  290.       Caption = 'ToolButton17'
  291.       ImageIndex = 13
  292.       ParentShowHint = False
  293.       ShowHint = True
  294.       OnClick = RangderMatrix1Click
  295.     end
  296.     object ToolButton20: TToolButton
  297.       Left = 377
  298.       Top = 0
  299.       Width = 23
  300.       Height = 22
  301.       Hint = 'Determinant (3x3)'
  302.       Caption = 'ToolButton20'
  303.       ImageIndex = 16
  304.       ParentShowHint = False
  305.       ShowHint = True
  306.       OnClick = Determinante1Click
  307.     end
  308.     object ToolButton13: TToolButton
  309.       Left = 400
  310.       Top = 0
  311.       Width = 8
  312.       Height = 22
  313.       Caption = 'ToolButton13'
  314.       ImageIndex = 10
  315.       Style = tbsSeparator
  316.     end
  317.     object ToolButton3: TToolButton
  318.       Left = 408
  319.       Top = 0
  320.       Width = 23
  321.       Height = 22
  322.       Hint = 'Gauss algorithm'
  323.       Caption = 'Gau∩┐╜algorithmus'
  324.       ImageIndex = 2
  325.       ParentShowHint = False
  326.       ShowHint = True
  327.       OnClick = Gau1Click
  328.     end
  329.     object ToolButton14: TToolButton
  330.       Left = 431
  331.       Top = 0
  332.       Width = 23
  333.       Height = 22
  334.       Hint = 'Add rows/columns'
  335.       Caption = 'ToolButton14'
  336.       ImageIndex = 10
  337.       ParentShowHint = False
  338.       ShowHint = True
  339.       OnClick = ElementareUmformungTypI1Click
  340.     end
  341.     object ToolButton15: TToolButton
  342.       Left = 454
  343.       Top = 0
  344.       Width = 23
  345.       Height = 22
  346.       Hint = 'Scalar multiplication of rows/columns'
  347.       Caption = 'ToolButton15'
  348.       ImageIndex = 11
  349.       ParentShowHint = False
  350.       ShowHint = True
  351.       OnClick = ElementareUmformungTypII1Click
  352.     end
  353.     object ToolButton16: TToolButton
  354.       Left = 477
  355.       Top = 0
  356.       Width = 23
  357.       Height = 22
  358.       Hint = 'Swap rows/columns'
  359.       Caption = 'ToolButton16'
  360.       ImageIndex = 12
  361.       ParentShowHint = False
  362.       ShowHint = True
  363.       OnClick = ElementareUmformungTypII2Click
  364.     end
  365.     object ToolButton18: TToolButton
  366.       Left = 500
  367.       Top = 0
  368.       Width = 23
  369.       Height = 22
  370.       Hint = 'Advanced transformation'
  371.       Caption = 'ToolButton18'
  372.       ImageIndex = 14
  373.       ParentShowHint = False
  374.       ShowHint = True
  375.       OnClick = Transformierung1Click
  376.     end
  377.     object ToolButton26: TToolButton
  378.       Left = 523
  379.       Top = 0
  380.       Width = 8
  381.       Height = 22
  382.       Caption = 'ToolButton26'
  383.       ImageIndex = 18
  384.       Style = tbsSeparator
  385.     end
  386.     object ToolButton23: TToolButton
  387.       Left = 531
  388.       Top = 0
  389.       Width = 23
  390.       Height = 22
  391.       Hint = 'Copy to memory'
  392.       Caption = 'ToolButton23'
  393.       ImageIndex = 18
  394.       ParentShowHint = False
  395.       ShowHint = True
  396.       OnClick = Zwischenspeichern1Click
  397.     end
  398.     object ToolButton24: TToolButton
  399.       Left = 554
  400.       Top = 0
  401.       Width = 23
  402.       Height = 22
  403.       Hint = 'Paste from memory'
  404.       Caption = 'ToolButton24'
  405.       ImageIndex = 19
  406.       ParentShowHint = False
  407.       ShowHint = True
  408.       OnClick = AusZwischenspeichereinfgen1Click
  409.     end
  410.   end
  411.   object StatusBar: TStatusBar
  412.     Left = 0
  413.     Top = 344
  414.     Width = 633
  415.     Height = 23
  416.     Panels = <>
  417.     SimplePanel = True
  418.     SizeGrip = False
  419.   end
  420.   object MainMenu: TMainMenu
  421.     Left = 416
  422.     Top = 280
  423.     object Bearbeiten1: TMenuItem
  424.       Caption = '&Matrix'
  425.       HelpContext = 111
  426.       object NeueMatrix1: TMenuItem
  427.         Caption = '&New'
  428.         HelpContext = 111
  429.         ShortCut = 16462
  430.         OnClick = NeueMatrix1Click
  431.       end
  432.       object ffnen1: TMenuItem
  433.         Caption = '&Open...'
  434.         HelpContext = 119
  435.         ShortCut = 16463
  436.         OnClick = ffnen1Click
  437.       end
  438.       object Speichernals1: TMenuItem
  439.         Caption = '&Save as...'
  440.         HelpContext = 119
  441.         ShortCut = 16467
  442.         OnClick = Speichernals1Click
  443.       end
  444.       object AlsHTMLTabelleexportieren1: TMenuItem
  445.         Caption = '&Export matrix as HTML table'
  446.         HelpContext = 117
  447.         ShortCut = 16472
  448.         OnClick = AlsHTMLTabelleexportieren1Click
  449.       end
  450.       object N7: TMenuItem
  451.         Caption = '-'
  452.       end
  453.       object Zwischenspeichern1: TMenuItem
  454.         Caption = '&Copy to memory'
  455.         HelpContext = 118
  456.         ShortCut = 16451
  457.         OnClick = Zwischenspeichern1Click
  458.       end
  459.       object AusZwischenspeichereinfgen1: TMenuItem
  460.         Caption = '&Paste from memory'
  461.         HelpContext = 118
  462.         ShortCut = 16470
  463.         OnClick = AusZwischenspeichereinfgen1Click
  464.       end
  465.       object N9: TMenuItem
  466.         Caption = '-'
  467.       end
  468.       object Maximieren1: TMenuItem
  469.         Caption = '&Maximum size (20x20)'
  470.         HelpContext = 112
  471.         ShortCut = 16453
  472.         OnClick = Maximieren1Click
  473.       end
  474.       object ZeilenSpaltenneunummerieren1: TMenuItem
  475.         Caption = '&Renumber rows/columns'
  476.         HelpContext = 116
  477.         ShortCut = 122
  478.         OnClick = ZeilenSpaltenneunummerieren1Click
  479.       end
  480.       object Alle0anzeigen1: TMenuItem
  481.         Caption = '&Show all zeros'
  482.         HelpContext = 114
  483.         ShortCut = 16432
  484.         OnClick = Alle0anzeigen1Click
  485.       end
  486.       object N5: TMenuItem
  487.         Caption = '-'
  488.         Enabled = False
  489.       end
  490.       object Einstellungen1: TMenuItem
  491.         Caption = 'O&ptions'
  492.         HelpContext = 113
  493.         ShortCut = 113
  494.         OnClick = Einstellungen1Click
  495.       end
  496.       object WindowsRechner1: TMenuItem
  497.         Caption = 'Run Windows &Calculator'
  498.         HelpContext = 115
  499.         ShortCut = 123
  500.         OnClick = WindowsRechner1Click
  501.       end
  502.       object N1: TMenuItem
  503.         Caption = '-'
  504.         Enabled = False
  505.       end
  506.       object Beenden1: TMenuItem
  507.         Caption = 'E&xit'
  508.         ShortCut = 32883
  509.         OnClick = Beenden1Click
  510.       end
  511.     end
  512.     object Matrix1: TMenuItem
  513.       Caption = '&Operations'
  514.       HelpContext = 201
  515.       object Rckgngig1: TMenuItem
  516.         Caption = '&Undo'
  517.         Enabled = False
  518.         HelpContext = 121
  519.         ShortCut = 16474
  520.         OnClick = Rckgngig1Click
  521.       end
  522.       object N2: TMenuItem
  523.         Caption = '-'
  524.         Enabled = False
  525.       end
  526.       object Add1: TMenuItem
  527.         Caption = '&Addition with...'
  528.         HelpContext = 123
  529.         ShortCut = 16449
  530.         OnClick = ToolButton6Click
  531.       end
  532.       object Sub1: TMenuItem
  533.         Caption = '&Subtraction with...'
  534.         HelpContext = 123
  535.         ShortCut = 16469
  536.         OnClick = ToolButton6Click
  537.       end
  538.       object Mult1: TMenuItem
  539.         Caption = '&Matrix-Multiplication mit...'
  540.         HelpContext = 123
  541.         ShortCut = 16461
  542.         OnClick = ToolButton6Click
  543.       end
  544.       object Ergebnis1: TMenuItem
  545.         Caption = '&Result'
  546.         Enabled = False
  547.         HelpContext = 123
  548.         ShortCut = 16466
  549.         OnClick = ToolButton10Click
  550.       end
  551.       object Skalarproduktmit1: TMenuItem
  552.         Caption = 'S&calar Produkt with...'
  553.         HelpContext = 126
  554.         ShortCut = 16459
  555.         OnClick = Skalarproduktmit1Click
  556.       end
  557.       object N4: TMenuItem
  558.         Caption = '-'
  559.         Enabled = False
  560.       end
  561.       object TransponierteMatrix1: TMenuItem
  562.         Caption = '&Transpose'
  563.         HelpContext = 124
  564.         ShortCut = 16468
  565.         OnClick = TransponierteMatrix1Click
  566.       end
  567.       object RangderMatrix1: TMenuItem
  568.         Caption = 'Ra&nk of matrix'
  569.         HelpContext = 122
  570.         ShortCut = 115
  571.         OnClick = RangderMatrix1Click
  572.       end
  573.       object Determinante1: TMenuItem
  574.         Caption = '&Determinant (3x3)'
  575.         HelpContext = 127
  576.         ShortCut = 116
  577.         OnClick = Determinante1Click
  578.       end
  579.     end
  580.     object Umformungen1: TMenuItem
  581.       Caption = '&Transformations'
  582.       object Gaualgorithmus1: TMenuItem
  583.         Caption = '&Gau∩┐╜algorithmus'
  584.         HelpContext = 131
  585.         ShortCut = 114
  586.         OnClick = Gau1Click
  587.       end
  588.       object N8: TMenuItem
  589.         Caption = '-'
  590.         Enabled = False
  591.       end
  592.       object ElementareUmformungTypI1: TMenuItem
  593.         Caption = '&Add rows/columns'
  594.         HelpContext = 132
  595.         ShortCut = 16433
  596.         OnClick = ElementareUmformungTypI1Click
  597.       end
  598.       object ElementareUmformungTypII1: TMenuItem
  599.         Caption = '&Scalar multiplication of rows/columns'
  600.         HelpContext = 132
  601.         ShortCut = 16434
  602.         OnClick = ElementareUmformungTypII1Click
  603.       end
  604.       object ElementareUmformungTypIII1: TMenuItem
  605.         Caption = 'S&wap rows/columns'
  606.         HelpContext = 132
  607.         ShortCut = 16435
  608.         OnClick = ElementareUmformungTypII2Click
  609.       end
  610.       object N6: TMenuItem
  611.         Caption = '-'
  612.         Enabled = False
  613.       end
  614.       object Transformierung1: TMenuItem
  615.         Caption = '&Advanced Transformation'
  616.         HelpContext = 133
  617.         ShortCut = 119
  618.         OnClick = Transformierung1Click
  619.       end
  620.     end
  621.     object Hilfe1: TMenuItem
  622.       Caption = '&Help'
  623.       HelpContext = 204
  624.       object Inhalt1: TMenuItem
  625.         Caption = '&Contents'
  626.         ShortCut = 112
  627.         OnClick = Inhalt1Click
  628.       end
  629.       object N3: TMenuItem
  630.         Caption = '-'
  631.         Enabled = False
  632.       end
  633.       object Info1: TMenuItem
  634.         Caption = '&About...'
  635.         HelpContext = 204
  636.         OnClick = Info1Click
  637.       end
  638.     end
  639.   end
  640.   object ToolBarImageList: TImageList
  641.     Left = 448
  642.     Top = 280
  643.     Bitmap = {
  644.       494C010117001800040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  645.       0000000000003600000028000000400000006000000001001000000000000030
  646.       0000000000000000000000000000000000000000000000000000000000000000
  647.       0000000000000000000000000000000000000000000000000000000000000000
  648.       0000000000000000000000000000000000000000000000000000000000000000
  649.       000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
  650.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000
  651.       0000000000000000000000000000000000000000000000000000000000000000
  652.       0000000000000000000000000000000000000000000000000000000000000000
  653.       000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
  654.       FF7FFF7FFF7FFF7FFF7FFF7F1F00FF7FFF7F00001F00000000001F0000001F00
  655.       00001F000000000000001F001F001F001F000000000000000000000000000000
  656.       00000000000000000000000000000000000000000000E03DE03D000000000000
  657.       000000000000000000000000E03D00000000FF7FFF7FFF7FFF7FFF7F1042FF7F
  658.       FF7FFF7F1863FF7FFF7FFF7F1042FF7FFF7F00001F00000000001F0000001F00
  659.       00001F000000000000001F001F000000000000000000E03DE03DE03DE03DE03D
  660.       E03DE03DE03DE03D0000000000000000000000000000E03DE03D000000000000
  661.       000000000000000000000000E03D00000000FF7FFF7F1863FF7FFF7FFF7F1042
  662.       1F00FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00001F001F001F001F0000001F00
  663.       00001F0000001F0000001F001F00000000000000E07F0000E03DE03DE03DE03D
  664.       E03DE03DE03DE03DE03D000000000000000000000000E03DE03D000000000000
  665.       000000000000000000000000E03D00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
  666.       FF7FFF7FFF7FFF7FFF7FFF7F1F00FF7FFF7F00001F00000000001F0000001F00
  667.       00001F001F0000001F001F001F00000000000000FF7FE07F0000E03DE03DE03D
  668.       E03DE03DE03DE03DE03DE03D00000000000000000000E03DE03D000000000000
  669.       000000000000000000000000E03D00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
  670.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00001F00000000001F001F001F00
  671.       1F001F000000000000001F001F00000000000000E07FFF7FE07F0000E03DE03D
  672.       E03DE03DE03DE03DE03DE03DE03D0000000000000000E03DE03DE03DE03DE03D
  673.       E03DE03DE03DE03DE03DE03DE03D00000000FF7FFF7F1863FF7F1F001F001042
  674.       1F001F00FF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000
  675.       0000000000000000000000000000000000000000FF7FE07FFF7FE07F00000000
  676.       00000000000000000000000000000000000000000000E03DE03D000000000000
  677.       00000000000000000000E03DE03D00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
  678.       FF7FFF7FFF7FFF7FFF7FFF7F1F00FF7F1F000000000000000000000000000000
  679.       00000000000000000000007C0000000000000000E07FFF7FE07FFF7FE07FFF7F
  680.       E07FFF7FE07F00000000000000000000000000000000E03D0000000000000000
  681.       000000000000000000000000E03D00000000FF7FFF7FFF7FFF7FFF7F10421042
  682.       1042104210421042104210421042FF7FFF7F00000000FF7FFF7FFF7FFF7F0000
  683.       0000000000000000007C007C007C000000000000FF7FE07FFF7FE07FFF7FE07F
  684.       FF7FE07FFF7F00000000000000000000000000000000E03D0000000000000000
  685.       000000000000000000000000E03D000000001042104210421042104210421042
  686.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7F0000
  687.       000000000000007C007C007C007C007C00000000E07FFF7FE07F000000000000
  688.       00000000000000000000000000000000000000000000E03D0000000000000000
  689.       000000000000000000000000E03D00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
  690.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7F0000
  691.       00000000000000000000007C0000000000000000000000000000000000000000
  692.       00000000000000000000000000000000000000000000E03D0000000000000000
  693.       000000000000000000000000E03D00000000FF7FFF7FFF7FFF7FFF7F1042FF7F
  694.       FF7FFF7F1863FF7F1F001F0010421F00FF7F00000000FF7FFF7FFF7FFF7F0000
  695.       0000007C007C007C007C007C0000000000000000000000000000000000000000
  696.       00000000000000000000000000000000000000000000E03D0000000000000000
  697.       000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
  698.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7F00000000
  699.       0000000000000000000000000000000000000000000000000000000000000000
  700.       00000000000000000000000000000000000000000000E03D0000000000000000
  701.       000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
  702.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000
  703.       0000000000000000000000000000000000000000000000000000000000000000
  704.       0000000000000000000000000000000000000000000000000000000000000000
  705.       000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F1042FF7F
  706.       FF7FFF7F1863FF7FFF7FFF7F10421F00FF7F0000000000000000000000000000
  707.       0000000000000000000000000000000000000000000000000000000000000000
  708.       0000000000000000000000000000000000000000000000000000000000000000
  709.       000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
  710.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000
  711.       0000000000000000000000000000000000000000000000000000000000000000
  712.       0000000000000000000000000000000000000000000000000000000000000000
  713.       0000000000000000000000000000000000000000000000000000000000000000
  714.       0000000000000000000000000000000000000000000000000000000000000000
  715.       0000000000000000000000000000000000000000000000000000000000000000
  716.       0000000000000000000000000000000000000000000000000000000000000000
  717.       0000000000000000000000000000000000000000000000000000000000000000
  718.       0000000000000000000000000000000000000000000000000000000000000000
  719.       0000000000000000000000000000000000000000000000000000000000000000
  720.       0000000000000000000000000000000000000000000000000000000000000000
  721.       0000000000000000000000000000000000000000000000000000000000000000
  722.       000000000000000000000000000000000000000000001F000000000000000000
  723.       00000000000000000000000000001F0000000000000000000000000000000000
  724.       00000000000000000000000000000000000000000000000000001F001F000000
  725.       0000000000001F001F0000000000000000001F001F000000000000001F001F00
  726.       000000001F001F000000000000001F001F00000000001F000000000000000000
  727.       00000000000000000000000000001F0000000000000000000000000000001F00
  728.       0000000000001F0000001F0000000000000000000000000000001F001F000000
  729.       0000000000001F001F0000000000000000001F001F000000000000001F001F00
  730.       000000001F001F000000000000001F001F00000000001F000000000000000000
  731.       00000000000000000000000000001F0000000000000000000000000000000000
  732.       1F0000001F00000000001F0000000000000000000000000000001F001F000000
  733.       0000000000001F001F0000000000000000001F001F000000000000001F001F00
  734.       000000001F001F000000000000001F001F00000000001F000000000000000000
  735.       00000000000000000000000000001F0000000000000000000000000000000000
  736.       00001F000000000000001F0000000000000000000000000000001F001F000000
  737.       1F001F0000001F001F0000000000000000001F001F0000001F0000001F001F00
  738.       000000001F001F000000000000001F001F00000000001F000000000000000000
  739.       00000000000000000000000000001F0000000000000000000000000000000000
  740.       1F0000001F0000001F0000001F000000000000000000000000001F001F000000
  741.       1F001F0000001F001F0000000000000000001F001F0000001F0000001F001F00
  742.       000000001F001F001F001F001F001F000000000000001F000000000000000000
  743.       00000000000000000000000000001F0000000000000000000000000000001F00
  744.       0000000000001F000000000000001F00000000000000000000001F001F001F00
  745.       1F001F001F001F001F0000000000000000001F001F001F001F001F001F001F00
  746.       000000001F001F000000000000001F001F00000000001F000000000000000000
  747.       00000000000000000000000000001F0000000000000000000000000000000000
  748.       00000000000000000000000000000000000000000000000000001F001F001F00
  749.       000000001F001F001F0000000000000000001F001F001F0000001F001F001F00
  750.       000000001F001F000000000000001F001F00000000001F000000000000000000
  751.       00000000000000000000000000001F0000000000000000000000000000000000
  752.       00000000000000000000000000000000000000000000000000001F001F001F00
  753.       000000001F001F001F0000000000000000001F001F001F0000001F001F001F00
  754.       000000001F001F000000000000001F001F00000000001F000000000000000000
  755.       00000000000000000000000000001F0000000000000000000000000000000000
  756.       00000000000000000000000000000000000000000000000000001F001F000000
  757.       0000000000001F001F0000000000000000001F001F000000000000001F001F00
  758.       000000001F001F001F001F001F001F0000000000000000000000000000000000
  759.       0000000000000000000000000000000000000000000000000000000000000000
  760.       0000000000000000000000000000000000000000000000000000000000000000
  761.       0000000000000000000000000000000000000000000000000000000000000000
  762.       0000000000000000000000000000000000000000000000000000000000000000
  763.       0000000000000000000000000000000000000000000000000000000000000000
  764.       0000000000000000000000000000000000000000000000000000000000000000
  765.       0000000000000000000000000000000000000000000000000000000000000000
  766.       0000000000000000000000000000000000000000000000000000000000000000
  767.       0000000000000000000000000000000000000000000000000000000000000000
  768.       0000000000000000000000000000000000000000000000000000000000000000
  769.       0000000000000000000000000000000000000000000000000000000000000000
  770.       0000000000000000000000000000000000000000000000000000000000000000
  771.       0000000000000000000000000000000000000000000000000000000000000000
  772.       0000000000000000000000000000000000000000000000000000000000000000
  773.       0000000000000000000000000000000000000000000000000000000000000000
  774.       0000000000000000000000000000000000000000000000000000000000000000
  775.       0000000000000000000000000000000000000000000000000000000000000000
  776.       000000001F001F001F0000000000000000000000000000000000000000000000
  777.       0000000000000000000000000000000000000000000000000000000000000000
  778.       0000000000000000000000000000000000000000104210421042104210421042
  779.       1042104210420000000000000000000000000000000000000000000000000000
  780.       00001F000000000000001F000000000000000000000000000000000000000000
  781.       0000000000000000000000000000000000000000000000000000000000000000
  782.       00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
  783.       FF7FFF7F10420000000000000000000000000000000000000000000000000000
  784.       000000000000000000001F00000000000000000000001F000000000000001F00
  785.       00000000000000001F0000000000000000000000000000000000000000000000
  786.       00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
  787.       FF7FFF7F10420000000000000000000000000000000000001F00000000000000
  788.       000000001F001F001F001F000000000000000000000000001F0000001F000000
  789.       0000000000000000000000000000000000000000000000000000000000000000
  790.       00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
  791.       FF7FFF7F10420000000000000000000000000000000000001F00000000000000
  792.       00001F000000000000001F0000000000000000000000000000001F0000000000
  793.       000000001F001F001F001F001F00000000000000000000000000000000000000
  794.       00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
  795.       FF7FFF7F10420000000000000000000000000000000000001F00000000000000
  796.       00001F000000000000001F000000000000000000000000001F0000001F000000
  797.       0000000000000000000000000000000000000000000000000000104200000000
  798.       0000000000000000000000000000000000000000104210421042104210421042
  799.       1042104210420000000000000000000000000000000000001F00000000000000
  800.       00001F000000000000001F00000000000000000000001F000000000000001F00
  801.       00000000000000001F0000000000000000000000000000000000104210420000
  802.       0000000000000000000000000000000000000000000000000000000000000000
  803.       0000000000000000000000000000000000000000000000001F001F0000000000
  804.       00001F000000000000001F000000000000000000000000000000000000000000
  805.       0000000000000000000000000000000000000000000000000000104210420000
  806.       0000000000000000000000000000000000000000000000000000000000000000
  807.       0000000000000000000000000000000000000000000000001F0000001F001F00
  808.       000000001F001F001F001F000000000000000000000000000000000000000000
  809.       0000000000000000000000000000000000000000000000000000104210420000
  810.       0000000000000000000000000000000000000000104210421042104210421042
  811.       1042104210420000000000000000000000000000000000000000000000000000
  812.       00000000000000000000000000000000000000000000000000001F0000000000
  813.       0000000000000000000000000000000000000000000000000000104210420000
  814.       00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
  815.       FF7FFF7F10420000000000000000000000000000000000000000000000000000
  816.       00000000000000000000000000000000000000000000000000001F0000000000
  817.       0000000000000000000000000000000000000000000000000000104210420000
  818.       00000000104210420000000000000000000000001042FF7FFF7FFF7F1863FF7F
  819.       FF7FFF7F10420000000000000000000000000000000000000000000000000000
  820.       000000000000000000000000000000000000000000001F001F001F001F001F00
  821.       000000001F001F001F001F001F00000000000000000000000000000010421042
  822.       10421042104200000000000000000000000000001042FF7FFF7FFF7F1863FF7F
  823.       FF7FFF7F10420000000000000000000000000000000000000000000000000000
  824.       00000000000000000000000000000000000000000000000000001F0000000000
  825.       0000000000000000000000000000000000000000000000000000000000000000
  826.       00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
  827.       FF7FFF7F10420000000000000000000000000000000000000000000000000000
  828.       00000000000000000000000000000000000000000000000000001F0000000000
  829.       0000000000000000000000000000000000000000000000000000000000000000
  830.       0000000000000000000000000000000000000000104210421042104210421042
  831.       1042104210420000000000000000000000000000000000000000000000000000
  832.       0000000000000000000000000000000000000000000000000000000000000000
  833.       0000000000000000000000000000000000000000000000000000000000000000
  834.       0000000000000000000000000000000000000000000000000000000000000000
  835.       0000000000000000000000000000000000000000000000000000000000000000
  836.       0000000000000000000000000000000000000000000000000000000000000000
  837.       0000000000000000000000000000000000000000000000000000000000000000
  838.       0000000000000000000000000000000000000000000000000000000000000000
  839.       0000000000000000000000000000000000000000000000000000000000000000
  840.       0000000000000000000000000000000000000000000000000000000000000000
  841.       0000000000000000000000000000000000000000000000000000000000000000
  842.       0000000000000000000000000000000000000000000000000000000000000000
  843.       0000000000000000000000000000000000000000000000000000000000000000
  844.       0000000000000000000000000000000000000000104210421042104210421042
  845.       1042104210420000000000000000000000000000000000000000000000000000
  846.       0000000000000000000000000000000000000000000000000000000000000000
  847.       0000000000000000000000000000000000000000000000000000000000000000
  848.       00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
  849.       FF7FFF7F10420000000000000000000000000000000000000000000000000000
  850.       0000000000000000000000000000000000000000000000000000000000000000
  851.       00000000000000000000000000000000000000001F0000000000000000000000
  852.       00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
  853.       FF7FFF7F10420000000000000000000000000000000000000000000000000000
  854.       0000000000000000000000000000000000000000000000000000000000000000
  855.       00000000000000000000000000000000000000001F0000000000000000000000
  856.       00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
  857.       FF7FFF7F10420000000000000000000000000000000000000000000000000000
  858.       0000000000000000000000000000000000000000000000000000000000000000
  859.       00000000000000000000000000000000000000001F000000000000001F001F00
  860.       00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
  861.       FF7FFF7F10420000000000000000000000000000000010421042104210421042
  862.       1042104210421042000000000000000000000000000000000000000000000000
  863.       00000000000000000000000000000000000000001F000000000000001F001F00
  864.       0000000000000000000000000000000000000000104210421042104210421042
  865.       104210421042000000000000000000000000000000001042FF7FFF7FFF7F1863
  866.       FF7FFF7FFF7F10421F0000000000000000000000000000000000000000000000
  867.       00000000000000000000000000000000000000001F001F000000000000000000
  868.       0000000000000000000000000000000000000000000000000000000000000000
  869.       000000000000000000000000000000000000000000001042FF7FFF7FFF7F1863
  870.       FF7F1F001F0010421F0000000000000000000000000000000000000000000000
  871.       00000000000000000000000000000000000000001F0000001F001F0000000000
  872.       0000000000000000000000000000000000000000000000000000000000000000
  873.       000000000000000000000000000000000000000000001042FF7FFF7FFF7F1863
  874.       FF7F1F001F0010421F001F000000000000000000000000000000000000000000
  875.       00000000000000001F0000000000000000000000000000000000000000000000
  876.       0000000000000000000000000000000000000000104210421042104210421042
  877.       104210421042000000000000000000000000000000001042FF7FFF7FFF7F1863
  878.       FF7FFF7FFF7F10421F0000001F001F0000000000000000000000000000000000
  879.       00000000000000001F0000000000000000000000000000000000000000000000
  880.       00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
  881.       FF7FFF7F10421F00000000000000000000000000000010421042104210421042
  882.       1042104210421042000000000000000000000000000000000000000000000000
  883.       00000000000000001F0000000000000000000000000000000000000000000000
  884.       00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
  885.       1F001F0010421F00000000000000000000000000000000000000000000000000
  886.       0000000000000000000000000000000000000000000000000000000000000000
  887.       00000000000000001F0000000000000000000000000000000000000000000000
  888.       00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
  889.       1F001F0010421F001F0000000000000000000000000000000000000000000000
  890.       0000000000000000000000000000000000000000000000000000000000000000
  891.       000000001F001F001F001F001F00000000000000000000000000000000000000
  892.       00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
  893.       FF7FFF7F10421F0000001F001F00000000000000000000000000000000000000
  894.       0000000000000000000000000000000000000000000000000000000000000000
  895.       0000000000000000000000000000000000000000000000000000000000000000
  896.       0000000000000000000000000000000000000000104210421042104210421042
  897.       1042104210420000000000000000000000000000000000000000000000000000
  898.       0000000000000000000000000000000000000000000000000000000000000000
  899.       0000000000000000000000000000000000000000000000000000000000000000
  900.       0000000000000000000000000000000000000000000000000000000000000000
  901.       0000000000000000000000000000000000000000000000000000000000000000
  902.       0000000000000000000000000000000000000000000000000000000000000000
  903.       0000000000000000000000000000000000000000000000000000000000000000
  904.       0000000000000000000000000000000000000000000000000000000000000000
  905.       0000000000000000000000000000000000000000000000000000000000000000
  906.       0000000000000000000000000000000000000000000000000000000000000000
  907.       0000000000000000000000000000000000000000000000000000000000000000
  908.       0000000000000000000000000000000000000000000000000000000000000000
  909.       0000000000000000000000000000000000000000000000000000000000000000
  910.       0000000000000000000000000000000000000000000000000000000000000000
  911.       0000000000000000000000000000000000000000000000000000000000000000
  912.       0000000000000000000000000000000000000000000000000000000000000000
  913.       0000000000000000000000000000000000000000000000000000000000000000
  914.       0000000000000000000000000000000000000000000000000000000000000000
  915.       10001F00FF7F0000000000000000000000000000000000000000000000000000
  916.       0000000000000000000000000000000000000000000010001F00FF7F00000000
  917.       000000000000000010001F00FF7F000000000000000000000000000000000000
  918.       0000000000000000000000000000000000000000000000000000000000000000
  919.       10001F00FF7F0000000000000000000000000000000000000000000000000000
  920.       00000000000000000000000000000000000000000000000010001F00FF7F0000
  921.       00000000000010001F00FF7F000000000000000000000000FF7FFF7FFF7FFF7F
  922.       FF7FFF7FFF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000
  923.       10001F00FF7F0000000000000000000000000000000000000000000000000000
  924.       000000000000000000000000000000000000000000000000000010001F00FF7F
  925.       0000000010001F00FF7F00000000000000000000000000001F001F001F001F00
  926.       1F001F001F001F001F001F00FF7F000000000000000000000000000000000000
  927.       10001F00FF7F000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  928.       FF7FFF7FFF7FFF7FFF7FFF7FFF7F000000000000000000000000000010001F00
  929.       FF7F10001F00FF7F000000000000000000000000000000001000100010001000
  930.       100010001000100010001F00FF7F000000000000000000001000100010001000
  931.       100010001000100010001000FF7F000000000000000000001F001F001F001F00
  932.       1F001F001F001F001F001F00FF7F000000000000000000000000000000001000
  933.       10001F00FF7F0000000000000000000000000000000000000000000000000000
  934.       0000000000000000000000000000000000000000000000001F001F001F001F00
  935.       10001F001F001F001F001F00FF7F000000000000000000001000100010001000
  936.       100010001000100010001F00FF7F000000000000000000000000000000001000
  937.       10001F00FF7F000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  938.       FF7FFF7FFF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000
  939.       10001F00FF7F0000000000000000000000000000000000000000000000000000
  940.       0000000000000000000000000000000000000000000000000000000010001F00
  941.       FF7F10001F00FF7F000000000000000000000000000000001F001F001F001F00
  942.       1F001F001F001F001F001F00FF7F000000000000000000000000000000000000
  943.       10001F00FF7F0000000000000000000000000000000000000000000000000000
  944.       000000000000000000000000000000000000000000000000000010001F00FF7F
  945.       0000000010001F00FF7F00000000000000000000000000001000100010001000
  946.       100010001000100010001F00FF7F000000000000000000000000000000000000
  947.       10001F00FF7F0000000000000000000000000000000000000000000000000000
  948.       00000000000000000000000000000000000000000000000010001F00FF7F0000
  949.       00000000000010001F00FF7F0000000000000000000000000000000000000000
  950.       0000000000000000000000000000000000000000000000000000000000000000
  951.       10001F00FF7F0000000000000000000000000000000000000000000000000000
  952.       0000000000000000000000000000000000000000000010001F00FF7F00000000
  953.       000000000000000010001F00FF7F000000000000000000000000000000000000
  954.       0000000000000000000000000000000000000000000000000000000000000000
  955.       0000000000000000000000000000000000000000000000000000000000000000
  956.       0000000000000000000000000000000000000000000000000000000000000000
  957.       0000000000000000000000000000000000000000000000000000000000000000
  958.       0000000000000000000000000000000000000000000000000000000000000000
  959.       0000000000000000000000000000000000000000000000000000000000000000
  960.       0000000000000000000000000000000000000000000000000000000000000000
  961.       0000000000000000000000000000000000000000000000000000000000000000
  962.       0000000000000000000000000000000000000000000000000000000000000000
  963.       0000000000000000000000000000000000000000000000000000000000000000
  964.       0000000000000000000000000000000000000000000000000000000000000000
  965.       0000000000000000000000000000000000000000000000000000000000000000
  966.       0000000000000000000000000000000000000000000000000000000000000000
  967.       0000000000000000000000000000000000000000000000000000000000000000
  968.       0000000000000000000000000000000000000000000000000000000000000000
  969.       0000000000000000000000000000000000000000000000000000000000000000
  970.       0000000000000000000000000000000000000000000000000000000000000000
  971.       0000000000000000000000000000000000000000000000000000000000000000
  972.       0000000000000000000000000000000000000000000000000000000000000000
  973.       0000000000000000000000000000000000000000000000000000000000000000
  974.       0000000000000000000000000000000000000000000000000000000000000000
  975.       0000000000000000000000000000000000000000000000000000000010421042
  976.       10421042104210421042104210420000000000000000000000001F001F001F00
  977.       000000000000000000001F000000000000000000000000000000000000000000
  978.       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  979.       FF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000FF7F
  980.       FF7FFF7FFF7FFF7FFF7FFF7F1042000000000000000000001F00000000000000
  981.       1F0000000000000000001F000000000000000000000000000000000000000000
  982.       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  983.       FF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000FF7F0000
  984.       FF7FFF7FFF7FFF7FFF7FFF7F1042000000000000000000001F00000000000000
  985.       1F00000000001F0000001F000000000000000000000000000000000000000000
  986.       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  987.       FF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000FF7FFF7F
  988.       FF7FFF7FFF7FFF7FFF7FFF7F1042000000000000000000001F00000000000000
  989.       1F000000000000001F001F000000000000000000000000000000000000000000
  990.       000000400040000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  991.       FF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000FF7FFF7F
  992.       FF7FFF7FFF7FFF7FFF7FFF7F10420000000000000000000000001F001F001F00
  993.       000000000000000000001F000000000000000000000000000000000000000000
  994.       007C007C007C004000000000000000000000000000000000FF7FFF7FFF7FFF7F
  995.       FF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000FF7FFF7F
  996.       FF7FFF7FFF7FFF7FFF7FFF7F1042000000000000000000000000000000000000
  997.       0000000000000000000000000000000000000000000000000000000000000000
  998.       007C007C007C007C00400000000000000000000000000000FF7FFF7FFF7FFF7F
  999.       FF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000FF7FFF7F
  1000.       FF7FFF7FFF7FFF7FFF7FFF7F1042000000000000000000000000000000000000
  1001.       0000000000000000000000000000000000000000000000000000000000000000
  1002.       0000007C007C007C00000042000000000000000000000000FF7FFF7FFF7FFF7F
  1003.       FF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000FF7FFF7F
  1004.       FF7FFF7FFF7FFF7F0000FF7F104200000000000000000000000000001F000000
  1005.       0000000000001F001F001F000000000000000000000000000000000000000000
  1006.       00000000007C0000E07F0000004200000000000000000000FF7FFF7FFF7FFF7F
  1007.       FF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000FF7FFF7F
  1008.       FF7FFF7FFF7FFF7FFF7F0000104200000000000000000000000000001F000000
  1009.       000000001F000000000000001F00000000000000000000000000000000000000
  1010.       000000000000E07F0000E07F000000420000000000000000FF7FFF7FFF7FFF7F
  1011.       FF7FFF7F00000000000000000000000000000000000000000000000000000000
  1012.       0000000000000000000000000000000000000000000000001F0000001F000000
  1013.       000000001F000000000000001F00000000000000000000000000000000000000
  1014.       0000000000000000E07F0000E07F00420042000000000000FF7FFF7FFF7FFF7F
  1015.       FF7FFF7F0000FF7F000000000000000000000000000000000000000000000000
  1016.       00000000000000000000000000000000000000000000000000001F001F000000
  1017.       000000001F000000000000001F00000000000000000000000000000000000000
  1018.       00000000000000000000E07FE07FE07F0042000000000000FF7FFF7FFF7FFF7F
  1019.       FF7FFF7F00000000000000000000000000000000000000000000000000000000
  1020.       000000000000000000000000000000000000000000000000000000001F000000
  1021.       0000000000001F001F001F000000000000000000000000000000000000000000
  1022.       000000000000000000000000E07FE07FE07F0000000000000000000000000000
  1023.       0000000000000000000000000000000000000000000000000000000000000000
  1024.       0000000000000000000000000000000000000000000000000000000000000000
  1025.       0000000000000000000000000000000000000000000000000000000000000000
  1026.       0000000000000000000000000000E07FE07F0000000000000000000000000000
  1027.       0000000000000000000000000000000000000000000000000000000000000000
  1028.       0000000000000000000000000000000000000000000000000000000000000000
  1029.       0000000000000000000000000000000000000000000000000000000000000000
  1030.       00000000000000000000000000000000E07F424D3E000000000000003E000000
  1031.       2800000040000000600000000100010000000000000300000000000000000000
  1032.       000000000000000000000000FFFFFF00FFFFFFFFFFFF0000FFFFFFFFC001E0DF
  1033.       B570001F8031E0DFB573000F8031A0DF8553000780310000B52300038001E0FF
  1034.       B07300018001E0FFFFFF00008001A0F781F7001F8FF1000081E3001F8FF120FF
  1035.       81C1001F8FF120FF81F78FF18FF100F78107FFF98FF1000083FFFF758FF540F9
  1036.       87FFFF8F800140F9FFFFFFFFFFFF60F1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1037.       FFFFEFFFFFFFFFFFD9CDC7FFF3CF399CD9CDA9D7F3CF399CD9CDEEB7F3CF399C
  1038.       D80DEF77F24F299CD9CDEEABF24F2981D9CDEDDDF00F019CDC9DEFDFF18F119C
  1039.       DE3DEFEFF18F119CDF7DE007F3CF3981FFFFFFEFFFFFFFFFFFFFFFDFFFFFFFFF
  1040.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8FFFFFFFFF8037FF77FFFFFFFF
  1041.       802FFFF7DDEFFFFF8001EF87EBFFF83F802DEF77F783F39F8035EF77EBFFF39F
  1042.       803DEF77DDEFF19FFFFDE777FFFFF29FFFFDE987FFFFF31F8035FFFFF7FFF39F
  1043.       802DFFFFF7FFF39F8001FFFFC183F83F802FFFFFF7FFFFFF8037FFFFF7FFFFFF
  1044.       803FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8037FFFF
  1045.       FFFFFFFF802FFFFFE73FBF398001FFFFE73FBF39802DFFFFE73FB9398035C01F
  1046.       E03FB901803DC00FE73F9F39FFFDC00FE73FA739FFFDC007F26FFF93803DC009
  1047.       F8EFFFC7801DC01FFDEFFFEF8019FFFFFFEFFFFF800FFFFFFF83FFFF8013FFFF
  1048.       FFFFFFFF803FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1049.       FFFFFFFFFFFFFFFFFE3FFFFFC7E3FFFFFE3FFFFFE3C7E003FE3FFFFFF18FE003
  1050.       FE3FE003F81FE003E003E003FC3FFFFFE003E003FC3FE003FE3FFFFFF81FE003
  1051.       FE3FFFFFF18FE003FE3FFFFFE3C7FFFFFE3FFFFFC7E3FFFFFFFFFFFFFFFFFFFF
  1052.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF847FFFFFFFFFFFFF00EF
  1053.       C007F003F0F331BFC007E003E67339FFC007D003E643993FC007F003E663CA1F
  1054.       C007F003F0F3F40FC007F003FFFF9C07C007F003FFFF9603C007F003F9C3CB01
  1055.       C007F003F999FF80C007F003E199F7C0C00FFFF7F199FFE0C01FFFEFF9C3EFF0
  1056.       C03FFFFFFFFFFFF8FFFFFFFFFFFFFFFC00000000000000000000000000000000
  1057.       000000000000}
  1058.   end
  1059.   object MatrixHTMLExportDlg: TSaveDialog
  1060.     DefaultExt = 'htm'
  1061.     Filter = 'HTML documents (*.htm)|htm'
  1062.     Options = [ofHideReadOnly, ofNoChangeDir]
  1063.     Title = 'Save as HTML table...'
  1064.     Left = 480
  1065.     Top = 282
  1066.   end
  1067.   object MatrixSaveDlg: TSaveDialog
  1068.     DefaultExt = 'mtx'
  1069.     Filter = 'Matrix files (*.mtx)|*.mtx'
  1070.     Left = 512
  1071.     Top = 280
  1072.   end
  1073.   object MatrixOpenDlg: TOpenDialog
  1074.     DefaultExt = 'mtx'
  1075.     Filter = 'Matrix files (*.mtx)|*.mtx'
  1076.     Left = 544
  1077.     Top = 280
  1078.   end
  1079. end
  1080.