home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kompon / d2345 / MSYSINFO.ZIP / Demos / WI.DFM / WI.txt < prev   
Text File  |  2001-05-15  |  26KB  |  737 lines

  1. object frmWI: TfrmWI
  2.   Left = 284
  3.   Top = 172
  4.   BorderStyle = bsDialog
  5.   Caption = 'Windows Enumeration'
  6.   ClientHeight = 494
  7.   ClientWidth = 392
  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 = 457
  23.     Width = 392
  24.     Height = 37
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object Panel2: TPanel
  29.       Left = 226
  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 = 86
  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.   end
  61.   object Panel3: TPanel
  62.     Left = 0
  63.     Top = 0
  64.     Width = 392
  65.     Height = 457
  66.     Align = alClient
  67.     BevelOuter = bvNone
  68.     BorderWidth = 5
  69.     TabOrder = 1
  70.     object pc: TPageControl
  71.       Left = 5
  72.       Top = 5
  73.       Width = 382
  74.       Height = 447
  75.       Cursor = crHandPoint
  76.       ActivePage = tsProps
  77.       Align = alClient
  78.       MultiLine = True
  79.       TabOrder = 0
  80.       OnChanging = pcChanging
  81.       object tsWindows: TTabSheet
  82.         Caption = ' Windows '
  83.         object Panel4: TPanel
  84.           Left = 0
  85.           Top = 0
  86.           Width = 374
  87.           Height = 400
  88.           Align = alClient
  89.           BevelInner = bvLowered
  90.           BevelOuter = bvNone
  91.           BorderWidth = 5
  92.           TabOrder = 0
  93.           object tv: TTreeView
  94.             Left = 6
  95.             Top = 6
  96.             Width = 362
  97.             Height = 388
  98.             Align = alClient
  99.             BorderStyle = bsNone
  100.             Images = img
  101.             Indent = 19
  102.             ReadOnly = True
  103.             TabOrder = 0
  104.           end
  105.         end
  106.         object sb: TStatusBar
  107.           Left = 0
  108.           Top = 400
  109.           Width = 374
  110.           Height = 19
  111.           Panels = <
  112.             item
  113.               Width = 50
  114.             end>
  115.           SimplePanel = False
  116.         end
  117.       end
  118.       object tsProps: TTabSheet
  119.         Caption = ' Properties '
  120.         object Panel5: TPanel
  121.           Left = 0
  122.           Top = 0
  123.           Width = 374
  124.           Height = 419
  125.           Align = alClient
  126.           BevelOuter = bvNone
  127.           BorderWidth = 5
  128.           TabOrder = 0
  129.           object pcWin: TPageControl
  130.             Left = 5
  131.             Top = 5
  132.             Width = 364
  133.             Height = 409
  134.             Cursor = crHandPoint
  135.             ActivePage = tsWin
  136.             Align = alClient
  137.             TabOrder = 0
  138.             object tsWin: TTabSheet
  139.               Caption = 'General'
  140.               object lClass: TLabel
  141.                 Left = 67
  142.                 Top = 39
  143.                 Width = 36
  144.                 Height = 13
  145.                 Caption = 'lDisplay'
  146.               end
  147.               object Label24: TLabel
  148.                 Left = 15
  149.                 Top = 105
  150.                 Width = 55
  151.                 Height = 13
  152.                 Caption = 'Handle      :'
  153.               end
  154.               object lHandle: TLabel
  155.                 Left = 72
  156.                 Top = 106
  157.                 Width = 26
  158.                 Height = 13
  159.                 Caption = 'lStart'
  160.               end
  161.               object Label26: TLabel
  162.                 Left = 15
  163.                 Top = 127
  164.                 Width = 56
  165.                 Height = 13
  166.                 Caption = 'Process     :'
  167.               end
  168.               object lProcess: TLabel
  169.                 Left = 72
  170.                 Top = 128
  171.                 Width = 33
  172.                 Height = 13
  173.                 Caption = 'lStatus'
  174.               end
  175.               object Bevel6: TBevel
  176.                 Left = 8
  177.                 Top = 260
  178.                 Width = 340
  179.                 Height = 12
  180.                 Shape = bsBottomLine
  181.               end
  182.               object Label33: TLabel
  183.                 Left = 15
  184.                 Top = 83
  185.                 Width = 56
  186.                 Height = 13
  187.                 Caption = 'Text          :'
  188.               end
  189.               object winIcon: TImage
  190.                 Left = 13
  191.                 Top = 25
  192.                 Width = 32
  193.                 Height = 32
  194.                 AutoSize = True
  195.                 Center = True
  196.                 Picture.Data = {<image000.ico>}
  197.               end
  198.               object Bevel7: TBevel
  199.                 Left = 8
  200.                 Top = 57
  201.                 Width = 340
  202.                 Height = 12
  203.                 Shape = bsBottomLine
  204.               end
  205.               object Label22: TLabel
  206.                 Left = 15
  207.                 Top = 216
  208.                 Width = 55
  209.                 Height = 13
  210.                 Caption = 'Instance   :'
  211.               end
  212.               object lInst: TLabel
  213.                 Left = 72
  214.                 Top = 216
  215.                 Width = 26
  216.                 Height = 13
  217.                 Caption = 'lStart'
  218.               end
  219.               object Label25: TLabel
  220.                 Left = 15
  221.                 Top = 238
  222.                 Width = 54
  223.                 Height = 13
  224.                 Caption = 'ID             :'
  225.               end
  226.               object lID: TLabel
  227.                 Left = 72
  228.                 Top = 238
  229.                 Width = 33
  230.                 Height = 13
  231.                 Caption = 'lStatus'
  232.               end
  233.               object Label28: TLabel
  234.                 Left = 15
  235.                 Top = 194
  236.                 Width = 53
  237.                 Height = 13
  238.                 Caption = 'Wnd Proc :'
  239.               end
  240.               object lProc: TLabel
  241.                 Left = 72
  242.                 Top = 194
  243.                 Width = 20
  244.                 Height = 13
  245.                 Caption = 'lKey'
  246.               end
  247.               object Label23: TLabel
  248.                 Left = 15
  249.                 Top = 172
  250.                 Width = 57
  251.                 Height = 13
  252.                 Caption = 'Parent       :'
  253.               end
  254.               object lParent: TLabel
  255.                 Left = 72
  256.                 Top = 172
  257.                 Width = 33
  258.                 Height = 13
  259.                 Caption = 'lStatus'
  260.               end
  261.               object Label27: TLabel
  262.                 Left = 17
  263.                 Top = 334
  264.                 Width = 55
  265.                 Height = 13
  266.                 Caption = 'User Data :'
  267.               end
  268.               object lData: TLabel
  269.                 Left = 72
  270.                 Top = 334
  271.                 Width = 26
  272.                 Height = 13
  273.                 Caption = 'lStart'
  274.               end
  275.               object Label32: TLabel
  276.                 Left = 15
  277.                 Top = 308
  278.                 Width = 56
  279.                 Height = 13
  280.                 Caption = 'Client Rect:'
  281.               end
  282.               object lClient: TLabel
  283.                 Left = 72
  284.                 Top = 308
  285.                 Width = 27
  286.                 Height = 13
  287.                 Caption = 'Client'
  288.               end
  289.               object Label35: TLabel
  290.                 Left = 15
  291.                 Top = 282
  292.                 Width = 55
  293.                 Height = 13
  294.                 Caption = 'Rectangle :'
  295.               end
  296.               object lRect: TLabel
  297.                 Left = 72
  298.                 Top = 282
  299.                 Width = 22
  300.                 Height = 13
  301.                 Caption = 'Rect'
  302.               end
  303.               object Label49: TLabel
  304.                 Left = 15
  305.                 Top = 149
  306.                 Width = 56
  307.                 Height = 13
  308.                 Caption = 'Thread      :'
  309.               end
  310.               object lthread: TLabel
  311.                 Left = 72
  312.                 Top = 150
  313.                 Width = 33
  314.                 Height = 13
  315.                 Caption = 'lStatus'
  316.               end
  317.               object eText: TEdit
  318.                 Left = 74
  319.                 Top = 78
  320.                 Width = 267
  321.                 Height = 21
  322.                 Color = clBtnFace
  323.                 ReadOnly = True
  324.                 TabOrder = 0
  325.               end
  326.             end
  327.             object tsStyle: TTabSheet
  328.               Caption = 'Styles'
  329.               object BevelPanel7: TPanel
  330.                 Left = 0
  331.                 Top = 0
  332.                 Width = 356
  333.                 Height = 187
  334.                 Align = alTop
  335.                 BevelInner = bvLowered
  336.                 BevelOuter = bvNone
  337.                 BorderWidth = 5
  338.                 Caption = 'BevelPanel7'
  339.                 TabOrder = 0
  340.                 object lws: TLabel
  341.                   Left = 6
  342.                   Top = 6
  343.                   Width = 344
  344.                   Height = 20
  345.                   Align = alTop
  346.                   AutoSize = False
  347.                   Caption = 'Styles'
  348.                   Layout = tlCenter
  349.                 end
  350.                 object lbws: TListBox
  351.                   Left = 6
  352.                   Top = 26
  353.                   Width = 344
  354.                   Height = 155
  355.                   Align = alClient
  356.                   BorderStyle = bsNone
  357.                   ItemHeight = 13
  358.                   TabOrder = 0
  359.                 end
  360.               end
  361.               object Panel8: TPanel
  362.                 Left = 0
  363.                 Top = 187
  364.                 Width = 356
  365.                 Height = 194
  366.                 Align = alClient
  367.                 BevelInner = bvLowered
  368.                 BevelOuter = bvNone
  369.                 BorderWidth = 5
  370.                 Caption = 'Panel4'
  371.                 TabOrder = 1
  372.                 object lwes: TLabel
  373.                   Left = 6
  374.                   Top = 6
  375.                   Width = 344
  376.                   Height = 20
  377.                   Align = alTop
  378.                   AutoSize = False
  379.                   Caption = 'Extended Styles'
  380.                   Layout = tlCenter
  381.                 end
  382.                 object lbwes: TListBox
  383.                   Left = 6
  384.                   Top = 26
  385.                   Width = 344
  386.                   Height = 162
  387.                   Align = alClient
  388.                   BorderStyle = bsNone
  389.                   ItemHeight = 13
  390.                   TabOrder = 0
  391.                 end
  392.               end
  393.             end
  394.             object tsClass: TTabSheet
  395.               Caption = 'Class info'
  396.               object Label29: TLabel
  397.                 Left = 12
  398.                 Top = 51
  399.                 Width = 62
  400.                 Height = 13
  401.                 Caption = 'Atom           :'
  402.               end
  403.               object latom: TLabel
  404.                 Left = 75
  405.                 Top = 52
  406.                 Width = 26
  407.                 Height = 13
  408.                 Caption = 'lStart'
  409.               end
  410.               object Label31: TLabel
  411.                 Left = 12
  412.                 Top = 74
  413.                 Width = 62
  414.                 Height = 13
  415.                 Caption = 'Class bytes :'
  416.               end
  417.               object lcbytes: TLabel
  418.                 Left = 75
  419.                 Top = 75
  420.                 Width = 33
  421.                 Height = 13
  422.                 Caption = 'lStatus'
  423.               end
  424.               object Bevel8: TBevel
  425.                 Left = 8
  426.                 Top = 161
  427.                 Width = 340
  428.                 Height = 12
  429.                 Shape = bsBottomLine
  430.               end
  431.               object Label36: TLabel
  432.                 Left = 10
  433.                 Top = 17
  434.                 Width = 73
  435.                 Height = 13
  436.                 Caption = 'Class name :'
  437.                 Font.Charset = DEFAULT_CHARSET
  438.                 Font.Color = clWindowText
  439.                 Font.Height = -11
  440.                 Font.Name = 'MS Sans Serif'
  441.                 Font.Style = [fsBold]
  442.                 ParentFont = False
  443.               end
  444.               object Label38: TLabel
  445.                 Left = 12
  446.                 Top = 142
  447.                 Width = 55
  448.                 Height = 13
  449.                 Caption = 'Instance   :'
  450.               end
  451.               object lcinst: TLabel
  452.                 Left = 77
  453.                 Top = 142
  454.                 Width = 26
  455.                 Height = 13
  456.                 Caption = 'lStart'
  457.               end
  458.               object Label42: TLabel
  459.                 Left = 12
  460.                 Top = 119
  461.                 Width = 53
  462.                 Height = 13
  463.                 Caption = 'Wnd Proc :'
  464.               end
  465.               object lcwndproc: TLabel
  466.                 Left = 75
  467.                 Top = 120
  468.                 Width = 20
  469.                 Height = 13
  470.                 Caption = 'lKey'
  471.               end
  472.               object Label44: TLabel
  473.                 Left = 12
  474.                 Top = 97
  475.                 Width = 61
  476.                 Height = 13
  477.                 Caption = 'Win bytes   :'
  478.               end
  479.               object lwbytes: TLabel
  480.                 Left = 75
  481.                 Top = 97
  482.                 Width = 33
  483.                 Height = 13
  484.                 Caption = 'lStatus'
  485.               end
  486.               object Label30: TLabel
  487.                 Left = 12
  488.                 Top = 184
  489.                 Width = 70
  490.                 Height = 13
  491.                 Caption = 'HBackground :'
  492.               end
  493.               object lhbkg: TLabel
  494.                 Left = 87
  495.                 Top = 185
  496.                 Width = 26
  497.                 Height = 13
  498.                 Caption = 'lStart'
  499.               end
  500.               object Label37: TLabel
  501.                 Left = 12
  502.                 Top = 210
  503.                 Width = 73
  504.                 Height = 13
  505.                 Caption = 'HCursor          :'
  506.               end
  507.               object lhcur: TLabel
  508.                 Left = 87
  509.                 Top = 210
  510.                 Width = 33
  511.                 Height = 13
  512.                 Caption = 'lStatus'
  513.               end
  514.               object Label46: TLabel
  515.                 Left = 12
  516.                 Top = 235
  517.                 Width = 71
  518.                 Height = 13
  519.                 Caption = 'HIcon             :'
  520.               end
  521.               object lhicon: TLabel
  522.                 Left = 87
  523.                 Top = 235
  524.                 Width = 33
  525.                 Height = 13
  526.                 Caption = 'lStatus'
  527.               end
  528.               object Bevel10: TBevel
  529.                 Left = 8
  530.                 Top = 28
  531.                 Width = 340
  532.                 Height = 12
  533.                 Shape = bsBottomLine
  534.               end
  535.               object Bevel9: TBevel
  536.                 Left = 8
  537.                 Top = 253
  538.                 Width = 340
  539.                 Height = 12
  540.                 Shape = bsBottomLine
  541.               end
  542.               object BevelPanel8: TPanel
  543.                 Left = 0
  544.                 Top = 270
  545.                 Width = 356
  546.                 Height = 111
  547.                 Align = alBottom
  548.                 BevelInner = bvLowered
  549.                 BevelOuter = bvNone
  550.                 BorderWidth = 5
  551.                 Caption = 'BevelPanel8'
  552.                 TabOrder = 0
  553.                 object lcs: TLabel
  554.                   Left = 6
  555.                   Top = 6
  556.                   Width = 344
  557.                   Height = 20
  558.                   Align = alTop
  559.                   AutoSize = False
  560.                   Caption = ' Styles: '
  561.                   Layout = tlCenter
  562.                 end
  563.                 object lbcs: TListBox
  564.                   Left = 6
  565.                   Top = 26
  566.                   Width = 344
  567.                   Height = 79
  568.                   Align = alClient
  569.                   BorderStyle = bsNone
  570.                   ItemHeight = 13
  571.                   TabOrder = 0
  572.                 end
  573.               end
  574.               object eCName: TEdit
  575.                 Left = 88
  576.                 Top = 13
  577.                 Width = 253
  578.                 Height = 21
  579.                 Color = clBtnFace
  580.                 ReadOnly = True
  581.                 TabOrder = 1
  582.               end
  583.             end
  584.           end
  585.         end
  586.       end
  587.     end
  588.   end
  589.   object img: TImageList
  590.     Left = 83
  591.     Top = 441
  592.     Bitmap = {
  593.       494C010103000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  594.       0000000000003600000028000000400000002000000001001000000000000010
  595.       0000000000000000000000000000000000000000000000000000000000000000
  596.       0000000000000000000000000000000000000000000000000000000000000000
  597.       0000000000000000000000000000000000000000000000000000000000000000
  598.       0000000000000000000000000000000000000000000000000000000000000000
  599.       0000000000000000000000000000000000000000000000000000000000000000
  600.       0000000000000000000000000000000000000000000000000000000000000000
  601.       0000000000000000000000000000000000000000000000000000000000000000
  602.       0000000000000000000000000000000000000000000000000000000000000000
  603.       0000000000000000000000000000000000000000000000000000000000000000
  604.       0000000000000000000000000000000000000000000000000000000000000000
  605.       0000000000000000000000000000000000000000000000000000000000000000
  606.       0000000000000000000000000000000000000000000000000000000000000000
  607.       0000000000000000000000000000000000000000000000000000000000000000
  608.       0000000000000000000000000000000000000000000000000000000000000000
  609.       0000000000000000000000000000000000000000000000000000000000000000
  610.       0000000000000000000000000000000000000000000000000000000000000000
  611.       0000000000000000000000000000000000000000000000000000000000000000
  612.       0000000000000000000000000000000000000000000000000000000000000000
  613.       0000000000000000000000000000000000000000000000000000000000000000
  614.       0000000000000000000000000000000000000000000000000000000000000000
  615.       0000000000000000000000000000000000000000000000000000000000000000
  616.       0000000000000000000000000000000000000000000000000000000000000000
  617.       0000000000000000000000000000000000000000000000000000000000000000
  618.       0000000000000000000000000000000000000000000000000000000000000000
  619.       0000000000000000000000000000000000000000000000000000000000000000
  620.       0000000000000000000000000000000000000000000000000000000000000000
  621.       0000000000000000000000000000000000000000000000000000000000000000
  622.       0000000000000000000000000000000000000000000000000000000000000000
  623.       0000000000000000000000000000000000000000000000000000000000000000
  624.       0000000000000000000000000000000000000000000000000000000000000000
  625.       0000000000000000000000000000000000000000000000000000000000000000
  626.       0000000000000000000000000000000000000000000000000000000000000000
  627.       0000000000000000000000000000000000000000000000000000000000000000
  628.       0000000000000000000000000000000000000000000000000000000000000000
  629.       0000000000000000000000000000000000000000000000000000000000000000
  630.       0000000000000000000000000000000000000000000000000000000000000000
  631.       0000000000000000000000000000000000000000000000000000000000000000
  632.       0000000000000000000000000000000000000000000000000000000000000000
  633.       0000000000000000000000000000000000000000000000000000000000000000
  634.       0000000000000000000000000000000000000000000000000000000000000000
  635.       0000000000000000000000000000000000000000000000000000000000000000
  636.       0000000000000000000000000000000000000000000000000000000000000000
  637.       0000000000000000000000000000000000000000000000000000000000000000
  638.       0000000000000000000000000000000000000000000000000000000000000000
  639.       0000000000000000000000000000000000000000000000000000000000000000
  640.       0000000000000000000000000000000000000000000000000000000000000000
  641.       0000000000000000000000000000000000000000000000000000000000000000
  642.       0000000000000000000000000000000000000000000000000000000000000000
  643.       0000000000000000000000000000000000000000000000000000000000000000
  644.       0000000000000000000000000000000000000000000000000000000000000000
  645.       0000000000000000000000000000000000000000000000000000000000000000
  646.       0000000000000000000000000000000000000000000000000000000000000000
  647.       0000000000000000000000000000000000000000000000000000000000000000
  648.       0000000000000000000000000000000000000000000000000000000000000000
  649.       0000000000000000000000000000000000000000000000000000000000000000
  650.       0000000000000000000000000000000000000000000000000000000000000000
  651.       0000000000000000000000000000000000000000000000000000000000000000
  652.       0000000000000000000000000000000000000000000000000000000000000000
  653.       0000000000000000000000000000000000000000000000000000000000000000
  654.       0000000000000000000000000000000000000000000000000000000000000000
  655.       0000000000000000000000000000000000000000000000000000000000000000
  656.       0000000000000000000000000000000000000000000000000000000000000000
  657.       0000000000000000000000000000000000000000000000000000000000000000
  658.       0000000000000000000000000000000000000000000000000000000000000000
  659.       0000000000000000000000000000000000000000000000000000000000000000
  660.       0000000000000000000000000000000000000000000000000000000000000000
  661.       0000000000000000000000000000000000000000000000000000000000000000
  662.       0000000000000000000000000000000000000000000000000000000000000000
  663.       0000000000000000000000000000000000000000000018631863186318631863
  664.       1863186318631863186318631863186300000000000000000000000000000000
  665.       0000000000000000000000000000000000000000000000000000000000000000
  666.       0000000000000000000000000000000000000000000000000000000000000000
  667.       0000000000000000000000000000000000000000000000000000000000000000
  668.       0000000000000000000000000000186300000000000000000000000000000000
  669.       1863000000000000000000000000000000000000000000000000000000000000
  670.       1863000000000000000000000000000000000000000000000000000000000000
  671.       00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
  672.       FF7FFF7FFF7FFF7FFF7FFF7F0000186300000000000000000000000000000000
  673.       00000000000000000000000000000000000000000000E07F00000000E07F0000
  674.       00000000E07F00000000E07F0000000000000000000000000000000000000000
  675.       00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
  676.       FF7FFF7FFF7FFF7FFF7FFF7F0000186300000000000000000000000000000000
  677.       FF7F00000000000000000000000000000000000000000000E07FE07FE07F0000
  678.       E07F0000E07FE07FE07F00000000000000000000000000000000000000000000
  679.       00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
  680.       FF7FFF7FFF7FFF7FFF7FFF7F0000186300000000000000000000000000000000
  681.       FF7F00000000000000000000000000000000000000000000E07FE07FE07F0000
  682.       FF7F0000E07FE07FE07F00000000000000000000000000000000000000000000
  683.       00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
  684.       0000FF7FFF7FFF7FFF7FFF7F000018630000000000000000000000000000FF7F
  685.       1042FF7F000000000000000000000000000000000000E07FE07FE07F0000FF7F
  686.       1042FF7F0000E07FE07FE07F0000000000000000000000000000000000000000
  687.       00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
  688.       FF7F000000000000FF7FFF7F00001863000000000000000000000000FF7FFF7F
  689.       1042FF7FFF7F00000000000000000000000000000000E07FE07F0000FF7FE07F
  690.       1042E07FFF7F0000E07FE07F0000000000000000000000000000000000000000
  691.       00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
  692.       FF7F0000007C007C0000FF7F00001863000000000000000000000000FF7FFF7F
  693.       1042FF7FFF7F000000000000000000000000E07FE07FE07FE07F0000E07FFF7F
  694.       1042FF7FE07F0000E07FE07FE07FE07F00000000000000000000000000000000
  695.       00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
  696.       FF7F0000007C007C0000FF7F00001863000000000000000000000000FF7FFF7F
  697.       FF7FFF7FFF7F00000000000000000000000000000000E07FE07F0000FF7FE07F
  698.       FF7FE07FFF7F0000E07FE07F0000000000000000000000000000000000000000
  699.       00000000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F
  700.       FF7FFF7F00000000FF7FFF7F000018630000000000000000000000000000FF7F
  701.       FF7FFF7F000000000000000000000000000000000000E07FE07FE07F0000FF7F
  702.       E07FFF7F0000E07FE07FE07F0000000000000000000000000000000000000000
  703.       0000000000000000000000000000000000000000000000000000000000000000
  704.       0000000000000000000000000000186300000000000000000000000000000000
  705.       000000000000000000000000000000000000000000000000E07FE07FE07F0000
  706.       00000000E07FE07FE07F00000000000000000000000000000000000000000000
  707.       000000000000000000000000000000000000000000001F001F001F001F001F00
  708.       1F001F00FF7F1F00FF7F1F000000186300000000000000000000000000000000
  709.       000000000000000000000000000000000000000000000000E07FE07FE07FE07F
  710.       E07FE07FE07FE07FE07F00000000000000000000000000000000000000000000
  711.       000000000000000000000000000000000000000000001F001F001F001F001F00
  712.       1F001F00FF7F1F00FF7F1F000000186300000000000000000000000000000000
  713.       00000000000000000000000000000000000000000000E07F00000000E07FE07F
  714.       E07FE07FE07F00000000E07F0000000000000000000000000000000000000000
  715.       0000000000000000000000000000000000000000000000000000000000000000
  716.       0000000000000000000000000000000000000000000000000000000000000000
  717.       0000000000000000000000000000000000000000000000000000000000000000
  718.       E07F000000000000000000000000000000000000000000000000000000000000
  719.       0000000000000000000000000000000000000000000000000000000000000000
  720.       0000000000000000000000000000000000000000000000000000000000000000
  721.       0000000000000000000000000000000000000000000000000000000000000000
  722.       E07F000000000000000000000000000000000000000000000000000000000000
  723.       000000000000000000000000000000000000424D3E000000000000003E000000
  724.       2800000040000000200000000100010000000000000100000000000000000000
  725.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  726.       0000000000000000000000000000000000000000000000000000000000000000
  727.       0000000000000000000000000000000000000000000000000000000000000000
  728.       0000000000000000000000000000000000000000000000000000000000000000
  729.       00000000000000000000000000000000FFFFFEFFFEFF0000C001FC7FFC7F0000
  730.       8001FC7FFC7F00008001FC7FD83700008001FC7FE00F00008001FC7FE00F0000
  731.       8001F83FC00700008001F01FC00700008001F01F000100008001F01FC0070000
  732.       8001F83FC00700008001FC7FE00F00008001FFFFE00F00008001FFFFD8370000
  733.       8003FFFFFEFF0000FFFFFFFFFEFF000000000000000000000000000000000000
  734.       000000000000}
  735.   end
  736. end
  737.