home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / PCE.EXE / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1998-06-16  |  23KB  |  690 lines

  1. object MainForm: TMainForm
  2.   Left = 266
  3.   Top = 136
  4.   AutoScroll = False
  5.   Caption = 'Delphi Package Collection Editor'
  6.   ClientHeight = 413
  7.   ClientWidth = 508
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   Menu = MainMenu
  11.   OldCreateOrder = True
  12.   Position = poDefaultPosOnly
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Spacer: TShape
  20.     Left = 221
  21.     Top = 27
  22.     Width = 5
  23.     Height = 367
  24.     Align = alRight
  25.     Brush.Style = bsClear
  26.     Pen.Color = clBtnFace
  27.   end
  28.   object StatusBar: TStatusBar
  29.     Left = 0
  30.     Top = 394
  31.     Width = 508
  32.     Height = 19
  33.     Panels = <>
  34.     SimplePanel = True
  35.   end
  36.   object TreeView: TTreeView
  37.     Left = 0
  38.     Top = 27
  39.     Width = 221
  40.     Height = 367
  41.     Align = alClient
  42.     HideSelection = False
  43.     Indent = 19
  44.     TabOrder = 1
  45.     OnChange = TreeViewChange
  46.     OnEdited = TreeViewEdited
  47.     OnEditing = TreeViewEditing
  48.   end
  49.   object PageControl: TPageControl
  50.     Left = 226
  51.     Top = 27
  52.     Width = 282
  53.     Height = 367
  54.     ActivePage = GroupSheet
  55.     Align = alRight
  56.     TabOrder = 2
  57.     TabStop = False
  58.     OnChange = PageControlChange
  59.     object PackageSheet: TTabSheet
  60.       Caption = 'PackageSheet'
  61.       TabVisible = False
  62.       object Label4: TLabel
  63.         Left = 8
  64.         Top = 108
  65.         Width = 249
  66.         Height = 13
  67.         AutoSize = False
  68.         FocusControl = RequiredExeList
  69.         Caption = 'Required Execut&able files:'
  70.       end
  71.       object Label3: TLabel
  72.         Left = 8
  73.         Top = 61
  74.         Width = 241
  75.         Height = 13
  76.         AutoSize = False
  77.         FocusControl = RequiredExeDir
  78.         Caption = 'Required Exe&cutables directory:'
  79.       end
  80.       object Label8: TLabel
  81.         Left = 8
  82.         Top = 192
  83.         Width = 233
  84.         Height = 13
  85.         AutoSize = False
  86.         FocusControl = RequiredLibDir
  87.         Caption = 'Required Libraries &directory:'
  88.       end
  89.       object Label9: TLabel
  90.         Left = 8
  91.         Top = 237
  92.         Width = 241
  93.         Height = 13
  94.         AutoSize = False
  95.         FocusControl = RequiredLibList
  96.         Caption = 'Required Li&brary files:'
  97.       end
  98.       object Label7: TLabel
  99.         Left = 8
  100.         Top = 8
  101.         Width = 89
  102.         Height = 13
  103.         Caption = '&Package directory:'
  104.         FocusControl = PackageDir
  105.       end
  106.       object RequiredExeList: TListBox
  107.         Left = 8
  108.         Top = 123
  109.         Width = 257
  110.         Height = 56
  111.         ItemHeight = 13
  112.         TabOrder = 1
  113.       end
  114.       object RequiredExeDir: TComboBox
  115.         Left = 8
  116.         Top = 77
  117.         Width = 145
  118.         Height = 21
  119.         Style = csDropDownList
  120.         ItemHeight = 0
  121.         TabOrder = 0
  122.         OnClick = RequiredExeDirClick
  123.       end
  124.       object RequiredLibDir: TComboBox
  125.         Left = 8
  126.         Top = 209
  127.         Width = 145
  128.         Height = 21
  129.         Style = csDropDownList
  130.         ItemHeight = 0
  131.         TabOrder = 2
  132.         OnChange = RequiredLibDirChange
  133.       end
  134.       object RequiredLibList: TListBox
  135.         Left = 8
  136.         Top = 253
  137.         Width = 257
  138.         Height = 63
  139.         ItemHeight = 13
  140.         TabOrder = 3
  141.       end
  142.       object PackageDir: TComboBox
  143.         Left = 8
  144.         Top = 24
  145.         Width = 145
  146.         Height = 21
  147.         Style = csDropDownList
  148.         ItemHeight = 0
  149.         TabOrder = 4
  150.         OnClick = PackageDirClick
  151.       end
  152.     end
  153.     object GroupSheet: TTabSheet
  154.       Caption = 'GroupSheet'
  155.       TabVisible = False
  156.       object Label1: TLabel
  157.         Left = 8
  158.         Top = 7
  159.         Width = 145
  160.         Height = 13
  161.         AutoSize = False
  162.         Caption = '&Install directory:'
  163.         FocusControl = GroupDir
  164.       end
  165.       object Label2: TLabel
  166.         Left = 8
  167.         Top = 81
  168.         Width = 201
  169.         Height = 13
  170.         AutoSize = False
  171.         Caption = 'In&cluded files:'
  172.         FocusControl = FileList
  173.       end
  174.       object AddButton: TButton
  175.         Left = 14
  176.         Top = 225
  177.         Width = 75
  178.         Height = 25
  179.         Caption = '&Add...'
  180.         TabOrder = 3
  181.         OnClick = AddButtonClick
  182.       end
  183.       object DeleteButton: TButton
  184.         Left = 96
  185.         Top = 225
  186.         Width = 75
  187.         Height = 25
  188.         Caption = '&Delete'
  189.         TabOrder = 4
  190.         OnClick = DeleteButtonClick
  191.       end
  192.       object FileList: TListBox
  193.         Left = 8
  194.         Top = 98
  195.         Width = 257
  196.         Height = 109
  197.         ItemHeight = 13
  198.         MultiSelect = True
  199.         Sorted = True
  200.         TabOrder = 2
  201.       end
  202.       object AutoButton: TButton
  203.         Left = 177
  204.         Top = 225
  205.         Width = 75
  206.         Height = 25
  207.         Caption = 'A&uto...'
  208.         TabOrder = 5
  209.         OnClick = AutoButtonClick
  210.       end
  211.       object GroupDir: TComboBox
  212.         Left = 8
  213.         Top = 24
  214.         Width = 145
  215.         Height = 21
  216.         Style = csDropDownList
  217.         ItemHeight = 13
  218.         TabOrder = 0
  219.         OnClick = GroupDirClick
  220.       end
  221.       object OptionalGroup: TCheckBox
  222.         Left = 8
  223.         Top = 56
  224.         Width = 97
  225.         Height = 17
  226.         Caption = '&Optional group'
  227.         TabOrder = 1
  228.         OnClick = OptionalGroupClick
  229.       end
  230.     end
  231.     object SummarySheet: TTabSheet
  232.       Caption = 'SummarySheet'
  233.       TabVisible = False
  234.       object Label5: TLabel
  235.         Left = 8
  236.         Top = 8
  237.         Width = 102
  238.         Height = 13
  239.         Caption = 'A&uthor/Vendor name:'
  240.         FocusControl = AuthorName
  241.       end
  242.       object Label6: TLabel
  243.         Left = 8
  244.         Top = 53
  245.         Width = 60
  246.         Height = 13
  247.         Caption = '&Directory list:'
  248.         FocusControl = DirectoryList
  249.       end
  250.       object AuthorName: TEdit
  251.         Left = 8
  252.         Top = 24
  253.         Width = 257
  254.         Height = 21
  255.         TabOrder = 0
  256.         OnChange = AuthorNameChange
  257.       end
  258.       object DirectoryList: TListView
  259.         Left = 8
  260.         Top = 69
  261.         Width = 257
  262.         Height = 151
  263.         Columns = <
  264.           item
  265.             Caption = 'Dir Name'
  266.             Width = 70
  267.           end
  268.           item
  269.             Caption = 'Suggested Path'
  270.             Width = 183
  271.           end>
  272.         HideSelection = False
  273.         HotTrackStyles = []
  274.         RowSelect = True
  275.         TabOrder = 1
  276.         ViewStyle = vsReport
  277.         OnChange = DirectoryListChange
  278.         OnDblClick = EditDirectory
  279.       end
  280.       object AddDirButton: TButton
  281.         Left = 16
  282.         Top = 228
  283.         Width = 75
  284.         Height = 25
  285.         Caption = '&Add'
  286.         TabOrder = 2
  287.         OnClick = AddDirectory
  288.       end
  289.       object EditDirButton: TButton
  290.         Left = 96
  291.         Top = 228
  292.         Width = 75
  293.         Height = 25
  294.         Caption = 'Ed&it...'
  295.         Enabled = False
  296.         TabOrder = 3
  297.         OnClick = EditDirectory
  298.       end
  299.       object DeleteDirButton: TButton
  300.         Left = 176
  301.         Top = 228
  302.         Width = 75
  303.         Height = 25
  304.         Caption = 'De&lete'
  305.         Enabled = False
  306.         TabOrder = 4
  307.         OnClick = DeleteDirectory
  308.       end
  309.     end
  310.   end
  311.   object ToolBar1: TToolBar
  312.     Left = 0
  313.     Top = 0
  314.     Width = 508
  315.     Height = 27
  316.     Caption = 'ToolBar1'
  317.     Images = ActionImages
  318.     ParentShowHint = False
  319.     ShowHint = True
  320.     TabOrder = 3
  321.     object ToolButton2: TToolButton
  322.       Left = 0
  323.       Top = 2
  324.       Width = 8
  325.       Caption = 'ToolButton2'
  326.       ImageIndex = 1
  327.       Style = tbsSeparator
  328.     end
  329.     object NewBtn: TToolButton
  330.       Left = 8
  331.       Top = 2
  332.       Action = NewAction
  333.     end
  334.     object OpenBtn: TToolButton
  335.       Left = 31
  336.       Top = 2
  337.       Action = OpenAction
  338.     end
  339.     object SaveBtn: TToolButton
  340.       Left = 54
  341.       Top = 2
  342.       Action = SaveAction
  343.     end
  344.     object ToolButton6: TToolButton
  345.       Left = 77
  346.       Top = 2
  347.       Width = 8
  348.       Caption = 'ToolButton6'
  349.       ImageIndex = 4
  350.       Style = tbsSeparator
  351.     end
  352.     object ToolButton1: TToolButton
  353.       Left = 85
  354.       Top = 2
  355.       Action = AddPackageAction
  356.     end
  357.     object ToolButton3: TToolButton
  358.       Left = 108
  359.       Top = 2
  360.       Action = RemovePackageAction
  361.     end
  362.     object ToolButton4: TToolButton
  363.       Left = 131
  364.       Top = 2
  365.       Width = 8
  366.       Caption = 'ToolButton4'
  367.       ImageIndex = 7
  368.       Style = tbsSeparator
  369.     end
  370.     object ToolButton5: TToolButton
  371.       Left = 139
  372.       Top = 2
  373.       Action = AddFileGroupAction
  374.     end
  375.     object ToolButton7: TToolButton
  376.       Left = 162
  377.       Top = 2
  378.       Action = RemoveFileGroupAction
  379.     end
  380.     object ToolButton8: TToolButton
  381.       Left = 185
  382.       Top = 2
  383.       Width = 8
  384.       Caption = 'ToolButton8'
  385.       ImageIndex = 5
  386.       Style = tbsSeparator
  387.     end
  388.     object ToolButton9: TToolButton
  389.       Left = 193
  390.       Top = 2
  391.       Action = CompileCollectionAction
  392.     end
  393.   end
  394.   object MainMenu: TMainMenu
  395.     Left = 16
  396.     Top = 203
  397.     object FileMenu: TMenuItem
  398.       Caption = '&File'
  399.       object New1: TMenuItem
  400.         Action = NewAction
  401.       end
  402.       object Open1: TMenuItem
  403.         Action = OpenAction
  404.       end
  405.       object Save1: TMenuItem
  406.         Action = SaveAction
  407.       end
  408.       object SaveAs1: TMenuItem
  409.         Action = SaveAsAction
  410.       end
  411.       object N1: TMenuItem
  412.         Caption = '-'
  413.       end
  414.       object Exit1: TMenuItem
  415.         Action = ExitAction
  416.       end
  417.     end
  418.     object EditMenu: TMenuItem
  419.       Caption = '&Edit'
  420.       object AddPackage1: TMenuItem
  421.         Action = AddPackageAction
  422.       end
  423.       object RemovePackage1: TMenuItem
  424.         Action = RemovePackageAction
  425.       end
  426.       object N2: TMenuItem
  427.         Caption = '-'
  428.       end
  429.       object AddFileGroup1: TMenuItem
  430.         Action = AddFileGroupAction
  431.       end
  432.       object RemoveFileGroup1: TMenuItem
  433.         Action = RemoveFileGroupAction
  434.       end
  435.       object N3: TMenuItem
  436.         Caption = '-'
  437.       end
  438.       object CompileCollection1: TMenuItem
  439.         Action = CompileCollectionAction
  440.       end
  441.     end
  442.     object HelpMenu: TMenuItem
  443.       Caption = '&Help'
  444.       object HelpTopicsItem: TMenuItem
  445.         Caption = '&Help Topics'
  446.         OnClick = HelpTopicsItemClick
  447.       end
  448.       object N4: TMenuItem
  449.         Caption = '-'
  450.       end
  451.       object HelpAboutItem: TMenuItem
  452.         Caption = '&About...'
  453.         OnClick = HelpAboutItemClick
  454.       end
  455.     end
  456.   end
  457.   object OpenDialog: TOpenDialog
  458.     Left = 96
  459.     Top = 200
  460.   end
  461.   object SaveDialog: TSaveDialog
  462.     DefaultExt = 'pce'
  463.     Options = [ofOverwritePrompt, ofHideReadOnly, ofNoChangeDir]
  464.     Left = 48
  465.     Top = 128
  466.   end
  467.   object Actions: TActionList
  468.     Images = ActionImages
  469.     Left = 48
  470.     Top = 320
  471.     object NewAction: TAction
  472.       Category = 'File'
  473.       Caption = '&New'
  474.       Hint = 'Create a new collection definition'
  475.       ImageIndex = 0
  476.       ShortCut = 16462
  477.       OnExecute = FileNewItemClick
  478.     end
  479.     object OpenAction: TAction
  480.       Category = 'File'
  481.       Caption = '&Open...'
  482.       Hint = 'Open an existing collection definition'
  483.       ImageIndex = 1
  484.       ShortCut = 16463
  485.       OnExecute = FileOpenItemClick
  486.     end
  487.     object SaveAction: TAction
  488.       Category = 'File'
  489.       Caption = '&Save'
  490.       Hint = 'Save the collection definition'
  491.       ImageIndex = 2
  492.       ShortCut = 16467
  493.       OnExecute = FileSaveItemClick
  494.     end
  495.     object AddPackageAction: TAction
  496.       Category = 'Edit'
  497.       Caption = '&Add Package...'
  498.       Hint = 'Add a package'
  499.       ImageIndex = 5
  500.       OnExecute = AddPackage
  501.     end
  502.     object SaveAsAction: TAction
  503.       Category = 'File'
  504.       Caption = 'Save &As...'
  505.       Hint = 'Save the collection definition with a new name'
  506.       OnExecute = FileSaveAsItemClick
  507.     end
  508.     object ExitAction: TAction
  509.       Category = 'File'
  510.       Caption = 'E&xit'
  511.       Hint = 'Exit the Package Collection Editor'
  512.       ShortCut = 32856
  513.       OnExecute = FileExitItemClick
  514.     end
  515.     object RemovePackageAction: TAction
  516.       Category = 'Edit'
  517.       Caption = '&Remove Package'
  518.       Hint = 'Remove the selected package'
  519.       ImageIndex = 6
  520.       OnExecute = RemovePackage
  521.     end
  522.     object AddFileGroupAction: TAction
  523.       Category = 'Edit'
  524.       Caption = 'Add &File Group...'
  525.       Hint = 'Add a file group'
  526.       ImageIndex = 3
  527.       OnExecute = AddFileGroup
  528.     end
  529.     object RemoveFileGroupAction: TAction
  530.       Category = 'Edit'
  531.       Caption = 'Remove File &Group'
  532.       Hint = 'Remove the selected file group'
  533.       ImageIndex = 4
  534.       OnExecute = RemoveFileGroup
  535.     end
  536.     object CompileCollectionAction: TAction
  537.       Category = 'Edit'
  538.       Caption = '&Compile Collection'
  539.       Hint = 'Compile the collection'
  540.       ImageIndex = 7
  541.       OnExecute = Compile
  542.     end
  543.   end
  544.   object ActionImages: TImageList
  545.     Left = 88
  546.     Top = 320
  547.     Bitmap = {
  548.       3610000008000000424D36100000000000003600000028000000400000002000
  549.       0000010010000000000000100000000000000000000000000000000000000000
  550.       0000000000000000000000000000000000000000000000000000000000000000
  551.       000000000000000000000000000000000000EF3DEF3D00000000000000000000
  552.       0000000000000000000000000000000000000000000000000000000000000000
  553.       00000000000000000000EF3DEF3DEF3D00000000000000000000000000000000
  554.       0000004200420042004200420042004200420042004200000000000000000000
  555.       00000000000000000000000000000000E003E003EF3D00000000000000000000
  556.       0000000000000000000000000000000000000000000000000000000000000000
  557.       00000000000000001F001F001F00EF3D00000000000000000000000000000000
  558.       E07F000000420042004200420042004200420042004200420000000000000000
  559.       0000000000000000000000000000EF3DE003E003EF3DEF3DEF3D000000000000
  560.       000000000000000000000000000000000000EF3DEF3DEF3DEF3DEF3DEF3D0000
  561.       00000000000000001F001F001F00EF3D00000000000000000000000000000000
  562.       FF7F104200000042004200420042004200420042004200420042000000000000
  563.       00000000000000000000EF3DE003E003E003E003E003E003EF3D000000000000
  564.       00000000000000000000EF3D00000000007C007C007C007C007C007CEF3D0000
  565.       00000000000000001F001F001F00000000000000000000000000000000000000
  566.       E07F104200000042004200420042004200420042004200420042004200000000
  567.       00000000EF3DEF3DEF3DF75EE003E003E003E003E003E0030000000000000000
  568.       00000000EF3DEF3DEF3DF75EEF3D0000007C007C007C007C007C007C00000000
  569.       0000000000000000000000000000EF3DEF3DEF3D000000000000000000000000
  570.       FF7F1042FF7F0000000000000000004200420042004200420042004200000000
  571.       EF3DEF3DFF7FF75EFF7FF75EEF3DEF3DE003E003EF3D00000000000000000000
  572.       EF3DEF3DFF7FF75EFF7FF75EEF3DEF3D00000000000000000000000000000000
  573.       0000000000000000000000001F001F001F00EF3D000000000000000000000000
  574.       E07F1042FF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000EF3D
  575.       F75EFF7FF75EFF7FF75EF75EEF3DEF3DE003E00300000000000000000000EF3D
  576.       F75EFF7FF75EFF7FF75EF75EEF3DEF3DEF3D0000000000000000000000000000
  577.       0000000000000000000000001F001F001F00EF3D000000000000000000000000
  578.       FF7F1042FF7F186318631863186318631863FF7F18630000000000000000EF3D
  579.       FF7FF75EFF7FF75EFF7FF75EEF3DEF3DEF3DEF3D00000000000000000000EF3D
  580.       FF7FF75EFF7FF75EFF7FF75EEF3DEF3DEF3DEF3D000000000000000000000000
  581.       0000000000000000000000001F001F001F00EF3DEF3D00000000000000000000
  582.       E07F1042FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F18630000000000000000EF3D
  583.       F75EFF7FFF7FF75EF75EF75EEF3DEF3DEF3DEF3D00000000000000000000EF3D
  584.       F75EFF7FFF7FF75EF75EF75EEF3DEF3DEF3DEF3D000000000000000000000000
  585.       00000000000000000000000000001F001F001F00EF3D00000000000000000000
  586.       00001042FF7F1863186318631863FF7FFF7FFF7F18630000000000000000EF3D
  587.       FF7FF75EF75EF75EF75EF75EF75EEF3DEF3DEF3D00000000000000000000EF3D
  588.       FF7FF75EF75EF75EF75EF75EF75EEF3DEF3DEF3D000000000000000000000000
  589.       00000000000000000000000000001F001F001F00EF3D00000000000000000000
  590.       00001042FF7FFF7FFF7FFF7FFF7F10421042104210420000000000000000EF3D
  591.       F75EF75EF75EF75EF75EF75EF75EF75EEF3DEF3D00000000000000000000EF3D
  592.       F75EF75EF75EF75EF75EF75EF75EF75EEF3DEF3D000000000000000000000000
  593.       00000000000000000000000000001F001F001F00EF3DEF3D0000000000000000
  594.       00001042FF7F186318631863186310420000000000000000000000000000EF3D
  595.       F75EF75EF75EF75EF75EF75EF75EF75EEF3DEF3D00000000000000000000EF3D
  596.       F75EF75EF75EF75EF75EF75EF75EF75EEF3DEF3D000000000000000000000000
  597.       000000000000000000000000000000001F001F001F00EF3D0000000000000000
  598.       00001042FF7FFF7FFF7FFF7FFF7F104200400040004000400040004000000000
  599.       EF3DF75EF75EF75EF75EF75EF75EF75EF75EEF3DEF3D00000000000000000000
  600.       EF3DF75EF75EF75EF75EF75EF75EF75EF75EEF3DEF3D00000000000000000000
  601.       000000000000000000000000000000001F001F001F00EF3D0000000000000000
  602.       00001042104210421042104210421042007C007C007C007C007C007C00000000
  603.       0000EF3DF75EF75EF75EF75EF75EEF3DEF3D0000000000000000000000000000
  604.       0000EF3DF75EF75EF75EF75EF75EEF3DEF3D0000000000000000000000000000
  605.       000000000000000000000000000000001F001F001F0000000000000000000000
  606.       0000000000000000000000000000000010421042104210421042104200000000
  607.       00000000EF3DF75EF75EEF3DEF3D000000000000000000000000000000000000
  608.       00000000EF3DF75EF75EEF3DEF3D000000000000000000000000000000000000
  609.       0000000000000000000000000000000000000000000000000000000000000000
  610.       0000000000000000000000000000000000000000000000000000000000000000
  611.       000000000000EF3DEF3D00000000000000000000000000000000000000000000
  612.       000000000000EF3DEF3D00000000000000000000000000000000000000000000
  613.       0000000000000000000000000000000000000000000000000000000000000000
  614.       0000000000000000000000000000000000000000000000000000000000000000
  615.       0000000000000000000000000000000000000000000000000000000000000000
  616.       0000000000000000000000000000000000000000000000000000000000000000
  617.       0000000000000000000000000000000000000000000000000000000000000000
  618.       0000000000000000000000000000000000000000000000000000000000000000
  619.       0000000000000000000000000000000000000000000000000000000000000000
  620.       0000000000000000000000000000000000000000000000000000000000000000
  621.       0000004200420042004200420042004200420042004200000000000000000000
  622.       0000000000000000000000000000000000000000000000000000000000000000
  623.       0000000000000000000000000000000000000000000000000000000000000000
  624.       0000004200420000000000000000000000001863186300000042000000000000
  625.       E07F000000420042004200420042004200420042004200420000000000000000
  626.       00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000
  627.       0000004200420042004200420042004200420042000000000000000000000000
  628.       0000004200420000000000000000000000001863186300000042000000000000
  629.       FF7F104200000042004200420042004200420042004200420042000000000000
  630.       00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000
  631.       E07F000000420042004200420042004200420042004200000000000000000000
  632.       0000004200420000000000000000000000001863186300000042000000000000
  633.       E07F104200000042004200420042004200420042004200420042004200000000
  634.       00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000
  635.       FF7FE07F00000042004200420042004200420042004200420000000000000000
  636.       0000004200420000000000000000000000000000000000000042000000000000
  637.       FF7F1042FF7F0000000000000000004200420042004200420042004200000000
  638.       00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000
  639.       E07FFF7FE07F0000004200420042004200420042004200420042000000000000
  640.       0000004200420042004200420042004200420042004200420042000000000000
  641.       E07F1042FF7FFF7FFF7FFF7FFF7F000000000000000000000000000000000000
  642.       00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000
  643.       FF7FE07FFF7FE07F000000000000000000000000000000000000000000000000
  644.       0000004200420000000000000000000000000000000000420042000000000000
  645.       FF7F1042FF7F186318631863186318631863FF7F186300000000000000000000
  646.       00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000
  647.       E07FFF7FE07FFF7FE07FFF7FE07FFF7FE07F0000000000000000000000000000
  648.       0000004200001863186318631863186318631863186300000042000000000000
  649.       E07F1042FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F000000000000000000000000
  650.       00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000
  651.       FF7FE07FFF7FE07FFF7FE07FFF7FE07FFF7F0000000000000000000000000000
  652.       0000004200001863186318631863186318631863186300000042000000000000
  653.       00001042FF7F1863186318631863FF7FFF7F1042E003E0030000000000000000
  654.       00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000
  655.       E07FFF7FE07F0000000000000000000000000000000000000000000000000000
  656.       0000004200001863186318631863186318631863186300000042000000000000
  657.       00001042FF7FFF7FFF7FFF7FFF7FFF7F10421042E003E0030000000000000000
  658.       00000000FF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
  659.       0000000000000000000000000000000000000000000000000000000000000000
  660.       0000004200001863186318631863186318631863186300000042000000000000
  661.       00001042FF7F18631863186318631042E003E003E003E003E003E00300000000
  662.       00000000FF7FFF7FFF7FFF7FFF7FFF7F0000FF7F000000000000000000000000
  663.       0000000000000000000000000000000000000000000000000000000000000000
  664.       0000004200001863186318631863186318631863186300000000000000000000
  665.       00001042FF7FFF7FFF7FFF7FFF7F1042E003E003E003E003E003E00300000000
  666.       00000000FF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000
  667.       0000000000000000000000000000000000000000000000000000000000000000
  668.       0000004200001863186318631863186318631863186300001863000000000000
  669.       0000104210421042104210421042104210421042E003E0030000000000000000
  670.       0000000000000000000000000000000000000000000000000000000000000000
  671.       0000000000000000000000000000000000000000000000000000000000000000
  672.       0000000000000000000000000000000000000000000000000000000000000000
  673.       0000000000000000000000000000000000001042E003E0030000000000000000
  674.       0000000000000000000000000000000000000000000000000000000000000000
  675.       0000000000000000000000000000000000000000000000000000000000000000
  676.       0000000000000000000000000000000000000000000000000000000000000000
  677.       000000000000000000000000000000000000000010421042000000000000424D
  678.       3E010000000000003E0000002800000040000000200000000100010000000000
  679.       000100000000000000000000020000000000000000000000FFFFFF00000FFFCF
  680.       FFFFFC7F0007FF8FFFFFF87F0003FF03FFC0F87F0001FC03FC80F8FF0000E007
  681.       E001FF1F0000800F803FFE1F0000001F001FFE1F0007000F000FFE0F0007000F
  682.       000FFF0F8007000F000FFF0FC007000F000FFF07C001000F000FFF87C000800F
  683.       800FFF87C000C03FC03FFF8FFF81E0FFE0FFFFFFFFFFF3FFF3FFFFFFFFFFFFFF
  684.       FFFF000FFFFFFFFFC0010007C007001F80010003C007000F80010001C0070007
  685.       80010000C007000380010000C007000180010000C007000080010007C007001F
  686.       80010003C007001F80018003C007001F8001C001C0078FF18001C000C00FFFF9
  687.       8001C000C01FFF758001C001C03FFF8F8001FFC3FFFFFFFFFFFFFFE7}
  688.   end
  689. end
  690.