home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD13588192001.psc / HexEditor / Form1.frm (.txt) < prev   
Encoding:
Visual Basic Form  |  2001-01-10  |  260.6 KB  |  7,651 lines

  1. VERSION 5.00
  2. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
  3. Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
  4. Begin VB.Form frmMain 
  5.    Appearance      =   0  'Flat
  6.    AutoRedraw      =   -1  'True
  7.    BackColor       =   &H80000004&
  8.    BorderStyle     =   1  'Fixed Single
  9.    Caption         =   "HexEditor"
  10.    ClientHeight    =   7440
  11.    ClientLeft      =   45
  12.    ClientTop       =   615
  13.    ClientWidth     =   9525
  14.    Icon            =   "Form1.frx":0000
  15.    LinkTopic       =   "Form1"
  16.    MaxButton       =   0   'False
  17.    ScaleHeight     =   7440
  18.    ScaleWidth      =   9525
  19.    StartUpPosition =   2  'CenterScreen
  20.    Begin MSComctlLib.ImageList ImageListOff 
  21.       Left            =   0
  22.       Top             =   7080
  23.       _ExtentX        =   1005
  24.       _ExtentY        =   1005
  25.       BackColor       =   -2147483643
  26.       ImageWidth      =   32
  27.       ImageHeight     =   32
  28.       MaskColor       =   12632256
  29.       _Version        =   393216
  30.       BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
  31.          NumListImages   =   12
  32.          BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  33.             Picture         =   "Form1.frx":030A
  34.             Key             =   ""
  35.          EndProperty
  36.          BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  37.             Picture         =   "Form1.frx":0BE4
  38.             Key             =   ""
  39.          EndProperty
  40.          BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  41.             Picture         =   "Form1.frx":14BE
  42.             Key             =   ""
  43.          EndProperty
  44.          BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  45.             Picture         =   "Form1.frx":1D98
  46.             Key             =   ""
  47.          EndProperty
  48.          BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  49.             Picture         =   "Form1.frx":2672
  50.             Key             =   ""
  51.          EndProperty
  52.          BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  53.             Picture         =   "Form1.frx":2F4C
  54.             Key             =   ""
  55.          EndProperty
  56.          BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  57.             Picture         =   "Form1.frx":3826
  58.             Key             =   ""
  59.          EndProperty
  60.          BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  61.             Picture         =   "Form1.frx":4100
  62.             Key             =   ""
  63.          EndProperty
  64.          BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  65.             Picture         =   "Form1.frx":49DA
  66.             Key             =   ""
  67.          EndProperty
  68.          BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  69.             Picture         =   "Form1.frx":52B4
  70.             Key             =   ""
  71.          EndProperty
  72.          BeginProperty ListImage11 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  73.             Picture         =   "Form1.frx":5B8E
  74.             Key             =   ""
  75.          EndProperty
  76.          BeginProperty ListImage12 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  77.             Picture         =   "Form1.frx":6468
  78.             Key             =   ""
  79.          EndProperty
  80.       EndProperty
  81.    End
  82.    Begin MSComctlLib.ProgressBar ProBar 
  83.       Height          =   255
  84.       Left            =   4500
  85.       TabIndex        =   1
  86.       Top             =   6300
  87.       Width           =   2895
  88.       _ExtentX        =   5106
  89.       _ExtentY        =   450
  90.       _Version        =   393216
  91.       Appearance      =   0
  92.    End
  93.    Begin VB.Frame FrameEditor 
  94.       BorderStyle     =   0  'None
  95.       Height          =   5295
  96.       Left            =   0
  97.       TabIndex        =   348
  98.       Top             =   960
  99.       Visible         =   0   'False
  100.       Width           =   9495
  101.       Begin VB.VScrollBar VScrollEditor 
  102.          Height          =   5175
  103.          Left            =   9240
  104.          Max             =   100
  105.          Min             =   1
  106.          TabIndex        =   369
  107.          Top             =   0
  108.          Value           =   1
  109.          Width           =   255
  110.       End
  111.       Begin VB.TextBox txtAscii 
  112.          BeginProperty Font 
  113.             Name            =   "Courier New"
  114.             Size            =   9.75
  115.             Charset         =   0
  116.             Weight          =   400
  117.             Underline       =   0   'False
  118.             Italic          =   0   'False
  119.             Strikethrough   =   0   'False
  120.          EndProperty
  121.          Height          =   285
  122.          Index           =   19
  123.          Left            =   7200
  124.          MaxLength       =   16
  125.          TabIndex        =   342
  126.          Top             =   4920
  127.          Width           =   2055
  128.       End
  129.       Begin VB.TextBox txtAscii 
  130.          BeginProperty Font 
  131.             Name            =   "Courier New"
  132.             Size            =   9.75
  133.             Charset         =   0
  134.             Weight          =   400
  135.             Underline       =   0   'False
  136.             Italic          =   0   'False
  137.             Strikethrough   =   0   'False
  138.          EndProperty
  139.          Height          =   285
  140.          Index           =   18
  141.          Left            =   7200
  142.          MaxLength       =   16
  143.          TabIndex        =   325
  144.          Top             =   4680
  145.          Width           =   2055
  146.       End
  147.       Begin VB.TextBox txtAscii 
  148.          BeginProperty Font 
  149.             Name            =   "Courier New"
  150.             Size            =   9.75
  151.             Charset         =   0
  152.             Weight          =   400
  153.             Underline       =   0   'False
  154.             Italic          =   0   'False
  155.             Strikethrough   =   0   'False
  156.          EndProperty
  157.          Height          =   285
  158.          Index           =   17
  159.          Left            =   7200
  160.          MaxLength       =   16
  161.          TabIndex        =   308
  162.          Top             =   4440
  163.          Width           =   2055
  164.       End
  165.       Begin VB.TextBox txtAscii 
  166.          BeginProperty Font 
  167.             Name            =   "Courier New"
  168.             Size            =   9.75
  169.             Charset         =   0
  170.             Weight          =   400
  171.             Underline       =   0   'False
  172.             Italic          =   0   'False
  173.             Strikethrough   =   0   'False
  174.          EndProperty
  175.          Height          =   285
  176.          Index           =   16
  177.          Left            =   7200
  178.          MaxLength       =   16
  179.          TabIndex        =   291
  180.          Top             =   4200
  181.          Width           =   2055
  182.       End
  183.       Begin VB.TextBox txtAscii 
  184.          BeginProperty Font 
  185.             Name            =   "Courier New"
  186.             Size            =   9.75
  187.             Charset         =   0
  188.             Weight          =   400
  189.             Underline       =   0   'False
  190.             Italic          =   0   'False
  191.             Strikethrough   =   0   'False
  192.          EndProperty
  193.          Height          =   285
  194.          Index           =   15
  195.          Left            =   7200
  196.          MaxLength       =   16
  197.          TabIndex        =   274
  198.          Top             =   3960
  199.          Width           =   2055
  200.       End
  201.       Begin VB.TextBox txtAscii 
  202.          BeginProperty Font 
  203.             Name            =   "Courier New"
  204.             Size            =   9.75
  205.             Charset         =   0
  206.             Weight          =   400
  207.             Underline       =   0   'False
  208.             Italic          =   0   'False
  209.             Strikethrough   =   0   'False
  210.          EndProperty
  211.          Height          =   285
  212.          Index           =   14
  213.          Left            =   7200
  214.          MaxLength       =   16
  215.          TabIndex        =   257
  216.          Top             =   3600
  217.          Width           =   2055
  218.       End
  219.       Begin VB.TextBox txtAscii 
  220.          BeginProperty Font 
  221.             Name            =   "Courier New"
  222.             Size            =   9.75
  223.             Charset         =   0
  224.             Weight          =   400
  225.             Underline       =   0   'False
  226.             Italic          =   0   'False
  227.             Strikethrough   =   0   'False
  228.          EndProperty
  229.          Height          =   285
  230.          Index           =   13
  231.          Left            =   7200
  232.          MaxLength       =   16
  233.          TabIndex        =   240
  234.          Top             =   3360
  235.          Width           =   2055
  236.       End
  237.       Begin VB.TextBox txtAscii 
  238.          BeginProperty Font 
  239.             Name            =   "Courier New"
  240.             Size            =   9.75
  241.             Charset         =   0
  242.             Weight          =   400
  243.             Underline       =   0   'False
  244.             Italic          =   0   'False
  245.             Strikethrough   =   0   'False
  246.          EndProperty
  247.          Height          =   285
  248.          Index           =   12
  249.          Left            =   7200
  250.          MaxLength       =   16
  251.          TabIndex        =   223
  252.          Top             =   3120
  253.          Width           =   2055
  254.       End
  255.       Begin VB.TextBox txtAscii 
  256.          BeginProperty Font 
  257.             Name            =   "Courier New"
  258.             Size            =   9.75
  259.             Charset         =   0
  260.             Weight          =   400
  261.             Underline       =   0   'False
  262.             Italic          =   0   'False
  263.             Strikethrough   =   0   'False
  264.          EndProperty
  265.          Height          =   285
  266.          Index           =   11
  267.          Left            =   7200
  268.          MaxLength       =   16
  269.          TabIndex        =   206
  270.          Top             =   2880
  271.          Width           =   2055
  272.       End
  273.       Begin VB.TextBox txtAscii 
  274.          BeginProperty Font 
  275.             Name            =   "Courier New"
  276.             Size            =   9.75
  277.             Charset         =   0
  278.             Weight          =   400
  279.             Underline       =   0   'False
  280.             Italic          =   0   'False
  281.             Strikethrough   =   0   'False
  282.          EndProperty
  283.          Height          =   285
  284.          Index           =   10
  285.          Left            =   7200
  286.          MaxLength       =   16
  287.          TabIndex        =   189
  288.          Top             =   2640
  289.          Width           =   2055
  290.       End
  291.       Begin VB.TextBox txtAscii 
  292.          BeginProperty Font 
  293.             Name            =   "Courier New"
  294.             Size            =   9.75
  295.             Charset         =   0
  296.             Weight          =   400
  297.             Underline       =   0   'False
  298.             Italic          =   0   'False
  299.             Strikethrough   =   0   'False
  300.          EndProperty
  301.          Height          =   285
  302.          Index           =   9
  303.          Left            =   7200
  304.          MaxLength       =   16
  305.          TabIndex        =   172
  306.          Top             =   2280
  307.          Width           =   2055
  308.       End
  309.       Begin VB.TextBox txtAscii 
  310.          BeginProperty Font 
  311.             Name            =   "Courier New"
  312.             Size            =   9.75
  313.             Charset         =   0
  314.             Weight          =   400
  315.             Underline       =   0   'False
  316.             Italic          =   0   'False
  317.             Strikethrough   =   0   'False
  318.          EndProperty
  319.          Height          =   285
  320.          Index           =   8
  321.          Left            =   7200
  322.          MaxLength       =   16
  323.          TabIndex        =   155
  324.          Top             =   2040
  325.          Width           =   2055
  326.       End
  327.       Begin VB.TextBox txtAscii 
  328.          BeginProperty Font 
  329.             Name            =   "Courier New"
  330.             Size            =   9.75
  331.             Charset         =   0
  332.             Weight          =   400
  333.             Underline       =   0   'False
  334.             Italic          =   0   'False
  335.             Strikethrough   =   0   'False
  336.          EndProperty
  337.          Height          =   285
  338.          Index           =   7
  339.          Left            =   7200
  340.          MaxLength       =   16
  341.          TabIndex        =   138
  342.          Top             =   1800
  343.          Width           =   2055
  344.       End
  345.       Begin VB.TextBox txtAscii 
  346.          BeginProperty Font 
  347.             Name            =   "Courier New"
  348.             Size            =   9.75
  349.             Charset         =   0
  350.             Weight          =   400
  351.             Underline       =   0   'False
  352.             Italic          =   0   'False
  353.             Strikethrough   =   0   'False
  354.          EndProperty
  355.          Height          =   285
  356.          Index           =   6
  357.          Left            =   7200
  358.          MaxLength       =   16
  359.          TabIndex        =   121
  360.          Top             =   1560
  361.          Width           =   2055
  362.       End
  363.       Begin VB.TextBox txtAscii 
  364.          BeginProperty Font 
  365.             Name            =   "Courier New"
  366.             Size            =   9.75
  367.             Charset         =   0
  368.             Weight          =   400
  369.             Underline       =   0   'False
  370.             Italic          =   0   'False
  371.             Strikethrough   =   0   'False
  372.          EndProperty
  373.          Height          =   285
  374.          Index           =   5
  375.          Left            =   7200
  376.          MaxLength       =   16
  377.          TabIndex        =   104
  378.          Top             =   1320
  379.          Width           =   2055
  380.       End
  381.       Begin VB.TextBox txtAscii 
  382.          BeginProperty Font 
  383.             Name            =   "Courier New"
  384.             Size            =   9.75
  385.             Charset         =   0
  386.             Weight          =   400
  387.             Underline       =   0   'False
  388.             Italic          =   0   'False
  389.             Strikethrough   =   0   'False
  390.          EndProperty
  391.          Height          =   285
  392.          Index           =   4
  393.          Left            =   7200
  394.          MaxLength       =   16
  395.          TabIndex        =   87
  396.          Top             =   960
  397.          Width           =   2055
  398.       End
  399.       Begin VB.TextBox txtAscii 
  400.          BeginProperty Font 
  401.             Name            =   "Courier New"
  402.             Size            =   9.75
  403.             Charset         =   0
  404.             Weight          =   400
  405.             Underline       =   0   'False
  406.             Italic          =   0   'False
  407.             Strikethrough   =   0   'False
  408.          EndProperty
  409.          Height          =   285
  410.          Index           =   3
  411.          Left            =   7200
  412.          MaxLength       =   16
  413.          TabIndex        =   70
  414.          Top             =   720
  415.          Width           =   2055
  416.       End
  417.       Begin VB.TextBox txtAscii 
  418.          BeginProperty Font 
  419.             Name            =   "Courier New"
  420.             Size            =   9.75
  421.             Charset         =   0
  422.             Weight          =   400
  423.             Underline       =   0   'False
  424.             Italic          =   0   'False
  425.             Strikethrough   =   0   'False
  426.          EndProperty
  427.          Height          =   285
  428.          Index           =   2
  429.          Left            =   7200
  430.          MaxLength       =   16
  431.          TabIndex        =   53
  432.          Top             =   480
  433.          Width           =   2055
  434.       End
  435.       Begin VB.TextBox txtAscii 
  436.          BeginProperty Font 
  437.             Name            =   "Courier New"
  438.             Size            =   9.75
  439.             Charset         =   0
  440.             Weight          =   400
  441.             Underline       =   0   'False
  442.             Italic          =   0   'False
  443.             Strikethrough   =   0   'False
  444.          EndProperty
  445.          Height          =   285
  446.          Index           =   1
  447.          Left            =   7200
  448.          MaxLength       =   16
  449.          TabIndex        =   36
  450.          Top             =   240
  451.          Width           =   2055
  452.       End
  453.       Begin VB.TextBox txtAscii 
  454.          BeginProperty Font 
  455.             Name            =   "Courier New"
  456.             Size            =   9.75
  457.             Charset         =   0
  458.             Weight          =   400
  459.             Underline       =   0   'False
  460.             Italic          =   0   'False
  461.             Strikethrough   =   0   'False
  462.          EndProperty
  463.          Height          =   285
  464.          Index           =   0
  465.          Left            =   7200
  466.          MaxLength       =   16
  467.          TabIndex        =   19
  468.          Top             =   0
  469.          Width           =   2055
  470.       End
  471.       Begin VB.TextBox txtHex 
  472.          BeginProperty Font 
  473.             Name            =   "Courier New"
  474.             Size            =   9.75
  475.             Charset         =   0
  476.             Weight          =   400
  477.             Underline       =   0   'False
  478.             Italic          =   0   'False
  479.             Strikethrough   =   0   'False
  480.          EndProperty
  481.          Height          =   285
  482.          Index           =   159
  483.          Left            =   6720
  484.          MaxLength       =   2
  485.          TabIndex        =   171
  486.          Text            =   "00"
  487.          Top             =   2280
  488.          Width           =   375
  489.       End
  490.       Begin VB.TextBox txtHex 
  491.          BeginProperty Font 
  492.             Name            =   "Courier New"
  493.             Size            =   9.75
  494.             Charset         =   0
  495.             Weight          =   400
  496.             Underline       =   0   'False
  497.             Italic          =   0   'False
  498.             Strikethrough   =   0   'False
  499.          EndProperty
  500.          Height          =   285
  501.          Index           =   158
  502.          Left            =   6360
  503.          MaxLength       =   2
  504.          TabIndex        =   170
  505.          Text            =   "00"
  506.          Top             =   2280
  507.          Width           =   375
  508.       End
  509.       Begin VB.TextBox txtHex 
  510.          BeginProperty Font 
  511.             Name            =   "Courier New"
  512.             Size            =   9.75
  513.             Charset         =   0
  514.             Weight          =   400
  515.             Underline       =   0   'False
  516.             Italic          =   0   'False
  517.             Strikethrough   =   0   'False
  518.          EndProperty
  519.          Height          =   285
  520.          Index           =   157
  521.          Left            =   6000
  522.          MaxLength       =   2
  523.          TabIndex        =   169
  524.          Text            =   "00"
  525.          Top             =   2280
  526.          Width           =   375
  527.       End
  528.       Begin VB.TextBox txtHex 
  529.          BeginProperty Font 
  530.             Name            =   "Courier New"
  531.             Size            =   9.75
  532.             Charset         =   0
  533.             Weight          =   400
  534.             Underline       =   0   'False
  535.             Italic          =   0   'False
  536.             Strikethrough   =   0   'False
  537.          EndProperty
  538.          Height          =   285
  539.          Index           =   156
  540.          Left            =   5640
  541.          MaxLength       =   2
  542.          TabIndex        =   168
  543.          Text            =   "00"
  544.          Top             =   2280
  545.          Width           =   375
  546.       End
  547.       Begin VB.TextBox txtHex 
  548.          BeginProperty Font 
  549.             Name            =   "Courier New"
  550.             Size            =   9.75
  551.             Charset         =   0
  552.             Weight          =   400
  553.             Underline       =   0   'False
  554.             Italic          =   0   'False
  555.             Strikethrough   =   0   'False
  556.          EndProperty
  557.          Height          =   285
  558.          Index           =   155
  559.          Left            =   5280
  560.          MaxLength       =   2
  561.          TabIndex        =   167
  562.          Text            =   "00"
  563.          Top             =   2280
  564.          Width           =   375
  565.       End
  566.       Begin VB.TextBox txtHex 
  567.          BeginProperty Font 
  568.             Name            =   "Courier New"
  569.             Size            =   9.75
  570.             Charset         =   0
  571.             Weight          =   400
  572.             Underline       =   0   'False
  573.             Italic          =   0   'False
  574.             Strikethrough   =   0   'False
  575.          EndProperty
  576.          Height          =   285
  577.          Index           =   154
  578.          Left            =   4920
  579.          MaxLength       =   2
  580.          TabIndex        =   166
  581.          Text            =   "00"
  582.          Top             =   2280
  583.          Width           =   375
  584.       End
  585.       Begin VB.TextBox txtHex 
  586.          BeginProperty Font 
  587.             Name            =   "Courier New"
  588.             Size            =   9.75
  589.             Charset         =   0
  590.             Weight          =   400
  591.             Underline       =   0   'False
  592.             Italic          =   0   'False
  593.             Strikethrough   =   0   'False
  594.          EndProperty
  595.          Height          =   285
  596.          Index           =   153
  597.          Left            =   4560
  598.          MaxLength       =   2
  599.          TabIndex        =   165
  600.          Text            =   "00"
  601.          Top             =   2280
  602.          Width           =   375
  603.       End
  604.       Begin VB.TextBox txtHex 
  605.          BeginProperty Font 
  606.             Name            =   "Courier New"
  607.             Size            =   9.75
  608.             Charset         =   0
  609.             Weight          =   400
  610.             Underline       =   0   'False
  611.             Italic          =   0   'False
  612.             Strikethrough   =   0   'False
  613.          EndProperty
  614.          Height          =   285
  615.          Index           =   152
  616.          Left            =   4200
  617.          MaxLength       =   2
  618.          TabIndex        =   164
  619.          Text            =   "00"
  620.          Top             =   2280
  621.          Width           =   375
  622.       End
  623.       Begin VB.TextBox txtHex 
  624.          BeginProperty Font 
  625.             Name            =   "Courier New"
  626.             Size            =   9.75
  627.             Charset         =   0
  628.             Weight          =   400
  629.             Underline       =   0   'False
  630.             Italic          =   0   'False
  631.             Strikethrough   =   0   'False
  632.          EndProperty
  633.          Height          =   285
  634.          Index           =   151
  635.          Left            =   3720
  636.          MaxLength       =   2
  637.          TabIndex        =   163
  638.          Text            =   "00"
  639.          Top             =   2280
  640.          Width           =   375
  641.       End
  642.       Begin VB.TextBox txtHex 
  643.          BeginProperty Font 
  644.             Name            =   "Courier New"
  645.             Size            =   9.75
  646.             Charset         =   0
  647.             Weight          =   400
  648.             Underline       =   0   'False
  649.             Italic          =   0   'False
  650.             Strikethrough   =   0   'False
  651.          EndProperty
  652.          Height          =   285
  653.          Index           =   150
  654.          Left            =   3360
  655.          MaxLength       =   2
  656.          TabIndex        =   162
  657.          Text            =   "00"
  658.          Top             =   2280
  659.          Width           =   375
  660.       End
  661.       Begin VB.TextBox txtHex 
  662.          BeginProperty Font 
  663.             Name            =   "Courier New"
  664.             Size            =   9.75
  665.             Charset         =   0
  666.             Weight          =   400
  667.             Underline       =   0   'False
  668.             Italic          =   0   'False
  669.             Strikethrough   =   0   'False
  670.          EndProperty
  671.          Height          =   285
  672.          Index           =   149
  673.          Left            =   3000
  674.          MaxLength       =   2
  675.          TabIndex        =   161
  676.          Text            =   "00"
  677.          Top             =   2280
  678.          Width           =   375
  679.       End
  680.       Begin VB.TextBox txtHex 
  681.          BeginProperty Font 
  682.             Name            =   "Courier New"
  683.             Size            =   9.75
  684.             Charset         =   0
  685.             Weight          =   400
  686.             Underline       =   0   'False
  687.             Italic          =   0   'False
  688.             Strikethrough   =   0   'False
  689.          EndProperty
  690.          Height          =   285
  691.          Index           =   148
  692.          Left            =   2640
  693.          MaxLength       =   2
  694.          TabIndex        =   160
  695.          Text            =   "00"
  696.          Top             =   2280
  697.          Width           =   375
  698.       End
  699.       Begin VB.TextBox txtHex 
  700.          BeginProperty Font 
  701.             Name            =   "Courier New"
  702.             Size            =   9.75
  703.             Charset         =   0
  704.             Weight          =   400
  705.             Underline       =   0   'False
  706.             Italic          =   0   'False
  707.             Strikethrough   =   0   'False
  708.          EndProperty
  709.          Height          =   285
  710.          Index           =   147
  711.          Left            =   2280
  712.          MaxLength       =   2
  713.          TabIndex        =   159
  714.          Text            =   "00"
  715.          Top             =   2280
  716.          Width           =   375
  717.       End
  718.       Begin VB.TextBox txtHex 
  719.          BeginProperty Font 
  720.             Name            =   "Courier New"
  721.             Size            =   9.75
  722.             Charset         =   0
  723.             Weight          =   400
  724.             Underline       =   0   'False
  725.             Italic          =   0   'False
  726.             Strikethrough   =   0   'False
  727.          EndProperty
  728.          Height          =   285
  729.          Index           =   146
  730.          Left            =   1920
  731.          MaxLength       =   2
  732.          TabIndex        =   158
  733.          Text            =   "00"
  734.          Top             =   2280
  735.          Width           =   375
  736.       End
  737.       Begin VB.TextBox txtHex 
  738.          BeginProperty Font 
  739.             Name            =   "Courier New"
  740.             Size            =   9.75
  741.             Charset         =   0
  742.             Weight          =   400
  743.             Underline       =   0   'False
  744.             Italic          =   0   'False
  745.             Strikethrough   =   0   'False
  746.          EndProperty
  747.          Height          =   285
  748.          Index           =   145
  749.          Left            =   1560
  750.          MaxLength       =   2
  751.          TabIndex        =   157
  752.          Text            =   "00"
  753.          Top             =   2280
  754.          Width           =   375
  755.       End
  756.       Begin VB.TextBox txtHex 
  757.          BeginProperty Font 
  758.             Name            =   "Courier New"
  759.             Size            =   9.75
  760.             Charset         =   0
  761.             Weight          =   400
  762.             Underline       =   0   'False
  763.             Italic          =   0   'False
  764.             Strikethrough   =   0   'False
  765.          EndProperty
  766.          Height          =   285
  767.          Index           =   144
  768.          Left            =   1200
  769.          MaxLength       =   2
  770.          TabIndex        =   156
  771.          Text            =   "00"
  772.          Top             =   2280
  773.          Width           =   375
  774.       End
  775.       Begin VB.TextBox txtHex 
  776.          BeginProperty Font 
  777.             Name            =   "Courier New"
  778.             Size            =   9.75
  779.             Charset         =   0
  780.             Weight          =   400
  781.             Underline       =   0   'False
  782.             Italic          =   0   'False
  783.             Strikethrough   =   0   'False
  784.          EndProperty
  785.          Height          =   285
  786.          Index           =   143
  787.          Left            =   6720
  788.          MaxLength       =   2
  789.          TabIndex        =   154
  790.          Text            =   "00"
  791.          Top             =   2040
  792.          Width           =   375
  793.       End
  794.       Begin VB.TextBox txtHex 
  795.          BeginProperty Font 
  796.             Name            =   "Courier New"
  797.             Size            =   9.75
  798.             Charset         =   0
  799.             Weight          =   400
  800.             Underline       =   0   'False
  801.             Italic          =   0   'False
  802.             Strikethrough   =   0   'False
  803.          EndProperty
  804.          Height          =   285
  805.          Index           =   142
  806.          Left            =   6360
  807.          MaxLength       =   2
  808.          TabIndex        =   153
  809.          Text            =   "00"
  810.          Top             =   2040
  811.          Width           =   375
  812.       End
  813.       Begin VB.TextBox txtHex 
  814.          BeginProperty Font 
  815.             Name            =   "Courier New"
  816.             Size            =   9.75
  817.             Charset         =   0
  818.             Weight          =   400
  819.             Underline       =   0   'False
  820.             Italic          =   0   'False
  821.             Strikethrough   =   0   'False
  822.          EndProperty
  823.          Height          =   285
  824.          Index           =   141
  825.          Left            =   6000
  826.          MaxLength       =   2
  827.          TabIndex        =   152
  828.          Text            =   "00"
  829.          Top             =   2040
  830.          Width           =   375
  831.       End
  832.       Begin VB.TextBox txtHex 
  833.          BeginProperty Font 
  834.             Name            =   "Courier New"
  835.             Size            =   9.75
  836.             Charset         =   0
  837.             Weight          =   400
  838.             Underline       =   0   'False
  839.             Italic          =   0   'False
  840.             Strikethrough   =   0   'False
  841.          EndProperty
  842.          Height          =   285
  843.          Index           =   140
  844.          Left            =   5640
  845.          MaxLength       =   2
  846.          TabIndex        =   151
  847.          Text            =   "00"
  848.          Top             =   2040
  849.          Width           =   375
  850.       End
  851.       Begin VB.TextBox txtHex 
  852.          BeginProperty Font 
  853.             Name            =   "Courier New"
  854.             Size            =   9.75
  855.             Charset         =   0
  856.             Weight          =   400
  857.             Underline       =   0   'False
  858.             Italic          =   0   'False
  859.             Strikethrough   =   0   'False
  860.          EndProperty
  861.          Height          =   285
  862.          Index           =   139
  863.          Left            =   5280
  864.          MaxLength       =   2
  865.          TabIndex        =   150
  866.          Text            =   "00"
  867.          Top             =   2040
  868.          Width           =   375
  869.       End
  870.       Begin VB.TextBox txtHex 
  871.          BeginProperty Font 
  872.             Name            =   "Courier New"
  873.             Size            =   9.75
  874.             Charset         =   0
  875.             Weight          =   400
  876.             Underline       =   0   'False
  877.             Italic          =   0   'False
  878.             Strikethrough   =   0   'False
  879.          EndProperty
  880.          Height          =   285
  881.          Index           =   138
  882.          Left            =   4920
  883.          MaxLength       =   2
  884.          TabIndex        =   149
  885.          Text            =   "00"
  886.          Top             =   2040
  887.          Width           =   375
  888.       End
  889.       Begin VB.TextBox txtHex 
  890.          BeginProperty Font 
  891.             Name            =   "Courier New"
  892.             Size            =   9.75
  893.             Charset         =   0
  894.             Weight          =   400
  895.             Underline       =   0   'False
  896.             Italic          =   0   'False
  897.             Strikethrough   =   0   'False
  898.          EndProperty
  899.          Height          =   285
  900.          Index           =   137
  901.          Left            =   4560
  902.          MaxLength       =   2
  903.          TabIndex        =   148
  904.          Text            =   "00"
  905.          Top             =   2040
  906.          Width           =   375
  907.       End
  908.       Begin VB.TextBox txtHex 
  909.          BeginProperty Font 
  910.             Name            =   "Courier New"
  911.             Size            =   9.75
  912.             Charset         =   0
  913.             Weight          =   400
  914.             Underline       =   0   'False
  915.             Italic          =   0   'False
  916.             Strikethrough   =   0   'False
  917.          EndProperty
  918.          Height          =   285
  919.          Index           =   136
  920.          Left            =   4200
  921.          MaxLength       =   2
  922.          TabIndex        =   147
  923.          Text            =   "00"
  924.          Top             =   2040
  925.          Width           =   375
  926.       End
  927.       Begin VB.TextBox txtHex 
  928.          BeginProperty Font 
  929.             Name            =   "Courier New"
  930.             Size            =   9.75
  931.             Charset         =   0
  932.             Weight          =   400
  933.             Underline       =   0   'False
  934.             Italic          =   0   'False
  935.             Strikethrough   =   0   'False
  936.          EndProperty
  937.          Height          =   285
  938.          Index           =   135
  939.          Left            =   3720
  940.          MaxLength       =   2
  941.          TabIndex        =   146
  942.          Text            =   "00"
  943.          Top             =   2040
  944.          Width           =   375
  945.       End
  946.       Begin VB.TextBox txtHex 
  947.          BeginProperty Font 
  948.             Name            =   "Courier New"
  949.             Size            =   9.75
  950.             Charset         =   0
  951.             Weight          =   400
  952.             Underline       =   0   'False
  953.             Italic          =   0   'False
  954.             Strikethrough   =   0   'False
  955.          EndProperty
  956.          Height          =   285
  957.          Index           =   134
  958.          Left            =   3360
  959.          MaxLength       =   2
  960.          TabIndex        =   145
  961.          Text            =   "00"
  962.          Top             =   2040
  963.          Width           =   375
  964.       End
  965.       Begin VB.TextBox txtHex 
  966.          BeginProperty Font 
  967.             Name            =   "Courier New"
  968.             Size            =   9.75
  969.             Charset         =   0
  970.             Weight          =   400
  971.             Underline       =   0   'False
  972.             Italic          =   0   'False
  973.             Strikethrough   =   0   'False
  974.          EndProperty
  975.          Height          =   285
  976.          Index           =   133
  977.          Left            =   3000
  978.          MaxLength       =   2
  979.          TabIndex        =   144
  980.          Text            =   "00"
  981.          Top             =   2040
  982.          Width           =   375
  983.       End
  984.       Begin VB.TextBox txtHex 
  985.          BeginProperty Font 
  986.             Name            =   "Courier New"
  987.             Size            =   9.75
  988.             Charset         =   0
  989.             Weight          =   400
  990.             Underline       =   0   'False
  991.             Italic          =   0   'False
  992.             Strikethrough   =   0   'False
  993.          EndProperty
  994.          Height          =   285
  995.          Index           =   132
  996.          Left            =   2640
  997.          MaxLength       =   2
  998.          TabIndex        =   143
  999.          Text            =   "00"
  1000.          Top             =   2040
  1001.          Width           =   375
  1002.       End
  1003.       Begin VB.TextBox txtHex 
  1004.          BeginProperty Font 
  1005.             Name            =   "Courier New"
  1006.             Size            =   9.75
  1007.             Charset         =   0
  1008.             Weight          =   400
  1009.             Underline       =   0   'False
  1010.             Italic          =   0   'False
  1011.             Strikethrough   =   0   'False
  1012.          EndProperty
  1013.          Height          =   285
  1014.          Index           =   131
  1015.          Left            =   2280
  1016.          MaxLength       =   2
  1017.          TabIndex        =   142
  1018.          Text            =   "00"
  1019.          Top             =   2040
  1020.          Width           =   375
  1021.       End
  1022.       Begin VB.TextBox txtHex 
  1023.          BeginProperty Font 
  1024.             Name            =   "Courier New"
  1025.             Size            =   9.75
  1026.             Charset         =   0
  1027.             Weight          =   400
  1028.             Underline       =   0   'False
  1029.             Italic          =   0   'False
  1030.             Strikethrough   =   0   'False
  1031.          EndProperty
  1032.          Height          =   285
  1033.          Index           =   130
  1034.          Left            =   1920
  1035.          MaxLength       =   2
  1036.          TabIndex        =   141
  1037.          Text            =   "00"
  1038.          Top             =   2040
  1039.          Width           =   375
  1040.       End
  1041.       Begin VB.TextBox txtHex 
  1042.          BeginProperty Font 
  1043.             Name            =   "Courier New"
  1044.             Size            =   9.75
  1045.             Charset         =   0
  1046.             Weight          =   400
  1047.             Underline       =   0   'False
  1048.             Italic          =   0   'False
  1049.             Strikethrough   =   0   'False
  1050.          EndProperty
  1051.          Height          =   285
  1052.          Index           =   129
  1053.          Left            =   1560
  1054.          MaxLength       =   2
  1055.          TabIndex        =   140
  1056.          Text            =   "00"
  1057.          Top             =   2040
  1058.          Width           =   375
  1059.       End
  1060.       Begin VB.TextBox txtHex 
  1061.          BeginProperty Font 
  1062.             Name            =   "Courier New"
  1063.             Size            =   9.75
  1064.             Charset         =   0
  1065.             Weight          =   400
  1066.             Underline       =   0   'False
  1067.             Italic          =   0   'False
  1068.             Strikethrough   =   0   'False
  1069.          EndProperty
  1070.          Height          =   285
  1071.          Index           =   128
  1072.          Left            =   1200
  1073.          MaxLength       =   2
  1074.          TabIndex        =   139
  1075.          Text            =   "00"
  1076.          Top             =   2040
  1077.          Width           =   375
  1078.       End
  1079.       Begin VB.TextBox txtHex 
  1080.          BeginProperty Font 
  1081.             Name            =   "Courier New"
  1082.             Size            =   9.75
  1083.             Charset         =   0
  1084.             Weight          =   400
  1085.             Underline       =   0   'False
  1086.             Italic          =   0   'False
  1087.             Strikethrough   =   0   'False
  1088.          EndProperty
  1089.          Height          =   285
  1090.          Index           =   127
  1091.          Left            =   6720
  1092.          MaxLength       =   2
  1093.          TabIndex        =   137
  1094.          Text            =   "00"
  1095.          Top             =   1800
  1096.          Width           =   375
  1097.       End
  1098.       Begin VB.TextBox txtHex 
  1099.          BeginProperty Font 
  1100.             Name            =   "Courier New"
  1101.             Size            =   9.75
  1102.             Charset         =   0
  1103.             Weight          =   400
  1104.             Underline       =   0   'False
  1105.             Italic          =   0   'False
  1106.             Strikethrough   =   0   'False
  1107.          EndProperty
  1108.          Height          =   285
  1109.          Index           =   126
  1110.          Left            =   6360
  1111.          MaxLength       =   2
  1112.          TabIndex        =   136
  1113.          Text            =   "00"
  1114.          Top             =   1800
  1115.          Width           =   375
  1116.       End
  1117.       Begin VB.TextBox txtHex 
  1118.          BeginProperty Font 
  1119.             Name            =   "Courier New"
  1120.             Size            =   9.75
  1121.             Charset         =   0
  1122.             Weight          =   400
  1123.             Underline       =   0   'False
  1124.             Italic          =   0   'False
  1125.             Strikethrough   =   0   'False
  1126.          EndProperty
  1127.          Height          =   285
  1128.          Index           =   125
  1129.          Left            =   6000
  1130.          MaxLength       =   2
  1131.          TabIndex        =   135
  1132.          Text            =   "00"
  1133.          Top             =   1800
  1134.          Width           =   375
  1135.       End
  1136.       Begin VB.TextBox txtHex 
  1137.          BeginProperty Font 
  1138.             Name            =   "Courier New"
  1139.             Size            =   9.75
  1140.             Charset         =   0
  1141.             Weight          =   400
  1142.             Underline       =   0   'False
  1143.             Italic          =   0   'False
  1144.             Strikethrough   =   0   'False
  1145.          EndProperty
  1146.          Height          =   285
  1147.          Index           =   124
  1148.          Left            =   5640
  1149.          MaxLength       =   2
  1150.          TabIndex        =   134
  1151.          Text            =   "00"
  1152.          Top             =   1800
  1153.          Width           =   375
  1154.       End
  1155.       Begin VB.TextBox txtHex 
  1156.          BeginProperty Font 
  1157.             Name            =   "Courier New"
  1158.             Size            =   9.75
  1159.             Charset         =   0
  1160.             Weight          =   400
  1161.             Underline       =   0   'False
  1162.             Italic          =   0   'False
  1163.             Strikethrough   =   0   'False
  1164.          EndProperty
  1165.          Height          =   285
  1166.          Index           =   123
  1167.          Left            =   5280
  1168.          MaxLength       =   2
  1169.          TabIndex        =   133
  1170.          Text            =   "00"
  1171.          Top             =   1800
  1172.          Width           =   375
  1173.       End
  1174.       Begin VB.TextBox txtHex 
  1175.          BeginProperty Font 
  1176.             Name            =   "Courier New"
  1177.             Size            =   9.75
  1178.             Charset         =   0
  1179.             Weight          =   400
  1180.             Underline       =   0   'False
  1181.             Italic          =   0   'False
  1182.             Strikethrough   =   0   'False
  1183.          EndProperty
  1184.          Height          =   285
  1185.          Index           =   122
  1186.          Left            =   4920
  1187.          MaxLength       =   2
  1188.          TabIndex        =   132
  1189.          Text            =   "00"
  1190.          Top             =   1800
  1191.          Width           =   375
  1192.       End
  1193.       Begin VB.TextBox txtHex 
  1194.          BeginProperty Font 
  1195.             Name            =   "Courier New"
  1196.             Size            =   9.75
  1197.             Charset         =   0
  1198.             Weight          =   400
  1199.             Underline       =   0   'False
  1200.             Italic          =   0   'False
  1201.             Strikethrough   =   0   'False
  1202.          EndProperty
  1203.          Height          =   285
  1204.          Index           =   121
  1205.          Left            =   4560
  1206.          MaxLength       =   2
  1207.          TabIndex        =   131
  1208.          Text            =   "00"
  1209.          Top             =   1800
  1210.          Width           =   375
  1211.       End
  1212.       Begin VB.TextBox txtHex 
  1213.          BeginProperty Font 
  1214.             Name            =   "Courier New"
  1215.             Size            =   9.75
  1216.             Charset         =   0
  1217.             Weight          =   400
  1218.             Underline       =   0   'False
  1219.             Italic          =   0   'False
  1220.             Strikethrough   =   0   'False
  1221.          EndProperty
  1222.          Height          =   285
  1223.          Index           =   120
  1224.          Left            =   4200
  1225.          MaxLength       =   2
  1226.          TabIndex        =   130
  1227.          Text            =   "00"
  1228.          Top             =   1800
  1229.          Width           =   375
  1230.       End
  1231.       Begin VB.TextBox txtHex 
  1232.          BeginProperty Font 
  1233.             Name            =   "Courier New"
  1234.             Size            =   9.75
  1235.             Charset         =   0
  1236.             Weight          =   400
  1237.             Underline       =   0   'False
  1238.             Italic          =   0   'False
  1239.             Strikethrough   =   0   'False
  1240.          EndProperty
  1241.          Height          =   285
  1242.          Index           =   119
  1243.          Left            =   3720
  1244.          MaxLength       =   2
  1245.          TabIndex        =   129
  1246.          Text            =   "00"
  1247.          Top             =   1800
  1248.          Width           =   375
  1249.       End
  1250.       Begin VB.TextBox txtHex 
  1251.          BeginProperty Font 
  1252.             Name            =   "Courier New"
  1253.             Size            =   9.75
  1254.             Charset         =   0
  1255.             Weight          =   400
  1256.             Underline       =   0   'False
  1257.             Italic          =   0   'False
  1258.             Strikethrough   =   0   'False
  1259.          EndProperty
  1260.          Height          =   285
  1261.          Index           =   118
  1262.          Left            =   3360
  1263.          MaxLength       =   2
  1264.          TabIndex        =   128
  1265.          Text            =   "00"
  1266.          Top             =   1800
  1267.          Width           =   375
  1268.       End
  1269.       Begin VB.TextBox txtHex 
  1270.          BeginProperty Font 
  1271.             Name            =   "Courier New"
  1272.             Size            =   9.75
  1273.             Charset         =   0
  1274.             Weight          =   400
  1275.             Underline       =   0   'False
  1276.             Italic          =   0   'False
  1277.             Strikethrough   =   0   'False
  1278.          EndProperty
  1279.          Height          =   285
  1280.          Index           =   117
  1281.          Left            =   3000
  1282.          MaxLength       =   2
  1283.          TabIndex        =   127
  1284.          Text            =   "00"
  1285.          Top             =   1800
  1286.          Width           =   375
  1287.       End
  1288.       Begin VB.TextBox txtHex 
  1289.          BeginProperty Font 
  1290.             Name            =   "Courier New"
  1291.             Size            =   9.75
  1292.             Charset         =   0
  1293.             Weight          =   400
  1294.             Underline       =   0   'False
  1295.             Italic          =   0   'False
  1296.             Strikethrough   =   0   'False
  1297.          EndProperty
  1298.          Height          =   285
  1299.          Index           =   116
  1300.          Left            =   2640
  1301.          MaxLength       =   2
  1302.          TabIndex        =   126
  1303.          Text            =   "00"
  1304.          Top             =   1800
  1305.          Width           =   375
  1306.       End
  1307.       Begin VB.TextBox txtHex 
  1308.          BeginProperty Font 
  1309.             Name            =   "Courier New"
  1310.             Size            =   9.75
  1311.             Charset         =   0
  1312.             Weight          =   400
  1313.             Underline       =   0   'False
  1314.             Italic          =   0   'False
  1315.             Strikethrough   =   0   'False
  1316.          EndProperty
  1317.          Height          =   285
  1318.          Index           =   115
  1319.          Left            =   2280
  1320.          MaxLength       =   2
  1321.          TabIndex        =   125
  1322.          Text            =   "00"
  1323.          Top             =   1800
  1324.          Width           =   375
  1325.       End
  1326.       Begin VB.TextBox txtHex 
  1327.          BeginProperty Font 
  1328.             Name            =   "Courier New"
  1329.             Size            =   9.75
  1330.             Charset         =   0
  1331.             Weight          =   400
  1332.             Underline       =   0   'False
  1333.             Italic          =   0   'False
  1334.             Strikethrough   =   0   'False
  1335.          EndProperty
  1336.          Height          =   285
  1337.          Index           =   114
  1338.          Left            =   1920
  1339.          MaxLength       =   2
  1340.          TabIndex        =   124
  1341.          Text            =   "00"
  1342.          Top             =   1800
  1343.          Width           =   375
  1344.       End
  1345.       Begin VB.TextBox txtHex 
  1346.          BeginProperty Font 
  1347.             Name            =   "Courier New"
  1348.             Size            =   9.75
  1349.             Charset         =   0
  1350.             Weight          =   400
  1351.             Underline       =   0   'False
  1352.             Italic          =   0   'False
  1353.             Strikethrough   =   0   'False
  1354.          EndProperty
  1355.          Height          =   285
  1356.          Index           =   113
  1357.          Left            =   1560
  1358.          MaxLength       =   2
  1359.          TabIndex        =   123
  1360.          Text            =   "00"
  1361.          Top             =   1800
  1362.          Width           =   375
  1363.       End
  1364.       Begin VB.TextBox txtHex 
  1365.          BeginProperty Font 
  1366.             Name            =   "Courier New"
  1367.             Size            =   9.75
  1368.             Charset         =   0
  1369.             Weight          =   400
  1370.             Underline       =   0   'False
  1371.             Italic          =   0   'False
  1372.             Strikethrough   =   0   'False
  1373.          EndProperty
  1374.          Height          =   285
  1375.          Index           =   112
  1376.          Left            =   1200
  1377.          MaxLength       =   2
  1378.          TabIndex        =   122
  1379.          Text            =   "00"
  1380.          Top             =   1800
  1381.          Width           =   375
  1382.       End
  1383.       Begin VB.TextBox txtHex 
  1384.          BeginProperty Font 
  1385.             Name            =   "Courier New"
  1386.             Size            =   9.75
  1387.             Charset         =   0
  1388.             Weight          =   400
  1389.             Underline       =   0   'False
  1390.             Italic          =   0   'False
  1391.             Strikethrough   =   0   'False
  1392.          EndProperty
  1393.          Height          =   285
  1394.          Index           =   111
  1395.          Left            =   6720
  1396.          MaxLength       =   2
  1397.          TabIndex        =   120
  1398.          Text            =   "00"
  1399.          Top             =   1560
  1400.          Width           =   375
  1401.       End
  1402.       Begin VB.TextBox txtHex 
  1403.          BeginProperty Font 
  1404.             Name            =   "Courier New"
  1405.             Size            =   9.75
  1406.             Charset         =   0
  1407.             Weight          =   400
  1408.             Underline       =   0   'False
  1409.             Italic          =   0   'False
  1410.             Strikethrough   =   0   'False
  1411.          EndProperty
  1412.          Height          =   285
  1413.          Index           =   110
  1414.          Left            =   6360
  1415.          MaxLength       =   2
  1416.          TabIndex        =   119
  1417.          Text            =   "00"
  1418.          Top             =   1560
  1419.          Width           =   375
  1420.       End
  1421.       Begin VB.TextBox txtHex 
  1422.          BeginProperty Font 
  1423.             Name            =   "Courier New"
  1424.             Size            =   9.75
  1425.             Charset         =   0
  1426.             Weight          =   400
  1427.             Underline       =   0   'False
  1428.             Italic          =   0   'False
  1429.             Strikethrough   =   0   'False
  1430.          EndProperty
  1431.          Height          =   285
  1432.          Index           =   109
  1433.          Left            =   6000
  1434.          MaxLength       =   2
  1435.          TabIndex        =   118
  1436.          Text            =   "00"
  1437.          Top             =   1560
  1438.          Width           =   375
  1439.       End
  1440.       Begin VB.TextBox txtHex 
  1441.          BeginProperty Font 
  1442.             Name            =   "Courier New"
  1443.             Size            =   9.75
  1444.             Charset         =   0
  1445.             Weight          =   400
  1446.             Underline       =   0   'False
  1447.             Italic          =   0   'False
  1448.             Strikethrough   =   0   'False
  1449.          EndProperty
  1450.          Height          =   285
  1451.          Index           =   108
  1452.          Left            =   5640
  1453.          MaxLength       =   2
  1454.          TabIndex        =   117
  1455.          Text            =   "00"
  1456.          Top             =   1560
  1457.          Width           =   375
  1458.       End
  1459.       Begin VB.TextBox txtHex 
  1460.          BeginProperty Font 
  1461.             Name            =   "Courier New"
  1462.             Size            =   9.75
  1463.             Charset         =   0
  1464.             Weight          =   400
  1465.             Underline       =   0   'False
  1466.             Italic          =   0   'False
  1467.             Strikethrough   =   0   'False
  1468.          EndProperty
  1469.          Height          =   285
  1470.          Index           =   107
  1471.          Left            =   5280
  1472.          MaxLength       =   2
  1473.          TabIndex        =   116
  1474.          Text            =   "00"
  1475.          Top             =   1560
  1476.          Width           =   375
  1477.       End
  1478.       Begin VB.TextBox txtHex 
  1479.          BeginProperty Font 
  1480.             Name            =   "Courier New"
  1481.             Size            =   9.75
  1482.             Charset         =   0
  1483.             Weight          =   400
  1484.             Underline       =   0   'False
  1485.             Italic          =   0   'False
  1486.             Strikethrough   =   0   'False
  1487.          EndProperty
  1488.          Height          =   285
  1489.          Index           =   106
  1490.          Left            =   4920
  1491.          MaxLength       =   2
  1492.          TabIndex        =   115
  1493.          Text            =   "00"
  1494.          Top             =   1560
  1495.          Width           =   375
  1496.       End
  1497.       Begin VB.TextBox txtHex 
  1498.          BeginProperty Font 
  1499.             Name            =   "Courier New"
  1500.             Size            =   9.75
  1501.             Charset         =   0
  1502.             Weight          =   400
  1503.             Underline       =   0   'False
  1504.             Italic          =   0   'False
  1505.             Strikethrough   =   0   'False
  1506.          EndProperty
  1507.          Height          =   285
  1508.          Index           =   105
  1509.          Left            =   4560
  1510.          MaxLength       =   2
  1511.          TabIndex        =   114
  1512.          Text            =   "00"
  1513.          Top             =   1560
  1514.          Width           =   375
  1515.       End
  1516.       Begin VB.TextBox txtHex 
  1517.          BeginProperty Font 
  1518.             Name            =   "Courier New"
  1519.             Size            =   9.75
  1520.             Charset         =   0
  1521.             Weight          =   400
  1522.             Underline       =   0   'False
  1523.             Italic          =   0   'False
  1524.             Strikethrough   =   0   'False
  1525.          EndProperty
  1526.          Height          =   285
  1527.          Index           =   104
  1528.          Left            =   4200
  1529.          MaxLength       =   2
  1530.          TabIndex        =   113
  1531.          Text            =   "00"
  1532.          Top             =   1560
  1533.          Width           =   375
  1534.       End
  1535.       Begin VB.TextBox txtHex 
  1536.          BeginProperty Font 
  1537.             Name            =   "Courier New"
  1538.             Size            =   9.75
  1539.             Charset         =   0
  1540.             Weight          =   400
  1541.             Underline       =   0   'False
  1542.             Italic          =   0   'False
  1543.             Strikethrough   =   0   'False
  1544.          EndProperty
  1545.          Height          =   285
  1546.          Index           =   103
  1547.          Left            =   3720
  1548.          MaxLength       =   2
  1549.          TabIndex        =   112
  1550.          Text            =   "00"
  1551.          Top             =   1560
  1552.          Width           =   375
  1553.       End
  1554.       Begin VB.TextBox txtHex 
  1555.          BeginProperty Font 
  1556.             Name            =   "Courier New"
  1557.             Size            =   9.75
  1558.             Charset         =   0
  1559.             Weight          =   400
  1560.             Underline       =   0   'False
  1561.             Italic          =   0   'False
  1562.             Strikethrough   =   0   'False
  1563.          EndProperty
  1564.          Height          =   285
  1565.          Index           =   102
  1566.          Left            =   3360
  1567.          MaxLength       =   2
  1568.          TabIndex        =   111
  1569.          Text            =   "00"
  1570.          Top             =   1560
  1571.          Width           =   375
  1572.       End
  1573.       Begin VB.TextBox txtHex 
  1574.          BeginProperty Font 
  1575.             Name            =   "Courier New"
  1576.             Size            =   9.75
  1577.             Charset         =   0
  1578.             Weight          =   400
  1579.             Underline       =   0   'False
  1580.             Italic          =   0   'False
  1581.             Strikethrough   =   0   'False
  1582.          EndProperty
  1583.          Height          =   285
  1584.          Index           =   101
  1585.          Left            =   3000
  1586.          MaxLength       =   2
  1587.          TabIndex        =   110
  1588.          Text            =   "00"
  1589.          Top             =   1560
  1590.          Width           =   375
  1591.       End
  1592.       Begin VB.TextBox txtHex 
  1593.          BeginProperty Font 
  1594.             Name            =   "Courier New"
  1595.             Size            =   9.75
  1596.             Charset         =   0
  1597.             Weight          =   400
  1598.             Underline       =   0   'False
  1599.             Italic          =   0   'False
  1600.             Strikethrough   =   0   'False
  1601.          EndProperty
  1602.          Height          =   285
  1603.          Index           =   100
  1604.          Left            =   2640
  1605.          MaxLength       =   2
  1606.          TabIndex        =   109
  1607.          Text            =   "00"
  1608.          Top             =   1560
  1609.          Width           =   375
  1610.       End
  1611.       Begin VB.TextBox txtHex 
  1612.          BeginProperty Font 
  1613.             Name            =   "Courier New"
  1614.             Size            =   9.75
  1615.             Charset         =   0
  1616.             Weight          =   400
  1617.             Underline       =   0   'False
  1618.             Italic          =   0   'False
  1619.             Strikethrough   =   0   'False
  1620.          EndProperty
  1621.          Height          =   285
  1622.          Index           =   99
  1623.          Left            =   2280
  1624.          MaxLength       =   2
  1625.          TabIndex        =   108
  1626.          Text            =   "00"
  1627.          Top             =   1560
  1628.          Width           =   375
  1629.       End
  1630.       Begin VB.TextBox txtHex 
  1631.          BeginProperty Font 
  1632.             Name            =   "Courier New"
  1633.             Size            =   9.75
  1634.             Charset         =   0
  1635.             Weight          =   400
  1636.             Underline       =   0   'False
  1637.             Italic          =   0   'False
  1638.             Strikethrough   =   0   'False
  1639.          EndProperty
  1640.          Height          =   285
  1641.          Index           =   98
  1642.          Left            =   1920
  1643.          MaxLength       =   2
  1644.          TabIndex        =   107
  1645.          Text            =   "00"
  1646.          Top             =   1560
  1647.          Width           =   375
  1648.       End
  1649.       Begin VB.TextBox txtHex 
  1650.          BeginProperty Font 
  1651.             Name            =   "Courier New"
  1652.             Size            =   9.75
  1653.             Charset         =   0
  1654.             Weight          =   400
  1655.             Underline       =   0   'False
  1656.             Italic          =   0   'False
  1657.             Strikethrough   =   0   'False
  1658.          EndProperty
  1659.          Height          =   285
  1660.          Index           =   97
  1661.          Left            =   1560
  1662.          MaxLength       =   2
  1663.          TabIndex        =   106
  1664.          Text            =   "00"
  1665.          Top             =   1560
  1666.          Width           =   375
  1667.       End
  1668.       Begin VB.TextBox txtHex 
  1669.          BeginProperty Font 
  1670.             Name            =   "Courier New"
  1671.             Size            =   9.75
  1672.             Charset         =   0
  1673.             Weight          =   400
  1674.             Underline       =   0   'False
  1675.             Italic          =   0   'False
  1676.             Strikethrough   =   0   'False
  1677.          EndProperty
  1678.          Height          =   285
  1679.          Index           =   96
  1680.          Left            =   1200
  1681.          MaxLength       =   2
  1682.          TabIndex        =   105
  1683.          Text            =   "00"
  1684.          Top             =   1560
  1685.          Width           =   375
  1686.       End
  1687.       Begin VB.TextBox txtHex 
  1688.          BeginProperty Font 
  1689.             Name            =   "Courier New"
  1690.             Size            =   9.75
  1691.             Charset         =   0
  1692.             Weight          =   400
  1693.             Underline       =   0   'False
  1694.             Italic          =   0   'False
  1695.             Strikethrough   =   0   'False
  1696.          EndProperty
  1697.          Height          =   285
  1698.          Index           =   95
  1699.          Left            =   6720
  1700.          MaxLength       =   2
  1701.          TabIndex        =   103
  1702.          Text            =   "00"
  1703.          Top             =   1320
  1704.          Width           =   375
  1705.       End
  1706.       Begin VB.TextBox txtHex 
  1707.          BeginProperty Font 
  1708.             Name            =   "Courier New"
  1709.             Size            =   9.75
  1710.             Charset         =   0
  1711.             Weight          =   400
  1712.             Underline       =   0   'False
  1713.             Italic          =   0   'False
  1714.             Strikethrough   =   0   'False
  1715.          EndProperty
  1716.          Height          =   285
  1717.          Index           =   94
  1718.          Left            =   6360
  1719.          MaxLength       =   2
  1720.          TabIndex        =   102
  1721.          Text            =   "00"
  1722.          Top             =   1320
  1723.          Width           =   375
  1724.       End
  1725.       Begin VB.TextBox txtHex 
  1726.          BeginProperty Font 
  1727.             Name            =   "Courier New"
  1728.             Size            =   9.75
  1729.             Charset         =   0
  1730.             Weight          =   400
  1731.             Underline       =   0   'False
  1732.             Italic          =   0   'False
  1733.             Strikethrough   =   0   'False
  1734.          EndProperty
  1735.          Height          =   285
  1736.          Index           =   93
  1737.          Left            =   6000
  1738.          MaxLength       =   2
  1739.          TabIndex        =   101
  1740.          Text            =   "00"
  1741.          Top             =   1320
  1742.          Width           =   375
  1743.       End
  1744.       Begin VB.TextBox txtHex 
  1745.          BeginProperty Font 
  1746.             Name            =   "Courier New"
  1747.             Size            =   9.75
  1748.             Charset         =   0
  1749.             Weight          =   400
  1750.             Underline       =   0   'False
  1751.             Italic          =   0   'False
  1752.             Strikethrough   =   0   'False
  1753.          EndProperty
  1754.          Height          =   285
  1755.          Index           =   92
  1756.          Left            =   5640
  1757.          MaxLength       =   2
  1758.          TabIndex        =   100
  1759.          Text            =   "00"
  1760.          Top             =   1320
  1761.          Width           =   375
  1762.       End
  1763.       Begin VB.TextBox txtHex 
  1764.          BeginProperty Font 
  1765.             Name            =   "Courier New"
  1766.             Size            =   9.75
  1767.             Charset         =   0
  1768.             Weight          =   400
  1769.             Underline       =   0   'False
  1770.             Italic          =   0   'False
  1771.             Strikethrough   =   0   'False
  1772.          EndProperty
  1773.          Height          =   285
  1774.          Index           =   91
  1775.          Left            =   5280
  1776.          MaxLength       =   2
  1777.          TabIndex        =   99
  1778.          Text            =   "00"
  1779.          Top             =   1320
  1780.          Width           =   375
  1781.       End
  1782.       Begin VB.TextBox txtHex 
  1783.          BeginProperty Font 
  1784.             Name            =   "Courier New"
  1785.             Size            =   9.75
  1786.             Charset         =   0
  1787.             Weight          =   400
  1788.             Underline       =   0   'False
  1789.             Italic          =   0   'False
  1790.             Strikethrough   =   0   'False
  1791.          EndProperty
  1792.          Height          =   285
  1793.          Index           =   90
  1794.          Left            =   4920
  1795.          MaxLength       =   2
  1796.          TabIndex        =   98
  1797.          Text            =   "00"
  1798.          Top             =   1320
  1799.          Width           =   375
  1800.       End
  1801.       Begin VB.TextBox txtHex 
  1802.          BeginProperty Font 
  1803.             Name            =   "Courier New"
  1804.             Size            =   9.75
  1805.             Charset         =   0
  1806.             Weight          =   400
  1807.             Underline       =   0   'False
  1808.             Italic          =   0   'False
  1809.             Strikethrough   =   0   'False
  1810.          EndProperty
  1811.          Height          =   285
  1812.          Index           =   89
  1813.          Left            =   4560
  1814.          MaxLength       =   2
  1815.          TabIndex        =   97
  1816.          Text            =   "00"
  1817.          Top             =   1320
  1818.          Width           =   375
  1819.       End
  1820.       Begin VB.TextBox txtHex 
  1821.          BeginProperty Font 
  1822.             Name            =   "Courier New"
  1823.             Size            =   9.75
  1824.             Charset         =   0
  1825.             Weight          =   400
  1826.             Underline       =   0   'False
  1827.             Italic          =   0   'False
  1828.             Strikethrough   =   0   'False
  1829.          EndProperty
  1830.          Height          =   285
  1831.          Index           =   88
  1832.          Left            =   4200
  1833.          MaxLength       =   2
  1834.          TabIndex        =   96
  1835.          Text            =   "00"
  1836.          Top             =   1320
  1837.          Width           =   375
  1838.       End
  1839.       Begin VB.TextBox txtHex 
  1840.          BeginProperty Font 
  1841.             Name            =   "Courier New"
  1842.             Size            =   9.75
  1843.             Charset         =   0
  1844.             Weight          =   400
  1845.             Underline       =   0   'False
  1846.             Italic          =   0   'False
  1847.             Strikethrough   =   0   'False
  1848.          EndProperty
  1849.          Height          =   285
  1850.          Index           =   87
  1851.          Left            =   3720
  1852.          MaxLength       =   2
  1853.          TabIndex        =   95
  1854.          Text            =   "00"
  1855.          Top             =   1320
  1856.          Width           =   375
  1857.       End
  1858.       Begin VB.TextBox txtHex 
  1859.          BeginProperty Font 
  1860.             Name            =   "Courier New"
  1861.             Size            =   9.75
  1862.             Charset         =   0
  1863.             Weight          =   400
  1864.             Underline       =   0   'False
  1865.             Italic          =   0   'False
  1866.             Strikethrough   =   0   'False
  1867.          EndProperty
  1868.          Height          =   285
  1869.          Index           =   86
  1870.          Left            =   3360
  1871.          MaxLength       =   2
  1872.          TabIndex        =   94
  1873.          Text            =   "00"
  1874.          Top             =   1320
  1875.          Width           =   375
  1876.       End
  1877.       Begin VB.TextBox txtHex 
  1878.          BeginProperty Font 
  1879.             Name            =   "Courier New"
  1880.             Size            =   9.75
  1881.             Charset         =   0
  1882.             Weight          =   400
  1883.             Underline       =   0   'False
  1884.             Italic          =   0   'False
  1885.             Strikethrough   =   0   'False
  1886.          EndProperty
  1887.          Height          =   285
  1888.          Index           =   85
  1889.          Left            =   3000
  1890.          MaxLength       =   2
  1891.          TabIndex        =   93
  1892.          Text            =   "00"
  1893.          Top             =   1320
  1894.          Width           =   375
  1895.       End
  1896.       Begin VB.TextBox txtHex 
  1897.          BeginProperty Font 
  1898.             Name            =   "Courier New"
  1899.             Size            =   9.75
  1900.             Charset         =   0
  1901.             Weight          =   400
  1902.             Underline       =   0   'False
  1903.             Italic          =   0   'False
  1904.             Strikethrough   =   0   'False
  1905.          EndProperty
  1906.          Height          =   285
  1907.          Index           =   84
  1908.          Left            =   2640
  1909.          MaxLength       =   2
  1910.          TabIndex        =   92
  1911.          Text            =   "00"
  1912.          Top             =   1320
  1913.          Width           =   375
  1914.       End
  1915.       Begin VB.TextBox txtHex 
  1916.          BeginProperty Font 
  1917.             Name            =   "Courier New"
  1918.             Size            =   9.75
  1919.             Charset         =   0
  1920.             Weight          =   400
  1921.             Underline       =   0   'False
  1922.             Italic          =   0   'False
  1923.             Strikethrough   =   0   'False
  1924.          EndProperty
  1925.          Height          =   285
  1926.          Index           =   83
  1927.          Left            =   2280
  1928.          MaxLength       =   2
  1929.          TabIndex        =   91
  1930.          Text            =   "00"
  1931.          Top             =   1320
  1932.          Width           =   375
  1933.       End
  1934.       Begin VB.TextBox txtHex 
  1935.          BeginProperty Font 
  1936.             Name            =   "Courier New"
  1937.             Size            =   9.75
  1938.             Charset         =   0
  1939.             Weight          =   400
  1940.             Underline       =   0   'False
  1941.             Italic          =   0   'False
  1942.             Strikethrough   =   0   'False
  1943.          EndProperty
  1944.          Height          =   285
  1945.          Index           =   82
  1946.          Left            =   1920
  1947.          MaxLength       =   2
  1948.          TabIndex        =   90
  1949.          Text            =   "00"
  1950.          Top             =   1320
  1951.          Width           =   375
  1952.       End
  1953.       Begin VB.TextBox txtHex 
  1954.          BeginProperty Font 
  1955.             Name            =   "Courier New"
  1956.             Size            =   9.75
  1957.             Charset         =   0
  1958.             Weight          =   400
  1959.             Underline       =   0   'False
  1960.             Italic          =   0   'False
  1961.             Strikethrough   =   0   'False
  1962.          EndProperty
  1963.          Height          =   285
  1964.          Index           =   81
  1965.          Left            =   1560
  1966.          MaxLength       =   2
  1967.          TabIndex        =   89
  1968.          Text            =   "00"
  1969.          Top             =   1320
  1970.          Width           =   375
  1971.       End
  1972.       Begin VB.TextBox txtHex 
  1973.          BeginProperty Font 
  1974.             Name            =   "Courier New"
  1975.             Size            =   9.75
  1976.             Charset         =   0
  1977.             Weight          =   400
  1978.             Underline       =   0   'False
  1979.             Italic          =   0   'False
  1980.             Strikethrough   =   0   'False
  1981.          EndProperty
  1982.          Height          =   285
  1983.          Index           =   80
  1984.          Left            =   1200
  1985.          MaxLength       =   2
  1986.          TabIndex        =   88
  1987.          Text            =   "00"
  1988.          Top             =   1320
  1989.          Width           =   375
  1990.       End
  1991.       Begin VB.TextBox txtHex 
  1992.          BeginProperty Font 
  1993.             Name            =   "Courier New"
  1994.             Size            =   9.75
  1995.             Charset         =   0
  1996.             Weight          =   400
  1997.             Underline       =   0   'False
  1998.             Italic          =   0   'False
  1999.             Strikethrough   =   0   'False
  2000.          EndProperty
  2001.          Height          =   285
  2002.          Index           =   79
  2003.          Left            =   6720
  2004.          MaxLength       =   2
  2005.          TabIndex        =   86
  2006.          Text            =   "00"
  2007.          Top             =   960
  2008.          Width           =   375
  2009.       End
  2010.       Begin VB.TextBox txtHex 
  2011.          BeginProperty Font 
  2012.             Name            =   "Courier New"
  2013.             Size            =   9.75
  2014.             Charset         =   0
  2015.             Weight          =   400
  2016.             Underline       =   0   'False
  2017.             Italic          =   0   'False
  2018.             Strikethrough   =   0   'False
  2019.          EndProperty
  2020.          Height          =   285
  2021.          Index           =   78
  2022.          Left            =   6360
  2023.          MaxLength       =   2
  2024.          TabIndex        =   85
  2025.          Text            =   "00"
  2026.          Top             =   960
  2027.          Width           =   375
  2028.       End
  2029.       Begin VB.TextBox txtHex 
  2030.          BeginProperty Font 
  2031.             Name            =   "Courier New"
  2032.             Size            =   9.75
  2033.             Charset         =   0
  2034.             Weight          =   400
  2035.             Underline       =   0   'False
  2036.             Italic          =   0   'False
  2037.             Strikethrough   =   0   'False
  2038.          EndProperty
  2039.          Height          =   285
  2040.          Index           =   77
  2041.          Left            =   6000
  2042.          MaxLength       =   2
  2043.          TabIndex        =   84
  2044.          Text            =   "00"
  2045.          Top             =   960
  2046.          Width           =   375
  2047.       End
  2048.       Begin VB.TextBox txtHex 
  2049.          BeginProperty Font 
  2050.             Name            =   "Courier New"
  2051.             Size            =   9.75
  2052.             Charset         =   0
  2053.             Weight          =   400
  2054.             Underline       =   0   'False
  2055.             Italic          =   0   'False
  2056.             Strikethrough   =   0   'False
  2057.          EndProperty
  2058.          Height          =   285
  2059.          Index           =   76
  2060.          Left            =   5640
  2061.          MaxLength       =   2
  2062.          TabIndex        =   83
  2063.          Text            =   "00"
  2064.          Top             =   960
  2065.          Width           =   375
  2066.       End
  2067.       Begin VB.TextBox txtHex 
  2068.          BeginProperty Font 
  2069.             Name            =   "Courier New"
  2070.             Size            =   9.75
  2071.             Charset         =   0
  2072.             Weight          =   400
  2073.             Underline       =   0   'False
  2074.             Italic          =   0   'False
  2075.             Strikethrough   =   0   'False
  2076.          EndProperty
  2077.          Height          =   285
  2078.          Index           =   75
  2079.          Left            =   5280
  2080.          MaxLength       =   2
  2081.          TabIndex        =   82
  2082.          Text            =   "00"
  2083.          Top             =   960
  2084.          Width           =   375
  2085.       End
  2086.       Begin VB.TextBox txtHex 
  2087.          BeginProperty Font 
  2088.             Name            =   "Courier New"
  2089.             Size            =   9.75
  2090.             Charset         =   0
  2091.             Weight          =   400
  2092.             Underline       =   0   'False
  2093.             Italic          =   0   'False
  2094.             Strikethrough   =   0   'False
  2095.          EndProperty
  2096.          Height          =   285
  2097.          Index           =   74
  2098.          Left            =   4920
  2099.          MaxLength       =   2
  2100.          TabIndex        =   81
  2101.          Text            =   "00"
  2102.          Top             =   960
  2103.          Width           =   375
  2104.       End
  2105.       Begin VB.TextBox txtHex 
  2106.          BeginProperty Font 
  2107.             Name            =   "Courier New"
  2108.             Size            =   9.75
  2109.             Charset         =   0
  2110.             Weight          =   400
  2111.             Underline       =   0   'False
  2112.             Italic          =   0   'False
  2113.             Strikethrough   =   0   'False
  2114.          EndProperty
  2115.          Height          =   285
  2116.          Index           =   73
  2117.          Left            =   4560
  2118.          MaxLength       =   2
  2119.          TabIndex        =   80
  2120.          Text            =   "00"
  2121.          Top             =   960
  2122.          Width           =   375
  2123.       End
  2124.       Begin VB.TextBox txtHex 
  2125.          BeginProperty Font 
  2126.             Name            =   "Courier New"
  2127.             Size            =   9.75
  2128.             Charset         =   0
  2129.             Weight          =   400
  2130.             Underline       =   0   'False
  2131.             Italic          =   0   'False
  2132.             Strikethrough   =   0   'False
  2133.          EndProperty
  2134.          Height          =   285
  2135.          Index           =   72
  2136.          Left            =   4200
  2137.          MaxLength       =   2
  2138.          TabIndex        =   79
  2139.          Text            =   "00"
  2140.          Top             =   960
  2141.          Width           =   375
  2142.       End
  2143.       Begin VB.TextBox txtHex 
  2144.          BeginProperty Font 
  2145.             Name            =   "Courier New"
  2146.             Size            =   9.75
  2147.             Charset         =   0
  2148.             Weight          =   400
  2149.             Underline       =   0   'False
  2150.             Italic          =   0   'False
  2151.             Strikethrough   =   0   'False
  2152.          EndProperty
  2153.          Height          =   285
  2154.          Index           =   71
  2155.          Left            =   3720
  2156.          MaxLength       =   2
  2157.          TabIndex        =   78
  2158.          Text            =   "00"
  2159.          Top             =   960
  2160.          Width           =   375
  2161.       End
  2162.       Begin VB.TextBox txtHex 
  2163.          BeginProperty Font 
  2164.             Name            =   "Courier New"
  2165.             Size            =   9.75
  2166.             Charset         =   0
  2167.             Weight          =   400
  2168.             Underline       =   0   'False
  2169.             Italic          =   0   'False
  2170.             Strikethrough   =   0   'False
  2171.          EndProperty
  2172.          Height          =   285
  2173.          Index           =   70
  2174.          Left            =   3360
  2175.          MaxLength       =   2
  2176.          TabIndex        =   77
  2177.          Text            =   "00"
  2178.          Top             =   960
  2179.          Width           =   375
  2180.       End
  2181.       Begin VB.TextBox txtHex 
  2182.          BeginProperty Font 
  2183.             Name            =   "Courier New"
  2184.             Size            =   9.75
  2185.             Charset         =   0
  2186.             Weight          =   400
  2187.             Underline       =   0   'False
  2188.             Italic          =   0   'False
  2189.             Strikethrough   =   0   'False
  2190.          EndProperty
  2191.          Height          =   285
  2192.          Index           =   69
  2193.          Left            =   3000
  2194.          MaxLength       =   2
  2195.          TabIndex        =   76
  2196.          Text            =   "00"
  2197.          Top             =   960
  2198.          Width           =   375
  2199.       End
  2200.       Begin VB.TextBox txtHex 
  2201.          BeginProperty Font 
  2202.             Name            =   "Courier New"
  2203.             Size            =   9.75
  2204.             Charset         =   0
  2205.             Weight          =   400
  2206.             Underline       =   0   'False
  2207.             Italic          =   0   'False
  2208.             Strikethrough   =   0   'False
  2209.          EndProperty
  2210.          Height          =   285
  2211.          Index           =   68
  2212.          Left            =   2640
  2213.          MaxLength       =   2
  2214.          TabIndex        =   75
  2215.          Text            =   "00"
  2216.          Top             =   960
  2217.          Width           =   375
  2218.       End
  2219.       Begin VB.TextBox txtHex 
  2220.          BeginProperty Font 
  2221.             Name            =   "Courier New"
  2222.             Size            =   9.75
  2223.             Charset         =   0
  2224.             Weight          =   400
  2225.             Underline       =   0   'False
  2226.             Italic          =   0   'False
  2227.             Strikethrough   =   0   'False
  2228.          EndProperty
  2229.          Height          =   285
  2230.          Index           =   67
  2231.          Left            =   2280
  2232.          MaxLength       =   2
  2233.          TabIndex        =   74
  2234.          Text            =   "00"
  2235.          Top             =   960
  2236.          Width           =   375
  2237.       End
  2238.       Begin VB.TextBox txtHex 
  2239.          BeginProperty Font 
  2240.             Name            =   "Courier New"
  2241.             Size            =   9.75
  2242.             Charset         =   0
  2243.             Weight          =   400
  2244.             Underline       =   0   'False
  2245.             Italic          =   0   'False
  2246.             Strikethrough   =   0   'False
  2247.          EndProperty
  2248.          Height          =   285
  2249.          Index           =   66
  2250.          Left            =   1920
  2251.          MaxLength       =   2
  2252.          TabIndex        =   73
  2253.          Text            =   "00"
  2254.          Top             =   960
  2255.          Width           =   375
  2256.       End
  2257.       Begin VB.TextBox txtHex 
  2258.          BeginProperty Font 
  2259.             Name            =   "Courier New"
  2260.             Size            =   9.75
  2261.             Charset         =   0
  2262.             Weight          =   400
  2263.             Underline       =   0   'False
  2264.             Italic          =   0   'False
  2265.             Strikethrough   =   0   'False
  2266.          EndProperty
  2267.          Height          =   285
  2268.          Index           =   65
  2269.          Left            =   1560
  2270.          MaxLength       =   2
  2271.          TabIndex        =   72
  2272.          Text            =   "00"
  2273.          Top             =   960
  2274.          Width           =   375
  2275.       End
  2276.       Begin VB.TextBox txtHex 
  2277.          BeginProperty Font 
  2278.             Name            =   "Courier New"
  2279.             Size            =   9.75
  2280.             Charset         =   0
  2281.             Weight          =   400
  2282.             Underline       =   0   'False
  2283.             Italic          =   0   'False
  2284.             Strikethrough   =   0   'False
  2285.          EndProperty
  2286.          Height          =   285
  2287.          Index           =   64
  2288.          Left            =   1200
  2289.          MaxLength       =   2
  2290.          TabIndex        =   71
  2291.          Text            =   "00"
  2292.          Top             =   960
  2293.          Width           =   375
  2294.       End
  2295.       Begin VB.TextBox txtHex 
  2296.          BeginProperty Font 
  2297.             Name            =   "Courier New"
  2298.             Size            =   9.75
  2299.             Charset         =   0
  2300.             Weight          =   400
  2301.             Underline       =   0   'False
  2302.             Italic          =   0   'False
  2303.             Strikethrough   =   0   'False
  2304.          EndProperty
  2305.          Height          =   285
  2306.          Index           =   63
  2307.          Left            =   6720
  2308.          MaxLength       =   2
  2309.          TabIndex        =   69
  2310.          Text            =   "00"
  2311.          Top             =   720
  2312.          Width           =   375
  2313.       End
  2314.       Begin VB.TextBox txtHex 
  2315.          BeginProperty Font 
  2316.             Name            =   "Courier New"
  2317.             Size            =   9.75
  2318.             Charset         =   0
  2319.             Weight          =   400
  2320.             Underline       =   0   'False
  2321.             Italic          =   0   'False
  2322.             Strikethrough   =   0   'False
  2323.          EndProperty
  2324.          Height          =   285
  2325.          Index           =   62
  2326.          Left            =   6360
  2327.          MaxLength       =   2
  2328.          TabIndex        =   68
  2329.          Text            =   "00"
  2330.          Top             =   720
  2331.          Width           =   375
  2332.       End
  2333.       Begin VB.TextBox txtHex 
  2334.          BeginProperty Font 
  2335.             Name            =   "Courier New"
  2336.             Size            =   9.75
  2337.             Charset         =   0
  2338.             Weight          =   400
  2339.             Underline       =   0   'False
  2340.             Italic          =   0   'False
  2341.             Strikethrough   =   0   'False
  2342.          EndProperty
  2343.          Height          =   285
  2344.          Index           =   61
  2345.          Left            =   6000
  2346.          MaxLength       =   2
  2347.          TabIndex        =   67
  2348.          Text            =   "00"
  2349.          Top             =   720
  2350.          Width           =   375
  2351.       End
  2352.       Begin VB.TextBox txtHex 
  2353.          BeginProperty Font 
  2354.             Name            =   "Courier New"
  2355.             Size            =   9.75
  2356.             Charset         =   0
  2357.             Weight          =   400
  2358.             Underline       =   0   'False
  2359.             Italic          =   0   'False
  2360.             Strikethrough   =   0   'False
  2361.          EndProperty
  2362.          Height          =   285
  2363.          Index           =   60
  2364.          Left            =   5640
  2365.          MaxLength       =   2
  2366.          TabIndex        =   66
  2367.          Text            =   "00"
  2368.          Top             =   720
  2369.          Width           =   375
  2370.       End
  2371.       Begin VB.TextBox txtHex 
  2372.          BeginProperty Font 
  2373.             Name            =   "Courier New"
  2374.             Size            =   9.75
  2375.             Charset         =   0
  2376.             Weight          =   400
  2377.             Underline       =   0   'False
  2378.             Italic          =   0   'False
  2379.             Strikethrough   =   0   'False
  2380.          EndProperty
  2381.          Height          =   285
  2382.          Index           =   59
  2383.          Left            =   5280
  2384.          MaxLength       =   2
  2385.          TabIndex        =   65
  2386.          Text            =   "00"
  2387.          Top             =   720
  2388.          Width           =   375
  2389.       End
  2390.       Begin VB.TextBox txtHex 
  2391.          BeginProperty Font 
  2392.             Name            =   "Courier New"
  2393.             Size            =   9.75
  2394.             Charset         =   0
  2395.             Weight          =   400
  2396.             Underline       =   0   'False
  2397.             Italic          =   0   'False
  2398.             Strikethrough   =   0   'False
  2399.          EndProperty
  2400.          Height          =   285
  2401.          Index           =   58
  2402.          Left            =   4920
  2403.          MaxLength       =   2
  2404.          TabIndex        =   64
  2405.          Text            =   "00"
  2406.          Top             =   720
  2407.          Width           =   375
  2408.       End
  2409.       Begin VB.TextBox txtHex 
  2410.          BeginProperty Font 
  2411.             Name            =   "Courier New"
  2412.             Size            =   9.75
  2413.             Charset         =   0
  2414.             Weight          =   400
  2415.             Underline       =   0   'False
  2416.             Italic          =   0   'False
  2417.             Strikethrough   =   0   'False
  2418.          EndProperty
  2419.          Height          =   285
  2420.          Index           =   57
  2421.          Left            =   4560
  2422.          MaxLength       =   2
  2423.          TabIndex        =   63
  2424.          Text            =   "00"
  2425.          Top             =   720
  2426.          Width           =   375
  2427.       End
  2428.       Begin VB.TextBox txtHex 
  2429.          BeginProperty Font 
  2430.             Name            =   "Courier New"
  2431.             Size            =   9.75
  2432.             Charset         =   0
  2433.             Weight          =   400
  2434.             Underline       =   0   'False
  2435.             Italic          =   0   'False
  2436.             Strikethrough   =   0   'False
  2437.          EndProperty
  2438.          Height          =   285
  2439.          Index           =   56
  2440.          Left            =   4200
  2441.          MaxLength       =   2
  2442.          TabIndex        =   62
  2443.          Text            =   "00"
  2444.          Top             =   720
  2445.          Width           =   375
  2446.       End
  2447.       Begin VB.TextBox txtHex 
  2448.          BeginProperty Font 
  2449.             Name            =   "Courier New"
  2450.             Size            =   9.75
  2451.             Charset         =   0
  2452.             Weight          =   400
  2453.             Underline       =   0   'False
  2454.             Italic          =   0   'False
  2455.             Strikethrough   =   0   'False
  2456.          EndProperty
  2457.          Height          =   285
  2458.          Index           =   55
  2459.          Left            =   3720
  2460.          MaxLength       =   2
  2461.          TabIndex        =   61
  2462.          Text            =   "00"
  2463.          Top             =   720
  2464.          Width           =   375
  2465.       End
  2466.       Begin VB.TextBox txtHex 
  2467.          BeginProperty Font 
  2468.             Name            =   "Courier New"
  2469.             Size            =   9.75
  2470.             Charset         =   0
  2471.             Weight          =   400
  2472.             Underline       =   0   'False
  2473.             Italic          =   0   'False
  2474.             Strikethrough   =   0   'False
  2475.          EndProperty
  2476.          Height          =   285
  2477.          Index           =   54
  2478.          Left            =   3360
  2479.          MaxLength       =   2
  2480.          TabIndex        =   60
  2481.          Text            =   "00"
  2482.          Top             =   720
  2483.          Width           =   375
  2484.       End
  2485.       Begin VB.TextBox txtHex 
  2486.          BeginProperty Font 
  2487.             Name            =   "Courier New"
  2488.             Size            =   9.75
  2489.             Charset         =   0
  2490.             Weight          =   400
  2491.             Underline       =   0   'False
  2492.             Italic          =   0   'False
  2493.             Strikethrough   =   0   'False
  2494.          EndProperty
  2495.          Height          =   285
  2496.          Index           =   53
  2497.          Left            =   3000
  2498.          MaxLength       =   2
  2499.          TabIndex        =   59
  2500.          Text            =   "00"
  2501.          Top             =   720
  2502.          Width           =   375
  2503.       End
  2504.       Begin VB.TextBox txtHex 
  2505.          BeginProperty Font 
  2506.             Name            =   "Courier New"
  2507.             Size            =   9.75
  2508.             Charset         =   0
  2509.             Weight          =   400
  2510.             Underline       =   0   'False
  2511.             Italic          =   0   'False
  2512.             Strikethrough   =   0   'False
  2513.          EndProperty
  2514.          Height          =   285
  2515.          Index           =   52
  2516.          Left            =   2640
  2517.          MaxLength       =   2
  2518.          TabIndex        =   58
  2519.          Text            =   "00"
  2520.          Top             =   720
  2521.          Width           =   375
  2522.       End
  2523.       Begin VB.TextBox txtHex 
  2524.          BeginProperty Font 
  2525.             Name            =   "Courier New"
  2526.             Size            =   9.75
  2527.             Charset         =   0
  2528.             Weight          =   400
  2529.             Underline       =   0   'False
  2530.             Italic          =   0   'False
  2531.             Strikethrough   =   0   'False
  2532.          EndProperty
  2533.          Height          =   285
  2534.          Index           =   51
  2535.          Left            =   2280
  2536.          MaxLength       =   2
  2537.          TabIndex        =   57
  2538.          Text            =   "00"
  2539.          Top             =   720
  2540.          Width           =   375
  2541.       End
  2542.       Begin VB.TextBox txtHex 
  2543.          BeginProperty Font 
  2544.             Name            =   "Courier New"
  2545.             Size            =   9.75
  2546.             Charset         =   0
  2547.             Weight          =   400
  2548.             Underline       =   0   'False
  2549.             Italic          =   0   'False
  2550.             Strikethrough   =   0   'False
  2551.          EndProperty
  2552.          Height          =   285
  2553.          Index           =   50
  2554.          Left            =   1920
  2555.          MaxLength       =   2
  2556.          TabIndex        =   56
  2557.          Text            =   "00"
  2558.          Top             =   720
  2559.          Width           =   375
  2560.       End
  2561.       Begin VB.TextBox txtHex 
  2562.          BeginProperty Font 
  2563.             Name            =   "Courier New"
  2564.             Size            =   9.75
  2565.             Charset         =   0
  2566.             Weight          =   400
  2567.             Underline       =   0   'False
  2568.             Italic          =   0   'False
  2569.             Strikethrough   =   0   'False
  2570.          EndProperty
  2571.          Height          =   285
  2572.          Index           =   49
  2573.          Left            =   1560
  2574.          MaxLength       =   2
  2575.          TabIndex        =   55
  2576.          Text            =   "00"
  2577.          Top             =   720
  2578.          Width           =   375
  2579.       End
  2580.       Begin VB.TextBox txtHex 
  2581.          BeginProperty Font 
  2582.             Name            =   "Courier New"
  2583.             Size            =   9.75
  2584.             Charset         =   0
  2585.             Weight          =   400
  2586.             Underline       =   0   'False
  2587.             Italic          =   0   'False
  2588.             Strikethrough   =   0   'False
  2589.          EndProperty
  2590.          Height          =   285
  2591.          Index           =   48
  2592.          Left            =   1200
  2593.          MaxLength       =   2
  2594.          TabIndex        =   54
  2595.          Text            =   "00"
  2596.          Top             =   720
  2597.          Width           =   375
  2598.       End
  2599.       Begin VB.TextBox txtHex 
  2600.          BeginProperty Font 
  2601.             Name            =   "Courier New"
  2602.             Size            =   9.75
  2603.             Charset         =   0
  2604.             Weight          =   400
  2605.             Underline       =   0   'False
  2606.             Italic          =   0   'False
  2607.             Strikethrough   =   0   'False
  2608.          EndProperty
  2609.          Height          =   285
  2610.          Index           =   47
  2611.          Left            =   6720
  2612.          MaxLength       =   2
  2613.          TabIndex        =   52
  2614.          Text            =   "00"
  2615.          Top             =   480
  2616.          Width           =   375
  2617.       End
  2618.       Begin VB.TextBox txtHex 
  2619.          BeginProperty Font 
  2620.             Name            =   "Courier New"
  2621.             Size            =   9.75
  2622.             Charset         =   0
  2623.             Weight          =   400
  2624.             Underline       =   0   'False
  2625.             Italic          =   0   'False
  2626.             Strikethrough   =   0   'False
  2627.          EndProperty
  2628.          Height          =   285
  2629.          Index           =   46
  2630.          Left            =   6360
  2631.          MaxLength       =   2
  2632.          TabIndex        =   51
  2633.          Text            =   "00"
  2634.          Top             =   480
  2635.          Width           =   375
  2636.       End
  2637.       Begin VB.TextBox txtHex 
  2638.          BeginProperty Font 
  2639.             Name            =   "Courier New"
  2640.             Size            =   9.75
  2641.             Charset         =   0
  2642.             Weight          =   400
  2643.             Underline       =   0   'False
  2644.             Italic          =   0   'False
  2645.             Strikethrough   =   0   'False
  2646.          EndProperty
  2647.          Height          =   285
  2648.          Index           =   45
  2649.          Left            =   6000
  2650.          MaxLength       =   2
  2651.          TabIndex        =   50
  2652.          Text            =   "00"
  2653.          Top             =   480
  2654.          Width           =   375
  2655.       End
  2656.       Begin VB.TextBox txtHex 
  2657.          BeginProperty Font 
  2658.             Name            =   "Courier New"
  2659.             Size            =   9.75
  2660.             Charset         =   0
  2661.             Weight          =   400
  2662.             Underline       =   0   'False
  2663.             Italic          =   0   'False
  2664.             Strikethrough   =   0   'False
  2665.          EndProperty
  2666.          Height          =   285
  2667.          Index           =   44
  2668.          Left            =   5640
  2669.          MaxLength       =   2
  2670.          TabIndex        =   49
  2671.          Text            =   "00"
  2672.          Top             =   480
  2673.          Width           =   375
  2674.       End
  2675.       Begin VB.TextBox txtHex 
  2676.          BeginProperty Font 
  2677.             Name            =   "Courier New"
  2678.             Size            =   9.75
  2679.             Charset         =   0
  2680.             Weight          =   400
  2681.             Underline       =   0   'False
  2682.             Italic          =   0   'False
  2683.             Strikethrough   =   0   'False
  2684.          EndProperty
  2685.          Height          =   285
  2686.          Index           =   43
  2687.          Left            =   5280
  2688.          MaxLength       =   2
  2689.          TabIndex        =   48
  2690.          Text            =   "00"
  2691.          Top             =   480
  2692.          Width           =   375
  2693.       End
  2694.       Begin VB.TextBox txtHex 
  2695.          BeginProperty Font 
  2696.             Name            =   "Courier New"
  2697.             Size            =   9.75
  2698.             Charset         =   0
  2699.             Weight          =   400
  2700.             Underline       =   0   'False
  2701.             Italic          =   0   'False
  2702.             Strikethrough   =   0   'False
  2703.          EndProperty
  2704.          Height          =   285
  2705.          Index           =   42
  2706.          Left            =   4920
  2707.          MaxLength       =   2
  2708.          TabIndex        =   47
  2709.          Text            =   "00"
  2710.          Top             =   480
  2711.          Width           =   375
  2712.       End
  2713.       Begin VB.TextBox txtHex 
  2714.          BeginProperty Font 
  2715.             Name            =   "Courier New"
  2716.             Size            =   9.75
  2717.             Charset         =   0
  2718.             Weight          =   400
  2719.             Underline       =   0   'False
  2720.             Italic          =   0   'False
  2721.             Strikethrough   =   0   'False
  2722.          EndProperty
  2723.          Height          =   285
  2724.          Index           =   41
  2725.          Left            =   4560
  2726.          MaxLength       =   2
  2727.          TabIndex        =   46
  2728.          Text            =   "00"
  2729.          Top             =   480
  2730.          Width           =   375
  2731.       End
  2732.       Begin VB.TextBox txtHex 
  2733.          BeginProperty Font 
  2734.             Name            =   "Courier New"
  2735.             Size            =   9.75
  2736.             Charset         =   0
  2737.             Weight          =   400
  2738.             Underline       =   0   'False
  2739.             Italic          =   0   'False
  2740.             Strikethrough   =   0   'False
  2741.          EndProperty
  2742.          Height          =   285
  2743.          Index           =   40
  2744.          Left            =   4200
  2745.          MaxLength       =   2
  2746.          TabIndex        =   45
  2747.          Text            =   "00"
  2748.          Top             =   480
  2749.          Width           =   375
  2750.       End
  2751.       Begin VB.TextBox txtHex 
  2752.          BeginProperty Font 
  2753.             Name            =   "Courier New"
  2754.             Size            =   9.75
  2755.             Charset         =   0
  2756.             Weight          =   400
  2757.             Underline       =   0   'False
  2758.             Italic          =   0   'False
  2759.             Strikethrough   =   0   'False
  2760.          EndProperty
  2761.          Height          =   285
  2762.          Index           =   39
  2763.          Left            =   3720
  2764.          MaxLength       =   2
  2765.          TabIndex        =   44
  2766.          Text            =   "00"
  2767.          Top             =   480
  2768.          Width           =   375
  2769.       End
  2770.       Begin VB.TextBox txtHex 
  2771.          BeginProperty Font 
  2772.             Name            =   "Courier New"
  2773.             Size            =   9.75
  2774.             Charset         =   0
  2775.             Weight          =   400
  2776.             Underline       =   0   'False
  2777.             Italic          =   0   'False
  2778.             Strikethrough   =   0   'False
  2779.          EndProperty
  2780.          Height          =   285
  2781.          Index           =   38
  2782.          Left            =   3360
  2783.          MaxLength       =   2
  2784.          TabIndex        =   43
  2785.          Text            =   "00"
  2786.          Top             =   480
  2787.          Width           =   375
  2788.       End
  2789.       Begin VB.TextBox txtHex 
  2790.          BeginProperty Font 
  2791.             Name            =   "Courier New"
  2792.             Size            =   9.75
  2793.             Charset         =   0
  2794.             Weight          =   400
  2795.             Underline       =   0   'False
  2796.             Italic          =   0   'False
  2797.             Strikethrough   =   0   'False
  2798.          EndProperty
  2799.          Height          =   285
  2800.          Index           =   37
  2801.          Left            =   3000
  2802.          MaxLength       =   2
  2803.          TabIndex        =   42
  2804.          Text            =   "00"
  2805.          Top             =   480
  2806.          Width           =   375
  2807.       End
  2808.       Begin VB.TextBox txtHex 
  2809.          BeginProperty Font 
  2810.             Name            =   "Courier New"
  2811.             Size            =   9.75
  2812.             Charset         =   0
  2813.             Weight          =   400
  2814.             Underline       =   0   'False
  2815.             Italic          =   0   'False
  2816.             Strikethrough   =   0   'False
  2817.          EndProperty
  2818.          Height          =   285
  2819.          Index           =   36
  2820.          Left            =   2640
  2821.          MaxLength       =   2
  2822.          TabIndex        =   41
  2823.          Text            =   "00"
  2824.          Top             =   480
  2825.          Width           =   375
  2826.       End
  2827.       Begin VB.TextBox txtHex 
  2828.          BeginProperty Font 
  2829.             Name            =   "Courier New"
  2830.             Size            =   9.75
  2831.             Charset         =   0
  2832.             Weight          =   400
  2833.             Underline       =   0   'False
  2834.             Italic          =   0   'False
  2835.             Strikethrough   =   0   'False
  2836.          EndProperty
  2837.          Height          =   285
  2838.          Index           =   35
  2839.          Left            =   2280
  2840.          MaxLength       =   2
  2841.          TabIndex        =   40
  2842.          Text            =   "00"
  2843.          Top             =   480
  2844.          Width           =   375
  2845.       End
  2846.       Begin VB.TextBox txtHex 
  2847.          BeginProperty Font 
  2848.             Name            =   "Courier New"
  2849.             Size            =   9.75
  2850.             Charset         =   0
  2851.             Weight          =   400
  2852.             Underline       =   0   'False
  2853.             Italic          =   0   'False
  2854.             Strikethrough   =   0   'False
  2855.          EndProperty
  2856.          Height          =   285
  2857.          Index           =   34
  2858.          Left            =   1920
  2859.          MaxLength       =   2
  2860.          TabIndex        =   39
  2861.          Text            =   "00"
  2862.          Top             =   480
  2863.          Width           =   375
  2864.       End
  2865.       Begin VB.TextBox txtHex 
  2866.          BeginProperty Font 
  2867.             Name            =   "Courier New"
  2868.             Size            =   9.75
  2869.             Charset         =   0
  2870.             Weight          =   400
  2871.             Underline       =   0   'False
  2872.             Italic          =   0   'False
  2873.             Strikethrough   =   0   'False
  2874.          EndProperty
  2875.          Height          =   285
  2876.          Index           =   33
  2877.          Left            =   1560
  2878.          MaxLength       =   2
  2879.          TabIndex        =   38
  2880.          Text            =   "00"
  2881.          Top             =   480
  2882.          Width           =   375
  2883.       End
  2884.       Begin VB.TextBox txtHex 
  2885.          BeginProperty Font 
  2886.             Name            =   "Courier New"
  2887.             Size            =   9.75
  2888.             Charset         =   0
  2889.             Weight          =   400
  2890.             Underline       =   0   'False
  2891.             Italic          =   0   'False
  2892.             Strikethrough   =   0   'False
  2893.          EndProperty
  2894.          Height          =   285
  2895.          Index           =   32
  2896.          Left            =   1200
  2897.          MaxLength       =   2
  2898.          TabIndex        =   37
  2899.          Text            =   "00"
  2900.          Top             =   480
  2901.          Width           =   375
  2902.       End
  2903.       Begin VB.TextBox txtHex 
  2904.          BeginProperty Font 
  2905.             Name            =   "Courier New"
  2906.             Size            =   9.75
  2907.             Charset         =   0
  2908.             Weight          =   400
  2909.             Underline       =   0   'False
  2910.             Italic          =   0   'False
  2911.             Strikethrough   =   0   'False
  2912.          EndProperty
  2913.          Height          =   285
  2914.          Index           =   31
  2915.          Left            =   6720
  2916.          MaxLength       =   2
  2917.          TabIndex        =   35
  2918.          Text            =   "00"
  2919.          Top             =   240
  2920.          Width           =   375
  2921.       End
  2922.       Begin VB.TextBox txtHex 
  2923.          BeginProperty Font 
  2924.             Name            =   "Courier New"
  2925.             Size            =   9.75
  2926.             Charset         =   0
  2927.             Weight          =   400
  2928.             Underline       =   0   'False
  2929.             Italic          =   0   'False
  2930.             Strikethrough   =   0   'False
  2931.          EndProperty
  2932.          Height          =   285
  2933.          Index           =   30
  2934.          Left            =   6360
  2935.          MaxLength       =   2
  2936.          TabIndex        =   34
  2937.          Text            =   "00"
  2938.          Top             =   240
  2939.          Width           =   375
  2940.       End
  2941.       Begin VB.TextBox txtHex 
  2942.          BeginProperty Font 
  2943.             Name            =   "Courier New"
  2944.             Size            =   9.75
  2945.             Charset         =   0
  2946.             Weight          =   400
  2947.             Underline       =   0   'False
  2948.             Italic          =   0   'False
  2949.             Strikethrough   =   0   'False
  2950.          EndProperty
  2951.          Height          =   285
  2952.          Index           =   29
  2953.          Left            =   6000
  2954.          MaxLength       =   2
  2955.          TabIndex        =   33
  2956.          Text            =   "00"
  2957.          Top             =   240
  2958.          Width           =   375
  2959.       End
  2960.       Begin VB.TextBox txtHex 
  2961.          BeginProperty Font 
  2962.             Name            =   "Courier New"
  2963.             Size            =   9.75
  2964.             Charset         =   0
  2965.             Weight          =   400
  2966.             Underline       =   0   'False
  2967.             Italic          =   0   'False
  2968.             Strikethrough   =   0   'False
  2969.          EndProperty
  2970.          Height          =   285
  2971.          Index           =   28
  2972.          Left            =   5640
  2973.          MaxLength       =   2
  2974.          TabIndex        =   32
  2975.          Text            =   "00"
  2976.          Top             =   240
  2977.          Width           =   375
  2978.       End
  2979.       Begin VB.TextBox txtHex 
  2980.          BeginProperty Font 
  2981.             Name            =   "Courier New"
  2982.             Size            =   9.75
  2983.             Charset         =   0
  2984.             Weight          =   400
  2985.             Underline       =   0   'False
  2986.             Italic          =   0   'False
  2987.             Strikethrough   =   0   'False
  2988.          EndProperty
  2989.          Height          =   285
  2990.          Index           =   27
  2991.          Left            =   5280
  2992.          MaxLength       =   2
  2993.          TabIndex        =   31
  2994.          Text            =   "00"
  2995.          Top             =   240
  2996.          Width           =   375
  2997.       End
  2998.       Begin VB.TextBox txtHex 
  2999.          BeginProperty Font 
  3000.             Name            =   "Courier New"
  3001.             Size            =   9.75
  3002.             Charset         =   0
  3003.             Weight          =   400
  3004.             Underline       =   0   'False
  3005.             Italic          =   0   'False
  3006.             Strikethrough   =   0   'False
  3007.          EndProperty
  3008.          Height          =   285
  3009.          Index           =   26
  3010.          Left            =   4920
  3011.          MaxLength       =   2
  3012.          TabIndex        =   30
  3013.          Text            =   "00"
  3014.          Top             =   240
  3015.          Width           =   375
  3016.       End
  3017.       Begin VB.TextBox txtHex 
  3018.          BeginProperty Font 
  3019.             Name            =   "Courier New"
  3020.             Size            =   9.75
  3021.             Charset         =   0
  3022.             Weight          =   400
  3023.             Underline       =   0   'False
  3024.             Italic          =   0   'False
  3025.             Strikethrough   =   0   'False
  3026.          EndProperty
  3027.          Height          =   285
  3028.          Index           =   25
  3029.          Left            =   4560
  3030.          MaxLength       =   2
  3031.          TabIndex        =   29
  3032.          Text            =   "00"
  3033.          Top             =   240
  3034.          Width           =   375
  3035.       End
  3036.       Begin VB.TextBox txtHex 
  3037.          BeginProperty Font 
  3038.             Name            =   "Courier New"
  3039.             Size            =   9.75
  3040.             Charset         =   0
  3041.             Weight          =   400
  3042.             Underline       =   0   'False
  3043.             Italic          =   0   'False
  3044.             Strikethrough   =   0   'False
  3045.          EndProperty
  3046.          Height          =   285
  3047.          Index           =   24
  3048.          Left            =   4200
  3049.          MaxLength       =   2
  3050.          TabIndex        =   28
  3051.          Text            =   "00"
  3052.          Top             =   240
  3053.          Width           =   375
  3054.       End
  3055.       Begin VB.TextBox txtHex 
  3056.          BeginProperty Font 
  3057.             Name            =   "Courier New"
  3058.             Size            =   9.75
  3059.             Charset         =   0
  3060.             Weight          =   400
  3061.             Underline       =   0   'False
  3062.             Italic          =   0   'False
  3063.             Strikethrough   =   0   'False
  3064.          EndProperty
  3065.          Height          =   285
  3066.          Index           =   23
  3067.          Left            =   3720
  3068.          MaxLength       =   2
  3069.          TabIndex        =   27
  3070.          Text            =   "00"
  3071.          Top             =   240
  3072.          Width           =   375
  3073.       End
  3074.       Begin VB.TextBox txtHex 
  3075.          BeginProperty Font 
  3076.             Name            =   "Courier New"
  3077.             Size            =   9.75
  3078.             Charset         =   0
  3079.             Weight          =   400
  3080.             Underline       =   0   'False
  3081.             Italic          =   0   'False
  3082.             Strikethrough   =   0   'False
  3083.          EndProperty
  3084.          Height          =   285
  3085.          Index           =   22
  3086.          Left            =   3360
  3087.          MaxLength       =   2
  3088.          TabIndex        =   26
  3089.          Text            =   "00"
  3090.          Top             =   240
  3091.          Width           =   375
  3092.       End
  3093.       Begin VB.TextBox txtHex 
  3094.          BeginProperty Font 
  3095.             Name            =   "Courier New"
  3096.             Size            =   9.75
  3097.             Charset         =   0
  3098.             Weight          =   400
  3099.             Underline       =   0   'False
  3100.             Italic          =   0   'False
  3101.             Strikethrough   =   0   'False
  3102.          EndProperty
  3103.          Height          =   285
  3104.          Index           =   21
  3105.          Left            =   3000
  3106.          MaxLength       =   2
  3107.          TabIndex        =   25
  3108.          Text            =   "00"
  3109.          Top             =   240
  3110.          Width           =   375
  3111.       End
  3112.       Begin VB.TextBox txtHex 
  3113.          BeginProperty Font 
  3114.             Name            =   "Courier New"
  3115.             Size            =   9.75
  3116.             Charset         =   0
  3117.             Weight          =   400
  3118.             Underline       =   0   'False
  3119.             Italic          =   0   'False
  3120.             Strikethrough   =   0   'False
  3121.          EndProperty
  3122.          Height          =   285
  3123.          Index           =   20
  3124.          Left            =   2640
  3125.          MaxLength       =   2
  3126.          TabIndex        =   24
  3127.          Text            =   "00"
  3128.          Top             =   240
  3129.          Width           =   375
  3130.       End
  3131.       Begin VB.TextBox txtHex 
  3132.          BeginProperty Font 
  3133.             Name            =   "Courier New"
  3134.             Size            =   9.75
  3135.             Charset         =   0
  3136.             Weight          =   400
  3137.             Underline       =   0   'False
  3138.             Italic          =   0   'False
  3139.             Strikethrough   =   0   'False
  3140.          EndProperty
  3141.          Height          =   285
  3142.          Index           =   19
  3143.          Left            =   2280
  3144.          MaxLength       =   2
  3145.          TabIndex        =   23
  3146.          Text            =   "00"
  3147.          Top             =   240
  3148.          Width           =   375
  3149.       End
  3150.       Begin VB.TextBox txtHex 
  3151.          BeginProperty Font 
  3152.             Name            =   "Courier New"
  3153.             Size            =   9.75
  3154.             Charset         =   0
  3155.             Weight          =   400
  3156.             Underline       =   0   'False
  3157.             Italic          =   0   'False
  3158.             Strikethrough   =   0   'False
  3159.          EndProperty
  3160.          Height          =   285
  3161.          Index           =   18
  3162.          Left            =   1920
  3163.          MaxLength       =   2
  3164.          TabIndex        =   22
  3165.          Text            =   "00"
  3166.          Top             =   240
  3167.          Width           =   375
  3168.       End
  3169.       Begin VB.TextBox txtHex 
  3170.          BeginProperty Font 
  3171.             Name            =   "Courier New"
  3172.             Size            =   9.75
  3173.             Charset         =   0
  3174.             Weight          =   400
  3175.             Underline       =   0   'False
  3176.             Italic          =   0   'False
  3177.             Strikethrough   =   0   'False
  3178.          EndProperty
  3179.          Height          =   285
  3180.          Index           =   17
  3181.          Left            =   1560
  3182.          MaxLength       =   2
  3183.          TabIndex        =   21
  3184.          Text            =   "00"
  3185.          Top             =   240
  3186.          Width           =   375
  3187.       End
  3188.       Begin VB.TextBox txtHex 
  3189.          BeginProperty Font 
  3190.             Name            =   "Courier New"
  3191.             Size            =   9.75
  3192.             Charset         =   0
  3193.             Weight          =   400
  3194.             Underline       =   0   'False
  3195.             Italic          =   0   'False
  3196.             Strikethrough   =   0   'False
  3197.          EndProperty
  3198.          Height          =   285
  3199.          Index           =   16
  3200.          Left            =   1200
  3201.          MaxLength       =   2
  3202.          TabIndex        =   20
  3203.          Text            =   "00"
  3204.          Top             =   240
  3205.          Width           =   375
  3206.       End
  3207.       Begin VB.TextBox txtHex 
  3208.          BeginProperty Font 
  3209.             Name            =   "Courier New"
  3210.             Size            =   9.75
  3211.             Charset         =   0
  3212.             Weight          =   400
  3213.             Underline       =   0   'False
  3214.             Italic          =   0   'False
  3215.             Strikethrough   =   0   'False
  3216.          EndProperty
  3217.          Height          =   285
  3218.          Index           =   15
  3219.          Left            =   6720
  3220.          MaxLength       =   2
  3221.          TabIndex        =   18
  3222.          Text            =   "00"
  3223.          Top             =   0
  3224.          Width           =   375
  3225.       End
  3226.       Begin VB.TextBox txtHex 
  3227.          BeginProperty Font 
  3228.             Name            =   "Courier New"
  3229.             Size            =   9.75
  3230.             Charset         =   0
  3231.             Weight          =   400
  3232.             Underline       =   0   'False
  3233.             Italic          =   0   'False
  3234.             Strikethrough   =   0   'False
  3235.          EndProperty
  3236.          Height          =   285
  3237.          Index           =   14
  3238.          Left            =   6360
  3239.          MaxLength       =   2
  3240.          TabIndex        =   17
  3241.          Text            =   "00"
  3242.          Top             =   0
  3243.          Width           =   375
  3244.       End
  3245.       Begin VB.TextBox txtHex 
  3246.          BeginProperty Font 
  3247.             Name            =   "Courier New"
  3248.             Size            =   9.75
  3249.             Charset         =   0
  3250.             Weight          =   400
  3251.             Underline       =   0   'False
  3252.             Italic          =   0   'False
  3253.             Strikethrough   =   0   'False
  3254.          EndProperty
  3255.          Height          =   285
  3256.          Index           =   13
  3257.          Left            =   6000
  3258.          MaxLength       =   2
  3259.          TabIndex        =   16
  3260.          Text            =   "00"
  3261.          Top             =   0
  3262.          Width           =   375
  3263.       End
  3264.       Begin VB.TextBox txtHex 
  3265.          BeginProperty Font 
  3266.             Name            =   "Courier New"
  3267.             Size            =   9.75
  3268.             Charset         =   0
  3269.             Weight          =   400
  3270.             Underline       =   0   'False
  3271.             Italic          =   0   'False
  3272.             Strikethrough   =   0   'False
  3273.          EndProperty
  3274.          ForeColor       =   &H00000000&
  3275.          Height          =   285
  3276.          Index           =   12
  3277.          Left            =   5640
  3278.          MaxLength       =   2
  3279.          TabIndex        =   15
  3280.          Text            =   "00"
  3281.          Top             =   0
  3282.          Width           =   375
  3283.       End
  3284.       Begin VB.TextBox txtHex 
  3285.          BeginProperty Font 
  3286.             Name            =   "Courier New"
  3287.             Size            =   9.75
  3288.             Charset         =   0
  3289.             Weight          =   400
  3290.             Underline       =   0   'False
  3291.             Italic          =   0   'False
  3292.             Strikethrough   =   0   'False
  3293.          EndProperty
  3294.          Height          =   285
  3295.          Index           =   11
  3296.          Left            =   5280
  3297.          MaxLength       =   2
  3298.          TabIndex        =   14
  3299.          Text            =   "00"
  3300.          Top             =   0
  3301.          Width           =   375
  3302.       End
  3303.       Begin VB.TextBox txtHex 
  3304.          BeginProperty Font 
  3305.             Name            =   "Courier New"
  3306.             Size            =   9.75
  3307.             Charset         =   0
  3308.             Weight          =   400
  3309.             Underline       =   0   'False
  3310.             Italic          =   0   'False
  3311.             Strikethrough   =   0   'False
  3312.          EndProperty
  3313.          Height          =   285
  3314.          Index           =   10
  3315.          Left            =   4920
  3316.          MaxLength       =   2
  3317.          TabIndex        =   13
  3318.          Text            =   "00"
  3319.          Top             =   0
  3320.          Width           =   375
  3321.       End
  3322.       Begin VB.TextBox txtHex 
  3323.          BeginProperty Font 
  3324.             Name            =   "Courier New"
  3325.             Size            =   9.75
  3326.             Charset         =   0
  3327.             Weight          =   400
  3328.             Underline       =   0   'False
  3329.             Italic          =   0   'False
  3330.             Strikethrough   =   0   'False
  3331.          EndProperty
  3332.          Height          =   285
  3333.          Index           =   9
  3334.          Left            =   4560
  3335.          MaxLength       =   2
  3336.          TabIndex        =   12
  3337.          Text            =   "00"
  3338.          Top             =   0
  3339.          Width           =   375
  3340.       End
  3341.       Begin VB.TextBox txtHex 
  3342.          BeginProperty Font 
  3343.             Name            =   "Courier New"
  3344.             Size            =   9.75
  3345.             Charset         =   0
  3346.             Weight          =   400
  3347.             Underline       =   0   'False
  3348.             Italic          =   0   'False
  3349.             Strikethrough   =   0   'False
  3350.          EndProperty
  3351.          Height          =   285
  3352.          Index           =   8
  3353.          Left            =   4200
  3354.          MaxLength       =   2
  3355.          TabIndex        =   11
  3356.          Text            =   "00"
  3357.          Top             =   0
  3358.          Width           =   375
  3359.       End
  3360.       Begin VB.TextBox txtHex 
  3361.          BeginProperty Font 
  3362.             Name            =   "Courier New"
  3363.             Size            =   9.75
  3364.             Charset         =   0
  3365.             Weight          =   400
  3366.             Underline       =   0   'False
  3367.             Italic          =   0   'False
  3368.             Strikethrough   =   0   'False
  3369.          EndProperty
  3370.          Height          =   285
  3371.          Index           =   7
  3372.          Left            =   3720
  3373.          MaxLength       =   2
  3374.          TabIndex        =   10
  3375.          Text            =   "00"
  3376.          Top             =   0
  3377.          Width           =   375
  3378.       End
  3379.       Begin VB.TextBox txtHex 
  3380.          BeginProperty Font 
  3381.             Name            =   "Courier New"
  3382.             Size            =   9.75
  3383.             Charset         =   0
  3384.             Weight          =   400
  3385.             Underline       =   0   'False
  3386.             Italic          =   0   'False
  3387.             Strikethrough   =   0   'False
  3388.          EndProperty
  3389.          Height          =   285
  3390.          Index           =   6
  3391.          Left            =   3360
  3392.          MaxLength       =   2
  3393.          TabIndex        =   9
  3394.          Text            =   "00"
  3395.          Top             =   0
  3396.          Width           =   375
  3397.       End
  3398.       Begin VB.TextBox txtHex 
  3399.          BeginProperty Font 
  3400.             Name            =   "Courier New"
  3401.             Size            =   9.75
  3402.             Charset         =   0
  3403.             Weight          =   400
  3404.             Underline       =   0   'False
  3405.             Italic          =   0   'False
  3406.             Strikethrough   =   0   'False
  3407.          EndProperty
  3408.          Height          =   285
  3409.          Index           =   5
  3410.          Left            =   3000
  3411.          MaxLength       =   2
  3412.          TabIndex        =   8
  3413.          Text            =   "00"
  3414.          Top             =   0
  3415.          Width           =   375
  3416.       End
  3417.       Begin VB.TextBox txtHex 
  3418.          BeginProperty Font 
  3419.             Name            =   "Courier New"
  3420.             Size            =   9.75
  3421.             Charset         =   0
  3422.             Weight          =   400
  3423.             Underline       =   0   'False
  3424.             Italic          =   0   'False
  3425.             Strikethrough   =   0   'False
  3426.          EndProperty
  3427.          Height          =   285
  3428.          Index           =   4
  3429.          Left            =   2640
  3430.          MaxLength       =   2
  3431.          TabIndex        =   7
  3432.          Text            =   "00"
  3433.          Top             =   0
  3434.          Width           =   375
  3435.       End
  3436.       Begin VB.TextBox txtHex 
  3437.          BeginProperty Font 
  3438.             Name            =   "Courier New"
  3439.             Size            =   9.75
  3440.             Charset         =   0
  3441.             Weight          =   400
  3442.             Underline       =   0   'False
  3443.             Italic          =   0   'False
  3444.             Strikethrough   =   0   'False
  3445.          EndProperty
  3446.          Height          =   285
  3447.          Index           =   3
  3448.          Left            =   2280
  3449.          MaxLength       =   2
  3450.          TabIndex        =   6
  3451.          Text            =   "00"
  3452.          Top             =   0
  3453.          Width           =   375
  3454.       End
  3455.       Begin VB.TextBox txtHex 
  3456.          BeginProperty Font 
  3457.             Name            =   "Courier New"
  3458.             Size            =   9.75
  3459.             Charset         =   0
  3460.             Weight          =   400
  3461.             Underline       =   0   'False
  3462.             Italic          =   0   'False
  3463.             Strikethrough   =   0   'False
  3464.          EndProperty
  3465.          Height          =   285
  3466.          Index           =   2
  3467.          Left            =   1920
  3468.          MaxLength       =   2
  3469.          TabIndex        =   5
  3470.          Text            =   "00"
  3471.          Top             =   0
  3472.          Width           =   375
  3473.       End
  3474.       Begin VB.TextBox txtHex 
  3475.          BeginProperty Font 
  3476.             Name            =   "Courier New"
  3477.             Size            =   9.75
  3478.             Charset         =   0
  3479.             Weight          =   400
  3480.             Underline       =   0   'False
  3481.             Italic          =   0   'False
  3482.             Strikethrough   =   0   'False
  3483.          EndProperty
  3484.          Height          =   285
  3485.          Index           =   1
  3486.          Left            =   1560
  3487.          MaxLength       =   2
  3488.          TabIndex        =   4
  3489.          Text            =   "00"
  3490.          Top             =   0
  3491.          Width           =   375
  3492.       End
  3493.       Begin VB.TextBox txtHex 
  3494.          BeginProperty Font 
  3495.             Name            =   "Courier New"
  3496.             Size            =   9.75
  3497.             Charset         =   0
  3498.             Weight          =   400
  3499.             Underline       =   0   'False
  3500.             Italic          =   0   'False
  3501.             Strikethrough   =   0   'False
  3502.          EndProperty
  3503.          Height          =   285
  3504.          Index           =   0
  3505.          Left            =   1200
  3506.          MaxLength       =   2
  3507.          TabIndex        =   3
  3508.          Text            =   "00"
  3509.          Top             =   0
  3510.          Width           =   375
  3511.       End
  3512.       Begin VB.TextBox txtHexIndex 
  3513.          Enabled         =   0   'False
  3514.          BeginProperty Font 
  3515.             Name            =   "Courier New"
  3516.             Size            =   9.75
  3517.             Charset         =   0
  3518.             Weight          =   400
  3519.             Underline       =   0   'False
  3520.             Italic          =   0   'False
  3521.             Strikethrough   =   0   'False
  3522.          EndProperty
  3523.          Height          =   285
  3524.          Index           =   4
  3525.          Left            =   0
  3526.          TabIndex        =   354
  3527.          Text            =   "00000000"
  3528.          Top             =   960
  3529.          Width           =   1095
  3530.       End
  3531.       Begin VB.TextBox txtHexIndex 
  3532.          Enabled         =   0   'False
  3533.          BeginProperty Font 
  3534.             Name            =   "Courier New"
  3535.             Size            =   9.75
  3536.             Charset         =   0
  3537.             Weight          =   400
  3538.             Underline       =   0   'False
  3539.             Italic          =   0   'False
  3540.             Strikethrough   =   0   'False
  3541.          EndProperty
  3542.          Height          =   285
  3543.          Index           =   3
  3544.          Left            =   0
  3545.          TabIndex        =   355
  3546.          Text            =   "00000000"
  3547.          Top             =   720
  3548.          Width           =   1095
  3549.       End
  3550.       Begin VB.TextBox txtHexIndex 
  3551.          Enabled         =   0   'False
  3552.          BeginProperty Font 
  3553.             Name            =   "Courier New"
  3554.             Size            =   9.75
  3555.             Charset         =   0
  3556.             Weight          =   400
  3557.             Underline       =   0   'False
  3558.             Italic          =   0   'False
  3559.             Strikethrough   =   0   'False
  3560.          EndProperty
  3561.          Height          =   285
  3562.          Index           =   2
  3563.          Left            =   0
  3564.          TabIndex        =   356
  3565.          Text            =   "00000000"
  3566.          Top             =   480
  3567.          Width           =   1095
  3568.       End
  3569.       Begin VB.TextBox txtHexIndex 
  3570.          Enabled         =   0   'False
  3571.          BeginProperty Font 
  3572.             Name            =   "Courier New"
  3573.             Size            =   9.75
  3574.             Charset         =   0
  3575.             Weight          =   400
  3576.             Underline       =   0   'False
  3577.             Italic          =   0   'False
  3578.             Strikethrough   =   0   'False
  3579.          EndProperty
  3580.          Height          =   285
  3581.          Index           =   1
  3582.          Left            =   0
  3583.          TabIndex        =   357
  3584.          Text            =   "00000000"
  3585.          Top             =   240
  3586.          Width           =   1095
  3587.       End
  3588.       Begin VB.TextBox txtHexIndex 
  3589.          Enabled         =   0   'False
  3590.          BeginProperty Font 
  3591.             Name            =   "Courier New"
  3592.             Size            =   9.75
  3593.             Charset         =   0
  3594.             Weight          =   400
  3595.             Underline       =   0   'False
  3596.             Italic          =   0   'False
  3597.             Strikethrough   =   0   'False
  3598.          EndProperty
  3599.          Height          =   285
  3600.          Index           =   0
  3601.          Left            =   0
  3602.          TabIndex        =   358
  3603.          Text            =   "00000000"
  3604.          Top             =   0
  3605.          Width           =   1095
  3606.       End
  3607.       Begin VB.TextBox txtHexIndex 
  3608.          Enabled         =   0   'False
  3609.          BeginProperty Font 
  3610.             Name            =   "Courier New"
  3611.             Size            =   9.75
  3612.             Charset         =   0
  3613.             Weight          =   400
  3614.             Underline       =   0   'False
  3615.             Italic          =   0   'False
  3616.             Strikethrough   =   0   'False
  3617.          EndProperty
  3618.          Height          =   285
  3619.          Index           =   9
  3620.          Left            =   0
  3621.          TabIndex        =   349
  3622.          Text            =   "00000000"
  3623.          Top             =   2280
  3624.          Width           =   1095
  3625.       End
  3626.       Begin VB.TextBox txtHexIndex 
  3627.          Enabled         =   0   'False
  3628.          BeginProperty Font 
  3629.             Name            =   "Courier New"
  3630.             Size            =   9.75
  3631.             Charset         =   0
  3632.             Weight          =   400
  3633.             Underline       =   0   'False
  3634.             Italic          =   0   'False
  3635.             Strikethrough   =   0   'False
  3636.          EndProperty
  3637.          Height          =   285
  3638.          Index           =   8
  3639.          Left            =   0
  3640.          TabIndex        =   350
  3641.          Text            =   "00000000"
  3642.          Top             =   2040
  3643.          Width           =   1095
  3644.       End
  3645.       Begin VB.TextBox txtHexIndex 
  3646.          Enabled         =   0   'False
  3647.          BeginProperty Font 
  3648.             Name            =   "Courier New"
  3649.             Size            =   9.75
  3650.             Charset         =   0
  3651.             Weight          =   400
  3652.             Underline       =   0   'False
  3653.             Italic          =   0   'False
  3654.             Strikethrough   =   0   'False
  3655.          EndProperty
  3656.          Height          =   285
  3657.          Index           =   7
  3658.          Left            =   0
  3659.          TabIndex        =   351
  3660.          Text            =   "00000000"
  3661.          Top             =   1800
  3662.          Width           =   1095
  3663.       End
  3664.       Begin VB.TextBox txtHexIndex 
  3665.          Enabled         =   0   'False
  3666.          BeginProperty Font 
  3667.             Name            =   "Courier New"
  3668.             Size            =   9.75
  3669.             Charset         =   0
  3670.             Weight          =   400
  3671.             Underline       =   0   'False
  3672.             Italic          =   0   'False
  3673.             Strikethrough   =   0   'False
  3674.          EndProperty
  3675.          Height          =   285
  3676.          Index           =   6
  3677.          Left            =   0
  3678.          TabIndex        =   352
  3679.          Text            =   "00000000"
  3680.          Top             =   1560
  3681.          Width           =   1095
  3682.       End
  3683.       Begin VB.TextBox txtHexIndex 
  3684.          Enabled         =   0   'False
  3685.          BeginProperty Font 
  3686.             Name            =   "Courier New"
  3687.             Size            =   9.75
  3688.             Charset         =   0
  3689.             Weight          =   400
  3690.             Underline       =   0   'False
  3691.             Italic          =   0   'False
  3692.             Strikethrough   =   0   'False
  3693.          EndProperty
  3694.          Height          =   285
  3695.          Index           =   5
  3696.          Left            =   0
  3697.          TabIndex        =   353
  3698.          Text            =   "00000000"
  3699.          Top             =   1320
  3700.          Width           =   1095
  3701.       End
  3702.       Begin VB.TextBox txtHexIndex 
  3703.          Enabled         =   0   'False
  3704.          BeginProperty Font 
  3705.             Name            =   "Courier New"
  3706.             Size            =   9.75
  3707.             Charset         =   0
  3708.             Weight          =   400
  3709.             Underline       =   0   'False
  3710.             Italic          =   0   'False
  3711.             Strikethrough   =   0   'False
  3712.          EndProperty
  3713.          Height          =   285
  3714.          Index           =   19
  3715.          Left            =   0
  3716.          TabIndex        =   368
  3717.          Text            =   "00000000"
  3718.          Top             =   4920
  3719.          Width           =   1095
  3720.       End
  3721.       Begin VB.TextBox txtHexIndex 
  3722.          Enabled         =   0   'False
  3723.          BeginProperty Font 
  3724.             Name            =   "Courier New"
  3725.             Size            =   9.75
  3726.             Charset         =   0
  3727.             Weight          =   400
  3728.             Underline       =   0   'False
  3729.             Italic          =   0   'False
  3730.             Strikethrough   =   0   'False
  3731.          EndProperty
  3732.          Height          =   285
  3733.          Index           =   18
  3734.          Left            =   0
  3735.          TabIndex        =   367
  3736.          Text            =   "00000000"
  3737.          Top             =   4680
  3738.          Width           =   1095
  3739.       End
  3740.       Begin VB.TextBox txtHexIndex 
  3741.          Enabled         =   0   'False
  3742.          BeginProperty Font 
  3743.             Name            =   "Courier New"
  3744.             Size            =   9.75
  3745.             Charset         =   0
  3746.             Weight          =   400
  3747.             Underline       =   0   'False
  3748.             Italic          =   0   'False
  3749.             Strikethrough   =   0   'False
  3750.          EndProperty
  3751.          Height          =   285
  3752.          Index           =   17
  3753.          Left            =   0
  3754.          TabIndex        =   366
  3755.          Text            =   "00000000"
  3756.          Top             =   4440
  3757.          Width           =   1095
  3758.       End
  3759.       Begin VB.TextBox txtHexIndex 
  3760.          Enabled         =   0   'False
  3761.          BeginProperty Font 
  3762.             Name            =   "Courier New"
  3763.             Size            =   9.75
  3764.             Charset         =   0
  3765.             Weight          =   400
  3766.             Underline       =   0   'False
  3767.             Italic          =   0   'False
  3768.             Strikethrough   =   0   'False
  3769.          EndProperty
  3770.          Height          =   285
  3771.          Index           =   16
  3772.          Left            =   0
  3773.          TabIndex        =   365
  3774.          Text            =   "00000000"
  3775.          Top             =   4200
  3776.          Width           =   1095
  3777.       End
  3778.       Begin VB.TextBox txtHexIndex 
  3779.          Enabled         =   0   'False
  3780.          BeginProperty Font 
  3781.             Name            =   "Courier New"
  3782.             Size            =   9.75
  3783.             Charset         =   0
  3784.             Weight          =   400
  3785.             Underline       =   0   'False
  3786.             Italic          =   0   'False
  3787.             Strikethrough   =   0   'False
  3788.          EndProperty
  3789.          Height          =   285
  3790.          Index           =   15
  3791.          Left            =   0
  3792.          TabIndex        =   364
  3793.          Text            =   "00000000"
  3794.          Top             =   3960
  3795.          Width           =   1095
  3796.       End
  3797.       Begin VB.TextBox txtHexIndex 
  3798.          Enabled         =   0   'False
  3799.          BeginProperty Font 
  3800.             Name            =   "Courier New"
  3801.             Size            =   9.75
  3802.             Charset         =   0
  3803.             Weight          =   400
  3804.             Underline       =   0   'False
  3805.             Italic          =   0   'False
  3806.             Strikethrough   =   0   'False
  3807.          EndProperty
  3808.          Height          =   285
  3809.          Index           =   14
  3810.          Left            =   0
  3811.          TabIndex        =   363
  3812.          Text            =   "00000000"
  3813.          Top             =   3600
  3814.          Width           =   1095
  3815.       End
  3816.       Begin VB.TextBox txtHexIndex 
  3817.          Enabled         =   0   'False
  3818.          BeginProperty Font 
  3819.             Name            =   "Courier New"
  3820.             Size            =   9.75
  3821.             Charset         =   0
  3822.             Weight          =   400
  3823.             Underline       =   0   'False
  3824.             Italic          =   0   'False
  3825.             Strikethrough   =   0   'False
  3826.          EndProperty
  3827.          Height          =   285
  3828.          Index           =   13
  3829.          Left            =   0
  3830.          TabIndex        =   362
  3831.          Text            =   "00000000"
  3832.          Top             =   3360
  3833.          Width           =   1095
  3834.       End
  3835.       Begin VB.TextBox txtHexIndex 
  3836.          Enabled         =   0   'False
  3837.          BeginProperty Font 
  3838.             Name            =   "Courier New"
  3839.             Size            =   9.75
  3840.             Charset         =   0
  3841.             Weight          =   400
  3842.             Underline       =   0   'False
  3843.             Italic          =   0   'False
  3844.             Strikethrough   =   0   'False
  3845.          EndProperty
  3846.          Height          =   285
  3847.          Index           =   12
  3848.          Left            =   0
  3849.          TabIndex        =   361
  3850.          Text            =   "00000000"
  3851.          Top             =   3120
  3852.          Width           =   1095
  3853.       End
  3854.       Begin VB.TextBox txtHexIndex 
  3855.          Enabled         =   0   'False
  3856.          BeginProperty Font 
  3857.             Name            =   "Courier New"
  3858.             Size            =   9.75
  3859.             Charset         =   0
  3860.             Weight          =   400
  3861.             Underline       =   0   'False
  3862.             Italic          =   0   'False
  3863.             Strikethrough   =   0   'False
  3864.          EndProperty
  3865.          Height          =   285
  3866.          Index           =   11
  3867.          Left            =   0
  3868.          TabIndex        =   360
  3869.          Text            =   "00000000"
  3870.          Top             =   2880
  3871.          Width           =   1095
  3872.       End
  3873.       Begin VB.TextBox txtHexIndex 
  3874.          Enabled         =   0   'False
  3875.          BeginProperty Font 
  3876.             Name            =   "Courier New"
  3877.             Size            =   9.75
  3878.             Charset         =   0
  3879.             Weight          =   400
  3880.             Underline       =   0   'False
  3881.             Italic          =   0   'False
  3882.             Strikethrough   =   0   'False
  3883.          EndProperty
  3884.          Height          =   285
  3885.          Index           =   10
  3886.          Left            =   0
  3887.          TabIndex        =   359
  3888.          Text            =   "00000000"
  3889.          Top             =   2640
  3890.          Width           =   1095
  3891.       End
  3892.       Begin VB.TextBox txtHex 
  3893.          BeginProperty Font 
  3894.             Name            =   "Courier New"
  3895.             Size            =   9.75
  3896.             Charset         =   0
  3897.             Weight          =   400
  3898.             Underline       =   0   'False
  3899.             Italic          =   0   'False
  3900.             Strikethrough   =   0   'False
  3901.          EndProperty
  3902.          Height          =   285
  3903.          Index           =   319
  3904.          Left            =   6720
  3905.          MaxLength       =   2
  3906.          TabIndex        =   341
  3907.          Text            =   "00"
  3908.          Top             =   4920
  3909.          Width           =   375
  3910.       End
  3911.       Begin VB.TextBox txtHex 
  3912.          BeginProperty Font 
  3913.             Name            =   "Courier New"
  3914.             Size            =   9.75
  3915.             Charset         =   0
  3916.             Weight          =   400
  3917.             Underline       =   0   'False
  3918.             Italic          =   0   'False
  3919.             Strikethrough   =   0   'False
  3920.          EndProperty
  3921.          Height          =   285
  3922.          Index           =   318
  3923.          Left            =   6360
  3924.          MaxLength       =   2
  3925.          TabIndex        =   340
  3926.          Text            =   "00"
  3927.          Top             =   4920
  3928.          Width           =   375
  3929.       End
  3930.       Begin VB.TextBox txtHex 
  3931.          BeginProperty Font 
  3932.             Name            =   "Courier New"
  3933.             Size            =   9.75
  3934.             Charset         =   0
  3935.             Weight          =   400
  3936.             Underline       =   0   'False
  3937.             Italic          =   0   'False
  3938.             Strikethrough   =   0   'False
  3939.          EndProperty
  3940.          Height          =   285
  3941.          Index           =   317
  3942.          Left            =   6000
  3943.          MaxLength       =   2
  3944.          TabIndex        =   339
  3945.          Text            =   "00"
  3946.          Top             =   4920
  3947.          Width           =   375
  3948.       End
  3949.       Begin VB.TextBox txtHex 
  3950.          BeginProperty Font 
  3951.             Name            =   "Courier New"
  3952.             Size            =   9.75
  3953.             Charset         =   0
  3954.             Weight          =   400
  3955.             Underline       =   0   'False
  3956.             Italic          =   0   'False
  3957.             Strikethrough   =   0   'False
  3958.          EndProperty
  3959.          Height          =   285
  3960.          Index           =   316
  3961.          Left            =   5640
  3962.          MaxLength       =   2
  3963.          TabIndex        =   338
  3964.          Text            =   "00"
  3965.          Top             =   4920
  3966.          Width           =   375
  3967.       End
  3968.       Begin VB.TextBox txtHex 
  3969.          BeginProperty Font 
  3970.             Name            =   "Courier New"
  3971.             Size            =   9.75
  3972.             Charset         =   0
  3973.             Weight          =   400
  3974.             Underline       =   0   'False
  3975.             Italic          =   0   'False
  3976.             Strikethrough   =   0   'False
  3977.          EndProperty
  3978.          Height          =   285
  3979.          Index           =   315
  3980.          Left            =   5280
  3981.          MaxLength       =   2
  3982.          TabIndex        =   337
  3983.          Text            =   "00"
  3984.          Top             =   4920
  3985.          Width           =   375
  3986.       End
  3987.       Begin VB.TextBox txtHex 
  3988.          BeginProperty Font 
  3989.             Name            =   "Courier New"
  3990.             Size            =   9.75
  3991.             Charset         =   0
  3992.             Weight          =   400
  3993.             Underline       =   0   'False
  3994.             Italic          =   0   'False
  3995.             Strikethrough   =   0   'False
  3996.          EndProperty
  3997.          Height          =   285
  3998.          Index           =   314
  3999.          Left            =   4920
  4000.          MaxLength       =   2
  4001.          TabIndex        =   336
  4002.          Text            =   "00"
  4003.          Top             =   4920
  4004.          Width           =   375
  4005.       End
  4006.       Begin VB.TextBox txtHex 
  4007.          BeginProperty Font 
  4008.             Name            =   "Courier New"
  4009.             Size            =   9.75
  4010.             Charset         =   0
  4011.             Weight          =   400
  4012.             Underline       =   0   'False
  4013.             Italic          =   0   'False
  4014.             Strikethrough   =   0   'False
  4015.          EndProperty
  4016.          Height          =   285
  4017.          Index           =   313
  4018.          Left            =   4560
  4019.          MaxLength       =   2
  4020.          TabIndex        =   335
  4021.          Text            =   "00"
  4022.          Top             =   4920
  4023.          Width           =   375
  4024.       End
  4025.       Begin VB.TextBox txtHex 
  4026.          BeginProperty Font 
  4027.             Name            =   "Courier New"
  4028.             Size            =   9.75
  4029.             Charset         =   0
  4030.             Weight          =   400
  4031.             Underline       =   0   'False
  4032.             Italic          =   0   'False
  4033.             Strikethrough   =   0   'False
  4034.          EndProperty
  4035.          Height          =   285
  4036.          Index           =   312
  4037.          Left            =   4200
  4038.          MaxLength       =   2
  4039.          TabIndex        =   334
  4040.          Text            =   "00"
  4041.          Top             =   4920
  4042.          Width           =   375
  4043.       End
  4044.       Begin VB.TextBox txtHex 
  4045.          BeginProperty Font 
  4046.             Name            =   "Courier New"
  4047.             Size            =   9.75
  4048.             Charset         =   0
  4049.             Weight          =   400
  4050.             Underline       =   0   'False
  4051.             Italic          =   0   'False
  4052.             Strikethrough   =   0   'False
  4053.          EndProperty
  4054.          Height          =   285
  4055.          Index           =   311
  4056.          Left            =   3720
  4057.          MaxLength       =   2
  4058.          TabIndex        =   333
  4059.          Text            =   "00"
  4060.          Top             =   4920
  4061.          Width           =   375
  4062.       End
  4063.       Begin VB.TextBox txtHex 
  4064.          BeginProperty Font 
  4065.             Name            =   "Courier New"
  4066.             Size            =   9.75
  4067.             Charset         =   0
  4068.             Weight          =   400
  4069.             Underline       =   0   'False
  4070.             Italic          =   0   'False
  4071.             Strikethrough   =   0   'False
  4072.          EndProperty
  4073.          Height          =   285
  4074.          Index           =   310
  4075.          Left            =   3360
  4076.          MaxLength       =   2
  4077.          TabIndex        =   332
  4078.          Text            =   "00"
  4079.          Top             =   4920
  4080.          Width           =   375
  4081.       End
  4082.       Begin VB.TextBox txtHex 
  4083.          BeginProperty Font 
  4084.             Name            =   "Courier New"
  4085.             Size            =   9.75
  4086.             Charset         =   0
  4087.             Weight          =   400
  4088.             Underline       =   0   'False
  4089.             Italic          =   0   'False
  4090.             Strikethrough   =   0   'False
  4091.          EndProperty
  4092.          Height          =   285
  4093.          Index           =   309
  4094.          Left            =   3000
  4095.          MaxLength       =   2
  4096.          TabIndex        =   331
  4097.          Text            =   "00"
  4098.          Top             =   4920
  4099.          Width           =   375
  4100.       End
  4101.       Begin VB.TextBox txtHex 
  4102.          BeginProperty Font 
  4103.             Name            =   "Courier New"
  4104.             Size            =   9.75
  4105.             Charset         =   0
  4106.             Weight          =   400
  4107.             Underline       =   0   'False
  4108.             Italic          =   0   'False
  4109.             Strikethrough   =   0   'False
  4110.          EndProperty
  4111.          Height          =   285
  4112.          Index           =   308
  4113.          Left            =   2640
  4114.          MaxLength       =   2
  4115.          TabIndex        =   330
  4116.          Text            =   "00"
  4117.          Top             =   4920
  4118.          Width           =   375
  4119.       End
  4120.       Begin VB.TextBox txtHex 
  4121.          BeginProperty Font 
  4122.             Name            =   "Courier New"
  4123.             Size            =   9.75
  4124.             Charset         =   0
  4125.             Weight          =   400
  4126.             Underline       =   0   'False
  4127.             Italic          =   0   'False
  4128.             Strikethrough   =   0   'False
  4129.          EndProperty
  4130.          Height          =   285
  4131.          Index           =   307
  4132.          Left            =   2280
  4133.          MaxLength       =   2
  4134.          TabIndex        =   329
  4135.          Text            =   "00"
  4136.          Top             =   4920
  4137.          Width           =   375
  4138.       End
  4139.       Begin VB.TextBox txtHex 
  4140.          BeginProperty Font 
  4141.             Name            =   "Courier New"
  4142.             Size            =   9.75
  4143.             Charset         =   0
  4144.             Weight          =   400
  4145.             Underline       =   0   'False
  4146.             Italic          =   0   'False
  4147.             Strikethrough   =   0   'False
  4148.          EndProperty
  4149.          Height          =   285
  4150.          Index           =   306
  4151.          Left            =   1920
  4152.          MaxLength       =   2
  4153.          TabIndex        =   328
  4154.          Text            =   "00"
  4155.          Top             =   4920
  4156.          Width           =   375
  4157.       End
  4158.       Begin VB.TextBox txtHex 
  4159.          BeginProperty Font 
  4160.             Name            =   "Courier New"
  4161.             Size            =   9.75
  4162.             Charset         =   0
  4163.             Weight          =   400
  4164.             Underline       =   0   'False
  4165.             Italic          =   0   'False
  4166.             Strikethrough   =   0   'False
  4167.          EndProperty
  4168.          Height          =   285
  4169.          Index           =   305
  4170.          Left            =   1560
  4171.          MaxLength       =   2
  4172.          TabIndex        =   327
  4173.          Text            =   "00"
  4174.          Top             =   4920
  4175.          Width           =   375
  4176.       End
  4177.       Begin VB.TextBox txtHex 
  4178.          BeginProperty Font 
  4179.             Name            =   "Courier New"
  4180.             Size            =   9.75
  4181.             Charset         =   0
  4182.             Weight          =   400
  4183.             Underline       =   0   'False
  4184.             Italic          =   0   'False
  4185.             Strikethrough   =   0   'False
  4186.          EndProperty
  4187.          Height          =   285
  4188.          Index           =   304
  4189.          Left            =   1200
  4190.          MaxLength       =   2
  4191.          TabIndex        =   326
  4192.          Text            =   "00"
  4193.          Top             =   4920
  4194.          Width           =   375
  4195.       End
  4196.       Begin VB.TextBox txtHex 
  4197.          BeginProperty Font 
  4198.             Name            =   "Courier New"
  4199.             Size            =   9.75
  4200.             Charset         =   0
  4201.             Weight          =   400
  4202.             Underline       =   0   'False
  4203.             Italic          =   0   'False
  4204.             Strikethrough   =   0   'False
  4205.          EndProperty
  4206.          Height          =   285
  4207.          Index           =   303
  4208.          Left            =   6720
  4209.          MaxLength       =   2
  4210.          TabIndex        =   324
  4211.          Text            =   "00"
  4212.          Top             =   4680
  4213.          Width           =   375
  4214.       End
  4215.       Begin VB.TextBox txtHex 
  4216.          BeginProperty Font 
  4217.             Name            =   "Courier New"
  4218.             Size            =   9.75
  4219.             Charset         =   0
  4220.             Weight          =   400
  4221.             Underline       =   0   'False
  4222.             Italic          =   0   'False
  4223.             Strikethrough   =   0   'False
  4224.          EndProperty
  4225.          Height          =   285
  4226.          Index           =   302
  4227.          Left            =   6360
  4228.          MaxLength       =   2
  4229.          TabIndex        =   323
  4230.          Text            =   "00"
  4231.          Top             =   4680
  4232.          Width           =   375
  4233.       End
  4234.       Begin VB.TextBox txtHex 
  4235.          BeginProperty Font 
  4236.             Name            =   "Courier New"
  4237.             Size            =   9.75
  4238.             Charset         =   0
  4239.             Weight          =   400
  4240.             Underline       =   0   'False
  4241.             Italic          =   0   'False
  4242.             Strikethrough   =   0   'False
  4243.          EndProperty
  4244.          Height          =   285
  4245.          Index           =   301
  4246.          Left            =   6000
  4247.          MaxLength       =   2
  4248.          TabIndex        =   322
  4249.          Text            =   "00"
  4250.          Top             =   4680
  4251.          Width           =   375
  4252.       End
  4253.       Begin VB.TextBox txtHex 
  4254.          BeginProperty Font 
  4255.             Name            =   "Courier New"
  4256.             Size            =   9.75
  4257.             Charset         =   0
  4258.             Weight          =   400
  4259.             Underline       =   0   'False
  4260.             Italic          =   0   'False
  4261.             Strikethrough   =   0   'False
  4262.          EndProperty
  4263.          Height          =   285
  4264.          Index           =   300
  4265.          Left            =   5640
  4266.          MaxLength       =   2
  4267.          TabIndex        =   321
  4268.          Text            =   "00"
  4269.          Top             =   4680
  4270.          Width           =   375
  4271.       End
  4272.       Begin VB.TextBox txtHex 
  4273.          BeginProperty Font 
  4274.             Name            =   "Courier New"
  4275.             Size            =   9.75
  4276.             Charset         =   0
  4277.             Weight          =   400
  4278.             Underline       =   0   'False
  4279.             Italic          =   0   'False
  4280.             Strikethrough   =   0   'False
  4281.          EndProperty
  4282.          Height          =   285
  4283.          Index           =   299
  4284.          Left            =   5280
  4285.          MaxLength       =   2
  4286.          TabIndex        =   320
  4287.          Text            =   "00"
  4288.          Top             =   4680
  4289.          Width           =   375
  4290.       End
  4291.       Begin VB.TextBox txtHex 
  4292.          BeginProperty Font 
  4293.             Name            =   "Courier New"
  4294.             Size            =   9.75
  4295.             Charset         =   0
  4296.             Weight          =   400
  4297.             Underline       =   0   'False
  4298.             Italic          =   0   'False
  4299.             Strikethrough   =   0   'False
  4300.          EndProperty
  4301.          Height          =   285
  4302.          Index           =   298
  4303.          Left            =   4920
  4304.          MaxLength       =   2
  4305.          TabIndex        =   319
  4306.          Text            =   "00"
  4307.          Top             =   4680
  4308.          Width           =   375
  4309.       End
  4310.       Begin VB.TextBox txtHex 
  4311.          BeginProperty Font 
  4312.             Name            =   "Courier New"
  4313.             Size            =   9.75
  4314.             Charset         =   0
  4315.             Weight          =   400
  4316.             Underline       =   0   'False
  4317.             Italic          =   0   'False
  4318.             Strikethrough   =   0   'False
  4319.          EndProperty
  4320.          Height          =   285
  4321.          Index           =   297
  4322.          Left            =   4560
  4323.          MaxLength       =   2
  4324.          TabIndex        =   318
  4325.          Text            =   "00"
  4326.          Top             =   4680
  4327.          Width           =   375
  4328.       End
  4329.       Begin VB.TextBox txtHex 
  4330.          BeginProperty Font 
  4331.             Name            =   "Courier New"
  4332.             Size            =   9.75
  4333.             Charset         =   0
  4334.             Weight          =   400
  4335.             Underline       =   0   'False
  4336.             Italic          =   0   'False
  4337.             Strikethrough   =   0   'False
  4338.          EndProperty
  4339.          Height          =   285
  4340.          Index           =   296
  4341.          Left            =   4200
  4342.          MaxLength       =   2
  4343.          TabIndex        =   317
  4344.          Text            =   "00"
  4345.          Top             =   4680
  4346.          Width           =   375
  4347.       End
  4348.       Begin VB.TextBox txtHex 
  4349.          BeginProperty Font 
  4350.             Name            =   "Courier New"
  4351.             Size            =   9.75
  4352.             Charset         =   0
  4353.             Weight          =   400
  4354.             Underline       =   0   'False
  4355.             Italic          =   0   'False
  4356.             Strikethrough   =   0   'False
  4357.          EndProperty
  4358.          Height          =   285
  4359.          Index           =   295
  4360.          Left            =   3720
  4361.          MaxLength       =   2
  4362.          TabIndex        =   316
  4363.          Text            =   "00"
  4364.          Top             =   4680
  4365.          Width           =   375
  4366.       End
  4367.       Begin VB.TextBox txtHex 
  4368.          BeginProperty Font 
  4369.             Name            =   "Courier New"
  4370.             Size            =   9.75
  4371.             Charset         =   0
  4372.             Weight          =   400
  4373.             Underline       =   0   'False
  4374.             Italic          =   0   'False
  4375.             Strikethrough   =   0   'False
  4376.          EndProperty
  4377.          Height          =   285
  4378.          Index           =   294
  4379.          Left            =   3360
  4380.          MaxLength       =   2
  4381.          TabIndex        =   315
  4382.          Text            =   "00"
  4383.          Top             =   4680
  4384.          Width           =   375
  4385.       End
  4386.       Begin VB.TextBox txtHex 
  4387.          BeginProperty Font 
  4388.             Name            =   "Courier New"
  4389.             Size            =   9.75
  4390.             Charset         =   0
  4391.             Weight          =   400
  4392.             Underline       =   0   'False
  4393.             Italic          =   0   'False
  4394.             Strikethrough   =   0   'False
  4395.          EndProperty
  4396.          Height          =   285
  4397.          Index           =   293
  4398.          Left            =   3000
  4399.          MaxLength       =   2
  4400.          TabIndex        =   314
  4401.          Text            =   "00"
  4402.          Top             =   4680
  4403.          Width           =   375
  4404.       End
  4405.       Begin VB.TextBox txtHex 
  4406.          BeginProperty Font 
  4407.             Name            =   "Courier New"
  4408.             Size            =   9.75
  4409.             Charset         =   0
  4410.             Weight          =   400
  4411.             Underline       =   0   'False
  4412.             Italic          =   0   'False
  4413.             Strikethrough   =   0   'False
  4414.          EndProperty
  4415.          Height          =   285
  4416.          Index           =   292
  4417.          Left            =   2640
  4418.          MaxLength       =   2
  4419.          TabIndex        =   313
  4420.          Text            =   "00"
  4421.          Top             =   4680
  4422.          Width           =   375
  4423.       End
  4424.       Begin VB.TextBox txtHex 
  4425.          BeginProperty Font 
  4426.             Name            =   "Courier New"
  4427.             Size            =   9.75
  4428.             Charset         =   0
  4429.             Weight          =   400
  4430.             Underline       =   0   'False
  4431.             Italic          =   0   'False
  4432.             Strikethrough   =   0   'False
  4433.          EndProperty
  4434.          Height          =   285
  4435.          Index           =   291
  4436.          Left            =   2280
  4437.          MaxLength       =   2
  4438.          TabIndex        =   312
  4439.          Text            =   "00"
  4440.          Top             =   4680
  4441.          Width           =   375
  4442.       End
  4443.       Begin VB.TextBox txtHex 
  4444.          BeginProperty Font 
  4445.             Name            =   "Courier New"
  4446.             Size            =   9.75
  4447.             Charset         =   0
  4448.             Weight          =   400
  4449.             Underline       =   0   'False
  4450.             Italic          =   0   'False
  4451.             Strikethrough   =   0   'False
  4452.          EndProperty
  4453.          Height          =   285
  4454.          Index           =   290
  4455.          Left            =   1920
  4456.          MaxLength       =   2
  4457.          TabIndex        =   311
  4458.          Text            =   "00"
  4459.          Top             =   4680
  4460.          Width           =   375
  4461.       End
  4462.       Begin VB.TextBox txtHex 
  4463.          BeginProperty Font 
  4464.             Name            =   "Courier New"
  4465.             Size            =   9.75
  4466.             Charset         =   0
  4467.             Weight          =   400
  4468.             Underline       =   0   'False
  4469.             Italic          =   0   'False
  4470.             Strikethrough   =   0   'False
  4471.          EndProperty
  4472.          Height          =   285
  4473.          Index           =   289
  4474.          Left            =   1560
  4475.          MaxLength       =   2
  4476.          TabIndex        =   310
  4477.          Text            =   "00"
  4478.          Top             =   4680
  4479.          Width           =   375
  4480.       End
  4481.       Begin VB.TextBox txtHex 
  4482.          BeginProperty Font 
  4483.             Name            =   "Courier New"
  4484.             Size            =   9.75
  4485.             Charset         =   0
  4486.             Weight          =   400
  4487.             Underline       =   0   'False
  4488.             Italic          =   0   'False
  4489.             Strikethrough   =   0   'False
  4490.          EndProperty
  4491.          Height          =   285
  4492.          Index           =   288
  4493.          Left            =   1200
  4494.          MaxLength       =   2
  4495.          TabIndex        =   309
  4496.          Text            =   "00"
  4497.          Top             =   4680
  4498.          Width           =   375
  4499.       End
  4500.       Begin VB.TextBox txtHex 
  4501.          BeginProperty Font 
  4502.             Name            =   "Courier New"
  4503.             Size            =   9.75
  4504.             Charset         =   0
  4505.             Weight          =   400
  4506.             Underline       =   0   'False
  4507.             Italic          =   0   'False
  4508.             Strikethrough   =   0   'False
  4509.          EndProperty
  4510.          Height          =   285
  4511.          Index           =   287
  4512.          Left            =   6720
  4513.          MaxLength       =   2
  4514.          TabIndex        =   307
  4515.          Text            =   "00"
  4516.          Top             =   4440
  4517.          Width           =   375
  4518.       End
  4519.       Begin VB.TextBox txtHex 
  4520.          BeginProperty Font 
  4521.             Name            =   "Courier New"
  4522.             Size            =   9.75
  4523.             Charset         =   0
  4524.             Weight          =   400
  4525.             Underline       =   0   'False
  4526.             Italic          =   0   'False
  4527.             Strikethrough   =   0   'False
  4528.          EndProperty
  4529.          Height          =   285
  4530.          Index           =   286
  4531.          Left            =   6360
  4532.          MaxLength       =   2
  4533.          TabIndex        =   306
  4534.          Text            =   "00"
  4535.          Top             =   4440
  4536.          Width           =   375
  4537.       End
  4538.       Begin VB.TextBox txtHex 
  4539.          BeginProperty Font 
  4540.             Name            =   "Courier New"
  4541.             Size            =   9.75
  4542.             Charset         =   0
  4543.             Weight          =   400
  4544.             Underline       =   0   'False
  4545.             Italic          =   0   'False
  4546.             Strikethrough   =   0   'False
  4547.          EndProperty
  4548.          Height          =   285
  4549.          Index           =   285
  4550.          Left            =   6000
  4551.          MaxLength       =   2
  4552.          TabIndex        =   305
  4553.          Text            =   "00"
  4554.          Top             =   4440
  4555.          Width           =   375
  4556.       End
  4557.       Begin VB.TextBox txtHex 
  4558.          BeginProperty Font 
  4559.             Name            =   "Courier New"
  4560.             Size            =   9.75
  4561.             Charset         =   0
  4562.             Weight          =   400
  4563.             Underline       =   0   'False
  4564.             Italic          =   0   'False
  4565.             Strikethrough   =   0   'False
  4566.          EndProperty
  4567.          Height          =   285
  4568.          Index           =   284
  4569.          Left            =   5640
  4570.          MaxLength       =   2
  4571.          TabIndex        =   304
  4572.          Text            =   "00"
  4573.          Top             =   4440
  4574.          Width           =   375
  4575.       End
  4576.       Begin VB.TextBox txtHex 
  4577.          BeginProperty Font 
  4578.             Name            =   "Courier New"
  4579.             Size            =   9.75
  4580.             Charset         =   0
  4581.             Weight          =   400
  4582.             Underline       =   0   'False
  4583.             Italic          =   0   'False
  4584.             Strikethrough   =   0   'False
  4585.          EndProperty
  4586.          Height          =   285
  4587.          Index           =   283
  4588.          Left            =   5280
  4589.          MaxLength       =   2
  4590.          TabIndex        =   303
  4591.          Text            =   "00"
  4592.          Top             =   4440
  4593.          Width           =   375
  4594.       End
  4595.       Begin VB.TextBox txtHex 
  4596.          BeginProperty Font 
  4597.             Name            =   "Courier New"
  4598.             Size            =   9.75
  4599.             Charset         =   0
  4600.             Weight          =   400
  4601.             Underline       =   0   'False
  4602.             Italic          =   0   'False
  4603.             Strikethrough   =   0   'False
  4604.          EndProperty
  4605.          Height          =   285
  4606.          Index           =   282
  4607.          Left            =   4920
  4608.          MaxLength       =   2
  4609.          TabIndex        =   302
  4610.          Text            =   "00"
  4611.          Top             =   4440
  4612.          Width           =   375
  4613.       End
  4614.       Begin VB.TextBox txtHex 
  4615.          BeginProperty Font 
  4616.             Name            =   "Courier New"
  4617.             Size            =   9.75
  4618.             Charset         =   0
  4619.             Weight          =   400
  4620.             Underline       =   0   'False
  4621.             Italic          =   0   'False
  4622.             Strikethrough   =   0   'False
  4623.          EndProperty
  4624.          Height          =   285
  4625.          Index           =   281
  4626.          Left            =   4560
  4627.          MaxLength       =   2
  4628.          TabIndex        =   301
  4629.          Text            =   "00"
  4630.          Top             =   4440
  4631.          Width           =   375
  4632.       End
  4633.       Begin VB.TextBox txtHex 
  4634.          BeginProperty Font 
  4635.             Name            =   "Courier New"
  4636.             Size            =   9.75
  4637.             Charset         =   0
  4638.             Weight          =   400
  4639.             Underline       =   0   'False
  4640.             Italic          =   0   'False
  4641.             Strikethrough   =   0   'False
  4642.          EndProperty
  4643.          Height          =   285
  4644.          Index           =   280
  4645.          Left            =   4200
  4646.          MaxLength       =   2
  4647.          TabIndex        =   300
  4648.          Text            =   "00"
  4649.          Top             =   4440
  4650.          Width           =   375
  4651.       End
  4652.       Begin VB.TextBox txtHex 
  4653.          BeginProperty Font 
  4654.             Name            =   "Courier New"
  4655.             Size            =   9.75
  4656.             Charset         =   0
  4657.             Weight          =   400
  4658.             Underline       =   0   'False
  4659.             Italic          =   0   'False
  4660.             Strikethrough   =   0   'False
  4661.          EndProperty
  4662.          Height          =   285
  4663.          Index           =   279
  4664.          Left            =   3720
  4665.          MaxLength       =   2
  4666.          TabIndex        =   299
  4667.          Text            =   "00"
  4668.          Top             =   4440
  4669.          Width           =   375
  4670.       End
  4671.       Begin VB.TextBox txtHex 
  4672.          BeginProperty Font 
  4673.             Name            =   "Courier New"
  4674.             Size            =   9.75
  4675.             Charset         =   0
  4676.             Weight          =   400
  4677.             Underline       =   0   'False
  4678.             Italic          =   0   'False
  4679.             Strikethrough   =   0   'False
  4680.          EndProperty
  4681.          Height          =   285
  4682.          Index           =   278
  4683.          Left            =   3360
  4684.          MaxLength       =   2
  4685.          TabIndex        =   298
  4686.          Text            =   "00"
  4687.          Top             =   4440
  4688.          Width           =   375
  4689.       End
  4690.       Begin VB.TextBox txtHex 
  4691.          BeginProperty Font 
  4692.             Name            =   "Courier New"
  4693.             Size            =   9.75
  4694.             Charset         =   0
  4695.             Weight          =   400
  4696.             Underline       =   0   'False
  4697.             Italic          =   0   'False
  4698.             Strikethrough   =   0   'False
  4699.          EndProperty
  4700.          Height          =   285
  4701.          Index           =   277
  4702.          Left            =   3000
  4703.          MaxLength       =   2
  4704.          TabIndex        =   297
  4705.          Text            =   "00"
  4706.          Top             =   4440
  4707.          Width           =   375
  4708.       End
  4709.       Begin VB.TextBox txtHex 
  4710.          BeginProperty Font 
  4711.             Name            =   "Courier New"
  4712.             Size            =   9.75
  4713.             Charset         =   0
  4714.             Weight          =   400
  4715.             Underline       =   0   'False
  4716.             Italic          =   0   'False
  4717.             Strikethrough   =   0   'False
  4718.          EndProperty
  4719.          Height          =   285
  4720.          Index           =   276
  4721.          Left            =   2640
  4722.          MaxLength       =   2
  4723.          TabIndex        =   296
  4724.          Text            =   "00"
  4725.          Top             =   4440
  4726.          Width           =   375
  4727.       End
  4728.       Begin VB.TextBox txtHex 
  4729.          BeginProperty Font 
  4730.             Name            =   "Courier New"
  4731.             Size            =   9.75
  4732.             Charset         =   0
  4733.             Weight          =   400
  4734.             Underline       =   0   'False
  4735.             Italic          =   0   'False
  4736.             Strikethrough   =   0   'False
  4737.          EndProperty
  4738.          Height          =   285
  4739.          Index           =   275
  4740.          Left            =   2280
  4741.          MaxLength       =   2
  4742.          TabIndex        =   295
  4743.          Text            =   "00"
  4744.          Top             =   4440
  4745.          Width           =   375
  4746.       End
  4747.       Begin VB.TextBox txtHex 
  4748.          BeginProperty Font 
  4749.             Name            =   "Courier New"
  4750.             Size            =   9.75
  4751.             Charset         =   0
  4752.             Weight          =   400
  4753.             Underline       =   0   'False
  4754.             Italic          =   0   'False
  4755.             Strikethrough   =   0   'False
  4756.          EndProperty
  4757.          Height          =   285
  4758.          Index           =   274
  4759.          Left            =   1920
  4760.          MaxLength       =   2
  4761.          TabIndex        =   294
  4762.          Text            =   "00"
  4763.          Top             =   4440
  4764.          Width           =   375
  4765.       End
  4766.       Begin VB.TextBox txtHex 
  4767.          BeginProperty Font 
  4768.             Name            =   "Courier New"
  4769.             Size            =   9.75
  4770.             Charset         =   0
  4771.             Weight          =   400
  4772.             Underline       =   0   'False
  4773.             Italic          =   0   'False
  4774.             Strikethrough   =   0   'False
  4775.          EndProperty
  4776.          Height          =   285
  4777.          Index           =   273
  4778.          Left            =   1560
  4779.          MaxLength       =   2
  4780.          TabIndex        =   293
  4781.          Text            =   "00"
  4782.          Top             =   4440
  4783.          Width           =   375
  4784.       End
  4785.       Begin VB.TextBox txtHex 
  4786.          BeginProperty Font 
  4787.             Name            =   "Courier New"
  4788.             Size            =   9.75
  4789.             Charset         =   0
  4790.             Weight          =   400
  4791.             Underline       =   0   'False
  4792.             Italic          =   0   'False
  4793.             Strikethrough   =   0   'False
  4794.          EndProperty
  4795.          Height          =   285
  4796.          Index           =   272
  4797.          Left            =   1200
  4798.          MaxLength       =   2
  4799.          TabIndex        =   292
  4800.          Text            =   "00"
  4801.          Top             =   4440
  4802.          Width           =   375
  4803.       End
  4804.       Begin VB.TextBox txtHex 
  4805.          BeginProperty Font 
  4806.             Name            =   "Courier New"
  4807.             Size            =   9.75
  4808.             Charset         =   0
  4809.             Weight          =   400
  4810.             Underline       =   0   'False
  4811.             Italic          =   0   'False
  4812.             Strikethrough   =   0   'False
  4813.          EndProperty
  4814.          Height          =   285
  4815.          Index           =   271
  4816.          Left            =   6720
  4817.          MaxLength       =   2
  4818.          TabIndex        =   290
  4819.          Text            =   "00"
  4820.          Top             =   4200
  4821.          Width           =   375
  4822.       End
  4823.       Begin VB.TextBox txtHex 
  4824.          BeginProperty Font 
  4825.             Name            =   "Courier New"
  4826.             Size            =   9.75
  4827.             Charset         =   0
  4828.             Weight          =   400
  4829.             Underline       =   0   'False
  4830.             Italic          =   0   'False
  4831.             Strikethrough   =   0   'False
  4832.          EndProperty
  4833.          Height          =   285
  4834.          Index           =   270
  4835.          Left            =   6360
  4836.          MaxLength       =   2
  4837.          TabIndex        =   289
  4838.          Text            =   "00"
  4839.          Top             =   4200
  4840.          Width           =   375
  4841.       End
  4842.       Begin VB.TextBox txtHex 
  4843.          BeginProperty Font 
  4844.             Name            =   "Courier New"
  4845.             Size            =   9.75
  4846.             Charset         =   0
  4847.             Weight          =   400
  4848.             Underline       =   0   'False
  4849.             Italic          =   0   'False
  4850.             Strikethrough   =   0   'False
  4851.          EndProperty
  4852.          Height          =   285
  4853.          Index           =   269
  4854.          Left            =   6000
  4855.          MaxLength       =   2
  4856.          TabIndex        =   288
  4857.          Text            =   "00"
  4858.          Top             =   4200
  4859.          Width           =   375
  4860.       End
  4861.       Begin VB.TextBox txtHex 
  4862.          BeginProperty Font 
  4863.             Name            =   "Courier New"
  4864.             Size            =   9.75
  4865.             Charset         =   0
  4866.             Weight          =   400
  4867.             Underline       =   0   'False
  4868.             Italic          =   0   'False
  4869.             Strikethrough   =   0   'False
  4870.          EndProperty
  4871.          Height          =   285
  4872.          Index           =   268
  4873.          Left            =   5640
  4874.          MaxLength       =   2
  4875.          TabIndex        =   287
  4876.          Text            =   "00"
  4877.          Top             =   4200
  4878.          Width           =   375
  4879.       End
  4880.       Begin VB.TextBox txtHex 
  4881.          BeginProperty Font 
  4882.             Name            =   "Courier New"
  4883.             Size            =   9.75
  4884.             Charset         =   0
  4885.             Weight          =   400
  4886.             Underline       =   0   'False
  4887.             Italic          =   0   'False
  4888.             Strikethrough   =   0   'False
  4889.          EndProperty
  4890.          Height          =   285
  4891.          Index           =   267
  4892.          Left            =   5280
  4893.          MaxLength       =   2
  4894.          TabIndex        =   286
  4895.          Text            =   "00"
  4896.          Top             =   4200
  4897.          Width           =   375
  4898.       End
  4899.       Begin VB.TextBox txtHex 
  4900.          BeginProperty Font 
  4901.             Name            =   "Courier New"
  4902.             Size            =   9.75
  4903.             Charset         =   0
  4904.             Weight          =   400
  4905.             Underline       =   0   'False
  4906.             Italic          =   0   'False
  4907.             Strikethrough   =   0   'False
  4908.          EndProperty
  4909.          Height          =   285
  4910.          Index           =   266
  4911.          Left            =   4920
  4912.          MaxLength       =   2
  4913.          TabIndex        =   285
  4914.          Text            =   "00"
  4915.          Top             =   4200
  4916.          Width           =   375
  4917.       End
  4918.       Begin VB.TextBox txtHex 
  4919.          BeginProperty Font 
  4920.             Name            =   "Courier New"
  4921.             Size            =   9.75
  4922.             Charset         =   0
  4923.             Weight          =   400
  4924.             Underline       =   0   'False
  4925.             Italic          =   0   'False
  4926.             Strikethrough   =   0   'False
  4927.          EndProperty
  4928.          Height          =   285
  4929.          Index           =   265
  4930.          Left            =   4560
  4931.          MaxLength       =   2
  4932.          TabIndex        =   284
  4933.          Text            =   "00"
  4934.          Top             =   4200
  4935.          Width           =   375
  4936.       End
  4937.       Begin VB.TextBox txtHex 
  4938.          BeginProperty Font 
  4939.             Name            =   "Courier New"
  4940.             Size            =   9.75
  4941.             Charset         =   0
  4942.             Weight          =   400
  4943.             Underline       =   0   'False
  4944.             Italic          =   0   'False
  4945.             Strikethrough   =   0   'False
  4946.          EndProperty
  4947.          Height          =   285
  4948.          Index           =   264
  4949.          Left            =   4200
  4950.          MaxLength       =   2
  4951.          TabIndex        =   283
  4952.          Text            =   "00"
  4953.          Top             =   4200
  4954.          Width           =   375
  4955.       End
  4956.       Begin VB.TextBox txtHex 
  4957.          BeginProperty Font 
  4958.             Name            =   "Courier New"
  4959.             Size            =   9.75
  4960.             Charset         =   0
  4961.             Weight          =   400
  4962.             Underline       =   0   'False
  4963.             Italic          =   0   'False
  4964.             Strikethrough   =   0   'False
  4965.          EndProperty
  4966.          Height          =   285
  4967.          Index           =   263
  4968.          Left            =   3720
  4969.          MaxLength       =   2
  4970.          TabIndex        =   282
  4971.          Text            =   "00"
  4972.          Top             =   4200
  4973.          Width           =   375
  4974.       End
  4975.       Begin VB.TextBox txtHex 
  4976.          BeginProperty Font 
  4977.             Name            =   "Courier New"
  4978.             Size            =   9.75
  4979.             Charset         =   0
  4980.             Weight          =   400
  4981.             Underline       =   0   'False
  4982.             Italic          =   0   'False
  4983.             Strikethrough   =   0   'False
  4984.          EndProperty
  4985.          Height          =   285
  4986.          Index           =   262
  4987.          Left            =   3360
  4988.          MaxLength       =   2
  4989.          TabIndex        =   281
  4990.          Text            =   "00"
  4991.          Top             =   4200
  4992.          Width           =   375
  4993.       End
  4994.       Begin VB.TextBox txtHex 
  4995.          BeginProperty Font 
  4996.             Name            =   "Courier New"
  4997.             Size            =   9.75
  4998.             Charset         =   0
  4999.             Weight          =   400
  5000.             Underline       =   0   'False
  5001.             Italic          =   0   'False
  5002.             Strikethrough   =   0   'False
  5003.          EndProperty
  5004.          Height          =   285
  5005.          Index           =   261
  5006.          Left            =   3000
  5007.          MaxLength       =   2
  5008.          TabIndex        =   280
  5009.          Text            =   "00"
  5010.          Top             =   4200
  5011.          Width           =   375
  5012.       End
  5013.       Begin VB.TextBox txtHex 
  5014.          BeginProperty Font 
  5015.             Name            =   "Courier New"
  5016.             Size            =   9.75
  5017.             Charset         =   0
  5018.             Weight          =   400
  5019.             Underline       =   0   'False
  5020.             Italic          =   0   'False
  5021.             Strikethrough   =   0   'False
  5022.          EndProperty
  5023.          Height          =   285
  5024.          Index           =   260
  5025.          Left            =   2640
  5026.          MaxLength       =   2
  5027.          TabIndex        =   279
  5028.          Text            =   "00"
  5029.          Top             =   4200
  5030.          Width           =   375
  5031.       End
  5032.       Begin VB.TextBox txtHex 
  5033.          BeginProperty Font 
  5034.             Name            =   "Courier New"
  5035.             Size            =   9.75
  5036.             Charset         =   0
  5037.             Weight          =   400
  5038.             Underline       =   0   'False
  5039.             Italic          =   0   'False
  5040.             Strikethrough   =   0   'False
  5041.          EndProperty
  5042.          Height          =   285
  5043.          Index           =   259
  5044.          Left            =   2280
  5045.          MaxLength       =   2
  5046.          TabIndex        =   278
  5047.          Text            =   "00"
  5048.          Top             =   4200
  5049.          Width           =   375
  5050.       End
  5051.       Begin VB.TextBox txtHex 
  5052.          BeginProperty Font 
  5053.             Name            =   "Courier New"
  5054.             Size            =   9.75
  5055.             Charset         =   0
  5056.             Weight          =   400
  5057.             Underline       =   0   'False
  5058.             Italic          =   0   'False
  5059.             Strikethrough   =   0   'False
  5060.          EndProperty
  5061.          Height          =   285
  5062.          Index           =   258
  5063.          Left            =   1920
  5064.          MaxLength       =   2
  5065.          TabIndex        =   277
  5066.          Text            =   "00"
  5067.          Top             =   4200
  5068.          Width           =   375
  5069.       End
  5070.       Begin VB.TextBox txtHex 
  5071.          BeginProperty Font 
  5072.             Name            =   "Courier New"
  5073.             Size            =   9.75
  5074.             Charset         =   0
  5075.             Weight          =   400
  5076.             Underline       =   0   'False
  5077.             Italic          =   0   'False
  5078.             Strikethrough   =   0   'False
  5079.          EndProperty
  5080.          Height          =   285
  5081.          Index           =   257
  5082.          Left            =   1560
  5083.          MaxLength       =   2
  5084.          TabIndex        =   276
  5085.          Text            =   "00"
  5086.          Top             =   4200
  5087.          Width           =   375
  5088.       End
  5089.       Begin VB.TextBox txtHex 
  5090.          BeginProperty Font 
  5091.             Name            =   "Courier New"
  5092.             Size            =   9.75
  5093.             Charset         =   0
  5094.             Weight          =   400
  5095.             Underline       =   0   'False
  5096.             Italic          =   0   'False
  5097.             Strikethrough   =   0   'False
  5098.          EndProperty
  5099.          Height          =   285
  5100.          Index           =   256
  5101.          Left            =   1200
  5102.          MaxLength       =   2
  5103.          TabIndex        =   275
  5104.          Text            =   "00"
  5105.          Top             =   4200
  5106.          Width           =   375
  5107.       End
  5108.       Begin VB.TextBox txtHex 
  5109.          BeginProperty Font 
  5110.             Name            =   "Courier New"
  5111.             Size            =   9.75
  5112.             Charset         =   0
  5113.             Weight          =   400
  5114.             Underline       =   0   'False
  5115.             Italic          =   0   'False
  5116.             Strikethrough   =   0   'False
  5117.          EndProperty
  5118.          Height          =   285
  5119.          Index           =   255
  5120.          Left            =   6720
  5121.          MaxLength       =   2
  5122.          TabIndex        =   273
  5123.          Text            =   "00"
  5124.          Top             =   3960
  5125.          Width           =   375
  5126.       End
  5127.       Begin VB.TextBox txtHex 
  5128.          BeginProperty Font 
  5129.             Name            =   "Courier New"
  5130.             Size            =   9.75
  5131.             Charset         =   0
  5132.             Weight          =   400
  5133.             Underline       =   0   'False
  5134.             Italic          =   0   'False
  5135.             Strikethrough   =   0   'False
  5136.          EndProperty
  5137.          Height          =   285
  5138.          Index           =   254
  5139.          Left            =   6360
  5140.          MaxLength       =   2
  5141.          TabIndex        =   272
  5142.          Text            =   "00"
  5143.          Top             =   3960
  5144.          Width           =   375
  5145.       End
  5146.       Begin VB.TextBox txtHex 
  5147.          BeginProperty Font 
  5148.             Name            =   "Courier New"
  5149.             Size            =   9.75
  5150.             Charset         =   0
  5151.             Weight          =   400
  5152.             Underline       =   0   'False
  5153.             Italic          =   0   'False
  5154.             Strikethrough   =   0   'False
  5155.          EndProperty
  5156.          Height          =   285
  5157.          Index           =   253
  5158.          Left            =   6000
  5159.          MaxLength       =   2
  5160.          TabIndex        =   271
  5161.          Text            =   "00"
  5162.          Top             =   3960
  5163.          Width           =   375
  5164.       End
  5165.       Begin VB.TextBox txtHex 
  5166.          BeginProperty Font 
  5167.             Name            =   "Courier New"
  5168.             Size            =   9.75
  5169.             Charset         =   0
  5170.             Weight          =   400
  5171.             Underline       =   0   'False
  5172.             Italic          =   0   'False
  5173.             Strikethrough   =   0   'False
  5174.          EndProperty
  5175.          Height          =   285
  5176.          Index           =   252
  5177.          Left            =   5640
  5178.          MaxLength       =   2
  5179.          TabIndex        =   270
  5180.          Text            =   "00"
  5181.          Top             =   3960
  5182.          Width           =   375
  5183.       End
  5184.       Begin VB.TextBox txtHex 
  5185.          BeginProperty Font 
  5186.             Name            =   "Courier New"
  5187.             Size            =   9.75
  5188.             Charset         =   0
  5189.             Weight          =   400
  5190.             Underline       =   0   'False
  5191.             Italic          =   0   'False
  5192.             Strikethrough   =   0   'False
  5193.          EndProperty
  5194.          Height          =   285
  5195.          Index           =   251
  5196.          Left            =   5280
  5197.          MaxLength       =   2
  5198.          TabIndex        =   269
  5199.          Text            =   "00"
  5200.          Top             =   3960
  5201.          Width           =   375
  5202.       End
  5203.       Begin VB.TextBox txtHex 
  5204.          BeginProperty Font 
  5205.             Name            =   "Courier New"
  5206.             Size            =   9.75
  5207.             Charset         =   0
  5208.             Weight          =   400
  5209.             Underline       =   0   'False
  5210.             Italic          =   0   'False
  5211.             Strikethrough   =   0   'False
  5212.          EndProperty
  5213.          Height          =   285
  5214.          Index           =   250
  5215.          Left            =   4920
  5216.          MaxLength       =   2
  5217.          TabIndex        =   268
  5218.          Text            =   "00"
  5219.          Top             =   3960
  5220.          Width           =   375
  5221.       End
  5222.       Begin VB.TextBox txtHex 
  5223.          BeginProperty Font 
  5224.             Name            =   "Courier New"
  5225.             Size            =   9.75
  5226.             Charset         =   0
  5227.             Weight          =   400
  5228.             Underline       =   0   'False
  5229.             Italic          =   0   'False
  5230.             Strikethrough   =   0   'False
  5231.          EndProperty
  5232.          Height          =   285
  5233.          Index           =   249
  5234.          Left            =   4560
  5235.          MaxLength       =   2
  5236.          TabIndex        =   267
  5237.          Text            =   "00"
  5238.          Top             =   3960
  5239.          Width           =   375
  5240.       End
  5241.       Begin VB.TextBox txtHex 
  5242.          BeginProperty Font 
  5243.             Name            =   "Courier New"
  5244.             Size            =   9.75
  5245.             Charset         =   0
  5246.             Weight          =   400
  5247.             Underline       =   0   'False
  5248.             Italic          =   0   'False
  5249.             Strikethrough   =   0   'False
  5250.          EndProperty
  5251.          Height          =   285
  5252.          Index           =   248
  5253.          Left            =   4200
  5254.          MaxLength       =   2
  5255.          TabIndex        =   266
  5256.          Text            =   "00"
  5257.          Top             =   3960
  5258.          Width           =   375
  5259.       End
  5260.       Begin VB.TextBox txtHex 
  5261.          BeginProperty Font 
  5262.             Name            =   "Courier New"
  5263.             Size            =   9.75
  5264.             Charset         =   0
  5265.             Weight          =   400
  5266.             Underline       =   0   'False
  5267.             Italic          =   0   'False
  5268.             Strikethrough   =   0   'False
  5269.          EndProperty
  5270.          Height          =   285
  5271.          Index           =   247
  5272.          Left            =   3720
  5273.          MaxLength       =   2
  5274.          TabIndex        =   265
  5275.          Text            =   "00"
  5276.          Top             =   3960
  5277.          Width           =   375
  5278.       End
  5279.       Begin VB.TextBox txtHex 
  5280.          BeginProperty Font 
  5281.             Name            =   "Courier New"
  5282.             Size            =   9.75
  5283.             Charset         =   0
  5284.             Weight          =   400
  5285.             Underline       =   0   'False
  5286.             Italic          =   0   'False
  5287.             Strikethrough   =   0   'False
  5288.          EndProperty
  5289.          Height          =   285
  5290.          Index           =   246
  5291.          Left            =   3360
  5292.          MaxLength       =   2
  5293.          TabIndex        =   264
  5294.          Text            =   "00"
  5295.          Top             =   3960
  5296.          Width           =   375
  5297.       End
  5298.       Begin VB.TextBox txtHex 
  5299.          BeginProperty Font 
  5300.             Name            =   "Courier New"
  5301.             Size            =   9.75
  5302.             Charset         =   0
  5303.             Weight          =   400
  5304.             Underline       =   0   'False
  5305.             Italic          =   0   'False
  5306.             Strikethrough   =   0   'False
  5307.          EndProperty
  5308.          Height          =   285
  5309.          Index           =   245
  5310.          Left            =   3000
  5311.          MaxLength       =   2
  5312.          TabIndex        =   263
  5313.          Text            =   "00"
  5314.          Top             =   3960
  5315.          Width           =   375
  5316.       End
  5317.       Begin VB.TextBox txtHex 
  5318.          BeginProperty Font 
  5319.             Name            =   "Courier New"
  5320.             Size            =   9.75
  5321.             Charset         =   0
  5322.             Weight          =   400
  5323.             Underline       =   0   'False
  5324.             Italic          =   0   'False
  5325.             Strikethrough   =   0   'False
  5326.          EndProperty
  5327.          Height          =   285
  5328.          Index           =   244
  5329.          Left            =   2640
  5330.          MaxLength       =   2
  5331.          TabIndex        =   262
  5332.          Text            =   "00"
  5333.          Top             =   3960
  5334.          Width           =   375
  5335.       End
  5336.       Begin VB.TextBox txtHex 
  5337.          BeginProperty Font 
  5338.             Name            =   "Courier New"
  5339.             Size            =   9.75
  5340.             Charset         =   0
  5341.             Weight          =   400
  5342.             Underline       =   0   'False
  5343.             Italic          =   0   'False
  5344.             Strikethrough   =   0   'False
  5345.          EndProperty
  5346.          Height          =   285
  5347.          Index           =   243
  5348.          Left            =   2280
  5349.          MaxLength       =   2
  5350.          TabIndex        =   261
  5351.          Text            =   "00"
  5352.          Top             =   3960
  5353.          Width           =   375
  5354.       End
  5355.       Begin VB.TextBox txtHex 
  5356.          BeginProperty Font 
  5357.             Name            =   "Courier New"
  5358.             Size            =   9.75
  5359.             Charset         =   0
  5360.             Weight          =   400
  5361.             Underline       =   0   'False
  5362.             Italic          =   0   'False
  5363.             Strikethrough   =   0   'False
  5364.          EndProperty
  5365.          Height          =   285
  5366.          Index           =   242
  5367.          Left            =   1920
  5368.          MaxLength       =   2
  5369.          TabIndex        =   260
  5370.          Text            =   "00"
  5371.          Top             =   3960
  5372.          Width           =   375
  5373.       End
  5374.       Begin VB.TextBox txtHex 
  5375.          BeginProperty Font 
  5376.             Name            =   "Courier New"
  5377.             Size            =   9.75
  5378.             Charset         =   0
  5379.             Weight          =   400
  5380.             Underline       =   0   'False
  5381.             Italic          =   0   'False
  5382.             Strikethrough   =   0   'False
  5383.          EndProperty
  5384.          Height          =   285
  5385.          Index           =   241
  5386.          Left            =   1560
  5387.          MaxLength       =   2
  5388.          TabIndex        =   259
  5389.          Text            =   "00"
  5390.          Top             =   3960
  5391.          Width           =   375
  5392.       End
  5393.       Begin VB.TextBox txtHex 
  5394.          BeginProperty Font 
  5395.             Name            =   "Courier New"
  5396.             Size            =   9.75
  5397.             Charset         =   0
  5398.             Weight          =   400
  5399.             Underline       =   0   'False
  5400.             Italic          =   0   'False
  5401.             Strikethrough   =   0   'False
  5402.          EndProperty
  5403.          Height          =   285
  5404.          Index           =   240
  5405.          Left            =   1200
  5406.          MaxLength       =   2
  5407.          TabIndex        =   258
  5408.          Text            =   "00"
  5409.          Top             =   3960
  5410.          Width           =   375
  5411.       End
  5412.       Begin VB.TextBox txtHex 
  5413.          BeginProperty Font 
  5414.             Name            =   "Courier New"
  5415.             Size            =   9.75
  5416.             Charset         =   0
  5417.             Weight          =   400
  5418.             Underline       =   0   'False
  5419.             Italic          =   0   'False
  5420.             Strikethrough   =   0   'False
  5421.          EndProperty
  5422.          Height          =   285
  5423.          Index           =   239
  5424.          Left            =   6720
  5425.          MaxLength       =   2
  5426.          TabIndex        =   256
  5427.          Text            =   "00"
  5428.          Top             =   3600
  5429.          Width           =   375
  5430.       End
  5431.       Begin VB.TextBox txtHex 
  5432.          BeginProperty Font 
  5433.             Name            =   "Courier New"
  5434.             Size            =   9.75
  5435.             Charset         =   0
  5436.             Weight          =   400
  5437.             Underline       =   0   'False
  5438.             Italic          =   0   'False
  5439.             Strikethrough   =   0   'False
  5440.          EndProperty
  5441.          Height          =   285
  5442.          Index           =   238
  5443.          Left            =   6360
  5444.          MaxLength       =   2
  5445.          TabIndex        =   255
  5446.          Text            =   "00"
  5447.          Top             =   3600
  5448.          Width           =   375
  5449.       End
  5450.       Begin VB.TextBox txtHex 
  5451.          BeginProperty Font 
  5452.             Name            =   "Courier New"
  5453.             Size            =   9.75
  5454.             Charset         =   0
  5455.             Weight          =   400
  5456.             Underline       =   0   'False
  5457.             Italic          =   0   'False
  5458.             Strikethrough   =   0   'False
  5459.          EndProperty
  5460.          Height          =   285
  5461.          Index           =   237
  5462.          Left            =   6000
  5463.          MaxLength       =   2
  5464.          TabIndex        =   254
  5465.          Text            =   "00"
  5466.          Top             =   3600
  5467.          Width           =   375
  5468.       End
  5469.       Begin VB.TextBox txtHex 
  5470.          BeginProperty Font 
  5471.             Name            =   "Courier New"
  5472.             Size            =   9.75
  5473.             Charset         =   0
  5474.             Weight          =   400
  5475.             Underline       =   0   'False
  5476.             Italic          =   0   'False
  5477.             Strikethrough   =   0   'False
  5478.          EndProperty
  5479.          Height          =   285
  5480.          Index           =   236
  5481.          Left            =   5640
  5482.          MaxLength       =   2
  5483.          TabIndex        =   253
  5484.          Text            =   "00"
  5485.          Top             =   3600
  5486.          Width           =   375
  5487.       End
  5488.       Begin VB.TextBox txtHex 
  5489.          BeginProperty Font 
  5490.             Name            =   "Courier New"
  5491.             Size            =   9.75
  5492.             Charset         =   0
  5493.             Weight          =   400
  5494.             Underline       =   0   'False
  5495.             Italic          =   0   'False
  5496.             Strikethrough   =   0   'False
  5497.          EndProperty
  5498.          Height          =   285
  5499.          Index           =   235
  5500.          Left            =   5280
  5501.          MaxLength       =   2
  5502.          TabIndex        =   252
  5503.          Text            =   "00"
  5504.          Top             =   3600
  5505.          Width           =   375
  5506.       End
  5507.       Begin VB.TextBox txtHex 
  5508.          BeginProperty Font 
  5509.             Name            =   "Courier New"
  5510.             Size            =   9.75
  5511.             Charset         =   0
  5512.             Weight          =   400
  5513.             Underline       =   0   'False
  5514.             Italic          =   0   'False
  5515.             Strikethrough   =   0   'False
  5516.          EndProperty
  5517.          Height          =   285
  5518.          Index           =   234
  5519.          Left            =   4920
  5520.          MaxLength       =   2
  5521.          TabIndex        =   251
  5522.          Text            =   "00"
  5523.          Top             =   3600
  5524.          Width           =   375
  5525.       End
  5526.       Begin VB.TextBox txtHex 
  5527.          BeginProperty Font 
  5528.             Name            =   "Courier New"
  5529.             Size            =   9.75
  5530.             Charset         =   0
  5531.             Weight          =   400
  5532.             Underline       =   0   'False
  5533.             Italic          =   0   'False
  5534.             Strikethrough   =   0   'False
  5535.          EndProperty
  5536.          Height          =   285
  5537.          Index           =   233
  5538.          Left            =   4560
  5539.          MaxLength       =   2
  5540.          TabIndex        =   250
  5541.          Text            =   "00"
  5542.          Top             =   3600
  5543.          Width           =   375
  5544.       End
  5545.       Begin VB.TextBox txtHex 
  5546.          BeginProperty Font 
  5547.             Name            =   "Courier New"
  5548.             Size            =   9.75
  5549.             Charset         =   0
  5550.             Weight          =   400
  5551.             Underline       =   0   'False
  5552.             Italic          =   0   'False
  5553.             Strikethrough   =   0   'False
  5554.          EndProperty
  5555.          Height          =   285
  5556.          Index           =   232
  5557.          Left            =   4200
  5558.          MaxLength       =   2
  5559.          TabIndex        =   249
  5560.          Text            =   "00"
  5561.          Top             =   3600
  5562.          Width           =   375
  5563.       End
  5564.       Begin VB.TextBox txtHex 
  5565.          BeginProperty Font 
  5566.             Name            =   "Courier New"
  5567.             Size            =   9.75
  5568.             Charset         =   0
  5569.             Weight          =   400
  5570.             Underline       =   0   'False
  5571.             Italic          =   0   'False
  5572.             Strikethrough   =   0   'False
  5573.          EndProperty
  5574.          Height          =   285
  5575.          Index           =   231
  5576.          Left            =   3720
  5577.          MaxLength       =   2
  5578.          TabIndex        =   248
  5579.          Text            =   "00"
  5580.          Top             =   3600
  5581.          Width           =   375
  5582.       End
  5583.       Begin VB.TextBox txtHex 
  5584.          BeginProperty Font 
  5585.             Name            =   "Courier New"
  5586.             Size            =   9.75
  5587.             Charset         =   0
  5588.             Weight          =   400
  5589.             Underline       =   0   'False
  5590.             Italic          =   0   'False
  5591.             Strikethrough   =   0   'False
  5592.          EndProperty
  5593.          Height          =   285
  5594.          Index           =   230
  5595.          Left            =   3360
  5596.          MaxLength       =   2
  5597.          TabIndex        =   247
  5598.          Text            =   "00"
  5599.          Top             =   3600
  5600.          Width           =   375
  5601.       End
  5602.       Begin VB.TextBox txtHex 
  5603.          BeginProperty Font 
  5604.             Name            =   "Courier New"
  5605.             Size            =   9.75
  5606.             Charset         =   0
  5607.             Weight          =   400
  5608.             Underline       =   0   'False
  5609.             Italic          =   0   'False
  5610.             Strikethrough   =   0   'False
  5611.          EndProperty
  5612.          Height          =   285
  5613.          Index           =   229
  5614.          Left            =   3000
  5615.          MaxLength       =   2
  5616.          TabIndex        =   246
  5617.          Text            =   "00"
  5618.          Top             =   3600
  5619.          Width           =   375
  5620.       End
  5621.       Begin VB.TextBox txtHex 
  5622.          BeginProperty Font 
  5623.             Name            =   "Courier New"
  5624.             Size            =   9.75
  5625.             Charset         =   0
  5626.             Weight          =   400
  5627.             Underline       =   0   'False
  5628.             Italic          =   0   'False
  5629.             Strikethrough   =   0   'False
  5630.          EndProperty
  5631.          Height          =   285
  5632.          Index           =   228
  5633.          Left            =   2640
  5634.          MaxLength       =   2
  5635.          TabIndex        =   245
  5636.          Text            =   "00"
  5637.          Top             =   3600
  5638.          Width           =   375
  5639.       End
  5640.       Begin VB.TextBox txtHex 
  5641.          BeginProperty Font 
  5642.             Name            =   "Courier New"
  5643.             Size            =   9.75
  5644.             Charset         =   0
  5645.             Weight          =   400
  5646.             Underline       =   0   'False
  5647.             Italic          =   0   'False
  5648.             Strikethrough   =   0   'False
  5649.          EndProperty
  5650.          Height          =   285
  5651.          Index           =   227
  5652.          Left            =   2280
  5653.          MaxLength       =   2
  5654.          TabIndex        =   244
  5655.          Text            =   "00"
  5656.          Top             =   3600
  5657.          Width           =   375
  5658.       End
  5659.       Begin VB.TextBox txtHex 
  5660.          BeginProperty Font 
  5661.             Name            =   "Courier New"
  5662.             Size            =   9.75
  5663.             Charset         =   0
  5664.             Weight          =   400
  5665.             Underline       =   0   'False
  5666.             Italic          =   0   'False
  5667.             Strikethrough   =   0   'False
  5668.          EndProperty
  5669.          Height          =   285
  5670.          Index           =   226
  5671.          Left            =   1920
  5672.          MaxLength       =   2
  5673.          TabIndex        =   243
  5674.          Text            =   "00"
  5675.          Top             =   3600
  5676.          Width           =   375
  5677.       End
  5678.       Begin VB.TextBox txtHex 
  5679.          BeginProperty Font 
  5680.             Name            =   "Courier New"
  5681.             Size            =   9.75
  5682.             Charset         =   0
  5683.             Weight          =   400
  5684.             Underline       =   0   'False
  5685.             Italic          =   0   'False
  5686.             Strikethrough   =   0   'False
  5687.          EndProperty
  5688.          Height          =   285
  5689.          Index           =   225
  5690.          Left            =   1560
  5691.          MaxLength       =   2
  5692.          TabIndex        =   242
  5693.          Text            =   "00"
  5694.          Top             =   3600
  5695.          Width           =   375
  5696.       End
  5697.       Begin VB.TextBox txtHex 
  5698.          BeginProperty Font 
  5699.             Name            =   "Courier New"
  5700.             Size            =   9.75
  5701.             Charset         =   0
  5702.             Weight          =   400
  5703.             Underline       =   0   'False
  5704.             Italic          =   0   'False
  5705.             Strikethrough   =   0   'False
  5706.          EndProperty
  5707.          Height          =   285
  5708.          Index           =   224
  5709.          Left            =   1200
  5710.          MaxLength       =   2
  5711.          TabIndex        =   241
  5712.          Text            =   "00"
  5713.          Top             =   3600
  5714.          Width           =   375
  5715.       End
  5716.       Begin VB.TextBox txtHex 
  5717.          BeginProperty Font 
  5718.             Name            =   "Courier New"
  5719.             Size            =   9.75
  5720.             Charset         =   0
  5721.             Weight          =   400
  5722.             Underline       =   0   'False
  5723.             Italic          =   0   'False
  5724.             Strikethrough   =   0   'False
  5725.          EndProperty
  5726.          Height          =   285
  5727.          Index           =   223
  5728.          Left            =   6720
  5729.          MaxLength       =   2
  5730.          TabIndex        =   239
  5731.          Text            =   "00"
  5732.          Top             =   3360
  5733.          Width           =   375
  5734.       End
  5735.       Begin VB.TextBox txtHex 
  5736.          BeginProperty Font 
  5737.             Name            =   "Courier New"
  5738.             Size            =   9.75
  5739.             Charset         =   0
  5740.             Weight          =   400
  5741.             Underline       =   0   'False
  5742.             Italic          =   0   'False
  5743.             Strikethrough   =   0   'False
  5744.          EndProperty
  5745.          Height          =   285
  5746.          Index           =   222
  5747.          Left            =   6360
  5748.          MaxLength       =   2
  5749.          TabIndex        =   238
  5750.          Text            =   "00"
  5751.          Top             =   3360
  5752.          Width           =   375
  5753.       End
  5754.       Begin VB.TextBox txtHex 
  5755.          BeginProperty Font 
  5756.             Name            =   "Courier New"
  5757.             Size            =   9.75
  5758.             Charset         =   0
  5759.             Weight          =   400
  5760.             Underline       =   0   'False
  5761.             Italic          =   0   'False
  5762.             Strikethrough   =   0   'False
  5763.          EndProperty
  5764.          Height          =   285
  5765.          Index           =   221
  5766.          Left            =   6000
  5767.          MaxLength       =   2
  5768.          TabIndex        =   237
  5769.          Text            =   "00"
  5770.          Top             =   3360
  5771.          Width           =   375
  5772.       End
  5773.       Begin VB.TextBox txtHex 
  5774.          BeginProperty Font 
  5775.             Name            =   "Courier New"
  5776.             Size            =   9.75
  5777.             Charset         =   0
  5778.             Weight          =   400
  5779.             Underline       =   0   'False
  5780.             Italic          =   0   'False
  5781.             Strikethrough   =   0   'False
  5782.          EndProperty
  5783.          Height          =   285
  5784.          Index           =   220
  5785.          Left            =   5640
  5786.          MaxLength       =   2
  5787.          TabIndex        =   236
  5788.          Text            =   "00"
  5789.          Top             =   3360
  5790.          Width           =   375
  5791.       End
  5792.       Begin VB.TextBox txtHex 
  5793.          BeginProperty Font 
  5794.             Name            =   "Courier New"
  5795.             Size            =   9.75
  5796.             Charset         =   0
  5797.             Weight          =   400
  5798.             Underline       =   0   'False
  5799.             Italic          =   0   'False
  5800.             Strikethrough   =   0   'False
  5801.          EndProperty
  5802.          Height          =   285
  5803.          Index           =   219
  5804.          Left            =   5280
  5805.          MaxLength       =   2
  5806.          TabIndex        =   235
  5807.          Text            =   "00"
  5808.          Top             =   3360
  5809.          Width           =   375
  5810.       End
  5811.       Begin VB.TextBox txtHex 
  5812.          BeginProperty Font 
  5813.             Name            =   "Courier New"
  5814.             Size            =   9.75
  5815.             Charset         =   0
  5816.             Weight          =   400
  5817.             Underline       =   0   'False
  5818.             Italic          =   0   'False
  5819.             Strikethrough   =   0   'False
  5820.          EndProperty
  5821.          Height          =   285
  5822.          Index           =   218
  5823.          Left            =   4920
  5824.          MaxLength       =   2
  5825.          TabIndex        =   234
  5826.          Text            =   "00"
  5827.          Top             =   3360
  5828.          Width           =   375
  5829.       End
  5830.       Begin VB.TextBox txtHex 
  5831.          BeginProperty Font 
  5832.             Name            =   "Courier New"
  5833.             Size            =   9.75
  5834.             Charset         =   0
  5835.             Weight          =   400
  5836.             Underline       =   0   'False
  5837.             Italic          =   0   'False
  5838.             Strikethrough   =   0   'False
  5839.          EndProperty
  5840.          Height          =   285
  5841.          Index           =   217
  5842.          Left            =   4560
  5843.          MaxLength       =   2
  5844.          TabIndex        =   233
  5845.          Text            =   "00"
  5846.          Top             =   3360
  5847.          Width           =   375
  5848.       End
  5849.       Begin VB.TextBox txtHex 
  5850.          BeginProperty Font 
  5851.             Name            =   "Courier New"
  5852.             Size            =   9.75
  5853.             Charset         =   0
  5854.             Weight          =   400
  5855.             Underline       =   0   'False
  5856.             Italic          =   0   'False
  5857.             Strikethrough   =   0   'False
  5858.          EndProperty
  5859.          Height          =   285
  5860.          Index           =   216
  5861.          Left            =   4200
  5862.          MaxLength       =   2
  5863.          TabIndex        =   232
  5864.          Text            =   "00"
  5865.          Top             =   3360
  5866.          Width           =   375
  5867.       End
  5868.       Begin VB.TextBox txtHex 
  5869.          BeginProperty Font 
  5870.             Name            =   "Courier New"
  5871.             Size            =   9.75
  5872.             Charset         =   0
  5873.             Weight          =   400
  5874.             Underline       =   0   'False
  5875.             Italic          =   0   'False
  5876.             Strikethrough   =   0   'False
  5877.          EndProperty
  5878.          Height          =   285
  5879.          Index           =   215
  5880.          Left            =   3720
  5881.          MaxLength       =   2
  5882.          TabIndex        =   231
  5883.          Text            =   "00"
  5884.          Top             =   3360
  5885.          Width           =   375
  5886.       End
  5887.       Begin VB.TextBox txtHex 
  5888.          BeginProperty Font 
  5889.             Name            =   "Courier New"
  5890.             Size            =   9.75
  5891.             Charset         =   0
  5892.             Weight          =   400
  5893.             Underline       =   0   'False
  5894.             Italic          =   0   'False
  5895.             Strikethrough   =   0   'False
  5896.          EndProperty
  5897.          Height          =   285
  5898.          Index           =   214
  5899.          Left            =   3360
  5900.          MaxLength       =   2
  5901.          TabIndex        =   230
  5902.          Text            =   "00"
  5903.          Top             =   3360
  5904.          Width           =   375
  5905.       End
  5906.       Begin VB.TextBox txtHex 
  5907.          BeginProperty Font 
  5908.             Name            =   "Courier New"
  5909.             Size            =   9.75
  5910.             Charset         =   0
  5911.             Weight          =   400
  5912.             Underline       =   0   'False
  5913.             Italic          =   0   'False
  5914.             Strikethrough   =   0   'False
  5915.          EndProperty
  5916.          Height          =   285
  5917.          Index           =   213
  5918.          Left            =   3000
  5919.          MaxLength       =   2
  5920.          TabIndex        =   229
  5921.          Text            =   "00"
  5922.          Top             =   3360
  5923.          Width           =   375
  5924.       End
  5925.       Begin VB.TextBox txtHex 
  5926.          BeginProperty Font 
  5927.             Name            =   "Courier New"
  5928.             Size            =   9.75
  5929.             Charset         =   0
  5930.             Weight          =   400
  5931.             Underline       =   0   'False
  5932.             Italic          =   0   'False
  5933.             Strikethrough   =   0   'False
  5934.          EndProperty
  5935.          Height          =   285
  5936.          Index           =   212
  5937.          Left            =   2640
  5938.          MaxLength       =   2
  5939.          TabIndex        =   228
  5940.          Text            =   "00"
  5941.          Top             =   3360
  5942.          Width           =   375
  5943.       End
  5944.       Begin VB.TextBox txtHex 
  5945.          BeginProperty Font 
  5946.             Name            =   "Courier New"
  5947.             Size            =   9.75
  5948.             Charset         =   0
  5949.             Weight          =   400
  5950.             Underline       =   0   'False
  5951.             Italic          =   0   'False
  5952.             Strikethrough   =   0   'False
  5953.          EndProperty
  5954.          Height          =   285
  5955.          Index           =   211
  5956.          Left            =   2280
  5957.          MaxLength       =   2
  5958.          TabIndex        =   227
  5959.          Text            =   "00"
  5960.          Top             =   3360
  5961.          Width           =   375
  5962.       End
  5963.       Begin VB.TextBox txtHex 
  5964.          BeginProperty Font 
  5965.             Name            =   "Courier New"
  5966.             Size            =   9.75
  5967.             Charset         =   0
  5968.             Weight          =   400
  5969.             Underline       =   0   'False
  5970.             Italic          =   0   'False
  5971.             Strikethrough   =   0   'False
  5972.          EndProperty
  5973.          Height          =   285
  5974.          Index           =   210
  5975.          Left            =   1920
  5976.          MaxLength       =   2
  5977.          TabIndex        =   226
  5978.          Text            =   "00"
  5979.          Top             =   3360
  5980.          Width           =   375
  5981.       End
  5982.       Begin VB.TextBox txtHex 
  5983.          BeginProperty Font 
  5984.             Name            =   "Courier New"
  5985.             Size            =   9.75
  5986.             Charset         =   0
  5987.             Weight          =   400
  5988.             Underline       =   0   'False
  5989.             Italic          =   0   'False
  5990.             Strikethrough   =   0   'False
  5991.          EndProperty
  5992.          Height          =   285
  5993.          Index           =   209
  5994.          Left            =   1560
  5995.          MaxLength       =   2
  5996.          TabIndex        =   225
  5997.          Text            =   "00"
  5998.          Top             =   3360
  5999.          Width           =   375
  6000.       End
  6001.       Begin VB.TextBox txtHex 
  6002.          BeginProperty Font 
  6003.             Name            =   "Courier New"
  6004.             Size            =   9.75
  6005.             Charset         =   0
  6006.             Weight          =   400
  6007.             Underline       =   0   'False
  6008.             Italic          =   0   'False
  6009.             Strikethrough   =   0   'False
  6010.          EndProperty
  6011.          Height          =   285
  6012.          Index           =   208
  6013.          Left            =   1200
  6014.          MaxLength       =   2
  6015.          TabIndex        =   224
  6016.          Text            =   "00"
  6017.          Top             =   3360
  6018.          Width           =   375
  6019.       End
  6020.       Begin VB.TextBox txtHex 
  6021.          BeginProperty Font 
  6022.             Name            =   "Courier New"
  6023.             Size            =   9.75
  6024.             Charset         =   0
  6025.             Weight          =   400
  6026.             Underline       =   0   'False
  6027.             Italic          =   0   'False
  6028.             Strikethrough   =   0   'False
  6029.          EndProperty
  6030.          Height          =   285
  6031.          Index           =   207
  6032.          Left            =   6720
  6033.          MaxLength       =   2
  6034.          TabIndex        =   222
  6035.          Text            =   "00"
  6036.          Top             =   3120
  6037.          Width           =   375
  6038.       End
  6039.       Begin VB.TextBox txtHex 
  6040.          BeginProperty Font 
  6041.             Name            =   "Courier New"
  6042.             Size            =   9.75
  6043.             Charset         =   0
  6044.             Weight          =   400
  6045.             Underline       =   0   'False
  6046.             Italic          =   0   'False
  6047.             Strikethrough   =   0   'False
  6048.          EndProperty
  6049.          Height          =   285
  6050.          Index           =   206
  6051.          Left            =   6360
  6052.          MaxLength       =   2
  6053.          TabIndex        =   221
  6054.          Text            =   "00"
  6055.          Top             =   3120
  6056.          Width           =   375
  6057.       End
  6058.       Begin VB.TextBox txtHex 
  6059.          BeginProperty Font 
  6060.             Name            =   "Courier New"
  6061.             Size            =   9.75
  6062.             Charset         =   0
  6063.             Weight          =   400
  6064.             Underline       =   0   'False
  6065.             Italic          =   0   'False
  6066.             Strikethrough   =   0   'False
  6067.          EndProperty
  6068.          Height          =   285
  6069.          Index           =   205
  6070.          Left            =   6000
  6071.          MaxLength       =   2
  6072.          TabIndex        =   220
  6073.          Text            =   "00"
  6074.          Top             =   3120
  6075.          Width           =   375
  6076.       End
  6077.       Begin VB.TextBox txtHex 
  6078.          BeginProperty Font 
  6079.             Name            =   "Courier New"
  6080.             Size            =   9.75
  6081.             Charset         =   0
  6082.             Weight          =   400
  6083.             Underline       =   0   'False
  6084.             Italic          =   0   'False
  6085.             Strikethrough   =   0   'False
  6086.          EndProperty
  6087.          Height          =   285
  6088.          Index           =   204
  6089.          Left            =   5640
  6090.          MaxLength       =   2
  6091.          TabIndex        =   219
  6092.          Text            =   "00"
  6093.          Top             =   3120
  6094.          Width           =   375
  6095.       End
  6096.       Begin VB.TextBox txtHex 
  6097.          BeginProperty Font 
  6098.             Name            =   "Courier New"
  6099.             Size            =   9.75
  6100.             Charset         =   0
  6101.             Weight          =   400
  6102.             Underline       =   0   'False
  6103.             Italic          =   0   'False
  6104.             Strikethrough   =   0   'False
  6105.          EndProperty
  6106.          Height          =   285
  6107.          Index           =   203
  6108.          Left            =   5280
  6109.          MaxLength       =   2
  6110.          TabIndex        =   218
  6111.          Text            =   "00"
  6112.          Top             =   3120
  6113.          Width           =   375
  6114.       End
  6115.       Begin VB.TextBox txtHex 
  6116.          BeginProperty Font 
  6117.             Name            =   "Courier New"
  6118.             Size            =   9.75
  6119.             Charset         =   0
  6120.             Weight          =   400
  6121.             Underline       =   0   'False
  6122.             Italic          =   0   'False
  6123.             Strikethrough   =   0   'False
  6124.          EndProperty
  6125.          Height          =   285
  6126.          Index           =   202
  6127.          Left            =   4920
  6128.          MaxLength       =   2
  6129.          TabIndex        =   217
  6130.          Text            =   "00"
  6131.          Top             =   3120
  6132.          Width           =   375
  6133.       End
  6134.       Begin VB.TextBox txtHex 
  6135.          BeginProperty Font 
  6136.             Name            =   "Courier New"
  6137.             Size            =   9.75
  6138.             Charset         =   0
  6139.             Weight          =   400
  6140.             Underline       =   0   'False
  6141.             Italic          =   0   'False
  6142.             Strikethrough   =   0   'False
  6143.          EndProperty
  6144.          Height          =   285
  6145.          Index           =   201
  6146.          Left            =   4560
  6147.          MaxLength       =   2
  6148.          TabIndex        =   216
  6149.          Text            =   "00"
  6150.          Top             =   3120
  6151.          Width           =   375
  6152.       End
  6153.       Begin VB.TextBox txtHex 
  6154.          BeginProperty Font 
  6155.             Name            =   "Courier New"
  6156.             Size            =   9.75
  6157.             Charset         =   0
  6158.             Weight          =   400
  6159.             Underline       =   0   'False
  6160.             Italic          =   0   'False
  6161.             Strikethrough   =   0   'False
  6162.          EndProperty
  6163.          Height          =   285
  6164.          Index           =   200
  6165.          Left            =   4200
  6166.          MaxLength       =   2
  6167.          TabIndex        =   215
  6168.          Text            =   "00"
  6169.          Top             =   3120
  6170.          Width           =   375
  6171.       End
  6172.       Begin VB.TextBox txtHex 
  6173.          BeginProperty Font 
  6174.             Name            =   "Courier New"
  6175.             Size            =   9.75
  6176.             Charset         =   0
  6177.             Weight          =   400
  6178.             Underline       =   0   'False
  6179.             Italic          =   0   'False
  6180.             Strikethrough   =   0   'False
  6181.          EndProperty
  6182.          Height          =   285
  6183.          Index           =   199
  6184.          Left            =   3720
  6185.          MaxLength       =   2
  6186.          TabIndex        =   214
  6187.          Text            =   "00"
  6188.          Top             =   3120
  6189.          Width           =   375
  6190.       End
  6191.       Begin VB.TextBox txtHex 
  6192.          BeginProperty Font 
  6193.             Name            =   "Courier New"
  6194.             Size            =   9.75
  6195.             Charset         =   0
  6196.             Weight          =   400
  6197.             Underline       =   0   'False
  6198.             Italic          =   0   'False
  6199.             Strikethrough   =   0   'False
  6200.          EndProperty
  6201.          Height          =   285
  6202.          Index           =   198
  6203.          Left            =   3360
  6204.          MaxLength       =   2
  6205.          TabIndex        =   213
  6206.          Text            =   "00"
  6207.          Top             =   3120
  6208.          Width           =   375
  6209.       End
  6210.       Begin VB.TextBox txtHex 
  6211.          BeginProperty Font 
  6212.             Name            =   "Courier New"
  6213.             Size            =   9.75
  6214.             Charset         =   0
  6215.             Weight          =   400
  6216.             Underline       =   0   'False
  6217.             Italic          =   0   'False
  6218.             Strikethrough   =   0   'False
  6219.          EndProperty
  6220.          Height          =   285
  6221.          Index           =   197
  6222.          Left            =   3000
  6223.          MaxLength       =   2
  6224.          TabIndex        =   212
  6225.          Text            =   "00"
  6226.          Top             =   3120
  6227.          Width           =   375
  6228.       End
  6229.       Begin VB.TextBox txtHex 
  6230.          BeginProperty Font 
  6231.             Name            =   "Courier New"
  6232.             Size            =   9.75
  6233.             Charset         =   0
  6234.             Weight          =   400
  6235.             Underline       =   0   'False
  6236.             Italic          =   0   'False
  6237.             Strikethrough   =   0   'False
  6238.          EndProperty
  6239.          Height          =   285
  6240.          Index           =   196
  6241.          Left            =   2640
  6242.          MaxLength       =   2
  6243.          TabIndex        =   211
  6244.          Text            =   "00"
  6245.          Top             =   3120
  6246.          Width           =   375
  6247.       End
  6248.       Begin VB.TextBox txtHex 
  6249.          BeginProperty Font 
  6250.             Name            =   "Courier New"
  6251.             Size            =   9.75
  6252.             Charset         =   0
  6253.             Weight          =   400
  6254.             Underline       =   0   'False
  6255.             Italic          =   0   'False
  6256.             Strikethrough   =   0   'False
  6257.          EndProperty
  6258.          Height          =   285
  6259.          Index           =   195
  6260.          Left            =   2280
  6261.          MaxLength       =   2
  6262.          TabIndex        =   210
  6263.          Text            =   "00"
  6264.          Top             =   3120
  6265.          Width           =   375
  6266.       End
  6267.       Begin VB.TextBox txtHex 
  6268.          BeginProperty Font 
  6269.             Name            =   "Courier New"
  6270.             Size            =   9.75
  6271.             Charset         =   0
  6272.             Weight          =   400
  6273.             Underline       =   0   'False
  6274.             Italic          =   0   'False
  6275.             Strikethrough   =   0   'False
  6276.          EndProperty
  6277.          Height          =   285
  6278.          Index           =   194
  6279.          Left            =   1920
  6280.          MaxLength       =   2
  6281.          TabIndex        =   209
  6282.          Text            =   "00"
  6283.          Top             =   3120
  6284.          Width           =   375
  6285.       End
  6286.       Begin VB.TextBox txtHex 
  6287.          BeginProperty Font 
  6288.             Name            =   "Courier New"
  6289.             Size            =   9.75
  6290.             Charset         =   0
  6291.             Weight          =   400
  6292.             Underline       =   0   'False
  6293.             Italic          =   0   'False
  6294.             Strikethrough   =   0   'False
  6295.          EndProperty
  6296.          Height          =   285
  6297.          Index           =   193
  6298.          Left            =   1560
  6299.          MaxLength       =   2
  6300.          TabIndex        =   208
  6301.          Text            =   "00"
  6302.          Top             =   3120
  6303.          Width           =   375
  6304.       End
  6305.       Begin VB.TextBox txtHex 
  6306.          BeginProperty Font 
  6307.             Name            =   "Courier New"
  6308.             Size            =   9.75
  6309.             Charset         =   0
  6310.             Weight          =   400
  6311.             Underline       =   0   'False
  6312.             Italic          =   0   'False
  6313.             Strikethrough   =   0   'False
  6314.          EndProperty
  6315.          Height          =   285
  6316.          Index           =   192
  6317.          Left            =   1200
  6318.          MaxLength       =   2
  6319.          TabIndex        =   207
  6320.          Text            =   "00"
  6321.          Top             =   3120
  6322.          Width           =   375
  6323.       End
  6324.       Begin VB.TextBox txtHex 
  6325.          BeginProperty Font 
  6326.             Name            =   "Courier New"
  6327.             Size            =   9.75
  6328.             Charset         =   0
  6329.             Weight          =   400
  6330.             Underline       =   0   'False
  6331.             Italic          =   0   'False
  6332.             Strikethrough   =   0   'False
  6333.          EndProperty
  6334.          Height          =   285
  6335.          Index           =   191
  6336.          Left            =   6720
  6337.          MaxLength       =   2
  6338.          TabIndex        =   205
  6339.          Text            =   "00"
  6340.          Top             =   2880
  6341.          Width           =   375
  6342.       End
  6343.       Begin VB.TextBox txtHex 
  6344.          BeginProperty Font 
  6345.             Name            =   "Courier New"
  6346.             Size            =   9.75
  6347.             Charset         =   0
  6348.             Weight          =   400
  6349.             Underline       =   0   'False
  6350.             Italic          =   0   'False
  6351.             Strikethrough   =   0   'False
  6352.          EndProperty
  6353.          Height          =   285
  6354.          Index           =   190
  6355.          Left            =   6360
  6356.          MaxLength       =   2
  6357.          TabIndex        =   204
  6358.          Text            =   "00"
  6359.          Top             =   2880
  6360.          Width           =   375
  6361.       End
  6362.       Begin VB.TextBox txtHex 
  6363.          BeginProperty Font 
  6364.             Name            =   "Courier New"
  6365.             Size            =   9.75
  6366.             Charset         =   0
  6367.             Weight          =   400
  6368.             Underline       =   0   'False
  6369.             Italic          =   0   'False
  6370.             Strikethrough   =   0   'False
  6371.          EndProperty
  6372.          Height          =   285
  6373.          Index           =   189
  6374.          Left            =   6000
  6375.          MaxLength       =   2
  6376.          TabIndex        =   203
  6377.          Text            =   "00"
  6378.          Top             =   2880
  6379.          Width           =   375
  6380.       End
  6381.       Begin VB.TextBox txtHex 
  6382.          BeginProperty Font 
  6383.             Name            =   "Courier New"
  6384.             Size            =   9.75
  6385.             Charset         =   0
  6386.             Weight          =   400
  6387.             Underline       =   0   'False
  6388.             Italic          =   0   'False
  6389.             Strikethrough   =   0   'False
  6390.          EndProperty
  6391.          Height          =   285
  6392.          Index           =   188
  6393.          Left            =   5640
  6394.          MaxLength       =   2
  6395.          TabIndex        =   202
  6396.          Text            =   "00"
  6397.          Top             =   2880
  6398.          Width           =   375
  6399.       End
  6400.       Begin VB.TextBox txtHex 
  6401.          BeginProperty Font 
  6402.             Name            =   "Courier New"
  6403.             Size            =   9.75
  6404.             Charset         =   0
  6405.             Weight          =   400
  6406.             Underline       =   0   'False
  6407.             Italic          =   0   'False
  6408.             Strikethrough   =   0   'False
  6409.          EndProperty
  6410.          Height          =   285
  6411.          Index           =   187
  6412.          Left            =   5280
  6413.          MaxLength       =   2
  6414.          TabIndex        =   201
  6415.          Text            =   "00"
  6416.          Top             =   2880
  6417.          Width           =   375
  6418.       End
  6419.       Begin VB.TextBox txtHex 
  6420.          BeginProperty Font 
  6421.             Name            =   "Courier New"
  6422.             Size            =   9.75
  6423.             Charset         =   0
  6424.             Weight          =   400
  6425.             Underline       =   0   'False
  6426.             Italic          =   0   'False
  6427.             Strikethrough   =   0   'False
  6428.          EndProperty
  6429.          Height          =   285
  6430.          Index           =   186
  6431.          Left            =   4920
  6432.          MaxLength       =   2
  6433.          TabIndex        =   200
  6434.          Text            =   "00"
  6435.          Top             =   2880
  6436.          Width           =   375
  6437.       End
  6438.       Begin VB.TextBox txtHex 
  6439.          BeginProperty Font 
  6440.             Name            =   "Courier New"
  6441.             Size            =   9.75
  6442.             Charset         =   0
  6443.             Weight          =   400
  6444.             Underline       =   0   'False
  6445.             Italic          =   0   'False
  6446.             Strikethrough   =   0   'False
  6447.          EndProperty
  6448.          Height          =   285
  6449.          Index           =   185
  6450.          Left            =   4560
  6451.          MaxLength       =   2
  6452.          TabIndex        =   199
  6453.          Text            =   "00"
  6454.          Top             =   2880
  6455.          Width           =   375
  6456.       End
  6457.       Begin VB.TextBox txtHex 
  6458.          BeginProperty Font 
  6459.             Name            =   "Courier New"
  6460.             Size            =   9.75
  6461.             Charset         =   0
  6462.             Weight          =   400
  6463.             Underline       =   0   'False
  6464.             Italic          =   0   'False
  6465.             Strikethrough   =   0   'False
  6466.          EndProperty
  6467.          Height          =   285
  6468.          Index           =   184
  6469.          Left            =   4200
  6470.          MaxLength       =   2
  6471.          TabIndex        =   198
  6472.          Text            =   "00"
  6473.          Top             =   2880
  6474.          Width           =   375
  6475.       End
  6476.       Begin VB.TextBox txtHex 
  6477.          BeginProperty Font 
  6478.             Name            =   "Courier New"
  6479.             Size            =   9.75
  6480.             Charset         =   0
  6481.             Weight          =   400
  6482.             Underline       =   0   'False
  6483.             Italic          =   0   'False
  6484.             Strikethrough   =   0   'False
  6485.          EndProperty
  6486.          Height          =   285
  6487.          Index           =   183
  6488.          Left            =   3720
  6489.          MaxLength       =   2
  6490.          TabIndex        =   197
  6491.          Text            =   "00"
  6492.          Top             =   2880
  6493.          Width           =   375
  6494.       End
  6495.       Begin VB.TextBox txtHex 
  6496.          BeginProperty Font 
  6497.             Name            =   "Courier New"
  6498.             Size            =   9.75
  6499.             Charset         =   0
  6500.             Weight          =   400
  6501.             Underline       =   0   'False
  6502.             Italic          =   0   'False
  6503.             Strikethrough   =   0   'False
  6504.          EndProperty
  6505.          Height          =   285
  6506.          Index           =   182
  6507.          Left            =   3360
  6508.          MaxLength       =   2
  6509.          TabIndex        =   196
  6510.          Text            =   "00"
  6511.          Top             =   2880
  6512.          Width           =   375
  6513.       End
  6514.       Begin VB.TextBox txtHex 
  6515.          BeginProperty Font 
  6516.             Name            =   "Courier New"
  6517.             Size            =   9.75
  6518.             Charset         =   0
  6519.             Weight          =   400
  6520.             Underline       =   0   'False
  6521.             Italic          =   0   'False
  6522.             Strikethrough   =   0   'False
  6523.          EndProperty
  6524.          Height          =   285
  6525.          Index           =   181
  6526.          Left            =   3000
  6527.          MaxLength       =   2
  6528.          TabIndex        =   195
  6529.          Text            =   "00"
  6530.          Top             =   2880
  6531.          Width           =   375
  6532.       End
  6533.       Begin VB.TextBox txtHex 
  6534.          BeginProperty Font 
  6535.             Name            =   "Courier New"
  6536.             Size            =   9.75
  6537.             Charset         =   0
  6538.             Weight          =   400
  6539.             Underline       =   0   'False
  6540.             Italic          =   0   'False
  6541.             Strikethrough   =   0   'False
  6542.          EndProperty
  6543.          Height          =   285
  6544.          Index           =   180
  6545.          Left            =   2640
  6546.          MaxLength       =   2
  6547.          TabIndex        =   194
  6548.          Text            =   "00"
  6549.          Top             =   2880
  6550.          Width           =   375
  6551.       End
  6552.       Begin VB.TextBox txtHex 
  6553.          BeginProperty Font 
  6554.             Name            =   "Courier New"
  6555.             Size            =   9.75
  6556.             Charset         =   0
  6557.             Weight          =   400
  6558.             Underline       =   0   'False
  6559.             Italic          =   0   'False
  6560.             Strikethrough   =   0   'False
  6561.          EndProperty
  6562.          Height          =   285
  6563.          Index           =   179
  6564.          Left            =   2280
  6565.          MaxLength       =   2
  6566.          TabIndex        =   193
  6567.          Text            =   "00"
  6568.          Top             =   2880
  6569.          Width           =   375
  6570.       End
  6571.       Begin VB.TextBox txtHex 
  6572.          BeginProperty Font 
  6573.             Name            =   "Courier New"
  6574.             Size            =   9.75
  6575.             Charset         =   0
  6576.             Weight          =   400
  6577.             Underline       =   0   'False
  6578.             Italic          =   0   'False
  6579.             Strikethrough   =   0   'False
  6580.          EndProperty
  6581.          Height          =   285
  6582.          Index           =   178
  6583.          Left            =   1920
  6584.          MaxLength       =   2
  6585.          TabIndex        =   192
  6586.          Text            =   "00"
  6587.          Top             =   2880
  6588.          Width           =   375
  6589.       End
  6590.       Begin VB.TextBox txtHex 
  6591.          BeginProperty Font 
  6592.             Name            =   "Courier New"
  6593.             Size            =   9.75
  6594.             Charset         =   0
  6595.             Weight          =   400
  6596.             Underline       =   0   'False
  6597.             Italic          =   0   'False
  6598.             Strikethrough   =   0   'False
  6599.          EndProperty
  6600.          Height          =   285
  6601.          Index           =   177
  6602.          Left            =   1560
  6603.          MaxLength       =   2
  6604.          TabIndex        =   191
  6605.          Text            =   "00"
  6606.          Top             =   2880
  6607.          Width           =   375
  6608.       End
  6609.       Begin VB.TextBox txtHex 
  6610.          BeginProperty Font 
  6611.             Name            =   "Courier New"
  6612.             Size            =   9.75
  6613.             Charset         =   0
  6614.             Weight          =   400
  6615.             Underline       =   0   'False
  6616.             Italic          =   0   'False
  6617.             Strikethrough   =   0   'False
  6618.          EndProperty
  6619.          Height          =   285
  6620.          Index           =   176
  6621.          Left            =   1200
  6622.          MaxLength       =   2
  6623.          TabIndex        =   190
  6624.          Text            =   "00"
  6625.          Top             =   2880
  6626.          Width           =   375
  6627.       End
  6628.       Begin VB.TextBox txtHex 
  6629.          BeginProperty Font 
  6630.             Name            =   "Courier New"
  6631.             Size            =   9.75
  6632.             Charset         =   0
  6633.             Weight          =   400
  6634.             Underline       =   0   'False
  6635.             Italic          =   0   'False
  6636.             Strikethrough   =   0   'False
  6637.          EndProperty
  6638.          Height          =   285
  6639.          Index           =   175
  6640.          Left            =   6720
  6641.          MaxLength       =   2
  6642.          TabIndex        =   188
  6643.          Text            =   "00"
  6644.          Top             =   2640
  6645.          Width           =   375
  6646.       End
  6647.       Begin VB.TextBox txtHex 
  6648.          BeginProperty Font 
  6649.             Name            =   "Courier New"
  6650.             Size            =   9.75
  6651.             Charset         =   0
  6652.             Weight          =   400
  6653.             Underline       =   0   'False
  6654.             Italic          =   0   'False
  6655.             Strikethrough   =   0   'False
  6656.          EndProperty
  6657.          Height          =   285
  6658.          Index           =   174
  6659.          Left            =   6360
  6660.          MaxLength       =   2
  6661.          TabIndex        =   187
  6662.          Text            =   "00"
  6663.          Top             =   2640
  6664.          Width           =   375
  6665.       End
  6666.       Begin VB.TextBox txtHex 
  6667.          BeginProperty Font 
  6668.             Name            =   "Courier New"
  6669.             Size            =   9.75
  6670.             Charset         =   0
  6671.             Weight          =   400
  6672.             Underline       =   0   'False
  6673.             Italic          =   0   'False
  6674.             Strikethrough   =   0   'False
  6675.          EndProperty
  6676.          Height          =   285
  6677.          Index           =   173
  6678.          Left            =   6000
  6679.          MaxLength       =   2
  6680.          TabIndex        =   186
  6681.          Text            =   "00"
  6682.          Top             =   2640
  6683.          Width           =   375
  6684.       End
  6685.       Begin VB.TextBox txtHex 
  6686.          BeginProperty Font 
  6687.             Name            =   "Courier New"
  6688.             Size            =   9.75
  6689.             Charset         =   0
  6690.             Weight          =   400
  6691.             Underline       =   0   'False
  6692.             Italic          =   0   'False
  6693.             Strikethrough   =   0   'False
  6694.          EndProperty
  6695.          Height          =   285
  6696.          Index           =   172
  6697.          Left            =   5640
  6698.          MaxLength       =   2
  6699.          TabIndex        =   185
  6700.          Text            =   "00"
  6701.          Top             =   2640
  6702.          Width           =   375
  6703.       End
  6704.       Begin VB.TextBox txtHex 
  6705.          BeginProperty Font 
  6706.             Name            =   "Courier New"
  6707.             Size            =   9.75
  6708.             Charset         =   0
  6709.             Weight          =   400
  6710.             Underline       =   0   'False
  6711.             Italic          =   0   'False
  6712.             Strikethrough   =   0   'False
  6713.          EndProperty
  6714.          Height          =   285
  6715.          Index           =   171
  6716.          Left            =   5280
  6717.          MaxLength       =   2
  6718.          TabIndex        =   184
  6719.          Text            =   "00"
  6720.          Top             =   2640
  6721.          Width           =   375
  6722.       End
  6723.       Begin VB.TextBox txtHex 
  6724.          BeginProperty Font 
  6725.             Name            =   "Courier New"
  6726.             Size            =   9.75
  6727.             Charset         =   0
  6728.             Weight          =   400
  6729.             Underline       =   0   'False
  6730.             Italic          =   0   'False
  6731.             Strikethrough   =   0   'False
  6732.          EndProperty
  6733.          Height          =   285
  6734.          Index           =   170
  6735.          Left            =   4920
  6736.          MaxLength       =   2
  6737.          TabIndex        =   183
  6738.          Text            =   "00"
  6739.          Top             =   2640
  6740.          Width           =   375
  6741.       End
  6742.       Begin VB.TextBox txtHex 
  6743.          BeginProperty Font 
  6744.             Name            =   "Courier New"
  6745.             Size            =   9.75
  6746.             Charset         =   0
  6747.             Weight          =   400
  6748.             Underline       =   0   'False
  6749.             Italic          =   0   'False
  6750.             Strikethrough   =   0   'False
  6751.          EndProperty
  6752.          Height          =   285
  6753.          Index           =   169
  6754.          Left            =   4560
  6755.          MaxLength       =   2
  6756.          TabIndex        =   182
  6757.          Text            =   "00"
  6758.          Top             =   2640
  6759.          Width           =   375
  6760.       End
  6761.       Begin VB.TextBox txtHex 
  6762.          BeginProperty Font 
  6763.             Name            =   "Courier New"
  6764.             Size            =   9.75
  6765.             Charset         =   0
  6766.             Weight          =   400
  6767.             Underline       =   0   'False
  6768.             Italic          =   0   'False
  6769.             Strikethrough   =   0   'False
  6770.          EndProperty
  6771.          Height          =   285
  6772.          Index           =   168
  6773.          Left            =   4200
  6774.          MaxLength       =   2
  6775.          TabIndex        =   181
  6776.          Text            =   "00"
  6777.          Top             =   2640
  6778.          Width           =   375
  6779.       End
  6780.       Begin VB.TextBox txtHex 
  6781.          BeginProperty Font 
  6782.             Name            =   "Courier New"
  6783.             Size            =   9.75
  6784.             Charset         =   0
  6785.             Weight          =   400
  6786.             Underline       =   0   'False
  6787.             Italic          =   0   'False
  6788.             Strikethrough   =   0   'False
  6789.          EndProperty
  6790.          Height          =   285
  6791.          Index           =   167
  6792.          Left            =   3720
  6793.          MaxLength       =   2
  6794.          TabIndex        =   180
  6795.          Text            =   "00"
  6796.          Top             =   2640
  6797.          Width           =   375
  6798.       End
  6799.       Begin VB.TextBox txtHex 
  6800.          BeginProperty Font 
  6801.             Name            =   "Courier New"
  6802.             Size            =   9.75
  6803.             Charset         =   0
  6804.             Weight          =   400
  6805.             Underline       =   0   'False
  6806.             Italic          =   0   'False
  6807.             Strikethrough   =   0   'False
  6808.          EndProperty
  6809.          Height          =   285
  6810.          Index           =   166
  6811.          Left            =   3360
  6812.          MaxLength       =   2
  6813.          TabIndex        =   179
  6814.          Text            =   "00"
  6815.          Top             =   2640
  6816.          Width           =   375
  6817.       End
  6818.       Begin VB.TextBox txtHex 
  6819.          BeginProperty Font 
  6820.             Name            =   "Courier New"
  6821.             Size            =   9.75
  6822.             Charset         =   0
  6823.             Weight          =   400
  6824.             Underline       =   0   'False
  6825.             Italic          =   0   'False
  6826.             Strikethrough   =   0   'False
  6827.          EndProperty
  6828.          Height          =   285
  6829.          Index           =   165
  6830.          Left            =   3000
  6831.          MaxLength       =   2
  6832.          TabIndex        =   178
  6833.          Text            =   "00"
  6834.          Top             =   2640
  6835.          Width           =   375
  6836.       End
  6837.       Begin VB.TextBox txtHex 
  6838.          BeginProperty Font 
  6839.             Name            =   "Courier New"
  6840.             Size            =   9.75
  6841.             Charset         =   0
  6842.             Weight          =   400
  6843.             Underline       =   0   'False
  6844.             Italic          =   0   'False
  6845.             Strikethrough   =   0   'False
  6846.          EndProperty
  6847.          Height          =   285
  6848.          Index           =   164
  6849.          Left            =   2640
  6850.          MaxLength       =   2
  6851.          TabIndex        =   177
  6852.          Text            =   "00"
  6853.          Top             =   2640
  6854.          Width           =   375
  6855.       End
  6856.       Begin VB.TextBox txtHex 
  6857.          BeginProperty Font 
  6858.             Name            =   "Courier New"
  6859.             Size            =   9.75
  6860.             Charset         =   0
  6861.             Weight          =   400
  6862.             Underline       =   0   'False
  6863.             Italic          =   0   'False
  6864.             Strikethrough   =   0   'False
  6865.          EndProperty
  6866.          Height          =   285
  6867.          Index           =   163
  6868.          Left            =   2280
  6869.          MaxLength       =   2
  6870.          TabIndex        =   176
  6871.          Text            =   "00"
  6872.          Top             =   2640
  6873.          Width           =   375
  6874.       End
  6875.       Begin VB.TextBox txtHex 
  6876.          BeginProperty Font 
  6877.             Name            =   "Courier New"
  6878.             Size            =   9.75
  6879.             Charset         =   0
  6880.             Weight          =   400
  6881.             Underline       =   0   'False
  6882.             Italic          =   0   'False
  6883.             Strikethrough   =   0   'False
  6884.          EndProperty
  6885.          Height          =   285
  6886.          Index           =   162
  6887.          Left            =   1920
  6888.          MaxLength       =   2
  6889.          TabIndex        =   175
  6890.          Text            =   "00"
  6891.          Top             =   2640
  6892.          Width           =   375
  6893.       End
  6894.       Begin VB.TextBox txtHex 
  6895.          BeginProperty Font 
  6896.             Name            =   "Courier New"
  6897.             Size            =   9.75
  6898.             Charset         =   0
  6899.             Weight          =   400
  6900.             Underline       =   0   'False
  6901.             Italic          =   0   'False
  6902.             Strikethrough   =   0   'False
  6903.          EndProperty
  6904.          Height          =   285
  6905.          Index           =   161
  6906.          Left            =   1560
  6907.          MaxLength       =   2
  6908.          TabIndex        =   174
  6909.          Text            =   "00"
  6910.          Top             =   2640
  6911.          Width           =   375
  6912.       End
  6913.       Begin VB.TextBox txtHex 
  6914.          BeginProperty Font 
  6915.             Name            =   "Courier New"
  6916.             Size            =   9.75
  6917.             Charset         =   0
  6918.             Weight          =   400
  6919.             Underline       =   0   'False
  6920.             Italic          =   0   'False
  6921.             Strikethrough   =   0   'False
  6922.          EndProperty
  6923.          Height          =   285
  6924.          Index           =   160
  6925.          Left            =   1200
  6926.          MaxLength       =   2
  6927.          TabIndex        =   173
  6928.          Text            =   "00"
  6929.          Top             =   2640
  6930.          Width           =   375
  6931.       End
  6932.    End
  6933.    Begin MSComctlLib.ImageList ImageList1 
  6934.       Left            =   0
  6935.       Top             =   6480
  6936.       _ExtentX        =   1005
  6937.       _ExtentY        =   1005
  6938.       BackColor       =   -2147483643
  6939.       ImageWidth      =   32
  6940.       ImageHeight     =   32
  6941.       MaskColor       =   12632256
  6942.       _Version        =   393216
  6943.       BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
  6944.          NumListImages   =   12
  6945.          BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  6946.             Picture         =   "Form1.frx":6D42
  6947.             Key             =   "Load"
  6948.             Object.Tag             =   "Load"
  6949.          EndProperty
  6950.          BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  6951.             Picture         =   "Form1.frx":7B94
  6952.             Key             =   "Save"
  6953.             Object.Tag             =   "Save"
  6954.          EndProperty
  6955.          BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  6956.             Picture         =   "Form1.frx":89E6
  6957.             Key             =   "Editor"
  6958.             Object.Tag             =   "Editor"
  6959.          EndProperty
  6960.          BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  6961.             Picture         =   "Form1.frx":9838
  6962.             Key             =   "ReloadFrame"
  6963.             Object.Tag             =   "ReloadFrame"
  6964.          EndProperty
  6965.          BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  6966.             Picture         =   "Form1.frx":A68A
  6967.             Key             =   "EditorOptions"
  6968.             Object.Tag             =   "EditorOptions"
  6969.          EndProperty
  6970.          BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  6971.             Picture         =   "Form1.frx":B4DC
  6972.             Key             =   "FindPrevious"
  6973.             Object.Tag             =   "FindPrevious"
  6974.          EndProperty
  6975.          BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  6976.             Picture         =   "Form1.frx":C32E
  6977.             Key             =   "Find"
  6978.             Object.Tag             =   "Find"
  6979.          EndProperty
  6980.          BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  6981.             Picture         =   "Form1.frx":D180
  6982.             Key             =   "FindNext"
  6983.             Object.Tag             =   "FindNext"
  6984.          EndProperty
  6985.          BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  6986.             Picture         =   "Form1.frx":DFD2
  6987.             Key             =   "About"
  6988.             Object.Tag             =   "About"
  6989.          EndProperty
  6990.          BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  6991.             Picture         =   "Form1.frx":E8AC
  6992.             Key             =   "StatusOn"
  6993.             Object.Tag             =   "StatusOn"
  6994.          EndProperty
  6995.          BeginProperty ListImage11 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  6996.             Picture         =   "Form1.frx":F6FE
  6997.             Key             =   "Exit"
  6998.             Object.Tag             =   "Exit"
  6999.          EndProperty
  7000.          BeginProperty ListImage12 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  7001.             Picture         =   "Form1.frx":10550
  7002.             Key             =   "StatusOff"
  7003.             Object.Tag             =   "StatusOff"
  7004.          EndProperty
  7005.       EndProperty
  7006.    End
  7007.    Begin MSComctlLib.Toolbar Toolbar1 
  7008.       Align           =   1  'Align Top
  7009.       Height          =   660
  7010.       Left            =   0
  7011.       TabIndex        =   0
  7012.       Top             =   0
  7013.       Width           =   9525
  7014.       _ExtentX        =   16801
  7015.       _ExtentY        =   1164
  7016.       ButtonWidth     =   1032
  7017.       ButtonHeight    =   1005
  7018.       AllowCustomize  =   0   'False
  7019.       Wrappable       =   0   'False
  7020.       Appearance      =   1
  7021.       ImageList       =   "ImageList1"
  7022.       DisabledImageList=   "ImageListOff"
  7023.       _Version        =   393216
  7024.       BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
  7025.          NumButtons      =   12
  7026.          BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  7027.             Key             =   "Load"
  7028.             Object.ToolTipText     =   "Load File"
  7029.             ImageIndex      =   1
  7030.          EndProperty
  7031.          BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  7032.             Key             =   "Save"
  7033.             Object.ToolTipText     =   "Save File"
  7034.             ImageIndex      =   2
  7035.          EndProperty
  7036.          BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  7037.             Key             =   "Options"
  7038.             Object.ToolTipText     =   "Options"
  7039.             ImageIndex      =   5
  7040.          EndProperty
  7041.          BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  7042.             Style           =   4
  7043.             Object.Width           =   100
  7044.          EndProperty
  7045.          BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  7046.             Key             =   "Editor"
  7047.             Object.ToolTipText     =   "set Editor or Viewer Modus"
  7048.             ImageIndex      =   3
  7049.          EndProperty
  7050.          BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  7051.             Key             =   "ReloadFrame"
  7052.             Object.ToolTipText     =   "Reload Frame"
  7053.             ImageIndex      =   4
  7054.          EndProperty
  7055.          BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  7056.             Style           =   4
  7057.             Object.Width           =   100
  7058.          EndProperty
  7059.          BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  7060.             Key             =   "Find"
  7061.             Object.ToolTipText     =   "Find"
  7062.             ImageIndex      =   7
  7063.          EndProperty
  7064.          BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  7065.             Style           =   4
  7066.             Object.Width           =   4550
  7067.          EndProperty
  7068.          BeginProperty Button10 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  7069.             Key             =   "About"
  7070.             Object.ToolTipText     =   "About"
  7071.             ImageIndex      =   9
  7072.          EndProperty
  7073.          BeginProperty Button11 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  7074.             Style           =   4
  7075.             Object.Width           =   100
  7076.          EndProperty
  7077.          BeginProperty Button12 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  7078.             Key             =   "Exit"
  7079.             Object.ToolTipText     =   "Exit"
  7080.             ImageIndex      =   11
  7081.          EndProperty
  7082.       EndProperty
  7083.    End
  7084.    Begin MSComDlg.CommonDialog DlgLoad 
  7085.       Left            =   600
  7086.       Top             =   6600
  7087.       _ExtentX        =   847
  7088.       _ExtentY        =   847
  7089.       _Version        =   393216
  7090.       CancelError     =   -1  'True
  7091.       DialogTitle     =   "Display file in HexViewer"
  7092.       Filter          =   "All (*.*)|*.*"
  7093.    End
  7094.    Begin MSComctlLib.StatusBar StatusBar 
  7095.       Align           =   2  'Align Bottom
  7096.       Height          =   345
  7097.       Left            =   0
  7098.       TabIndex        =   347
  7099.       Top             =   7095
  7100.       Width           =   9525
  7101.       _ExtentX        =   16801
  7102.       _ExtentY        =   609
  7103.       _Version        =   393216
  7104.       BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
  7105.          NumPanels       =   6
  7106.          BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  7107.             Object.Width           =   7763
  7108.             MinWidth        =   7763
  7109.          EndProperty
  7110.          BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  7111.             Object.Width           =   5292
  7112.             MinWidth        =   5292
  7113.          EndProperty
  7114.          BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  7115.             Alignment       =   1
  7116.             Object.Width           =   882
  7117.             MinWidth        =   882
  7118.             Object.ToolTipText     =   "Show the file state of modification"
  7119.          EndProperty
  7120.          BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  7121.             Object.Width           =   882
  7122.             MinWidth        =   882
  7123.             Object.ToolTipText     =   "Show the frame state of modification"
  7124.          EndProperty
  7125.          BeginProperty Panel5 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  7126.             Style           =   2
  7127.             Alignment       =   2
  7128.             Enabled         =   0   'False
  7129.             Object.Width           =   882
  7130.             MinWidth        =   882
  7131.             TextSave        =   "NUM"
  7132.          EndProperty
  7133.          BeginProperty Panel6 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  7134.             Style           =   1
  7135.             Alignment       =   1
  7136.             Enabled         =   0   'False
  7137.             Object.Width           =   970
  7138.             MinWidth        =   970
  7139.             TextSave        =   "CAPS"
  7140.          EndProperty
  7141.       EndProperty
  7142.    End
  7143.    Begin MSComctlLib.ListView LstHexView 
  7144.       Height          =   5175
  7145.       Left            =   0
  7146.       TabIndex        =   345
  7147.       Top             =   960
  7148.       Width           =   9495
  7149.       _ExtentX        =   16748
  7150.       _ExtentY        =   9128
  7151.       View            =   3
  7152.       LabelEdit       =   1
  7153.       LabelWrap       =   0   'False
  7154.       HideSelection   =   0   'False
  7155.       HideColumnHeaders=   -1  'True
  7156.       FullRowSelect   =   -1  'True
  7157.       GridLines       =   -1  'True
  7158.       _Version        =   393217
  7159.       ForeColor       =   -2147483630
  7160.       BackColor       =   16777215
  7161.       BorderStyle     =   1
  7162.       Appearance      =   1
  7163.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  7164.          Name            =   "Courier New"
  7165.          Size            =   9.75
  7166.          Charset         =   0
  7167.          Weight          =   400
  7168.          Underline       =   0   'False
  7169.          Italic          =   0   'False
  7170.          Strikethrough   =   0   'False
  7171.       EndProperty
  7172.       NumItems        =   3
  7173.       BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
  7174.          Text            =   "Index"
  7175.          Object.Width           =   1852
  7176.       EndProperty
  7177.       BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
  7178.          SubItemIndex    =   1
  7179.          Text            =   "00 01 02 03 04 05 06 07 08  09 0A 0B 0C 0D 0E 0F"
  7180.          Object.Width           =   10583
  7181.       EndProperty
  7182.       BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
  7183.          SubItemIndex    =   2
  7184.          Text            =   "ASCII"
  7185.          Object.Width           =   3704
  7186.       EndProperty
  7187.    End
  7188.    Begin VB.Image ImgGreen 
  7189.       Height          =   480
  7190.       Left            =   1560
  7191.       Picture         =   "Form1.frx":113A2
  7192.       Top             =   6600
  7193.       Visible         =   0   'False
  7194.       Width           =   480
  7195.    End
  7196.    Begin VB.Image ImgRed 
  7197.       Height          =   480
  7198.       Left            =   1080
  7199.       Picture         =   "Form1.frx":121E4
  7200.       Top             =   6600
  7201.       Visible         =   0   'False
  7202.       Width           =   480
  7203.    End
  7204.    Begin VB.Label txtInfo 
  7205.       AutoSize        =   -1  'True
  7206.       BeginProperty Font 
  7207.          Name            =   "MS Sans Serif"
  7208.          Size            =   8.25
  7209.          Charset         =   0
  7210.          Weight          =   700
  7211.          Underline       =   0   'False
  7212.          Italic          =   0   'False
  7213.          Strikethrough   =   0   'False
  7214.       EndProperty
  7215.       ForeColor       =   &H00C00000&
  7216.       Height          =   195
  7217.       Left            =   100
  7218.       TabIndex        =   346
  7219.       Top             =   5760
  7220.       Width           =   75
  7221.    End
  7222.    Begin VB.Label Label4 
  7223.       AutoSize        =   -1  'True
  7224.       Caption         =   "Index"
  7225.       BeginProperty Font 
  7226.          Name            =   "Courier New"
  7227.          Size            =   9.75
  7228.          Charset         =   0
  7229.          Weight          =   700
  7230.          Underline       =   0   'False
  7231.          Italic          =   0   'False
  7232.          Strikethrough   =   0   'False
  7233.       EndProperty
  7234.       ForeColor       =   &H00008000&
  7235.       Height          =   240
  7236.       Left            =   120
  7237.       TabIndex        =   344
  7238.       Top             =   720
  7239.       Width           =   600
  7240.    End
  7241.    Begin VB.Label Label3 
  7242.       AutoSize        =   -1  'True
  7243.       Caption         =   "ASCII"
  7244.       BeginProperty Font 
  7245.          Name            =   "Courier New"
  7246.          Size            =   9.75
  7247.          Charset         =   0
  7248.          Weight          =   700
  7249.          Underline       =   0   'False
  7250.          Italic          =   0   'False
  7251.          Strikethrough   =   0   'False
  7252.       EndProperty
  7253.       ForeColor       =   &H00000000&
  7254.       Height          =   240
  7255.       Left            =   7200
  7256.       TabIndex        =   343
  7257.       Top             =   720
  7258.       Width           =   600
  7259.    End
  7260.    Begin VB.Label Label2 
  7261.       AutoSize        =   -1  'True
  7262.       Caption         =   "00 01 02 03 04 05 06 07  08 09 0A 0B 0C 0D 0E 0F"
  7263.       BeginProperty Font 
  7264.          Name            =   "Courier New"
  7265.          Size            =   9.75
  7266.          Charset         =   0
  7267.          Weight          =   700
  7268.          Underline       =   0   'False
  7269.          Italic          =   0   'False
  7270.          Strikethrough   =   0   'False
  7271.       EndProperty
  7272.       ForeColor       =   &H000000FF&
  7273.       Height          =   240
  7274.       Left            =   1200
  7275.       TabIndex        =   2
  7276.       Top             =   720
  7277.       Width           =   5760
  7278.    End
  7279.    Begin VB.Menu mnuFile 
  7280.       Caption         =   "&File"
  7281.       Begin VB.Menu mnuFileLoad 
  7282.          Caption         =   "&Load"
  7283.          Shortcut        =   {F2}
  7284.       End
  7285.       Begin VB.Menu mnuFileSave 
  7286.          Caption         =   "&Save"
  7287.          Shortcut        =   {F9}
  7288.       End
  7289.       Begin VB.Menu mnuFile0 
  7290.          Caption         =   "-"
  7291.       End
  7292.       Begin VB.Menu mnuFileOptions 
  7293.          Caption         =   "&Options"
  7294.          Shortcut        =   ^O
  7295.       End
  7296.       Begin VB.Menu mnuFileInfo 
  7297.          Caption         =   "&Information"
  7298.          Shortcut        =   ^I
  7299.       End
  7300.       Begin VB.Menu mnuFile1 
  7301.          Caption         =   "-"
  7302.       End
  7303.       Begin VB.Menu mnuFileExit 
  7304.          Caption         =   "&Exit"
  7305.          Shortcut        =   ^X
  7306.       End
  7307.    End
  7308.    Begin VB.Menu mnuViewer 
  7309.       Caption         =   "&Viewer"
  7310.       Begin VB.Menu mnuViewerFind 
  7311.          Caption         =   "&Find"
  7312.          Shortcut        =   {F3}
  7313.       End
  7314.       Begin VB.Menu mnuViewerNext 
  7315.          Caption         =   "Find &Next"
  7316.          Shortcut        =   +{F3}
  7317.       End
  7318.    End
  7319.    Begin VB.Menu mnuEditor 
  7320.       Caption         =   "&Editor"
  7321.       Begin VB.Menu mnuEditorEdit 
  7322.          Caption         =   "&Edit"
  7323.          Shortcut        =   {F5}
  7324.       End
  7325.       Begin VB.Menu mnuEditorReload 
  7326.          Caption         =   "&Reload Frame"
  7327.          Shortcut        =   ^R
  7328.       End
  7329.    End
  7330.    Begin VB.Menu mnuHelp 
  7331.       Caption         =   "&?"
  7332.       NegotiatePosition=   3  'Right
  7333.       Begin VB.Menu mnuHelpAbout 
  7334.          Caption         =   "&About"
  7335.       End
  7336.    End
  7337. Attribute     Shortcut        =   {F9}
  7338.       End
  7339.       Begin VB.Menu mnuFile0 on         =   "&Reload Frame"
  7340.          Sh3enu mnuFile0 44444444444        =   10583
  7341.       EndPropeaption  a7     Begir
  7342.          EndProperty
  7343.       EndProperty
  7344.  -Captionotor0B 0C 0t"
  7345.       Cap      Left 28} 
  7346.             ObtorReload 
  7347.          Caption         =   "&Reload Frame"
  7348.          Shortcut        =   ^R
  7349.       End
  7350.    End
  7351.    Begin VB.Menu mnuHelp 
  7352.       Caption         =   "&?"
  7353.       NegotiatePosition=   3  'Right
  7354.       Begin VB.Menu mnuHelpAbout 
  7355.          Caption     =   -1 D7       =   ^R
  7356.       End
  7357.    E11D1-B16A-00C0F0283628} 
  7358.          NumPanels       =   6
  7359.          BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  7360.             Object.Width           =   7763
  7361.             MinWidth        =   7763
  7362.          EndProperty
  7363.          BeginProperty P5r  -1  'True
  7364.       Caption         =   "ASCII"
  7365.       BeginProperty Font 
  7366.          Name            =   "Courier New"
  7367.          Size            =   9.75
  7368.          Charset         =   0
  7369.          Weight          =   700
  7370.          Underline       =   0   'FalsssssssssssssssssssA-00C0F0283628} 
  7371.          NumPanels       =   6
  7372.          BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  7373.             Object.Width           =   7763
  7374.             MinWidth        =   7763
  7375.          EndProperty
  7376.          Begin3628} 
  7377.          Text            =   "Index"
  7378.          Object.WidthFC851} 
  7379.          Name            =   "Courier New"
  7380.          Size            =   9.75
  7381.          Charset         =   0
  7382.          Weight          =   400
  7383.          Underline       =   0   'False
  7384.          Italic          =   0   'False
  7385.       nu m        Charset         =   0
  7386.          Weight          =   700
  7387.          Underline       =   0   'FalsssssssssssssssssssA-00C0F0283628} 
  7388.          NumPanels       =   6
  7389.          BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
  7390.             Obje4  EndProperty
  7391.       EndP S         Name            =   "Courier New"
  7392.          Size            =   9.75
  7393.          Charset         =   0
  7394.          Weight          =   400
  7395.          Underline       =   0   'False
  7396.          Italic          =   0   'False
  7397.       nu m        Charset      9.75
  7398.          Charset         =   0
  7399.          Weight          =   400
  7400.          Underline       =   0   'False
  7401.          Italic          =   0   'False
  7402.          Strikethrough   =   0   'False
  7403.       EndProperty
  7404.       NumItems        =   3
  7405.       BeginPropdex        =   345
  7406.       Top             =   960
  7407.       Width             Weight          =   4      Charset         =   0
  7408.          Weight          =   400
  7409.         a=   3
  7410.          45
  7411.       
  7412.       FullRowSelect   =   -1  'True
  7413.       GridLines       =   -1  'True
  7414.       _Version        =   393217
  7415.       ForeColor       =   -2147483630
  7416.       BackColor       =   16777215
  7417.       BorderStyle     =   1
  7418.       Appearance      =   1
  7419.       BeginPrope     Weight          =   700
  7420.       dProperty
  7421.       ForeColor       =   &H00C00000&
  7422.       Height          =   195
  7423.       Left   1 D7       =   ^R
  7424.  rikethrough   =   0   'False
  7425.       EndProperty
  7426.       NumItems        =   3
  7427.       BeginPropdex        =   345
  7428.       Top             =   960
  7429.       Width             Weight          =   4      Charset         =   0
  7430.          Weight          =   400
  7431.       2S  FullRowSelect   =   -1  'True
  7432.       GridL4a3p olor       =   &H000000FF&
  7433.       Height          =   240
  7434.       Left            =   1200
  7435.       TabIndex        =   2
  7436.       Top             =   720
  7437.       Width           =   5760
  7438.    End
  7439.    Begin VB.Menu mnuFile 
  7440.       Caption         =   "&File"
  7441.       =   30G5i   =   0   'False
  7442.       EndProperty
  7443.       NumItems        =   3
  7444.       Begin0
  7445.          Weight          =  line       =  BorderStyle     =   1
  7446.       Appearance      =   1
  7447.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  7448.          Name            =   "Courier New"
  7449.          Size            =   9.75
  7450.          Charset         =   0
  7451.          Weight          =  rset         =   0
  7452.          Weight          =  rset         =   0
  7453.  Shor7       =   ^R
  7454.  rike=   "Couri      Italic          =   0   'False
  7455.          Strikethrough   =   0   'False
  7456.       EndProperty
  7457.       ForeColor       =   &H00008000&
  7458.       Height          =   240
  7459.       Left            =   120
  7460.       TabIndex        =   344
  7461.       Top             =   72 =   240
  7462.  F    Caption         =   "&Editor"
  7463.       Begin VB.Menu mnuEditorEdit 
  7464.          Caption         =   "&Edit"
  7465.          Shortcut        =   {F5}
  7466.       End
  7467.       Begin VB.Menu mnuEditorReload 
  7468.          Caption         =   "&Reload Frame"
  7469.          Shortcut     9.75
  7470.          Charset         =   0
  7471.          Weight         aption     horWeight         aption     horWeight         aption     horWeight         aption     horWeight         aption     horWeight         aption     horWeight         aption     horWeight         aption     horWeight         aption     horWeight         aption     horWeight   e   Shortcut     9.75
  7472.          Charset         =   0
  7473.          Weight         aption     horWeight         aption     horWeight         aption     horWeight         aption     horWeight         aption     horWeight         aption     horWeight         aptiond {     ForeColor       =   -2147483630
  7474.       BackColor       =   16777215
  7475.       BorderStyle     =   1
  7476.       Appearance      =   1
  7477.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  7478.          Name            =   "Courier New"
  7479.          Size       9.75
  7480.          Charset         =   0
  7481.          Weight         a       Name            =   "Courier New"
  7482.          Size       9.75
  7483.          Charset         =   0
  7484.          Weight         a       Name            =   "Courier New"
  7485.          Size       9.75
  7486.          Charset         =   0
  7487.          Weight         a       N   Shortcut        =   +{F3}
  7488.  tion     horWeight         aption     horWeight         aptiond {     ForeColor       =   DC3          =        =   "&File"
  7489.       Begin VB.Menu mnuFileLoad 
  7490.          Caption         =   "&Load"
  7491.          Shortcut        =   {F2}
  7492.       End
  7493.       Begin VB.Menu mnuFileSave 
  7494.          Caption         =   "&Save"
  7495.          Shortcut        =   {F9}
  7496.       End
  7497.  _rty
  7498. eght          =   400
  7499.          Underline       =   0   'False
  7500.          Italic          =   0   'False
  7501.          Strikethrough   =   0   'False
  7502.       EndProperty
  7503.       NumItems        =   3
  7504.       BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0
  7505.       Top             =   6600
  7506.       Visible         =   0   'False
  7507.       Width           =   480
  7508.    End
  7509.    Begin VB.Label txtInfo 
  7510.       AutoSize        =   -1  'True
  7511.       BeginProperty Font 
  7512.          Name            =   "MS Sans  =   0
  7513.          Weight         a       Name    
  7514.       Width           =F   =   0   'False
  7515.       EndProperty
  7516.       NumItems        =   3
  7517.       BeginPropdex        =   345
  7518.       Top             =   960
  7519.       Width             Weight          =   4      Charset         =   0
  7520.          Weight          =   400
  7521.         a=   3
  7522.          =   400
  7523.         a=   3
  7524.          =   400
  7525.         a=   3
  7526.          =   400
  7527.         a=   3
  7528.          =   400
  7529.         a=   3
  7530.          =   400
  7531.         a=   3
  7532.          =   400
  7533.         a=   3
  7534.          =   400
  7535.         a=   3
  7536.          =   400
  7537.    l=   i    gin VB.Label txtInfo 
  7538.       AutoSize        =   -1  'True
  7539.       BeginProperty Font 
  7540.          Name            =   "MS Sans  =   0
  7541.          Weight         a       Name    
  7542.       Width           =F   =   0   'False
  7543.       EndProperty
  7544.       NumItems        Menu mnuFile 
  7545.       Caption         =   "&File"
  7546.       =   30G5i   =    0
  7547.          Weight          = NumItems        Me    =   "MS Sans  =   0
  7548.          Weight         a       Name    
  7549.       Width           =F   =   0   'False
  7550.       EndProperty
  7551.       NumItems        Menu mnuFile 
  7552.       Caption         =   "&File"
  7553.       =   30G5i   =    0
  7554.          Weight          = NumIt l=   i    gin VB.Label txtInfo 
  7555.    3        =   "&File"
  7556.       =   30G5i   =    0
  7557.          Weight          = NumIt l=   i    gin VB.Label txtInfo 
  7558.    3        =   "&File"
  7559.       =   30G5i   =    0
  7560.          Weight          = NumIt l=   i    gin VB.Label txtInfo 
  7561.    3        =   "&File"
  7562.            Weightbdex'FalsAutoS 0
  7563.          Weight         a       Name    
  7564.       Width           =F   =   0   'False
  7565.       EndProperty
  7566.       NumItems        Menu mnuFile 
  7567.       Caption         =   "&File"
  7568.       =   30G5i   =    0
  7569.          Weight          = NumIt l=   i    gin VB.Lab     =   "&File"
  7570.       =   30G5i   =    0
  7571.          Weight          1F49
  7572.          Weight          1F49
  7573.          Weight          1F49
  7574.          Weight          1FL-11D1-B16         Strikethrough   =   0   'False
  7575.       EndProperty
  7576.       NumItems        =   3
  7577.       BeginPropdex        =   345
  7578.       Top             =   960
  7579.       Width             Weight          =   4      Charset         =   0
  7580.          Weight          =   h             Weight         iaion     horWeight         aption     horWeight         aption     horWeight     b  End
  7581.    Begin VB.Label Label3 
  7582.       AutoSize        =   -1  'True
  7583.       Caption         =   "ASCII"
  7584.       BeginProperty Font 
  7585.          Name            =   "Courier New"
  7586.          Size            =   9.75
  7587.          Charset         =   0
  7588.          Weigh =  = NumIt l=   i    gin VB.Label txtInfo 
  7589.    3        =   "&File"
  7590.            Weightbdex'FalsAutoS 0
  7591.          Weight         a       Name    
  7592.       Width           =F   =   0   'False
  7593.       EndProperty
  7594.       NumItems        Menu mnuFile 
  7595.       Caption         aption     horWeight       nu mnuFile0 
  7596.        harse    =   -1  'True
  7597.       Caption         =   "ASCII"
  7598.       BeginProperty Font 
  7599. n        =   "7763
  7600.             MinWidth        =   7763
  7601.          EndProperty
  7602.        2
  7603.          Cha3        =   "&File"
  7604.       =   30G5i   =    0
  7605.          Weight          = NumIt l=   i    gin VB.Label txtInfo 
  7606.    3        =   "&File"
  7607.            Weightbdex'FalsAutoS 0
  7608.          Weight         a       Name    
  7609.       Width           =F   =   0   'False
  7610. t  EndProperty
  7611.         Caption         = 4xtInfo 
  7612.    3        =   "&File"
  7613.            Weightbdex'FalsAutoS 0
  7614.          Weight  8o763
  7615.          -"    =   720
  7616.    derline       =   0   'FalsssssssssssssssssssA-00C0F0283628} 
  7617.          Num=  line       =  BorderStyle     =   1
  7618.       Appearance      =   1
  7619.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  7620.          Name            =   "Courier New"
  7621.          Size         e
  7622.       EndProperty
  7623.       ForeColor       =   &H00008000&
  7624.       Height          =   240
  7625.       Left            =   120
  7626.       TabIndex        =   344
  7627.       Top             =   72 =   240
  7628.  F    Caption         =   "&Editor"
  7629.       Begin VB.Menu mnuEditore0000000000000000000000000000   =   0   'Faw"
  7630.          Size    "
  7631. n  'Faw"
  7632.          Size    "
  7633. n  'Faw"
  7634.        rptg
  7635.             MinWidth        =   7763
  7636.          EndProperty
  7637.          Begin3628} 
  7638.          Text            =   "Index"
  7639.          Object.WidthFC851} 
  7640.          Name            =   "Courier New"
  7641.          Size            =   9.75
  7642.          Charset         = B.Menu mnuFile0 
  7643.          Caption         =   "-"
  7644.       End
  7645.       Begin VB.Menu mnuFileOptions 
  7646.          Caption         =   "&Options"
  7647.          Shortcut        =   ^O
  7648.       End
  7649.       Begin VB.Menu mnuFileInfo 
  7650.          Caption         =   "&In
  7651.