home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / cmSystem.bpl / RCDATA / TFRMSYSTEM / TFRMSYSTEM.txt < prev   
Encoding:
Text File  |  2004-03-31  |  77.7 KB  |  1,932 lines

  1. object frmSystem: TfrmSystem
  2.   Left = 361
  3.   Top = 578
  4.   BorderStyle = bsNone
  5.   Caption = 'System'
  6.   ClientHeight = 450
  7.   ClientWidth = 425
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl1: TPageControl
  20.     Left = 10
  21.     Top = 7
  22.     Width = 405
  23.     Height = 405
  24.     ActivePage = tsGeneral
  25.     TabIndex = 0
  26.     TabOrder = 0
  27.     object tsGeneral: TTabSheet
  28.       Caption = 'General'
  29.       ImageIndex = 3
  30.       OnShow = tsGeneralShow
  31.       object gbMSI: TGroupBox
  32.         Left = 12
  33.         Top = 163
  34.         Width = 372
  35.         Height = 116
  36.         Caption = 'Windows Installer - user data'
  37.         TabOrder = 1
  38.         OnExit = gbMSIExit
  39.         object Image14: TImage
  40.           Left = 12
  41.           Top = 17
  42.           Width = 32
  43.           Height = 32
  44.           AutoSize = True
  45.           Picture.Data = {<image000.ico>}
  46.         end
  47.         object Label56: TLabel
  48.           Left = 82
  49.           Top = 55
  50.           Width = 31
  51.           Height = 13
  52.           HelpContext = 2292
  53.           Alignment = taRightJustify
  54.           Caption = '&Name:'
  55.           FocusControl = txtMSIName
  56.         end
  57.         object Label57: TLabel
  58.           Left = 65
  59.           Top = 83
  60.           Width = 49
  61.           Height = 13
  62.           HelpContext = 2293
  63.           Alignment = taRightJustify
  64.           Caption = '&Company:'
  65.           FocusControl = txtMSICompany
  66.         end
  67.         object Label51: TLabel
  68.           Left = 51
  69.           Top = 17
  70.           Width = 310
  71.           Height = 30
  72.           AutoSize = False
  73.           Caption = 
  74.             'Specify the data that should be used by the Windows Installer fo' +
  75.             'r the current user by default.'
  76.           ShowAccelChar = False
  77.           WordWrap = True
  78.         end
  79.         object txtMSIName: TEdit
  80.           Left = 120
  81.           Top = 53
  82.           Width = 194
  83.           Height = 21
  84.           HelpContext = 2292
  85.           TabOrder = 0
  86.           OnChange = txtMSIChange
  87.         end
  88.         object txtMSICompany: TEdit
  89.           Left = 120
  90.           Top = 80
  91.           Width = 194
  92.           Height = 21
  93.           HelpContext = 2293
  94.           TabOrder = 1
  95.           OnChange = txtMSIChange
  96.         end
  97.       end
  98.       object gbWin: TGroupBox
  99.         Left = 12
  100.         Top = 10
  101.         Width = 372
  102.         Height = 141
  103.         Caption = 'Windows registration'
  104.         TabOrder = 0
  105.         OnExit = gbWinExit
  106.         object Label3: TLabel
  107.           Left = 84
  108.           Top = 57
  109.           Width = 31
  110.           Height = 13
  111.           HelpContext = 2289
  112.           Alignment = taRightJustify
  113.           Caption = 'N&ame:'
  114.           FocusControl = txtWinName
  115.         end
  116.         object Label18: TLabel
  117.           Left = 65
  118.           Top = 82
  119.           Width = 49
  120.           Height = 13
  121.           HelpContext = 2290
  122.           Alignment = taRightJustify
  123.           Caption = 'C&ompany:'
  124.           FocusControl = txtWinCompany
  125.         end
  126.         object Label44: TLabel
  127.           Left = 44
  128.           Top = 108
  129.           Width = 72
  130.           Height = 13
  131.           HelpContext = 2291
  132.           Alignment = taRightJustify
  133.           Caption = '&Serial number:'
  134.           FocusControl = txtWinSerial
  135.         end
  136.         object Label47: TLabel
  137.           Left = 51
  138.           Top = 17
  139.           Width = 309
  140.           Height = 28
  141.           AutoSize = False
  142.           Caption = 
  143.             'You can change the name and company of the user to whom Windows ' +
  144.             'is registered here.'
  145.           ShowAccelChar = False
  146.           WordWrap = True
  147.         end
  148.         object imgUserName: TImage
  149.           Left = 12
  150.           Top = 17
  151.           Width = 32
  152.           Height = 32
  153.           AutoSize = True
  154.         end
  155.         object txtWinName: TEdit
  156.           Left = 120
  157.           Top = 53
  158.           Width = 194
  159.           Height = 21
  160.           HelpContext = 2289
  161.           TabOrder = 0
  162.           OnChange = txtWinChange
  163.         end
  164.         object txtWinCompany: TEdit
  165.           Left = 120
  166.           Top = 79
  167.           Width = 194
  168.           Height = 21
  169.           HelpContext = 2290
  170.           TabOrder = 1
  171.           OnChange = txtWinChange
  172.         end
  173.         object txtWinSerial: TEdit
  174.           Left = 120
  175.           Top = 105
  176.           Width = 194
  177.           Height = 21
  178.           HelpContext = 2291
  179.           TabOrder = 2
  180.           OnChange = txtWinSerialChange
  181.         end
  182.       end
  183.       object GroupBox3: TGroupBox
  184.         Left = 12
  185.         Top = 291
  186.         Width = 372
  187.         Height = 69
  188.         Caption = 'Support information'
  189.         TabOrder = 2
  190.         object Label16: TLabel
  191.           Left = 12
  192.           Top = 17
  193.           Width = 240
  194.           Height = 44
  195.           AutoSize = False
  196.           Caption = 
  197.             'Click Settings to customize the information displayed in the Sys' +
  198.             'tem Properties dialog.'
  199.           ShowAccelChar = False
  200.           WordWrap = True
  201.         end
  202.         object btnOEMSettings: TButton
  203.           Left = 268
  204.           Top = 36
  205.           Width = 94
  206.           Height = 24
  207.           HelpContext = 2294
  208.           Caption = 'S&ettings...'
  209.           TabOrder = 0
  210.           OnClick = btnOEMSettingsClick
  211.         end
  212.       end
  213.     end
  214.     object tsCommonDialogs: TTabSheet
  215.       Caption = 'Common Dialogs'
  216.       ImageIndex = 5
  217.       OnShow = tsCommonDialogsShow
  218.       object Image4: TImage
  219.         Left = 12
  220.         Top = 10
  221.         Width = 32
  222.         Height = 32
  223.         Picture.Data = {<image001.ico>}
  224.       end
  225.       object Label7: TLabel
  226.         Left = 51
  227.         Top = 10
  228.         Width = 332
  229.         Height = 33
  230.         AutoSize = False
  231.         Caption = 
  232.           'Set the appearance of the common dialogs for opening and saving ' +
  233.           'files here.'
  234.         WordWrap = True
  235.       end
  236.       object gbPlacesBar: TGroupBox
  237.         Left = 12
  238.         Top = 168
  239.         Width = 372
  240.         Height = 123
  241.         Caption = 'Places bar'
  242.         TabOrder = 1
  243.         object Label12: TLabel
  244.           Left = 12
  245.           Top = 17
  246.           Width = 345
  247.           Height = 33
  248.           AutoSize = False
  249.           Caption = 
  250.             'Specify whether the Places Bar should be shown on the left side ' +
  251.             'of common dialogs, and which places should be shown in the bar.'
  252.           WordWrap = True
  253.         end
  254.         object chkCDialogPlacesBar: TCheckBox
  255.           Left = 12
  256.           Top = 52
  257.           Width = 281
  258.           Height = 17
  259.           HelpContext = 2297
  260.           Caption = 'Show Places Bar on the left side'
  261.           Checked = True
  262.           State = cbChecked
  263.           TabOrder = 0
  264.           OnClick = chkCDialogPlacesBarClick
  265.         end
  266.         object btnPlacesBarCustomize: TButton
  267.           Left = 256
  268.           Top = 84
  269.           Width = 107
  270.           Height = 24
  271.           HelpContext = 2298
  272.           Caption = 'C&ustomize Places...'
  273.           TabOrder = 1
  274.           OnClick = btnPlacesBarCustomizeClick
  275.         end
  276.       end
  277.       object btnCommonDialogsDefault: TButton
  278.         Left = 12
  279.         Top = 342
  280.         Width = 97
  281.         Height = 24
  282.         HelpContext = 7
  283.         Caption = 'Restore Defaults'
  284.         TabOrder = 2
  285.         OnClick = btnCommonDialogsDefaultClick
  286.       end
  287.       object gbCDElements: TGroupBox
  288.         Left = 12
  289.         Top = 51
  290.         Width = 372
  291.         Height = 105
  292.         Caption = 'Elements'
  293.         TabOrder = 0
  294.         object Label4: TLabel
  295.           Left = 12
  296.           Top = 17
  297.           Width = 349
  298.           Height = 33
  299.           AutoSize = False
  300.           Caption = 
  301.             'Specify which navigation elements should be shown in standard di' +
  302.             'alogs to simplify usage.'
  303.           WordWrap = True
  304.         end
  305.         object chkCDialogBack: TCheckBox
  306.           Left = 12
  307.           Top = 51
  308.           Width = 173
  309.           Height = 17
  310.           HelpContext = 2295
  311.           Caption = 'Show Back button'
  312.           TabOrder = 0
  313.           OnClick = chkCDialogBackClick
  314.         end
  315.         object chkCDialogMRUList: TCheckBox
  316.           Left = 12
  317.           Top = 74
  318.           Width = 313
  319.           Height = 17
  320.           HelpContext = 2296
  321.           Caption = 'Show combo box with the most recently used files'
  322.           TabOrder = 1
  323.           OnClick = chkCDialogMRUListClick
  324.         end
  325.       end
  326.     end
  327.     object tsBlueScreen: TTabSheet
  328.       HelpContext = 2325
  329.       Caption = 'Errors'
  330.       ImageIndex = 3
  331.       OnShow = tsBlueScreenShow
  332.       object Label5: TLabel
  333.         Left = 12
  334.         Top = 248
  335.         Width = 87
  336.         Height = 13
  337.         Caption = 'Background color:'
  338.       end
  339.       object Label73: TLabel
  340.         Left = 12
  341.         Top = 280
  342.         Width = 52
  343.         Height = 13
  344.         Caption = 'Text color:'
  345.       end
  346.       object Label1: TLabel
  347.         Left = 12
  348.         Top = 54
  349.         Width = 48
  350.         Height = 13
  351.         Caption = 'Preview:'
  352.       end
  353.       object Label11: TLabel
  354.         Left = 51
  355.         Top = 10
  356.         Width = 326
  357.         Height = 33
  358.         AutoSize = False
  359.         Caption = 
  360.           'You can select the colors that Windows should use to report exce' +
  361.           'ptions here.'
  362.         WordWrap = True
  363.       end
  364.       object imgError: TImage
  365.         Left = 12
  366.         Top = 10
  367.         Width = 32
  368.         Height = 32
  369.       end
  370.       object btnBlueScreenDefault: TButton
  371.         Left = 12
  372.         Top = 342
  373.         Width = 97
  374.         Height = 24
  375.         HelpContext = 7
  376.         Caption = 'Restore Defaults'
  377.         TabOrder = 0
  378.         OnClick = btnBlueScreenDefaultClick
  379.       end
  380.       object pnlBSODPreview: TPanel
  381.         Left = 12
  382.         Top = 72
  383.         Width = 334
  384.         Height = 162
  385.         BevelOuter = bvNone
  386.         BorderStyle = bsSingle
  387.         Color = clNavy
  388.         Enabled = False
  389.         TabOrder = 1
  390.         object lblBSODPreview: TStaticText
  391.           Left = 136
  392.           Top = 16
  393.           Width = 72
  394.           Height = 15
  395.           Alignment = taCenter
  396.           AutoSize = False
  397.           Caption = 'Windows'
  398.           Color = clWhite
  399.           Font.Charset = DEFAULT_CHARSET
  400.           Font.Color = clNavy
  401.           Font.Height = -11
  402.           Font.Name = 'Fixedsys'
  403.           Font.Style = []
  404.           ParentColor = False
  405.           ParentFont = False
  406.           TabOrder = 1
  407.         end
  408.         object txtBSODPreview: TMemo
  409.           Left = 16
  410.           Top = 48
  411.           Width = 489
  412.           Height = 81
  413.           BorderStyle = bsNone
  414.           Color = clNavy
  415.           Ctl3D = False
  416.           Font.Charset = DEFAULT_CHARSET
  417.           Font.Color = clWhite
  418.           Font.Height = -11
  419.           Font.Name = 'Fixedsys'
  420.           Font.Style = []
  421.           Lines.Strings = (
  422.             'Fatal exception error 0E occurred '
  423.             'at address 0036:C0025D72.'
  424.             ''
  425.             '* Press any key to continue.'
  426.             '* Press Ctrl+Alt+Del to restart.')
  427.           ParentCtl3D = False
  428.           ParentFont = False
  429.           ReadOnly = True
  430.           TabOrder = 0
  431.         end
  432.       end
  433.       object Panel1: TPanel
  434.         Left = 110
  435.         Top = 244
  436.         Width = 158
  437.         Height = 24
  438.         BevelOuter = bvLowered
  439.         Color = 11974326
  440.         TabOrder = 2
  441.         object btnBSODBg1: TSpeedButton
  442.           Tag = 1
  443.           Left = 22
  444.           Top = 3
  445.           Width = 18
  446.           Height = 18
  447.           GroupIndex = 1
  448.           Down = True
  449.           Caption = 'n'
  450.           Flat = True
  451.           Font.Charset = DEFAULT_CHARSET
  452.           Font.Color = clNavy
  453.           Font.Height = -17
  454.           Font.Name = 'Wingdings'
  455.           Font.Style = []
  456.           ParentFont = False
  457.           OnClick = btnBSODBg0Click
  458.         end
  459.         object btnBSODBg0: TSpeedButton
  460.           Left = 3
  461.           Top = 3
  462.           Width = 18
  463.           Height = 18
  464.           GroupIndex = 1
  465.           Caption = 'n'
  466.           Flat = True
  467.           Font.Charset = DEFAULT_CHARSET
  468.           Font.Color = clBlack
  469.           Font.Height = -17
  470.           Font.Name = 'Wingdings'
  471.           Font.Style = []
  472.           ParentFont = False
  473.           OnClick = btnBSODBg0Click
  474.         end
  475.         object btnBSODBg2: TSpeedButton
  476.           Tag = 2
  477.           Left = 41
  478.           Top = 3
  479.           Width = 18
  480.           Height = 18
  481.           GroupIndex = 1
  482.           Caption = 'n'
  483.           Flat = True
  484.           Font.Charset = DEFAULT_CHARSET
  485.           Font.Color = clGreen
  486.           Font.Height = -17
  487.           Font.Name = 'Wingdings'
  488.           Font.Style = []
  489.           ParentFont = False
  490.           OnClick = btnBSODBg0Click
  491.         end
  492.         object btnBSODBg4: TSpeedButton
  493.           Tag = 4
  494.           Left = 79
  495.           Top = 3
  496.           Width = 18
  497.           Height = 18
  498.           GroupIndex = 1
  499.           Caption = 'n'
  500.           Flat = True
  501.           Font.Charset = DEFAULT_CHARSET
  502.           Font.Color = clMaroon
  503.           Font.Height = -17
  504.           Font.Name = 'Wingdings'
  505.           Font.Style = []
  506.           ParentFont = False
  507.           OnClick = btnBSODBg0Click
  508.         end
  509.         object btnBSODBg5: TSpeedButton
  510.           Tag = 5
  511.           Left = 98
  512.           Top = 3
  513.           Width = 18
  514.           Height = 18
  515.           GroupIndex = 1
  516.           Caption = 'n'
  517.           Flat = True
  518.           Font.Charset = DEFAULT_CHARSET
  519.           Font.Color = clPurple
  520.           Font.Height = -17
  521.           Font.Name = 'Wingdings'
  522.           Font.Style = []
  523.           ParentFont = False
  524.           OnClick = btnBSODBg0Click
  525.         end
  526.         object btnBSODBg3: TSpeedButton
  527.           Tag = 3
  528.           Left = 60
  529.           Top = 3
  530.           Width = 18
  531.           Height = 18
  532.           GroupIndex = 1
  533.           Caption = 'n'
  534.           Flat = True
  535.           Font.Charset = DEFAULT_CHARSET
  536.           Font.Color = clTeal
  537.           Font.Height = -17
  538.           Font.Name = 'Wingdings'
  539.           Font.Style = []
  540.           ParentFont = False
  541.           OnClick = btnBSODBg0Click
  542.         end
  543.         object btnBSODBg7: TSpeedButton
  544.           Tag = 7
  545.           Left = 137
  546.           Top = 3
  547.           Width = 18
  548.           Height = 18
  549.           GroupIndex = 1
  550.           Caption = 'n'
  551.           Flat = True
  552.           Font.Charset = DEFAULT_CHARSET
  553.           Font.Color = clSilver
  554.           Font.Height = -17
  555.           Font.Name = 'Wingdings'
  556.           Font.Style = []
  557.           ParentFont = False
  558.           OnClick = btnBSODBg0Click
  559.         end
  560.         object btnBSODBg6: TSpeedButton
  561.           Tag = 6
  562.           Left = 117
  563.           Top = 3
  564.           Width = 18
  565.           Height = 18
  566.           GroupIndex = 1
  567.           Caption = 'n'
  568.           Flat = True
  569.           Font.Charset = DEFAULT_CHARSET
  570.           Font.Color = clOlive
  571.           Font.Height = -17
  572.           Font.Name = 'Wingdings'
  573.           Font.Style = []
  574.           ParentFont = False
  575.           OnClick = btnBSODBg0Click
  576.         end
  577.       end
  578.       object Panel2: TPanel
  579.         Left = 110
  580.         Top = 276
  581.         Width = 158
  582.         Height = 43
  583.         BevelOuter = bvLowered
  584.         Color = 11974326
  585.         TabOrder = 3
  586.         object btnBSODFg8: TSpeedButton
  587.           Tag = 8
  588.           Left = 3
  589.           Top = 22
  590.           Width = 18
  591.           Height = 18
  592.           GroupIndex = 2
  593.           Caption = 'n'
  594.           Flat = True
  595.           Font.Charset = DEFAULT_CHARSET
  596.           Font.Color = clGray
  597.           Font.Height = -17
  598.           Font.Name = 'Wingdings'
  599.           Font.Style = []
  600.           ParentFont = False
  601.           OnClick = btnBSODFg0Click
  602.         end
  603.         object btnBSODFg0: TSpeedButton
  604.           Left = 3
  605.           Top = 3
  606.           Width = 18
  607.           Height = 18
  608.           GroupIndex = 2
  609.           Caption = 'n'
  610.           Flat = True
  611.           Font.Charset = DEFAULT_CHARSET
  612.           Font.Color = clBlack
  613.           Font.Height = -17
  614.           Font.Name = 'Wingdings'
  615.           Font.Style = []
  616.           ParentFont = False
  617.           OnClick = btnBSODFg0Click
  618.         end
  619.         object btnBSODFg1: TSpeedButton
  620.           Tag = 1
  621.           Left = 22
  622.           Top = 3
  623.           Width = 18
  624.           Height = 18
  625.           GroupIndex = 2
  626.           Caption = 'n'
  627.           Flat = True
  628.           Font.Charset = DEFAULT_CHARSET
  629.           Font.Color = clNavy
  630.           Font.Height = -17
  631.           Font.Name = 'Wingdings'
  632.           Font.Style = []
  633.           ParentFont = False
  634.           OnClick = btnBSODFg0Click
  635.         end
  636.         object btnBSODFg2: TSpeedButton
  637.           Tag = 2
  638.           Left = 41
  639.           Top = 3
  640.           Width = 18
  641.           Height = 18
  642.           GroupIndex = 2
  643.           Caption = 'n'
  644.           Flat = True
  645.           Font.Charset = DEFAULT_CHARSET
  646.           Font.Color = clGreen
  647.           Font.Height = -17
  648.           Font.Name = 'Wingdings'
  649.           Font.Style = []
  650.           ParentFont = False
  651.           OnClick = btnBSODFg0Click
  652.         end
  653.         object btnBSODFg3: TSpeedButton
  654.           Tag = 3
  655.           Left = 60
  656.           Top = 3
  657.           Width = 18
  658.           Height = 18
  659.           GroupIndex = 2
  660.           Caption = 'n'
  661.           Flat = True
  662.           Font.Charset = DEFAULT_CHARSET
  663.           Font.Color = clTeal
  664.           Font.Height = -17
  665.           Font.Name = 'Wingdings'
  666.           Font.Style = []
  667.           ParentFont = False
  668.           OnClick = btnBSODFg0Click
  669.         end
  670.         object btnBSODFg4: TSpeedButton
  671.           Tag = 4
  672.           Left = 79
  673.           Top = 3
  674.           Width = 18
  675.           Height = 18
  676.           GroupIndex = 2
  677.           Caption = 'n'
  678.           Flat = True
  679.           Font.Charset = DEFAULT_CHARSET
  680.           Font.Color = clMaroon
  681.           Font.Height = -17
  682.           Font.Name = 'Wingdings'
  683.           Font.Style = []
  684.           ParentFont = False
  685.           OnClick = btnBSODFg0Click
  686.         end
  687.         object btnBSODFg5: TSpeedButton
  688.           Tag = 5
  689.           Left = 98
  690.           Top = 3
  691.           Width = 18
  692.           Height = 18
  693.           GroupIndex = 2
  694.           Caption = 'n'
  695.           Flat = True
  696.           Font.Charset = DEFAULT_CHARSET
  697.           Font.Color = clPurple
  698.           Font.Height = -17
  699.           Font.Name = 'Wingdings'
  700.           Font.Style = []
  701.           ParentFont = False
  702.           OnClick = btnBSODFg0Click
  703.         end
  704.         object btnBSODFg7: TSpeedButton
  705.           Tag = 7
  706.           Left = 137
  707.           Top = 3
  708.           Width = 18
  709.           Height = 18
  710.           GroupIndex = 2
  711.           Caption = 'n'
  712.           Flat = True
  713.           Font.Charset = DEFAULT_CHARSET
  714.           Font.Color = clSilver
  715.           Font.Height = -17
  716.           Font.Name = 'Wingdings'
  717.           Font.Style = []
  718.           ParentFont = False
  719.           OnClick = btnBSODFg0Click
  720.         end
  721.         object btnBSODFg9: TSpeedButton
  722.           Tag = 9
  723.           Left = 22
  724.           Top = 22
  725.           Width = 18
  726.           Height = 18
  727.           GroupIndex = 2
  728.           Caption = 'n'
  729.           Flat = True
  730.           Font.Charset = DEFAULT_CHARSET
  731.           Font.Color = clBlue
  732.           Font.Height = -17
  733.           Font.Name = 'Wingdings'
  734.           Font.Style = []
  735.           ParentFont = False
  736.           OnClick = btnBSODFg0Click
  737.         end
  738.         object btnBSODFg10: TSpeedButton
  739.           Tag = 10
  740.           Left = 41
  741.           Top = 22
  742.           Width = 18
  743.           Height = 18
  744.           GroupIndex = 2
  745.           Caption = 'n'
  746.           Flat = True
  747.           Font.Charset = DEFAULT_CHARSET
  748.           Font.Color = clLime
  749.           Font.Height = -17
  750.           Font.Name = 'Wingdings'
  751.           Font.Style = []
  752.           ParentFont = False
  753.           OnClick = btnBSODFg0Click
  754.         end
  755.         object btnBSODFg11: TSpeedButton
  756.           Tag = 11
  757.           Left = 60
  758.           Top = 22
  759.           Width = 18
  760.           Height = 18
  761.           GroupIndex = 2
  762.           Caption = 'n'
  763.           Flat = True
  764.           Font.Charset = DEFAULT_CHARSET
  765.           Font.Color = clAqua
  766.           Font.Height = -17
  767.           Font.Name = 'Wingdings'
  768.           Font.Style = []
  769.           ParentFont = False
  770.           OnClick = btnBSODFg0Click
  771.         end
  772.         object btnBSODFg12: TSpeedButton
  773.           Tag = 12
  774.           Left = 79
  775.           Top = 22
  776.           Width = 18
  777.           Height = 18
  778.           GroupIndex = 2
  779.           Caption = 'n'
  780.           Flat = True
  781.           Font.Charset = DEFAULT_CHARSET
  782.           Font.Color = clRed
  783.           Font.Height = -17
  784.           Font.Name = 'Wingdings'
  785.           Font.Style = []
  786.           ParentFont = False
  787.           OnClick = btnBSODFg0Click
  788.         end
  789.         object btnBSODFg13: TSpeedButton
  790.           Tag = 13
  791.           Left = 98
  792.           Top = 22
  793.           Width = 18
  794.           Height = 18
  795.           GroupIndex = 2
  796.           Caption = 'n'
  797.           Flat = True
  798.           Font.Charset = DEFAULT_CHARSET
  799.           Font.Color = clFuchsia
  800.           Font.Height = -17
  801.           Font.Name = 'Wingdings'
  802.           Font.Style = []
  803.           ParentFont = False
  804.           OnClick = btnBSODFg0Click
  805.         end
  806.         object btnBSODFg15: TSpeedButton
  807.           Tag = 15
  808.           Left = 137
  809.           Top = 22
  810.           Width = 18
  811.           Height = 18
  812.           GroupIndex = 2
  813.           Down = True
  814.           Caption = 'n'
  815.           Flat = True
  816.           Font.Charset = DEFAULT_CHARSET
  817.           Font.Color = clWhite
  818.           Font.Height = -17
  819.           Font.Name = 'Wingdings'
  820.           Font.Style = []
  821.           ParentFont = False
  822.           OnClick = btnBSODFg0Click
  823.         end
  824.         object btnBSODFg6: TSpeedButton
  825.           Tag = 6
  826.           Left = 117
  827.           Top = 3
  828.           Width = 18
  829.           Height = 18
  830.           GroupIndex = 2
  831.           Caption = 'n'
  832.           Flat = True
  833.           Font.Charset = DEFAULT_CHARSET
  834.           Font.Color = clOlive
  835.           Font.Height = -17
  836.           Font.Name = 'Wingdings'
  837.           Font.Style = []
  838.           ParentFont = False
  839.           OnClick = btnBSODFg0Click
  840.         end
  841.         object btnBSODFg14: TSpeedButton
  842.           Tag = 14
  843.           Left = 117
  844.           Top = 22
  845.           Width = 18
  846.           Height = 18
  847.           GroupIndex = 2
  848.           Caption = 'n'
  849.           Flat = True
  850.           Font.Charset = DEFAULT_CHARSET
  851.           Font.Color = clYellow
  852.           Font.Height = -17
  853.           Font.Name = 'Wingdings'
  854.           Font.Style = []
  855.           ParentFont = False
  856.           OnClick = btnBSODFg0Click
  857.         end
  858.       end
  859.     end
  860.     object tsSearch: TTabSheet
  861.       Caption = 'Search'
  862.       ImageIndex = 6
  863.       OnShow = tsSearchShow
  864.       object imgSearch: TImage
  865.         Left = 12
  866.         Top = 10
  867.         Width = 32
  868.         Height = 32
  869.         AutoSize = True
  870.       end
  871.       object Label6: TLabel
  872.         Left = 51
  873.         Top = 10
  874.         Width = 328
  875.         Height = 33
  876.         AutoSize = False
  877.         Caption = 
  878.           'Configure the settings that determine the look and feel of searc' +
  879.           'h dialogs here.'
  880.         WordWrap = True
  881.       end
  882.       object btnSearchDefault: TButton
  883.         Left = 12
  884.         Top = 342
  885.         Width = 97
  886.         Height = 24
  887.         HelpContext = 7
  888.         Caption = 'Restore Defaults'
  889.         TabOrder = 3
  890.         OnClick = btnSearchDefaultClick
  891.       end
  892.       object gbSearchIndexService: TGroupBox
  893.         Left = 12
  894.         Top = 51
  895.         Width = 372
  896.         Height = 80
  897.         Caption = 'Indexing service'
  898.         TabOrder = 0
  899.         object Label10: TLabel
  900.           Left = 12
  901.           Top = 17
  902.           Width = 347
  903.           Height = 32
  904.           AutoSize = False
  905.           Caption = 
  906.             'The Indexing Service creates a catalog of documents on your hard' +
  907.             ' disks when your computer is idle, which causes higher disk acti' +
  908.             'vity.'
  909.           WordWrap = True
  910.         end
  911.         object chkNoIndexing: TCheckBox
  912.           Left = 12
  913.           Top = 51
  914.           Width = 153
  915.           Height = 17
  916.           HelpContext = 2326
  917.           Caption = 'Disable Indexing service'
  918.           TabOrder = 0
  919.           OnClick = chkNoIndexingClick
  920.         end
  921.       end
  922.       object gbSearchClassic: TGroupBox
  923.         Left = 12
  924.         Top = 143
  925.         Width = 372
  926.         Height = 80
  927.         Caption = 'Classical search'
  928.         TabOrder = 1
  929.         object Label2: TLabel
  930.           Left = 12
  931.           Top = 17
  932.           Width = 349
  933.           Height = 28
  934.           AutoSize = False
  935.           Caption = 
  936.             'If you don'#39't like the appearance of the new search dialog, you c' +
  937.             'an restore the classic Windows 2000 search dialog.'
  938.           WordWrap = True
  939.         end
  940.         object chkSearchClassic: TCheckBox
  941.           Left = 12
  942.           Top = 51
  943.           Width = 225
  944.           Height = 17
  945.           HelpContext = 2327
  946.           Caption = 'Use classic search in Explorer'
  947.           TabOrder = 0
  948.           OnClick = chkSearchClassicClick
  949.         end
  950.       end
  951.       object gbSearchPerceivedTypes: TGroupBox
  952.         Left = 12
  953.         Top = 235
  954.         Width = 372
  955.         Height = 83
  956.         Caption = 'Searched file types'
  957.         TabOrder = 2
  958.         object Label13: TLabel
  959.           Left = 12
  960.           Top = 17
  961.           Width = 349
  962.           Height = 29
  963.           AutoSize = False
  964.           Caption = 
  965.             'You can specify which text file types should be searched if you ' +
  966.             'search for specific content.'
  967.           WordWrap = True
  968.         end
  969.         object btnSearchXP: TButton
  970.           Left = 268
  971.           Top = 45
  972.           Width = 90
  973.           Height = 24
  974.           HelpContext = 2328
  975.           Caption = 'File Types...'
  976.           TabOrder = 0
  977.           OnClick = btnSearchXPClick
  978.         end
  979.       end
  980.     end
  981.     object tsSpecialFolders: TTabSheet
  982.       Caption = 'Special Folders'
  983.       ImageIndex = 4
  984.       OnShow = tsSpecialFoldersShow
  985.       object imgNewFolder: TImage
  986.         Left = 12
  987.         Top = 10
  988.         Width = 32
  989.         Height = 32
  990.         AutoSize = True
  991.       end
  992.       object Label15: TLabel
  993.         Left = 51
  994.         Top = 10
  995.         Width = 331
  996.         Height = 33
  997.         AutoSize = False
  998.         Caption = 
  999.           'You can specify the physical directory path of special folders s' +
  1000.           'uch as My Documents and the Start menu here.'
  1001.         WordWrap = True
  1002.       end
  1003.       object lvSpecFolderPath: TListView
  1004.         Left = 12
  1005.         Top = 51
  1006.         Width = 372
  1007.         Height = 236
  1008.         HelpContext = 2329
  1009.         Columns = <
  1010.           item
  1011.             Caption = 'Special folders'
  1012.             Width = 170
  1013.           end
  1014.           item
  1015.             Caption = 'Path'
  1016.             Width = 180
  1017.           end>
  1018.         HideSelection = False
  1019.         ReadOnly = True
  1020.         SmallImages = ilSpecFolder
  1021.         TabOrder = 0
  1022.         ViewStyle = vsReport
  1023.         OnSelectItem = lvSpecFolderPathSelectItem
  1024.       end
  1025.       object GroupBox7: TGroupBox
  1026.         Left = 12
  1027.         Top = 294
  1028.         Width = 372
  1029.         Height = 72
  1030.         Caption = 'Selected folder'
  1031.         TabOrder = 1
  1032.         DesignSize = (
  1033.           372
  1034.           72)
  1035.         object lblSpecFolderPath: TLabel
  1036.           Left = 10
  1037.           Top = 18
  1038.           Width = 26
  1039.           Height = 13
  1040.           Caption = 'Path:'
  1041.         end
  1042.         object lblSpecFolderPath2: TEllipsisLabel
  1043.           Left = 40
  1044.           Top = 18
  1045.           Width = 322
  1046.           Height = 15
  1047.           AutoSize = False
  1048.           ShowAccelChar = False
  1049.           EllipsisStyle = etPathEllipsis
  1050.         end
  1051.         object btnChangePath: TButton
  1052.           Left = 188
  1053.           Top = 37
  1054.           Width = 79
  1055.           Height = 23
  1056.           HelpContext = 2330
  1057.           Anchors = [akLeft, akTop, akRight]
  1058.           Caption = 'C&hange...'
  1059.           TabOrder = 0
  1060.           OnClick = btnChangePathClick
  1061.         end
  1062.         object btnOpenFolder: TButton
  1063.           Left = 272
  1064.           Top = 37
  1065.           Width = 90
  1066.           Height = 23
  1067.           Anchors = [akLeft, akTop, akRight]
  1068.           Caption = '&Open Folder'
  1069.           TabOrder = 1
  1070.           OnClick = btnOpenFolderClick
  1071.         end
  1072.       end
  1073.     end
  1074.     object tsCMDPrompt: TTabSheet
  1075.       Caption = 'Command Prompt'
  1076.       ImageIndex = 5
  1077.       OnShow = tsCMDPromptShow
  1078.       object imgCmdPrompt: TImage
  1079.         Left = 12
  1080.         Top = 10
  1081.         Width = 32
  1082.         Height = 32
  1083.       end
  1084.       object Label17: TLabel
  1085.         Left = 51
  1086.         Top = 10
  1087.         Width = 326
  1088.         Height = 33
  1089.         AutoSize = False
  1090.         Caption = 
  1091.           'You can configure settings that determine how the command prompt' +
  1092.           ' looks and behaves here.'
  1093.         WordWrap = True
  1094.       end
  1095.       object GroupBox2: TGroupBox
  1096.         Left = 12
  1097.         Top = 50
  1098.         Width = 372
  1099.         Height = 120
  1100.         Caption = 'Completion'
  1101.         TabOrder = 0
  1102.         object Label8: TLabel
  1103.           Left = 51
  1104.           Top = 17
  1105.           Width = 310
  1106.           Height = 36
  1107.           AutoSize = False
  1108.           Caption = 
  1109.             'Specify which key combinations should be used to automatically c' +
  1110.             'omplete file and folder names.'
  1111.           WordWrap = True
  1112.         end
  1113.         object imgInput: TImage
  1114.           Left = 12
  1115.           Top = 17
  1116.           Width = 32
  1117.           Height = 32
  1118.           AutoSize = True
  1119.         end
  1120.         object Label9: TLabel
  1121.           Left = 51
  1122.           Top = 59
  1123.           Width = 61
  1124.           Height = 13
  1125.           HelpContext = 23301
  1126.           Caption = 'File names:'
  1127.         end
  1128.         object Label14: TLabel
  1129.           Left = 51
  1130.           Top = 87
  1131.           Width = 70
  1132.           Height = 13
  1133.           HelpContext = 23300
  1134.           Caption = 'Folder names:'
  1135.         end
  1136.         object cbFileAutoComplete: TComboBox
  1137.           Left = 130
  1138.           Top = 56
  1139.           Width = 129
  1140.           Height = 21
  1141.           HelpContext = 23301
  1142.           Style = csDropDownList
  1143.           ItemHeight = 13
  1144.           TabOrder = 0
  1145.           OnChange = cbFileAutoCompleteChange
  1146.           Items.Strings = (
  1147.             'None'
  1148.             'Tab'
  1149.             'Ctrl+A'
  1150.             'Ctrl+B'
  1151.             'Ctrl+D'
  1152.             'Ctrl+E'
  1153.             'Ctrl+F'
  1154.             'Ctrl+G'
  1155.             'Ctrl+K'
  1156.             'Ctrl+L'
  1157.             'Ctrl+N'
  1158.             'Ctrl+O'
  1159.             'Ctrl+P'
  1160.             'Ctrl+Q'
  1161.             'Ctrl+R'
  1162.             'Ctrl+T'
  1163.             'Ctrl+U'
  1164.             'Ctrl+V'
  1165.             'Ctrl+W'
  1166.             'Ctrl+X'
  1167.             'Ctrl+Y'
  1168.             'Ctrl+Z'
  1169.             'Ctrl+['
  1170.             'Ctrl+\'
  1171.             'Ctrl+]'
  1172.             'Ctrl+^'
  1173.             'Ctrl+_')
  1174.         end
  1175.         object cbFolderAutoComplete: TComboBox
  1176.           Left = 130
  1177.           Top = 84
  1178.           Width = 129
  1179.           Height = 21
  1180.           HelpContext = 23300
  1181.           Style = csDropDownList
  1182.           ItemHeight = 13
  1183.           TabOrder = 1
  1184.           OnChange = cbFolderAutoCompleteChange
  1185.           Items.Strings = (
  1186.             'None'
  1187.             'Tab'
  1188.             'Ctrl+A'
  1189.             'Ctrl+B'
  1190.             'Ctrl+D'
  1191.             'Ctrl+E'
  1192.             'Ctrl+F'
  1193.             'Ctrl+G'
  1194.             'Ctrl+K'
  1195.             'Ctrl+L'
  1196.             'Ctrl+N'
  1197.             'Ctrl+O'
  1198.             'Ctrl+P'
  1199.             'Ctrl+Q'
  1200.             'Ctrl+R'
  1201.             'Ctrl+T'
  1202.             'Ctrl+U'
  1203.             'Ctrl+V'
  1204.             'Ctrl+W'
  1205.             'Ctrl+X'
  1206.             'Ctrl+Y'
  1207.             'Ctrl+Z'
  1208.             'Ctrl+['
  1209.             'Ctrl+\'
  1210.             'Ctrl+]'
  1211.             'Ctrl+^'
  1212.             'Ctrl+_')
  1213.         end
  1214.       end
  1215.       object GroupBox4: TGroupBox
  1216.         Left = 12
  1217.         Top = 194
  1218.         Width = 373
  1219.         Height = 102
  1220.         Caption = 'Advanced settings'
  1221.         TabOrder = 1
  1222.         object Label19: TLabel
  1223.           Left = 51
  1224.           Top = 18
  1225.           Width = 319
  1226.           Height = 33
  1227.           AutoSize = False
  1228.           Caption = 
  1229.             'You can configure options for the appearance and the default fol' +
  1230.             'der of the command prompt here.'
  1231.           WordWrap = True
  1232.         end
  1233.         object imgCMDAdvSettings: TImage
  1234.           Left = 12
  1235.           Top = 17
  1236.           Width = 32
  1237.           Height = 32
  1238.           AutoSize = True
  1239.         end
  1240.         object Button1: TButton
  1241.           Left = 277
  1242.           Top = 64
  1243.           Width = 81
  1244.           Height = 24
  1245.           Caption = 'Advanced...'
  1246.           TabOrder = 0
  1247.           OnClick = Button1Click
  1248.         end
  1249.       end
  1250.     end
  1251.   end
  1252.   object dfsBrowseDirectoryDlg: TdfsBrowseDirectoryDlg
  1253.     Title = 'Select the desired path for the special folder.'
  1254.     Options = [bfDirectoriesOnly, bfNewDialogStyle]
  1255.     Caption = 'Change path...'
  1256.     ShowSelectionInStatus = False
  1257.     Left = 40
  1258.     Top = 415
  1259.   end
  1260.   object ilSpecFolder: TImageList
  1261.     Left = 12
  1262.     Top = 416
  1263.     Bitmap = {
  1264.       494C010110001300040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  1265.       0000000000003600000028000000400000005000000001002000000000000050
  1266.       0000000000000000000000000000000000000000000000000000000000000000
  1267.       0000000000000000000000000000000000000000000000000000000000000000
  1268.       0000000000000000000000000000000000000000000000000000000000000000
  1269.       0000000000000000000000000000000000000000000000000000000000000000
  1270.       0000000000000000000000000000000000000000000000000000000000000000
  1271.       0000000000000000000000000000000000000000000000000000000000000000
  1272.       0000000000000000000000000000000000000000000000000000000000000000
  1273.       0000000000000000000000000000000000000000000000000000000000000000
  1274.       0000000000000000000000000000000000000000000000000000000000000000
  1275.       0000000000000000000000000000000000000000000000000000000000000000
  1276.       0000000000000000000000000000000000000000000000000000000000000000
  1277.       0000000000000000000000000000000000000000000000000000000000000000
  1278.       0000000000000000000000000000000000000000000000000000000000000000
  1279.       0000000000000000000000000000000000000000000000000000000000000000
  1280.       0000000000000000000000000000000000000000000000000000000000000000
  1281.       0000000000000000000000000000000000000000000000000000000000000000
  1282.       0000000000000000000000000000000000000000000000000000000000000000
  1283.       0000000000000000000000000000000000000000000000000000000000000000
  1284.       0000000000000000000000000000000000000000000000000000000000000000
  1285.       0000000000000000000000000000000000000000000000000000000000000000
  1286.       0000000000000000000000000000000000000000000000000000000000000000
  1287.       0000000000000000000000000000000000000000000000000000000000000000
  1288.       0000000000000000000000000000000000000000000000000000000000000000
  1289.       0000000000000000000000000000000000000000000000000000000000000000
  1290.       0000000000000000000000000000000000000000000000000000000000000000
  1291.       0000000000000000000000000000000000000000000000000000000000000000
  1292.       0000000000000000000000000000000000000000000000000000000000000000
  1293.       0000000000000000000000000000000000000000000000000000000000000000
  1294.       0000000000000000000000000000000000000000000000000000000000000000
  1295.       0000000000000000000000000000000000000000000000000000000000000000
  1296.       0000000000000000000000000000000000000000000000000000000000000000
  1297.       0000000000000000000000000000000000000000000000000000000000000000
  1298.       0000000000000000000000000000000000000000000000000000000000000000
  1299.       0000000000000000000000000000000000000000000000000000000000000000
  1300.       0000000000000000000000000000000000000000000000000000000000000000
  1301.       0000000000000000000000000000000000000000000000000000000000000000
  1302.       0000000000000000000000000000000000000000000000000000000000000000
  1303.       0000000000000000000000000000000000000000000000000000000000000000
  1304.       0000000000000000000000000000000000000000000000000000000000000000
  1305.       0000000000000000000000000000000000000000000000000000000000000000
  1306.       0000000000000000000000000000000000000000000000000000000000000000
  1307.       0000000000000000000000000000000000000000000000000000000000000000
  1308.       0000000000000000000000000000000000000000000000000000000000000000
  1309.       0000000000000000000000000000000000000000000000000000000000000000
  1310.       0000000000000000000000000000000000000000000000000000000000000000
  1311.       0000000000000000000000000000000000000000000000000000000000000000
  1312.       0000000000000000000000000000000000000000000000000000000000000000
  1313.       0000000000000000000000000000000000000000000000000000000000000000
  1314.       0000000000000000000000000000000000000000000000000000000000000000
  1315.       0000000000000000000000000000000000000000000000000000000000000000
  1316.       0000000000000000000000000000000000000000000000000000000000000000
  1317.       0000000000000000000000000000000000000000000000000000000000000000
  1318.       0000000000000000000000000000000000000000000000000000000000000000
  1319.       0000000000000000000000000000000000000000000000000000000000000000
  1320.       0000000000000000000000000000000000000000000000000000000000000000
  1321.       0000000000000000000000000000000000000000000000000000000000000000
  1322.       0000000000000000000000000000000000000000000000000000000000000000
  1323.       0000000000000000000000000000000000000000000000000000000000000000
  1324.       0000000000000000000000000000000000000000000000000000000000000000
  1325.       0000000000000000000000000000000000000000000000000000000000000000
  1326.       0000000000000000000000000000000000000000000000000000000000000000
  1327.       0000000000000000000000000000000000000000000000000000000000000000
  1328.       0000000000000000000000000000000000000000000000000000000000000000
  1329.       0000000000000000000000000000000000000000000000000000000000000000
  1330.       0000000000000000000000000000000000000000000000000000000000000000
  1331.       0000000000000000000000000000000000000000000000000000000000000000
  1332.       0000000000000000000000000000000000000000000000000000000000000000
  1333.       0000000000000000000000000000000000000000000000000000000000000000
  1334.       0000000000000000000000000000000000000000000000000000000000000000
  1335.       0000000000000000000000000000000000000000000000000000000000000000
  1336.       0000000000000000000000000000000000000000000000000000000000000000
  1337.       0000000000000000000000000000000000000000000000000000000000000000
  1338.       0000000000000000000000000000000000000000000000000000000000000000
  1339.       0000000000000000000000000000000000000000000000000000000000000000
  1340.       0000000000000000000000000000000000000000000000000000000000000000
  1341.       0000000000000000000000000000000000000000000000000000000000000000
  1342.       0000000000000000000000000000000000000000000000000000000000000000
  1343.       0000000000000000000000000000000000000000000000000000000000000000
  1344.       0000000000000000000000000000000000000000000000000000000000000000
  1345.       0000000000000000000000000000000000000000000000000000000000000000
  1346.       0000000000000000000000000000000000000000000000000000000000000000
  1347.       0000000000000000000000000000000000000000000000000000000000000000
  1348.       0000000000000000000000000000000000000000000000000000000000000000
  1349.       0000000000000000000000000000000000000000000000000000000000000000
  1350.       0000000000000000000000000000000000000000000000000000000000000000
  1351.       0000000000000000000000000000000000000000000000000000000000000000
  1352.       0000000000000000000000000000000000000000000000000000000000000000
  1353.       0000000000000000000000000000000000000000000000000000000000000000
  1354.       0000000000000000000000000000000000000000000000000000000000000000
  1355.       0000000000000000000000000000000000000000000000000000000000000000
  1356.       0000000000000000000000000000000000000000000000000000000000000000
  1357.       0000000000000000000000000000000000000000000000000000000000000000
  1358.       0000000000000000000000000000000000000000000000000000000000000000
  1359.       0000000000000000000000000000000000000000000000000000000000000000
  1360.       0000000000000000000000000000000000000000000000000000000000000000
  1361.       0000000000000000000000000000000000000000000000000000000000000000
  1362.       0000000000000000000000000000000000000000000000000000000000000000
  1363.       0000000000000000000000000000000000000000000000000000000000000000
  1364.       0000000000000000000000000000000000000000000000000000000000000000
  1365.       0000000000000000000000000000000000000000000000000000000000000000
  1366.       0000000000000000000000000000000000000000000000000000000000000000
  1367.       0000000000000000000000000000000000000000000000000000000000000000
  1368.       0000000000000000000000000000000000000000000000000000000000000000
  1369.       0000000000000000000000000000000000000000000000000000000000000000
  1370.       0000000000000000000000000000000000000000000000000000000000000000
  1371.       0000000000000000000000000000000000000000000000000000000000000000
  1372.       0000000000000000000000000000000000000000000000000000000000000000
  1373.       0000000000000000000000000000000000000000000000000000000000000000
  1374.       0000000000000000000000000000000000000000000000000000000000000000
  1375.       0000000000000000000000000000000000000000000000000000000000000000
  1376.       0000000000000000000000000000000000000000000000000000000000000000
  1377.       0000000000000000000000000000000000000000000000000000000000000000
  1378.       0000000000000000000000000000000000000000000000000000000000000000
  1379.       0000000000000000000000000000000000000000000000000000000000000000
  1380.       0000000000000000000000000000000000000000000000000000000000000000
  1381.       0000000000000000000000000000000000000000000000000000000000000000
  1382.       0000000000000000000000000000000000000000000000000000000000000000
  1383.       0000000000000000000000000000000000000000000000000000000000000000
  1384.       0000000000000000000000000000000000000000000000000000000000000000
  1385.       0000000000000000000000000000000000000000000000000000000000000000
  1386.       0000000000000000000000000000000000000000000000000000000000000000
  1387.       0000000000000000000000000000000000000000000000000000000000000000
  1388.       0000000000000000000000000000000000000000000000000000000000000000
  1389.       0000000000000000000000000000000000000000000000000000000000000000
  1390.       0000000000000000000000000000000000000000000000000000000000000000
  1391.       0000000000000000000000000000000000000000000000000000000000000000
  1392.       0000000000000000000000000000000000000000000000000000000000000000
  1393.       0000000000000000000000000000000000000000000000000000000000000000
  1394.       0000000000000000000000000000000000000000000000000000000000000000
  1395.       0000000000000000000000000000000000000000000000000000000000000000
  1396.       0000000000000000000000000000000000000000000000000000000000000000
  1397.       00000000000000000000000000008F4D43008F4D43008F4D43008F4D43008F4D
  1398.       43008F4D43000000000000000000000000000000000000000000000000000000
  1399.       0000000000000000000000000000000000000000000000000000000000000000
  1400.       000000000000000000000000000000000000000000FF000000FFB7CAD3FF5858
  1401.       58FF464646FF6A6A6AFF939393FFBCBCBCFFDADADAFFEAEAEAFFF2F2F2FFF6F6
  1402.       F6FFFCFCFCFF000000FF000000FF000000FF0000000000000000000000000000
  1403.       0000000000000000000000000000000000000000000000000000000000000000
  1404.       0000000000000000000000000000000000000000000000000000000000000000
  1405.       000000000000000000008F4D43009F808500CAB7B700CAB7B700C7ACAC00BD96
  1406.       960094686E005C28370000000000000000000000000000000000000000000000
  1407.       0000000000000000000000000000000000000000000000000000000000000000
  1408.       000000000000000000000000000000000000000000FFF9F9F9FF4096BCFF2D93
  1409.       BFFF10698FFF23556FFF39525FFF4D5356FF5B5B5BFF747474FF959595FFB3B3
  1410.       B3FFD2D2D2FFE9E9E9FF000000FF000000FF0000000000000000888888007070
  1411.       7000707070007070700070707000707070007070700070707000707070007070
  1412.       7000707070007070700088888800000000000000000000000000000000000000
  1413.       000000000000C3816700DDD9D900E3E3E300DDD9D900DCD7D700D6C1C100DCD7
  1414.       D700C0A7A700C398980075414C00000000000000000000000000000000000000
  1415.       0000000000006666660066666600666666006666660066666600666666000000
  1416.       000000000000000000000000000000000000000000FFBBD4E1FF308CB6FFB8EB
  1417.       FFFF69D2FCFF4DC3EFFF31A7D6FF1C8FBFFF0C6F98FF1E5A77FF2E5467FF4552
  1418.       57FF595959FF828282FFE3E3E3FF000000FF000000001682AF001682AF001682
  1419.       AF001682AF001682AF001682AF000C709D000C709D000C709D000C709D000C70
  1420.       9D000C709D000C709D0045464500888888000000000000000000000000000000
  1421.       000000000000CBAEAB00EDEDED00F1F1F100EDEDED00DDD9D900D8C2C200D3B4
  1422.       B400CBAEAB00C1969600A1707500000000000000000000000000000000006666
  1423.       66006666660066666600515F8B00154BFF00BF857600154BFF00666666006666
  1424.       660000000000000000000000000000000000000000FFBBD4E1FF278BBCFFC6EC
  1425.       F9FF7AE0FFFF7AE0FFFF7AE0FFFF7AE0FFFF7AE0FFFF5CCEF2FF3DB3DCFF269C
  1426.       C9FF13729BFF535353FFB0B0B0FFF6F6F6FF298FB30065CAFF001682AF0099FF
  1427.       FF006DD3FF006DD3FF006DD3FF006DD3FF006DD3FF006DD3FF006DD3FF0070D6
  1428.       FF0042A5C90099FFFF000C709D00707070000000000000000000000000000000
  1429.       000000000000CF998500F1F1F100ECD9D900EDEDED00DDD9D900D3B4B400CC8D
  1430.       8D00CC8D8D00C18F8F00A36A6800000000000000000000000000628FC300154B
  1431.       FF00154BFF00154BFF003684FF00EEBF9E00BF857600C4B0B5003684FF00154B
  1432.       FF0066666600666666000000000000000000000000FFBBD4E1FF54B6E1FF8FC6
  1433.       DCFF94EEFFFF85EBFFFF85EBFFFF85EBFFFF85EBFFFF85EBFFFF85EBFFFF85EB
  1434.       FFFF5DCDE9FF2A5063FF797979FFE6E6E6FF298FB30065CAFF002B91C40099FF
  1435.       FF007AE0FF007AE0FF007AE0FF007AE0FF007AE0FF007AE0FF007AE0FF007AE0
  1436.       FF0043AED50099FFFF000C709D00707070000000000000000000000000000000
  1437.       000000000000A9513200C38D8000D6A49B00DBB3B300D1A7A700CF929200CC70
  1438.       7000CC707000844D5500A95132000000000000000000000000003684FF00DBBE
  1439.       A900FEDCAF00FEE0B800FEECC800FDEBD500DD9F7400FEE0B800F8F1EA007BA6
  1440.       FF0062719000666666006666660000000000000000FFBAD3E0FF61C6F0FF60AE
  1441.       D1FFC0F9FFFF8FF5FFFF8FF5FFFF8FF5FFFF8FF5FFFF8FF5FFFF8FF5FFFF8FF5
  1442.       FFFF9BF2FFFF217EA1FF565656FFB9B9B9FF2B91C40065CAFF002B91C40099FF
  1443.       FF0087EDFF0087EDFF0087EDFF0087EDFF0087EDFF0087EDFF0087EDFF0087ED
  1444.       FF0046B9E80099FFFF000C709D00707070000000000000000000000000006D27
  1445.       15005B1A1300571613007F494F00ECA14900FEB13800F5C58B00DEAA9A00C977
  1446.       7700BD5A5A00521D2D000000000000000000000000005A8DCA004081F000FFDF
  1447.       B900FFDFB900FEECC800F8F1EA00ECC2A800F8C99700FFE2C100F8F1EA00FFFE
  1448.       FE007BA6FF007FB3FF006666660066666600000000FFA2C2D1FF6DCAF2FF319E
  1449.       D1FFD6F9FCFF99FFFFFF99FFFFFF99FFFFFF99FFFFFF99FFFFFF99FFFFFF99FF
  1450.       FFFFABF2FFFF79CFE2FF354E5BFF777777FF2B91C40065CAFF0042A5C90099FF
  1451.       FF0091F7FF0091F7FF0091F7FF0091F7FF0091F7FF0091F7FF0091F7FF0091F7
  1452.       FF0050BEF70099FFFF000C709D007070700000000000BA5D2900B7572200AC5D
  1453.       3C00B0593800C05A3B00CB918600F1A73E00FFB33500FEB13800FFB63C00F6BB
  1454.       6700E2A88100B27074008F4D43000000000000000000429CF900429CF900FDEB
  1455.       D500FFEEDB00FFFEFE00FFFEFE00DD9F7400FEDCAF00FFEEDB00FFF8F100FFFE
  1456.       FE00FFFEFE004D9CFF0058669C0066666600F8F8F8FF6497B1FF8FD9F9FF59BF
  1457.       ECFF80BFD9FFE7FFFFFFD9FFFFFFCBFFFFFFC0FFFFFFB9FFFFFFB9FFFFFFB9FF
  1458.       FFFFBAF2FFFFD6FFFFFF206D8CFF474747FF2B91C4006DD3FF00292A2B006097
  1459.       9E0060979E0060979E0054818600548186005481860054818600548186005481
  1460.       860034697A00548186000C709D0070707000D6753400AA480E00A43E0200884B
  1461.       0500425C0D00A43E0200CAA3A000FFBB4400FFBE4C00FFC35400FFC35400FFC3
  1462.       5400FFBE4C00FFBE4C008F4D430000000000000000003F92FA00F8E0C800FFF2
  1463.       E200FFF8F100FFFEFE00F2DCCC00F5C89900FEECC800FFF8F100FFFEFE00FFFE
  1464.       FE00EDF5FF002F91FF008096AE0066666600ACCBACFF1A722CFF2D8640FF1D83
  1465.       40FF076D2DFF006C2DFF208039FF408F4DFFCCE9F2FFDCFFFFFFD3FFFFFFD3FF
  1466.       FFFFCAF2FFFFEBFFFFFF76BCD6FF3D4950FF2B91C4007AE0FF00292A2B00FFFF
  1467.       FF0095949400FFFFFF008E8E8E00FFFFFF0088888800FFFFFF0088888800FFFF
  1468.       FF0054818600FFFFFF000C709D0070707000C86D2600B14B0000BF5900007B6A
  1469.       000000770000686A1100E2BEA200FFC65A00FFCB6400FFCF6C00FFCF6C00FFCF
  1470.       6C00FFCB6400FFC354008F4D430000000000669FD200429CF900FFF8F100FFF8
  1471.       F100FFF8F100FFFEFE00DD9F7400FEDCAF00FFF2E200FFFEFE00FFFEFE00FFFE
  1472.       FE008CC3FF005AACFF006666660000000000CFE2CFFF27993AFF38D16BFF32CB
  1473.       64FF28C150FF1CB538FF12AB23FF06850BFF49AFCCFF80B9D2FF8FC6DCFFBEE2
  1474.       EFFFE6F5FCFFFFFFFFFFEFF9FCFF407993FF2B91C40087EDFF00303234002B91
  1475.       C4002B91C4002B91C4002B91C4002B91C4002B91C4002B91C400298FB3001682
  1476.       AF001682AF001682AF001682AF0070707000C9732000CB650000CE780000468C
  1477.       02001F8E0100AE934400E7C39600FFCF6C00FFD77D00FFD98200FFD98200FFD9
  1478.       8200FFD77D00FFCF6C008F4D430000000000429CF900E1C9B500F8F1EA00F8F1
  1479.       EA00FFFEFE00F3EAE500EEC8A500F8E0C800F8F1EA00FFF8F100FFFEFE00FFFE
  1480.       FE00399DFF008F84B8006666660000000000000000FF72ABA8FF18912BFF38D1
  1481.       6BFF32CB64FF28C150FF1CB538FF0B8A15FF9FFFFFFF99FFFFFF86ECF2FF73D9
  1482.       E6FF0A6996FF3B809DFF77AAC4FFA3C6D6FF2B91C40091F7FF0030323400F6B7
  1483.       7D00F6B77D00292A2B00F6B77D00F6B77D0022222200F6B77D00F6B77D001616
  1484.       1500F6B77D00F6B77D000000000070707000D7852800A98206001EA7200024AE
  1485.       2B00E0A51A00E6B98400EBC88C00FFD98200FFE19000FFE69A00FFE9A100FFE6
  1486.       9A00FFDF8C00FFD77D00AD6F5C0000000000429CF900FFEEDB00FFFEFE00FFFE
  1487.       FE00CCDDFF009DBAFF00B2BCD900F8EDDF00FFFEFE00FFFEFE00FFFEFE00A5D2
  1488.       FF0051ADFE00666666000000000000000000F5F5F5FF3F884CFF3FCE68FF42DB
  1489.       75FF38D16BFF32CB64FF28C150FF0F8F1EFF79B6D2FF91C9DFFF9FE0EFFFB4F0
  1490.       F9FF3B8CAFFFD1D1D1FFFBFBFBFF000000FF42A5C900FFFFFF00383B3C00E57E
  1491.       0000E57E0000292A2B00E57E0000E57E000022222200E57E0000E57E00001616
  1492.       1500E57E0000E57E00001616150070707000E192320068A123002DC456003DCD
  1493.       69009ED17000E2D4C500EDCA8000FFE19000FFE9A100FFF1B100FFF5B700FFF1
  1494.       B100FFE9A100FFDF8C0082444E00000000003595FF007EC5FF00B2BCD900B2BC
  1495.       D900000000000000000000000000CCDDFF00C3DEFF00FFFEFE00FFFEFE0052B0
  1496.       FF00627190006666660000000000000000008DB98DFF48D56FFF57F08AFF4DE6
  1497.       80FF42DB75FF38D16BFF32CB64FF15952BFF585858FFBCCFD8FFBCD5E2FF8CB8
  1498.       CFFFC7DAE3FFFBFBFBFF000000FF000000FF0000000042A5C900383B3C00383B
  1499.       3C003032340030323400292A2B00292A2B002222220022222200222222001616
  1500.       150016161500161615000000000070707000C8A2580026BF4C005EDB830094EB
  1501.       A400A9E3AA00DDD9D900B6A58F00CAB69500DDCCA400EEE6BA00FFFECB00FFFA
  1502.       C200FFEFAD00FADD9400793F4A00000000000000000000000000000000000000
  1503.       000000000000000000000000000000000000B2BCD900AAD4FF007EC5FF0064C2
  1504.       FF0066666600000000000000000000000000CFE2CFFF35A748FF61FA94FF57F0
  1505.       8AFF4DE680FF2EB751FF38D16BFF1A9933FF5C5C5CFFE7E7E7FF000000FF0000
  1506.       00FF000000FF000000FF000000FF000000FF0000000000000000383B3C00FFFF
  1507.       FF00383B3C00FFFFFF0030323400FFFFFF00292A2B00FFFFFF0022222200FFFF
  1508.       FF0016161500FFFFFF0016161500959494000000000081BB620070E18F00AEF5
  1509.       B80094EBA4007DCF9500BECBA300E0C7AF00CBBDBD00C6B2B200BFA5A200C0A5
  1510.       9700D6BB9A00D8B38D00662E3A00000000000000000000000000000000000000
  1511.       00000000000000000000000000000000000000000000000000007EC5FF007CB1
  1512.       DA0000000000000000000000000000000000000000FFCFE2CFFF35A748FF61FA
  1513.       94FF36BC56FF568956FF269839FF1E9D37FF8F8F8FFFEAEAEAFF000000FF0000
  1514.       00FF000000FF000000FF000000FF000000FF0000000000000000454645004546
  1515.       4500383B3C00383B3C003032340030323400292A2B00292A2B00222222002222
  1516.       2200222222001616150016161500000000000000000000000000C5B674009CDF
  1517.       960092DB83005FC85E00A69B3200D6753400CC663300C6764F00CF886800D49A
  1518.       8400CD9D9000C1969600C76B4200000000000000000000000000000000000000
  1519.       0000000000000000000000000000000000000000000000000000000000000000
  1520.       000000000000000000000000000000000000000000FF000000FFCFE2CFFF228C
  1521.       2DFF91B791FFF6F6F6FFCFE2CFFF237F26FFEAEAEAFF000000FF000000FF0000
  1522.       00FF000000FF000000FF000000FF000000FF0000000000000000000000000000
  1523.       0000000000000000000090909000909090009090900090909000000000000000
  1524.       0000000000000000000000000000000000007C7C7C007C7C7C007C7C7C000000
  1525.       0000000000000000000000000000000000000000000000000000000000000000
  1526.       0000000000000000000000000000000000000000000000000000297994002979
  1527.       9400297994002979940029799400297994002979940029799400297994002979
  1528.       9400297994002979940029799400000000000000000000000000297994002979
  1529.       9400297994002979940029799400297994002979940029799400297994002979
  1530.       9400297994002979940029799400000000000000000000000000000000000000
  1531.       0000707070006F686F0080777F009F878F00AF909000A0878F00907F80006058
  1532.       60000000000000000000000000000000000076442B0076442B0076442B007C7C
  1533.       7C007C7C7C007C7C7C007C7C7C00000000000000000000000000000000000000
  1534.       000000000000000000000000000000000000000000001886AD001896C6001896
  1535.       C6001896C6001896C6001896C6001896C6001896C6001896C6001896C6001896
  1536.       C6001896C6001896C6001896C60029799400000000001886AD00219AC600219A
  1537.       C600219AC600219AC600219AC600219AC600219AC600219AC600219AC600219A
  1538.       C600219AC600219AC600219AC600297994000000000000000000000000005F58
  1539.       5F006F686F00807F800090888000AFA78F00AFA88F00B0A79000BF979000BF88
  1540.       8F00504F4F007F6F70000000000000000000B04A0000B04A0000A54A1900C36E
  1541.       2200C36E2200C36E2200C36E22007C7C7C007C7C7C007C7C7C007C7C7C000000
  1542.       0000000000000000000000000000000000001896C60063CBFF001896C6009CFB
  1543.       FF006BD7FF006BD7FF006BD7FF006BD7FF006BD3FF006BD3FF006BD7FF006BD3
  1544.       FF0031AED6009CFBFF001896C60029799400219AC60063CBFF00219AC6009CFF
  1545.       FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7
  1546.       FF0031A6CE00A5F7FF00219AC600297994000000000000000000004F0000005F
  1547.       100070806F00D0B89000FFEFBF00F0E7DF004F67FF00FFF8EF00FFF0CF00A097
  1548.       8000DFA8AF005F5050000000000000000000B6571500B6571500BDD2CB00BFF2
  1549.       FB00BCF0FB00BCF0FB00ACEAFA00C36E2200C36E2200C36E2200C36E22007C7C
  1550.       7C007C7C7C000000000000000000000000001896C6006BCBFF001896C6009CFB
  1551.       FF007BE7FF004ABEE70052BADE0052BADE0052BADE0052BADE0052BADE0052BA
  1552.       DE0042B2DE009CFFFF001896C60029799400299EC60063CBFF00219AC6009CFF
  1553.       FF007BE3FF007BE3FF004ABEEF005ABEE7004ABEEF005ABEE7007BE3FF007BE3
  1554.       FF0039B2DE009CFFFF00299EC600297994000000000000000000005800003FD8
  1555.       60001F701F00F0E0AF00FFE7AF00FFD8A000FFD79F00FFDFB000FFF7EF00FFFF
  1556.       EF00A0908F00C0979F00706F700000000000B6571500C0CFBC00C4F3FC00C3F3
  1557.       FB00CB7A3F00CB7A3F00CB7A3F00BCF0FB00ACEAFA00BCF0FB00F2CDA100B54F
  1558.       0000B54F00007C7C7C0000000000000000001896C6006BCBFF001896C6009CFF
  1559.       FF007B92A5007B92A5007B92A5007B92A5007B92A5007B92A5007B92A5007B92
  1560.       A5007B92A5007B92A5001896C60029799400299EC6006BCBFF00219AC6009CFF
  1561.       FF0084EBFF004ABEEF00D6929400D6717300DE828400AD9AA5004ABEEF0084EB
  1562.       FF0052B6DE009CFFFF00219AC60029799400000000004088400020A73F003FE0
  1563.       6F0040E7700030782F00FFE7AF00FFE0AF00FFE0A000FFD89F00FFD09F00FFF8
  1564.       F000EFE7BF00C0989F00605F600090909000D9812700CDD1BD00C9F5FC00C4F3
  1565.       FC00FEA72B00FCE1C700FFE4CB00CB7A3F00CB7A3F00D17C3400D1F6FD00F2CD
  1566.       A100CB6500007C7C7C0000000000000000001896C6006BCBFF001896C6009CFF
  1567.       FF007B92A500FFFFFF00FFFFFF00E7EBEF00E7F7FF00EFF7EF00E7F7FF00E7EB
  1568.       EF00E7EFFF007B92A5001896C60029799400299EC60063CBFF00219AC6009CFF
  1569.       FF006BD7FF00AD9AA500FFDFDE00E7BEC600F7C3C600EFBABD00AD9AA5005ABE
  1570.       E7004ABEEF009CF3FF00219AC600297994004088400020A73F0020BF4F0030D0
  1571.       60003FE76F0030C750006FA05000FFF8BF00FFDFA000FFDFA000FFD89F00FFE7
  1572.       BF00FFFFEF00BF9F90008F777F0090909000D9812700CDD1BD00D1F6FD00CEF5
  1573.       FB00FEA72B00FFE8D200FFE4CB00FCE1C700FFE4CB00CB7A3F00CEF5FB00CEF5
  1574.       FB00CB6500007C7C7C0000000000000000001896C60073D3FF001896C6009CFB
  1575.       FF007B92A500F7FFFF00FFC78400FFC37B00FFC37B00FFC37B00FFC37B00FFC3
  1576.       7B00E7F7FF007B92A5001896C60029799400299EC6006BD3FF00219AC6009CFF
  1577.       FF006BD3FF00AD9AA500E7BEC600FFDFDE00E7BEC600AD9AA500AD9AA5004ABE
  1578.       EF005AC7FF009CFFFF00299EC6002979940010671000106710001067100020C7
  1579.       50002FC0500010671000308030007F8760004F474F007F6050008F705F008F70
  1580.       5F00A0AFF000807F8000A0888F0090909000D9812700DBEFED00D2F6FC00D5F7
  1581.       FC00FEA72B00FFF4E9000000000018262B00D7853F00DE8A3000D7853F00D5F7
  1582.       FC00CB6500007C7C7C0000000000000000001896C60084DBFF001896C600FFFB
  1583.       FF00D6D3D600FFFBFF00FFE3BD00FFE3BD00FFE7CE00FFE3BD00FFE7CE00FFE7
  1584.       CE00E7EFFF00CECFCE001896C60029799400299EC6007BDFFF00219AC600FFFB
  1585.       FF00FFFBFF00F7C3C600FFB6B500F7C3C600EFDFDE00FFDFDE00E7BEC600FFFB
  1586.       FF0084E7FF00FFFBFF00299EC60029799400000000008F888F00106710001FB0
  1587.       3F00006F1000B0D0AF00FFFFDF00B0B090006060600030282F00F0F0CF00E0BF
  1588.       8F00A0A8EF008F808F009F878F0090909000D9812700DCF8FD00DCF8FD00D9F7
  1589.       FC00FEA72B00FFF2E500FFF6EC0053767A00FFE4CB00E8C18F00DE8A3000D785
  1590.       3F00CB650000515151007C7C7C000000000021A6CE008CEBFF001896C6001896
  1591.       C6001896C6001896C6001896C6001896C6001896C6001896C6001896C6001896
  1592.       C6001896C6001896C6001896C60000000000299EC60084E7FF00219AC600219A
  1593.       C600219AC600219AC600DE8284006330310063303100C661630063303100108E
  1594.       B5001886AD001886AD001886AD000000000000000000A0A0A000106710001FB0
  1595.       3F00006F1000A0C7A000FFFFEF00FFFFDF00F0F0CF0040403F006F574F00FFE0
  1596.       AF00FFEFBF008F808000706F700000000000D9812700DEF8FD00E0F8FD00DCF8
  1597.       FD00FEA72B00FFFBF800FFF2E500FFF2E500DE8A3000FFE3C700FFE4CB00FFD3
  1598.       A500D17C34001641C400515151000000000021A6CE0094F7FF008CF3FF008CF3
  1599.       FF009CA6A500FFFFF700A57D6B00ADBAFF00BDC7FF006386FF005275FF00A57D
  1600.       6B00F7F7F7009C9694007371730000000000299EC60094F7FF008CF7FF008CF7
  1601.       FF008CF7FF008CF7FF008CF3FF00FFFBFF00FFFFFF00FFFBFF0063303100FFFB
  1602.       FF001886AD0000000000000000000000000000000000000000004F804F000078
  1603.       10001FB03F00006F1000FFFFFF00FFFFFF00FFFFE000F0F0BF0040403F008F6F
  1604.       5F00C0B09000807F8000706F700000000000D9812700ECE0CF00E5FAFD00E7FA
  1605.       FD00FEA72B00FBFFFF00FFFAF400FFF2E500FFEDDB00D7853F00DE8A3000FFE4
  1606.       CB002265DC002D86F2001641C4000000000021A6CE00FFFBFF009CFBFF009CFB
  1607.       FF00A5A6A500FFFBFF00A57D6B00FFFFF700FFFFFF006386FF006386FF00A57D
  1608.       6B00FFFFFF009C9694007371730000000000299EC600FFFBFF009CFFFF009CFF
  1609.       FF009CFFFF009CFFFF00FFFBFF00219AC6001886AD001886AD00633031001886
  1610.       AD001886AD000000000063303100000000000000000000000000BFBFBF004080
  1611.       4000007F10001097200030803F0090B89000B0D0B000A0C78F00AFB07F00DFB8
  1612.       90008F888F007F777F000000000000000000D9812700D9812700EBFBFE00EBFB
  1613.       FE00FEA72B00FAB24000FAB24000FFFAF400FFF2E500D17C3400EBFBFE00DE8A
  1614.       3000D7853F000C139C0000000000000000000000000021A6CE00FFFBFF00FFFB
  1615.       FF00B5AEAD00FFFBFF00A57D6B0094AAFF00FFFFF700ADBAFF0094AAFF00A57D
  1616.       6B00FFFFFF009C969400737173000000000000000000299EC600FFFBFF00FFFB
  1617.       FF00FFFBFF00FFFBFF00219AC600000000000000000000000000633031005A59
  1618.       5A0000000000633031006330310000000000000000000000000000000000C0C7
  1619.       C00070A770001F77200000781F00006F1000106010006F8F4000CFB790009F97
  1620.       9000908F90007F777F000000000000000000D9812700FFEDB900D9812700F4FD
  1621.       FE00F4FDFE00F7FEFF00E9D7BF00FAB24000FAB24000CB7A3F00F4FDFE00F4FD
  1622.       FE00DE8A30007C7C7C000000000000000000000000000000000021A6CE0021A6
  1623.       CE00B5AEAD00FFFFFF00FFA21000A57D6B00A57D6B00A57D6B00A57D6B00FFA2
  1624.       1800FFFBFF009C96940073717300000000000000000000000000299EC600299E
  1625.       C600299EC600299EC60000000000000000000000000000000000633031006B5D
  1626.       6B00B5595A00A555520063303100000000000000000000000000000000000000
  1627.       000090909000A09FA000C0D0C000AFB0A000CFC0BF00AFA8AF00BFB8BF009090
  1628.       9000807F8000000000000000000000000000D9812700F3B03F00F3B03F00D981
  1629.       2700F2CDA100E9D7BF00FBFFFF00FEFFFF00FBFFFF00FBFFFF00FBFFFF00E79A
  1630.       4A00DE8A30007C7C7C0000000000000000000000000000000000000000000000
  1631.       0000B5AEAD00FFFBFF00FF9E0800FF9E0800FF9E0800FF9E0800FF9E0800FF9E
  1632.       0800FFFFF7009C96940073717300000000000000000000000000000000000000
  1633.       00000000000000000000000000000000000000000000000000009C4D4A006330
  1634.       3100633031009C4D4A0000000000000000000000000000000000000000000000
  1635.       00000000000000000000A09FA000A09FA000A09FA000A09FA000A09FA0000000
  1636.       0000000000000000000000000000000000000000000000000000000000000000
  1637.       0000F3B03F00F3B03F00F3B03F00F3B03F00F2CDA100F2CDA100F3B03F00FFBE
  1638.       6F00D7853F007C7C7C0000000000000000000000000000000000000000000000
  1639.       0000BDBABD00FFFBFF00FFFBFF00FFFBFF00F7F7FF00FFFBFF00FFFBFF00FFFB
  1640.       FF00FFFBFF009C96940073717300000000000000000000000000000000000000
  1641.       00000000000000000000000000000000000000000000000000009C4D4A006330
  1642.       31009C4D4A000000000000000000000000000000000000000000000000000000
  1643.       0000000000000000000000000000000000000000000000000000000000000000
  1644.       0000000000000000000000000000000000000000000000000000000000000000
  1645.       000000000000000000000000000000000000F3B03F00F3B03F00F3B03F00F3B0
  1646.       3F00F3B03F000000000000000000000000000000000000000000000000000000
  1647.       0000BDBABD00BDBABD00B5AEAD00B5AEAD00B5AEAD00A5A6A5009CA6A5009C96
  1648.       94009C9694009C96940000000000000000000000000000000000000000000000
  1649.       00000000000000000000000000000000000000000000000000009C4D4A006330
  1650.       3100000000000000000000000000000000000000000000000000000000000000
  1651.       0000000000000000000000000000000000000000000000000000000000000000
  1652.       0000000000000000000000000000000000000000000000000000000000000000
  1653.       0000000000000000000000000000000000000000000000000000000000000000
  1654.       0000000000000000000000000000000000000000000000000000000000000000
  1655.       0000000000000000000000000000000000000000000079B6DC0045C7E70045C7
  1656.       E70069CCE7000000000000000000000000000000000000000000000000000000
  1657.       0000000000000000000000000000000000000000000000000000000000000000
  1658.       000000000000000000000000000000000000000000000000000018718C001871
  1659.       8C0018718C0018718C0018718C0018718C0018718C0018718C0018718C001871
  1660.       8C0018718C0018718C0018718C00000000000000000000000000666666006666
  1661.       6600666666006666660066666600666666006666660066666600666666006666
  1662.       6600666666006666660066666600000000000000000000000000000000000000
  1663.       000000000000000000000000000079B6DC0079B6DC0046BAE70045C7E70069CC
  1664.       E70045C7E70069CCE70000000000000000000000000000000000000000000000
  1665.       0000000000000000000000000000000000000000000000000000000000000000
  1666.       000000000000000000000000000000000000000000001082AD002996C6002996
  1667.       C6002996C6002996C6002996C6002996C6002996C6002996C6002996C6002996
  1668.       C6002996C6002996C6002996C60018718C00000000001C82B5001A80B300177D
  1669.       B000157BAE001278AB000F75A8000C72A5000A70A300076DA000056B9E000369
  1670.       9C0001679A000066990066666600666666000000000000000000000000000000
  1671.       000000000000EBAA6800D5D9DC003386BC000F87CD0023BDFC002AD9FF0019D9
  1672.       FF0052CFEE0045C7E70000000000000000000000000000000000000000000000
  1673.       0000000000000000000000000000000000000000000000000000000000000000
  1674.       0000000000000000000000000000000000002996C60063CBFF002996C60094FB
  1675.       FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7
  1676.       FF006BD7FF009CFBFF002996C60018718C002187BA0066CCFF001F85B80099FF
  1677.       FF006ED4FF0057ACD00057ACD00057ACD00057ACD00057ACD00057ACD00057AC
  1678.       D0003AA0D30099FFFF000066990066666600EBAA6800EBAA6800EBAA6800EBAA
  1679.       6800EBAA6800A86B3A00CAB19E004696CA001481C20025AFF1002DD1FF0027D9
  1680.       FF0035D4F80045C7E70069CCE700000000000094940063CECE0063CECE0063CE
  1681.       CE00CE312900CE31290063CECE0063CECE0063CECE0063CECE0063CECE0063CE
  1682.       CE0063CECE0063CECE0000000000000000002996C60063CBFF002996C6005ABE
  1683.       DE00088EBD0042B2DE007BE3FF007BE3FF007BE3FF0063CBEF00088EBD000079
  1684.       AD00007DB50063CBEF002996C60018718C00248ABD0066CCFF00268CBF0099FF
  1685.       FF00CDBFBB00CDBFBB00CDBFBB00CDBFBB00CDBFBB00CDBFBB00CDBFBB00CDBF
  1686.       BB00CDBFBB00CDBFBB0001679A0066666600EBAA6800FBBA6D00FCC47800EFB3
  1687.       6E00C4814400A2612D00C69874007DB4D700127ABA0022A2E7002BCBFF002AD9
  1688.       FF0021D3FB0075D8F20045C7E7000000000000949400CEFFFF0094CEFF00007B
  1689.       7B00CE31290094FFFF000000000000000000946300009463000094CEFF0094CE
  1690.       FF0094CEFF0063CECE0000000000000000002996C6005AC7FF002996C6009CFF
  1691.       FF005AC3E7005AC3E70084EBFF0084E7FF0084EBFF0084E7FF0052BEE700088E
  1692.       BD002996C6009CFBFF002996C60018718C00278DC00066CCFF002C92C50099FF
  1693.       FF00CDBFBB00F0EBDD00F0EBDD00F0EBDD00F0EBDD00F0EBDD00F0EBDD00F0EB
  1694.       DD00F0EBDD00CDBFBB0003699C0066666600EBAA6800F4B77700FFC27700FBBE
  1695.       7900D2915500AC6D3800B67C5000ACC3D100167BBB001A94D9001FBFFE0027D6
  1696.       FF0016D6FF0075D8F20045C7E7000000000000949400CEFFFF0094FFFF005A5A
  1697.       5A009431000094310000FF632900FF632900FF632900FF6329009463000094CE
  1698.       FF0094CEFF0063CECE0000000000000000002996C60063CBFF002996C6009CFB
  1699.       FF0094F7FF0052C3E7007BE3F70094F7FF0094F7FF0094F7FF005ACFEF002996
  1700.       C60029A2CE009CFBFF002996C60018718C00298FC20066CCFF003298CB0099FF
  1701.       FF00CDBFBB00F0EBDD00F0EBDD00F0EBDD00F0EBDD00F0EBDD00F0EBDD00F0EB
  1702.       DD00F0EBDD00CDBFBB00056B9E0066666600EBAA6800F2BF8B00FFBE7300FEC3
  1703.       7C00DE9F6000B5774100A8673500C5C0BB002D89C4003B98D50076CBF50080D5
  1704.       EC0067D8F40070D6F70033BD79000000000000949400CEFFFF0094FFFF007373
  1705.       730063949400CE632900FF63290094FFFF0094CEFF0094FFFF0094CEFF0094FF
  1706.       FF0094CEFF0063CECE0000000000000000002996C6006BD7FF002996C6009CFB
  1707.       FF009CFFFF009CFBFF005ACFEF0029AEDE0029AEDE0021AADE0052BEE70029AE
  1708.       DE0031AED6009CFBFF002996C60018718C002C92C5006ED4FF003399CC0099FF
  1709.       FF00CDBFBB00F0EBDD00FFDAAE00FFDAAE00FFDAAE00FFDAAE00FFDAAE00FFDA
  1710.       AE00F0EBDD00CDBFBB00076DA00066666600EBAA6800F2CDAA00FCB66600FFC3
  1711.       7800EBAA6800BD7B4100A35F2800D3B59B00B0D1E40096C0B30074C0900064CF
  1712.       920064CE940077CAA60033BD79000000000000949400CEFFFF0094FFFF0094FF
  1713.       FF006394CE0094946300FF632900CE630000CE630000CE6300007B00000094CE
  1714.       FF0094FFFF0063CECE0000000000000000002996C6007BE3FF002996C600FFFF
  1715.       FF00FFFFFF00FFFFFF00F7FFFF0073C7E700BDE7F700DEF3FF008CD3EF0039B6
  1716.       EF0031B2E700FFFFFF002996C60018718C002E94C7007AE0FF003399CC00FFFF
  1717.       FF00F0EBDD00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1718.       FF00FFFFFF00F0EBDD000A70A3006666660000000000EBAA6800EEBF9300FFC7
  1719.       8A00F6B97900D89E6700C8A58D00CDC8E000B0D3BF00218B4E0022A261002FC4
  1720.       7C0030D0830027CC7A0090D5B00033BD790000949400CEFFFF0094FFFF0094FF
  1721.       FF007B00000094FFFF009494630094FFFF0094FFFF00FF6329007B00000094FF
  1722.       FF0094CEFF0063CECE0000000000000000002996C60084EBFF0084E7FF002996
  1723.       C6002996C6002996C6002996C6002996C6002996C6002996C6002996C6002996
  1724.       C6002996C6002996C6002996C600000000003096C90085EBFF003399CC003399
  1725.       CC00A9795E00B6BAB000B6BAB000B6BAB000B6BAB000B6BAB000B6BAB000B6BA
  1726.       B000B6BAB000A9795E001A80B30000000000000000007DA8EA0086B4FA007DA8
  1727.       EA00A4B7DB0092ACE900527EFB003760EC00A5C2C8002B8F5300289B5F0033BD
  1728.       790038CF87002ED082006ED2A00033BD790000949400CEFFFF0094FFFF0094FF
  1729.       FF0094FFFF007B000000CECE9400CE312900CE312900CE6300007B7B7B0094CE
  1730.       FF0094FFFF0063CECE0000000000000000002996C60094F7FF008CF7FF008CF7
  1731.       FF008CF7FF008CF7FF008CF3FF00FFFFFF00ADDFEF006BEFAD006BEFAD00215D
  1732.       2100215D21000000000000000000000000003298CB0091F7FF008EF4FF008EF4
  1733.       FF00AD7D6100FFF3E200FFF3E200FFF3E200FFF3E200FFF3E200FFF3E200FFF3
  1734.       E200FFF3E200AD7D61006666660000000000000000007DA8EA0079AAFC00338B
  1735.       FF004D9FFF00357DFF001854FC001647E600A1B5E00050A26C002091560030B4
  1736.       730038CD850032D0850047CD8A0033BD790000949400CEFFFF0094FFFF0094FF
  1737.       FF0094FFFF0094FFFF00CE630000CE630000CE6300007B7B7B0094FFFF0094FF
  1738.       FF0094CEFF0063CECE0000000000000000002996C600FFFFFF009CFBFF009CFF
  1739.       FF009CFFFF009CFFFF00FFFFFF002996C6001082AD0018757B00215D2100215D
  1740.       2100215D21000000000000000000000000003399CC00FFFFFF0099FFFF0099FF
  1741.       FF00B1816500FFF6EA00FFDAB400FFDAB400FFDAB400FFDAB400FFDAB400FFDA
  1742.       B400FFF6EA00B181650066666600000000000000000073A7F90073A7F9003889
  1743.       FE004695FF003F87FF002662FF001347E9007C92E9007BB88D0019884D0025A6
  1744.       64002AC379002ACD7F002ACB7D0064D59C0000949400CEFFFF00CEFFFF00CEFF
  1745.       FF00CEFFFF00CEFFFF00CEFFFF00CEFFFF00BDBDBD00CE6300007B7B7B00CEFF
  1746.       FF0094FFFF0063CECE0000000000000000000000000029A2CE00FFFFFF00FFFF
  1747.       FF00FFFFFF00FFFFFF002996C60000000000000000000000000031754200006D
  1748.       0000215D2100000000000000000000000000000000003399CC00FFFFFF00FFFF
  1749.       FF00B7876900FFF9F200FFF9F200FFF9F200FFF9F200FFF9F200FFF9F200FFE8
  1750.       CB00FFE8CB00B7876900666666000000000000000000000000007DA8EA00478F
  1751.       FD004294FF004690FF002B6AFF00174DF1004B6CE8009BC3B1001F844A0057AB
  1752.       7D0090D5B00096E1BA0064D59C00000000000094940063CECE0063CECE0063CE
  1753.       CE0063CECE0063CECE0063CECE0063CECE000094940000949400009494000094
  1754.       94000094940000949400000000000000000000000000000000002996C6002996
  1755.       C6002996C6002996C60000000000000000000000000000000000000000003175
  1756.       4200215D210000000000000000000000000000000000000000003399CC003298
  1757.       CB00BC8C6C00FFFDFA00FFDAB400FFDAB400FFDAB400FFDAB400FFFDFA00FDA7
  1758.       3000FDA73000FDA73000000000000000000000000000000000007DA8EA005B97
  1759.       FC00348AFF004794FF003275FF00154FF800224DDC00BACADB0057AB7D000000
  1760.       0000000000000000000000000000000000000000000000949400DEE7DE00CEFF
  1761.       FF00CEFFFF0094FFFF0094FFFF00009494000000000000000000000000000000
  1762.       0000000000000000000000000000000000000000000000000000000000000000
  1763.       0000000000000000000000000000000000000000000000000000000000000000
  1764.       0000215D21000000000000000000000000000000000000000000000000000000
  1765.       0000C0907000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFB7
  1766.       5C00FFB75C0000000000000000000000000000000000000000007DA8EA0073A7
  1767.       F90073A7F9005295FB003A79FA00537AF00073A7F90073A7F900000000000000
  1768.       0000000000000000000000000000000000000000000000000000009494000094
  1769.       9400009494000094940000949400000000000000000000000000000000000000
  1770.       0000000000000000000000000000000000000000000000000000000000000000
  1771.       0000000000000000000000000000000000000000000000000000000000000000
  1772.       0000000000000000000000000000000000000000000000000000000000000000
  1773.       0000C4947300C4947300C4947300C4947300C4947300C4947300C4947300FFB7
  1774.       5C00000000000000000000000000000000000000000000000000000000007DA8
  1775.       EA007DA8EA007DA8EA007DA8EA00478FFD000000000000000000000000000000
  1776.       0000000000000000000000000000000000000000000000000000000000000000
  1777.       0000000000000000000000000000000000000000000000000000000000000000
  1778.       0000000000000000000000000000000000000000000000000000000000000000
  1779.       0000000000000000000000000000000000000000000000000000000000000000
  1780.       0000000000000000000000000000000000000000000000000000000000007777
  1781.       7700777777007777770000000000000000000000000000000000000000007777
  1782.       7700777777007777770000000000000000000000000000000000000000000000
  1783.       000000000000000000000000000074747400626262006E6E6E00747474006969
  1784.       6900747474007474740000000000000000000000000000000000000000000000
  1785.       0000000000000000000000000000000000000000000000000000000000000000
  1786.       000000000000000000000000000000000000000000000000000018799C001879
  1787.       9C0018799C0018799C0018799C0018799C0018799C0018799C0018799C001879
  1788.       9C0018799C0018799C0018799C00000000000000000000000000086A9B00198D
  1789.       B8003F5F73005E504A00777777000000000000000000000000004285AC004285
  1790.       AC00377FA9007777770000000000000000000000000000000000000000000000
  1791.       000000000000747474005858580073737300595A5A004A454500756969007B7B
  1792.       7B004C4C4C003F3F3F0050505000585858000000000000000000000000000000
  1793.       0000000000001F789F001F789F001F789F001F789F001F789F001F789F001F78
  1794.       9F001F789F001F789F001F789F000000000000000000188EB500188EB500188E
  1795.       B500188EB500188EB500188EB500188EB500188EB500188EB500188EB500188E
  1796.       B500188EB500188EB500188EB50018799C000000000000000000086A9B00B2F0
  1797.       FE0001BBEE004284AB004E443F0077777700777777003295BC00A7F1FF0022A4
  1798.       CC00377FA9007777770000000000000000000000000000000000000000000000
  1799.       00008B8B8B0083838300E8E8E800E3E3E300B6B6B600827A7A00635E5E008F90
  1800.       9000BABABA00BBBBBB006262620058585800000000000000000000000000309F
  1801.       BF001F8FB0001F8FB0001F8FB0001F8FB0001F8FB0001F8FB0001F8FB0001F8F
  1802.       B0001F8FB0001F8FB0001F8FB0001F789F00319EBD0063CBFF00188EB5009CFF
  1803.       FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7
  1804.       FF0039B2DE009CF3FF00188EB50018799C00000000000000000000000000086A
  1805.       9B0014D2FF0020D6FF002C7AA8003E4042005599BB0089EAFF000ACFFF003888
  1806.       AF003888AF00000000000000000000000000000000000000000000000000BFBF
  1807.       BF00CFCFCF00FFFFFF00EFEFEF00B4B4B40098989800A3A4A400989999008C8C
  1808.       8C00909090009E9D9E00898989006C6C6C00000000000000000000000000309F
  1809.       BF0060C8FF001F8FB0009FFFFF006FD7FF006FD7FF006FD7FF006FD7FF006FD7
  1810.       FF003FB0DF009FF0FF001F8FB0001F789F00319EBD0063CBFF00188EB5009CFF
  1811.       FF007BE3FF007BE3FF007BE3FF007BE3FF007BE3FF007BE3FF007BE3FF007BDF
  1812.       FF0042B2DE009CFFFF00188EB50018799C00000000000000000000000000086A
  1813.       9B0071E6FF000ED1FF0047E0FC005DBADA00A9FDFF0044E3FF000EBDEB005851
  1814.       4F0077777700000000000000000000000000000000000000000000000000B7B7
  1815.       B700F2F2F200D4D4D400B2B2B200A7A7A7008E8E8E008A8A8A009D9D9D00AFAF
  1816.       AF00B8B7B700A5ADA8005F6661006B6B6B00000000000000000000000000309F
  1817.       BF0060C8FF001F8FB0009FFFFF0090F8FF0090F8FF0090F8FF0090F8FF008FF0
  1818.       FF0050BFE0009FFFFF001F8FB0001F789F00319EBD0063CBFF00188EB5009CFF
  1819.       FF0084E7FF0084E7FF0084E7FF0084E7FF0084E7FF0084E7FF0084E7FF0084EB
  1820.       FF004AB6DE00A5F7FF00188EB50018799C000000000000000000000000007777
  1821.       770088C6DD0000CCFF002DDBFF0076F3FF0094FDFF005DEBFF00198DB8004E44
  1822.       3F0077777700000000000000000000000000000000000000000000000000B2B2
  1823.       B200BCBCBC00CCCCCC00D3D3D300E1E1E100DADADA00C7C7C700B2B2B200A0A0
  1824.       A0009E9C9D008A968E005A655D0068686800CF670000CF670000CF670000309F
  1825.       BF006FD0FF001F8FB0009FFFFF009FFFFF009FFFFF00A0F7FF009FFFFF009FFF
  1826.       FF0060C8FF009FFFFF001F8FB0001F789F00319EBD0063CBFF00188EB5009CFF
  1827.       FF0094FBFF0094FBFF0094FBFF0094FBFF0094FBFF0094FBFF0094FBFF008CF3
  1828.       FF0052BEE7009CFFFF00188EB50018799C000000000000000000777777005773
  1829.       85003FADCC0014D2FF0015D3FF004EE6FF0088F8FF0079F4FF001E7FAB003E40
  1830.       42005A4A4300777777000000000000000000000000000000000000000000B0B0
  1831.       B000E6E6E600DDDDDD00DADADA00E0E0E000E2E2E200E2E2E200DBDBDB00CFCF
  1832.       CF00C7C7C700C3C1C2007473740086868600CF670000FFFFFF00FFF8F000309F
  1833.       BF007FDFFF001F8FB000FFFFFF00F0F8FF00F0F8FF00F0F8FF00F0F8FF00FFFF
  1834.       FF0080D7F000F0F8FF001F8FB0001F789F00319EBD006BD3FF00188EB5009CFF
  1835.       FF009CFFFF009CFFFF009CFFFF00A5F7FF009CFFFF009CFFFF009CFFFF009CFF
  1836.       FF0063CBFF009CFFFF00188EB50018799C0000000000777777003287AF000EBD
  1837.       EB003FE1FF0021D7FF0003CDFF0039DFFF0071F2FF0094FDFF0052E5FF00168F
  1838.       BB0027516A005849430077777700000000000000000000000000404040005454
  1839.       5400CACACA00D1D1D100CACACA00C9CACA00EAEAEA00E9E9E900E6E6E600E9E9
  1840.       E900D5D5D500D2D2D2007878780000000000CF670000FFFFFF004F78FF00309F
  1841.       BF0080E8FF0080E7FF001F8FB0001F8FB0001F8FB0001F8FB0001F8FB0001F8F
  1842.       B0001F8FB0001F8FB0001F8FB00000000000319EBD007BDFFF00188EB500FFFF
  1843.       FF00F7FBFF00F7FBFF00F7FBFF00F7FBFF00F7FBFF00FFFFFF00FFFFFF00FFFF
  1844.       FF0084D7F700F7FBFF00188EB50018799C00086A9B000BA2D10042E2FF0091FC
  1845.       FF0067EEFF0036DEFF0006CEFF001ED6FF0057E9FF0091FCFF006CF0FF0031DC
  1846.       FF0001BBEE003287AF00086A9B0077777700000000002187BA002187BA001F84
  1847.       B6002E789C00A2AEB300DCDBDD00ACACAE00ACB0B200B8BBBD00BEC0C100C6C7
  1848.       C600D4D4D4009C9C9C000000000000000000CF670000FFFFFF004F78FF00309F
  1849.       BF009FF0FF008FF7FF008FF7FF008FF7FF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1850.       FF00107FA000000000000000000000000000319EBD0084EBFF0084E7FF00188E
  1851.       B500188EB500188EB500188EB500188EB500188EB500188EB500188EB500188E
  1852.       B500188EB500188EB500188EB50000000000086A9B0086E5F000AFDEEE00AFDE
  1853.       EE00AFDEEE007DB2CC0043DCFF000ACFFF0046D8F3007DB2CC00C7E0EB00AFDE
  1854.       EE00B4E9F60086E5F000086A9B00777777002187BA0066CCFF005FC4F6007AE0
  1855.       FF007AE0FF008EB2BE00FED4C100F0C9B600E9C9B900E6CFC100D9CBC3007C7E
  1856.       7F009C9C9C00000000000000000000000000CF670000FFFFFF00FFFFFF00309F
  1857.       BF007FDFFF00FFFFFF009FFFFF007FDFFF001F8FB0001F8FB0001F8FB0001F8F
  1858.       B0001F8FB000000000000000000000000000319EBD009CF3FF008CF7FF008CF7
  1859.       FF008CF7FF008CF7FF008CF3FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1860.       FF00107DA50000000000000000000000000000000000086A9B00086A9B00086A
  1861.       9B00086A9B00086A9B000BA2D10002CCFF000BA2D100086A9B00086A9B00086A
  1862.       9B00086A9B00086A9B0000000000000000002187BA007AE0FF005FC5F8008EF4
  1863.       FF008EF4FF0095C3C700FED7B200FFDCB700FFD9B400FFE2BC00C39F8D007D7D
  1864.       7D0000000000000000000000000000000000CF670000FFFFFF00CF989F00CF98
  1865.       9F00309FBF00309FBF00309FBF00309FBF000098000000980000FFE8D000CF67
  1866.       000000000000000000000000000000000000319EBD00FFFFFF009CFFFF009CFF
  1867.       FF009CFFFF009CFFFF00FFFFFF00188EB500188EB500188EB500188EB500188E
  1868.       B500107DA5000000000000000000000000000000000000000000000000000000
  1869.       000000000000086A9B00198DB80012D2FF00198DB800086A9B00000000000000
  1870.       0000000000000000000000000000000000002187BA007AE0FF005FC5F800FFFF
  1871.       FF00FFFFFF00D8BDB800FFE9D000FFE7CD00FFE6CC00FFEDD2009E837B009C9C
  1872.       9C0000000000000000000000000000000000CF670000FFFFFF00CF989F00CF98
  1873.       9F00FFFFFF00E07F0F00E07F0F00FFF8F0000098000000980000FFE8D000CF67
  1874.       00000000000000000000000000000000000000000000319EBD00FFFFFF00FFFF
  1875.       FF00FFFFFF00F7FBFF00319EBD00000000000000000000000000000000000000
  1876.       0000000000000000000000000000000000000000000000000000000000000000
  1877.       000000000000086A9B003287AF0028D9FF003287AF00086A9B00000000000000
  1878.       0000000000000000000000000000000000002187BA007AE0FF005FC5F8005FC5
  1879.       F80061C1F300C2B7B700FFF8E800FFF0E000FFF1E100FFF3E3007B6865000000
  1880.       000000000000000000000000000000000000CF670000FFFFFF00FFFFFF00FFFF
  1881.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFF8EF00FFF8EF00FFF0E000CF67
  1882.       0000000000000000000000000000000000000000000000000000319EBD00319E
  1883.       BD00319EBD00319EBD0000000000000000000000000000000000000000000000
  1884.       0000000000000000000000000000000000000000000000000000000000000000
  1885.       00000000000000000000086A9B0038CEEE00086A9B0000000000000000000000
  1886.       0000000000000000000000000000000000002187BA00FFFFFF008EF4FF008EF3
  1887.       FE005D7E9900F1E4DF00FFFDF700FFF9F300FFFEF900E7D8D3009C9C9C000000
  1888.       000000000000000000000000000000000000CF670000DF780000DF780000DF78
  1889.       0000DF780000DF780000DF780000DF780000DF780000DF780000DF780000CF67
  1890.       0000000000000000000000000000000000000000000000000000000000000000
  1891.       0000000000000000000000000000000000000000000000000000000000000000
  1892.       0000000000000000000000000000000000000000000000000000000000000000
  1893.       00000000000000000000086A9B00086A9B00086A9B0000000000000000000000
  1894.       000000000000000000000000000000000000000000002187BA002187BA002287
  1895.       B900E3D6D600E3D4D400E1D2D200E5D8D800E2D5D500E7DBDB00000000000000
  1896.       000000000000000000000000000000000000CF680000CF680000CF680000CF68
  1897.       0000CF680000CF680000CF680000CF680000CF680000CF680000CF680000C068
  1898.       0F00000000000000000000000000000000000000000000000000000000000000
  1899.       0000000000000000000000000000000000000000000000000000000000000000
  1900.       0000000000000000000000000000000000000000000000000000000000000000
  1901.       0000000000000000000000000000086A9B000000000000000000000000000000
  1902.       0000000000000000000000000000000000000000000000000000000000000000
  1903.       0000000000000000000000000000000000000000000000000000000000000000
  1904.       00000000000000000000000000000000000000000000D0701000D0701000D070
  1905.       1000D0701000D0701000D0701000D0701000D0701000D0701000D07010000000
  1906.       000000000000000000000000000000000000424D3E000000000000003E000000
  1907.       2800000040000000500000000100010000000000800200000000000000000000
  1908.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  1909.       0000000000000000000000000000000000000000000000000000000000000000
  1910.       0000000000000000000000000000000000000000000000000000000000000000
  1911.       0000000000000000000000000000000000000000000000000000000000000000
  1912.       00000000000000000000000000000000FFFFFE07FFFFC007FFFFFC03FFFF8003
  1913.       C001F801F81F80018000F801E00F80000000F801C00380000000F801C0018000
  1914.       0000E00380008000000080018000000000000001800000000000000100010000
  1915.       00000001000180000000000100030001000000010E03000380000001FF07003F
  1916.       C0008001FFCF803FC001C001FFFFC07FFC3F1FFFC001C001F00F01FF80008000
  1917.       E003001F00000000C003000700000000C0010003000000008000000300000000
  1918.       0000000300000000000000030000000080000001000100018001000100010007
  1919.       C001000100010005C0030003800181C9E0030003C001C3C1F0070003F001FFC3
  1920.       FC1FF003F001FFC7FFFFFF07F003FFCFFFFFFFFFFF87FFFFC001C001FE03FFFF
  1921.       80008000F8038001000000000001000100000000000100010000000000010001
  1922.       0000000000010001000000000001000100000000800000010001000180000001
  1923.       0007000180000001000700018000000181C78001C0010003C3E7C003C01F807F
  1924.       FFF7F007C03FC0FFFFFFF00FE0FFFFFFFFFFE3E3FE03FFFFC001C1C3F800F801
  1925.       8000C003F000E0000000E007E000E0000000E007E000E0000000E007E0000000
  1926.       0000C003E000000000008001C001000100000000800300070001000000070007
  1927.       00078003000F000F0007F83F000F000F81FFF83F001F000FC3FFFC7F001F000F
  1928.       FFFFFC7F803F000FFFFFFEFFFFFF801F00000000000000000000000000000000
  1929.       000000000000}
  1930.   end
  1931. end
  1932.