home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #7 / K-CD-7-2002.ISO / Tools / AddRemove / adrmpro2.exe / addrempr.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  2002-01-13  |  31.4 KB  |  783 lines

  1. object Form1: TForm1
  2.   Left = 159
  3.   Top = 82
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsSingle
  7.   Caption = 'Add/Remove Pro v.2.05'
  8.   ClientHeight = 414
  9.   ClientWidth = 536
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   OnShow = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label5: TLabel
  22.     Left = -24
  23.     Top = 352
  24.     Width = 553
  25.     Height = 10
  26.     Alignment = taRightJustify
  27.     AutoSize = False
  28.     Caption = 
  29.       #169' Copyright 1999-2002 by Ray Geide - All Rights Reserved - www.s' +
  30.       'uperwin.com'
  31.     Font.Charset = ANSI_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -8
  34.     Font.Name = 'Small Fonts'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object Button1: TButton
  39.     Left = 312
  40.     Top = 192
  41.     Width = 105
  42.     Height = 25
  43.     Hint = 'Uninstalls the Selected Program'
  44.     Caption = '&Uninstall Program'
  45.     Enabled = False
  46.     ParentShowHint = False
  47.     ShowHint = True
  48.     TabOrder = 0
  49.     OnClick = Button1Click
  50.   end
  51.   object Button2: TButton
  52.     Left = 424
  53.     Top = 192
  54.     Width = 105
  55.     Height = 25
  56.     Hint = 
  57.       'Removes the Selected Entry from Windows'#39' Add/Remove Programs lis' +
  58.       't'
  59.     Caption = '&Remove Entry'
  60.     Enabled = False
  61.     ParentShowHint = False
  62.     ShowHint = True
  63.     TabOrder = 1
  64.     OnClick = Button2Click
  65.   end
  66.   object Panel1: TPanel
  67.     Left = 0
  68.     Top = 365
  69.     Width = 536
  70.     Height = 49
  71.     Align = alBottom
  72.     BevelOuter = bvLowered
  73.     Color = clWhite
  74.     TabOrder = 2
  75.     object Label6: TLabel
  76.       Left = 48
  77.       Top = 3
  78.       Width = 73
  79.       Height = 45
  80.       AutoSize = False
  81.       Caption = 'This is Freeware Produced by Super Win Software'
  82.       Font.Charset = ANSI_CHARSET
  83.       Font.Color = clWindowText
  84.       Font.Height = -9
  85.       Font.Name = 'Small Fonts'
  86.       Font.Style = []
  87.       ParentFont = False
  88.       Transparent = True
  89.       WordWrap = True
  90.     end
  91.     object Image1: TImage
  92.       Left = 8
  93.       Top = 4
  94.       Width = 38
  95.       Height = 42
  96.       AutoSize = True
  97.       Picture.Data = {<image001.bmp>}
  98.       Transparent = True
  99.     end
  100.     object Label7: TLabel
  101.       Left = 120
  102.       Top = 3
  103.       Width = 409
  104.       Height = 20
  105.       Alignment = taCenter
  106.       AutoSize = False
  107.       Caption = 'Protect Yourself from Windows Crashes'
  108.       Font.Charset = ANSI_CHARSET
  109.       Font.Color = clBlue
  110.       Font.Height = -16
  111.       Font.Name = 'Arial'
  112.       Font.Style = [fsBold, fsItalic]
  113.       ParentFont = False
  114.       Transparent = True
  115.       WordWrap = True
  116.     end
  117.     object Label8: TLabel
  118.       Left = 120
  119.       Top = 20
  120.       Width = 409
  121.       Height = 25
  122.       Cursor = crHandPoint
  123.       Hint = 'Click to go to www.superwin.com for more information'
  124.       Alignment = taCenter
  125.       AutoSize = False
  126.       Caption = 
  127.         'Don'#39't spend days recovering from a Windows crash, restore in min' +
  128.         'utes with WinRescue.  Click here for more information.'
  129.       Font.Charset = ANSI_CHARSET
  130.       Font.Color = clWindowText
  131.       Font.Height = -11
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = []
  134.       ParentFont = False
  135.       ParentShowHint = False
  136.       ShowHint = True
  137.       Transparent = True
  138.       WordWrap = True
  139.       OnClick = Label8Click
  140.     end
  141.   end
  142.   object ListView1: TListView
  143.     Left = 8
  144.     Top = 8
  145.     Width = 521
  146.     Height = 177
  147.     Columns = <
  148.       item
  149.         Caption = 'Status - Display Name'
  150.         Width = -1
  151.         WidthType = (
  152.           -1)
  153.       end
  154.       item
  155.         Caption = 'Key Name'
  156.         Width = -1
  157.         WidthType = (
  158.           -1)
  159.       end
  160.       item
  161.         Caption = 'Uninstall String'
  162.         Width = -1
  163.         WidthType = (
  164.           -1)
  165.       end>
  166.     ColumnClick = False
  167.     ReadOnly = True
  168.     RowSelect = True
  169.     SmallImages = ImageList1
  170.     SortType = stText
  171.     TabOrder = 3
  172.     ViewStyle = vsReport
  173.     OnClick = ListView1Click
  174.     OnKeyDown = ListBox1KeyDown
  175.     OnMouseDown = ListBox1MouseDown
  176.   end
  177.   object PageControl1: TPageControl
  178.     Left = 8
  179.     Top = 219
  180.     Width = 521
  181.     Height = 129
  182.     ActivePage = TabSheet3
  183.     TabIndex = 0
  184.     TabOrder = 4
  185.     object TabSheet3: TTabSheet
  186.       Caption = 'Introduction'
  187.       object Label4: TLabel
  188.         Left = 232
  189.         Top = 80
  190.         Width = 273
  191.         Height = 13
  192.         AutoSize = False
  193.         Caption = '- Ray Geide, author of Add/Remove Pro'
  194.       end
  195.       object Memo1: TMemo
  196.         Left = 8
  197.         Top = 8
  198.         Width = 497
  199.         Height = 73
  200.         BorderStyle = bsNone
  201.         Lines.Strings = (
  202.           
  203.             '    Maybe no one is like me, but you should see my Windows Add/R' +
  204.             'emove Programs list.  It is full of '
  205.           
  206.             'broken links.  The only way to remove them is to open up the Reg' +
  207.             'istry and try to figure out where the '
  208.           
  209.             'Uninstall entries are.  I'#39'm too lazy to do this more than once a' +
  210.             ' year, so I wrote Add/Remove Pro.'
  211.           
  212.             '    Just run Add/Remove Pro and it will show you which links are' +
  213.             ' bad.  Press the Remove Entry button to '
  214.           
  215.             'remove the entry.  If you would like to uninstall a program, pre' +
  216.             'ss the Uninstall Program button.')
  217.         ParentColor = True
  218.         TabOrder = 0
  219.       end
  220.     end
  221.     object TabSheet5: TTabSheet
  222.       Caption = 'Accuracy'
  223.       object Label9: TLabel
  224.         Left = 8
  225.         Top = 4
  226.         Width = 497
  227.         Height = 41
  228.         AutoSize = False
  229.         Caption = 
  230.           '   The icons to the left of each entry above indicate whether an' +
  231.           ' entry is good or not (see Icons).  Because of differences in un' +
  232.           'install programs some Uninstall Strings are impossible to check ' +
  233.           'correctly.  This is why I have included the Finder.'
  234.         WordWrap = True
  235.       end
  236.       object Label14: TLabel
  237.         Left = 8
  238.         Top = 44
  239.         Width = 497
  240.         Height = 33
  241.         AutoSize = False
  242.         Caption = 
  243.           '   Use the Finder to check for the existance of files in the Uni' +
  244.           'nstall String.  If a file does not exist, then you can assume th' +
  245.           'at the Entry is bad and may be removed.'
  246.         WordWrap = True
  247.       end
  248.       object Label15: TLabel
  249.         Left = 8
  250.         Top = 71
  251.         Width = 497
  252.         Height = 26
  253.         AutoSize = False
  254.         Caption = 
  255.           '   If you accidently remove a good link, you can restore the ent' +
  256.           'ire Add/Remove Programs section from the Backups section.'
  257.         WordWrap = True
  258.       end
  259.     end
  260.     object TabSheet2: TTabSheet
  261.       Caption = 'Status'
  262.       object Image2: TImage
  263.         Left = 8
  264.         Top = 22
  265.         Width = 17
  266.         Height = 17
  267.         Picture.Data = {<image002.bmp>}
  268.       end
  269.       object Image3: TImage
  270.         Left = 8
  271.         Top = 76
  272.         Width = 17
  273.         Height = 17
  274.         Picture.Data = {<image003.bmp>}
  275.       end
  276.       object Image4: TImage
  277.         Left = 8
  278.         Top = 49
  279.         Width = 17
  280.         Height = 17
  281.         Picture.Data = {<image004.bmp>}
  282.       end
  283.       object Label10: TLabel
  284.         Left = 8
  285.         Top = 4
  286.         Width = 497
  287.         Height = 13
  288.         Alignment = taCenter
  289.         AutoSize = False
  290.         Caption = 'To the left of each entry above is one of the icons below.'
  291.         Font.Charset = DEFAULT_CHARSET
  292.         Font.Color = clWindowText
  293.         Font.Height = -11
  294.         Font.Name = 'MS Sans Serif'
  295.         Font.Style = [fsBold]
  296.         ParentFont = False
  297.       end
  298.       object Label11: TLabel
  299.         Left = 32
  300.         Top = 20
  301.         Width = 473
  302.         Height = 27
  303.         AutoSize = False
  304.         Caption = 
  305.           'Good Link - files in the uninstall string were found.  If you wa' +
  306.           'nt to uninstall this program, press the Uninstall Program button' +
  307.           '.'
  308.         WordWrap = True
  309.       end
  310.       object Label12: TLabel
  311.         Left = 32
  312.         Top = 47
  313.         Width = 473
  314.         Height = 27
  315.         AutoSize = False
  316.         Caption = 
  317.           'Missing Disk - the uninstall string points to an unfound file on' +
  318.           ' a removable diskette.  It is possible that the correct diskette' +
  319.           ' or zip disk is not inserted.'
  320.         WordWrap = True
  321.       end
  322.       object Label13: TLabel
  323.         Left = 32
  324.         Top = 74
  325.         Width = 473
  326.         Height = 33
  327.         AutoSize = False
  328.         Caption = 
  329.           'Broken Link - a file in the uninstall string could not be found.' +
  330.           '  Sometimes I am wrong, so please use the checker to check the s' +
  331.           'tring.  To remove the entry press the Remove Entry button.'
  332.         WordWrap = True
  333.       end
  334.     end
  335.     object TabSheet1: TTabSheet
  336.       Caption = 'Finder'
  337.       object Label3: TLabel
  338.         Left = 16
  339.         Top = 4
  340.         Width = 489
  341.         Height = 13
  342.         AutoSize = False
  343.         Caption = 
  344.           'Use this Finder to see if a file in the uninstall string exists ' +
  345.           'on your computer.'
  346.       end
  347.       object TLabel
  348.         Left = 16
  349.         Top = 32
  350.         Width = 3
  351.         Height = 13
  352.       end
  353.       object Label1: TLabel
  354.         Left = 16
  355.         Top = 28
  356.         Width = 73
  357.         Height = 13
  358.         Caption = 'Uninstall String:'
  359.       end
  360.       object Edit1: TEdit
  361.         Left = 96
  362.         Top = 25
  363.         Width = 409
  364.         Height = 21
  365.         ReadOnly = True
  366.         TabOrder = 0
  367.         OnClick = EditChange
  368.       end
  369.       object Button3: TButton
  370.         Left = 320
  371.         Top = 77
  372.         Width = 65
  373.         Height = 21
  374.         Caption = '&Find'
  375.         TabOrder = 1
  376.         OnClick = Button3Click
  377.       end
  378.       object Panel3: TPanel
  379.         Left = 400
  380.         Top = 54
  381.         Width = 105
  382.         Height = 42
  383.         BevelOuter = bvLowered
  384.         Caption = 'Result'
  385.         TabOrder = 2
  386.       end
  387.       object Edit2: TEdit
  388.         Left = 16
  389.         Top = 76
  390.         Width = 305
  391.         Height = 21
  392.         TabOrder = 3
  393.       end
  394.       object Button5: TButton
  395.         Left = 32
  396.         Top = 54
  397.         Width = 337
  398.         Height = 17
  399.         Caption = 
  400.           'Paste Highlighted Text from Uninstall String to the Text Box bel' +
  401.           'ow'
  402.         TabOrder = 4
  403.         OnClick = Button5Click
  404.       end
  405.     end
  406.     object TabSheet4: TTabSheet
  407.       Caption = 'Backups'
  408.       object Label2: TLabel
  409.         Left = 8
  410.         Top = 8
  411.         Width = 305
  412.         Height = 41
  413.         Alignment = taCenter
  414.         AutoSize = False
  415.         Caption = 
  416.           'When the Remove Entry button is pushed, Add/Remove Pro will make' +
  417.           ' a backup first before removing the entry.  Select a backup from' +
  418.           ' this list and press the Restore button to restore that entry.'
  419.         WordWrap = True
  420.       end
  421.       object Label17: TLabel
  422.         Left = 8
  423.         Top = 54
  424.         Width = 305
  425.         Height = 41
  426.         Alignment = taCenter
  427.         AutoSize = False
  428.         Caption = 
  429.           'This version will not restore backups from previous versions.  T' +
  430.           'o restore previous version backups, double click on them in Wind' +
  431.           'ows Explorer.'
  432.         WordWrap = True
  433.       end
  434.       object ListBox1: TListBox
  435.         Left = 326
  436.         Top = 6
  437.         Width = 179
  438.         Height = 73
  439.         ItemHeight = 13
  440.         TabOrder = 0
  441.         OnClick = ListBox1Click
  442.         OnDblClick = Button6Click
  443.       end
  444.       object Button6: TButton
  445.         Left = 327
  446.         Top = 79
  447.         Width = 89
  448.         Height = 17
  449.         Caption = '&Restore'
  450.         TabOrder = 1
  451.         OnClick = Button6Click
  452.       end
  453.       object Button7: TButton
  454.         Left = 416
  455.         Top = 79
  456.         Width = 89
  457.         Height = 17
  458.         Caption = '&Delete File'
  459.         TabOrder = 2
  460.         OnClick = Button7Click
  461.       end
  462.     end
  463.     object TabSheet6: TTabSheet
  464.       Caption = 'All Entries'
  465.       object Label16: TLabel
  466.         Left = 8
  467.         Top = 8
  468.         Width = 177
  469.         Height = 65
  470.         Alignment = taCenter
  471.         AutoSize = False
  472.         Caption = 
  473.           'Not all entries in the Add/Remove list are shown above because s' +
  474.           'ome entries should not be removed.  Here is a list of all entrie' +
  475.           's.  Use the button to delete entries.'
  476.         WordWrap = True
  477.       end
  478.       object ListBox2: TListBox
  479.         Left = 192
  480.         Top = 0
  481.         Width = 313
  482.         Height = 97
  483.         ItemHeight = 13
  484.         Sorted = True
  485.         TabOrder = 0
  486.       end
  487.       object Button8: TButton
  488.         Left = 16
  489.         Top = 80
  490.         Width = 161
  491.         Height = 17
  492.         Caption = '&Delete an entry >>'
  493.         TabOrder = 1
  494.         OnClick = Button8Click
  495.       end
  496.     end
  497.   end
  498.   object Button4: TButton
  499.     Left = 8
  500.     Top = 192
  501.     Width = 75
  502.     Height = 17
  503.     Caption = 'Refresh &List'
  504.     TabOrder = 5
  505.     OnClick = Button4Click
  506.   end
  507.   object ImageList1: TImageList
  508.     Left = 152
  509.     Top = 184
  510.     Bitmap = {
  511.       494C010103000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  512.       0000000000003600000028000000400000002000000001002000000000000020
  513.       0000000000000000000000000000000000000000000000000000000000000000
  514.       0000000000000000000000000000000000000000000000000000000000000000
  515.       0000000000000000000000000000000000000000000000000000000000000000
  516.       0000000000000000000000000000000000000000000000000000000000000000
  517.       0000000000000000000000000000000000000000000000000000000000000000
  518.       0000000000000000000000000000000000000000000000000000000000000000
  519.       0000000000000000000000000000000000000000000000000000000000000000
  520.       0000000000000000000000000000000000000000000000000000000000000000
  521.       0000000000000000000000000000000000000000000000000000000000000000
  522.       0000000000000000000000000000000000000000000000000000000000000000
  523.       0000000000000000000000000000000000000000000000000000000000000000
  524.       0000000000000000000000000000000000000000000000000000000000000000
  525.       0000000000000000000000000000000000000000000000000000000000000000
  526.       0000000000000000000000000000000000000000000000000000000000000000
  527.       0000000000000000000000000000000000000000000000000000000000000000
  528.       0000000000000000000000000000000000000000000000000000000000000000
  529.       0000000000000000000000000000000000000000000000000000000000000000
  530.       0000000000000000000000000000000000000000000000000000000000000000
  531.       0000000000000000000000000000000000000000000000000000000000000000
  532.       0000000000000000000000000000000000000000000000000000000000000000
  533.       0000000000000000000000000000000000000000000000000000000000000000
  534.       0000000000000000000000000000000000000000000000000000000000000000
  535.       0000000000000000000000000000000000000000000000000000000000000000
  536.       0000000000000000000000000000000000000000000000000000000000000000
  537.       0000000000000000000000000000000000000000000000000000000000000000
  538.       0000000000000000000000000000000000000000000000000000000000000000
  539.       0000000000000000000000000000000000000000000000000000000000000000
  540.       0000000000000000000000000000000000000000000000000000000000000000
  541.       0000000000000000000000000000000000000000000000000000000000000000
  542.       0000000000000000000000000000000000000000000000000000000000000000
  543.       0000000000000000000000000000000000000000000000000000000000000000
  544.       0000000000000000000000000000000000000000000000000000000000000000
  545.       0000000000000000000000000000000000000000000000000000000000000000
  546.       0000000000000000000000000000000000000000000000000000000000000000
  547.       0000000000000000000000000000000000000000000000000000000000000000
  548.       0000000000000000000000000000000000000000000000000000000000000000
  549.       0000000000000000000000000000000000000000000000000000000000000000
  550.       0000000000000000000000000000000000000000000000000000000000000000
  551.       0000000000000000000000000000000000000000000000000000000000000000
  552.       0000000000000000000000000000000000000000000000000000000000000000
  553.       0000000000000000000000000000000000000000000000000000000000000000
  554.       0000000000000000000000000000000000000000000000000000000000000000
  555.       0000000000000000000000000000000000000000000000000000000000000000
  556.       0000000000000000000000000000000000000000000000000000000000000000
  557.       0000000000000000000000000000000000000000000000000000000000000000
  558.       0000000000000000000000000000000000000000000000000000000000000000
  559.       0000000000000000000000000000000000000000000000000000000000000000
  560.       0000000000000000000000000000000000000000000000000000000000000000
  561.       0000000000000000000000000000000000000000000000000000000000000000
  562.       0000000000000000000000000000000000000000000000000000000000000000
  563.       0000000000000000000000000000000000000000000000000000000000000000
  564.       0000000000000000000000000000000000000000000000000000000000000000
  565.       0000000000000000000000000000000000000000000000000000000000000000
  566.       0000000000000000000000000000000000000000000000000000000000000000
  567.       0000000000000000000000000000000000000000000000000000000000000000
  568.       0000000000000000000000000000000000000000000000000000000000000000
  569.       0000000000000000000000000000000000000000000000000000000000000000
  570.       0000000000000000000000000000000000000000000000000000000000000000
  571.       0000000000000000000000000000000000000000000000000000000000000000
  572.       0000000000000000000000000000000000000000000000000000000000000000
  573.       0000000000000000000000000000000000000000000000000000000000000000
  574.       0000000000000000000000000000000000000000000000000000000000000000
  575.       0000000000000000000000000000000000000000000000000000000000000000
  576.       0000000000000000000000000000000000000000000000000000000000000000
  577.       0000000000000000000000000000000000000000000000000000000000000000
  578.       0000000000000000000000000000000000000000000000000000000000000000
  579.       0000000000000000000000000000000000000000000000000000000000000000
  580.       0000000000000000000000000000000000000000000000000000000000000000
  581.       0000000000000000000000000000000000000000000000000000000000000000
  582.       0000000000000000000000000000000000000000000000000000000000000000
  583.       0000000000000000000000000000000000000000000000000000000000000000
  584.       0000000000000000000000000000000000000000000000000000000000000000
  585.       0000000000000000000000000000000000000000000000000000000000000000
  586.       0000000000000000000000000000000000000000000000000000000000000000
  587.       0000000000000000000000000000000000000000000000000000000000000000
  588.       0000000000000000000000000000000000000000000000000000000000000000
  589.       0000000000000000000000000000000000000000000000000000000000000000
  590.       0000000000000000000000000000000000000000000000000000000000000000
  591.       0000000000000000000000000000000000000000000000000000000000000000
  592.       0000000000000000000000000000000000000000000000000000000000000000
  593.       0000000000000000000000000000000000000000000000000000000000000000
  594.       0000000000000000000000000000000000000000000000000000000000000000
  595.       0000000000000000000000000000000000000000000000000000000000000000
  596.       0000000000000000000000000000000000000000000000000000000000000000
  597.       0000000000000000000000000000000000000000000000000000000000000000
  598.       0000000000000000000000000000000000000000000000000000000000000000
  599.       0000000000000000000000000000000000000000000000000000000000000000
  600.       0000000000000000000000000000000000000000000000000000000000000000
  601.       0000000000000000000000000000000000000000000000000000000000000000
  602.       0000000000000000000000000000000000000000000000000000000000000000
  603.       0000000000000000000000000000000000000000000000000000000000000000
  604.       0000000000000000000000000000000000000000000000000000000000000000
  605.       0000000000000000000000000000000000000000000000000000000000000000
  606.       0000000000000000000000000000000000000000000000000000000000000000
  607.       0000000000000000000000000000000000000000000000000000000000000000
  608.       0000000000000000000000000000000000000000000000000000000000000000
  609.       0000000000000000000000000000000000000000000000000000000000000000
  610.       0000000000000000000000000000000000000000000000000000000000000000
  611.       0000000000000000000000000000000000000000000000000000000000000000
  612.       0000000000000000000000000000000000000000000000000000000000000000
  613.       0000000000000000000000000000000000000000000000000000000000000000
  614.       0000000000000000000000000000000000000000000000000000000000000000
  615.       0000000000000000000000000000000000000000000000000000000000000000
  616.       0000000000000000000000000000000000000000000000000000000000000000
  617.       0000000000000000000000000000000000000000000000000000000000000000
  618.       0000000000000000000000000000000000000000000000000000000000000000
  619.       0000000000000000000000000000000000000000000000000000000000000000
  620.       0000000000000000000000000000000000000000000000000000000000000000
  621.       0000000000000000000000000000000000000000000000000000000000000000
  622.       0000000000000000000000000000000000000000000000000000000000000000
  623.       0000000000000000000000000000000000000000000000000000000000000000
  624.       0000000000000000000000000000000000000000000000000000000000000000
  625.       0000000000000000000000000000000000000000000000000000000000000000
  626.       0000000000000000000000000000000000000000000000000000000000000000
  627.       0000000000000000000000000000000000000000000000000000000000000000
  628.       0000000000000000000000000000000000000000000000000000000000000000
  629.       0000000000000000000000000000000000000000000000000000000000000000
  630.       0000000000000000000000000000000000000000000000000000000000000000
  631.       0000000000000000000000000000000000000000000000000000000000000000
  632.       0000000000000000000000000000000000000000000000000000000000000000
  633.       0000000000000000000000000000000000000000000000000000000000000000
  634.       0000000000000000000000000000000000000000000000000000000000000000
  635.       0000000000000000000000000000000000000000000000000000000000000000
  636.       0000000000000000000000000000000000000000000000000000000000000000
  637.       0000000000000000000000000000000000000000000000000000000000000000
  638.       0000000000000000000000000000000000000000000000000000000000000000
  639.       0000000000000000000000000000000000000000000000000000000000000000
  640.       0000000000000000000000000000000000000000000000000000000000000000
  641.       0000000000000000000000000000000000000000000000000000000000000000
  642.       0000000000000000000000000000000000000000000000000000000000000000
  643.       0000000000000000000000000000000000000000000000000000000000000000
  644.       0000000000000000000000000000000000000000000000000000000000000000
  645.       0000000000000000000000000000000000000000000000000000000000000000
  646.       0000000000000000000000000000000000000000000000000000000000000000
  647.       0000000000000000000000000000000000000000000000000000000000000000
  648.       0000000000000000000000000000000000000000000000000000000000000000
  649.       0000000000000000000000000000000000000000000000000000000000000000
  650.       7F00000000000000000000000000000000000000000000000000000000000000
  651.       000000007F000000000000000000000000000000000000000000000000000000
  652.       000000000000007F0000007F0000007F0000007F0000007F0000007F00000000
  653.       0000000000000000000000000000000000000000000000000000000000000000
  654.       0000000000000000000000000000000000000000000000000000000000000000
  655.       0000000000000000000000000000000000000000000000000000000000000000
  656.       0000000000000000000000000000000000000000000000000000000000000000
  657.       000000000000000000000000000000000000000000000000000000007F000000
  658.       FF0000007F000000000000000000000000000000000000000000000000000000
  659.       7F000000FF0000007F0000000000000000000000000000000000000000000000
  660.       0000007F000000FF000000FF000000FF000000FF000000FF000000FF0000007F
  661.       00000000000000000000000000000000000000000000007F7F00007F7F00007F
  662.       7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F
  663.       7F00007F7F00007F7F00007F7F00000000000000000000000000000000000000
  664.       0000000000000000000000000000000000000000000000000000000000000000
  665.       0000000000000000000000000000000000000000000000007F000000FF000000
  666.       FF000000FF0000007F000000000000000000000000000000000000007F000000
  667.       FF000000FF000000FF0000007F0000000000000000000000000000000000007F
  668.       000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  669.       0000007F000000000000000000000000000000000000007F7F00007F7F00007F
  670.       7F0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  671.       FF00007F7F00007F7F00007F7F00000000000000000000000000000000000000
  672.       0000000000000000000000000000000000000000000000000000000000000000
  673.       000000000000000000000000000000000000000000000000000000007F000000
  674.       FF000000FF000000FF0000007F00000000000000000000007F000000FF000000
  675.       FF000000FF0000007F0000000000000000000000000000000000007F000000FF
  676.       000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  677.       000000FF0000007F0000000000000000000000000000007F7F00007F7F00007F
  678.       7F0000FFFF00007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  679.       FF00007F7F00007F7F00007F7F00000000000000000000000000000000000000
  680.       0000000000000000000000000000000000000000000000000000000000000000
  681.       0000000000000000000000000000000000000000000000000000000000000000
  682.       7F000000FF000000FF000000FF0000007F0000007F000000FF000000FF000000
  683.       FF0000007F0000000000000000000000000000000000007F000000FF000000FF
  684.       000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  685.       000000FF000000FF0000007F00000000000000000000007F7F00007F7F00007F
  686.       7F0000FFFF00007F7F00007F7F0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  687.       FF00007F7F00007F7F00007F7F00000000000000000000000000000000000000
  688.       0000000000000000000000000000000000000000000000000000000000000000
  689.       0000000000000000000000000000000000000000000000000000000000000000
  690.       000000007F000000FF000000FF000000FF000000FF000000FF000000FF000000
  691.       7F000000000000000000000000000000000000000000007F000000FF000000FF
  692.       000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  693.       000000FF000000FF0000007F00000000000000000000007F7F00007F7F00007F
  694.       7F0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  695.       FF00007F7F00007F7F00007F7F00000000000000000000000000000000000000
  696.       0000000000000000000000000000000000000000000000000000000000000000
  697.       0000000000000000000000000000000000000000000000000000000000000000
  698.       00000000000000007F000000FF000000FF000000FF000000FF0000007F000000
  699.       00000000000000000000000000000000000000000000007F000000FF000000FF
  700.       000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  701.       000000FF000000FF0000007F00000000000000000000007F7F00007F7F00007F
  702.       7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F
  703.       7F00007F7F00007F7F00007F7F00000000000000000000000000000000000000
  704.       0000000000000000000000000000000000000000000000000000000000000000
  705.       0000000000000000000000000000000000000000000000000000000000000000
  706.       00000000000000007F000000FF000000FF000000FF000000FF0000007F000000
  707.       00000000000000000000000000000000000000000000007F000000FF000000FF
  708.       000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  709.       000000FF000000FF0000007F00000000000000000000007F7F00007F7F0000FF
  710.       FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  711.       FF0000FFFF00007F7F00007F7F00000000000000000000000000000000000000
  712.       0000000000000000000000000000000000000000000000000000000000000000
  713.       0000000000000000000000000000000000000000000000000000000000000000
  714.       000000007F000000FF000000FF000000FF000000FF000000FF000000FF000000
  715.       7F000000000000000000000000000000000000000000007F000000FF000000FF
  716.       000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  717.       000000FF000000FF0000007F00000000000000000000007F7F00007F7F0000FF
  718.       FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  719.       FF0000FFFF00007F7F00007F7F00000000000000000000000000000000000000
  720.       0000000000000000000000000000000000000000000000000000000000000000
  721.       0000000000000000000000000000000000000000000000000000000000000000
  722.       7F000000FF000000FF000000FF0000007F0000007F000000FF000000FF000000
  723.       FF0000007F0000000000000000000000000000000000007F000000FF000000FF
  724.       000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  725.       000000FF000000FF0000007F00000000000000000000007F7F00007F7F0000FF
  726.       FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  727.       FF0000FFFF00007F7F00007F7F00000000000000000000000000000000000000
  728.       0000000000000000000000000000000000000000000000000000000000000000
  729.       000000000000000000000000000000000000000000000000000000007F000000
  730.       FF000000FF000000FF0000007F00000000000000000000007F000000FF000000
  731.       FF000000FF0000007F0000000000000000000000000000000000007F000000FF
  732.       000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  733.       000000FF0000007F0000000000000000000000000000007F7F00007F7F0000FF
  734.       FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  735.       FF0000FFFF00007F7F00007F7F00000000000000000000000000000000000000
  736.       0000000000000000000000000000000000000000000000000000000000000000
  737.       0000000000000000000000000000000000000000000000007F000000FF000000
  738.       FF000000FF0000007F000000000000000000000000000000000000007F000000
  739.       FF000000FF000000FF0000007F0000000000000000000000000000000000007F
  740.       000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF
  741.       0000007F000000000000000000000000000000000000007F7F00007F7F0000FF
  742.       FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  743.       FF0000FFFF00007F7F00007F7F00000000000000000000000000000000000000
  744.       0000000000000000000000000000000000000000000000000000000000000000
  745.       000000000000000000000000000000000000000000000000000000007F000000
  746.       FF0000007F000000000000000000000000000000000000000000000000000000
  747.       7F000000FF0000007F0000000000000000000000000000000000000000000000
  748.       0000007F000000FF000000FF000000FF000000FF000000FF000000FF0000007F
  749.       00000000000000000000000000000000000000000000007F7F00007F7F0000FF
  750.       FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
  751.       FF0000FFFF00007F7F00007F7F00000000000000000000000000000000000000
  752.       0000000000000000000000000000000000000000000000000000000000000000
  753.       0000000000000000000000000000000000000000000000000000000000000000
  754.       7F00000000000000000000000000000000000000000000000000000000000000
  755.       000000007F000000000000000000000000000000000000000000000000000000
  756.       000000000000007F0000007F0000007F0000007F0000007F0000007F00000000
  757.       00000000000000000000000000000000000000000000007F7F00007F7F00007F
  758.       7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F7F00007F
  759.       7F00007F7F00007F7F00007F7F00000000000000000000000000000000000000
  760.       0000000000000000000000000000000000000000000000000000000000000000
  761.       0000000000000000000000000000000000000000000000000000000000000000
  762.       0000000000000000000000000000000000000000000000000000000000000000
  763.       0000000000000000000000000000000000000000000000000000000000000000
  764.       0000000000000000000000000000000000000000000000000000000000000000
  765.       0000000000000000000000000000000000000000000000000000000000000000
  766.       0000000000000000000000000000000000000000000000000000000000000000
  767.       0000000000000000000000000000000000000000000000000000000000000000
  768.       0000000000000000000000000000000000000000000000000000000000000000
  769.       000000000000000000000000000000000000424D3E000000000000003E000000
  770.       2800000040000000200000000100010000000000000100000000000000000000
  771.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  772.       0000000000000000000000000000000000000000000000000000000000000000
  773.       0000000000000000000000000000000000000000000000000000000000000000
  774.       0000000000000000000000000000000000000000000000000000000000000000
  775.       00000000000000000000000000000000FFFFFFFFFFFF0000EFF7F81FFFFF0000
  776.       C7E3F00F8001000083C1E00780010000C183C00380010000E007800180010000
  777.       F00F800180010000F81F800180010000F81F800180010000F00F800180010000
  778.       E007800180010000C183C0038001000083C1E00780010000C7E3F00F80010000
  779.       EFF7F81F80010000FFFFFFFFFFFF000000000000000000000000000000000000
  780.       000000000000}
  781.   end
  782. end
  783.