home *** CD-ROM | disk | FTP | other *** search
- object TextEditorForm: TTextEditorForm
- Left = 141
- Top = 116
- Width = 664
- Height = 438
- ActiveControl = Editor
- Caption = 'Textov� editor'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIForm
- Icon.Data = {<image000.ico>}
- Menu = MainMenu
- Position = poDefaultSizeOnly
- Visible = True
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnPaint = FormPaint
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Editor: TRichEdit
- Left = 0
- Top = 53
- Width = 656
- Height = 320
- Align = alClient
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssBoth
- TabOrder = 0
- WantTabs = True
- OnChange = RichEditChange
- OnSelectionChange = SelectionChange
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 373
- Width = 656
- Height = 19
- Panels = <
- item
- Width = 120
- end
- item
- Alignment = taCenter
- Width = 60
- end
- item
- Width = 50
- end>
- SimplePanel = False
- end
- object ToolBar: TToolBar
- Left = 0
- Top = 0
- Width = 656
- Height = 28
- BorderWidth = 2
- Flat = True
- Images = ToolbarImages
- Indent = 3
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- Wrapable = False
- object OpenButton: TToolButton
- Left = 3
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Otev��t|Otev�e st�vaj�c� dokument'
- ImageIndex = 0
- OnClick = FileOpen
- end
- object SaveButton: TToolButton
- Left = 26
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Ulo�it|Ulo�� aktivn� dokument'
- ImageIndex = 1
- OnClick = FileSave
- end
- object PrintButton: TToolButton
- Left = 49
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Tisk|Vytiskne aktivn� dokument'
- ImageIndex = 2
- OnClick = FilePrint
- end
- object ToolButton5: TToolButton
- Left = 72
- Top = 0
- Width = 8
- Height = 22
- ImageIndex = 3
- Style = tbsDivider
- end
- object UndoButton: TToolButton
- Left = 80
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Zp�t|Obnov� stav p�ed minulou akc�'
- Enabled = False
- ImageIndex = 3
- OnClick = EditUndo
- end
- object CutButton: TToolButton
- Left = 103
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Vyjmout|V�b�r p�esune do schr�nky'
- ImageIndex = 4
- OnClick = EditCut
- end
- object CopyButton: TToolButton
- Left = 126
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Kop�rovat|Kopii v�b�ru vlo�� do schr�nku'
- ImageIndex = 5
- OnClick = EditCopy
- end
- object PasteButton: TToolButton
- Left = 149
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Vlo�it|Vlo�� obsah schr�nky'
- ImageIndex = 6
- OnClick = EditPaste
- end
- object ToolButton10: TToolButton
- Left = 172
- Top = 0
- Width = 8
- Height = 22
- ImageIndex = 7
- Style = tbsSeparator
- end
- object FontName: TComboBox
- Left = 180
- Top = 0
- Width = 133
- Height = 21
- Hint = 'P�smo|Zm�n� p�smo vybran�ho textu'
- Ctl3D = False
- ItemHeight = 13
- ParentCtl3D = False
- TabOrder = 0
- Text = 'FontName'
- OnChange = FontNameChange
- end
- object ToolButton1: TToolButton
- Left = 313
- Top = 0
- Width = 4
- Height = 22
- Caption = 'ToolButton1'
- ImageIndex = 14
- Style = tbsSeparator
- end
- object FontSize: TComboBox
- Left = 317
- Top = 0
- Width = 44
- Height = 21
- Hint = 'Velikost p�sma|Zm�n� velikost p�sma vybrn�ho textu'
- ItemHeight = 13
- Items.Strings = (
- '8'
- '9'
- '10'
- '11'
- '12'
- '14'
- '16'
- '18'
- '20'
- '22'
- '24'
- '26'
- '28'
- '36'
- '48'
- '72')
- TabOrder = 1
- Text = '12'
- OnChange = FontSizeChange
- end
- object ToolButton11: TToolButton
- Left = 361
- Top = 0
- Width = 4
- Height = 22
- ImageIndex = 8
- Style = tbsSeparator
- end
- object ColorComboBox: TColorComboBox
- Left = 365
- Top = 1
- Width = 43
- Height = 20
- Hint = 'Barva p�sma'
- DisplayNames = False
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 2
- OnChange = ColorComboBoxChange
- end
- object ToolButton2: TToolButton
- Left = 408
- Top = 0
- Width = 8
- Height = 22
- Caption = 'ToolButton2'
- ImageIndex = 14
- Style = tbsSeparator
- end
- object BoldButton: TToolButton
- Left = 416
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Tu�n�|Zapne nebo vypne tu�n� p�smo ve vybran�m textu'
- ImageIndex = 7
- Style = tbsCheck
- OnClick = BoldButtonClick
- end
- object ItalicButton: TToolButton
- Left = 439
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Kurz�va|Zapne nebo vypne kurz�vu ve vybran�m textu'
- ImageIndex = 8
- Style = tbsCheck
- OnClick = ItalicButtonClick
- end
- object UnderlineButton: TToolButton
- Left = 462
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Podtr�en�|Zapne nebo vypne podtr�en� vybran�ho textu'
- ImageIndex = 9
- Style = tbsCheck
- OnClick = UnderlineButtonClick
- end
- object ToolButton16: TToolButton
- Left = 485
- Top = 0
- Width = 8
- Height = 22
- ImageIndex = 12
- Style = tbsDivider
- end
- object LeftAlign: TToolButton
- Left = 493
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Zarovnat vlevo|Zarovn� odstavec vlevo'
- Grouped = True
- ImageIndex = 10
- Style = tbsCheck
- OnClick = AlignButtonClick
- end
- object CenterAlign: TToolButton
- Tag = 2
- Left = 516
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Na st�ed|Zarovn� odstavec na st�ed'
- Grouped = True
- ImageIndex = 11
- Style = tbsCheck
- OnClick = AlignButtonClick
- end
- object RightAlign: TToolButton
- Tag = 1
- Left = 539
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Zarovnat vpravo|Zarovn� odstavec vpravo'
- Grouped = True
- ImageIndex = 12
- Style = tbsCheck
- OnClick = AlignButtonClick
- end
- object ToolButton20: TToolButton
- Left = 562
- Top = 0
- Width = 8
- Height = 22
- ImageIndex = 15
- Style = tbsDivider
- end
- object BulletsButton: TToolButton
- Left = 570
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Odr�ky|P�ed ��dek vlo�� odr�ku'
- ImageIndex = 13
- Style = tbsCheck
- OnClick = BulletsButtonClick
- end
- object ToolButton3: TToolButton
- Left = 593
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Zmen�it odsazen�'
- Caption = 'ToolButton3'
- ImageIndex = 14
- OnClick = ToolButton3Click
- end
- object ToolButton4: TToolButton
- Left = 616
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Zv�t�it odsazen�'
- Caption = 'ToolButton4'
- ImageIndex = 15
- OnClick = ToolButton4Click
- end
- end
- object ruler: TanlRuler
- Left = 0
- Top = 28
- Width = 656
- Height = 25
- Align = alTop
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Small Fonts'
- Font.Style = []
- Richedit = Editor
- MarginRight = 56
- IndentFirst = 0
- IndentLeft = 0
- IndentRight = 214
- OnIndentChange = rulerIndentChange
- end
- object MainMenu: TMainMenu
- Left = 442
- Top = 311
- object FileMenu: TMenuItem
- Caption = '&Soubor'
- object FileNewItem: TMenuItem
- Caption = '&Nov�...'
- Hint = 'Vytvo�� nov� dokument'
- ShortCut = 16462
- OnClick = FileNew
- end
- object FileOpenItem: TMenuItem
- Caption = '&Otev��t...'
- Hint = 'Otev�e st�vaj�c� dokument'
- ShortCut = 16463
- OnClick = FileOpen
- end
- object FileSaveItem: TMenuItem
- Caption = '&Ulo�it'
- Hint = 'Ulo�� aktivn� dokument'
- ShortCut = 16467
- OnClick = FileSave
- end
- object FileSaveAsItem: TMenuItem
- Caption = 'Ulo�it j&ako...'
- Hint = 'Ulo�� aktivn� dokument pod nov�m n�zvem'
- OnClick = FileSaveAs
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object FilePrintItem: TMenuItem
- Caption = '&Tisk'
- Hint = 'Vytiskne aktivn� dokument'
- ShortCut = 16464
- OnClick = FilePrint
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object FileExitItem: TMenuItem
- Caption = '&Konec'
- Hint = 'Ukon�� textov� editor'
- OnClick = FileExit
- end
- end
- object EditMenu: TMenuItem
- Caption = '�pr&avy'
- object EditUndoItem: TMenuItem
- Caption = '&Zp�t'
- Hint = 'Obnov� stav p�ed minulou akc�'
- ShortCut = 16474
- OnClick = EditUndo
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object EditCutItem: TMenuItem
- Caption = '&Vyjmout'
- Hint = 'V�b�r p�esune do schr�nky'
- ShortCut = 16472
- OnClick = EditCut
- end
- object EditCopyItem: TMenuItem
- Caption = '&Kop�rovat'
- Hint = 'Kopii v�b�ru vlo�� do schr�nku'
- ShortCut = 16451
- OnClick = EditCopy
- end
- object EditPasteItem: TMenuItem
- Caption = 'V&lo�it'
- Hint = 'Vlo�� obsah schr�nky'
- ShortCut = 16470
- OnClick = EditPaste
- end
- object N5: TMenuItem
- Caption = '-'
- end
- object miEditFont: TMenuItem
- Caption = '&P�smo...'
- Hint = 'Nastav� p�smo vybrn�ho textu'
- OnClick = SelectFont
- end
- end
- end
- object OpenDialog: TOpenDialog
- Filter = 'Form�t RTF (*.RTF)|*.RTF|Textov� soubory (*.TXT)|*.TXT'
- Left = 503
- Top = 309
- end
- object SaveDialog: TSaveDialog
- Filter = 'Form�t RTF (*.RTF)|*.RTF|Textov� soubory (*.TXT)|*.TXT'
- Left = 533
- Top = 309
- end
- object PrintDialog: TPrintDialog
- Left = 562
- Top = 308
- end
- object FontDialog1: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 473
- Top = 310
- end
- object ToolbarImages: TImageList
- Left = 552
- Top = 264
- Bitmap = {
- 494C010110001300040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000005000000001001000000000000028
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FF7FFF7FFF7FFF7F000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000F75EF75EF75EF75E000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000FF7FFF7FFF7FFF7F000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000974DFD3F20302100FF7F00005439
- A2409838A240247F480100000000FF7FFF7F7846FB5F4047FB5FFF7FFF7F887E
- 4801000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000F000F000F00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000F000F000F00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000F000F000F00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000F000F000F00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000F000F000F00000000000000
- 00000000000000000000000000000000000000000E000E000E000E0000000000
- 00000000000000000000000000000000000000000E000E000E000E0000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000F000F000F00000000000000
- 000000000000000000000000000000000000000000000E000000000000000000
- 0000000000000000000000000000000000000000000000000E00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000F000F000F00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000F000F000F00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000F000F000F00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000F000F00
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000F00
- 0F000F000F000F000F000F000F000F000F000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000000F0000000000
- 0F00000000000F000F0000000000000000000000000000000000000000000000
- 0F000F000F000F000F000F000F000F000F000000000000000000000000000F00
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0F000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000000F0000000000
- 0F0000000F00000000000F000000000000000000000000000000000000000000
- 0F00FF7FFF7FFF7FFF7FFF7FFF7FFF7F0F000000EF3DE03DEF3DE03DEF3D0F00
- FF7F000000000000000000000000FF7F0F000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000000F0000000000
- 0F0000000F00000000000F000000000000000000000000000000000000000000
- 0F00FF7F00000000000000000000FF7F0F000000E03DEF3DE03DEF3DE03D0F00
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0F000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000F000F00
- 0F0000000F00000000000F000000000000000000000000000000000000000000
- 0F00FF7FFF7FFF7FFF7FFF7FFF7FFF7F0F000000EF3DE03DEF3DE03DEF3D0F00
- FF7F000000000000FF7F0F000F000F000F000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0F0000000F000F000F00000000000000000000000000FF7FFF7FFF7FFF7FFF7F
- 0F00FF7F00000000000000000000FF7F0F000000E03DEF3DE03DEF3DE03D0F00
- FF7FFF7FFF7FFF7FFF7F0F00FF7F0F0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0F0000000F0000000000000000000000000000000000FF7F0000000000000000
- 0F00FF7FFF7FFF7FFF7FFF7FFF7FFF7F0F000000EF3DE03DEF3DE03DEF3D0F00
- FF7FFF7FFF7FFF7FFF7F0F000F00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
- 0F00FF7F00000000FF7F0F000F000F000F000000E03DEF3DE03DEF3DE03D0F00
- 0F000F000F000F000F000F000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF7F0000000000000000
- 0F00FF7FFF7FFF7FFF7F0F00FF7F0F0000000000EF3DE03DEF3DE03DEF3DE03D
- EF3DE03DEF3DE03DEF3DE03D0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
- 0F00FF7FFF7FFF7FFF7F0F000F00000000000000E03DEF3D0000000000000000
- 0000000000000000EF3DEF3D0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF7F00000000FF7F0000
- 0F000F000F000F000F000F000000000000000000EF3DEF3D0000000000000000
- 0000000000000000EF3DE03D0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F0000
- FF7F000000000000000000000000000000000000E03DEF3DE03D0000E07F0000
- 0000E07F0000EF3DE03DEF3D0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F0000
- 000000000000000000000000000000000000000000000000000000000000E07F
- E07F000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000E03DE03D000000000000
- 000000000000000000000000E03D000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000E03DE03DE03DE03DE03D
- E03DE03DE03DE03D0000000000000000000000000000E03DE03D000000000000
- 000000000000000000000000E03D000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000E07F0000E03DE03DE03DE03D
- E03DE03DE03DE03DE03D000000000000000000000000E03DE03D000000000000
- 000000000000000000000000E03D000000000000000000000000000000000000
- E07FE07FE07F0000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000FF7FE07F0000E03DE03DE03D
- E03DE03DE03DE03DE03DE03D00000000000000000000E03DE03D000000000000
- 000000000000000000000000E03D000000000000000000000000000000000000
- EF3DEF3DEF3D0000000000000000000000000000000000000000000000000000
- 000000000000000000000F000000000000000000E07FFF7FE07F0000E03DE03D
- E03DE03DE03DE03DE03DE03DE03D0000000000000000E03DE03DE03DE03DE03D
- E03DE03DE03DE03DE03DE03DE03D000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000F000F000F000F000F00
- 000000000000000000000F000000000000000000FF7FE07FFF7FE07F00000000
- 00000000000000000000000000000000000000000000E03DE03D000000000000
- 00000000000000000000E03DE03D000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000F000F000F000F000000
- 0000000000000000000000000F00000000000000E07FFF7FE07FFF7FE07FFF7F
- E07FFF7FE07F00000000000000000000000000000000E03D0000000000000000
- 000000000000000000000000E03D000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000F000F000F0000000000
- 0000000000000000000000000F00000000000000FF7FE07FFF7FE07FFF7FE07F
- FF7FE07FFF7F00000000000000000000000000000000E03D0000000000000000
- 000000000000000000000000E03D00000000000000000000FF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7F00000000000000000000000000000F000F0000000F000000
- 0000000000000000000000000F00000000000000E07FFF7FE07F000000000000
- 00000000000000000000000000000000000000000000E03D0000000000000000
- 000000000000000000000000E03D000000000000000000000000FF7F00000000
- 000000000000FF7F00000000000000000000000000000F000000000000000F00
- 0F0000000000000000000F000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000E03D0000000000000000
- 000000000000000000000000E03D000000000000000000000000FF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000000000000000
- 00000F000F000F000F0000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000E03D0000000000000000
- 00000000000000000000000000000000000000000000000000000000FF7F0000
- 0000000000000000FF7F00000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000E03D0000000000000000
- 00000000000000000000000000000000000000000000000000000000FF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000500000000100010000000000800200000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFEFFFEFF
- FFFF8FFFFFFFFFFFC0078C03E27FE27FFFFF8FFFFFFFFFFFF807FFFFE201E201
- FFFFFFFFFFFFFFFFC0078FFFFE0FFE0FFFFF8C0387FF87FFF8078FFFDE01EE01
- FFFFFFFFFE01FE01C007FFFFFFFFFFFFFFFF8FFFE201E201F8078C03FFFFFFFF
- FFFF8FFFFEFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFE00FFFFFFFFFFFFFFFFFC007C00781FFF83FFFFFFFFFE3FFF39FC03FF83F
- F1FFF39FFFFFFFFFF8FFF39FC007C007FC7FF39FFFFFFFFFFE3FF39FC03FF01F
- FF1FF39FFFFFFFFFFF8FF39FC007C007FF03E10FFFFFFFFFFFFFFFFFC03FF83F
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9FFFFFFFC00FFFF
- F6CFFE008000FFFFF6B7FE000000FFFFF6B7FE000000F00FF8B780000000F8C7
- FE8F80000001F8C7FE3F80000003F8C7FF7F80000003F80FFE3F80010003F8C7
- FEBF80030003F8C7FC9F80070FC3F8C7FDDF807F0003F00FFDDF80FF8007FFFF
- FDDF81FFF87FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC001C007FFFF
- 001F8031BFEBFFFF000F80310005FFFF000780317E31FFFF000380017E35FFF7
- 000180010006C1F7000080017FEAC3FB001F8FF18014C7FB001F8FF1C00ACBFB
- 001F8FF1E001DCF78FF18FF1E007FF0FFFF98FF1F007FFFFFF758FF5F003FFFF
- FF8F8001F803FFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000
- 000000000000}
- end
- end
-