home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-09-07 | 44.4 KB | 1,080 lines |
- object MainForm: TMainForm
- Left = 235
- Top = 165
- BorderStyle = bsSingle
- Caption = 'Matrix Calculator'
- ClientHeight = 367
- ClientWidth = 633
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HelpFile = 'Matrix.hlp'
- Menu = MainMenu
- Position = poScreenCenter
- Visible = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnResize = FormResize
- PixelsPerInch = 120
- TextHeight = 16
- object MatrixGroupBox: TGroupBox
- Left = 10
- Top = 38
- Width = 615
- Height = 306
- Caption = ' Matrix '
- TabOrder = 0
- object Matrix: TStringGrid
- Left = 10
- Top = 20
- Width = 594
- Height = 276
- ColCount = 21
- DefaultColWidth = 40
- DefaultRowHeight = 15
- RowCount = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goEditing, goTabs, goAlwaysShowEditor, goThumbTracking]
- ParentFont = False
- TabOrder = 0
- OnKeyPress = MatrixKeyPress
- RowHeights = (
- 15
- 15
- 15
- 15
- 15
- 15
- 15
- 15
- 15
- 15
- 15
- 15
- 15
- 15
- 15
- 15
- 15
- 15
- 15
- 15
- 15)
- end
- end
- object ToolBar: TToolBar
- Left = 0
- Top = 0
- Width = 633
- EdgeBorders = [ebTop, ebBottom]
- Flat = True
- Images = ToolBarImageList
- TabOrder = 1
- object MatrixNew: TToolButton
- Left = 0
- Top = 0
- Width = 23
- Height = 22
- Hint = 'New Matrix'
- Caption = 'Neue Matrix'
- ImageIndex = 0
- ParentShowHint = False
- ShowHint = True
- OnClick = NeueMatrix1Click
- end
- object ToolButton27: TToolButton
- Left = 23
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Load matrix from file'
- Caption = 'ToolButton27'
- ImageIndex = 21
- ParentShowHint = False
- ShowHint = True
- OnClick = ffnen1Click
- end
- object ToolButton22: TToolButton
- Left = 46
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Save matrix to file'
- Caption = 'ToolButton22'
- ImageIndex = 22
- ParentShowHint = False
- ShowHint = True
- OnClick = Speichernals1Click
- end
- object ToolButton28: TToolButton
- Left = 69
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Export matrix as HTML table'
- Caption = 'ToolButton28'
- ImageIndex = 20
- ParentShowHint = False
- ShowHint = True
- OnClick = AlsHTMLTabelleexportieren1Click
- end
- object ToolButton25: TToolButton
- Left = 92
- Top = 0
- Width = 8
- Height = 22
- Caption = 'ToolButton25'
- ImageIndex = 18
- Style = tbsSeparator
- end
- object ToolButton1: TToolButton
- Left = 100
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Maximum size 20x20'
- Caption = 'ToolButton1'
- ImageIndex = 1
- ParentShowHint = False
- ShowHint = True
- OnClick = Maximieren1Click
- end
- object ToolButton19: TToolButton
- Left = 123
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Renumber rows/columns'
- Caption = 'ToolButton19'
- ImageIndex = 17
- ParentShowHint = False
- ShowHint = True
- OnClick = ZeilenSpaltenneunummerieren1Click
- end
- object ToolButton21: TToolButton
- Left = 146
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Show all zeros'
- Caption = 'ToolButton21'
- ImageIndex = 15
- ParentShowHint = False
- ShowHint = True
- OnClick = Alle0anzeigen1Click
- end
- object ToolButton2: TToolButton
- Left = 169
- Top = 0
- Width = 8
- Height = 22
- Caption = 'ToolButton2'
- ImageIndex = 3
- Style = tbsSeparator
- end
- object ToolButton4: TToolButton
- Left = 177
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Undo last operation'
- Caption = 'ToolButton4'
- ImageIndex = 3
- ParentShowHint = False
- ShowHint = True
- OnClick = Rckgngig1Click
- end
- object ToolButton5: TToolButton
- Left = 200
- Top = 0
- Width = 8
- Height = 22
- Caption = 'ToolButton5'
- ImageIndex = 3
- Style = tbsSeparator
- end
- object ToolButton6: TToolButton
- Left = 208
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Addition with...'
- Caption = 'ToolButton6'
- ImageIndex = 4
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton6Click
- end
- object ToolButton8: TToolButton
- Left = 231
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Subtraction mit...'
- Caption = 'ToolButton8'
- ImageIndex = 5
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton6Click
- end
- object ToolButton9: TToolButton
- Left = 254
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Matrix multiplication with...'
- Caption = 'ToolButton9'
- ImageIndex = 6
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton6Click
- end
- object ToolButton10: TToolButton
- Left = 277
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Result'
- Caption = 'ToolButton10'
- Enabled = False
- ImageIndex = 7
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton10Click
- end
- object ToolButton7: TToolButton
- Left = 300
- Top = 0
- Width = 8
- Height = 22
- Caption = 'ToolButton7'
- ImageIndex = 3
- Style = tbsSeparator
- end
- object ToolButton12: TToolButton
- Left = 308
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Scalar product with...'
- Caption = 'ToolButton12'
- ImageIndex = 9
- ParentShowHint = False
- ShowHint = True
- OnClick = Skalarproduktmit1Click
- end
- object ToolButton11: TToolButton
- Left = 331
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Transpose matrix'
- Caption = 'ToolButton11'
- ImageIndex = 8
- ParentShowHint = False
- ShowHint = True
- OnClick = TransponierteMatrix1Click
- end
- object ToolButton17: TToolButton
- Left = 354
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Rank of matrix'
- Caption = 'ToolButton17'
- ImageIndex = 13
- ParentShowHint = False
- ShowHint = True
- OnClick = RangderMatrix1Click
- end
- object ToolButton20: TToolButton
- Left = 377
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Determinant (3x3)'
- Caption = 'ToolButton20'
- ImageIndex = 16
- ParentShowHint = False
- ShowHint = True
- OnClick = Determinante1Click
- end
- object ToolButton13: TToolButton
- Left = 400
- Top = 0
- Width = 8
- Height = 22
- Caption = 'ToolButton13'
- ImageIndex = 10
- Style = tbsSeparator
- end
- object ToolButton3: TToolButton
- Left = 408
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Gauss algorithm'
- Caption = 'Gau�algorithmus'
- ImageIndex = 2
- ParentShowHint = False
- ShowHint = True
- OnClick = Gau1Click
- end
- object ToolButton14: TToolButton
- Left = 431
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Add rows/columns'
- Caption = 'ToolButton14'
- ImageIndex = 10
- ParentShowHint = False
- ShowHint = True
- OnClick = ElementareUmformungTypI1Click
- end
- object ToolButton15: TToolButton
- Left = 454
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Scalar multiplication of rows/columns'
- Caption = 'ToolButton15'
- ImageIndex = 11
- ParentShowHint = False
- ShowHint = True
- OnClick = ElementareUmformungTypII1Click
- end
- object ToolButton16: TToolButton
- Left = 477
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Swap rows/columns'
- Caption = 'ToolButton16'
- ImageIndex = 12
- ParentShowHint = False
- ShowHint = True
- OnClick = ElementareUmformungTypII2Click
- end
- object ToolButton18: TToolButton
- Left = 500
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Advanced transformation'
- Caption = 'ToolButton18'
- ImageIndex = 14
- ParentShowHint = False
- ShowHint = True
- OnClick = Transformierung1Click
- end
- object ToolButton26: TToolButton
- Left = 523
- Top = 0
- Width = 8
- Height = 22
- Caption = 'ToolButton26'
- ImageIndex = 18
- Style = tbsSeparator
- end
- object ToolButton23: TToolButton
- Left = 531
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Copy to memory'
- Caption = 'ToolButton23'
- ImageIndex = 18
- ParentShowHint = False
- ShowHint = True
- OnClick = Zwischenspeichern1Click
- end
- object ToolButton24: TToolButton
- Left = 554
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Paste from memory'
- Caption = 'ToolButton24'
- ImageIndex = 19
- ParentShowHint = False
- ShowHint = True
- OnClick = AusZwischenspeichereinfgen1Click
- end
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 344
- Width = 633
- Height = 23
- Panels = <>
- SimplePanel = True
- SizeGrip = False
- end
- object MainMenu: TMainMenu
- Left = 416
- Top = 280
- object Bearbeiten1: TMenuItem
- Caption = '&Matrix'
- HelpContext = 111
- object NeueMatrix1: TMenuItem
- Caption = '&New'
- HelpContext = 111
- ShortCut = 16462
- OnClick = NeueMatrix1Click
- end
- object ffnen1: TMenuItem
- Caption = '&Open...'
- HelpContext = 119
- ShortCut = 16463
- OnClick = ffnen1Click
- end
- object Speichernals1: TMenuItem
- Caption = '&Save as...'
- HelpContext = 119
- ShortCut = 16467
- OnClick = Speichernals1Click
- end
- object AlsHTMLTabelleexportieren1: TMenuItem
- Caption = '&Export matrix as HTML table'
- HelpContext = 117
- ShortCut = 16472
- OnClick = AlsHTMLTabelleexportieren1Click
- end
- object N7: TMenuItem
- Caption = '-'
- end
- object Zwischenspeichern1: TMenuItem
- Caption = '&Copy to memory'
- HelpContext = 118
- ShortCut = 16451
- OnClick = Zwischenspeichern1Click
- end
- object AusZwischenspeichereinfgen1: TMenuItem
- Caption = '&Paste from memory'
- HelpContext = 118
- ShortCut = 16470
- OnClick = AusZwischenspeichereinfgen1Click
- end
- object N9: TMenuItem
- Caption = '-'
- end
- object Maximieren1: TMenuItem
- Caption = '&Maximum size (20x20)'
- HelpContext = 112
- ShortCut = 16453
- OnClick = Maximieren1Click
- end
- object ZeilenSpaltenneunummerieren1: TMenuItem
- Caption = '&Renumber rows/columns'
- HelpContext = 116
- ShortCut = 122
- OnClick = ZeilenSpaltenneunummerieren1Click
- end
- object Alle0anzeigen1: TMenuItem
- Caption = '&Show all zeros'
- HelpContext = 114
- ShortCut = 16432
- OnClick = Alle0anzeigen1Click
- end
- object N5: TMenuItem
- Caption = '-'
- Enabled = False
- end
- object Einstellungen1: TMenuItem
- Caption = 'O&ptions'
- HelpContext = 113
- ShortCut = 113
- OnClick = Einstellungen1Click
- end
- object WindowsRechner1: TMenuItem
- Caption = 'Run Windows &Calculator'
- HelpContext = 115
- ShortCut = 123
- OnClick = WindowsRechner1Click
- end
- object N1: TMenuItem
- Caption = '-'
- Enabled = False
- end
- object Beenden1: TMenuItem
- Caption = 'E&xit'
- ShortCut = 32883
- OnClick = Beenden1Click
- end
- end
- object Matrix1: TMenuItem
- Caption = '&Operations'
- HelpContext = 201
- object Rckgngig1: TMenuItem
- Caption = '&Undo'
- Enabled = False
- HelpContext = 121
- ShortCut = 16474
- OnClick = Rckgngig1Click
- end
- object N2: TMenuItem
- Caption = '-'
- Enabled = False
- end
- object Add1: TMenuItem
- Caption = '&Addition with...'
- HelpContext = 123
- ShortCut = 16449
- OnClick = ToolButton6Click
- end
- object Sub1: TMenuItem
- Caption = '&Subtraction with...'
- HelpContext = 123
- ShortCut = 16469
- OnClick = ToolButton6Click
- end
- object Mult1: TMenuItem
- Caption = '&Matrix-Multiplication mit...'
- HelpContext = 123
- ShortCut = 16461
- OnClick = ToolButton6Click
- end
- object Ergebnis1: TMenuItem
- Caption = '&Result'
- Enabled = False
- HelpContext = 123
- ShortCut = 16466
- OnClick = ToolButton10Click
- end
- object Skalarproduktmit1: TMenuItem
- Caption = 'S&calar Produkt with...'
- HelpContext = 126
- ShortCut = 16459
- OnClick = Skalarproduktmit1Click
- end
- object N4: TMenuItem
- Caption = '-'
- Enabled = False
- end
- object TransponierteMatrix1: TMenuItem
- Caption = '&Transpose'
- HelpContext = 124
- ShortCut = 16468
- OnClick = TransponierteMatrix1Click
- end
- object RangderMatrix1: TMenuItem
- Caption = 'Ra&nk of matrix'
- HelpContext = 122
- ShortCut = 115
- OnClick = RangderMatrix1Click
- end
- object Determinante1: TMenuItem
- Caption = '&Determinant (3x3)'
- HelpContext = 127
- ShortCut = 116
- OnClick = Determinante1Click
- end
- end
- object Umformungen1: TMenuItem
- Caption = '&Transformations'
- object Gaualgorithmus1: TMenuItem
- Caption = '&Gau�algorithmus'
- HelpContext = 131
- ShortCut = 114
- OnClick = Gau1Click
- end
- object N8: TMenuItem
- Caption = '-'
- Enabled = False
- end
- object ElementareUmformungTypI1: TMenuItem
- Caption = '&Add rows/columns'
- HelpContext = 132
- ShortCut = 16433
- OnClick = ElementareUmformungTypI1Click
- end
- object ElementareUmformungTypII1: TMenuItem
- Caption = '&Scalar multiplication of rows/columns'
- HelpContext = 132
- ShortCut = 16434
- OnClick = ElementareUmformungTypII1Click
- end
- object ElementareUmformungTypIII1: TMenuItem
- Caption = 'S&wap rows/columns'
- HelpContext = 132
- ShortCut = 16435
- OnClick = ElementareUmformungTypII2Click
- end
- object N6: TMenuItem
- Caption = '-'
- Enabled = False
- end
- object Transformierung1: TMenuItem
- Caption = '&Advanced Transformation'
- HelpContext = 133
- ShortCut = 119
- OnClick = Transformierung1Click
- end
- end
- object Hilfe1: TMenuItem
- Caption = '&Help'
- HelpContext = 204
- object Inhalt1: TMenuItem
- Caption = '&Contents'
- ShortCut = 112
- OnClick = Inhalt1Click
- end
- object N3: TMenuItem
- Caption = '-'
- Enabled = False
- end
- object Info1: TMenuItem
- Caption = '&About...'
- HelpContext = 204
- OnClick = Info1Click
- end
- end
- end
- object ToolBarImageList: TImageList
- Left = 448
- Top = 280
- Bitmap = {
- 494C010117001800040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000006000000001001000000000000030
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F1F00FF7FFF7F00001F00000000001F0000001F00
- 00001F000000000000001F001F001F001F000000000000000000000000000000
- 00000000000000000000000000000000000000000000E03DE03D000000000000
- 000000000000000000000000E03D00000000FF7FFF7FFF7FFF7FFF7F1042FF7F
- FF7FFF7F1863FF7FFF7FFF7F1042FF7FFF7F00001F00000000001F0000001F00
- 00001F000000000000001F001F000000000000000000E03DE03DE03DE03DE03D
- E03DE03DE03DE03D0000000000000000000000000000E03DE03D000000000000
- 000000000000000000000000E03D00000000FF7FFF7F1863FF7FFF7FFF7F1042
- 1F00FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00001F001F001F001F0000001F00
- 00001F0000001F0000001F001F00000000000000E07F0000E03DE03DE03DE03D
- E03DE03DE03DE03DE03D000000000000000000000000E03DE03D000000000000
- 000000000000000000000000E03D00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F1F00FF7FFF7F00001F00000000001F0000001F00
- 00001F001F0000001F001F001F00000000000000FF7FE07F0000E03DE03DE03D
- E03DE03DE03DE03DE03DE03D00000000000000000000E03DE03D000000000000
- 000000000000000000000000E03D00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00001F00000000001F001F001F00
- 1F001F000000000000001F001F00000000000000E07FFF7FE07F0000E03DE03D
- E03DE03DE03DE03DE03DE03DE03D0000000000000000E03DE03DE03DE03DE03D
- E03DE03DE03DE03DE03DE03DE03D00000000FF7FFF7F1863FF7F1F001F001042
- 1F001F00FF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000
- 0000000000000000000000000000000000000000FF7FE07FFF7FE07F00000000
- 00000000000000000000000000000000000000000000E03DE03D000000000000
- 00000000000000000000E03DE03D00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F1F00FF7F1F000000000000000000000000000000
- 00000000000000000000007C0000000000000000E07FFF7FE07FFF7FE07FFF7F
- E07FFF7FE07F00000000000000000000000000000000E03D0000000000000000
- 000000000000000000000000E03D00000000FF7FFF7FFF7FFF7FFF7F10421042
- 1042104210421042104210421042FF7FFF7F00000000FF7FFF7FFF7FFF7F0000
- 0000000000000000007C007C007C000000000000FF7FE07FFF7FE07FFF7FE07F
- FF7FE07FFF7F00000000000000000000000000000000E03D0000000000000000
- 000000000000000000000000E03D000000001042104210421042104210421042
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7F0000
- 000000000000007C007C007C007C007C00000000E07FFF7FE07F000000000000
- 00000000000000000000000000000000000000000000E03D0000000000000000
- 000000000000000000000000E03D00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7FFF7F0000
- 00000000000000000000007C0000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000E03D0000000000000000
- 000000000000000000000000E03D00000000FF7FFF7FFF7FFF7FFF7F1042FF7F
- FF7FFF7F1863FF7F1F001F0010421F00FF7F00000000FF7FFF7FFF7FFF7F0000
- 0000007C007C007C007C007C0000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000E03D0000000000000000
- 000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000FF7FFF7FFF7F00000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000E03D0000000000000000
- 000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F1042FF7F
- FF7FFF7F1863FF7FFF7FFF7F10421F00FF7F0000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000001F000000000000000000
- 00000000000000000000000000001F0000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000001F001F000000
- 0000000000001F001F0000000000000000001F001F000000000000001F001F00
- 000000001F001F000000000000001F001F00000000001F000000000000000000
- 00000000000000000000000000001F0000000000000000000000000000001F00
- 0000000000001F0000001F0000000000000000000000000000001F001F000000
- 0000000000001F001F0000000000000000001F001F000000000000001F001F00
- 000000001F001F000000000000001F001F00000000001F000000000000000000
- 00000000000000000000000000001F0000000000000000000000000000000000
- 1F0000001F00000000001F0000000000000000000000000000001F001F000000
- 0000000000001F001F0000000000000000001F001F000000000000001F001F00
- 000000001F001F000000000000001F001F00000000001F000000000000000000
- 00000000000000000000000000001F0000000000000000000000000000000000
- 00001F000000000000001F0000000000000000000000000000001F001F000000
- 1F001F0000001F001F0000000000000000001F001F0000001F0000001F001F00
- 000000001F001F000000000000001F001F00000000001F000000000000000000
- 00000000000000000000000000001F0000000000000000000000000000000000
- 1F0000001F0000001F0000001F000000000000000000000000001F001F000000
- 1F001F0000001F001F0000000000000000001F001F0000001F0000001F001F00
- 000000001F001F001F001F001F001F000000000000001F000000000000000000
- 00000000000000000000000000001F0000000000000000000000000000001F00
- 0000000000001F000000000000001F00000000000000000000001F001F001F00
- 1F001F001F001F001F0000000000000000001F001F001F001F001F001F001F00
- 000000001F001F000000000000001F001F00000000001F000000000000000000
- 00000000000000000000000000001F0000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000001F001F001F00
- 000000001F001F001F0000000000000000001F001F001F0000001F001F001F00
- 000000001F001F000000000000001F001F00000000001F000000000000000000
- 00000000000000000000000000001F0000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000001F001F001F00
- 000000001F001F001F0000000000000000001F001F001F0000001F001F001F00
- 000000001F001F000000000000001F001F00000000001F000000000000000000
- 00000000000000000000000000001F0000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000001F001F000000
- 0000000000001F001F0000000000000000001F001F000000000000001F001F00
- 000000001F001F001F001F001F001F0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000001F001F001F0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000104210421042104210421042
- 1042104210420000000000000000000000000000000000000000000000000000
- 00001F000000000000001F000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
- FF7FFF7F10420000000000000000000000000000000000000000000000000000
- 000000000000000000001F00000000000000000000001F000000000000001F00
- 00000000000000001F0000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
- FF7FFF7F10420000000000000000000000000000000000001F00000000000000
- 000000001F001F001F001F000000000000000000000000001F0000001F000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
- FF7FFF7F10420000000000000000000000000000000000001F00000000000000
- 00001F000000000000001F0000000000000000000000000000001F0000000000
- 000000001F001F001F001F001F00000000000000000000000000000000000000
- 00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
- FF7FFF7F10420000000000000000000000000000000000001F00000000000000
- 00001F000000000000001F000000000000000000000000001F0000001F000000
- 0000000000000000000000000000000000000000000000000000104200000000
- 0000000000000000000000000000000000000000104210421042104210421042
- 1042104210420000000000000000000000000000000000001F00000000000000
- 00001F000000000000001F00000000000000000000001F000000000000001F00
- 00000000000000001F0000000000000000000000000000000000104210420000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000001F001F0000000000
- 00001F000000000000001F000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000104210420000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000001F0000001F001F00
- 000000001F001F001F001F000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000104210420000
- 0000000000000000000000000000000000000000104210421042104210421042
- 1042104210420000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000001F0000000000
- 0000000000000000000000000000000000000000000000000000104210420000
- 00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
- FF7FFF7F10420000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000001F0000000000
- 0000000000000000000000000000000000000000000000000000104210420000
- 00000000104210420000000000000000000000001042FF7FFF7FFF7F1863FF7F
- FF7FFF7F10420000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000001F001F001F001F001F00
- 000000001F001F001F001F001F00000000000000000000000000000010421042
- 10421042104200000000000000000000000000001042FF7FFF7FFF7F1863FF7F
- FF7FFF7F10420000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000001F0000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
- FF7FFF7F10420000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000001F0000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000104210421042104210421042
- 1042104210420000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000104210421042104210421042
- 1042104210420000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
- FF7FFF7F10420000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000001F0000000000000000000000
- 00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
- FF7FFF7F10420000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000001F0000000000000000000000
- 00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
- FF7FFF7F10420000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000001F000000000000001F001F00
- 00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
- FF7FFF7F10420000000000000000000000000000000010421042104210421042
- 1042104210421042000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000001F000000000000001F001F00
- 0000000000000000000000000000000000000000104210421042104210421042
- 104210421042000000000000000000000000000000001042FF7FFF7FFF7F1863
- FF7FFF7FFF7F10421F0000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000001F001F000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000001042FF7FFF7FFF7F1863
- FF7F1F001F0010421F0000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000001F0000001F001F0000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000001042FF7FFF7FFF7F1863
- FF7F1F001F0010421F001F000000000000000000000000000000000000000000
- 00000000000000001F0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000104210421042104210421042
- 104210421042000000000000000000000000000000001042FF7FFF7FFF7F1863
- FF7FFF7FFF7F10421F0000001F001F0000000000000000000000000000000000
- 00000000000000001F0000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
- FF7FFF7F10421F00000000000000000000000000000010421042104210421042
- 1042104210421042000000000000000000000000000000000000000000000000
- 00000000000000001F0000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
- 1F001F0010421F00000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000001F0000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
- 1F001F0010421F001F0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000001F001F001F001F001F00000000000000000000000000000000000000
- 00000000000000000000000000000000000000001042FF7FFF7FFF7F1863FF7F
- FF7FFF7F10421F0000001F001F00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000104210421042104210421042
- 1042104210420000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 10001F00FF7F0000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000010001F00FF7F00000000
- 000000000000000010001F00FF7F000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 10001F00FF7F0000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000010001F00FF7F0000
- 00000000000010001F00FF7F000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000
- 10001F00FF7F0000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000010001F00FF7F
- 0000000010001F00FF7F00000000000000000000000000001F001F001F001F00
- 1F001F001F001F001F001F00FF7F000000000000000000000000000000000000
- 10001F00FF7F000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7F000000000000000000000000000010001F00
- FF7F10001F00FF7F000000000000000000000000000000001000100010001000
- 100010001000100010001F00FF7F000000000000000000001000100010001000
- 100010001000100010001000FF7F000000000000000000001F001F001F001F00
- 1F001F001F001F001F001F00FF7F000000000000000000000000000000001000
- 10001F00FF7F0000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000001F001F001F001F00
- 10001F001F001F001F001F00FF7F000000000000000000001000100010001000
- 100010001000100010001F00FF7F000000000000000000000000000000001000
- 10001F00FF7F000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000
- 10001F00FF7F0000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000010001F00
- FF7F10001F00FF7F000000000000000000000000000000001F001F001F001F00
- 1F001F001F001F001F001F00FF7F000000000000000000000000000000000000
- 10001F00FF7F0000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000010001F00FF7F
- 0000000010001F00FF7F00000000000000000000000000001000100010001000
- 100010001000100010001F00FF7F000000000000000000000000000000000000
- 10001F00FF7F0000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000010001F00FF7F0000
- 00000000000010001F00FF7F0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 10001F00FF7F0000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000010001F00FF7F00000000
- 000000000000000010001F00FF7F000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000010421042
- 10421042104210421042104210420000000000000000000000001F001F001F00
- 000000000000000000001F000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7F1042000000000000000000001F00000000000000
- 1F0000000000000000001F000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000FF7F0000
- FF7FFF7FFF7FFF7FFF7FFF7F1042000000000000000000001F00000000000000
- 1F00000000001F0000001F000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000FF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F1042000000000000000000001F00000000000000
- 1F000000000000001F001F000000000000000000000000000000000000000000
- 000000400040000000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000FF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F10420000000000000000000000001F001F001F00
- 000000000000000000001F000000000000000000000000000000000000000000
- 007C007C007C004000000000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000FF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F1042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 007C007C007C007C00400000000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000FF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F1042000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000007C007C007C00000042000000000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000FF7FFF7F
- FF7FFF7FFF7FFF7F0000FF7F104200000000000000000000000000001F000000
- 0000000000001F001F001F000000000000000000000000000000000000000000
- 00000000007C0000E07F0000004200000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000FF7FFF7F
- FF7FFF7FFF7FFF7FFF7F0000104200000000000000000000000000001F000000
- 000000001F000000000000001F00000000000000000000000000000000000000
- 000000000000E07F0000E07F000000420000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7F00000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000001F0000001F000000
- 000000001F000000000000001F00000000000000000000000000000000000000
- 0000000000000000E07F0000E07F00420042000000000000FF7FFF7FFF7FFF7F
- FF7FFF7F0000FF7F000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000001F001F000000
- 000000001F000000000000001F00000000000000000000000000000000000000
- 00000000000000000000E07FE07FE07F0042000000000000FF7FFF7FFF7FFF7F
- FF7FFF7F00000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000001F000000
- 0000000000001F001F001F000000000000000000000000000000000000000000
- 000000000000000000000000E07FE07FE07F0000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000E07FE07F0000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000E07F424D3E000000000000003E000000
- 2800000040000000600000000100010000000000000300000000000000000000
- 000000000000000000000000FFFFFF00FFFFFFFFFFFF0000FFFFFFFFC001E0DF
- B570001F8031E0DFB573000F8031A0DF8553000780310000B52300038001E0FF
- B07300018001E0FFFFFF00008001A0F781F7001F8FF1000081E3001F8FF120FF
- 81C1001F8FF120FF81F78FF18FF100F78107FFF98FF1000083FFFF758FF540F9
- 87FFFF8F800140F9FFFFFFFFFFFF60F1FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFEFFFFFFFFFFFD9CDC7FFF3CF399CD9CDA9D7F3CF399CD9CDEEB7F3CF399C
- D80DEF77F24F299CD9CDEEABF24F2981D9CDEDDDF00F019CDC9DEFDFF18F119C
- DE3DEFEFF18F119CDF7DE007F3CF3981FFFFFFEFFFFFFFFFFFFFFFDFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8FFFFFFFFF8037FF77FFFFFFFF
- 802FFFF7DDEFFFFF8001EF87EBFFF83F802DEF77F783F39F8035EF77EBFFF39F
- 803DEF77DDEFF19FFFFDE777FFFFF29FFFFDE987FFFFF31F8035FFFFF7FFF39F
- 802DFFFFF7FFF39F8001FFFFC183F83F802FFFFFF7FFFFFF8037FFFFF7FFFFFF
- 803FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8037FFFF
- FFFFFFFF802FFFFFE73FBF398001FFFFE73FBF39802DFFFFE73FB9398035C01F
- E03FB901803DC00FE73F9F39FFFDC00FE73FA739FFFDC007F26FFF93803DC009
- F8EFFFC7801DC01FFDEFFFEF8019FFFFFFEFFFFF800FFFFFFF83FFFF8013FFFF
- FFFFFFFF803FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFE3FFFFFC7E3FFFFFE3FFFFFE3C7E003FE3FFFFFF18FE003
- FE3FE003F81FE003E003E003FC3FFFFFE003E003FC3FE003FE3FFFFFF81FE003
- FE3FFFFFF18FE003FE3FFFFFE3C7FFFFFE3FFFFFC7E3FFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF847FFFFFFFFFFFFF00EF
- C007F003F0F331BFC007E003E67339FFC007D003E643993FC007F003E663CA1F
- C007F003F0F3F40FC007F003FFFF9C07C007F003FFFF9603C007F003F9C3CB01
- C007F003F999FF80C007F003E199F7C0C00FFFF7F199FFE0C01FFFEFF9C3EFF0
- C03FFFFFFFFFFFF8FFFFFFFFFFFFFFFC00000000000000000000000000000000
- 000000000000}
- end
- object MatrixHTMLExportDlg: TSaveDialog
- DefaultExt = 'htm'
- Filter = 'HTML documents (*.htm)|htm'
- Options = [ofHideReadOnly, ofNoChangeDir]
- Title = 'Save as HTML table...'
- Left = 480
- Top = 282
- end
- object MatrixSaveDlg: TSaveDialog
- DefaultExt = 'mtx'
- Filter = 'Matrix files (*.mtx)|*.mtx'
- Left = 512
- Top = 280
- end
- object MatrixOpenDlg: TOpenDialog
- DefaultExt = 'mtx'
- Filter = 'Matrix files (*.mtx)|*.mtx'
- Left = 544
- Top = 280
- end
- end
-