home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #12 / K-CD-12-2002.ISO / Tools / KSysInfo / KSysInfo.exe / 0 / RCDATA / TFRMMSI_OVERVIEW / TFRMMSI_OVERVIEW.txt < prev   
Encoding:
Text File  |  2002-08-07  |  179.2 KB  |  4,812 lines

  1. object frmMSI_Overview: TfrmMSI_Overview
  2.   Left = 335
  3.   Top = 219
  4.   BorderStyle = bsDialog
  5.   Caption = 'MiTeC System Information'
  6.   ClientHeight = 509
  7.   ClientWidth = 399
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 472
  23.     Width = 399
  24.     Height = 37
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object Panel2: TPanel
  29.       Left = 233
  30.       Top = 0
  31.       Width = 166
  32.       Height = 37
  33.       Align = alRight
  34.       BevelOuter = bvNone
  35.       TabOrder = 0
  36.       object bRefresh: TButton
  37.         Left = 4
  38.         Top = 4
  39.         Width = 75
  40.         Height = 25
  41.         Cursor = crHandPoint
  42.         Caption = 'Refresh'
  43.         TabOrder = 0
  44.         OnClick = cmRefresh
  45.       end
  46.       object bOK: TButton
  47.         Left = 85
  48.         Top = 4
  49.         Width = 75
  50.         Height = 25
  51.         Cursor = crHandPoint
  52.         Cancel = True
  53.         Caption = 'OK'
  54.         Default = True
  55.         ModalResult = 1
  56.         TabOrder = 1
  57.         OnClick = cmClose
  58.       end
  59.     end
  60.     object bReport: TButton
  61.       Left = 8
  62.       Top = 4
  63.       Width = 75
  64.       Height = 25
  65.       Cursor = crHandPoint
  66.       Caption = 'Report...'
  67.       TabOrder = 1
  68.       OnClick = cmReportClick
  69.     end
  70.   end
  71.   object Panel3: TPanel
  72.     Left = 0
  73.     Top = 0
  74.     Width = 399
  75.     Height = 472
  76.     Align = alClient
  77.     BevelOuter = bvNone
  78.     BorderWidth = 5
  79.     TabOrder = 1
  80.     object pc: TPageControl
  81.       Left = 5
  82.       Top = 5
  83.       Width = 389
  84.       Height = 462
  85.       Cursor = crHandPoint
  86.       ActivePage = tsNetwork
  87.       Align = alClient
  88.       MultiLine = True
  89.       TabOrder = 0
  90.       object tsWksta: TTabSheet
  91.         Caption = ' Machine '
  92.         object pNumLock: TPanel
  93.           Left = 124
  94.           Top = 370
  95.           Width = 77
  96.           Height = 20
  97.           BorderStyle = bsSingle
  98.           Caption = 'Num Lock'
  99.           Color = clSilver
  100.           TabOrder = 0
  101.         end
  102.         object pCapsLock: TPanel
  103.           Left = 206
  104.           Top = 370
  105.           Width = 77
  106.           Height = 20
  107.           BorderStyle = bsSingle
  108.           Caption = 'Caps Lock'
  109.           TabOrder = 1
  110.         end
  111.         object pScrollLock: TPanel
  112.           Left = 288
  113.           Top = 370
  114.           Width = 77
  115.           Height = 20
  116.           BorderStyle = bsSingle
  117.           Caption = 'Scroll Lock'
  118.           TabOrder = 2
  119.         end
  120.         object eMachine: TEdit
  121.           Left = 16
  122.           Top = 8
  123.           Width = 350
  124.           Height = 21
  125.           ReadOnly = True
  126.           TabOrder = 3
  127.         end
  128.         object pcMachine: TPageControl
  129.           Left = 11
  130.           Top = 35
  131.           Width = 359
  132.           Height = 324
  133.           Cursor = crHandPoint
  134.           ActivePage = tsMachineSMBIOS
  135.           TabOrder = 4
  136.           object tsMachineGeneral: TTabSheet
  137.             Caption = ' General '
  138.             object gbMID: TGroupBox
  139.               Left = 13
  140.               Top = 7
  141.               Width = 325
  142.               Height = 70
  143.               Caption = ' Identification '
  144.               TabOrder = 0
  145.               object Label1: TLabel
  146.                 Left = 70
  147.                 Top = 19
  148.                 Width = 68
  149.                 Height = 13
  150.                 Alignment = taRightJustify
  151.                 Caption = 'Machine name'
  152.               end
  153.               object Label2: TLabel
  154.                 Left = 87
  155.                 Top = 45
  156.                 Width = 51
  157.                 Height = 13
  158.                 Alignment = taRightJustify
  159.                 Caption = 'User name'
  160.               end
  161.               object Image1: TImage
  162.                 Left = 14
  163.                 Top = 24
  164.                 Width = 34
  165.                 Height = 35
  166.                 AutoSize = True
  167.                 Center = True
  168.                 Picture.Data = {<image000.bmp>}
  169.                 Transparent = True
  170.               end
  171.               object eWksta: TEdit
  172.                 Left = 148
  173.                 Top = 15
  174.                 Width = 160
  175.                 Height = 21
  176.                 Color = clBtnFace
  177.                 ReadOnly = True
  178.                 TabOrder = 0
  179.               end
  180.               object eUser: TEdit
  181.                 Left = 148
  182.                 Top = 41
  183.                 Width = 160
  184.                 Height = 21
  185.                 Color = clBtnFace
  186.                 ReadOnly = True
  187.                 TabOrder = 1
  188.               end
  189.             end
  190.             object GroupBox2: TGroupBox
  191.               Left = 13
  192.               Top = 93
  193.               Width = 325
  194.               Height = 105
  195.               Caption = ' BIOS information '
  196.               TabOrder = 1
  197.               object Label3: TLabel
  198.                 Left = 13
  199.                 Top = 22
  200.                 Width = 34
  201.                 Height = 13
  202.                 Alignment = taRightJustify
  203.                 Caption = 'Vendor'
  204.               end
  205.               object Label4: TLabel
  206.                 Left = 12
  207.                 Top = 49
  208.                 Width = 35
  209.                 Height = 13
  210.                 Alignment = taRightJustify
  211.                 Caption = 'Version'
  212.               end
  213.               object Label5: TLabel
  214.                 Left = 185
  215.                 Top = 49
  216.                 Width = 23
  217.                 Height = 13
  218.                 Alignment = taRightJustify
  219.                 Caption = 'Date'
  220.               end
  221.               object Label6: TLabel
  222.                 Left = 28
  223.                 Top = 76
  224.                 Width = 19
  225.                 Height = 13
  226.                 Alignment = taRightJustify
  227.                 Caption = 'Size'
  228.               end
  229.               object Label53: TLabel
  230.                 Left = 151
  231.                 Top = 76
  232.                 Width = 12
  233.                 Height = 13
  234.                 Caption = 'KB'
  235.               end
  236.               object eBIOSVendor: TEdit
  237.                 Left = 57
  238.                 Top = 18
  239.                 Width = 250
  240.                 Height = 21
  241.                 Color = clBtnFace
  242.                 ReadOnly = True
  243.                 TabOrder = 0
  244.               end
  245.               object eBIOSVer: TEdit
  246.                 Left = 57
  247.                 Top = 45
  248.                 Width = 90
  249.                 Height = 21
  250.                 Color = clBtnFace
  251.                 ReadOnly = True
  252.                 TabOrder = 1
  253.               end
  254.               object eBIOSDate: TEdit
  255.                 Left = 217
  256.                 Top = 45
  257.                 Width = 90
  258.                 Height = 21
  259.                 Color = clBtnFace
  260.                 ReadOnly = True
  261.                 TabOrder = 2
  262.               end
  263.               object eBIOSSize: TEdit
  264.                 Left = 57
  265.                 Top = 72
  266.                 Width = 90
  267.                 Height = 21
  268.                 Color = clBtnFace
  269.                 ReadOnly = True
  270.                 TabOrder = 3
  271.               end
  272.             end
  273.             object GroupBox3: TGroupBox
  274.               Left = 13
  275.               Top = 207
  276.               Width = 325
  277.               Height = 75
  278.               Caption = '  Boot information '
  279.               TabOrder = 2
  280.               object Label7: TLabel
  281.                 Left = 51
  282.                 Top = 23
  283.                 Width = 45
  284.                 Height = 13
  285.                 Alignment = taRightJustify
  286.                 Caption = 'Last boot'
  287.               end
  288.               object Label8: TLabel
  289.                 Left = 22
  290.                 Top = 49
  291.                 Width = 74
  292.                 Height = 13
  293.                 Alignment = taRightJustify
  294.                 Caption = 'System Up time'
  295.               end
  296.               object eLastBoot: TEdit
  297.                 Left = 106
  298.                 Top = 19
  299.                 Width = 200
  300.                 Height = 21
  301.                 Color = clBtnFace
  302.                 ReadOnly = True
  303.                 TabOrder = 0
  304.               end
  305.               object eSysTime: TEdit
  306.                 Left = 106
  307.                 Top = 45
  308.                 Width = 200
  309.                 Height = 21
  310.                 Color = clBtnFace
  311.                 ReadOnly = True
  312.                 TabOrder = 1
  313.               end
  314.             end
  315.           end
  316.           object tsMachineSMBIOS: TTabSheet
  317.             Caption = 'SM BIOS'
  318.             ImageIndex = 1
  319.             object Panel25: TPanel
  320.               Left = 0
  321.               Top = 0
  322.               Width = 351
  323.               Height = 296
  324.               Align = alClient
  325.               BevelOuter = bvNone
  326.               BorderWidth = 5
  327.               Caption = ' '
  328.               TabOrder = 0
  329.               object Label60: TLabel
  330.                 Left = 7
  331.                 Top = 15
  332.                 Width = 35
  333.                 Height = 13
  334.                 Alignment = taRightJustify
  335.                 Caption = 'Version'
  336.               end
  337.               object Bevel7: TBevel
  338.                 Left = 2
  339.                 Top = 36
  340.                 Width = 347
  341.                 Height = 5
  342.                 Shape = bsTopLine
  343.               end
  344.               object Label66: TLabel
  345.                 Left = 160
  346.                 Top = 15
  347.                 Width = 106
  348.                 Height = 13
  349.                 Alignment = taRightJustify
  350.                 Caption = 'Structure Table Count'
  351.               end
  352.               object eSMVer: TEdit
  353.                 Left = 51
  354.                 Top = 11
  355.                 Width = 66
  356.                 Height = 21
  357.                 Color = clBtnFace
  358.                 ReadOnly = True
  359.                 TabOrder = 0
  360.               end
  361.               object pcSM: TPageControl
  362.                 Left = 5
  363.                 Top = 46
  364.                 Width = 341
  365.                 Height = 245
  366.                 Cursor = crHandPoint
  367.                 ActivePage = tsSMCaches
  368.                 Align = alBottom
  369.                 HotTrack = True
  370.                 Style = tsFlatButtons
  371.                 TabOrder = 1
  372.                 object tsSMSystem: TTabSheet
  373.                   Caption = ' System '
  374.                   object GroupBox4: TGroupBox
  375.                     Left = 0
  376.                     Top = 0
  377.                     Width = 333
  378.                     Height = 214
  379.                     Align = alClient
  380.                     TabOrder = 0
  381.                     object Label61: TLabel
  382.                       Left = 78
  383.                       Top = 24
  384.                       Width = 28
  385.                       Height = 13
  386.                       Alignment = taRightJustify
  387.                       Caption = 'Model'
  388.                     end
  389.                     object Label62: TLabel
  390.                       Left = 41
  391.                       Top = 51
  392.                       Width = 65
  393.                       Height = 13
  394.                       Alignment = taRightJustify
  395.                       Caption = 'Manufacturer'
  396.                     end
  397.                     object lSysVer: TLabel
  398.                       Left = 71
  399.                       Top = 78
  400.                       Width = 35
  401.                       Height = 13
  402.                       Alignment = taRightJustify
  403.                       Caption = 'Version'
  404.                     end
  405.                     object lSysSer: TLabel
  406.                       Left = 40
  407.                       Top = 104
  408.                       Width = 66
  409.                       Height = 13
  410.                       Alignment = taRightJustify
  411.                       Caption = 'Serial Number'
  412.                     end
  413.                     object lSysID: TLabel
  414.                       Left = 12
  415.                       Top = 131
  416.                       Width = 94
  417.                       Height = 13
  418.                       Alignment = taRightJustify
  419.                       Caption = 'Universal Unique ID'
  420.                     end
  421.                     object eSysMod: TEdit
  422.                       Left = 116
  423.                       Top = 20
  424.                       Width = 200
  425.                       Height = 21
  426.                       Color = clBtnFace
  427.                       ReadOnly = True
  428.                       TabOrder = 0
  429.                     end
  430.                     object eSysMan: TEdit
  431.                       Left = 116
  432.                       Top = 47
  433.                       Width = 200
  434.                       Height = 21
  435.                       Color = clBtnFace
  436.                       ReadOnly = True
  437.                       TabOrder = 1
  438.                     end
  439.                     object eSysVer: TEdit
  440.                       Left = 116
  441.                       Top = 74
  442.                       Width = 200
  443.                       Height = 21
  444.                       Color = clBtnFace
  445.                       ReadOnly = True
  446.                       TabOrder = 2
  447.                     end
  448.                     object eSysSer: TEdit
  449.                       Left = 116
  450.                       Top = 100
  451.                       Width = 200
  452.                       Height = 21
  453.                       Color = clBtnFace
  454.                       ReadOnly = True
  455.                       TabOrder = 3
  456.                     end
  457.                     object eSysID: TEdit
  458.                       Left = 116
  459.                       Top = 127
  460.                       Width = 200
  461.                       Height = 21
  462.                       Color = clBtnFace
  463.                       ReadOnly = True
  464.                       TabOrder = 4
  465.                     end
  466.                   end
  467.                 end
  468.                 object tsSMMB: TTabSheet
  469.                   Caption = ' MainBoard'
  470.                   ImageIndex = 1
  471.                   object GroupBox15: TGroupBox
  472.                     Left = 0
  473.                     Top = 0
  474.                     Width = 343
  475.                     Height = 219
  476.                     Align = alClient
  477.                     TabOrder = 0
  478.                     object Label67: TLabel
  479.                       Left = 78
  480.                       Top = 24
  481.                       Width = 28
  482.                       Height = 13
  483.                       Alignment = taRightJustify
  484.                       Caption = 'Model'
  485.                     end
  486.                     object Label68: TLabel
  487.                       Left = 41
  488.                       Top = 51
  489.                       Width = 65
  490.                       Height = 13
  491.                       Alignment = taRightJustify
  492.                       Caption = 'Manufacturer'
  493.                     end
  494.                     object Label70: TLabel
  495.                       Left = 71
  496.                       Top = 78
  497.                       Width = 35
  498.                       Height = 13
  499.                       Alignment = taRightJustify
  500.                       Caption = 'Version'
  501.                     end
  502.                     object Label71: TLabel
  503.                       Left = 40
  504.                       Top = 104
  505.                       Width = 66
  506.                       Height = 13
  507.                       Alignment = taRightJustify
  508.                       Caption = 'Serial Number'
  509.                     end
  510.                     object eMBMod: TEdit
  511.                       Left = 116
  512.                       Top = 20
  513.                       Width = 200
  514.                       Height = 21
  515.                       Color = clBtnFace
  516.                       ReadOnly = True
  517.                       TabOrder = 0
  518.                     end
  519.                     object eMBMan: TEdit
  520.                       Left = 116
  521.                       Top = 47
  522.                       Width = 200
  523.                       Height = 21
  524.                       Color = clBtnFace
  525.                       ReadOnly = True
  526.                       TabOrder = 1
  527.                     end
  528.                     object eMBVer: TEdit
  529.                       Left = 116
  530.                       Top = 74
  531.                       Width = 200
  532.                       Height = 21
  533.                       Color = clBtnFace
  534.                       ReadOnly = True
  535.                       TabOrder = 2
  536.                     end
  537.                     object eMBSer: TEdit
  538.                       Left = 116
  539.                       Top = 100
  540.                       Width = 200
  541.                       Height = 21
  542.                       Color = clBtnFace
  543.                       ReadOnly = True
  544.                       TabOrder = 3
  545.                     end
  546.                   end
  547.                 end
  548.                 object tsSMCH: TTabSheet
  549.                   Caption = ' Chassis '
  550.                   ImageIndex = 2
  551.                   object GroupBox18: TGroupBox
  552.                     Left = 0
  553.                     Top = 0
  554.                     Width = 343
  555.                     Height = 219
  556.                     Align = alClient
  557.                     TabOrder = 0
  558.                     object Label78: TLabel
  559.                       Left = 78
  560.                       Top = 24
  561.                       Width = 28
  562.                       Height = 13
  563.                       Alignment = taRightJustify
  564.                       Caption = 'Model'
  565.                     end
  566.                     object Label79: TLabel
  567.                       Left = 41
  568.                       Top = 51
  569.                       Width = 65
  570.                       Height = 13
  571.                       Alignment = taRightJustify
  572.                       Caption = 'Manufacturer'
  573.                     end
  574.                     object Label80: TLabel
  575.                       Left = 71
  576.                       Top = 78
  577.                       Width = 35
  578.                       Height = 13
  579.                       Alignment = taRightJustify
  580.                       Caption = 'Version'
  581.                     end
  582.                     object Label81: TLabel
  583.                       Left = 40
  584.                       Top = 104
  585.                       Width = 66
  586.                       Height = 13
  587.                       Alignment = taRightJustify
  588.                       Caption = 'Serial Number'
  589.                     end
  590.                     object eCHMod: TEdit
  591.                       Left = 116
  592.                       Top = 20
  593.                       Width = 200
  594.                       Height = 21
  595.                       Color = clBtnFace
  596.                       ReadOnly = True
  597.                       TabOrder = 0
  598.                     end
  599.                     object eCHMan: TEdit
  600.                       Left = 116
  601.                       Top = 47
  602.                       Width = 200
  603.                       Height = 21
  604.                       Color = clBtnFace
  605.                       ReadOnly = True
  606.                       TabOrder = 1
  607.                     end
  608.                     object eCHVer: TEdit
  609.                       Left = 116
  610.                       Top = 74
  611.                       Width = 200
  612.                       Height = 21
  613.                       Color = clBtnFace
  614.                       ReadOnly = True
  615.                       TabOrder = 2
  616.                     end
  617.                     object eCHSer: TEdit
  618.                       Left = 116
  619.                       Top = 100
  620.                       Width = 200
  621.                       Height = 21
  622.                       Color = clBtnFace
  623.                       ReadOnly = True
  624.                       TabOrder = 3
  625.                     end
  626.                   end
  627.                 end
  628.                 object tsSMCPU: TTabSheet
  629.                   Caption = ' Processors '
  630.                   ImageIndex = 3
  631.                   object GroupBox22: TGroupBox
  632.                     Left = 0
  633.                     Top = 0
  634.                     Width = 333
  635.                     Height = 214
  636.                     Align = alClient
  637.                     TabOrder = 0
  638.                     object Label83: TLabel
  639.                       Left = 73
  640.                       Top = 78
  641.                       Width = 32
  642.                       Height = 13
  643.                       Alignment = taRightJustify
  644.                       Caption = 'Socket'
  645.                     end
  646.                     object Label84: TLabel
  647.                       Left = 16
  648.                       Top = 105
  649.                       Width = 89
  650.                       Height = 13
  651.                       Alignment = taRightJustify
  652.                       Caption = 'Upgrade Interface'
  653.                     end
  654.                     object Label85: TLabel
  655.                       Left = 69
  656.                       Top = 132
  657.                       Width = 36
  658.                       Height = 13
  659.                       Alignment = taRightJustify
  660.                       Caption = 'Voltage'
  661.                     end
  662.                     object Label86: TLabel
  663.                       Left = 37
  664.                       Top = 184
  665.                       Width = 68
  666.                       Height = 13
  667.                       Alignment = taRightJustify
  668.                       Caption = 'External Clock'
  669.                     end
  670.                     object Label63: TLabel
  671.                       Left = 186
  672.                       Top = 133
  673.                       Width = 18
  674.                       Height = 13
  675.                       Caption = 'V    '
  676.                     end
  677.                     object Label65: TLabel
  678.                       Left = 185
  679.                       Top = 183
  680.                       Width = 20
  681.                       Height = 13
  682.                       Caption = 'MHz'
  683.                     end
  684.                     object Label88: TLabel
  685.                       Left = 70
  686.                       Top = 51
  687.                       Width = 35
  688.                       Height = 13
  689.                       Alignment = taRightJustify
  690.                       Caption = 'Version'
  691.                     end
  692.                     object Label89: TLabel
  693.                       Left = 80
  694.                       Top = 158
  695.                       Width = 25
  696.                       Height = 13
  697.                       Alignment = taRightJustify
  698.                       Caption = 'Clock'
  699.                     end
  700.                     object Label90: TLabel
  701.                       Left = 185
  702.                       Top = 157
  703.                       Width = 20
  704.                       Height = 13
  705.                       Caption = 'MHz'
  706.                     end
  707.                     object l: TLabel
  708.                       Left = 40
  709.                       Top = 24
  710.                       Width = 65
  711.                       Height = 13
  712.                       Alignment = taRightJustify
  713.                       Caption = 'Manufacturer'
  714.                     end
  715.                     object eSocket: TEdit
  716.                       Left = 115
  717.                       Top = 74
  718.                       Width = 200
  719.                       Height = 21
  720.                       Color = clBtnFace
  721.                       ReadOnly = True
  722.                       TabOrder = 0
  723.                     end
  724.                     object eUpgIntf: TEdit
  725.                       Left = 115
  726.                       Top = 101
  727.                       Width = 200
  728.                       Height = 21
  729.                       Color = clBtnFace
  730.                       ReadOnly = True
  731.                       TabOrder = 1
  732.                     end
  733.                     object eVolt: TEdit
  734.                       Left = 115
  735.                       Top = 128
  736.                       Width = 66
  737.                       Height = 21
  738.                       Color = clBtnFace
  739.                       ReadOnly = True
  740.                       TabOrder = 2
  741.                     end
  742.                     object eExtClk: TEdit
  743.                       Left = 115
  744.                       Top = 180
  745.                       Width = 66
  746.                       Height = 21
  747.                       Color = clBtnFace
  748.                       ReadOnly = True
  749.                       TabOrder = 3
  750.                     end
  751.                     object eCPU: TEdit
  752.                       Left = 115
  753.                       Top = 47
  754.                       Width = 200
  755.                       Height = 21
  756.                       Color = clBtnFace
  757.                       ReadOnly = True
  758.                       TabOrder = 4
  759.                     end
  760.                     object eClock: TEdit
  761.                       Left = 115
  762.                       Top = 154
  763.                       Width = 66
  764.                       Height = 21
  765.                       Color = clBtnFace
  766.                       ReadOnly = True
  767.                       TabOrder = 5
  768.                     end
  769.                     object eCPUMan: TEdit
  770.                       Left = 115
  771.                       Top = 20
  772.                       Width = 200
  773.                       Height = 21
  774.                       Color = clBtnFace
  775.                       ReadOnly = True
  776.                       TabOrder = 6
  777.                     end
  778.                   end
  779.                 end
  780.                 object tsSMCaches: TTabSheet
  781.                   Caption = ' Caches '
  782.                   ImageIndex = 8
  783.                   object Panel32: TPanel
  784.                     Left = 0
  785.                     Top = 0
  786.                     Width = 333
  787.                     Height = 214
  788.                     Align = alClient
  789.                     BevelInner = bvLowered
  790.                     BevelOuter = bvNone
  791.                     BorderWidth = 3
  792.                     Caption = 'Panel7'
  793.                     TabOrder = 0
  794.                     object lvCache: TListView
  795.                       Left = 4
  796.                       Top = 4
  797.                       Width = 325
  798.                       Height = 206
  799.                       Align = alClient
  800.                       BorderStyle = bsNone
  801.                       Columns = <
  802.                         item
  803.                           Caption = 'Socket'
  804.                           Width = 100
  805.                         end
  806.                         item
  807.                           Caption = 'Type'
  808.                           Width = 75
  809.                         end
  810.                         item
  811.                           Caption = 'Associativity'
  812.                           Width = 100
  813.                         end
  814.                         item
  815.                           Caption = 'SRAM'
  816.                           Width = 100
  817.                         end
  818.                         item
  819.                           Alignment = taRightJustify
  820.                           Caption = 'Size'
  821.                         end
  822.                         item
  823.                           Alignment = taRightJustify
  824.                           Caption = 'Max Size'
  825.                           Width = 60
  826.                         end
  827.                         item
  828.                           Alignment = taRightJustify
  829.                           Caption = 'Speed'
  830.                         end>
  831.                       ColumnClick = False
  832.                       FlatScrollBars = True
  833.                       HideSelection = False
  834.                       ReadOnly = True
  835.                       RowSelect = True
  836.                       SmallImages = img
  837.                       TabOrder = 0
  838.                       ViewStyle = vsReport
  839.                     end
  840.                   end
  841.                 end
  842.                 object tsSMMem: TTabSheet
  843.                   Caption = ' Memory '
  844.                   ImageIndex = 4
  845.                   object Panel26: TPanel
  846.                     Left = 0
  847.                     Top = 0
  848.                     Width = 333
  849.                     Height = 214
  850.                     Align = alClient
  851.                     BevelInner = bvLowered
  852.                     BevelOuter = bvNone
  853.                     BorderWidth = 3
  854.                     Caption = 'Panel7'
  855.                     TabOrder = 0
  856.                     object lvMem: TListView
  857.                       Left = 4
  858.                       Top = 4
  859.                       Width = 325
  860.                       Height = 206
  861.                       Align = alClient
  862.                       BorderStyle = bsNone
  863.                       Columns = <
  864.                         item
  865.                           Caption = 'Bank'
  866.                           Width = 100
  867.                         end
  868.                         item
  869.                           Caption = 'Type'
  870.                           Width = 100
  871.                         end
  872.                         item
  873.                           Alignment = taRightJustify
  874.                           Caption = 'Size'
  875.                         end
  876.                         item
  877.                           Alignment = taRightJustify
  878.                           Caption = 'Speed'
  879.                         end>
  880.                       ColumnClick = False
  881.                       FlatScrollBars = True
  882.                       HideSelection = False
  883.                       ReadOnly = True
  884.                       RowSelect = True
  885.                       SmallImages = img
  886.                       TabOrder = 0
  887.                       ViewStyle = vsReport
  888.                     end
  889.                   end
  890.                 end
  891.                 object tsSMPort: TTabSheet
  892.                   Caption = ' Ports '
  893.                   ImageIndex = 5
  894.                   object Panel27: TPanel
  895.                     Left = 0
  896.                     Top = 0
  897.                     Width = 333
  898.                     Height = 214
  899.                     Align = alClient
  900.                     BevelInner = bvLowered
  901.                     BevelOuter = bvNone
  902.                     BorderWidth = 3
  903.                     Caption = 'Panel7'
  904.                     TabOrder = 0
  905.                     object lvPort: TListView
  906.                       Left = 4
  907.                       Top = 4
  908.                       Width = 325
  909.                       Height = 206
  910.                       Align = alClient
  911.                       BorderStyle = bsNone
  912.                       Columns = <
  913.                         item
  914.                           Caption = 'Designator'
  915.                           Width = 100
  916.                         end
  917.                         item
  918.                           Caption = 'Type'
  919.                           Width = 100
  920.                         end
  921.                         item
  922.                           Caption = 'Connector'
  923.                           Width = 100
  924.                         end>
  925.                       ColumnClick = False
  926.                       FlatScrollBars = True
  927.                       HideSelection = False
  928.                       ReadOnly = True
  929.                       RowSelect = True
  930.                       SmallImages = img
  931.                       TabOrder = 0
  932.                       ViewStyle = vsReport
  933.                     end
  934.                   end
  935.                 end
  936.                 object tsSMSlot: TTabSheet
  937.                   Caption = ' Slots '
  938.                   ImageIndex = 6
  939.                   object Panel28: TPanel
  940.                     Left = 0
  941.                     Top = 0
  942.                     Width = 333
  943.                     Height = 214
  944.                     Align = alClient
  945.                     BevelInner = bvLowered
  946.                     BevelOuter = bvNone
  947.                     BorderWidth = 3
  948.                     Caption = 'Panel7'
  949.                     TabOrder = 0
  950.                     object lvSlot: TListView
  951.                       Left = 4
  952.                       Top = 4
  953.                       Width = 325
  954.                       Height = 206
  955.                       Align = alClient
  956.                       BorderStyle = bsNone
  957.                       Columns = <
  958.                         item
  959.                           Caption = 'Type'
  960.                           Width = 150
  961.                         end
  962.                         item
  963.                           Caption = 'Data Bus'
  964.                           Width = 100
  965.                         end>
  966.                       ColumnClick = False
  967.                       FlatScrollBars = True
  968.                       HideSelection = False
  969.                       ReadOnly = True
  970.                       RowSelect = True
  971.                       SmallImages = img
  972.                       TabOrder = 0
  973.                       ViewStyle = vsReport
  974.                     end
  975.                   end
  976.                 end
  977.                 object tsSMTables: TTabSheet
  978.                   Caption = ' Available Tables '
  979.                   ImageIndex = 7
  980.                   object Panel29: TPanel
  981.                     Left = 0
  982.                     Top = 0
  983.                     Width = 333
  984.                     Height = 214
  985.                     Align = alClient
  986.                     BevelInner = bvLowered
  987.                     BevelOuter = bvNone
  988.                     BorderWidth = 3
  989.                     Caption = 'Panel7'
  990.                     TabOrder = 0
  991.                     object lvTables: TListView
  992.                       Left = 4
  993.                       Top = 4
  994.                       Width = 325
  995.                       Height = 206
  996.                       Align = alClient
  997.                       BorderStyle = bsNone
  998.                       Columns = <
  999.                         item
  1000.                           Caption = 'Table Type'
  1001.                           Width = 215
  1002.                         end
  1003.                         item
  1004.                           Alignment = taRightJustify
  1005.                           Caption = 'Length'
  1006.                           Width = 45
  1007.                         end
  1008.                         item
  1009.                           Alignment = taRightJustify
  1010.                           Caption = 'Handle'
  1011.                           Width = 45
  1012.                         end>
  1013.                       ColumnClick = False
  1014.                       FlatScrollBars = True
  1015.                       HideSelection = False
  1016.                       ReadOnly = True
  1017.                       RowSelect = True
  1018.                       TabOrder = 0
  1019.                       ViewStyle = vsReport
  1020.                     end
  1021.                   end
  1022.                 end
  1023.               end
  1024.               object eSMTables: TEdit
  1025.                 Left = 275
  1026.                 Top = 11
  1027.                 Width = 66
  1028.                 Height = 21
  1029.                 Color = clBtnFace
  1030.                 ReadOnly = True
  1031.                 TabOrder = 2
  1032.               end
  1033.             end
  1034.           end
  1035.         end
  1036.       end
  1037.       object tsOS: TTabSheet
  1038.         Caption = ' Operating System'
  1039.         object Image2: TImage
  1040.           Left = 20
  1041.           Top = 13
  1042.           Width = 38
  1043.           Height = 29
  1044.           AutoSize = True
  1045.           Center = True
  1046.           Picture.Data = {<image001.bmp>}
  1047.           Transparent = True
  1048.         end
  1049.         object lVersion: TLabel
  1050.           Left = 82
  1051.           Top = 13
  1052.           Width = 151
  1053.           Height = 13
  1054.           Caption = 'Windows Millenium Edition'
  1055.           Font.Charset = DEFAULT_CHARSET
  1056.           Font.Color = clWindowText
  1057.           Font.Height = -11
  1058.           Font.Name = 'MS Sans Serif'
  1059.           Font.Style = [fsBold]
  1060.           ParentFont = False
  1061.         end
  1062.         object lVerNo: TLabel
  1063.           Left = 82
  1064.           Top = 31
  1065.           Width = 21
  1066.           Height = 13
  1067.           Caption = '       '
  1068.         end
  1069.         object Bevel1: TBevel
  1070.           Left = 8
  1071.           Top = 128
  1072.           Width = 355
  1073.           Height = 3
  1074.           Shape = bsTopLine
  1075.         end
  1076.         object lCSD: TLabel
  1077.           Left = 82
  1078.           Top = 49
  1079.           Width = 21
  1080.           Height = 13
  1081.           Caption = '       '
  1082.         end
  1083.         object lDVD: TLabel
  1084.           Left = 82
  1085.           Top = 67
  1086.           Width = 21
  1087.           Height = 13
  1088.           Caption = '       '
  1089.         end
  1090.         object Bevel2: TBevel
  1091.           Left = 9
  1092.           Top = 88
  1093.           Width = 355
  1094.           Height = 3
  1095.           Shape = bsTopLine
  1096.         end
  1097.         object bEnvironment: TButton
  1098.           Left = 260
  1099.           Top = 97
  1100.           Width = 100
  1101.           Height = 25
  1102.           Cursor = crHandPoint
  1103.           Caption = 'Environment...'
  1104.           TabOrder = 0
  1105.           OnClick = cmEnvironment
  1106.         end
  1107.         object bNTSpec: TButton
  1108.           Left = 153
  1109.           Top = 97
  1110.           Width = 100
  1111.           Height = 25
  1112.           Cursor = crHandPoint
  1113.           Caption = 'Installed Suites...'
  1114.           TabOrder = 1
  1115.           OnClick = cmNTSpec
  1116.         end
  1117.         object pcOS: TPageControl
  1118.           Left = 10
  1119.           Top = 141
  1120.           Width = 353
  1121.           Height = 245
  1122.           Cursor = crHandPoint
  1123.           ActivePage = tsGeneral
  1124.           TabOrder = 2
  1125.           object tsGeneral: TTabSheet
  1126.             Caption = ' General '
  1127.             object Label9: TLabel
  1128.               Left = 73
  1129.               Top = 20
  1130.               Width = 55
  1131.               Height = 13
  1132.               Alignment = taRightJustify
  1133.               Caption = 'Product ID:'
  1134.             end
  1135.             object Label10: TLabel
  1136.               Left = 48
  1137.               Top = 69
  1138.               Width = 80
  1139.               Height = 13
  1140.               Alignment = taRightJustify
  1141.               Caption = 'Registered user:'
  1142.             end
  1143.             object Label11: TLabel
  1144.               Left = 10
  1145.               Top = 93
  1146.               Width = 118
  1147.               Height = 13
  1148.               Alignment = taRightJustify
  1149.               Caption = 'Registered organization:'
  1150.             end
  1151.             object Label15: TLabel
  1152.               Left = 66
  1153.               Top = 44
  1154.               Width = 62
  1155.               Height = 13
  1156.               Alignment = taRightJustify
  1157.               Caption = 'Product Key:'
  1158.             end
  1159.             object ePID: TEdit
  1160.               Left = 138
  1161.               Top = 16
  1162.               Width = 190
  1163.               Height = 21
  1164.               Color = clBtnFace
  1165.               ReadOnly = True
  1166.               TabOrder = 0
  1167.             end
  1168.             object eRegUser: TEdit
  1169.               Left = 138
  1170.               Top = 65
  1171.               Width = 190
  1172.               Height = 21
  1173.               Color = clBtnFace
  1174.               ReadOnly = True
  1175.               TabOrder = 1
  1176.             end
  1177.             object eRegOrg: TEdit
  1178.               Left = 138
  1179.               Top = 89
  1180.               Width = 190
  1181.               Height = 21
  1182.               Color = clBtnFace
  1183.               ReadOnly = True
  1184.               TabOrder = 2
  1185.             end
  1186.             object ePKey: TEdit
  1187.               Left = 138
  1188.               Top = 40
  1189.               Width = 190
  1190.               Height = 21
  1191.               Color = clBtnFace
  1192.               ReadOnly = True
  1193.               TabOrder = 3
  1194.             end
  1195.           end
  1196.           object tsFolders: TTabSheet
  1197.             Caption = ' Folders '
  1198.             ImageIndex = 1
  1199.             object Panel15: TPanel
  1200.               Left = 0
  1201.               Top = 0
  1202.               Width = 345
  1203.               Height = 217
  1204.               Align = alClient
  1205.               BevelInner = bvLowered
  1206.               BevelOuter = bvNone
  1207.               BorderWidth = 5
  1208.               Caption = ' '
  1209.               TabOrder = 0
  1210.               object FolderList: TListView
  1211.                 Left = 6
  1212.                 Top = 6
  1213.                 Width = 333
  1214.                 Height = 205
  1215.                 Align = alClient
  1216.                 BorderStyle = bsNone
  1217.                 Columns = <
  1218.                   item
  1219.                     Caption = 'System name'
  1220.                     Width = 100
  1221.                   end
  1222.                   item
  1223.                     Caption = 'Location'
  1224.                     Width = 215
  1225.                   end>
  1226.                 ColumnClick = False
  1227.                 FlatScrollBars = True
  1228.                 ReadOnly = True
  1229.                 RowSelect = True
  1230.                 TabOrder = 0
  1231.                 ViewStyle = vsReport
  1232.               end
  1233.             end
  1234.           end
  1235.           object tsInternet: TTabSheet
  1236.             Caption = ' Internet '
  1237.             ImageIndex = 2
  1238.             object Label43: TLabel
  1239.               Left = 47
  1240.               Top = 20
  1241.               Width = 81
  1242.               Height = 13
  1243.               Alignment = taRightJustify
  1244.               Caption = 'Default Browser:'
  1245.             end
  1246.             object Label44: TLabel
  1247.               Left = 43
  1248.               Top = 95
  1249.               Width = 85
  1250.               Height = 13
  1251.               Alignment = taRightJustify
  1252.               Caption = 'Connection Type:'
  1253.             end
  1254.             object Label45: TLabel
  1255.               Left = 61
  1256.               Top = 69
  1257.               Width = 67
  1258.               Height = 13
  1259.               Alignment = taRightJustify
  1260.               Caption = 'Proxy Server:'
  1261.             end
  1262.             object Label46: TLabel
  1263.               Left = 38
  1264.               Top = 44
  1265.               Width = 90
  1266.               Height = 13
  1267.               Alignment = taRightJustify
  1268.               Caption = 'Default Mail Client:'
  1269.             end
  1270.             object lCT: TLabel
  1271.               Left = 138
  1272.               Top = 95
  1273.               Width = 12
  1274.               Height = 13
  1275.               Caption = '    '
  1276.             end
  1277.             object eBrowser: TEdit
  1278.               Left = 138
  1279.               Top = 16
  1280.               Width = 190
  1281.               Height = 21
  1282.               Color = clBtnFace
  1283.               ReadOnly = True
  1284.               TabOrder = 0
  1285.             end
  1286.             object eProxy: TEdit
  1287.               Left = 138
  1288.               Top = 65
  1289.               Width = 190
  1290.               Height = 21
  1291.               Color = clBtnFace
  1292.               ReadOnly = True
  1293.               TabOrder = 1
  1294.             end
  1295.             object email: TEdit
  1296.               Left = 138
  1297.               Top = 40
  1298.               Width = 190
  1299.               Height = 21
  1300.               Color = clBtnFace
  1301.               ReadOnly = True
  1302.               TabOrder = 2
  1303.             end
  1304.           end
  1305.           object tsLocale: TTabSheet
  1306.             Caption = ' Locale '
  1307.             ImageIndex = 3
  1308.             object Panel17: TPanel
  1309.               Left = 0
  1310.               Top = 0
  1311.               Width = 345
  1312.               Height = 217
  1313.               Align = alClient
  1314.               BevelInner = bvLowered
  1315.               BevelOuter = bvNone
  1316.               BorderWidth = 5
  1317.               Caption = ' '
  1318.               TabOrder = 0
  1319.               object LocaleList: TListView
  1320.                 Left = 6
  1321.                 Top = 6
  1322.                 Width = 333
  1323.                 Height = 205
  1324.                 Align = alClient
  1325.                 BorderStyle = bsNone
  1326.                 Columns = <
  1327.                   item
  1328.                     Caption = 'Parameter'
  1329.                     Width = 150
  1330.                   end
  1331.                   item
  1332.                     Caption = 'Value'
  1333.                     Width = 165
  1334.                   end>
  1335.                 ColumnClick = False
  1336.                 FlatScrollBars = True
  1337.                 ReadOnly = True
  1338.                 RowSelect = True
  1339.                 TabOrder = 0
  1340.                 ViewStyle = vsReport
  1341.               end
  1342.             end
  1343.           end
  1344.         end
  1345.       end
  1346.       object tsCPU: TTabSheet
  1347.         Caption = ' CPU '
  1348.         object Image3: TImage
  1349.           Left = 20
  1350.           Top = 24
  1351.           Width = 37
  1352.           Height = 36
  1353.           AutoSize = True
  1354.           Center = True
  1355.           ParentShowHint = False
  1356.           Picture.Data = {<image002.bmp>}
  1357.           ShowHint = True
  1358.           Transparent = True
  1359.         end
  1360.         object lCPU: TLabel
  1361.           Left = 70
  1362.           Top = 31
  1363.           Width = 26
  1364.           Height = 13
  1365.           Caption = 'CPU'
  1366.           Font.Charset = DEFAULT_CHARSET
  1367.           Font.Color = clWindowText
  1368.           Font.Height = -11
  1369.           Font.Name = 'MS Sans Serif'
  1370.           Font.Style = [fsBold]
  1371.           ParentFont = False
  1372.         end
  1373.         object pcCPU: TPageControl
  1374.           Left = 0
  1375.           Top = 72
  1376.           Width = 381
  1377.           Height = 326
  1378.           Cursor = crHandPoint
  1379.           ActivePage = tsID
  1380.           Align = alBottom
  1381.           TabOrder = 0
  1382.           object tsID: TTabSheet
  1383.             Caption = ' Identification '
  1384.             object GroupBox5: TGroupBox
  1385.               Left = 6
  1386.               Top = 10
  1387.               Width = 351
  1388.               Height = 115
  1389.               Caption = ' Model identification '
  1390.               TabOrder = 0
  1391.               object lModel: TLabel
  1392.                 Left = 9
  1393.                 Top = 20
  1394.                 Width = 30
  1395.                 Height = 13
  1396.                 Caption = 'Family'
  1397.               end
  1398.               object lSerial: TLabel
  1399.                 Left = 9
  1400.                 Top = 87
  1401.                 Width = 26
  1402.                 Height = 13
  1403.                 Caption = 'Serial'
  1404.               end
  1405.               object lVendor: TLabel
  1406.                 Left = 9
  1407.                 Top = 66
  1408.                 Width = 34
  1409.                 Height = 13
  1410.                 Caption = 'Vendor'
  1411.               end
  1412.               object lCodename: TLabel
  1413.                 Left = 9
  1414.                 Top = 43
  1415.                 Width = 52
  1416.                 Height = 13
  1417.                 Caption = 'CodeName'
  1418.               end
  1419.             end
  1420.             object GroupBox21: TGroupBox
  1421.               Left = 7
  1422.               Top = 135
  1423.               Width = 351
  1424.               Height = 142
  1425.               Caption = ' Cache '
  1426.               TabOrder = 1
  1427.               object lL1Data: TLabel
  1428.                 Left = 10
  1429.                 Top = 23
  1430.                 Width = 36
  1431.                 Height = 13
  1432.                 Caption = 'lL1Data'
  1433.               end
  1434.               object lL1Code: TLabel
  1435.                 Left = 10
  1436.                 Top = 43
  1437.                 Width = 38
  1438.                 Height = 13
  1439.                 Caption = 'lL1Code'
  1440.               end
  1441.               object lLevel1: TLabel
  1442.                 Left = 10
  1443.                 Top = 63
  1444.                 Width = 33
  1445.                 Height = 13
  1446.                 Caption = 'lLevel1'
  1447.               end
  1448.               object lLevel2: TLabel
  1449.                 Left = 10
  1450.                 Top = 82
  1451.                 Width = 33
  1452.                 Height = 13
  1453.                 Caption = 'lLevel2'
  1454.               end
  1455.               object lCacheDesc: TLabel
  1456.                 Left = 10
  1457.                 Top = 102
  1458.                 Width = 33
  1459.                 Height = 13
  1460.                 Caption = 'lLevel2'
  1461.               end
  1462.             end
  1463.           end
  1464.           object tsFeatures: TTabSheet
  1465.             Caption = ' Features '
  1466.             ImageIndex = 1
  1467.             object GroupBox6: TGroupBox
  1468.               Left = 8
  1469.               Top = 10
  1470.               Width = 351
  1471.               Height = 280
  1472.               Caption = ' Features '
  1473.               TabOrder = 0
  1474.               object Panel4: TPanel
  1475.                 Left = 2
  1476.                 Top = 15
  1477.                 Width = 347
  1478.                 Height = 263
  1479.                 Align = alClient
  1480.                 BevelOuter = bvNone
  1481.                 BorderWidth = 5
  1482.                 TabOrder = 0
  1483.                 object clbCPU: TCheckListBox
  1484.                   Left = 5
  1485.                   Top = 5
  1486.                   Width = 337
  1487.                   Height = 247
  1488.                   OnClickCheck = clbClickCheck
  1489.                   Align = alClient
  1490.                   BorderStyle = bsNone
  1491.                   Color = clBtnFace
  1492.                   IntegralHeight = True
  1493.                   ItemHeight = 13
  1494.                   TabOrder = 0
  1495.                 end
  1496.               end
  1497.             end
  1498.           end
  1499.         end
  1500.         object Panel24: TPanel
  1501.           Left = 331
  1502.           Top = 1
  1503.           Width = 45
  1504.           Height = 87
  1505.           BevelInner = bvLowered
  1506.           BevelOuter = bvNone
  1507.           BorderWidth = 5
  1508.           Caption = ' '
  1509.           TabOrder = 1
  1510.           object CPUGauge: TGauge
  1511.             Left = 6
  1512.             Top = 17
  1513.             Width = 33
  1514.             Height = 64
  1515.             Align = alClient
  1516.             BackColor = clBlack
  1517.             ForeColor = clLime
  1518.             Font.Charset = DEFAULT_CHARSET
  1519.             Font.Color = clWhite
  1520.             Font.Height = -11
  1521.             Font.Name = 'Tahoma'
  1522.             Font.Style = []
  1523.             Kind = gkVerticalBar
  1524.             ParentFont = False
  1525.             Progress = 25
  1526.           end
  1527.           object Label52: TLabel
  1528.             Left = 6
  1529.             Top = 6
  1530.             Width = 26
  1531.             Height = 11
  1532.             Align = alTop
  1533.             Alignment = taCenter
  1534.             Caption = 'Usage'
  1535.             Color = clBlack
  1536.             Font.Charset = DEFAULT_CHARSET
  1537.             Font.Color = clWhite
  1538.             Font.Height = -9
  1539.             Font.Name = 'Tahoma'
  1540.             Font.Style = []
  1541.             ParentColor = False
  1542.             ParentFont = False
  1543.           end
  1544.         end
  1545.       end
  1546.       object tsMemory: TTabSheet
  1547.         Caption = ' Memory '
  1548.         object Panel23: TPanel
  1549.           Left = 0
  1550.           Top = 0
  1551.           Width = 381
  1552.           Height = 398
  1553.           Align = alClient
  1554.           BevelOuter = bvNone
  1555.           BorderWidth = 10
  1556.           Caption = ' '
  1557.           TabOrder = 0
  1558.           object pcMem: TPageControl
  1559.             Left = 10
  1560.             Top = 10
  1561.             Width = 361
  1562.             Height = 378
  1563.             Cursor = crHandPoint
  1564.             ActivePage = tsmemGen
  1565.             Align = alClient
  1566.             TabOrder = 0
  1567.             object tsmemGen: TTabSheet
  1568.               Caption = ' General '
  1569.               object GroupBox7: TGroupBox
  1570.                 Left = 11
  1571.                 Top = 11
  1572.                 Width = 330
  1573.                 Height = 193
  1574.                 TabOrder = 0
  1575.                 object Image4: TImage
  1576.                   Left = 18
  1577.                   Top = 24
  1578.                   Width = 38
  1579.                   Height = 35
  1580.                   AutoSize = True
  1581.                   Center = True
  1582.                   ParentShowHint = False
  1583.                   Picture.Data = {<image003.bmp>}
  1584.                   ShowHint = True
  1585.                   Transparent = True
  1586.                 end
  1587.                 object Label16: TLabel
  1588.                   Left = 75
  1589.                   Top = 21
  1590.                   Width = 65
  1591.                   Height = 13
  1592.                   Alignment = taRightJustify
  1593.                   Caption = 'Physical Total'
  1594.                 end
  1595.                 object Label17: TLabel
  1596.                   Left = 77
  1597.                   Top = 47
  1598.                   Width = 63
  1599.                   Height = 13
  1600.                   Alignment = taRightJustify
  1601.                   Caption = 'Physical Free'
  1602.                 end
  1603.                 object Label18: TLabel
  1604.                   Left = 254
  1605.                   Top = 21
  1606.                   Width = 27
  1607.                   Height = 13
  1608.                   Caption = 'bytes'
  1609.                 end
  1610.                 object Label19: TLabel
  1611.                   Left = 254
  1612.                   Top = 47
  1613.                   Width = 27
  1614.                   Height = 13
  1615.                   Caption = 'bytes'
  1616.                 end
  1617.                 object Label20: TLabel
  1618.                   Left = 70
  1619.                   Top = 79
  1620.                   Width = 70
  1621.                   Height = 13
  1622.                   Alignment = taRightJustify
  1623.                   Caption = 'Page File Total'
  1624.                 end
  1625.                 object Label21: TLabel
  1626.                   Left = 72
  1627.                   Top = 105
  1628.                   Width = 68
  1629.                   Height = 13
  1630.                   Alignment = taRightJustify
  1631.                   Caption = 'Page File Free'
  1632.                 end
  1633.                 object Label22: TLabel
  1634.                   Left = 254
  1635.                   Top = 79
  1636.                   Width = 27
  1637.                   Height = 13
  1638.                   Caption = 'bytes'
  1639.                 end
  1640.                 object Label23: TLabel
  1641.                   Left = 254
  1642.                   Top = 105
  1643.                   Width = 27
  1644.                   Height = 13
  1645.                   Caption = 'bytes'
  1646.                 end
  1647.                 object Label24: TLabel
  1648.                   Left = 83
  1649.                   Top = 137
  1650.                   Width = 57
  1651.                   Height = 13
  1652.                   Alignment = taRightJustify
  1653.                   Caption = 'Virtual Total'
  1654.                 end
  1655.                 object Label25: TLabel
  1656.                   Left = 85
  1657.                   Top = 163
  1658.                   Width = 55
  1659.                   Height = 13
  1660.                   Alignment = taRightJustify
  1661.                   Caption = 'Virtual Free'
  1662.                 end
  1663.                 object Label26: TLabel
  1664.                   Left = 254
  1665.                   Top = 137
  1666.                   Width = 27
  1667.                   Height = 13
  1668.                   Caption = 'bytes'
  1669.                 end
  1670.                 object Label27: TLabel
  1671.                   Left = 254
  1672.                   Top = 163
  1673.                   Width = 27
  1674.                   Height = 13
  1675.                   Caption = 'bytes'
  1676.                 end
  1677.                 object ePT: TEdit
  1678.                   Left = 150
  1679.                   Top = 17
  1680.                   Width = 100
  1681.                   Height = 21
  1682.                   Color = clBtnFace
  1683.                   ReadOnly = True
  1684.                   TabOrder = 0
  1685.                 end
  1686.                 object ePF: TEdit
  1687.                   Left = 150
  1688.                   Top = 43
  1689.                   Width = 100
  1690.                   Height = 21
  1691.                   Color = clBtnFace
  1692.                   ReadOnly = True
  1693.                   TabOrder = 1
  1694.                 end
  1695.                 object eFT: TEdit
  1696.                   Left = 150
  1697.                   Top = 75
  1698.                   Width = 100
  1699.                   Height = 21
  1700.                   Color = clBtnFace
  1701.                   ReadOnly = True
  1702.                   TabOrder = 2
  1703.                 end
  1704.                 object eFF: TEdit
  1705.                   Left = 150
  1706.                   Top = 101
  1707.                   Width = 100
  1708.                   Height = 21
  1709.                   Color = clBtnFace
  1710.                   ReadOnly = True
  1711.                   TabOrder = 3
  1712.                 end
  1713.                 object eVT: TEdit
  1714.                   Left = 150
  1715.                   Top = 133
  1716.                   Width = 100
  1717.                   Height = 21
  1718.                   Color = clBtnFace
  1719.                   ReadOnly = True
  1720.                   TabOrder = 4
  1721.                 end
  1722.                 object eVF: TEdit
  1723.                   Left = 150
  1724.                   Top = 159
  1725.                   Width = 100
  1726.                   Height = 21
  1727.                   Color = clBtnFace
  1728.                   ReadOnly = True
  1729.                   TabOrder = 5
  1730.                 end
  1731.               end
  1732.               object GroupBox9: TGroupBox
  1733.                 Left = 11
  1734.                 Top = 213
  1735.                 Width = 330
  1736.                 Height = 99
  1737.                 TabOrder = 1
  1738.                 object Label28: TLabel
  1739.                   Left = 43
  1740.                   Top = 24
  1741.                   Width = 101
  1742.                   Height = 13
  1743.                   Alignment = taRightJustify
  1744.                   Caption = 'Allocation granularity'
  1745.                 end
  1746.                 object Label29: TLabel
  1747.                   Left = 20
  1748.                   Top = 48
  1749.                   Width = 124
  1750.                   Height = 13
  1751.                   Alignment = taRightJustify
  1752.                   Caption = 'Application address range'
  1753.                 end
  1754.                 object Label30: TLabel
  1755.                   Left = 99
  1756.                   Top = 72
  1757.                   Width = 45
  1758.                   Height = 13
  1759.                   Alignment = taRightJustify
  1760.                   Caption = 'Page size'
  1761.                 end
  1762.                 object Label31: TLabel
  1763.                   Left = 258
  1764.                   Top = 72
  1765.                   Width = 27
  1766.                   Height = 13
  1767.                   Caption = 'bytes'
  1768.                 end
  1769.                 object Label32: TLabel
  1770.                   Left = 258
  1771.                   Top = 23
  1772.                   Width = 27
  1773.                   Height = 13
  1774.                   Caption = 'bytes'
  1775.                 end
  1776.                 object eAG: TEdit
  1777.                   Left = 154
  1778.                   Top = 20
  1779.                   Width = 100
  1780.                   Height = 21
  1781.                   Color = clBtnFace
  1782.                   ReadOnly = True
  1783.                   TabOrder = 0
  1784.                 end
  1785.                 object eAppAddr: TEdit
  1786.                   Left = 154
  1787.                   Top = 44
  1788.                   Width = 133
  1789.                   Height = 21
  1790.                   Color = clBtnFace
  1791.                   ReadOnly = True
  1792.                   TabOrder = 1
  1793.                 end
  1794.                 object ePS: TEdit
  1795.                   Left = 154
  1796.                   Top = 68
  1797.                   Width = 100
  1798.                   Height = 21
  1799.                   Color = clBtnFace
  1800.                   ReadOnly = True
  1801.                   TabOrder = 2
  1802.                 end
  1803.               end
  1804.             end
  1805.             object tsmemMeas: TTabSheet
  1806.               Caption = ' Measuring '
  1807.               ImageIndex = 1
  1808.               object GroupBox8: TGroupBox
  1809.                 Left = 11
  1810.                 Top = 18
  1811.                 Width = 330
  1812.                 Height = 158
  1813.                 Caption = ' Memory '
  1814.                 TabOrder = 0
  1815.                 object gMemory: TGauge
  1816.                   Left = 15
  1817.                   Top = 41
  1818.                   Width = 300
  1819.                   Height = 18
  1820.                   Hint = 'Memory utilization'
  1821.                   ForeColor = clNavy
  1822.                   Font.Charset = DEFAULT_CHARSET
  1823.                   Font.Color = clBlack
  1824.                   Font.Height = -11
  1825.                   Font.Name = 'MS Sans Serif'
  1826.                   Font.Style = []
  1827.                   ParentFont = False
  1828.                   ParentShowHint = False
  1829.                   Progress = 0
  1830.                   ShowHint = True
  1831.                 end
  1832.                 object Label13: TLabel
  1833.                   Left = 14
  1834.                   Top = 22
  1835.                   Width = 46
  1836.                   Height = 13
  1837.                   Caption = 'Utilization'
  1838.                 end
  1839.                 object Label50: TLabel
  1840.                   Left = 18
  1841.                   Top = 66
  1842.                   Width = 63
  1843.                   Height = 13
  1844.                   Caption = 'Physical Free'
  1845.                 end
  1846.                 object gPhys: TGauge
  1847.                   Left = 16
  1848.                   Top = 83
  1849.                   Width = 55
  1850.                   Height = 66
  1851.                   Hint = 'Memory utilization'
  1852.                   ForeColor = clTeal
  1853.                   Font.Charset = DEFAULT_CHARSET
  1854.                   Font.Color = clBlack
  1855.                   Font.Height = -11
  1856.                   Font.Name = 'MS Sans Serif'
  1857.                   Font.Style = []
  1858.                   Kind = gkVerticalBar
  1859.                   ParentFont = False
  1860.                   ParentShowHint = False
  1861.                   Progress = 0
  1862.                   ShowHint = True
  1863.                 end
  1864.                 object Label49: TLabel
  1865.                   Left = 137
  1866.                   Top = 66
  1867.                   Width = 68
  1868.                   Height = 13
  1869.                   Caption = 'Page File Free'
  1870.                 end
  1871.                 object gPage: TGauge
  1872.                   Left = 137
  1873.                   Top = 83
  1874.                   Width = 55
  1875.                   Height = 66
  1876.                   Hint = 'Memory utilization'
  1877.                   ForeColor = clGreen
  1878.                   Font.Charset = DEFAULT_CHARSET
  1879.                   Font.Color = clBlack
  1880.                   Font.Height = -11
  1881.                   Font.Name = 'MS Sans Serif'
  1882.                   Font.Style = []
  1883.                   Kind = gkVerticalBar
  1884.                   ParentFont = False
  1885.                   ParentShowHint = False
  1886.                   Progress = 0
  1887.                   ShowHint = True
  1888.                 end
  1889.                 object Label51: TLabel
  1890.                   Left = 258
  1891.                   Top = 65
  1892.                   Width = 55
  1893.                   Height = 13
  1894.                   Caption = 'Virtual Free'
  1895.                 end
  1896.                 object gVirt: TGauge
  1897.                   Left = 258
  1898.                   Top = 83
  1899.                   Width = 55
  1900.                   Height = 66
  1901.                   Hint = 'Memory utilization'
  1902.                   ForeColor = clOlive
  1903.                   Font.Charset = DEFAULT_CHARSET
  1904.                   Font.Color = clBlack
  1905.                   Font.Height = -11
  1906.                   Font.Name = 'MS Sans Serif'
  1907.                   Font.Style = []
  1908.                   Kind = gkVerticalBar
  1909.                   ParentFont = False
  1910.                   ParentShowHint = False
  1911.                   Progress = 0
  1912.                   ShowHint = True
  1913.                 end
  1914.               end
  1915.               object GroupBox1: TGroupBox
  1916.                 Left = 12
  1917.                 Top = 184
  1918.                 Width = 330
  1919.                 Height = 156
  1920.                 Caption = ' Resources '
  1921.                 TabOrder = 1
  1922.                 object lGDI: TLabel
  1923.                   Left = 13
  1924.                   Top = 63
  1925.                   Width = 18
  1926.                   Height = 13
  1927.                   Caption = 'GDI'
  1928.                 end
  1929.                 object lSystem: TLabel
  1930.                   Left = 13
  1931.                   Top = 24
  1932.                   Width = 35
  1933.                   Height = 13
  1934.                   Caption = 'System'
  1935.                 end
  1936.                 object lUser: TLabel
  1937.                   Left = 13
  1938.                   Top = 102
  1939.                   Width = 22
  1940.                   Height = 13
  1941.                   Caption = 'User'
  1942.                 end
  1943.                 object pbGDI: TProgressBar
  1944.                   Left = 13
  1945.                   Top = 82
  1946.                   Width = 300
  1947.                   Height = 16
  1948.                   Min = 0
  1949.                   Max = 100
  1950.                   TabOrder = 0
  1951.                 end
  1952.                 object pbSystem: TProgressBar
  1953.                   Left = 14
  1954.                   Top = 42
  1955.                   Width = 300
  1956.                   Height = 16
  1957.                   Min = 0
  1958.                   Max = 100
  1959.                   TabOrder = 1
  1960.                 end
  1961.                 object pbUser: TProgressBar
  1962.                   Left = 13
  1963.                   Top = 121
  1964.                   Width = 300
  1965.                   Height = 16
  1966.                   Min = 0
  1967.                   Max = 100
  1968.                   TabOrder = 2
  1969.                 end
  1970.               end
  1971.             end
  1972.           end
  1973.         end
  1974.       end
  1975.       object tsDisplay: TTabSheet
  1976.         Caption = ' Display '
  1977.         object Image5: TImage
  1978.           Left = 20
  1979.           Top = 22
  1980.           Width = 32
  1981.           Height = 32
  1982.           AutoSize = True
  1983.           Center = True
  1984.           Picture.Data = {<image004.bmp>}
  1985.           Transparent = True
  1986.         end
  1987.         object Label33: TLabel
  1988.           Left = 72
  1989.           Top = 32
  1990.           Width = 44
  1991.           Height = 13
  1992.           Alignment = taRightJustify
  1993.           Caption = 'Adapters'
  1994.         end
  1995.         object cbDisplay: TEdit
  1996.           Left = 127
  1997.           Top = 28
  1998.           Width = 235
  1999.           Height = 21
  2000.           Cursor = crHandPoint
  2001.           ReadOnly = True
  2002.           TabOrder = 0
  2003.         end
  2004.         object GroupBox10: TGroupBox
  2005.           Left = 13
  2006.           Top = 70
  2007.           Width = 351
  2008.           Height = 139
  2009.           Caption = ' Adapter properties '
  2010.           TabOrder = 1
  2011.           object Label34: TLabel
  2012.             Left = 39
  2013.             Top = 27
  2014.             Width = 36
  2015.             Height = 13
  2016.             Alignment = taRightJustify
  2017.             Caption = 'Chipset'
  2018.           end
  2019.           object Label35: TLabel
  2020.             Left = 54
  2021.             Top = 54
  2022.             Width = 21
  2023.             Height = 13
  2024.             Alignment = taRightJustify
  2025.             Caption = 'DAC'
  2026.           end
  2027.           object Label36: TLabel
  2028.             Left = 37
  2029.             Top = 82
  2030.             Width = 38
  2031.             Height = 13
  2032.             Alignment = taRightJustify
  2033.             Caption = 'Memory'
  2034.           end
  2035.           object Label37: TLabel
  2036.             Left = 284
  2037.             Top = 82
  2038.             Width = 27
  2039.             Height = 13
  2040.             Caption = 'bytes'
  2041.           end
  2042.           object eChip: TEdit
  2043.             Left = 85
  2044.             Top = 23
  2045.             Width = 225
  2046.             Height = 21
  2047.             Color = clBtnFace
  2048.             ReadOnly = True
  2049.             TabOrder = 0
  2050.           end
  2051.           object eDAC: TEdit
  2052.             Left = 85
  2053.             Top = 50
  2054.             Width = 225
  2055.             Height = 21
  2056.             Color = clBtnFace
  2057.             ReadOnly = True
  2058.             TabOrder = 1
  2059.           end
  2060.           object eMem: TEdit
  2061.             Left = 85
  2062.             Top = 78
  2063.             Width = 192
  2064.             Height = 21
  2065.             Color = clBtnFace
  2066.             ReadOnly = True
  2067.             TabOrder = 2
  2068.           end
  2069.           object bModes: TButton
  2070.             Left = 84
  2071.             Top = 106
  2072.             Width = 229
  2073.             Height = 25
  2074.             Cursor = crHandPoint
  2075.             Caption = 'Supported Video Modes...'
  2076.             TabOrder = 3
  2077.             OnClick = cmModes
  2078.           end
  2079.         end
  2080.         object GroupBox11: TGroupBox
  2081.           Left = 13
  2082.           Top = 271
  2083.           Width = 351
  2084.           Height = 116
  2085.           Caption = ' Display capabilities '
  2086.           TabOrder = 2
  2087.           object lTechnology: TLabel
  2088.             Left = 18
  2089.             Top = 22
  2090.             Width = 57
  2091.             Height = 13
  2092.             Caption = 'lTechnology'
  2093.           end
  2094.           object lMetrics: TLabel
  2095.             Left = 18
  2096.             Top = 42
  2097.             Width = 36
  2098.             Height = 13
  2099.             Caption = 'lMetrics'
  2100.           end
  2101.           object lPixWidth: TLabel
  2102.             Left = 222
  2103.             Top = 22
  2104.             Width = 44
  2105.             Height = 13
  2106.             Caption = 'lPixWidth'
  2107.           end
  2108.           object lPixHeight: TLabel
  2109.             Left = 222
  2110.             Top = 42
  2111.             Width = 47
  2112.             Height = 13
  2113.             Caption = 'lPixHeight'
  2114.           end
  2115.           object lPixDiag: TLabel
  2116.             Left = 222
  2117.             Top = 62
  2118.             Width = 37
  2119.             Height = 13
  2120.             Caption = 'lPixDiag'
  2121.           end
  2122.           object lFontRes: TLabel
  2123.             Left = 18
  2124.             Top = 62
  2125.             Width = 36
  2126.             Height = 13
  2127.             Caption = 'lMetrics'
  2128.           end
  2129.           object bCurve: TButton
  2130.             Left = 10
  2131.             Top = 81
  2132.             Width = 60
  2133.             Height = 25
  2134.             Cursor = crHandPoint
  2135.             Caption = 'Curve...'
  2136.             TabOrder = 0
  2137.             OnClick = cmCaps
  2138.           end
  2139.           object bLine: TButton
  2140.             Tag = 1
  2141.             Left = 78
  2142.             Top = 81
  2143.             Width = 60
  2144.             Height = 25
  2145.             Cursor = crHandPoint
  2146.             Caption = 'Line...'
  2147.             TabOrder = 1
  2148.             OnClick = cmCaps
  2149.           end
  2150.           object bPoly: TButton
  2151.             Tag = 2
  2152.             Left = 145
  2153.             Top = 81
  2154.             Width = 60
  2155.             Height = 25
  2156.             Cursor = crHandPoint
  2157.             Caption = 'Polygon...'
  2158.             TabOrder = 2
  2159.             OnClick = cmCaps
  2160.           end
  2161.           object bRaster: TButton
  2162.             Tag = 3
  2163.             Left = 213
  2164.             Top = 81
  2165.             Width = 60
  2166.             Height = 25
  2167.             Cursor = crHandPoint
  2168.             Caption = 'Raster...'
  2169.             TabOrder = 3
  2170.             OnClick = cmCaps
  2171.           end
  2172.           object bText: TButton
  2173.             Tag = 4
  2174.             Left = 280
  2175.             Top = 81
  2176.             Width = 60
  2177.             Height = 25
  2178.             Cursor = crHandPoint
  2179.             Caption = 'Text...'
  2180.             TabOrder = 4
  2181.             OnClick = cmCaps
  2182.           end
  2183.         end
  2184.         object GroupBox12: TGroupBox
  2185.           Left = 13
  2186.           Top = 215
  2187.           Width = 351
  2188.           Height = 53
  2189.           Caption = ' BIOS '
  2190.           TabOrder = 3
  2191.           object eBIOS: TEdit
  2192.             Left = 17
  2193.             Top = 20
  2194.             Width = 318
  2195.             Height = 21
  2196.             Color = clBtnFace
  2197.             ReadOnly = True
  2198.             TabOrder = 0
  2199.           end
  2200.         end
  2201.       end
  2202.       object tsAPM: TTabSheet
  2203.         Caption = ' APM '
  2204.         object GroupBox13: TGroupBox
  2205.           Left = 13
  2206.           Top = 14
  2207.           Width = 351
  2208.           Height = 101
  2209.           Caption = ' Advanced Power Management '
  2210.           TabOrder = 0
  2211.           object Label38: TLabel
  2212.             Left = 69
  2213.             Top = 36
  2214.             Width = 80
  2215.             Height = 13
  2216.             Alignment = taRightJustify
  2217.             Caption = 'AC Power status'
  2218.           end
  2219.           object Label39: TLabel
  2220.             Left = 44
  2221.             Top = 63
  2222.             Width = 105
  2223.             Height = 13
  2224.             Alignment = taRightJustify
  2225.             Caption = 'Battery charge status'
  2226.           end
  2227.           object Image6: TImage
  2228.             Left = 14
  2229.             Top = 22
  2230.             Width = 32
  2231.             Height = 32
  2232.             AutoSize = True
  2233.             Center = True
  2234.             Picture.Data = {<image005.bmp>}
  2235.             Transparent = True
  2236.           end
  2237.           object eAC: TEdit
  2238.             Left = 159
  2239.             Top = 32
  2240.             Width = 150
  2241.             Height = 21
  2242.             Color = clBtnFace
  2243.             ReadOnly = True
  2244.             TabOrder = 0
  2245.           end
  2246.           object eBat: TEdit
  2247.             Left = 159
  2248.             Top = 59
  2249.             Width = 150
  2250.             Height = 21
  2251.             Color = clBtnFace
  2252.             ReadOnly = True
  2253.             TabOrder = 1
  2254.           end
  2255.         end
  2256.         object GroupBox14: TGroupBox
  2257.           Left = 13
  2258.           Top = 126
  2259.           Width = 351
  2260.           Height = 155
  2261.           Caption = ' Battery status '
  2262.           TabOrder = 1
  2263.           object Label40: TLabel
  2264.             Left = 66
  2265.             Top = 36
  2266.             Width = 56
  2267.             Height = 13
  2268.             Alignment = taRightJustify
  2269.             Caption = 'Full life time'
  2270.           end
  2271.           object Label41: TLabel
  2272.             Left = 82
  2273.             Top = 63
  2274.             Width = 40
  2275.             Height = 13
  2276.             Alignment = taRightJustify
  2277.             Caption = 'Life time'
  2278.           end
  2279.           object eBatFull: TEdit
  2280.             Left = 132
  2281.             Top = 32
  2282.             Width = 150
  2283.             Height = 21
  2284.             Color = clBtnFace
  2285.             ReadOnly = True
  2286.             TabOrder = 0
  2287.           end
  2288.           object eBatLife: TEdit
  2289.             Left = 132
  2290.             Top = 59
  2291.             Width = 150
  2292.             Height = 21
  2293.             Color = clBtnFace
  2294.             ReadOnly = True
  2295.             TabOrder = 1
  2296.           end
  2297.           object Panel11: TPanel
  2298.             Left = 16
  2299.             Top = 118
  2300.             Width = 321
  2301.             Height = 19
  2302.             BevelOuter = bvLowered
  2303.             BorderWidth = 1
  2304.             Caption = 'Panel11'
  2305.             Color = clSilver
  2306.             TabOrder = 2
  2307.             object gAPM: TGauge
  2308.               Left = 2
  2309.               Top = 2
  2310.               Width = 317
  2311.               Height = 15
  2312.               Align = alClient
  2313.               BorderStyle = bsNone
  2314.               ForeColor = clGreen
  2315.               Font.Charset = DEFAULT_CHARSET
  2316.               Font.Color = clBlack
  2317.               Font.Height = -11
  2318.               Font.Name = 'MS Sans Serif'
  2319.               Font.Style = []
  2320.               ParentFont = False
  2321.               Progress = 0
  2322.             end
  2323.           end
  2324.         end
  2325.       end
  2326.       object tsMedia: TTabSheet
  2327.         Caption = ' Media '
  2328.         object Label42: TLabel
  2329.           Left = 15
  2330.           Top = 24
  2331.           Width = 83
  2332.           Height = 13
  2333.           Caption = 'Available Devices'
  2334.         end
  2335.         object Label14: TLabel
  2336.           Left = 15
  2337.           Top = 206
  2338.           Width = 70
  2339.           Height = 13
  2340.           Caption = 'Sound Devices'
  2341.         end
  2342.         object Panel5: TPanel
  2343.           Left = 10
  2344.           Top = 38
  2345.           Width = 357
  2346.           Height = 153
  2347.           BevelInner = bvLowered
  2348.           BevelOuter = bvNone
  2349.           BorderWidth = 3
  2350.           TabOrder = 0
  2351.           object lvMedia: TListView
  2352.             Left = 4
  2353.             Top = 4
  2354.             Width = 349
  2355.             Height = 145
  2356.             Align = alClient
  2357.             BorderStyle = bsNone
  2358.             Columns = <
  2359.               item
  2360.                 Width = 325
  2361.               end>
  2362.             ColumnClick = False
  2363.             FlatScrollBars = True
  2364.             HideSelection = False
  2365.             ReadOnly = True
  2366.             RowSelect = True
  2367.             ShowColumnHeaders = False
  2368.             ShowWorkAreas = True
  2369.             SmallImages = img
  2370.             TabOrder = 0
  2371.             ViewStyle = vsReport
  2372.           end
  2373.         end
  2374.         object Panel18: TPanel
  2375.           Left = 9
  2376.           Top = 221
  2377.           Width = 357
  2378.           Height = 153
  2379.           BevelInner = bvLowered
  2380.           BevelOuter = bvNone
  2381.           BorderWidth = 3
  2382.           TabOrder = 1
  2383.           object lvSound: TListView
  2384.             Left = 4
  2385.             Top = 4
  2386.             Width = 349
  2387.             Height = 145
  2388.             Align = alClient
  2389.             BorderStyle = bsNone
  2390.             Columns = <
  2391.               item
  2392.                 Caption = 'Driver'
  2393.                 Width = 225
  2394.               end
  2395.               item
  2396.                 Caption = 'Device'
  2397.                 Width = 100
  2398.               end>
  2399.             ColumnClick = False
  2400.             FlatScrollBars = True
  2401.             HideSelection = False
  2402.             ReadOnly = True
  2403.             RowSelect = True
  2404.             SmallImages = img
  2405.             TabOrder = 0
  2406.             ViewStyle = vsReport
  2407.           end
  2408.         end
  2409.       end
  2410.       object tsNetwork: TTabSheet
  2411.         Caption = ' Network '
  2412.         object Panel6: TPanel
  2413.           Left = 0
  2414.           Top = 0
  2415.           Width = 381
  2416.           Height = 398
  2417.           Align = alClient
  2418.           BevelOuter = bvNone
  2419.           BorderWidth = 10
  2420.           Caption = ' '
  2421.           TabOrder = 0
  2422.           object pcNet: TPageControl
  2423.             Left = 10
  2424.             Top = 10
  2425.             Width = 361
  2426.             Height = 378
  2427.             Cursor = crHandPoint
  2428.             ActivePage = tsNetTCPIP
  2429.             Align = alClient
  2430.             TabOrder = 0
  2431.             object tsNetGeneral: TTabSheet
  2432.               Caption = ' General '
  2433.               object Label47: TLabel
  2434.                 Left = 12
  2435.                 Top = 9
  2436.                 Width = 86
  2437.                 Height = 13
  2438.                 Caption = 'Network adapters'
  2439.               end
  2440.               object Panel13: TPanel
  2441.                 Left = 12
  2442.                 Top = 23
  2443.                 Width = 325
  2444.                 Height = 160
  2445.                 BevelInner = bvLowered
  2446.                 BevelOuter = bvNone
  2447.                 BorderWidth = 3
  2448.                 Caption = 'Panel6'
  2449.                 TabOrder = 0
  2450.                 object lvNetwork: TListView
  2451.                   Left = 4
  2452.                   Top = 4
  2453.                   Width = 317
  2454.                   Height = 152
  2455.                   Align = alClient
  2456.                   BorderStyle = bsNone
  2457.                   Columns = <
  2458.                     item
  2459.                       Width = 300
  2460.                     end>
  2461.                   FlatScrollBars = True
  2462.                   HideSelection = False
  2463.                   ReadOnly = True
  2464.                   RowSelect = True
  2465.                   ShowColumnHeaders = False
  2466.                   SmallImages = img
  2467.                   TabOrder = 0
  2468.                   ViewStyle = vsReport
  2469.                 end
  2470.               end
  2471.               object GroupBox16: TGroupBox
  2472.                 Left = 14
  2473.                 Top = 193
  2474.                 Width = 325
  2475.                 Height = 104
  2476.                 Caption = ' Addresses '
  2477.                 TabOrder = 1
  2478.                 object Panel14: TPanel
  2479.                   Left = 172
  2480.                   Top = 15
  2481.                   Width = 151
  2482.                   Height = 87
  2483.                   Align = alClient
  2484.                   BevelInner = bvLowered
  2485.                   BevelOuter = bvNone
  2486.                   BorderWidth = 5
  2487.                   Caption = ' '
  2488.                   TabOrder = 0
  2489.                   object Label69: TLabel
  2490.                     Left = 6
  2491.                     Top = 6
  2492.                     Width = 139
  2493.                     Height = 19
  2494.                     Align = alTop
  2495.                     AutoSize = False
  2496.                     Caption = ' MAC Format'
  2497.                     Layout = tlCenter
  2498.                   end
  2499.                   object lbMAC: TListBox
  2500.                     Left = 6
  2501.                     Top = 25
  2502.                     Width = 139
  2503.                     Height = 56
  2504.                     Align = alClient
  2505.                     BorderStyle = bsNone
  2506.                     ItemHeight = 13
  2507.                     TabOrder = 0
  2508.                   end
  2509.                 end
  2510.                 object Panel30: TPanel
  2511.                   Left = 2
  2512.                   Top = 15
  2513.                   Width = 170
  2514.                   Height = 87
  2515.                   Align = alLeft
  2516.                   BevelInner = bvLowered
  2517.                   BevelOuter = bvNone
  2518.                   BorderWidth = 5
  2519.                   Caption = ' '
  2520.                   TabOrder = 1
  2521.                   object Label64: TLabel
  2522.                     Left = 6
  2523.                     Top = 6
  2524.                     Width = 158
  2525.                     Height = 19
  2526.                     Align = alTop
  2527.                     AutoSize = False
  2528.                     Caption = ' IP Format'
  2529.                     Layout = tlCenter
  2530.                   end
  2531.                   object lbIP: TListBox
  2532.                     Left = 6
  2533.                     Top = 25
  2534.                     Width = 158
  2535.                     Height = 56
  2536.                     Align = alClient
  2537.                     BorderStyle = bsNone
  2538.                     ItemHeight = 13
  2539.                     TabOrder = 0
  2540.                   end
  2541.                 end
  2542.               end
  2543.               object bProto: TButton
  2544.                 Left = 14
  2545.                 Top = 309
  2546.                 Width = 75
  2547.                 Height = 25
  2548.                 Cursor = crHandPoint
  2549.                 Caption = 'Protocols...'
  2550.                 TabOrder = 2
  2551.                 OnClick = cmProto
  2552.               end
  2553.               object bServ: TButton
  2554.                 Left = 100
  2555.                 Top = 309
  2556.                 Width = 75
  2557.                 Height = 25
  2558.                 Cursor = crHandPoint
  2559.                 Caption = 'Services...'
  2560.                 TabOrder = 3
  2561.                 OnClick = cmServ
  2562.               end
  2563.               object bCli: TButton
  2564.                 Left = 186
  2565.                 Top = 309
  2566.                 Width = 75
  2567.                 Height = 25
  2568.                 Cursor = crHandPoint
  2569.                 Caption = 'Clients...'
  2570.                 TabOrder = 4
  2571.                 OnClick = cmCli
  2572.               end
  2573.             end
  2574.             object tsNetWinsock: TTabSheet
  2575.               Caption = ' Winsock '
  2576.               ImageIndex = 1
  2577.               object Label57: TLabel
  2578.                 Left = 55
  2579.                 Top = 18
  2580.                 Width = 53
  2581.                 Height = 13
  2582.                 Alignment = taRightJustify
  2583.                 Caption = 'Description'
  2584.               end
  2585.               object Label58: TLabel
  2586.                 Left = 73
  2587.                 Top = 45
  2588.                 Width = 35
  2589.                 Height = 13
  2590.                 Alignment = taRightJustify
  2591.                 Caption = 'Version'
  2592.               end
  2593.               object Label59: TLabel
  2594.                 Left = 77
  2595.                 Top = 73
  2596.                 Width = 31
  2597.                 Height = 13
  2598.                 Alignment = taRightJustify
  2599.                 Caption = 'Status'
  2600.               end
  2601.               object Image9: TImage
  2602.                 Left = 11
  2603.                 Top = 8
  2604.                 Width = 32
  2605.                 Height = 32
  2606.                 AutoSize = True
  2607.                 Center = True
  2608.                 Picture.Data = {<image006.bmp>}
  2609.               end
  2610.               object eWSDesc: TEdit
  2611.                 Left = 117
  2612.                 Top = 14
  2613.                 Width = 200
  2614.                 Height = 21
  2615.                 Color = clBtnFace
  2616.                 ReadOnly = True
  2617.                 TabOrder = 0
  2618.               end
  2619.               object eWSVer: TEdit
  2620.                 Left = 117
  2621.                 Top = 41
  2622.                 Width = 44
  2623.                 Height = 21
  2624.                 Color = clBtnFace
  2625.                 ReadOnly = True
  2626.                 TabOrder = 1
  2627.               end
  2628.               object eWSStat: TEdit
  2629.                 Left = 117
  2630.                 Top = 68
  2631.                 Width = 200
  2632.                 Height = 21
  2633.                 Color = clBtnFace
  2634.                 ReadOnly = True
  2635.                 TabOrder = 2
  2636.               end
  2637.             end
  2638.             object tsNetTCPIP: TTabSheet
  2639.               Caption = ' TCP/IP '
  2640.               ImageIndex = 2
  2641.               object Label72: TLabel
  2642.                 Left = 85
  2643.                 Top = 12
  2644.                 Width = 26
  2645.                 Height = 13
  2646.                 Alignment = taRightJustify
  2647.                 Caption = 'Host:'
  2648.               end
  2649.               object Label82: TLabel
  2650.                 Left = 210
  2651.                 Top = 12
  2652.                 Width = 39
  2653.                 Height = 13
  2654.                 Alignment = taRightJustify
  2655.                 Caption = 'Domain:'
  2656.               end
  2657.               object Image8: TImage
  2658.                 Left = 11
  2659.                 Top = 8
  2660.                 Width = 32
  2661.                 Height = 32
  2662.                 AutoSize = True
  2663.                 Center = True
  2664.                 Picture.Data = {<image007.ico>}
  2665.               end
  2666.               object Bevel8: TBevel
  2667.                 Left = 6
  2668.                 Top = 142
  2669.                 Width = 340
  2670.                 Height = 3
  2671.                 Shape = bsTopLine
  2672.               end
  2673.               object Label87: TLabel
  2674.                 Left = 10
  2675.                 Top = 155
  2676.                 Width = 48
  2677.                 Height = 13
  2678.                 Caption = 'Adapters:'
  2679.               end
  2680.               object Label91: TLabel
  2681.                 Left = 10
  2682.                 Top = 181
  2683.                 Width = 84
  2684.                 Height = 13
  2685.                 Caption = 'Physical Address:'
  2686.               end
  2687.               object Label92: TLabel
  2688.                 Left = 30
  2689.                 Top = 61
  2690.                 Width = 28
  2691.                 Height = 13
  2692.                 Alignment = taRightJustify
  2693.                 Caption = 'Type:'
  2694.               end
  2695.               object Label93: TLabel
  2696.                 Left = 153
  2697.                 Top = 61
  2698.                 Width = 94
  2699.                 Height = 13
  2700.                 Alignment = taRightJustify
  2701.                 Caption = 'Primary DNS Suffix:'
  2702.               end
  2703.               object Label94: TLabel
  2704.                 Left = 220
  2705.                 Top = 181
  2706.                 Width = 28
  2707.                 Height = 13
  2708.                 Caption = 'Type:'
  2709.               end
  2710.               object Label95: TLabel
  2711.                 Left = 15
  2712.                 Top = 86
  2713.                 Width = 43
  2714.                 Height = 13
  2715.                 Alignment = taRightJustify
  2716.                 Caption = 'DNS List:'
  2717.               end
  2718.               object eHost: TEdit
  2719.                 Left = 113
  2720.                 Top = 8
  2721.                 Width = 90
  2722.                 Height = 21
  2723.                 Color = clBtnFace
  2724.                 ReadOnly = True
  2725.                 TabOrder = 0
  2726.               end
  2727.               object eDomain: TEdit
  2728.                 Left = 252
  2729.                 Top = 8
  2730.                 Width = 90
  2731.                 Height = 21
  2732.                 Color = clBtnFace
  2733.                 ReadOnly = True
  2734.                 TabOrder = 1
  2735.               end
  2736.               object Panel31: TPanel
  2737.                 Left = 0
  2738.                 Top = 215
  2739.                 Width = 353
  2740.                 Height = 135
  2741.                 Align = alBottom
  2742.                 BevelInner = bvLowered
  2743.                 BevelOuter = bvNone
  2744.                 BorderWidth = 10
  2745.                 Caption = 'Panel7'
  2746.                 TabOrder = 2
  2747.                 object AdapterList: TListView
  2748.                   Left = 11
  2749.                   Top = 11
  2750.                   Width = 331
  2751.                   Height = 113
  2752.                   Align = alClient
  2753.                   BorderStyle = bsNone
  2754.                   Columns = <
  2755.                     item
  2756.                       Caption = 'Resource'
  2757.                       Width = 150
  2758.                     end
  2759.                     item
  2760.                       Caption = 'IP Address'
  2761.                       Width = 80
  2762.                     end
  2763.                     item
  2764.                       Caption = 'IP Mask'
  2765.                       Width = 80
  2766.                     end>
  2767.                   ColumnClick = False
  2768.                   HideSelection = False
  2769.                   ReadOnly = True
  2770.                   RowSelect = True
  2771.                   SmallImages = img
  2772.                   TabOrder = 0
  2773.                   ViewStyle = vsReport
  2774.                 end
  2775.               end
  2776.               object cbxProxy: TCheckBox
  2777.                 Left = 113
  2778.                 Top = 35
  2779.                 Width = 64
  2780.                 Height = 17
  2781.                 Caption = 'Proxy'
  2782.                 TabOrder = 3
  2783.                 OnClick = cbxClick
  2784.               end
  2785.               object cbxRouting: TCheckBox
  2786.                 Left = 181
  2787.                 Top = 35
  2788.                 Width = 64
  2789.                 Height = 17
  2790.                 Caption = 'Routing'
  2791.                 TabOrder = 4
  2792.                 OnClick = cbxClick
  2793.               end
  2794.               object cbxDNS: TCheckBox
  2795.                 Left = 249
  2796.                 Top = 35
  2797.                 Width = 64
  2798.                 Height = 17
  2799.                 Caption = 'DNS'
  2800.                 TabOrder = 5
  2801.                 OnClick = cbxClick
  2802.               end
  2803.               object cbAdapters: TComboBox
  2804.                 Left = 63
  2805.                 Top = 151
  2806.                 Width = 279
  2807.                 Height = 21
  2808.                 Cursor = crHandPoint
  2809.                 Style = csDropDownList
  2810.                 ItemHeight = 13
  2811.                 TabOrder = 6
  2812.                 OnChange = cbAdaptersChange
  2813.               end
  2814.               object ePA: TEdit
  2815.                 Left = 99
  2816.                 Top = 177
  2817.                 Width = 112
  2818.                 Height = 21
  2819.                 Color = clBtnFace
  2820.                 ReadOnly = True
  2821.                 TabOrder = 7
  2822.                 Text = 'ePA'
  2823.               end
  2824.               object cbxDHCP: TCheckBox
  2825.                 Left = 99
  2826.                 Top = 204
  2827.                 Width = 95
  2828.                 Height = 17
  2829.                 Caption = 'DHCP'
  2830.                 TabOrder = 8
  2831.                 OnClick = cbxClick
  2832.               end
  2833.               object cbxWINS: TCheckBox
  2834.                 Left = 159
  2835.                 Top = 204
  2836.                 Width = 81
  2837.                 Height = 17
  2838.                 Caption = 'WINS'
  2839.                 TabOrder = 9
  2840.                 OnClick = cbxClick
  2841.               end
  2842.               object eNode: TEdit
  2843.                 Left = 63
  2844.                 Top = 57
  2845.                 Width = 81
  2846.                 Height = 21
  2847.                 Color = clBtnFace
  2848.                 ReadOnly = True
  2849.                 TabOrder = 10
  2850.               end
  2851.               object eDNS: TEdit
  2852.                 Left = 252
  2853.                 Top = 57
  2854.                 Width = 90
  2855.                 Height = 21
  2856.                 Color = clBtnFace
  2857.                 ReadOnly = True
  2858.                 TabOrder = 11
  2859.               end
  2860.               object eAT: TEdit
  2861.                 Left = 250
  2862.                 Top = 177
  2863.                 Width = 91
  2864.                 Height = 21
  2865.                 Color = clBtnFace
  2866.                 ReadOnly = True
  2867.                 TabOrder = 12
  2868.               end
  2869.               object DNSBox: TListBox
  2870.                 Left = 63
  2871.                 Top = 86
  2872.                 Width = 279
  2873.                 Height = 48
  2874.                 ItemHeight = 13
  2875.                 TabOrder = 13
  2876.               end
  2877.             end
  2878.           end
  2879.         end
  2880.       end
  2881.       object tsDevices: TTabSheet
  2882.         Caption = ' Devices '
  2883.         object Panel8: TPanel
  2884.           Left = 0
  2885.           Top = 0
  2886.           Width = 381
  2887.           Height = 398
  2888.           Align = alClient
  2889.           BevelInner = bvLowered
  2890.           BevelOuter = bvNone
  2891.           BorderWidth = 10
  2892.           Caption = ' '
  2893.           TabOrder = 0
  2894.           object Tree: TTreeView
  2895.             Left = 11
  2896.             Top = 11
  2897.             Width = 359
  2898.             Height = 335
  2899.             Align = alClient
  2900.             BorderStyle = bsNone
  2901.             HideSelection = False
  2902.             Images = img
  2903.             Indent = 19
  2904.             ReadOnly = True
  2905.             TabOrder = 0
  2906.             OnChange = TreeChange
  2907.             OnDblClick = cmProps
  2908.           end
  2909.           object Panel9: TPanel
  2910.             Left = 11
  2911.             Top = 346
  2912.             Width = 359
  2913.             Height = 41
  2914.             Align = alBottom
  2915.             Caption = ' '
  2916.             TabOrder = 1
  2917.             object bProps: TButton
  2918.               Left = 245
  2919.               Top = 9
  2920.               Width = 100
  2921.               Height = 25
  2922.               Cursor = crHandPoint
  2923.               Caption = 'Properties...'
  2924.               TabOrder = 0
  2925.               OnClick = cmProps
  2926.             end
  2927.           end
  2928.         end
  2929.       end
  2930.       object tsPrinters: TTabSheet
  2931.         Caption = ' Printers '
  2932.         object Label48: TLabel
  2933.           Left = 12
  2934.           Top = 20
  2935.           Width = 37
  2936.           Height = 13
  2937.           Caption = 'Printers'
  2938.         end
  2939.         object Panel7: TPanel
  2940.           Left = 8
  2941.           Top = 34
  2942.           Width = 357
  2943.           Height = 319
  2944.           BevelInner = bvLowered
  2945.           BevelOuter = bvNone
  2946.           BorderWidth = 3
  2947.           Caption = 'Panel7'
  2948.           TabOrder = 0
  2949.           object lvPrinter: TListView
  2950.             Left = 4
  2951.             Top = 4
  2952.             Width = 349
  2953.             Height = 311
  2954.             Align = alClient
  2955.             BorderStyle = bsNone
  2956.             Columns = <
  2957.               item
  2958.                 Caption = 'Name'
  2959.                 Width = 180
  2960.               end
  2961.               item
  2962.                 Caption = 'Port'
  2963.                 Width = 150
  2964.               end>
  2965.             ColumnClick = False
  2966.             HideSelection = False
  2967.             ReadOnly = True
  2968.             RowSelect = True
  2969.             SmallImages = img
  2970.             TabOrder = 0
  2971.             ViewStyle = vsReport
  2972.           end
  2973.         end
  2974.         object bPrint: TButton
  2975.           Left = 265
  2976.           Top = 361
  2977.           Width = 100
  2978.           Height = 25
  2979.           Caption = 'Properties...'
  2980.           TabOrder = 1
  2981.           OnClick = cmPrintSetup
  2982.         end
  2983.       end
  2984.       object tsEngines: TTabSheet
  2985.         Caption = ' Engines '
  2986.         object GroupBox17: TGroupBox
  2987.           Left = 12
  2988.           Top = 18
  2989.           Width = 351
  2990.           Height = 104
  2991.           Caption = ' Engines '
  2992.           TabOrder = 0
  2993.           object Image7: TImage
  2994.             Left = 14
  2995.             Top = 22
  2996.             Width = 32
  2997.             Height = 32
  2998.             AutoSize = True
  2999.             Center = True
  3000.             Picture.Data = {<image008.bmp>}
  3001.             Transparent = True
  3002.           end
  3003.           object lODBC: TLabel
  3004.             Left = 86
  3005.             Top = 14
  3006.             Width = 30
  3007.             Height = 13
  3008.             Caption = 'lODBC'
  3009.           end
  3010.           object lBDE: TLabel
  3011.             Left = 86
  3012.             Top = 32
  3013.             Width = 21
  3014.             Height = 13
  3015.             Caption = 'lBDE'
  3016.           end
  3017.           object lDAO: TLabel
  3018.             Left = 86
  3019.             Top = 50
  3020.             Width = 21
  3021.             Height = 13
  3022.             Caption = 'lBDE'
  3023.           end
  3024.           object lADO: TLabel
  3025.             Left = 86
  3026.             Top = 67
  3027.             Width = 21
  3028.             Height = 13
  3029.             Caption = 'lBDE'
  3030.           end
  3031.         end
  3032.         object pcEng: TPageControl
  3033.           Left = 11
  3034.           Top = 134
  3035.           Width = 353
  3036.           Height = 256
  3037.           Cursor = crHandPoint
  3038.           ActivePage = tsASPI
  3039.           Images = ilEng
  3040.           TabOrder = 1
  3041.           object tsDirectX: TTabSheet
  3042.             Caption = ' DirectX '
  3043.             object Panel19: TPanel
  3044.               Left = 0
  3045.               Top = 0
  3046.               Width = 345
  3047.               Height = 211
  3048.               Align = alClient
  3049.               BevelInner = bvLowered
  3050.               BevelOuter = bvNone
  3051.               BorderWidth = 10
  3052.               TabOrder = 0
  3053.               object lDirectX: TLabel
  3054.                 Left = 11
  3055.                 Top = 11
  3056.                 Width = 323
  3057.                 Height = 19
  3058.                 Align = alTop
  3059.                 AutoSize = False
  3060.                 Caption = 'lASPI'
  3061.                 Layout = tlCenter
  3062.               end
  3063.               object Bevel6: TBevel
  3064.                 Left = 11
  3065.                 Top = 30
  3066.                 Width = 323
  3067.                 Height = 5
  3068.                 Align = alTop
  3069.                 Shape = bsBottomLine
  3070.               end
  3071.               object lvDirectX: TListView
  3072.                 Left = 11
  3073.                 Top = 35
  3074.                 Width = 323
  3075.                 Height = 165
  3076.                 Align = alClient
  3077.                 BorderStyle = bsNone
  3078.                 Columns = <
  3079.                   item
  3080.                     Caption = 'Driver'
  3081.                     Width = 205
  3082.                   end
  3083.                   item
  3084.                     Caption = 'Device'
  3085.                     Width = 100
  3086.                   end>
  3087.                 ColumnClick = False
  3088.                 FlatScrollBars = True
  3089.                 HideSelection = False
  3090.                 ReadOnly = True
  3091.                 RowSelect = True
  3092.                 SmallImages = img
  3093.                 TabOrder = 0
  3094.                 ViewStyle = vsReport
  3095.               end
  3096.             end
  3097.           end
  3098.           object tsASPI: TTabSheet
  3099.             Caption = ' Windows ASPI 32 '
  3100.             ImageIndex = 1
  3101.             object Panel22: TPanel
  3102.               Left = 0
  3103.               Top = 0
  3104.               Width = 345
  3105.               Height = 211
  3106.               Align = alClient
  3107.               BevelInner = bvLowered
  3108.               BevelOuter = bvNone
  3109.               BorderWidth = 10
  3110.               TabOrder = 0
  3111.               object lASPI: TLabel
  3112.                 Left = 11
  3113.                 Top = 11
  3114.                 Width = 323
  3115.                 Height = 19
  3116.                 Align = alTop
  3117.                 AutoSize = False
  3118.                 Caption = 'lASPI'
  3119.                 Layout = tlCenter
  3120.               end
  3121.               object Bevel5: TBevel
  3122.                 Left = 11
  3123.                 Top = 30
  3124.                 Width = 323
  3125.                 Height = 5
  3126.                 Align = alTop
  3127.                 Shape = bsBottomLine
  3128.               end
  3129.               object lvASPI: TListView
  3130.                 Left = 11
  3131.                 Top = 35
  3132.                 Width = 323
  3133.                 Height = 165
  3134.                 Align = alClient
  3135.                 BorderStyle = bsNone
  3136.                 Columns = <
  3137.                   item
  3138.                     Caption = 'Product'
  3139.                     Width = 150
  3140.                   end
  3141.                   item
  3142.                     Caption = 'Revision'
  3143.                     Width = 55
  3144.                   end
  3145.                   item
  3146.                     Alignment = taRightJustify
  3147.                     Caption = 'Adapter'
  3148.                     Width = 55
  3149.                   end
  3150.                   item
  3151.                     Alignment = taRightJustify
  3152.                     Caption = 'Device'
  3153.                     Width = 45
  3154.                   end
  3155.                   item
  3156.                     Alignment = taRightJustify
  3157.                     Caption = 'Type'
  3158.                     Width = 40
  3159.                   end
  3160.                   item
  3161.                     Caption = 'Info'
  3162.                     Width = 100
  3163.                   end>
  3164.                 ColumnClick = False
  3165.                 FlatScrollBars = True
  3166.                 HideSelection = False
  3167.                 ReadOnly = True
  3168.                 RowSelect = True
  3169.                 TabOrder = 0
  3170.                 ViewStyle = vsReport
  3171.               end
  3172.             end
  3173.           end
  3174.         end
  3175.       end
  3176.       object tsDrives: TTabSheet
  3177.         Caption = ' Drives '
  3178.         object Label54: TLabel
  3179.           Left = 20
  3180.           Top = 28
  3181.           Width = 25
  3182.           Height = 13
  3183.           Caption = 'Drive'
  3184.         end
  3185.         object cbDrive: TComboBox
  3186.           Left = 58
  3187.           Top = 24
  3188.           Width = 297
  3189.           Height = 21
  3190.           Cursor = crHandPoint
  3191.           Style = csDropDownList
  3192.           ItemHeight = 0
  3193.           TabOrder = 0
  3194.           OnChange = cbDriveChange
  3195.         end
  3196.         object GroupBox19: TGroupBox
  3197.           Left = 12
  3198.           Top = 56
  3199.           Width = 351
  3200.           Height = 325
  3201.           Caption = ' Properties '
  3202.           TabOrder = 1
  3203.           object imgDrive: TImage
  3204.             Left = 20
  3205.             Top = 20
  3206.             Width = 32
  3207.             Height = 32
  3208.             AutoSize = True
  3209.             Center = True
  3210.           end
  3211.           object lDriveType: TLabel
  3212.             Left = 64
  3213.             Top = 32
  3214.             Width = 62
  3215.             Height = 13
  3216.             Caption = 'lDriveType'
  3217.             Font.Charset = DEFAULT_CHARSET
  3218.             Font.Color = clWindowText
  3219.             Font.Height = -11
  3220.             Font.Name = 'MS Sans Serif'
  3221.             Font.Style = [fsBold]
  3222.             ParentFont = False
  3223.           end
  3224.           object Label55: TLabel
  3225.             Left = 81
  3226.             Top = 68
  3227.             Width = 21
  3228.             Height = 13
  3229.             Alignment = taRightJustify
  3230.             Caption = 'UNC'
  3231.           end
  3232.           object Label56: TLabel
  3233.             Left = 37
  3234.             Top = 95
  3235.             Width = 65
  3236.             Height = 13
  3237.             Alignment = taRightJustify
  3238.             Caption = 'Serial number'
  3239.           end
  3240.           object Bevel3: TBevel
  3241.             Left = 8
  3242.             Top = 120
  3243.             Width = 335
  3244.             Height = 3
  3245.             Shape = bsTopLine
  3246.           end
  3247.           object lCapacity: TLabel
  3248.             Left = 14
  3249.             Top = 134
  3250.             Width = 53
  3251.             Height = 13
  3252.             Caption = 'lCapacity'
  3253.             Font.Charset = DEFAULT_CHARSET
  3254.             Font.Color = clWindowText
  3255.             Font.Height = -11
  3256.             Font.Name = 'MS Sans Serif'
  3257.             Font.Style = [fsBold]
  3258.             ParentFont = False
  3259.           end
  3260.           object lFree: TLabel
  3261.             Left = 14
  3262.             Top = 158
  3263.             Width = 29
  3264.             Height = 13
  3265.             Caption = 'lFree'
  3266.             Font.Charset = DEFAULT_CHARSET
  3267.             Font.Color = clWindowText
  3268.             Font.Height = -11
  3269.             Font.Name = 'MS Sans Serif'
  3270.             Font.Style = [fsBold]
  3271.             ParentFont = False
  3272.           end
  3273.           object lBPS: TLabel
  3274.             Left = 220
  3275.             Top = 134
  3276.             Width = 20
  3277.             Height = 13
  3278.             Caption = 'lBPS'
  3279.           end
  3280.           object lSPC: TLabel
  3281.             Left = 220
  3282.             Top = 155
  3283.             Width = 21
  3284.             Height = 13
  3285.             Caption = 'lSPC'
  3286.           end
  3287.           object lTC: TLabel
  3288.             Left = 220
  3289.             Top = 175
  3290.             Width = 15
  3291.             Height = 13
  3292.             Caption = 'lTC'
  3293.           end
  3294.           object lFC: TLabel
  3295.             Left = 220
  3296.             Top = 196
  3297.             Width = 15
  3298.             Height = 13
  3299.             Caption = 'lFC'
  3300.           end
  3301.           object Bevel4: TBevel
  3302.             Left = 8
  3303.             Top = 220
  3304.             Width = 335
  3305.             Height = 3
  3306.             Shape = bsTopLine
  3307.           end
  3308.           object clbFlags: TCheckListBox
  3309.             Left = 11
  3310.             Top = 234
  3311.             Width = 329
  3312.             Height = 78
  3313.             OnClickCheck = clbClickCheck
  3314.             BorderStyle = bsNone
  3315.             Color = clBtnFace
  3316.             Columns = 2
  3317.             IntegralHeight = True
  3318.             ItemHeight = 13
  3319.             TabOrder = 2
  3320.           end
  3321.           object eUNC: TEdit
  3322.             Left = 112
  3323.             Top = 64
  3324.             Width = 200
  3325.             Height = 21
  3326.             Color = clBtnFace
  3327.             ReadOnly = True
  3328.             TabOrder = 0
  3329.           end
  3330.           object eDSN: TEdit
  3331.             Left = 112
  3332.             Top = 91
  3333.             Width = 200
  3334.             Height = 21
  3335.             Color = clBtnFace
  3336.             ReadOnly = True
  3337.             TabOrder = 1
  3338.           end
  3339.           object Panel10: TPanel
  3340.             Left = 12
  3341.             Top = 184
  3342.             Width = 183
  3343.             Height = 19
  3344.             BevelOuter = bvLowered
  3345.             BorderWidth = 1
  3346.             Color = clSilver
  3347.             TabOrder = 3
  3348.             object gDisk: TGauge
  3349.               Left = 2
  3350.               Top = 2
  3351.               Width = 179
  3352.               Height = 15
  3353.               Align = alClient
  3354.               BorderStyle = bsNone
  3355.               ForeColor = clGreen
  3356.               Font.Charset = DEFAULT_CHARSET
  3357.               Font.Color = clBlack
  3358.               Font.Height = -11
  3359.               Font.Name = 'MS Sans Serif'
  3360.               Font.Style = []
  3361.               ParentFont = False
  3362.               Progress = 0
  3363.             end
  3364.           end
  3365.         end
  3366.       end
  3367.       object tsTZ: TTabSheet
  3368.         Caption = 'Time Zone'
  3369.         object Panel12: TPanel
  3370.           Left = 7
  3371.           Top = 36
  3372.           Width = 360
  3373.           Height = 187
  3374.           BevelOuter = bvLowered
  3375.           Caption = ' '
  3376.           TabOrder = 0
  3377.           object Image10: TImage
  3378.             Left = 1
  3379.             Top = 1
  3380.             Width = 356
  3381.             Height = 184
  3382.             Align = alClient
  3383.             AutoSize = True
  3384.             Center = True
  3385.             Picture.Data = {<image009.bmp>}
  3386.           end
  3387.         end
  3388.         object gbStd: TGroupBox
  3389.           Left = 11
  3390.           Top = 230
  3391.           Width = 351
  3392.           Height = 62
  3393.           Caption = ' Standard Time '
  3394.           TabOrder = 1
  3395.           object Label12: TLabel
  3396.             Left = 12
  3397.             Top = 29
  3398.             Width = 50
  3399.             Height = 13
  3400.             Alignment = taRightJustify
  3401.             Caption = 'Start Date'
  3402.           end
  3403.           object Label73: TLabel
  3404.             Left = 236
  3405.             Top = 29
  3406.             Width = 19
  3407.             Height = 13
  3408.             Alignment = taRightJustify
  3409.             Caption = 'Bias'
  3410.           end
  3411.           object Label74: TLabel
  3412.             Left = 321
  3413.             Top = 29
  3414.             Width = 20
  3415.             Height = 13
  3416.             Caption = 'min.'
  3417.           end
  3418.           object eStdStart: TEdit
  3419.             Left = 72
  3420.             Top = 25
  3421.             Width = 146
  3422.             Height = 21
  3423.             Color = clBtnFace
  3424.             ReadOnly = True
  3425.             TabOrder = 0
  3426.           end
  3427.           object eStdBias: TEdit
  3428.             Left = 260
  3429.             Top = 25
  3430.             Width = 53
  3431.             Height = 21
  3432.             Color = clBtnFace
  3433.             ReadOnly = True
  3434.             TabOrder = 1
  3435.           end
  3436.         end
  3437.         object eTZ: TEdit
  3438.           Left = 8
  3439.           Top = 9
  3440.           Width = 357
  3441.           Height = 21
  3442.           Color = clBtnFace
  3443.           ReadOnly = True
  3444.           TabOrder = 2
  3445.         end
  3446.         object gbDay: TGroupBox
  3447.           Left = 12
  3448.           Top = 298
  3449.           Width = 351
  3450.           Height = 62
  3451.           Caption = ' Daylight Time '
  3452.           TabOrder = 3
  3453.           object Label75: TLabel
  3454.             Left = 12
  3455.             Top = 29
  3456.             Width = 50
  3457.             Height = 13
  3458.             Alignment = taRightJustify
  3459.             Caption = 'Start Date'
  3460.           end
  3461.           object Label76: TLabel
  3462.             Left = 236
  3463.             Top = 29
  3464.             Width = 19
  3465.             Height = 13
  3466.             Alignment = taRightJustify
  3467.             Caption = 'Bias'
  3468.           end
  3469.           object Label77: TLabel
  3470.             Left = 321
  3471.             Top = 29
  3472.             Width = 20
  3473.             Height = 13
  3474.             Caption = 'min.'
  3475.           end
  3476.           object edayStart: TEdit
  3477.             Left = 72
  3478.             Top = 25
  3479.             Width = 146
  3480.             Height = 21
  3481.             Color = clBtnFace
  3482.             ReadOnly = True
  3483.             TabOrder = 0
  3484.           end
  3485.           object eDayBias: TEdit
  3486.             Left = 260
  3487.             Top = 25
  3488.             Width = 53
  3489.             Height = 21
  3490.             Color = clBtnFace
  3491.             ReadOnly = True
  3492.             TabOrder = 1
  3493.           end
  3494.         end
  3495.       end
  3496.       object tsStartup: TTabSheet
  3497.         Caption = ' Startup '
  3498.         ImageIndex = 15
  3499.         object tcStartup: TTabControl
  3500.           Left = 12
  3501.           Top = 10
  3502.           Width = 349
  3503.           Height = 378
  3504.           Cursor = crHandPoint
  3505.           MultiLine = True
  3506.           TabOrder = 0
  3507.           Tabs.Strings = (
  3508.             'Startup (User)'
  3509.             'Startup (Common)'
  3510.             'HKLM \ Run'
  3511.             'HKCU \ Run'
  3512.             'Run Once'
  3513.             'WIN.INI')
  3514.           TabIndex = 0
  3515.           OnChange = tcStartupChange
  3516.           object Panel21: TPanel
  3517.             Left = 4
  3518.             Top = 42
  3519.             Width = 341
  3520.             Height = 332
  3521.             Align = alClient
  3522.             BevelInner = bvLowered
  3523.             BevelOuter = bvNone
  3524.             BorderWidth = 10
  3525.             Caption = ' '
  3526.             TabOrder = 0
  3527.             object lvStartup: TListView
  3528.               Left = 11
  3529.               Top = 11
  3530.               Width = 319
  3531.               Height = 310
  3532.               Align = alClient
  3533.               BorderStyle = bsNone
  3534.               Columns = <
  3535.                 item
  3536.                   Caption = 'Name'
  3537.                   Width = 150
  3538.                 end
  3539.                 item
  3540.                   Caption = 'Command line'
  3541.                   Width = 300
  3542.                 end>
  3543.               ColumnClick = False
  3544.               FlatScrollBars = True
  3545.               ReadOnly = True
  3546.               RowSelect = True
  3547.               SmallImages = img
  3548.               TabOrder = 0
  3549.               ViewStyle = vsReport
  3550.             end
  3551.           end
  3552.         end
  3553.       end
  3554.       object tsSoftware: TTabSheet
  3555.         Caption = ' Software '
  3556.         ImageIndex = 16
  3557.         object Panel20: TPanel
  3558.           Left = 0
  3559.           Top = 0
  3560.           Width = 381
  3561.           Height = 398
  3562.           Align = alClient
  3563.           BevelInner = bvLowered
  3564.           BevelOuter = bvNone
  3565.           BorderWidth = 10
  3566.           Caption = ' '
  3567.           TabOrder = 0
  3568.           object lvSW: TListView
  3569.             Left = 11
  3570.             Top = 11
  3571.             Width = 359
  3572.             Height = 376
  3573.             Align = alClient
  3574.             BorderStyle = bsNone
  3575.             Columns = <
  3576.               item
  3577.                 Caption = 'Product Name'
  3578.                 Width = 200
  3579.               end
  3580.               item
  3581.                 Caption = 'Uninstall String'
  3582.                 Width = 130
  3583.               end>
  3584.             ColumnClick = False
  3585.             FlatScrollBars = True
  3586.             HideSelection = False
  3587.             ReadOnly = True
  3588.             RowSelect = True
  3589.             SmallImages = img
  3590.             TabOrder = 0
  3591.             ViewStyle = vsReport
  3592.           end
  3593.         end
  3594.       end
  3595.       object tsAbout: TTabSheet
  3596.         Caption = 'About'
  3597.         ImageIndex = 13
  3598.         object FooterPanel: TPanel
  3599.           Left = 7
  3600.           Top = 366
  3601.           Width = 360
  3602.           Height = 26
  3603.           BevelOuter = bvLowered
  3604.           Caption = 'Copyright '#169' 2000 Michal Mutl'
  3605.           Color = clWhite
  3606.           Font.Charset = DEFAULT_CHARSET
  3607.           Font.Color = clWindowText
  3608.           Font.Height = -11
  3609.           Font.Name = 'Tahoma'
  3610.           Font.Style = []
  3611.           ParentFont = False
  3612.           TabOrder = 0
  3613.           object sbMail: TSpeedButton
  3614.             Left = 334
  3615.             Top = 2
  3616.             Width = 23
  3617.             Height = 22
  3618.             Cursor = crHandPoint
  3619.             Hint = 'Send mail to author'
  3620.             Flat = True
  3621.             Glyph.Data = {
  3622.               C6000000424DC60000000000000076000000280000000E0000000A0000000100
  3623.               0400000000005000000000000000000000001000000010000000FFFFFF00BFFB
  3624.               FA0097EBEA000CC5C40000A4A300007E7D00004A490000000000000000000000
  3625.               0000000000000000000000000000000000000000000000000000677777777777
  3626.               7700634444444444470061422222222447006024225522424700602245225422
  3627.               4700602252222522470060252222225247006052222222254700640000000000
  3628.               37006666666666666600}
  3629.             ParentShowHint = False
  3630.             ShowHint = True
  3631.             OnClick = cmMail
  3632.           end
  3633.           object SpeedButton1: TSpeedButton
  3634.             Left = 2
  3635.             Top = 2
  3636.             Width = 23
  3637.             Height = 22
  3638.             Cursor = crHandPoint
  3639.             Hint = 'Go to the MiTeC website'
  3640.             Flat = True
  3641.             Glyph.Data = {
  3642.               F6000000424DF600000000000000760000002800000010000000100000000100
  3643.               04000000000080000000120B0000120B00001000000010000000000000000000
  3644.               8000008000000080800080000000800080008080000080808000C0C0C0000000
  3645.               FF00C0C0C00000FFFF00FF000000C0C0C000FFFF0000FFFFFF00DADADADADADA
  3646.               D00AADAD7000007D0117DAD00CC22C00199AAD0CCCC0000199ADD0CCCC078F70
  3647.               90DA70CCC078E8F7007D0CCCC08E8E8F0C0A0CCC20EFE8E80C0D0CC2207FFE87
  3648.               020A0CC22207E870C20D0CC822200002220AA7CCF8CCCCC2207DD7CF8F822222
  3649.               20DAAD7CC8F822220DADDAD77CCF8200DADAADADA777777DADAD}
  3650.             ParentShowHint = False
  3651.             ShowHint = True
  3652.             OnClick = cmWeb
  3653.           end
  3654.         end
  3655.         object TitlePanel: TPanel
  3656.           Left = 7
  3657.           Top = 6
  3658.           Width = 360
  3659.           Height = 40
  3660.           BevelOuter = bvLowered
  3661.           Caption = ' '
  3662.           Color = clWhite
  3663.           Font.Charset = DEFAULT_CHARSET
  3664.           Font.Color = clWindowText
  3665.           Font.Height = -13
  3666.           Font.Name = 'Tahoma'
  3667.           Font.Style = [fsBold]
  3668.           ParentFont = False
  3669.           TabOrder = 1
  3670.           object imgIcon: TImage
  3671.             Left = 4
  3672.             Top = 4
  3673.             Width = 32
  3674.             Height = 32
  3675.             AutoSize = True
  3676.             Center = True
  3677.             Picture.Data = {<image010.ico>}
  3678.           end
  3679.           object lTitle: TLabel
  3680.             Left = 39
  3681.             Top = 4
  3682.             Width = 319
  3683.             Height = 16
  3684.             Alignment = taCenter
  3685.             AutoSize = False
  3686.             Caption = ' MiTeC System Information Component'
  3687.           end
  3688.           object lVer: TLabel
  3689.             Left = 39
  3690.             Top = 21
  3691.             Width = 319
  3692.             Height = 16
  3693.             Alignment = taCenter
  3694.             AutoSize = False
  3695.             Caption = 'Version 5.3'
  3696.           end
  3697.         end
  3698.         object Panel16: TPanel
  3699.           Left = 7
  3700.           Top = 53
  3701.           Width = 360
  3702.           Height = 307
  3703.           BevelOuter = bvLowered
  3704.           Caption = ' '
  3705.           Color = clWhite
  3706.           Font.Charset = DEFAULT_CHARSET
  3707.           Font.Color = clWindowText
  3708.           Font.Height = -11
  3709.           Font.Name = 'Tahoma'
  3710.           Font.Style = []
  3711.           ParentFont = False
  3712.           TabOrder = 2
  3713.           object Memo: TMemo
  3714.             Left = 1
  3715.             Top = 1
  3716.             Width = 358
  3717.             Height = 305
  3718.             Align = alClient
  3719.             Alignment = taCenter
  3720.             BorderStyle = bsNone
  3721.             Enabled = False
  3722.             Lines.Strings = (
  3723.               ''
  3724.               'This application is FREEWARE.'
  3725.               ''
  3726.               'Use it on your own risk.'
  3727.               ''
  3728.               'Sources are available on purchase/registraton. '
  3729.               'Price is $100 or 110 EUR.'
  3730.               'For  more information see README.TXT or LICENSE.TXT'
  3731.               'or'
  3732.               'http://www.mitec.d2.cz'
  3733.               ''
  3734.               'Feel free to send me suggestions, reminders and ideas '
  3735.               'to my e-mail <mitec@atlas.cz>.'
  3736.               'You can use button with letter icon below to do this.')
  3737.             ReadOnly = True
  3738.             TabOrder = 0
  3739.           end
  3740.         end
  3741.       end
  3742.     end
  3743.   end
  3744.   object img: TImageList
  3745.     Left = 118
  3746.     Top = 470
  3747.     Bitmap = {
  3748.       494C010129002C00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  3749.       000000000000360000002800000040000000B000000001001000000000000058
  3750.       0000000000000000000000000000000000000000000000000000000000000000
  3751.       0000000000000000000000000000000000000000000000000000000000000000
  3752.       0000000000000000000000000000000000000000000000000000000000000000
  3753.       0000000000000000000000000000000000000000000000000000000000000000
  3754.       0000000000000000000000000000000000000000000000000000000000000000
  3755.       0000000000000000000000000000000000000000000000000000000000000000
  3756.       0000000000000000000000000000000000000000000000000000000000000000
  3757.       0000000000000000000000000000000000000000000000000000000000000000
  3758.       0000000000000000000000000000000000000000000000000000000000000000
  3759.       0000000000000000000000000000000000000000000000000000000000000000
  3760.       0000000000000000000000000000000000000000000000000000000000000000
  3761.       0000000000000000000000000000000000000000000000000000000000000000
  3762.       0000000000000000000000000000000000000000000000000000000010420000
  3763.       0000000000000000000000000000000000000000000000000000000000000000
  3764.       0000000000000000000000000000000000000000000000000000000000000000
  3765.       0000000000000000000000000000000000000000000000000000000000000000
  3766.       0000000000000000000000000000000000000000000000000000186300005A6B
  3767.       1042000000000000000000000000000000000000000000000000000000000000
  3768.       0000000000000000000000000000000000000000000000000000000000000000
  3769.       0000000000000000000000000000000000000000000000000000000000000000
  3770.       0000000000000000000000000000000000000000000000001042BD776C4E1042
  3771.       00005A6B10420000000000000000000000000000000000000000000000000000
  3772.       0000000000000000000000000000000000000000000000000000000000000000
  3773.       0000000000000000000000000000000000000000000000000000000000000000
  3774.       000000000000000000000000000000000000000000001042BD775A6B94521042
  3775.       6C4E104200005A6B104200000000000000000000000000000000000000000000
  3776.       0000000000000000000000000000000000000000000000000000000000000000
  3777.       0000000000000000000000000000000000000000000000000000000000000000
  3778.       00000000000000000000000000000000000000001863104210425A6B39673967
  3779.       D65A10426C4E104200005A6B1042000000000000000000000000000000000000
  3780.       0000000000000000000000000000000000000000000000000000000000000000
  3781.       0000000000000000000000000000000000000000000000000000000000000000
  3782.       0000000000000000000000000000000000001042BD775A6B5A6B396739673967
  3783.       18631863186310426C4E104200005A6B00000000000000000000000000000000
  3784.       0000000000000000000000000000000000000000000000000000000000000000
  3785.       0000000000000000000000000000000000000000000000000000000000000000
  3786.       000000000000000000000000000000000000000010426C4E5A6B396739673967
  3787.       186318631863D65AD65A10426C4E104200000000000000000000000000000000
  3788.       0000000000000000000000000000000000000000000000000000000000000000
  3789.       0000000000000000000000000000000000000000000000000000000000000000
  3790.       00000000000000000000000000000000000000000000000010426C4E39671863
  3791.       1863D65AD65AD65AD65AD65A9452104200000000000000000000000000000000
  3792.       0000000000000000000000000000000000000000000000000000000000000000
  3793.       0000000000000000000000000000000000000000000000000000000000000000
  3794.       0000000000000000000000000000000000000000000000000000000010426C4E
  3795.       18631863D65AD65AD65AD65A9452000000000000000000000000000000000000
  3796.       0000000000000000000000000000000000000000000000000000000000000000
  3797.       0000000000000000000000000000000000000000000000000000000000000000
  3798.       0000000000000000000000000000000000000000000000000000000000000000
  3799.       10426C4ED65AD65AD65A94520000000000000000000000000000000000000000
  3800.       0000000000000000000000000000000000000000000000000000000000000000
  3801.       0000000000000000000000000000000000000000000000000000000000000000
  3802.       0000000000000000000000000000000000000000000000000000000000000000
  3803.       0000000010426C4E945200000000000000000000000000000000000000000000
  3804.       0000000000000000000000000000000000000000000000000000000000000000
  3805.       0000000000000000000000000000000000000000000000000000000000000000
  3806.       0000000000000000000000000000000000000000000000000000000000000000
  3807.       0000000000000000000000000000000000000000000000000000000000000000
  3808.       0000000000000000000000000000000000000000000000000000000000000000
  3809.       0000000000000000000000000000000000000000000000000000000000000000
  3810.       0000000000000000000000000000000000000000000000000000000000000000
  3811.       0000000000000000000000000000000000000000000000000000000000000000
  3812.       0000000000000000000000000000000000000000000000000000000000000000
  3813.       0000000000000000000000000000000000000000000000000000000000000000
  3814.       0000000000000000000000000000000000000000000000000000000000000000
  3815.       0000000000000000000000000000000000000000000000000000000000000000
  3816.       0000000000000000000000000000000000000000000000000000000000000000
  3817.       0000000000000000000000000000000000000000000000000000000000000000
  3818.       0000000000000000000000000000000000000000000000000000000000001863
  3819.       10421042000000000000000000000000000000000000000000000000E07F6666
  3820.       00420000000000000000000000000000000000000000000000000000E07F6666
  3821.       0042000000000000000000000000000000000000000000000000000000000000
  3822.       0000000000000000000000000000104200000000000000000000D65A1863CE39
  3823.       000000001042CE39000000000000000000001863186318631863186318630000
  3824.       0000000018631863186318631863186318631863186318631863186318630000
  3825.       00000000186318631863186318631863186300000042E07F0042E07F0042E07F
  3826.       0042E07F0042E07F004200000000104200000000000018631863CE39CE393967
  3827.       94529452000000001042CE390000000000000000000000000000000000003967
  3828.       9452945200000000000000000000000000000000000000000000000000003967
  3829.       94529452000000000000000000000000000000000042E07F0042E07F0042E07F
  3830.       0042E07F0042E07F0042000000001042104200001042CE39CE39396739671863
  3831.       9452734E524A104200000000CE39000000000000000000000000396739671863
  3832.       9452734E524A1042000000000000000000000000000000000000396739671863
  3833.       9452734E524A1042000000000000000000000002000200020002000200020002
  3834.       0002000200020002000200021042104200001042CE395A6B3967396718631863
  3835.       9452734E524A524A10421042000000000000104200005A6B3967396718631863
  3836.       9452734E524A524A10421042000000000000104200005A6B3967396718631863
  3837.       9452734E524A524A104210420000000000000002186300001863000200021042
  3838.       1042104210420002000200020000104218631042000039673967186318630000
  3839.       734E9452524A10421042CE391042CE3900001042000039673967186318630000
  3840.       734E9452524A10421042CE391042CE3900001042000039673967186318630000
  3841.       734E9452524A10421042CE391042CE3900000002186300001863000210420000
  3842.       0000000000001042000200020000104218631042000018631863000000003967
  3843.       39673967524A524A10421042CE39CE3900001042000018631863000000003967
  3844.       39673967524A524A10421042CE39CE3900001042000018631863000000003967
  3845.       39673967524A524A10421042CE39CE3900000002000200020002000210420000
  3846.       00000000000010420000000200001042186310420000000000005A6B5A6B007C
  3847.       0664396739671863104210421042CE39000010420000000000005A6B5A6B007C
  3848.       0664396739671863104210421042CE39000010420000000000005A6B5A6B007C
  3849.       0664396739671863104210421042CE3900000002000000000002000210420000
  3850.       000000000000104200020002000010421863104200007B6F7B6FE00360323967
  3851.       39675A6BCE39104200001863CE39CE390000104200007B6F7B6FE00360323967
  3852.       39675A6BCE39104200001863CE39CE390000104200007B6F7B6FE00360323967
  3853.       39675A6BCE39104200001863CE39CE3900000002000000000002000210420000
  3854.       000000000000104200020002000010421863000000000000000000005A6B5A6B
  3855.       1042CE391863186300001863CE39CE39000000001042104200007B6F5A6B5A6B
  3856.       1042CE391863186300001863CE39CE390000000000000000000000005A6B5A6B
  3857.       1042CE391863186300001863CE39CE3900000002000200020002000200021042
  3858.       104210421042000200020002000010421863000000000000000000000000CE39
  3859.       186318637B6F9C737B6F0000000000000000000000000000104210420000CE39
  3860.       186318637B6F9C737B6F0000000000000000000000000000000000000000CE39
  3861.       186318637B6F9C737B6F00000000000000000002000000020002000200020002
  3862.       0002000200020042004200020002104200000000000018630000000000001042
  3863.       5A6B7B6FBD77BD77DE7B7B6F0000000000000000000000000000000010421042
  3864.       5A6B7B6FBD77BD77DE7B7B6F0000000000000000000018630000000000001042
  3865.       5A6B7B6FBD77BD77DE7B7B6F0000000000000002000210421042104210420002
  3866.       0002000200020002000200020002104210420000186300001863000000000000
  3867.       10429C73BD77DE7B000000007B6F000000000000000000000000000000000000
  3868.       10429C73BD77DE7B000000007B6F000000000000186300001863000000000000
  3869.       10429C73BD77DE7B000000007B6F000000000002000000000000000000000000
  3870.       0002186318631863186300020000104200000000000000000000186300000000
  3871.       00001042DE7BDE7B000010421042000000000000000000000000000000000000
  3872.       00001042DE7BDE7B000010421042000000000000000000000000186300000000
  3873.       00001042DE7BDE7B000010421042000000000002000000000000000000000000
  3874.       0002186318631863186300020000104210420000000000000000000000000000
  3875.       0000000010421042104200000000000000000000000000000000000000000000
  3876.       0000000010421042104200000000000000000000000000000000000000000000
  3877.       0000000010421042104200000000000000000000000000000000000000000000
  3878.       0000000000000000000000000000000000001863082108210821082108210821
  3879.       0821082108210821841018638010524A00001042000000000000000000000000
  3880.       0000000018630000104210420000000000000000000000000000000000001C63
  3881.       18421C63080008001C6300000000000000000000000000000000000000000000
  3882.       0000000000000000000000000000000000000000186318631863186318631863
  3883.       1863186318631863082180318C319C739C731863186300000000000000000000
  3884.       00000000186318638C311042000000000000000000001C631C63142114210C00
  3885.       0C00080008000C00080000000000000000000000000000000000000000001863
  3886.       10421042000000000000000000000000000000005A6B9C739C7318639452DE7B
  3887.       18639C739C7394520042CA399452000018630000104200000000000000000000
  3888.       000000000000186308210000000000000000000000000C000C0010000C218010
  3889.       0C00080010008831100010001C63000000000000000000000000D65A1863CE39
  3890.       000000001042CE39000000000000000000000000D65A94529452186308219C73
  3891.       18634E4A0021464A8C73C639524ADE7B1863000000004A291863000000000000
  3892.       000000009C73082108211863000000000000000000000C0010000C4280730042
  3893.       040010008831E07FE07F90100800080000000000000018631863CE39CE393967
  3894.       94529452000000001042CE3900000000000000005A6B9C739C73186308219C73
  3895.       18631063C65A8C738C73C6390821D65A1863000000009C7310428C3118630000
  3896.       0000000018631863C61808210000000000000000184210000C42E07FE07F0042
  3897.       000010008052E07FE07F8473881008001C6300001042CE39CE39396739671863
  3898.       9452734E524A104200000000CE39000000000000D65A94529452186308219C73
  3899.       186310630863F07FF07F1042D65A10421863000000000000D64A10228C011863
  3900.       0000000094525A6B18630821000000000000040008008C10E07FE07FE07F0063
  3901.       00218C10E07FE07FE07FE07F8052040010211042CE395A6B3967396718631863
  3902.       9452734E524A524A1042104200000000000000005A6B9C739C73186308219C73
  3903.       186310638052F07FF87F1042CE39000018630000000000009C639C2394220801
  3904.       104210220801945218639C73000000000000000014218C108452E07FE07FE07F
  3905.       006300428073E07F0063803180100C0010001042000039673967186318630000
  3906.       734E9452524A10421042CE391042CE3900000000D65A94529452186308219C73
  3907.       1863945294528C52CE7B0863524A0000945200000000000000009C639C238C21
  3908.       1002180310220000000000000000000000001C630C000C000C0090108852E07F
  3909.       E07FE07F80738031801000000400100010001042000018631863000000003967
  3910.       39673967524A524A10421042CE39CE39000000005A6B9C739C73186308219C73
  3911.       18639C739C735A6B4A4ACE7B8C3100001042000000000000000000009C639C23
  3912.       8C21100210420000000000000000000000000000080008000C00100010008431
  3913.       E07FE07F8452100010000C0004001000142110420000000000005A6B5A6B007C
  3914.       0664396739671863104210421042CE3900000000D65A9452945210428410CE39
  3915.       8C3194529452D65A0821CE5A4A2994529C730000000000000000000000009C63
  3916.       9C238C210801186300000000000000000000142110000C00040000210063C67B
  3917.       00630063E07F80738831100008000C001842104200007B6F7B6FE00360323967
  3918.       39675A6BCE39104200001863CE39CE39000000005A6B9C739C73945294529452
  3919.       CE399C739C735A6B082100009052186300000000000000000000000000000000
  3920.       9C639C2394228C01104210421863000000001842100008210063E07FE07FE07F
  3921.       4A6BCE39E07FE07FE07F807308420400142100001042104200007B6F5A6B5A6B
  3922.       1042CE391863186300001863CE39CE3900000000D65A94529452186308219C73
  3923.       186394529452D65A082100000000000000000000000000000000000000000000
  3924.       00009C639C234A194A290821841010420000000010009010E07FE07FE07FE07F
  3925.       52299010E07FE07FE07FE07F4E4A00001421000000000000104210420000CE39
  3926.       186318637B6F9C737B6F000000000000000000005A6B9C739C73186308219C73
  3927.       18639C739C735A6B082100000000000000000000000000000000000000000000
  3928.       000000009452945210638C314A29841000000000100010000842E07FE07F8C73
  3929.       100010008452E07FE07F466B9010040018420000000000000000000010421042
  3930.       5A6B7B6FBD77BD77DE7B7B6F0000000000000000D65A9452945218638410CE39
  3931.       186394529452D65A082100000000000000000000000000000000000000000000
  3932.       0000000018635A6B086394521042841000000000000018420C000821E07F9431
  3933.       0800040084108073084290100800080000000000000000000000000000000000
  3934.       10429C73BD77DE7B000000007B6F000000000000186318631863186318631863
  3935.       1863186318631863082100000000000000000000000000000000000000000000
  3936.       000000009C73524A526B8C739452082100000000000018421421142190109010
  3937.       040010001000102108000C0014211C6300000000000000000000000000000000
  3938.       00001042DE7BDE7B000010421042000000000000000000000000000000000000
  3939.       0000000000000000186300000000000000000000000000000000000000000000
  3940.       0000000000001863524A524A8C310000000000000000000000001C6300001000
  3941.       102118420C001021142100000000000000000000000000000000000000000000
  3942.       0000000010421042104200000000000000000000000000000000000000000000
  3943.       0000000000000000000000000000000000000000000000000000104210421042
  3944.       1042104210421042104210421863000000000000000000000000000000000000
  3945.       0000000000000000000000000000000000000000000000000000000000000000
  3946.       0000000000000000000000000000186300000000000000000000000000000000
  3947.       0000000000000000000000000000000000000000000000001863945294529452
  3948.       94529452945294529452524A8C31000000000000000000000000000000000000
  3949.       0000000000000000000000000000000000000000000000000000000000000000
  3950.       0000000000000000000000000000104200000000000000000000000000001863
  3951.       8C310821104200000000000000000000000000000000000000009C7318631863
  3952.       0821082108218410104210420000000000000000000000000000000000000000
  3953.       0000000000000000000000000000000000000000000000000000000000000000
  3954.       000000001042104200000000000010420000000000000000000018638C31CE39
  3955.       D65A104210420821104200000000000000000000000000000000000000000000
  3956.       00008C31945210428C3100000000000000000000000000000000000000000000
  3957.       0000000000000000000000000000000000000000000018630000000000000000
  3958.       0000186384101042000000001042104200000000000018638C31CE39D65A0C33
  3959.       4E3B10421042104210420821104200000000000000009C73104210420821C618
  3960.       4A291042C618186394528C310000000000000000000000000000000000000000
  3961.       0000000000000000000000000000000000000000000010420000000000000000
  3962.       18638C3108211042000000001042104200001042082184104A298C315A6B9C73
  3963.       94528C3194521042104210421042082110420000000018631042104294529452
  3964.       CE39186310428410524A94528C31000000001042104210421042104210421042
  3965.       1042104210421042104210421042000000000000186310420000000000001863
  3966.       8C311042082110420000000010421042000098639043E0038002082194524A29
  3967.       CE39104208218C31945210421042104208210000000018631863104210421042
  3968.       9452CE391863D65A8410524A0821000000000821104208211042082110420821
  3969.       10420821104208211042082110428C3100001042104210420000186308218C31
  3970.       10421042082110420000000010421042000000009042CE3AC61A00038001524A
  3971.       9C73945210421042082194521042104208210000000000001863945210421042
  3972.       10429452CE391863945208211863000000009C739C739C7300009C7300009C73
  3973.       00009C7300009C7300009C73000094528C3110421042104210421042CE39524A
  3974.       524A1042082110421863000010421042000000009C739452CE39D24A4E3B5A6B
  3975.       1863186318639452104294521042104208210000000000009C73186310421042
  3976.       104210429452CE39D65A082100000000000000009C739C730821945208219452
  3977.       082194529C73082194520821945200008C311863104210421042104210425A6B
  3978.       9452524A08211042104200001042104200000000000018639C735A6B18631863
  3979.       186318631863945218631863524A1042082100000000000000009C7318631042
  3980.       10428C3184109452CE398C31186300000000000000009C73104284108C318410
  3981.       8C3184109452CE3984108C318410945294520000104200001042000018638C31
  3982.       5A6B94524A291042104200001042000010420000000000001863D65A5A6B1863
  3983.       1863945218639C73186318631863D65A4A29000000000000000000009C731863
  3984.       8C3184101042104294528C311042000000000000000000000000186394521863
  3985.       9452186394520000186394521863945200000000000000001863000000000000
  3986.       8C315A6B4A29104210421042000000001042000000000000000000009452D65A
  3987.       18639C731863186318631863D65AD65A9C7300000000107E0000000000001042
  3988.       082110421042104294528C310821000000000000000000000000000000000000
  3989.       0000000000000000000000000000000000000000000000000000000000000000
  3990.       00008C318C31104210421042000000001042000000000000000000009452DE7B
  3991.       1863186318631863D65AD65A9C73000000000000187F187F187F10428C310821
  3992.       9C73186310421042104294528410000000000000000000000000000000000000
  3993.       0000000000000000000000000000000000000000000000000000000000000000
  3994.       0000000008211042104210420000000000000000000000000000000000001863
  3995.       D65A5A6BD65AD65A9C73000000000000000000000000187F187F945294520000
  3996.       00009C7318639452104294520821000000000000000000000000000000000000
  3997.       0000000000000000000000000000000000000000000000000000000000000000
  3998.       0000000018631863186310420000000000000000000000000000000000000000
  3999.       000018639C7300000000000000000000000000000000187F107E187F00000000
  4000.       000000009C73186318631863CE39000000000000000000000000000000000000
  4001.       0000000000000000000000000000000000000000000000000000000000000000
  4002.       0000000000000000000010420000000000000000000000000000000000000000
  4003.       00000000000000000000000000000000000000000000187F0000107E00000000
  4004.       00000000000000009C7318639C73000000000000000000000000000000000000
  4005.       0000000000000000000000000000000000000000000000000000000000000000
  4006.       0000000000000000000018630000000000000000000000000000000000000000
  4007.       0000000000000000000000000000000000000000000000000000000000000000
  4008.       0000000000000000000000000000000000000000000000000000000000000000
  4009.       0000000000000000000000000000000000000000000000000000987308420021
  4010.       0021002100211042000000000000000000000000000000000000000000000000
  4011.       000018638C311863000000000000000000000000000000000000000000000000
  4012.       000000000000000000000000000000000000524A945294529452945294529452
  4013.       9452945294529452945294529452945208210000000000000000086300630063
  4014.       8031843108420442104200000000000000000000000000000000000000000000
  4015.       1863841084100021084218630000000000009C73104210421042104210421042
  4016.       10421042186300000000000000000000000094521863FF7FFF7FFF7FFF7FDE7B
  4017.       1F421F42DE7BFF7FFF7FFF7FFF7F9C7308210000000000000000106308630042
  4018.       8873002108428831186300000000000000000000000000000000000000001863
  4019.       0821801088310C42082100210842186300001863945208210821082108210821
  4020.       082194528C3118630000000000000000000094521863FF7FFF7FFF7F1F631F00
  4021.       DE39DE399C105A6B1F001842FF7F9C7308210000000000000000000090528831
  4022.       0842801000001863000000000000000000000000000000000000000098734A4A
  4023.       801008424A4A082184310C4208210021084294525A6B10421042104210421042
  4024.       1042D65A945208211042104210421863000094521863FF7FFF7FFF7F9C109C52
  4025.       FF7FFF7FDE5A1F429C311F42FF7F9C73082100000000000000000C2114001400
  4026.       900010001000080018630000000000000000000000000000000098738C520842
  4027.       08428C52084208428431082184310C428410945294521042082108214A298410
  4028.       1042C61894528C319452945294528C31186394521863FF7FFF7FFF7F1F00DE7B
  4029.       1F631F421F421F009C73FF7FFF7F9C7308210000000000000C2114000C000C00
  4030.       00010C00880084000C00186300000000000000000000000098738C5208420842
  4031.       8C520842901010000842084200218831082118631863D65A524A524A524A524A
  4032.       524A524A524ACE391863186318631042082194521863FF7FFF7FFF7F5A29DE18
  4033.       DE391F211F429C52FF7FFF7FFF7F9C7308210000000008428052006300630063
  4034.       0063006300630842082184101863000000000000000018638C52084208428C52
  4035.       08420842084288310842002108420821000018631863186318635A6B9C739C73
  4036.       9C739C739C739C739C73186318631042082194521863FF7FFF7FFF7FDE7B9C31
  4037.       1F001F001F00FF7FFF7FFF7FFF7F9C73082100000863E07FE07F006384520422
  4038.       002200220422002184310442803118630000000018630821082108428C520842
  4039.       0842084208420842002108428831000000001863526A526A18638C3100000000
  4040.       00000000000000000000186318631042082194521863FF7FFF7FFF7FFF7FFF7F
  4041.       1F00FF7FFF7FFF7FFF7FFF7FFF7F9C7308211063E07F80738C42D6298C320002
  4042.       0002000288011C00180088100442002100001863082184100C428C5208420842
  4043.       0842084208420021084288310000000000001863526A526AD65ACE3908210821
  4044.       08210821082108210821945218631042082194521863FF7FFF7FFF7FFF7FFF7F
  4045.       1F00DE18FF7FFF7FFF7FFF7FFF7F9C7308219873086390421843D64A8C320002
  4046.       0002880110011C001C001400841088310000945200000C42084294524A4A0842
  4047.       08420842002108428831000000000000000018639C739C739C739C739C739C73
  4048.       9C739C739C739C739C739C739C731042082194521863FF7FFF7FFF7FFF7FFF7F
  4049.       DE18DE18FF7FFF7FFF7FFF7FFF7F9C7308210000000094529C639C52DE181001
  4050.       1F001001880114010C018C00104200000000000018638C31084208424A4A9452
  4051.       4A4A002188318831000000000000000000009C73D65A18631863186318631863
  4052.       1863186318631863186318631863D65A08219452945218631863186318631863
  4053.       1863186318631863186318631863186308210000000018639C739C7304121001
  4054.       980014018C0100020801082200000000000000000000000018630C4208420842
  4055.       4A4A8831082100000000000000000000000000009C7318631863186318631863
  4056.       186318631863186318631863186318639C739452983114321032943194319431
  4057.       94319431943190318C318C318C318C310821000000000000D65A00008C228401
  4058.       000200020002000288119C730000000000000000000000000000000018630C42
  4059.       8431082100000000000000000000000000000000000000000000000000000000
  4060.       0000000000000000000000000000000000009452101188210811100010001000
  4061.       10001000100094318C3118638C318C3108210000000000009C73943218431C21
  4062.       88010002000204129C7300000000000000000000000000000000000000000000
  4063.       9452000000000000000000000000000000000000000000000000000000000000
  4064.       000000000000000000000000000000000000945290518C620000943194319431
  4065.       94319431943194319431943194319431082100000000000000009C731863524A
  4066.       0C22902194429C73000000000000000000000000000000000000000000000000
  4067.       0000000000000000000000000000000000000000000000000000000000000000
  4068.       0000000000000000000000000000000000001863186318631863186318631863
  4069.       1863186318631863186318631863186394520000000000000000000000009873
  4070.       8852186300000000000000000000000000000000000000000000000000000000
  4071.       0000000000000000000000000000000000000000000000000000000000000000
  4072.       0000000000000000000000000000000000000000000000001863104200000000
  4073.       0000000000000000000000000000000000000000000000000000000000000000
  4074.       0000000000000000000000000000000000000000000000000000000000000000
  4075.       0000000000000000EF3DEF3D000000000000000000000000000000000000EF3D
  4076.       EF3DEF3D00000000000000000000000000000000000000001863104200000000
  4077.       0000000000000000000000000000000000000000000000000000000000000000
  4078.       0000000000000000000000000000000000000000000000000000000000000000
  4079.       0000000000000000F75EF75E0000000000000000000000000000EF3DEF3DF75E
  4080.       F75EEF3DEF3DEF3D000000000000000000000000000000001863104200000000
  4081.       0000000000000000000000000000000000001042104210421042104210421042
  4082.       1042104210421042104210421042104200000000000000000000000000000000
  4083.       000000000000000000000000000000000000EF3D0000EF3DEF3DF75EF75EF75E
  4084.       F75EEF3DEF3DEF3DEF3DEF3D0000000000000000000018638C31082110420000
  4085.       0000000000000000000000000000000000001042186300000000000000000000
  4086.       0000000000000000000000000000104200000000000000000000000000000000
  4087.       000000000000000000000000000000000000EF3DEF3DF75EF75EF75EF75E0000
  4088.       000000000000EF3DEF3DEF3DEF3DEF3D0000104210420842F07F006300211042
  4089.       1042104200000000000000000000000000001042186300000000000000000000
  4090.       0000000000000000000000000000104200000000000000000000000000000000
  4091.       000000000000000000000000000000000000EF3DF75EF75EF75E00000000F75E
  4092.       F75EF75EF75EF75EF75EEF3DEF3DEF3D00001863186314631063106390521863
  4093.       9452104200000000000000000000000000001042186300000000000000000000
  4094.       1863E07F000000000000000000001042000000000000EF3DEF3DEF3D00000000
  4095.       000000000000000000000000000000000000EF3DF75E00000000F75EF75EEF3D
  4096.       00000000F75EF75EF75EF75EEF3DEF3D00000000000000000000000000000000
  4097.       186310420000000000000000000000000000104218630000000000000042E07F
  4098.       104210420000004200000000000010420000EF3D0000EF3DEF3DEF3DEF3D0000
  4099.       0000000000000000000000000000EF3D0000EF3D0000F75EF75EF75EEF3D0000
  4100.       0000EF3DEF3D003C003CF75EF75EEF3D00000000000000000000000000000000
  4101.       1863104200000000000000000000000000001042186300000000000000000000
  4102.       E07F0042000000000000000000001042000000000000EF3DEF3DEF3DEF3DEF3D
  4103.       EF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3D00000000EF3DF75EF75EF75EF75EEF3D
  4104.       00000000F75E003C003CF75EEF3DEF3D00000000000000000000000000000000
  4105.       1863104200000000000000000000000000001042186300000000000000000042
  4106.       00420000000000000000000000001042000000000000F75EF75EF75EF75E0000
  4107.       0000000000000000000000000000F75E000000000000EF3DEF3DF75EF75EEF3D
  4108.       F75EEF3D0000F75EEF3DEF3D0000000000000000000000000000000000000000
  4109.       1863104200000000104210421042186300001042186300000000000000000000
  4110.       00000000000000000000000000001042000000000000F75EF75EF75E00000000
  4111.       0000000000000000000000000000000000000000000000000000EF3DEF3DEF3D
  4112.       0000EF3D0000EF3D000000000000000000000000000000000000000000000000
  4113.       18631863104210420063F07F0042082110421042186310421042104210421042
  4114.       1042104210421042104210421042104200000000000000000000000000000000
  4115.       000000000000000000000000000000000000000000000000000000000000EF3D
  4116.       0000EF3D00000000000000000000000000000000000000000000000000000000
  4117.       000018631863186310638C520842945218631042186310001000100010001000
  4118.       1000000000000000000000000000104200000000000000000000000000000000
  4119.       000000000000000000000000000000000000000000000000000000000000EF3D
  4120.       0000EF3D00000000000000000000000000000000000000000000000000000000
  4121.       0000000000000000000018631042000000001042186310001000100010001000
  4122.       1000100010001000100010001000104200000000000000000000000000000000
  4123.       0000EF3DEF3D000000000000000000000000000000000000000000000000EF3D
  4124.       0000EF3D00000000000000000000000000000000000000000000000000000000
  4125.       0000000000000000000018631042000000001042186318631863186318631863
  4126.       1863186318631863186318631863104200000000000000000000000000000000
  4127.       0000F75EF75E000000000000000000000000000000000000000000000000EF3D
  4128.       F75EF75E00000000000000000000000000000000000000000000000000000000
  4129.       0000000000000000000018631042000000001042104210421042104210421042
  4130.       1042104210421042104210421042104210420000000000000000000000000000
  4131.       0000000000000000000000000000000000000000000000000000000000000000
  4132.       EF3DEF3D00000000000000000000000000000000000000000000000000000000
  4133.       0000000000000000000018631042000000000000000000000000000000000000
  4134.       0000000000000000000000000000000000000000104218630000000000000000
  4135.       00001863E07FE003000000000000000000000000000000000000000000000000
  4136.       0000000000000000000000000000000000000000000000000000000000000000
  4137.       0000000000000000000000000000000000000000000000000000000000000000
  4138.       0000000000000000000000000000000000000000104218630000104210421863
  4139.       00001863E0031863186300000000000000000000000000000000000000000000
  4140.       0000000000000000000000000000000000000000000000000000000000000000
  4141.       0000000000000000000000000000000000000000000000000000000000000000
  4142.       0000000000000000000000000000000000000000104218630000104218631863
  4143.       18630000E003FF03FF030000000000000000000000000000000000000000EF3D
  4144.       0000EF3D00000000000000000000000000000000000000000000000000000000
  4145.       1042000000000000000000000000000000000000000000000000000000000000
  4146.       EF3D000000000000000000000000000000000000104218630000104218631863
  4147.       FF030000000018631863000000000000000000000000000000000000EF3DF75E
  4148.       0000F75EEF3D0000000000000000000000000000000000000000000000001863
  4149.       186310420000000000000000000000000000000000000000000000000000EF3D
  4150.       EF3D0000000000000000000000000000000000001042000000001042FF031863
  4151.       FF03E07F00001863186300000000000000000000000000000000EF3DF75E0000
  4152.       00000000F75EF75E000000000000000000000000000000000000000018631863
  4153.       18631863104200000000000000000000000000000000000000000000EF3DEF3D
  4154.       F75E00000000000000000000000000000000000010420000000018631042FF03
  4155.       FF03E07F0000000018631863186318630000000000000000EF3DF75E00000000
  4156.       0000000000000000000000000000000000000000000000000000186318631863
  4157.       18631863186310420000000000000000000000000000EF3DEF3DEF3DEF3DF75E
  4158.       F75E000000000000000000000000000000000000104200000000186318631042
  4159.       E07FE07F186300001042104210421863000000000000EF3DF75E000000000000
  4160.       0000000000000000000000000000000000000000000000001863186318631863
  4161.       18631863186318631042000000000000000000000000F75EE07FF75EE07FF75E
  4162.       E07F000000000000000000000000000000000000104210420000186318631042
  4163.       1042104210421042104210421042186300000000EF3DF75E0000000000000000
  4164.       0000000000000000000000000000000000000000000018631863186318631863
  4165.       18631863186318631863104200000000000000000000E07FF75EE07FF75EE07F
  4166.       F75E000000000000000000000000000000001042000000001042186318631042
  4167.       186318631863186318631863186310420000EF3DF75E00000000000000000000
  4168.       EF3DEF3DEF3DEF3DEF3DEF3DEF3D000000000000186318631863186318631863
  4169.       18631863186318631863186318630000000000000000E07FE07FE07FE07FE07F
  4170.       E07F000000000000000000000000000000000000104210421042104218631042
  4171.       100010001000100010001000000010420000EF3DF75E00000000000000000000
  4172.       F75EF75EF75EF75EF75EF75EF75E000000000000186318631863186318631863
  4173.       18631863186318631863186318630000000000000000F75EF75EF75EF75EE07F
  4174.       E07F000000000000000000000000000000000000000000001042000000001042
  4175.       1000100010001000100010000000104200000000EF3DF75E0000000000000000
  4176.       0000000000000000000000000000000000000000000018631863186318631863
  4177.       18631863186318631863186310420000000000000000000000000000EF3DF75E
  4178.       F75E000000000000000000000000000000000000000000000000104210421042
  4179.       10001000100010001000100000001042000000000000EF3DF75E000000000000
  4180.       0000000000000000000000000000000000000000000000001863186318631863
  4181.       186318631863186318631042000000000000000000000000000000000000EF3D
  4182.       F75E000000000000000000000000000000000000000000000000000000001042
  4183.       10001F001000100010001000000010420000000000000000EF3DF75E00000000
  4184.       0000000000000000000000000000000000000000000000000000186318631863
  4185.       1863186318631863104200000000000000000000000000000000000000000000
  4186.       EF3D000000000000000000000000000000000000000000000000000000001042
  4187.       10001F001F001F001F001F000000104200000000000000000000EF3DF75E0000
  4188.       00000000F75EF75E000000000000000000000000000000000000000018631863
  4189.       1863186318631042000000000000000000000000000000000000000000000000
  4190.       0000000000000000000000000000000000000000000000000000000000001042
  4191.       18631863186318631863186318631042000000000000000000000000EF3DF75E
  4192.       0000F75EEF3D0000000000000000000000000000000000000000000000001863
  4193.       1863186310420000000000000000000000000000000000000000000000000000
  4194.       0000000000000000000000000000000000000000000000000000000000000000
  4195.       000000000000000000000000000000000000000000000000000000000000EF3D
  4196.       0000EF3D00000000000000000000000000000000000000000000000000000000
  4197.       1042000000000000000000000000000000000000000000000000000000000000
  4198.       0000000000000000000000000000000000000000000000000000000000000000
  4199.       0000000000000000000000000000000000000000000000000000000000000000
  4200.       000000000000000000000000000000000000EF3DF75E00000000000000000000
  4201.       0000000000000000000000000000000000000000000000000000000000000000
  4202.       000000000000000000000000000000000000000000000000000000000000EF3D
  4203.       F75EF75EF75EF75EEF3DEF3D0000000000000000000000000000000000000000
  4204.       000000000000000000000000000000000000EF3DF75E00000000000000000000
  4205.       0000000000000000000000000000000000000000000000000000000000000000
  4206.       000000000000000000000000000000000000000000000000000000000000F75E
  4207.       FF7F0000F75EF75EF75EF75EEF3D000000000000000000000000000000001863
  4208.       186310420000000000000000000000000000EF3DF75EF75E0000000000000000
  4209.       0000000000000000000000000000000000000000000000000000000000000000
  4210.       00000000000000000000000000000000000000000000000000000000F75EF75E
  4211.       000000000000F75EF75EF75EEF3D00000000000000000000000018631863007C
  4212.       0000186310421042000000000000000000000000EF3D00000000000000000000
  4213.       0000F75E00000000000000000000000000000000000000000000000000000000
  4214.       EF3DE07FE03DE07FE03D000000000000000000000000000000000000F75EF75E
  4215.       000000000000FF7FF75EF75EF75E000000000000000018631863007C00001863
  4216.       00000000104210420000000000000000000000000000EF3DEF3DEF3DEF3DEF3D
  4217.       EF3D0000F75E0000000000000000000000000000000000000000000000000000
  4218.       EF3DE07FE03DE07FE03D00000000000000000000000000000000F75EF75EFF7F
  4219.       0000000000000000F75EF75EF75E0000000000001863007C0000186300000000
  4220.       0042004200000000104210420000000000000000000000000000000000000000
  4221.       0000EF3D0000000000000000000000000000EF3DE001E001E001E001E001E001
  4222.       E001F75EE001E001E001E001E00100000000000000000000F75EF75EF75E0000
  4223.       0000000000000000F75EF75EF75E000000000000000018630000000000420042
  4224.       E07F004200420042000010421042104200000000000000000000000000000000
  4225.       0000EF3DEF3DEF3D00000000000000000000EF3DE00100000000000000000000
  4226.       E001F75EE0010000E0010000E0010000000000000000F75EF75EF75E00000000
  4227.       0000000000000000F75EF75EEF3D0000000000000000000000420042E07FE07F
  4228.       E07F004200420042004200000000000000000000000000000000000000000000
  4229.       000000000000000000000000000000000000EF3DE001F75EEF3DE001F75E0000
  4230.       E001F75EE001F75EE001F75EE0010000000000000000F75EF75EF75EEF3D0000
  4231.       000000000000FF7FF75EF75E00000000000000000042E07FE07FE07FE07F0000
  4232.       0000E07F0042004200420000E07F004200000000000000000000000000000000
  4233.       00000000EF3DEF3DEF3D0000000000000000EF3DE00100000000000000000000
  4234.       E001F75EF75EF75EF75EF75EE0010000000000000000FF7F0000F75EF75EEF3D
  4235.       000000000000F75EF75E0000000000000000000000420000E07F00000000E07F
  4236.       00000000E07F104200421042E07F00420000000000000000000000000000EF3D
  4237.       0000F75EF75EF75EF75EEF3D000000000000EF3D007CF75EEF3DE001F75E0000
  4238.       E001F75EE001E001E001F75EF75E0000000000000000EF3D00000000F75EF75E
  4239.       0000F75EF75EF75E000000000000000000000000000000420000E07F00000000
  4240.       E07F00000000E07F18630000E07F00420000000000000000000000000000EF3D
  4241.       0000F75EF75EF75EF75EEF3D000000000000EF3DE00100000000000000000000
  4242.       E001F75EE00100000000F75EE00100000000000000000000EF3D00000000F75E
  4243.       EF3DEF3DEF3D00000000000000000000000000000000000000420000E07F0000
  4244.       0000E07FE07FE07F104200000000E07F0000000000000000000000000000EF3D
  4245.       0000F75EF75EF75EF75EEF3D000000000000EF3D007CF75EEF3DE001F75E0000
  4246.       E001F75EE001F75E0000F75EF75E0000000000000000000000000000EF3DEF3D
  4247.       EF3DEF3D000000000000000000000000000000000000000000420042E07FE07F
  4248.       E07FE07F0000E07F1042E07FE07FE07F0000000000000000000000000000EF3D
  4249.       0000F75EF75EF75EF75EEF3D000000000000EF3DE001E001E001E001E001E001
  4250.       E001F75EE003E001E003F75EE001000000000000000000000000000000000000
  4251.       0000000000000000000000000000000000000000000000000042E07F00001863
  4252.       18630000E07F0000E07F0000E07F0000000000000000000000000000EF3D0000
  4253.       F75EF75EF75EF75EF75EF75EEF3D00000000EF3DEF3DEF3DEF3DEF3DEF3DEF3D
  4254.       EF3DEF3DEF3DEF3DEF3DEF3DEF3D000000000000000000000000000000000000
  4255.       0000000000000000000000000000000000000000000000000042E07F00420000
  4256.       00420042E07F00000000004200420000000000000000000000000000EF3D0000
  4257.       0000000000000000000000000000000000000000000000000000000000000000
  4258.       0000000000000000000000000000000000000000000000000000000000000000
  4259.       00000000000000000000000000000000000000000000000000000042E07F0000
  4260.       000000000000004200420000000000000000000000000000000000000000E07F
  4261.       E03DE07FE03DE07FE03DE07FE03D000000000000000000000000000000000000
  4262.       0000000000000000000000000000000000000000000000000000000000000000
  4263.       0000000000000000000000000000000000000000000000000000000000000000
  4264.       0000000000000000000000000000000000000000000000000000000000000000
  4265.       0000000000000000000000000000000000000000000000000000000000000000
  4266.       0000000000000000000000000000000000000000000000000000000000000000
  4267.       0000000000000000000000000000000000000000000000000000000000000000
  4268.       0000000000000000000000000000000000000000000000000000000000420042
  4269.       0042004200420042004200420042004200000000000000000000000000000000
  4270.       0000F75EF75E0000EF3D00000000000000000000000000000000000000000000
  4271.       000000000000000000000000000000000000000000000000000000001863CE39
  4272.       082108218C31186300000000000000000000000000000000000000000042B256
  4273.       6C4EB2566C4E1042664E0042604E004200000000000000000000EF3D0000F75E
  4274.       F75EF75EF75E0000EF3DEF3DEF3D0000000000000000186318631863FF7F1042
  4275.       10421042104210420000186318631863000000000000000000001863CE39D65A
  4276.       524A10421042082118630000000000000000CE3910421042104210420042007C
  4277.       B2566C4E000010021042664E0042004200000000000000000000EF3D0000F75E
  4278.       F75EF75EF75E0000EF3DEF3DEF3DEF3D000000000000FF7F186318631863FF7F
  4279.       10421042104200001863186318631863000000000000000000001042524AD65A
  4280.       082108218C31082110420000000000000000CE397B6FE0033967D65A0042B256
  4281.       D65AB2560000FF030000666610000042000000000000F75EF75E0000EF3D0000
  4282.       F75EF75EEF3D0000EF3DEF3DEF3D0000000000000000FF7F1042FF7FFF7FFF7F
  4283.       FF7FFF7FFF7FFF7FFF7FFF7FFF7F1863000000000000000000001042524AD65A
  4284.       524A10421042082110420000000000000000CE3939673967396739670042D65A
  4285.       B256D65AB2560000B256664E100200420000EF3DF75EF75EF75E0000EF3D0000
  4286.       EF3DEF3D0000000000000000EF3D0000000000000000FF7F1042186318631863
  4287.       186318631863186318631863FF7F1863000000000000000000001042524AD65A
  4288.       524A10421042082110420000000000000000CE391863FF67FF67FF4F664ED65A
  4289.       D65AB256D65AB256D65A6C4E664E00420000EF3DF75EF75EF75E0000EF3DEF3D
  4290.       00000000000000000000000000000000000000000000FF7F1042186300000000
  4291.       186318631863000000001863FF7F1863000000000000000000001042524AD65A
  4292.       524A104210420821104200000000000000000000CE395A6BFF4FFF4F3F4F6632
  4293.       004200420042004200420042004200420000EF3DF75EF75EEF3D0000EF3DEF3D
  4294.       EF3DEF3D000000000000000000000000000000000000FF7F1042186300000000
  4295.       186318631863000000001863FF7F1863000000000000000000001042524A1863
  4296.       1063CE5A524A08211042000000000000000000000000CE3939673F4F7F323F1B
  4297.       7F327F027F3279027932E71CC61800000000EF3DEF3DEF3D0000000000000000
  4298.       EF3D0000EF3D0000EF3DEF3DEF3D0000000000000000FF7F1042186318631863
  4299.       186318631863186318631863FF7F18630000000000000000000010428C73F87F
  4300.       CE7BC6791863803110420000000000000000000000000000CE397F1A7F1A7F1A
  4301.       7F1A7F1A7F1A7F1A7F1A794EE71C00000000EF3D000000000000000000000000
  4302.       0000F75EF75E0000EF3DEF3DEF3DEF3D000000000000FF7F1042104210421042
  4303.       104210421042104210421042104218630000000000000000000010428C73F87F
  4304.       C679C678526A0042104200000000000000000000000000000000CE39CE39CE39
  4305.       CE39CE39CE39CE39CE39CE390000000000000000EF3DEF3D0000000000000000
  4306.       F75EF75EEF3D0000EF3DEF3DEF3D0000000000000000FF7FFF7FFF7FFF7FFF7F
  4307.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000010428C73F87F
  4308.       D67B107F5A6B0042104200000000000000000000000000001042D65A9452D65A
  4309.       524A94521042945210420000000000000000000000000000EF3D0000EF3D0000
  4310.       EF3DEF3D0000000000000000EF3D000000000000000000000000000000000000
  4311.       000000000000000000000000000000000000000000000000000010425A6BD65A
  4312.       94529452D65A14631042000000000000000000000000104218631863D65A9452
  4313.       9452524A524A104200000000000000000000000000000000000000000000EF3D
  4314.       0000000000000000000000000000000000000000000000000000000000000000
  4315.       0000000000000000000000000000000000000000000000000000000010428C31
  4316.       9452CE390821104200000000000000000000000010423967186339671863D65A
  4317.       524A945210420000000000000000000000000000000000000000000000000000
  4318.       EF3DEF3D00000000000000000000000000000000000000000000000000000000
  4319.       0000000000000000000000000000000000000000000000000000000000000000
  4320.       186318630000000000000000000000000000104239675A6B3967186318639452
  4321.       D65A104200000000000000000000000000000000000000000000000000000000
  4322.       00000000EF3DEF3D000000000000000000000000000000000000000000000000
  4323.       0000000000000000000000000000000000000000000000000000000000000000
  4324.       0000000000000000000000000000000000001042104210421042104210421042
  4325.       1042000000000000000000000000000000000000000000000000000000000000
  4326.       0000000000000000000000000000000000000000000000000000000000000000
  4327.       0000000000000000000000000000000000000000000000000000000000000000
  4328.       0000000000000000000000000000000000000000000000000000000000000000
  4329.       0000000000000000000000000000000000000000000000000000000000000000
  4330.       0000000000000000000000000000FF7FFF7F0000000000000000000000000000
  4331.       0000000000000000000000000000000000000000000000000000000000000000
  4332.       0000000000000000000000000000000000000000000000000000000000000000
  4333.       000000000000000000000000000000000000734E734E734E734E734E734E734E
  4334.       734E734E734E734E734E734E6B2D0000FF7F0000000000000000000000000000
  4335.       0000000000000000000000000000000000000000000000000000000000000000
  4336.       0000000000000000000000000000000000000000000000000000000000000000
  4337.       000000000000000000000000000000000000F75EEB2E6002F75EF75EF75EF75E
  4338.       F75EB556734E734EB556F75EEF3DE71CFF7F0000000000000000000000000000
  4339.       0000000000000000000000000000000000000000000000000000000000000000
  4340.       0000000000000000000000000000000000000000000000000000000000000000
  4341.       000000000000000000000000000000000000F75E734EEF3DEF3DEF3DEF3D734E
  4342.       6B2D6B2DE03DE01DE71CAD35EF3DE71CFF7F0000000000000000000000000000
  4343.       0000000000000000000000000000000000000000000000000000000000000000
  4344.       0000000000000000000000000000000000000000000000000000000000000000
  4345.       000000000000000000000000000000000000F75EF75EF75EF75EF75E3146B556
  4346.       F75EF75EA577E03F6B2F730E6B0DE71CFF7F0000000000001042104210421042
  4347.       1042104210421042104210421042000000001042104210421042104210421042
  4348.       1042104210421042104210421042000000001042104210421042104210421042
  4349.       104210421042104210421042104200000000F75E7B6F7B6F7B6FB5567B6FF75E
  4350.       F75EF75EA577E0037B2FFF033947A514FF7F0000000000001042186300001042
  4351.       0000000000000000000018631042104200001042186318631863186300000000
  4352.       0000000018631863186318631042104200001042186318631863186318631863
  4353.       186318631863186318631863104210420000630CB556F75EB556314639677B6F
  4354.       F75EF75EA5776B2FFF033947F75E314600000000000000001042186310421042
  4355.       1042104210421042104218631042104200001042186310421042104200000000
  4356.       0000000010421042104218631042104200001042186318631863186318631863
  4357.       186318631863186318631863104210420000FF7F630CE71C3146734E734E3967
  4358.       7B6FB556AD5639273947F75EF75EF75EA5140000000000001042186318631863
  4359.       1863186318631863E00300021042104200001042186318631863186310421042
  4360.       1042104218631863186318631042104200001042186318631863186318631863
  4361.       186318631863186318631863104210420000FF7FFF7FFF7F3146734E734E734E
  4362.       B5566B2DEF3DE71CB556F75EF75EF75E6B2D1042104210421042000000000000
  4363.       0000000000000000000000001042104200001042186318631863186318631863
  4364.       1863186318631863007C18631042104200001042186318631863186318631863
  4365.       186318631863186300021863104210420000FF7FFF7FFF7F3146B556B556B556
  4366.       734EEF3DFF7FE71C734EF75EF75EF75E6B2D1042186300000000104218631863
  4367.       1863186318631863186318631863104200001042000000000000000000000000
  4368.       0000000000000000000000001042104200001042000000000000000000000000
  4369.       000000000000000000000000104210420000FF7FFF7FFF7F734EF75EF75E3947
  4370.       F73E6B2DEF3DE71CF75E734E734E734E29251042186310421042104210421042
  4371.       1042104210421042104210421042104200000000104218631863186318631863
  4372.       1863186318631863186318631863104200000000104218631863186318631863
  4373.       186318631863186318631863186310420000FF7FFF7FFF7FAD35F75E7B2F3947
  4374.       A5176B2FAD56B5567B6F3967734E734EA5141042186318631863186318631863
  4375.       1863E00300021042104200000000000000000000000010421042104210421042
  4376.       1042104210421042104210421042104200000000000010421042104210421042
  4377.       104210421042104210421042104210420000FF7FFF7FFF7F630C7B0F3947A517
  4378.       EF03EF3F6B6FF75EF75E7B6F3967AD3500001042000000000000000000000000
  4379.       0000000000001042104200000000000000000000000000000000000000000000
  4380.       0000000000000000000000000000000000000000000000000000000000000000
  4381.       000000000000000000000000000000000000FF7FFF7FFF7FFF7FAD35A517E003
  4382.       FF03EF3F6B6FF75EF75EF75E7B6FE71CFF7F0000104218631863186318631863
  4383.       1863186318631863104200000000000000000000000000000000000000000000
  4384.       0000000000000000000000000000000000000000000000000000000000000000
  4385.       000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FE71DEF1E
  4386.       FF03E07F6B6FF75EF75E3146A514FF7FFF7F0000000010421042104210421042
  4387.       1042104210421042104200000000000000000000000000000000000000000000
  4388.       0000000000000000000000000000000000000000000000000000000000000000
  4389.       000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7FFF7FE71C
  4390.       EF3DE07F6B6FF75E00000000FF7FFF7FFF7F0000000000000000000000000000
  4391.       0000000000000000104200000000000000000000000000000000000000000000
  4392.       0000000000000000000000000000000000000000000000000000000000000000
  4393.       0000000000000000000000000000000000000000000000000000000000000000
  4394.       0000000000000000000000000000000000000000000000000000000000000000
  4395.       0000000000001042186310421042000000000000EF3DEF3DEF3DEF3DEF3DEF3D
  4396.       EF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3D00000000000018631863186318631863
  4397.       1863186318631042000000000000000000000000000000000000000000000000
  4398.       0000000000000000000000000000000000000000000000000000000000000000
  4399.       0000000000000000000000000000104200000000EF3D0000F75EF75EF75EF75E
  4400.       F75EF75EF75EF75EF75EF75EF75EF75E00000000000010421042000018631863
  4401.       1863104210421042000000000000000000000000000000000000000000000000
  4402.       0000000000000000000000000000000000001042000000000000000000000000
  4403.       0000000000000000104210421042186300000000EF3D0000F75EE003E001F75E
  4404.       F75EF75EF75EF75E000000000000F75E00000000000000000000104200001863
  4405.       10420000000000000000000000000000000000000000F75EF75EF75EF75EF75E
  4406.       F75EF75EF75EF75EF75EF75EF75EF75E00000000104200001863000018630000
  4407.       1863000018630000186310420000186310420000EF3D00000000000000000000
  4408.       0000000000000000000000000000000000000000000000000000000000000000
  4409.       00000000000000000000000000000000000000000000F75E0000000000000000
  4410.       0000000000000000000000000000F75E00000000000010420000104200001042
  4411.       00001042000010420000104210420000000000000000EF3DEF3DEF3DEF3DEF3D
  4412.       EF3DEF3DEF3DEF3DEF3DEF3DEF3D000000001042104210421042104210421042
  4413.       10421042104210421042000000000000000000000000F75E0000FF7FF75EFF03
  4414.       F75EF75EF75EFF03F75EF75E0000F75E00000000000010421863186318631863
  4415.       18631863186318631042186310420000000000000000EF3DF75EF75EF75EF75E
  4416.       F75EF75EF75EF75EF75EF75EEF3D000000001042000000000000000000000000
  4417.       00000000000000001863104200000000000000000000F75E0000F75EFF7FF75E
  4418.       FF03F75EF75EF75EFF03F75E0000F75E00000000000000001042000000000000
  4419.       000000000000000000001042186300000000EF3D0000EF3DF75E0F001F001F00
  4420.       1F001F001F001F001F00F75EEF3D000000001042000010001000100010001000
  4421.       10001000100010001863104200000000000000000000F75E0000FF7FF75EFF7F
  4422.       F75EFF03F75EF75EF75EFF030000F75E00000000000000001042000018631863
  4423.       18631863186318631042000010421042000000000000EF3DF75E0F001F001F00
  4424.       1F001F001F001F001F00F75EEF3D000000001042000000001F001F001F001F00
  4425.       1F001F001F0010001863104200000000000000000000F75E0000F75EFF7FF75E
  4426.       FF7FF75EFF03F75EF75EF75E0000F75E00000000000000001042000010001F00
  4427.       1F001F001F0018631042104200000000000000000000EF3DF75E0F001F001F00
  4428.       1F001F001F001F001F00F75EEF3D000000001042000000001F001F001F001F00
  4429.       1F001F001F0010001863104200000000000000000000F75E0000FF03F75EFF7F
  4430.       F75EFF7FF75EFF03F75EF75E0000F75E00000000000000001042000010001F00
  4431.       1F001F001F0018631042104200000000000000000000EF3DF75E0F001F00FF03
  4432.       1F001F001F001F001F00F75EEF3D000000001042000000001F00FF031F001F00
  4433.       1F001F001F0010001863104200000000000000000000F75E0000F75EFF03F75E
  4434.       FF7FF75EFF7FF75EFF03F75E0000F75E0000000000000000104200001000FF03
  4435.       1F001F001F0018631042104200000000000000000000EF3DF75E0F001F00FF03
  4436.       1F001F001F001F001F00F75EEF3D000000001042000000001F00FF031F001F00
  4437.       1F001F001F0010001863104200000000000000000000F75E0000F75EF75EFF03
  4438.       F75EFF7FF75EFF7FF75EFF030000F75E00000000000000001042000010001000
  4439.       10001000100018631042104200000000000000000000EF3DF75E0F000F000F00
  4440.       0F000F000F000F000F00F75EEF3D000000001042000000000000000000000000
  4441.       00000000000010001863104200000000000000000000F75E0000000000000000
  4442.       0000000000000000000000000000F75E00000000000000001042000000000000
  4443.       00000000000018631042104200000000000000000000EF3DF75EF75EF75EF75E
  4444.       F75EF75EF75EF75EF75EF75EEF3D000000001042186300000000000000000000
  4445.       00000000000000001863104200000000000000000000F75EF75EF75EF75EF75E
  4446.       F75EF75EF75EF75EF75EF75EF75EF75E00000000000000000000104218631863
  4447.       186318631863186318631042000000000000000000000000EF3DEF3DEF3DEF3D
  4448.       EF3DEF3DEF3DEF3DEF3DEF3DEF3D000000000000104218631863186318631863
  4449.       1863186318631863186318630000000000000000000000000000000000000000
  4450.       0000000000000000000000000000000000000000000000000000000010421042
  4451.       1042104210421042104210420000000000000000000000000000000000000000
  4452.       0000000000000000000000000000000000000000000010421042104210421042
  4453.       1042104210421042104210420000000000000000000000000000000000000000
  4454.       000000000000000000000000000000000000424D3E000000000000003E000000
  4455.       2800000040000000B00000000100010000000000800500000000000000000000
  4456.       000000000000000000000000FFFFFF00FFFF000000000000FFFF000000000000
  4457.       FDFF000000000000F17F000000000000E05F000000000000C017000000000000
  4458.       8005000000000000000100000000000000000000000000008000000000000000
  4459.       C000000000000000F001000000000000FC03000000000000FF07000000000000
  4460.       FFCF000000000000FFFF000000000000FC7FF87FF87FFFFFF01F00000000FFFD
  4461.       C00700000000800D8001F01FF01F800C8001C007C00700010001000100010000
  4462.       42004200420000004C004C004C00000070007000700000004000400040000000
  4463.       80019001800100002007E407200700015003F803500300000A18FE180A180005
  4464.       0313FF1303130004878FFF8F878FFFFF00017FA7FC0FFC7F80003F87C00FF01F
  4465.       8002BFCFC003C0078000CF87C00180018000C387800080018000E18700000001
  4466.       8002E007800042008002F03F00004C008002F83F800070008000FC1F00004000
  4467.       8009FE0300009001800FFF018000E407800FFF818000F803800FFF81C001FE18
  4468.       800FFF81C001FF13FFEFFFC3F40FFF8FFFFFF003FFFFFFFDFFFFE003FFFFFFFD
  4469.       FC3FF007FFFFFF9DF00FFF0FFFFFDF19C003C007FFFFDE190000C00300039C19
  4470.       0000C003000110198000E003155400098000E00780020009C000F003C000A80A
  4471.       E000F803F021EE06F800DC03FFFFFF06F8038003FFFFFF87FC0FC303FFFFFF87
  4472.       FF3FC783FFFFFFF7FFFFD7E3FFFFFFF7FFFFFFFFFFFFF01FFF1FFFFF0000F00F
  4473.       FE07003F0000F00FFC01001F0000F81FF80000010000F00FF00000000000E007
  4474.       E00000000000C003C00100000000800180030000000000010007000000000001
  4475.       000F00000000C003801F00000000C007E03F80000000E807F87FFFFF0000E00F
  4476.       FEFFFFFF1000F01FFFFFFFFF0000FC7FFFC3FC7FE7FFFFFFFF83F01FE7FF0000
  4477.       FF03C007E7FF0000FE430001C3FF3FFCFEFF03C0007F3E7CC6FB0C00007F3C3C
  4478.       80F93000FE7F381C00004200FE7F3C3C80008001FE7F3C7C8000C007FE613FFC
  4479.       83F9F11FFE000000C3FBFD3FFF0000A8F93FFD3FFFF30000FC1FFD3FFFF30000
  4480.       FE1FFC3FFFF30000FF3FFE7FFFF3FFFF830FFFFFFFFFFFF78107FC7FFE7FFE7B
  4481.       8007F93FFC3FFC7D8007F01FF81FF86EA041E10FF00FC076A060C38FE007805B
  4482.       A00087FFC003806B80000C018001806B60001C010000806B80041C018001805B
  4483.       EC040C01C003C076F00487FFE007F86EFC04C38FF00FFC7DFC04E10FF81FFE7B
  4484.       FC00F01FFC3FFFF7FFFFF93FFE7FFFFFFE07FFFF1FFFFFFFFC03FC7F1FFFFFFF
  4485.       F881F01F007FFE07F9C1C107BF3FFE07F1C10401C09F0001E1E11000FF5F0001
  4486.       C3E14000FF0F000187E18000FF0F000083C38100FE87000091C7A480FD030000
  4487.       D90FD240FD030000EC1FE904FD030000803FE000FD0300011FFFE009FA010001
  4488.       3FFFE033FBFDFFFF8FFFF3CFFC03FFFFFFFFFFFFFC01FF0FFFFFFFFFF800FC03
  4489.       C001F81F8000F0008000F00F0000C4008000F00F000002018000F00F00000261
  4490.       8000F00F000001FB8000F00F800100638000F00FC00118008000F00FE0017E00
  4491.       8000F00FF00398018000F00FE007E261C001F00FC00FFDFBFFFFF81F801FFE67
  4492.       FFFFFE7F003FFF9FFFFFFFFF007FFFFFFFFFFFFFFFFFFFFCFFFFFFFFFFFF0002
  4493.       FFFFFFFFFFFF0000FFFFFFFFFFFF0000F003800380030000E001000100010000
  4494.       E5F0078000000001E00000000000000080000000000000000FF8000000000000
  4495.       30007FF87FF8000000018000800000000007C001C00100017FC7FFFFFFFF0000
  4496.       8007FFFFFFFF0000C00FFFFFFFFF0018FFE3C001C01FF007FFC18000800FFE3F
  4497.       001CA000C81FC0017FE0A000F47F80008004BFFE800F8000C001C00100078000
  4498.       C001C0017FE38000E001400140038000E801C00140038000E803C00140038000
  4499.       E803C00140038000E803C00140038000E803C00140038000EFC3C0013FE38000
  4500.       F003E0038003C001F807FFFFC007FFFF00000000000000000000000000000000
  4501.       000000000000}
  4502.   end
  4503.   object psd: TPrinterSetupDialog
  4504.     Left = 153
  4505.     Top = 470
  4506.   end
  4507.   object ReportMenu: TPopupMenu
  4508.     Left = 82
  4509.     Top = 472
  4510.     object pmAll: TMenuItem
  4511.       Caption = 'All Topics'
  4512.       OnClick = cmReportAll
  4513.     end
  4514.     object pmSelected: TMenuItem
  4515.       Caption = 'Current Topic'
  4516.       OnClick = cmReportCurrent
  4517.     end
  4518.   end
  4519.   object ilEng: TImageList
  4520.     Height = 32
  4521.     Width = 32
  4522.     Left = 232
  4523.     Top = 471
  4524.     Bitmap = {
  4525.       494C010102000400040020002000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  4526.       0000000000003600000028000000800000002000000001001000000000000020
  4527.       0000000000000000000000000000000000000000000000000000000000000000
  4528.       0000000000000000000000084010A128A128A12862204010210C000000000000
  4529.       0000000000000000000000000000000000002300104210421042104210421042
  4530.       1042104210421042104210421042104210422300230023002300230023002300
  4531.       2300230023002300230023002300230023000000000000000000000000000000
  4532.       0000000000000000000000000000000000000000000000000000000000000000
  4533.       0000000000000000000000000000000000000000000000000000000000000000
  4534.       0000000000000000000000000000000000000000000000000000000000000000
  4535.       0000000000000000000000000000000000000000000000000000000000000000
  4536.       000000000008A12C214962552149214942414241033903390339E33462200008
  4537.       0000000000000000000000000000000000001042FF7FFF7FFF7FFF7FFF7FFF7F
  4538.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F2300230023002300230023002300
  4539.       2300230023002300230023002300230023000000000000000000000000000000
  4540.       0000000000000000000000000000000000000000000000000000000000000000
  4541.       0000000000000000000000000000000000000000000000000000000000000000
  4542.       0000000000000000000000000000000000000000000000000000000000000000
  4543.       0000000000000000000000000000000000000000000000000000000000000000
  4544.       0000C12CA05DC161C16160596059205560592055204D204D2149214903390339
  4545.       A320000800000000000000000000000000001042FF7FFF7FFF7FFF7FFF7FFF7F
  4546.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F2300230023002300230023002300
  4547.       2300230023002300230023002300230023000000000000000000000000000000
  4548.       0000000000000000000000000000000000000000000000000000000000000000
  4549.       0000000000000000000000000000000000000000000000000000000000000000
  4550.       0000000000000000000000000000000000000000000000000000000000000000
  4551.       0000000000000000000000000000000000000000000000000000000000004010
  4552.       6051C161C16160590055005500550055005500550055005500550055204D2149
  4553.       4241023940100000000000000000000000001042FF7FFF7FFF7FFF7FFF7FFF7F
  4554.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F2300230023002300230023002300
  4555.       2300230023002300230023002300230023000000000000000000000000000000
  4556.       0000000000000000000000000000000000000000000000000000000000000000
  4557.       0000000000000000000000000000000000000000000000000000000000000000
  4558.       0000000000000000000000000000000000000000000000000000000000000000
  4559.       0000000000000000000000000000000000000000000000000000000040106059
  4560.       A05D605900550055005500550055005500550055005500550055005500550055
  4561.       2055605121494214000000000000000000001042FF7FFF7FFF7FFF7FFF7FFF7F
  4562.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F2300230010422300230023002300
  4563.       2300230023002300230023002300230023000000000000000000000000000000
  4564.       0000000000000000000000000000000000000000000000000000000000000000
  4565.       0000000000000000000000000000000000000000000000000000000000000000
  4566.       0000000000000000000000000000000000000000000000000000000000000000
  4567.       0000000000000000000000000000000000000000000000000000401062556059
  4568.       205900550055004D005500550055005500550055005500550055005500550055
  4569.       0055205560592149421400000000000000001042FF7FFF7FFF7FFF7FFF7FFF7F
  4570.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F23002300FF7FFF7FFF7F23002300
  4571.       2300230023002300230023002300230023000000000000000000000000000000
  4572.       0000000000000000000000000000000000000000000000000000000000000000
  4573.       0000000000000000000000000000000000000000000000000000000000000000
  4574.       0000000000000000000000000000000000000000000000000000000000000000
  4575.       0000000000000000000000000000000000000000000000000008014560592059
  4576.       0055E0444010602020552059205920592059205920592059205920592055E044
  4577.       E040205520596059214940100000000000001042FF7FFF7FFF7FFF7FFF7F2300
  4578.       2300230023002300230023002300FF7FFF7F23002300230023001042FF7FFF7F
  4579.       2300230023002300230023002300230023000000000000000000000000000000
  4580.       0000000000000000000000000000000000000000000000000000000000000000
  4581.       0000000000000000000000000000000000000000000000000000000000000000
  4582.       0000000000000000000000000000000000000000000000000000000000000000
  4583.       000000000000000000000000000000000000000000000000C034214980616059
  4584.       E0442014210C210CE04480618061806180618061806180618061806120554110
  4585.       620CC03480618061625103390000000000001042FF7FFF7FFF7FFF7FFF7FFF7F
  4586.       2300230023002300230023002300FF7FFF7F23002300FF7F104223002300FF7F
  4587.       FF7F230023002300230023002300230023000000000000000000000000000000
  4588.       0000000000000000000000000000000000000000000000000000000000000000
  4589.       0000000000000000000000000000000000000000000000000000000000000000
  4590.       0000000000000000000000000000000000000000000000000000000000000000
  4591.       000000000000000000000000000000000000000000004010214960598061004D
  4592.       2014210C210C210C4010605980618061806180618061806180618061A12C620C
  4593.       620C620C00418061605903394010000000001042FF7FFF7FFF7FFF7FFF7F1042
  4594.       2300230023002300230023002300FF7FFF7F2300230023002300FF7FFF7F2300
  4595.       2300FF7F23002300230023002300230023000000000000000000000000000000
  4596.       0000000000000000000000000000000000000000000000000000000000000000
  4597.       0000000000000000000000000000000000000000000000000000000000000000
  4598.       0000000000000000000000000000000000000000000000000000000000000000
  4599.       00000000000000000000000000000000000000000000C12C2149806160594010
  4600.       210C210C210C210C210CC0348061806180618061806180618061E044620C620C
  4601.       620C620C620C205580612149A320000000001042FF7FFF7FFF7FFF7FFF7F2300
  4602.       2300230023002300230023002300FF7FFF7F23002300FF7F23002300FF7FFF7F
  4603.       2300FF7F10422300230023002300230023000000000000000000000000000000
  4604.       0000000000000000000000000000000000000000000000000000000000000000
  4605.       0000000000000000000000000000000000000000000000000000000000000000
  4606.       0000000000000000000000000000000000000000000000000000000000000000
  4607.       0000000000000000000000000000000000000000210CC12C60598061C034210C
  4608.       210C210C210C210C210C4110204D8061806180618061806160594110620C620C
  4609.       620C620C620CA12880616059A320411000001042FF7FFF7FFF7FFF7F23002300
  4610.       2300230023002300230023002300FF7FFF7F23002300FF7FFF7F23002300FF7F
  4611.       FF7F2300FF7F2300230023002300230023000000000000000000000000000000
  4612.       0000000000000000000000000000000000000000000000000000000000000000
  4613.       0000000000000000000000000000000000000000000000000000000000000000
  4614.       0000000000000000000000000000000000000000000000000000000000000000
  4615.       00000000000000000000000000000000000000004214C034806180612014210C
  4616.       210C210C210C210C620C620C622080618061806180618061C12C620C620C620C
  4617.       620C620C6310A414605180610239421400001042FF7FFF7FFF7FFF7F23002300
  4618.       2300230023002300230023002300FF7FFF7F2300230023002300FF7F23002300
  4619.       FF7F2300FF7FFF7F230023002300230023000000000000000000000000000000
  4620.       0000000000000000000000000000000000000000000000000000000000000000
  4621.       0000000000000000000000000000000000000000000000000000000000000000
  4622.       0000000000000000000000000000000000000000000000000000000000000000
  4623.       0000000000000000000000000000000000000000A12821498061E044210C210C
  4624.       210C210C210C620C620C620C620C204D806180618061204D620C620C620C620C
  4625.       620C6310A414A41402398061204DA32000001042FF7FFF7FFF7F104223002300
  4626.       2300230023002300FF7F23002300FF7FFF7F23002300230023002300FF7F2300
  4627.       104223002300FF7F230023002300230023000000000000000000000000000000
  4628.       0000000000000000000000000000000000000000000000000000000000000000
  4629.       0000000000000000000000000000000000000000000000000000000000000000
  4630.       0000000000000000000000000000000000000000000000000000000000000000
  4631.       0000000000000000000000000000000000000000C32C60518061A030210C210C
  4632.       210C210C620C620C620C620C204D806180616059806160594214620C620C620C
  4633.       6310A414A414A414A32080618061A32000001042FF7FFF7FFF7F230023002300
  4634.       2300230023001042FF7FFF7F2300FF7FFF7F23002300230023002300FF7F1042
  4635.       2300FF7F2300FF7F230023002300230023000000000000000000000000000000
  4636.       0000000000000000000000000000000000000000000000000000000000000000
  4637.       0000000000000000000000000000000000000000000000000000000000000000
  4638.       0000000000000000000000000000000000000000000000000000000000000000
  4639.       0000000000000000000000000000000000000000C12C8061A0656020210C210C
  4640.       210C210C620C620C620CE0408061E0402014210CA0308061204D620C620C6310
  4641.       A414A414A414A414A4148061A065A32000001042FF7FFF7FFF7F230023002300
  4642.       230023002300FF7FFF7FFF7FFF7FFF7FFF7F230023002300230023002300FF7F
  4643.       2300FF7F2300FF7F104223002300230023000000000000000000000000000000
  4644.       0000000000000000000000000000000000000000000000000000000000000000
  4645.       0000000000000000000000000000000000000000000000000000000000000000
  4646.       0000000000000000000000000000000000000000000000000000000000000000
  4647.       0000000000000000000000000000000000000000A12CE069E069204DE040C034
  4648.       C030A128622042144110605960590008602041100008204D806142146310A414
  4649.       A414A414A414A414A414A05DE069E33400001042FF7FFF7FFF7F230023002300
  4650.       230023002300FF7FFF7FFF7FFF7FFF7FFF7F230023002300230023002300FF7F
  4651.       2300FF7F2300FF7F104223002300230023000000000000000000000000000000
  4652.       0000000000000000000000000000000000000000000000000000000000000000
  4653.       0000000000000000000000000000000000000000000000000000000000000000
  4654.       0000000000000000000000000000000000000000000000000000000000000000
  4655.       0000000000000000000000000000000000000000A128E0692072E069E069E069
  4656.       A065A065A065A065A065E069A06500080008A3200008204DE069605960516051
  4657.       204D2149614542414241E0692072E33400002300230023002300FF7F23001042
  4658.       FF7F1042FF7F230023002300230023002300FF7FFF7FFF7FFF7FFF7F10422300
  4659.       23002300230023001042FF7FFF7FFF7F23000000000000000000000000000000
  4660.       0000000000000000000000000000000000000000000000000000000000000000
  4661.       0000000000000000000000000000000000000000000000000000000000000000
  4662.       0000000000000000000000000000000000000000000000000000000000000000
  4663.       0000000000000000000000000000000000000F04A320E0692072207220722072
  4664.       207220722072E069207220722072C034000800084014E06920722072E069E069
  4665.       E069E069E069E069E06920722072E33400002300230023002300FF7F23002300
  4666.       FF7F2300FF7F230023002300230023002300FF7FFF7FFF7FFF7FFF7F23002300
  4667.       23002300230023001042FF7FFF7FFF7F23000000000000000000000000000000
  4668.       0000000000000000000000000000000000000000000000000000000000000000
  4669.       0000000000000000000000000000000000000000000000000000000000000000
  4670.       0000000000000000000000000000000000000000000000000000000000000000
  4671.       0000000000000000000000000000000000000F00A320A05D2072207220722072
  4672.       2072207220722072207220722072207260596051E06920722072207220722072
  4673.       207220722072207220722072E069C32C00002300230023002300FF7F10422300
  4674.       FF7F2300FF7F230023002300230023002300FF7FFF7F1042FF7FFF7F23002300
  4675.       2300230023002300FF7FFF7FFF7FFF7F23000000000000000000000000000000
  4676.       0000000000000000000000000000000000000000000000000000000000000000
  4677.       0000000000000000000000000000000000000000000000000000000000000000
  4678.       0000000000000000000000000000000000000000000000000000000000000000
  4679.       0000000000000000000000000000000000000000A32060492072207220722072
  4680.       207220722072207220722072E069A05DE069E069E06920722072207220722072
  4681.       207220722072207220722072A05DC32C000023002300230023001042FF7F2300
  4682.       FF7F23001042FF7F23002300230023002300FF7FFF7F23001042230023002300
  4683.       2300230023002300FF7FFF7FFF7FFF7F23000000000000000000000000000000
  4684.       0000000000000000000000000000000000000000000000000000000000000000
  4685.       0000000000000000000000000000000000000000000000000000000000000000
  4686.       0000000000000000000000000000000000000000000000000000000000000000
  4687.       0000000000000000000000000000000000000000401022356076607660766076
  4688.       607660766076607660762072A128620C42144214622020726076607660766076
  4689.       60766076607660766076607661456220000023002300230023002300FF7F2300
  4690.       230010422300FF7FFF7F2300230023002300FF7FFF7F23002300230023002300
  4691.       2300230023002300FF7FFF7FFF7FFF7F23000000000000000000000000000000
  4692.       0000000000000000000000000000000000000000000000000000000000000000
  4693.       0000000000000000000000000000000000000000000000000000000000000000
  4694.       0000000000000000000000000000000000000000000000000000000000000000
  4695.       0000000000000000000000000000000000000000000862204066607660766076
  4696.       60766076607660766076204D620C620C620C6310A414A0516076A076A076A076
  4697.       A076A076A076A076A0766076A32041100000230023002300230023001042FF7F
  4698.       2300FF7F23002300FF7FFF7F230023002300FF7FFF7F23002300230023002300
  4699.       230023002300FF7FFF7FFF7FFF7FFF7F23000000000000000000000000000000
  4700.       0000000000000000000000000000000000000000000000000000000000000000
  4701.       0000000000000000000000000000000000000000000000000000000000000000
  4702.       0000000000000000000000000000000000000000000000000000000000000000
  4703.       0000000000000000000000000000000000000000000042144241A076A076A076
  4704.       A076A076A076A076E0694110620C620C620CA414A4140329A076A076A076A076
  4705.       A076A076A076A076A076C14DA32000000000230023002300230023002300FF7F
  4706.       23002300FF7F230023002300104223002300FF7FFF7F23002300230023002300
  4707.       230023002300FF7FFF7FFF7FFF7FFF7F23000000000000000000000000000000
  4708.       0000000000000000000000000000000000000000000000000000000000000000
  4709.       0000000000000000000000000000000000000000000000000000000000000000
  4710.       0000000000000000000000000000000000000000000000000000000000000000
  4711.       00000000000000000000000000000000000000000000000862204066A076A076
  4712.       A076A076A0766076A128620C620C620C6310A414A414A414005EA076A076A076
  4713.       A076A076A076A076A076C32C4110000000002300230023002300230023002300
  4714.       FF7F23002300FF7FFF7F2300230023002300FF7FFF7F23002300230023002300
  4715.       23002300FF7FFF7FFF7FFF7FFF7FFF7F23000000000000000000000000000000
  4716.       0000000000000000000000000000000000000000000000000000000000000000
  4717.       0000000000000000000000000000000000000000000000000000000000000000
  4718.       0000000000000000000000000000000000000000000000000000000000000000
  4719.       0000000000000000000000000000000000000000000000004110A128A076A076
  4720.       A076A076A0766049620C620C620C6310A414A414A414A4142331A07600770077
  4721.       007700770077A076424162200000000000002300230023002300230023002300
  4722.       2300FF7F104223002300FF7F104223002300FF7FFF7F23002300230023002300
  4723.       23001042FF7FFF7FFF7FFF7FFF7FFF7F23000000000000000000000000000000
  4724.       0000000000000000000000000000000000000000000000000000000000000000
  4725.       0000000000000000000000000000000000000000000000000000000000000000
  4726.       0000000000000000000000000000000000000000000000000000000000000000
  4727.       0000000000000000000000000000000000000000000000000000411041350077
  4728.       007700774066620C620C620C620C6310A414A414A414A414A414406600770077
  4729.       007700770077C14DA32000080000000000002300230023002300230023002300
  4730.       23002300FF7FFF7F23002300230023002300FF7FFF7F23002300230023002300
  4731.       230023001042FF7FFF7FFF7FFF7FFF7F23000000000000000000000000000000
  4732.       0000000000000000000000000000000000000000000000000000000000000000
  4733.       0000000000000000000000000000000000000000000000000000000000000000
  4734.       0000000000000000000000000000000000000000000000000000000000000000
  4735.       0000000000000000000000000000000000000000000000000000000041104135
  4736.       007700776066A128620C620C620CA414A414A414A414A414A414623D0077207B
  4737.       207B0077C14DA320000800000000000000002300230023002300230023002300
  4738.       2300230023001042FF7FFF7F104223002300FF7FFF7FFF7FFF7FFF7FFF7FFF7F
  4739.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F23000000000000000000000000000000
  4740.       0000000000000000000000000000000000000000000000000000000000000000
  4741.       0000000000000000000000000000000000000000000000000000000000000000
  4742.       0000000000000000000000000000000000000000000000000000000000000000
  4743.       0000000000000000000000000000000000000000000000000000000000004110
  4744.       A128C06E0077A076005E4135C31CA414A414A414A414C41C2331215A207B207B
  4745.       00776145C32C210C000000000000000000002300230023002300230023002300
  4746.       230023002300230023002300230023002300FF7FFF7FFF7FFF7FFF7FFF7FFF7F
  4747.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F23000000000000000000000000000000
  4748.       0000000000000000000000000000000000000000000000000000000000000000
  4749.       0000000000000000000000000000000000000000000000000000000000000000
  4750.       0000000000000000000000000000000000000000000000000000000000000000
  4751.       0000000000000000000000000000000000000000000000000000000000000000
  4752.       411062206049C06E00770077A076A07660666066806EA0760077007700770156
  4753.       2235A32000080000000000000000000000002300230023002300230023002300
  4754.       230023002300230023002300230023002300FF7FFF7FFF7FFF7FFF7FFF7FFF7F
  4755.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F23000000000000000000000000000000
  4756.       0000000000000000000000000000000000000000000000000000000000000000
  4757.       0000000000000000000000000000000000000000000000000000000000000000
  4758.       0000000000000000000000000000000000000000000000000000000000000000
  4759.       0000000000000000000000000000000000000000000000000000000000000000
  4760.       000000084214A320623D2056C06E0077007700770077C06E405E6049E334A128
  4761.       4010000000000000000000000000000000002300230023002300230023002300
  4762.       230023002300230023002300230023002300FF7FFF7FFF7FFF7FFF7FFF7FFF7F
  4763.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F23000000000000000000000000000000
  4764.       0000000000000000000000000000000000000000000000000000000000000000
  4765.       0000000000000000000000000000000000000000000000000000000000000000
  4766.       0000000000000000000000000000000000000000000000000000000000000000
  4767.       0000000000000000000000000000000000000000000000000000000000000000
  4768.       00000000000000084010A320A320A320A320C32CC32CC32CA1286220210C0000
  4769.       0000000000000000000000000000000000002300230023002300230023002300
  4770.       230023002300230023002300230023002300FF7FFF7FFF7FFF7FFF7FFF7FFF7F
  4771.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F23000000000000000000000000000000
  4772.       0000000000000000000000000000000000000000000000000000000000000000
  4773.       0000000000000000000000000000000000000000000000000000000000000000
  4774.       0000000000000000000000000000000000000000000000000000000000000000
  4775.       0000000000000000000000000000000000000000000000000000000000000000
  4776.       0000000000000000000000000000000000000000000000000000000000000000
  4777.       0000000000000000000000000000000000002300230023002300230023002300
  4778.       2300230023002300230023002300230023001042104210421042104210421042
  4779.       1042104210421042104210421042104223000000000000000000000000000000
  4780.       0000000000000000000000000000000000000000000000000000000000000000
  4781.       0000000000000000000000000000000000000000000000000000000000000000
  4782.       0000000000000000000000000000000000000000000000000000000000000000
  4783.       000000000000000000000000000000000000424D3E000000000000003E000000
  4784.       2800000080000000200000000100010000000000000200000000000000000000
  4785.       000000000000000000000000FFFFFF00FFF00FFF000000000000000000000000
  4786.       FF8001FF000000000000000000000000FF00007F000000000000000000000000
  4787.       FC00003F000000000000000000000000F800001F000000000000000000000000
  4788.       F000000F000000000000000000000000E0000007000000000000000000000000
  4789.       E0000007000000000000000000000000C0000003000000000000000000000000
  4790.       C000000300000000000000000000000080000001000000000000000000000000
  4791.       8000000100000000000000000000000080000001000000000000000000000000
  4792.       8000000100000000000000000000000080000001000000000000000000000000
  4793.       8000000100000000000000000000000080000001000000000000000000000000
  4794.       0000000100000000000000000000000000000001000000000000000000000000
  4795.       8000000100000000000000000000000080000001000000000000000000000000
  4796.       80000001000000000000000000000000C0000003000000000000000000000000
  4797.       C0000003000000000000000000000000E0000007000000000000000000000000
  4798.       F0000007000000000000000000000000F800000F000000000000000000000000
  4799.       FC00001F000000000000000000000000FE00003F000000000000000000000000
  4800.       FF0000FF000000000000000000000000FFC003FF000000000000000000000000
  4801.       FFFFFFFF00000000000000000000000000000000000000000000000000000000
  4802.       000000000000}
  4803.   end
  4804.   object CPUUsage: TMCPUUsage
  4805.     Active = True
  4806.     Interval = 1000
  4807.     OnInterval = CPUUsageInterval
  4808.     Left = 192
  4809.     Top = 471
  4810.   end
  4811. end
  4812.