www.pudn.com > AlphaBlendMenus.rar > Main.dfm


object Form1: TForm1 
  Left = 563 
  Top = 85 
  Width = 421 
  Height = 321 
  Caption = 'ActionBand AlphaBlended Menus Demo' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 13 
  object ActionMainMenuBar1: TActionMainMenuBar 
    Left = 0 
    Top = 0 
    Width = 413 
    Height = 27 
    ActionManager = ActionManager1 
    AnimationStyle = asNone 
    Caption = 'ActionMainMenuBar1' 
    ColorMap.HighlightColor = clBlack 
    ColorMap.BtnSelectedColor = clBtnFace 
    ColorMap.UnusedColor = 15660791 
    EdgeBorders = [ebTop, ebBottom] 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -11 
    Font.Name = 'Tahoma' 
    Font.Style = [] 
    Spacing = 3 
    UseSystemFont = False 
  end 
  object RichEdit1: TRichEdit 
    Left = 0 
    Top = 53 
    Width = 413 
    Height = 234 
    Align = alClient 
    Lines.Strings = ( 
      'RichEdit1') 
    TabOrder = 1 
  end 
  object ActionToolBar1: TActionToolBar 
    Left = 0 
    Top = 27 
    Width = 413 
    Height = 26 
    ActionManager = ActionManager1 
    Caption = 'ActionToolBar1' 
    ColorMap.HighlightColor = clBlack 
    ColorMap.BtnSelectedColor = clBtnFace 
    ColorMap.UnusedColor = 15660791 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -11 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [] 
    ParentFont = False 
    Spacing = 0 
  end 
  object ActionManager1: TActionManager 
    ActionBars = < 
      item 
        Items = < 
          item 
            Items = < 
              item 
                Action = FileExit1 
                ImageIndex = 13 
              end> 
            Caption = '&File' 
          end 
          item 
            Items = < 
              item 
                Action = EditCut1 
                ImageIndex = 0 
                ShortCut = 16472 
              end 
              item 
                Action = EditCopy1 
                ImageIndex = 1 
                ShortCut = 16451 
              end 
              item 
                Action = EditPaste1 
                ImageIndex = 2 
                ShortCut = 16470 
              end 
              item 
                Action = EditSelectAll1 
                ShortCut = 16449 
              end 
              item 
                Action = EditUndo1 
                ImageIndex = 3 
                ShortCut = 16474 
              end 
              item 
                Action = EditDelete1 
                ImageIndex = 4 
                ShortCut = 46 
              end> 
            Caption = '&Edit' 
          end 
          item 
            Items = < 
              item 
                Action = SearchFind1 
                ImageIndex = 14 
                ShortCut = 16454 
              end 
              item 
                Action = SearchFindNext1 
                ImageIndex = 15 
                ShortCut = 114 
              end 
              item 
                Action = SearchReplace1 
                ImageIndex = 16 
              end 
              item 
                Action = SearchFindFirst1 
              end> 
            Caption = '&Search' 
          end 
          item 
            Items = < 
              item 
                Action = RichEditBold1 
                ImageIndex = 5 
                ShortCut = 16450 
              end 
              item 
                Action = RichEditItalic1 
                ImageIndex = 6 
                ShortCut = 16457 
              end 
              item 
                Action = RichEditUnderline1 
                ImageIndex = 7 
                ShortCut = 16469 
              end 
              item 
                Action = RichEditStrikeOut1 
                ImageIndex = 8 
              end 
              item 
                Action = RichEditBullets1 
                Caption = 'Bu&llets' 
                ImageIndex = 9 
              end 
              item 
                Action = RichEditAlignLeft1 
                Caption = '&Align Left' 
                ImageIndex = 10 
              end 
              item 
                Action = RichEditAlignRight1 
                ImageIndex = 11 
              end 
              item 
                Action = RichEditAlignCenter1 
                ImageIndex = 12 
              end> 
            Caption = 'F&ormat' 
          end> 
        ActionBar = ActionMainMenuBar1 
      end 
      item 
        Items = < 
          item 
            Action = RichEditAlignCenter1 
            ImageIndex = 12 
          end 
          item 
            Action = RichEditAlignRight1 
            ImageIndex = 11 
          end 
          item 
            Action = RichEditUnderline1 
            ImageIndex = 7 
            ShortCut = 16469 
          end 
          item 
            Action = RichEditItalic1 
            ImageIndex = 6 
            ShortCut = 16457 
          end 
          item 
            Action = RichEditBold1 
            Caption = 'B&old' 
            ImageIndex = 5 
            ShortCut = 16450 
          end> 
        ActionBar = ActionToolBar1 
      end> 
    Images = ImageList1 
    Left = 47 
    Top = 52 
    StyleName = 'XP Style' 
    object EditCut1: TEditCut 
      Category = 'Edit' 
      Caption = 'Cu&t' 
      Hint = 'Cut|Cuts the selection and puts it on the Clipboard' 
      ImageIndex = 0 
      ShortCut = 16472 
    end 
    object EditCopy1: TEditCopy 
      Category = 'Edit' 
      Caption = '&Copy' 
      Hint = 'Copy|Copies the selection and puts it on the Clipboard' 
      ImageIndex = 1 
      ShortCut = 16451 
    end 
    object EditPaste1: TEditPaste 
      Category = 'Edit' 
      Caption = '&Paste' 
      Hint = 'Paste|Inserts Clipboard contents' 
      ImageIndex = 2 
      ShortCut = 16470 
    end 
    object EditSelectAll1: TEditSelectAll 
      Category = 'Edit' 
      Caption = 'Select &All' 
      Hint = 'Select All|Selects the entire document' 
      ShortCut = 16449 
    end 
    object EditUndo1: TEditUndo 
      Category = 'Edit' 
      Caption = '&Undo' 
      Hint = 'Undo|Reverts the last action' 
      ImageIndex = 3 
      ShortCut = 16474 
    end 
    object EditDelete1: TEditDelete 
      Category = 'Edit' 
      Caption = '&Delete' 
      Hint = 'Delete|Erases the selection' 
      ImageIndex = 4 
      ShortCut = 46 
    end 
    object RichEditBold1: TRichEditBold 
      Category = 'Format' 
      AutoCheck = True 
      Caption = '&Bold' 
      Hint = 'Bold' 
      ImageIndex = 5 
      ShortCut = 16450 
    end 
    object RichEditItalic1: TRichEditItalic 
      Category = 'Format' 
      AutoCheck = True 
      Caption = '&Italic' 
      Hint = 'Italic' 
      ImageIndex = 6 
      ShortCut = 16457 
    end 
    object RichEditUnderline1: TRichEditUnderline 
      Category = 'Format' 
      AutoCheck = True 
      Caption = '&Underline' 
      Hint = 'Underline' 
      ImageIndex = 7 
      ShortCut = 16469 
    end 
    object RichEditStrikeOut1: TRichEditStrikeOut 
      Category = 'Format' 
      AutoCheck = True 
      Caption = '&Strikeout' 
      Hint = 'Strikeout' 
      ImageIndex = 8 
    end 
    object RichEditBullets1: TRichEditBullets 
      Category = 'Format' 
      AutoCheck = True 
      Caption = '&Bullets' 
      Hint = 'Bullets|Inserts a bullet on the current line' 
      ImageIndex = 9 
    end 
    object RichEditAlignLeft1: TRichEditAlignLeft 
      Category = 'Format' 
      AutoCheck = True 
      Caption = 'Align &Left' 
      Hint = 'Align Left|Aligns text at the left indent' 
      ImageIndex = 10 
    end 
    object RichEditAlignRight1: TRichEditAlignRight 
      Category = 'Format' 
      AutoCheck = True 
      Caption = 'Align &Right' 
      Hint = 'Align Right|Aligns text at the right indent' 
      ImageIndex = 11 
    end 
    object RichEditAlignCenter1: TRichEditAlignCenter 
      Category = 'Format' 
      AutoCheck = True 
      Caption = '&Center' 
      Hint = 'Center|Centers text between margins' 
      ImageIndex = 12 
    end 
    object FileExit1: TFileExit 
      Category = 'File' 
      Caption = 'E&xit' 
      Hint = 'Exit|Quits the application' 
      ImageIndex = 13 
    end 
    object SearchFind1: TSearchFind 
      Category = 'Search' 
      Caption = '&Find...' 
      Hint = 'Find|Finds the specified text' 
      ImageIndex = 14 
      ShortCut = 16454 
    end 
    object SearchFindNext1: TSearchFindNext 
      Category = 'Search' 
      Caption = 'Find &Next' 
      Hint = 'Find Next|Repeats the last find' 
      ImageIndex = 15 
      ShortCut = 114 
    end 
    object SearchReplace1: TSearchReplace 
      Category = 'Search' 
      Caption = '&Replace' 
      Hint = 'Replace|Replaces specific text with different text' 
      ImageIndex = 16 
    end 
    object SearchFindFirst1: TSearchFindFirst 
      Category = 'Search' 
      Caption = 'F&ind First' 
      Hint = 'Find First|Finds the first occurance of specified text' 
    end 
  end 
  object ImageList1: TImageList 
    Left = 138 
    Top = 52 
    Bitmap = { 
      494C010111001400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 
      0000000000003600000028000000400000005000000001001000000000000028 
      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 
      0000000000000000000000000000000000000000000000001863000000000000 
      0000000000000000186300000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000010420000 
      0000000010420000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000001863000000000000 
      0000186300000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000001863000000000000 
      0000186300000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      1042000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000001042104210421042104210421042 
      104210421042FF7F186310421863FF7F18630000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000001042104210421042104210421042 
      1042104210421042FF7F1042FF7F104210420000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000001000100010001000000000001042 
      10421042FF7FFF7FFF7F10001000100010000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      00000000000000000000000000000000000000000000000010001F0010000000 
      00001042FF7FFF7FFF7F10000000000000000000FF7F00000000000000000000 
      0000000000000000FF7F00000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      000000000000000000000000000000000000000000000000100010001F001000 
      0000FF7FFF7FFF7FFF7F10000000000000000000FF7F00000000000000000000 
      0000000000000000FF7F00000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      00000000000000000000000000000000000000000000000010001F0010001F00 
      0000FF7FFF7FFF7FFF7F10000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      000000000000000000000000000000000000000000000000100010001F001000 
      0000FF7FFF03FF7FFF03100000000000000000000000FF7F0000000000000000 
      00000000FF7F0000000000000000000000000000000000001863000000000000 
      0000000000000000186300000000000000000000000000000000000000000000 
      00000000000000000000000000000000000000000000000010001F0010001F00 
      0000FF03FF7FFF03FF7F100000000000000000000000FF7F0000000000001863 
      00000000FF7F0000000000000000000000000000000000000000000010420000 
      0000000010420000000000000000000000000000000000000000000000000000 
      000000000000000000000000000000000000000000000000100010001F001000 
      0000FF7FFF03FF7FFF03100000000000000000000000FF7F0000000000001863 
      00000000FF7F0000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      00000000000000000000000000000000000000000000000010001F0010001F00 
      0000FF03FF7FFF03FF7F10000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000001863000000000000 
      0000186300000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000001000100010001000 
      100010001000100010001000000000000000000000000000FF7F000000000000 
      00000000FF7F0000000000000000000000000000000000001863000000000000 
      0000186300000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      1042000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000002 
      0002000200020000000000000000000000000000000000000000FF7F00000000 
      000000000000FF7F000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000100010001000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000100010001000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000100010001000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000100010001000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000100010001000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000100010001000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000100010001000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000100010001000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000100010001000000000000000 
      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 
      0000000000000000000000000000000000000000000000000000000010001000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000001000 
      1000100010001000100010001000100010000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000100000000000 
      1000000000001000100000000000000000000000000000000000000000000000 
      1000100010001000100010001000100010000000000000000000000000001000 
      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000100000000000 
      1000000010000000000010000000000000000000000000000000000000000000 
      1000FF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000104200421042004210421000 
      FF7F000000000000000000000000FF7F10000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000100000000000 
      1000000010000000000010000000000000000000000000000000000000000000 
      1000FF7F00000000000000000000FF7F10000000004210420042104200421000 
      FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000010001000 
      1000000010000000000010000000000000000000000000000000000000000000 
      1000FF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000104200421042004210421000 
      FF7F000000000000FF7F10001000100010000000000000000000000000000000 
      0000000000000000000010000000000000000000000000000000000000000000 
      10000000100010001000000000000000000000000000FF7FFF7FFF7FFF7FFF7F 
      1000FF7F00000000000000000000FF7F10000000004210420042104200421000 
      FF7FFF7FFF7FFF7FFF7F1000FF7F100000000000000010001000100010001000 
      0000000000000000000010000000000000000000000000000000000000000000 
      10000000100000000000000000000000000000000000FF7F0000000000000000 
      1000FF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000104200421042004210421000 
      FF7FFF7FFF7FFF7FFF7F10001000000000000000000010001000100010000000 
      0000000000000000000000001000000000000000000000000000000000000000 
      00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F 
      1000FF7F00000000FF7F10001000100010000000004210420042104200421000 
      1000100010001000100010000000000000000000000010001000100000000000 
      0000000000000000000000001000000000000000000000000000000000000000 
      00000000000000000000000000000000000000000000FF7F0000000000000000 
      1000FF7FFF7FFF7FFF7F1000FF7F100000000000104200421042004210420042 
      1042004210420042104200420000000000000000000010001000000010000000 
      0000000000000000000000001000000000000000000000000000000000000000 
      00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F 
      1000FF7FFF7FFF7FFF7F10001000000000000000004210420000000000000000 
      0000000000000000104210420000000000000000000010000000000000001000 
      1000000000000000000010000000000000000000000000000000000000000000 
      00000000000000000000000000000000000000000000FF7F00000000FF7F0000 
      1000100010001000100010000000000000000000104210420000000000000000 
      0000000000000000104200420000000000000000000000000000000000000000 
      0000100010001000100000000000000000000000000000000000000000000000 
      00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F0000 
      FF7F0000000000000000000000000000000000000042104200420000E07F0000 
      0000E07F00001042004210420000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F0000 
      000000000000000000000000000000000000000000000000000000000000E07F 
      E07F000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      0000000000000000000000000000000000000000000000000000000000000000 
      000000000000000000000000000000000000424D3E000000000000003E000000 
      2800000040000000500000000100010000000000800200000000000000000000 
      000000000000000000000000FFFFFF00B6E7000000000000B76B000000000000 
      8427000000000000B76B000000000000CEE7000000000000FFFF000000000000 
      C7C7000000000000C7C7000000000000C387000000000000C007000000000000 
      C007000000000000C007000000000000C007000000000000C007000000000000 
      F39F000000000000F39F000000000000FFFF0000FFFFFFFFFFFF0000FFFFFE49 
      FFFF000007C1FE49C007E00707C1FFFFFFFFE00707C1FFFFF83FE0070101C7C7 
      FFFFE0070001C7C7C007E0070001C387FFFFE0070001C007F01FE0078003C007 
      FFFFE007C107C007C007FFFFC107C007FFFFF81FE38FC007F83FF81FE38FF39F 
      FFFFF81FE38FF39FFFFFFFFFFFFFF39FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 
      FFFF8FFFFFFFFFFFFFFF8C03C007C00710388FFFFFFFFFFFBAD7FFFFC03FF807 
      0000FFFFFFFFFFFFD6378FFFC007C007C6D78C03FFFFFFFFEED68FFFC03FF807 
      EC38FFFFFFFFFFFFFFFFFFFFC007C007FFFF8FFFFFFFFFFFFFFF8C03C03FF807 
      FFFF8FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 
      EFFDFFFFFFFFE00FC7FFFFFFFFFFFFFFC3FBF00F81FFF83FE3F7F8C7E3FFF39F 
      F1E7F8C7F1FFF39FF8CFF8C7F8FFF39FFC1FF80FFC7FF39FFE3FF8C7FE3FF39F 
      FC1FF8C7FF1FF39FF8CFF8C7FF8FF39FE1E7F00FFF03E10FC3F3FFFFFFFFFFFF 
      C7FDFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9FFFFFFFC00FFFF 
      F6CFFE008000FFFFF6B7FE000000FFFFF6B7FE000000FFFFF8B780000000FFF7 
      FE8F80000001C1F7FE3F80000003C3FBFF7F80000003C7FBFE3F80010003CBFB 
      FEBF80030003DCF7FC9F80070FC3FF0FFDDF807F0003FFFFFDDF80FF8007FFFF 
      FDDF81FFF87FFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000 
      000000000000} 
  end 
end