home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD1052.psc / frmColorRef.frm (.txt) < prev   
Encoding:
Visual Basic Form  |  1999-09-29  |  74.6 KB  |  2,196 lines

  1. VERSION 5.00
  2. Begin VB.Form frmColorRef 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Color Lab"
  5.    ClientHeight    =   4815
  6.    ClientLeft      =   45
  7.    ClientTop       =   300
  8.    ClientWidth     =   5160
  9.    Icon            =   "frmColorRef.frx":0000
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    ScaleHeight     =   321
  13.    ScaleMode       =   3  'Pixel
  14.    ScaleWidth      =   344
  15.    StartUpPosition =   2  'CenterScreen
  16.    Begin VB.PictureBox picAnchor 
  17.       Appearance      =   0  'Flat
  18.       BackColor       =   &H000000C0&
  19.       BorderStyle     =   0  'None
  20.       ForeColor       =   &H80000008&
  21.       Height          =   525
  22.       Index           =   1
  23.       Left            =   4545
  24.       ScaleHeight     =   525
  25.       ScaleWidth      =   525
  26.       TabIndex        =   82
  27.       ToolTipText     =   "Click to make current color an anchor color for the blend bar"
  28.       Top             =   4245
  29.       Width           =   525
  30.    End
  31.    Begin VB.PictureBox picAnchor 
  32.       Appearance      =   0  'Flat
  33.       BackColor       =   &H0000FFFF&
  34.       BorderStyle     =   0  'None
  35.       ForeColor       =   &H80000008&
  36.       Height          =   525
  37.       Index           =   0
  38.       Left            =   4545
  39.       ScaleHeight     =   525
  40.       ScaleWidth      =   525
  41.       TabIndex        =   81
  42.       ToolTipText     =   "Click to make current color an anchor color for the blend bar"
  43.       Top             =   45
  44.       Width           =   525
  45.    End
  46.    Begin VB.VScrollBar vL 
  47.       Height          =   375
  48.       Left            =   3780
  49.       Max             =   240
  50.       SmallChange     =   2
  51.       TabIndex        =   79
  52.       TabStop         =   0   'False
  53.       Top             =   4200
  54.       Width           =   195
  55.    End
  56.    Begin VB.VScrollBar vS 
  57.       Height          =   375
  58.       Left            =   2640
  59.       Max             =   240
  60.       TabIndex        =   78
  61.       TabStop         =   0   'False
  62.       Top             =   4200
  63.       Width           =   195
  64.    End
  65.    Begin VB.VScrollBar vH 
  66.       Height          =   375
  67.       Left            =   1500
  68.       Max             =   239
  69.       TabIndex        =   77
  70.       TabStop         =   0   'False
  71.       Top             =   4200
  72.       Width           =   195
  73.    End
  74.    Begin VB.VScrollBar vB 
  75.       Height          =   375
  76.       Left            =   3780
  77.       Max             =   255
  78.       TabIndex        =   76
  79.       TabStop         =   0   'False
  80.       Top             =   3540
  81.       Width           =   195
  82.    End
  83.    Begin VB.VScrollBar vG 
  84.       Height          =   375
  85.       Left            =   2640
  86.       Max             =   255
  87.       TabIndex        =   75
  88.       TabStop         =   0   'False
  89.       Top             =   3540
  90.       Width           =   195
  91.    End
  92.    Begin VB.VScrollBar vR 
  93.       Height          =   375
  94.       Left            =   1500
  95.       Max             =   255
  96.       TabIndex        =   74
  97.       TabStop         =   0   'False
  98.       Top             =   3540
  99.       Width           =   195
  100.    End
  101.    Begin VB.Timer tmr5by5 
  102.       Left            =   2040
  103.       Top             =   0
  104.    End
  105.    Begin VB.CommandButton cmd5by5 
  106.       Height          =   375
  107.       Left            =   900
  108.       Picture         =   "frmColorRef.frx":548A
  109.       Style           =   1  'Graphical
  110.       TabIndex        =   2
  111.       ToolTipText     =   "Take a 5x5 average sample from the screen"
  112.       Top             =   480
  113.       Width           =   375
  114.    End
  115.    Begin VB.PictureBox pic5x5 
  116.       Height          =   1485
  117.       Left            =   2820
  118.       ScaleHeight     =   1425
  119.       ScaleWidth      =   1425
  120.       TabIndex        =   40
  121.       Top             =   420
  122.       Visible         =   0   'False
  123.       Width           =   1485
  124.       Begin VB.PictureBox picPoint 
  125.          Appearance      =   0  'Flat
  126.          BackColor       =   &H80000005&
  127.          BorderStyle     =   0  'None
  128.          ForeColor       =   &H80000008&
  129.          Height          =   255
  130.          Index           =   24
  131.          Left            =   1080
  132.          ScaleHeight     =   255
  133.          ScaleWidth      =   255
  134.          TabIndex        =   65
  135.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  136.          Top             =   1080
  137.          Width           =   255
  138.       End
  139.       Begin VB.PictureBox picPoint 
  140.          Appearance      =   0  'Flat
  141.          BackColor       =   &H80000005&
  142.          BorderStyle     =   0  'None
  143.          ForeColor       =   &H80000008&
  144.          Height          =   255
  145.          Index           =   23
  146.          Left            =   840
  147.          ScaleHeight     =   255
  148.          ScaleWidth      =   255
  149.          TabIndex        =   64
  150.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  151.          Top             =   1080
  152.          Width           =   255
  153.       End
  154.       Begin VB.PictureBox picPoint 
  155.          Appearance      =   0  'Flat
  156.          BackColor       =   &H80000005&
  157.          BorderStyle     =   0  'None
  158.          ForeColor       =   &H80000008&
  159.          Height          =   255
  160.          Index           =   22
  161.          Left            =   600
  162.          ScaleHeight     =   255
  163.          ScaleWidth      =   255
  164.          TabIndex        =   63
  165.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  166.          Top             =   1080
  167.          Width           =   255
  168.       End
  169.       Begin VB.PictureBox picPoint 
  170.          Appearance      =   0  'Flat
  171.          BackColor       =   &H80000005&
  172.          BorderStyle     =   0  'None
  173.          ForeColor       =   &H80000008&
  174.          Height          =   255
  175.          Index           =   21
  176.          Left            =   360
  177.          ScaleHeight     =   255
  178.          ScaleWidth      =   255
  179.          TabIndex        =   62
  180.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  181.          Top             =   1080
  182.          Width           =   255
  183.       End
  184.       Begin VB.PictureBox picPoint 
  185.          Appearance      =   0  'Flat
  186.          BackColor       =   &H80000005&
  187.          BorderStyle     =   0  'None
  188.          ForeColor       =   &H80000008&
  189.          Height          =   255
  190.          Index           =   20
  191.          Left            =   120
  192.          ScaleHeight     =   255
  193.          ScaleWidth      =   255
  194.          TabIndex        =   61
  195.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  196.          Top             =   1080
  197.          Width           =   255
  198.       End
  199.       Begin VB.PictureBox picPoint 
  200.          Appearance      =   0  'Flat
  201.          BackColor       =   &H80000005&
  202.          BorderStyle     =   0  'None
  203.          ForeColor       =   &H80000008&
  204.          Height          =   255
  205.          Index           =   19
  206.          Left            =   1080
  207.          ScaleHeight     =   255
  208.          ScaleWidth      =   255
  209.          TabIndex        =   60
  210.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  211.          Top             =   840
  212.          Width           =   255
  213.       End
  214.       Begin VB.PictureBox picPoint 
  215.          Appearance      =   0  'Flat
  216.          BackColor       =   &H80000005&
  217.          BorderStyle     =   0  'None
  218.          ForeColor       =   &H80000008&
  219.          Height          =   255
  220.          Index           =   18
  221.          Left            =   840
  222.          ScaleHeight     =   255
  223.          ScaleWidth      =   255
  224.          TabIndex        =   59
  225.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  226.          Top             =   840
  227.          Width           =   255
  228.       End
  229.       Begin VB.PictureBox picPoint 
  230.          Appearance      =   0  'Flat
  231.          BackColor       =   &H80000005&
  232.          BorderStyle     =   0  'None
  233.          ForeColor       =   &H80000008&
  234.          Height          =   255
  235.          Index           =   17
  236.          Left            =   600
  237.          ScaleHeight     =   255
  238.          ScaleWidth      =   255
  239.          TabIndex        =   58
  240.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  241.          Top             =   840
  242.          Width           =   255
  243.       End
  244.       Begin VB.PictureBox picPoint 
  245.          Appearance      =   0  'Flat
  246.          BackColor       =   &H80000005&
  247.          BorderStyle     =   0  'None
  248.          ForeColor       =   &H80000008&
  249.          Height          =   255
  250.          Index           =   16
  251.          Left            =   360
  252.          ScaleHeight     =   255
  253.          ScaleWidth      =   255
  254.          TabIndex        =   57
  255.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  256.          Top             =   840
  257.          Width           =   255
  258.       End
  259.       Begin VB.PictureBox picPoint 
  260.          Appearance      =   0  'Flat
  261.          BackColor       =   &H80000005&
  262.          BorderStyle     =   0  'None
  263.          ForeColor       =   &H80000008&
  264.          Height          =   255
  265.          Index           =   15
  266.          Left            =   120
  267.          ScaleHeight     =   255
  268.          ScaleWidth      =   255
  269.          TabIndex        =   56
  270.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  271.          Top             =   840
  272.          Width           =   255
  273.       End
  274.       Begin VB.PictureBox picPoint 
  275.          Appearance      =   0  'Flat
  276.          BackColor       =   &H80000005&
  277.          BorderStyle     =   0  'None
  278.          ForeColor       =   &H80000008&
  279.          Height          =   255
  280.          Index           =   14
  281.          Left            =   1080
  282.          ScaleHeight     =   255
  283.          ScaleWidth      =   255
  284.          TabIndex        =   55
  285.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  286.          Top             =   600
  287.          Width           =   255
  288.       End
  289.       Begin VB.PictureBox picPoint 
  290.          Appearance      =   0  'Flat
  291.          BackColor       =   &H80000005&
  292.          BorderStyle     =   0  'None
  293.          ForeColor       =   &H80000008&
  294.          Height          =   255
  295.          Index           =   13
  296.          Left            =   840
  297.          ScaleHeight     =   255
  298.          ScaleWidth      =   255
  299.          TabIndex        =   54
  300.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  301.          Top             =   600
  302.          Width           =   255
  303.       End
  304.       Begin VB.PictureBox picPoint 
  305.          Appearance      =   0  'Flat
  306.          BackColor       =   &H80000005&
  307.          BorderStyle     =   0  'None
  308.          ForeColor       =   &H80000008&
  309.          Height          =   255
  310.          Index           =   12
  311.          Left            =   600
  312.          ScaleHeight     =   255
  313.          ScaleWidth      =   255
  314.          TabIndex        =   53
  315.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  316.          Top             =   600
  317.          Width           =   255
  318.       End
  319.       Begin VB.PictureBox picPoint 
  320.          Appearance      =   0  'Flat
  321.          BackColor       =   &H80000005&
  322.          BorderStyle     =   0  'None
  323.          ForeColor       =   &H80000008&
  324.          Height          =   255
  325.          Index           =   11
  326.          Left            =   360
  327.          ScaleHeight     =   255
  328.          ScaleWidth      =   255
  329.          TabIndex        =   52
  330.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  331.          Top             =   600
  332.          Width           =   255
  333.       End
  334.       Begin VB.PictureBox picPoint 
  335.          Appearance      =   0  'Flat
  336.          BackColor       =   &H80000005&
  337.          BorderStyle     =   0  'None
  338.          ForeColor       =   &H80000008&
  339.          Height          =   255
  340.          Index           =   10
  341.          Left            =   120
  342.          ScaleHeight     =   255
  343.          ScaleWidth      =   255
  344.          TabIndex        =   51
  345.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  346.          Top             =   600
  347.          Width           =   255
  348.       End
  349.       Begin VB.PictureBox picPoint 
  350.          Appearance      =   0  'Flat
  351.          BackColor       =   &H80000005&
  352.          BorderStyle     =   0  'None
  353.          ForeColor       =   &H80000008&
  354.          Height          =   255
  355.          Index           =   9
  356.          Left            =   1080
  357.          ScaleHeight     =   255
  358.          ScaleWidth      =   255
  359.          TabIndex        =   50
  360.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  361.          Top             =   360
  362.          Width           =   255
  363.       End
  364.       Begin VB.PictureBox picPoint 
  365.          Appearance      =   0  'Flat
  366.          BackColor       =   &H80000005&
  367.          BorderStyle     =   0  'None
  368.          ForeColor       =   &H80000008&
  369.          Height          =   255
  370.          Index           =   8
  371.          Left            =   840
  372.          ScaleHeight     =   255
  373.          ScaleWidth      =   255
  374.          TabIndex        =   49
  375.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  376.          Top             =   360
  377.          Width           =   255
  378.       End
  379.       Begin VB.PictureBox picPoint 
  380.          Appearance      =   0  'Flat
  381.          BackColor       =   &H80000005&
  382.          BorderStyle     =   0  'None
  383.          ForeColor       =   &H80000008&
  384.          Height          =   255
  385.          Index           =   7
  386.          Left            =   600
  387.          ScaleHeight     =   255
  388.          ScaleWidth      =   255
  389.          TabIndex        =   48
  390.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  391.          Top             =   360
  392.          Width           =   255
  393.       End
  394.       Begin VB.PictureBox picPoint 
  395.          Appearance      =   0  'Flat
  396.          BackColor       =   &H80000005&
  397.          BorderStyle     =   0  'None
  398.          ForeColor       =   &H80000008&
  399.          Height          =   255
  400.          Index           =   6
  401.          Left            =   360
  402.          ScaleHeight     =   255
  403.          ScaleWidth      =   255
  404.          TabIndex        =   47
  405.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  406.          Top             =   360
  407.          Width           =   255
  408.       End
  409.       Begin VB.PictureBox picPoint 
  410.          Appearance      =   0  'Flat
  411.          BackColor       =   &H80000005&
  412.          BorderStyle     =   0  'None
  413.          ForeColor       =   &H80000008&
  414.          Height          =   255
  415.          Index           =   5
  416.          Left            =   120
  417.          ScaleHeight     =   255
  418.          ScaleWidth      =   255
  419.          TabIndex        =   46
  420.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  421.          Top             =   360
  422.          Width           =   255
  423.       End
  424.       Begin VB.PictureBox picPoint 
  425.          Appearance      =   0  'Flat
  426.          BackColor       =   &H80000005&
  427.          BorderStyle     =   0  'None
  428.          ForeColor       =   &H80000008&
  429.          Height          =   255
  430.          Index           =   4
  431.          Left            =   1080
  432.          ScaleHeight     =   255
  433.          ScaleWidth      =   255
  434.          TabIndex        =   45
  435.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  436.          Top             =   120
  437.          Width           =   255
  438.       End
  439.       Begin VB.PictureBox picPoint 
  440.          Appearance      =   0  'Flat
  441.          BackColor       =   &H80000005&
  442.          BorderStyle     =   0  'None
  443.          ForeColor       =   &H80000008&
  444.          Height          =   255
  445.          Index           =   3
  446.          Left            =   840
  447.          ScaleHeight     =   255
  448.          ScaleWidth      =   255
  449.          TabIndex        =   44
  450.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  451.          Top             =   120
  452.          Width           =   255
  453.       End
  454.       Begin VB.PictureBox picPoint 
  455.          Appearance      =   0  'Flat
  456.          BackColor       =   &H80000005&
  457.          BorderStyle     =   0  'None
  458.          ForeColor       =   &H80000008&
  459.          Height          =   255
  460.          Index           =   2
  461.          Left            =   600
  462.          ScaleHeight     =   255
  463.          ScaleWidth      =   255
  464.          TabIndex        =   43
  465.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  466.          Top             =   120
  467.          Width           =   255
  468.       End
  469.       Begin VB.PictureBox picPoint 
  470.          Appearance      =   0  'Flat
  471.          BackColor       =   &H80000005&
  472.          BorderStyle     =   0  'None
  473.          ForeColor       =   &H80000008&
  474.          Height          =   255
  475.          Index           =   1
  476.          Left            =   360
  477.          ScaleHeight     =   255
  478.          ScaleWidth      =   255
  479.          TabIndex        =   42
  480.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  481.          Top             =   120
  482.          Width           =   255
  483.       End
  484.       Begin VB.PictureBox picPoint 
  485.          Appearance      =   0  'Flat
  486.          BackColor       =   &H80000005&
  487.          BorderStyle     =   0  'None
  488.          ForeColor       =   &H80000008&
  489.          Height          =   255
  490.          Index           =   0
  491.          Left            =   120
  492.          ScaleHeight     =   255
  493.          ScaleWidth      =   255
  494.          TabIndex        =   41
  495.          ToolTipText     =   "Enlargement of the 5x5 area under the pointer.  If you are reading this, you are getting color feedback!"
  496.          Top             =   120
  497.          Width           =   255
  498.       End
  499.    End
  500.    Begin VB.TextBox txtH 
  501.       Alignment       =   1  'Right Justify
  502.       BeginProperty Font 
  503.          Name            =   "Courier New"
  504.          Size            =   12
  505.          Charset         =   0
  506.          Weight          =   400
  507.          Underline       =   0   'False
  508.          Italic          =   0   'False
  509.          Strikethrough   =   0   'False
  510.       EndProperty
  511.       Height          =   375
  512.       Left            =   960
  513.       TabIndex        =   8
  514.       ToolTipText     =   "Hue (Tint) value for above color"
  515.       Top             =   4200
  516.       Width           =   555
  517.    End
  518.    Begin VB.TextBox txtL 
  519.       Alignment       =   1  'Right Justify
  520.       BeginProperty Font 
  521.          Name            =   "Courier New"
  522.          Size            =   12
  523.          Charset         =   0
  524.          Weight          =   400
  525.          Underline       =   0   'False
  526.          Italic          =   0   'False
  527.          Strikethrough   =   0   'False
  528.       EndProperty
  529.       Height          =   375
  530.       Left            =   3240
  531.       TabIndex        =   10
  532.       ToolTipText     =   "Luminence (Brightness) value for above color"
  533.       Top             =   4200
  534.       Width           =   555
  535.    End
  536.    Begin VB.TextBox txtS 
  537.       Alignment       =   1  'Right Justify
  538.       BeginProperty Font 
  539.          Name            =   "Courier New"
  540.          Size            =   12
  541.          Charset         =   0
  542.          Weight          =   400
  543.          Underline       =   0   'False
  544.          Italic          =   0   'False
  545.          Strikethrough   =   0   'False
  546.       EndProperty
  547.       Height          =   375
  548.       Left            =   2100
  549.       TabIndex        =   9
  550.       ToolTipText     =   "SAturation (Richness) value for above color"
  551.       Top             =   4200
  552.       Width           =   555
  553.    End
  554.    Begin VB.Timer tmrPick 
  555.       Left            =   1560
  556.       Top             =   0
  557.    End
  558.    Begin VB.CommandButton cmdPick 
  559.       Height          =   375
  560.       Left            =   900
  561.       Picture         =   "frmColorRef.frx":55D4
  562.       Style           =   1  'Graphical
  563.       TabIndex        =   1
  564.       ToolTipText     =   "Pick the Background Color from Screen"
  565.       Top             =   120
  566.       Width           =   375
  567.    End
  568.    Begin VB.TextBox txtVB 
  569.       BeginProperty Font 
  570.          Name            =   "Courier New"
  571.          Size            =   15.75
  572.          Charset         =   0
  573.          Weight          =   700
  574.          Underline       =   0   'False
  575.          Italic          =   0   'False
  576.          Strikethrough   =   0   'False
  577.       EndProperty
  578.       Height          =   375
  579.       Left            =   2940
  580.       MaxLength       =   6
  581.       TabIndex        =   4
  582.       ToolTipText     =   "VB Hex Code - 0 to FFFFFF"
  583.       Top             =   2700
  584.       Width           =   1275
  585.    End
  586.    Begin VB.TextBox txtHTML 
  587.       BeginProperty Font 
  588.          Name            =   "Courier New"
  589.          Size            =   15.75
  590.          Charset         =   0
  591.          Weight          =   700
  592.          Underline       =   0   'False
  593.          Italic          =   0   'False
  594.          Strikethrough   =   0   'False
  595.       EndProperty
  596.       Height          =   375
  597.       Left            =   2760
  598.       MaxLength       =   6
  599.       TabIndex        =   3
  600.       ToolTipText     =   "HTML Hex code - 000000 to FFFFFF"
  601.       Top             =   2160
  602.       Width           =   1275
  603.    End
  604.    Begin VB.TextBox txtG 
  605.       Alignment       =   1  'Right Justify
  606.       BackColor       =   &H0000C000&
  607.       BeginProperty Font 
  608.          Name            =   "Courier New"
  609.          Size            =   12
  610.          Charset         =   0
  611.          Weight          =   400
  612.          Underline       =   0   'False
  613.          Italic          =   0   'False
  614.          Strikethrough   =   0   'False
  615.       EndProperty
  616.       ForeColor       =   &H00000000&
  617.       Height          =   375
  618.       Left            =   2100
  619.       TabIndex        =   6
  620.       ToolTipText     =   "Green value for above color"
  621.       Top             =   3540
  622.       Width           =   555
  623.    End
  624.    Begin VB.TextBox txtB 
  625.       Alignment       =   1  'Right Justify
  626.       BackColor       =   &H00C00000&
  627.       BeginProperty Font 
  628.          Name            =   "Courier New"
  629.          Size            =   12
  630.          Charset         =   0
  631.          Weight          =   400
  632.          Underline       =   0   'False
  633.          Italic          =   0   'False
  634.          Strikethrough   =   0   'False
  635.       EndProperty
  636.       ForeColor       =   &H00FFFFFF&
  637.       Height          =   375
  638.       Left            =   3240
  639.       TabIndex        =   7
  640.       ToolTipText     =   "Blue value for above color"
  641.       Top             =   3540
  642.       Width           =   555
  643.    End
  644.    Begin VB.TextBox txtR 
  645.       Alignment       =   1  'Right Justify
  646.       BackColor       =   &H000000C0&
  647.       BeginProperty Font 
  648.          Name            =   "Courier New"
  649.          Size            =   12
  650.          Charset         =   0
  651.          Weight          =   400
  652.          Underline       =   0   'False
  653.          Italic          =   0   'False
  654.          Strikethrough   =   0   'False
  655.       EndProperty
  656.       ForeColor       =   &H00FFFFFF&
  657.       Height          =   375
  658.       Left            =   960
  659.       TabIndex        =   5
  660.       ToolTipText     =   "Red value for above color"
  661.       Top             =   3540
  662.       Width           =   555
  663.    End
  664.    Begin VB.CommandButton cmdChange 
  665.       Height          =   735
  666.       Left            =   240
  667.       Style           =   1  'Graphical
  668.       TabIndex        =   0
  669.       ToolTipText     =   "Change the Background Color"
  670.       Top             =   120
  671.       Width           =   675
  672.    End
  673.    Begin VB.PictureBox picColor 
  674.       BackColor       =   &H00C0C0C0&
  675.       Height          =   1755
  676.       Left            =   180
  677.       ScaleHeight     =   1695
  678.       ScaleWidth      =   4155
  679.       TabIndex        =   11
  680.       TabStop         =   0   'False
  681.       ToolTipText     =   "Current color"
  682.       Top             =   300
  683.       Width           =   4215
  684.       Begin VB.Label lblAdj 
  685.          Alignment       =   2  'Center
  686.          Appearance      =   0  'Flat
  687.          BackColor       =   &H80000005&
  688.          Caption         =   "+20"
  689.          BeginProperty Font 
  690.             Name            =   "Arial"
  691.             Size            =   9.75
  692.             Charset         =   0
  693.             Weight          =   400
  694.             Underline       =   0   'False
  695.             Italic          =   -1  'True
  696.             Strikethrough   =   0   'False
  697.          EndProperty
  698.          ForeColor       =   &H80000008&
  699.          Height          =   435
  700.          Index           =   7
  701.          Left            =   3540
  702.          TabIndex        =   73
  703.          ToolTipText     =   "Click to adjust brightness"
  704.          Top             =   1050
  705.          Width           =   435
  706.       End
  707.       Begin VB.Label lblAdj 
  708.          Alignment       =   2  'Center
  709.          Appearance      =   0  'Flat
  710.          BackColor       =   &H80000005&
  711.          Caption         =   "+15"
  712.          BeginProperty Font 
  713.             Name            =   "Arial"
  714.             Size            =   9.75
  715.             Charset         =   0
  716.             Weight          =   400
  717.             Underline       =   0   'False
  718.             Italic          =   -1  'True
  719.             Strikethrough   =   0   'False
  720.          EndProperty
  721.          ForeColor       =   &H80000008&
  722.          Height          =   435
  723.          Index           =   6
  724.          Left            =   3120
  725.          TabIndex        =   72
  726.          ToolTipText     =   "Click to adjust brightness"
  727.          Top             =   1050
  728.          Width           =   435
  729.       End
  730.       Begin VB.Label lblAdj 
  731.          Alignment       =   2  'Center
  732.          Appearance      =   0  'Flat
  733.          BackColor       =   &H80000005&
  734.          Caption         =   "+10"
  735.          BeginProperty Font 
  736.             Name            =   "Arial"
  737.             Size            =   9.75
  738.             Charset         =   0
  739.             Weight          =   400
  740.             Underline       =   0   'False
  741.             Italic          =   -1  'True
  742.             Strikethrough   =   0   'False
  743.          EndProperty
  744.          ForeColor       =   &H80000008&
  745.          Height          =   435
  746.          Index           =   5
  747.          Left            =   2700
  748.          TabIndex        =   71
  749.          ToolTipText     =   "Click to adjust brightness"
  750.          Top             =   1050
  751.          Width           =   435
  752.       End
  753.       Begin VB.Label lblAdj 
  754.          Alignment       =   2  'Center
  755.          Appearance      =   0  'Flat
  756.          BackColor       =   &H80000005&
  757.          Caption         =   "+5"
  758.          BeginProperty Font 
  759.             Name            =   "Arial"
  760.             Size            =   9.75
  761.             Charset         =   0
  762.             Weight          =   400
  763.             Underline       =   0   'False
  764.             Italic          =   -1  'True
  765.             Strikethrough   =   0   'False
  766.          EndProperty
  767.          ForeColor       =   &H80000008&
  768.          Height          =   435
  769.          Index           =   4
  770.          Left            =   3540
  771.          TabIndex        =   70
  772.          ToolTipText     =   "Click to adjust brightness"
  773.          Top             =   615
  774.          Width           =   435
  775.       End
  776.       Begin VB.Label lblAdj 
  777.          Alignment       =   2  'Center
  778.          Appearance      =   0  'Flat
  779.          BackColor       =   &H80000005&
  780.          Caption         =   "-5"
  781.          BeginProperty Font 
  782.             Name            =   "Arial"
  783.             Size            =   9.75
  784.             Charset         =   0
  785.             Weight          =   400
  786.             Underline       =   0   'False
  787.             Italic          =   -1  'True
  788.             Strikethrough   =   0   'False
  789.          EndProperty
  790.          ForeColor       =   &H80000008&
  791.          Height          =   435
  792.          Index           =   3
  793.          Left            =   2700
  794.          TabIndex        =   69
  795.          ToolTipText     =   "Click to adjust brightness"
  796.          Top             =   615
  797.          Width           =   435
  798.       End
  799.       Begin VB.Label lblAdj 
  800.          Alignment       =   2  'Center
  801.          Appearance      =   0  'Flat
  802.          BackColor       =   &H80000005&
  803.          Caption         =   "-10"
  804.          BeginProperty Font 
  805.             Name            =   "Arial"
  806.             Size            =   9.75
  807.             Charset         =   0
  808.             Weight          =   400
  809.             Underline       =   0   'False
  810.             Italic          =   -1  'True
  811.             Strikethrough   =   0   'False
  812.          EndProperty
  813.          ForeColor       =   &H80000008&
  814.          Height          =   435
  815.          Index           =   2
  816.          Left            =   3540
  817.          TabIndex        =   68
  818.          ToolTipText     =   "Click to adjust brightness"
  819.          Top             =   180
  820.          Width           =   435
  821.       End
  822.       Begin VB.Label lblAdj 
  823.          Alignment       =   2  'Center
  824.          Appearance      =   0  'Flat
  825.          BackColor       =   &H80000005&
  826.          Caption         =   "-15"
  827.          BeginProperty Font 
  828.             Name            =   "Arial"
  829.             Size            =   9.75
  830.             Charset         =   0
  831.             Weight          =   400
  832.             Underline       =   0   'False
  833.             Italic          =   -1  'True
  834.             Strikethrough   =   0   'False
  835.          EndProperty
  836.          ForeColor       =   &H80000008&
  837.          Height          =   435
  838.          Index           =   1
  839.          Left            =   3120
  840.          TabIndex        =   67
  841.          ToolTipText     =   "Click to adjust brightness"
  842.          Top             =   180
  843.          Width           =   435
  844.       End
  845.       Begin VB.Label lblAdj 
  846.          Alignment       =   2  'Center
  847.          Appearance      =   0  'Flat
  848.          BackColor       =   &H80000005&
  849.          Caption         =   "-20"
  850.          BeginProperty Font 
  851.             Name            =   "Arial"
  852.             Size            =   9.75
  853.             Charset         =   0
  854.             Weight          =   400
  855.             Underline       =   0   'False
  856.             Italic          =   -1  'True
  857.             Strikethrough   =   0   'False
  858.          EndProperty
  859.          ForeColor       =   &H80000008&
  860.          Height          =   435
  861.          Index           =   0
  862.          Left            =   2700
  863.          TabIndex        =   66
  864.          ToolTipText     =   "Click to adjust brightness"
  865.          Top             =   180
  866.          Width           =   435
  867.       End
  868.       Begin VB.Label lblText 
  869.          AutoSize        =   -1  'True
  870.          BackStyle       =   0  'Transparent
  871.          Caption         =   "Dk Gray"
  872.          BeginProperty Font 
  873.             Name            =   "Times New Roman"
  874.             Size            =   9.75
  875.             Charset         =   0
  876.             Weight          =   400
  877.             Underline       =   0   'False
  878.             Italic          =   0   'False
  879.             Strikethrough   =   0   'False
  880.          EndProperty
  881.          ForeColor       =   &H00808080&
  882.          Height          =   225
  883.          Index           =   15
  884.          Left            =   1800
  885.          TabIndex        =   29
  886.          Top             =   1320
  887.          Width           =   645
  888.       End
  889.       Begin VB.Label lblText 
  890.          AutoSize        =   -1  'True
  891.          BackStyle       =   0  'Transparent
  892.          Caption         =   "Gray"
  893.          BeginProperty Font 
  894.             Name            =   "Times New Roman"
  895.             Size            =   9.75
  896.             Charset         =   0
  897.             Weight          =   400
  898.             Underline       =   0   'False
  899.             Italic          =   0   'False
  900.             Strikethrough   =   0   'False
  901.          EndProperty
  902.          ForeColor       =   &H00C0C0C0&
  903.          Height          =   225
  904.          Index           =   14
  905.          Left            =   1140
  906.          TabIndex        =   28
  907.          Top             =   1320
  908.          Width           =   375
  909.       End
  910.       Begin VB.Label lblText 
  911.          AutoSize        =   -1  'True
  912.          BackStyle       =   0  'Transparent
  913.          Caption         =   "Navy"
  914.          BeginProperty Font 
  915.             Name            =   "Times New Roman"
  916.             Size            =   9.75
  917.             Charset         =   0
  918.             Weight          =   400
  919.             Underline       =   0   'False
  920.             Italic          =   0   'False
  921.             Strikethrough   =   0   'False
  922.          EndProperty
  923.          ForeColor       =   &H00800000&
  924.          Height          =   225
  925.          Index           =   13
  926.          Left            =   1800
  927.          TabIndex        =   27
  928.          Top             =   840
  929.          Width           =   435
  930.       End
  931.       Begin VB.Label lblText 
  932.          AutoSize        =   -1  'True
  933.          BackStyle       =   0  'Transparent
  934.          Caption         =   "Violet"
  935.          BeginProperty Font 
  936.             Name            =   "Times New Roman"
  937.             Size            =   9.75
  938.             Charset         =   0
  939.             Weight          =   400
  940.             Underline       =   0   'False
  941.             Italic          =   0   'False
  942.             Strikethrough   =   0   'False
  943.          EndProperty
  944.          ForeColor       =   &H00FF00FF&
  945.          Height          =   225
  946.          Index           =   12
  947.          Left            =   1140
  948.          TabIndex        =   26
  949.          Top             =   840
  950.          Width           =   465
  951.       End
  952.       Begin VB.Label lblText 
  953.          AutoSize        =   -1  'True
  954.          BackStyle       =   0  'Transparent
  955.          Caption         =   "Teal"
  956.          BeginProperty Font 
  957.             Name            =   "Times New Roman"
  958.             Size            =   9.75
  959.             Charset         =   0
  960.             Weight          =   400
  961.             Underline       =   0   'False
  962.             Italic          =   0   'False
  963.             Strikethrough   =   0   'False
  964.          EndProperty
  965.          ForeColor       =   &H00808000&
  966.          Height          =   225
  967.          Index           =   11
  968.          Left            =   1800
  969.          TabIndex        =   25
  970.          Top             =   600
  971.          Width           =   345
  972.       End
  973.       Begin VB.Label lblText 
  974.          AutoSize        =   -1  'True
  975.          BackStyle       =   0  'Transparent
  976.          Caption         =   "Lt Blue"
  977.          BeginProperty Font 
  978.             Name            =   "Times New Roman"
  979.             Size            =   9.75
  980.             Charset         =   0
  981.             Weight          =   400
  982.             Underline       =   0   'False
  983.             Italic          =   0   'False
  984.             Strikethrough   =   0   'False
  985.          EndProperty
  986.          ForeColor       =   &H00FFFF00&
  987.          Height          =   225
  988.          Index           =   10
  989.          Left            =   1140
  990.          TabIndex        =   24
  991.          Top             =   600
  992.          Width           =   570
  993.       End
  994.       Begin VB.Label lblText 
  995.          AutoSize        =   -1  'True
  996.          BackStyle       =   0  'Transparent
  997.          Caption         =   "Mustard"
  998.          BeginProperty Font 
  999.             Name            =   "Times New Roman"
  1000.             Size            =   9.75
  1001.             Charset         =   0
  1002.             Weight          =   400
  1003.             Underline       =   0   'False
  1004.             Italic          =   0   'False
  1005.             Strikethrough   =   0   'False
  1006.          EndProperty
  1007.          ForeColor       =   &H00008080&
  1008.          Height          =   225
  1009.          Index           =   9
  1010.          Left            =   1800
  1011.          TabIndex        =   23
  1012.          Top             =   1080
  1013.          Width           =   690
  1014.       End
  1015.       Begin VB.Label lblText 
  1016.          AutoSize        =   -1  'True
  1017.          BackStyle       =   0  'Transparent
  1018.          Caption         =   "Yellow"
  1019.          BeginProperty Font 
  1020.             Name            =   "Times New Roman"
  1021.             Size            =   9.75
  1022.             Charset         =   0
  1023.             Weight          =   400
  1024.             Underline       =   0   'False
  1025.             Italic          =   0   'False
  1026.             Strikethrough   =   0   'False
  1027.          EndProperty
  1028.          ForeColor       =   &H0000FFFF&
  1029.          Height          =   225
  1030.          Index           =   8
  1031.          Left            =   1140
  1032.          TabIndex        =   22
  1033.          Top             =   1080
  1034.          Width           =   540
  1035.       End
  1036.       Begin VB.Label lblText 
  1037.          AutoSize        =   -1  'True
  1038.          BackStyle       =   0  'Transparent
  1039.          Caption         =   "Green"
  1040.          BeginProperty Font 
  1041.             Name            =   "Times New Roman"
  1042.             Size            =   9.75
  1043.             Charset         =   0
  1044.             Weight          =   400
  1045.             Underline       =   0   'False
  1046.             Italic          =   0   'False
  1047.             Strikethrough   =   0   'False
  1048.          EndProperty
  1049.          ForeColor       =   &H00008000&
  1050.          Height          =   225
  1051.          Index           =   7
  1052.          Left            =   1800
  1053.          TabIndex        =   21
  1054.          Top             =   360
  1055.          Width           =   465
  1056.       End
  1057.       Begin VB.Label lblText 
  1058.          AutoSize        =   -1  'True
  1059.          BackStyle       =   0  'Transparent
  1060.          Caption         =   "Lime"
  1061.          BeginProperty Font 
  1062.             Name            =   "Times New Roman"
  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.          ForeColor       =   &H0000FF00&
  1071.          Height          =   225
  1072.          Index           =   6
  1073.          Left            =   1140
  1074.          TabIndex        =   20
  1075.          Top             =   360
  1076.          Width           =   375
  1077.       End
  1078.       Begin VB.Label lblText 
  1079.          AutoSize        =   -1  'True
  1080.          BackStyle       =   0  'Transparent
  1081.          Caption         =   "Brown"
  1082.          BeginProperty Font 
  1083.             Name            =   "Times New Roman"
  1084.             Size            =   9.75
  1085.             Charset         =   0
  1086.             Weight          =   400
  1087.             Underline       =   0   'False
  1088.             Italic          =   0   'False
  1089.             Strikethrough   =   0   'False
  1090.          EndProperty
  1091.          ForeColor       =   &H00000080&
  1092.          Height          =   225
  1093.          Index           =   5
  1094.          Left            =   1800
  1095.          TabIndex        =   19
  1096.          Top             =   120
  1097.          Width           =   525
  1098.       End
  1099.       Begin VB.Label lblText 
  1100.          AutoSize        =   -1  'True
  1101.          BackStyle       =   0  'Transparent
  1102.          Caption         =   "Red"
  1103.          BeginProperty Font 
  1104.             Name            =   "Times New Roman"
  1105.             Size            =   9.75
  1106.             Charset         =   0
  1107.             Weight          =   400
  1108.             Underline       =   0   'False
  1109.             Italic          =   0   'False
  1110.             Strikethrough   =   0   'False
  1111.          EndProperty
  1112.          ForeColor       =   &H000000FF&
  1113.          Height          =   225
  1114.          Index           =   4
  1115.          Left            =   1140
  1116.          TabIndex        =   18
  1117.          Top             =   120
  1118.          Width           =   315
  1119.       End
  1120.       Begin VB.Label lblText 
  1121.          BackStyle       =   0  'Transparent
  1122.          Caption         =   "Purple Text"
  1123.          BeginProperty Font 
  1124.             Name            =   "Times New Roman"
  1125.             Size            =   9.75
  1126.             Charset         =   0
  1127.             Weight          =   400
  1128.             Underline       =   0   'False
  1129.             Italic          =   0   'False
  1130.             Strikethrough   =   0   'False
  1131.          EndProperty
  1132.          ForeColor       =   &H00800080&
  1133.          Height          =   255
  1134.          Index           =   3
  1135.          Left            =   120
  1136.          TabIndex        =   17
  1137.          Top             =   1320
  1138.          Width           =   1005
  1139.       End
  1140.       Begin VB.Label lblText 
  1141.          BackStyle       =   0  'Transparent
  1142.          Caption         =   "Blue Text"
  1143.          BeginProperty Font 
  1144.             Name            =   "Times New Roman"
  1145.             Size            =   9.75
  1146.             Charset         =   0
  1147.             Weight          =   400
  1148.             Underline       =   0   'False
  1149.             Italic          =   0   'False
  1150.             Strikethrough   =   0   'False
  1151.          EndProperty
  1152.          ForeColor       =   &H00FF0000&
  1153.          Height          =   255
  1154.          Index           =   2
  1155.          Left            =   120
  1156.          TabIndex        =   16
  1157.          Top             =   1080
  1158.          Width           =   1005
  1159.       End
  1160.       Begin VB.Label lblText 
  1161.          BackStyle       =   0  'Transparent
  1162.          Caption         =   "White Text"
  1163.          BeginProperty Font 
  1164.             Name            =   "Times New Roman"
  1165.             Size            =   9.75
  1166.             Charset         =   0
  1167.             Weight          =   400
  1168.             Underline       =   0   'False
  1169.             Italic          =   0   'False
  1170.             Strikethrough   =   0   'False
  1171.          EndProperty
  1172.          ForeColor       =   &H00FFFFFF&
  1173.          Height          =   255
  1174.          Index           =   1
  1175.          Left            =   120
  1176.          TabIndex        =   15
  1177.          Top             =   840
  1178.          Width           =   1005
  1179.       End
  1180.       Begin VB.Label lblText 
  1181.          BackStyle       =   0  'Transparent
  1182.          Caption         =   "Black Text"
  1183.          BeginProperty Font 
  1184.             Name            =   "Times New Roman"
  1185.             Size            =   9.75
  1186.             Charset         =   0
  1187.             Weight          =   400
  1188.             Underline       =   0   'False
  1189.             Italic          =   0   'False
  1190.             Strikethrough   =   0   'False
  1191.          EndProperty
  1192.          ForeColor       =   &H00000000&
  1193.          Height          =   255
  1194.          Index           =   0
  1195.          Left            =   120
  1196.          TabIndex        =   14
  1197.          Top             =   600
  1198.          Width           =   1005
  1199.       End
  1200.    End
  1201.    Begin VB.Label lblBlend 
  1202.       BackColor       =   &H00FFFFFF&
  1203.       Height          =   255
  1204.       Index           =   14
  1205.       Left            =   45         =   45         =   45 45 n
  1206.    45 45 n
  1207.  n        Width           =   1005
  1208.       End
  1209.    End
  1210.    Begin VB.Label lblBlend 
  1211.       BackColor       =   &H00FFFFFF&
  1212.       Height          =   255
  1213.       In    TabIndexnk.eth
  1214.       End
  1215.    End
  1216.    Begin VB.Label lblBlend 
  1217.       BackColor       =   &H00FFFFFF&
  1218.       Height          =   255
  1219.       Index           =   14
  1220.       Left            =   45         =   45         =   45 4n180
  1221.       ScaleHeight     =   1695
  1222.       ScaleWidth      =   41UWidth5     We    7als(er    013Bd 
  1223.       BackColor       =   &H00FFFFFF&
  1224.       Height          =   255
  1225.       Index           =   14
  1226.       Left            =   45         =   45         =   45 4n180
  1227.       ScaleHeight     =   1695
  1228.       ScaleWidth      =   41UWidth5     We    7als(er   x  We    7als(er   x  We1005
  1229.       End74n Pertyal40ansparent
  1230.     Name            =   "Times New Roman"
  1231.             Size            =   9.75
  1232.             Charset         =   0
  1233.             Weight          =   400
  1234.             Underline       =   0   'False
  1235.             Italic          =   0   'False
  1236.             StrikBabel lblText 
  1237.          BackStyle       =   0  'Transparent
  1238.          Caption         =   "Black Text"
  1239.          BeginProperty Font 
  1240.             Name            =   "Times New Roman"
  1241.             Size            =   9.75
  1242.             Charset         =   0
  1243.        .2      07fPe40
  1244.          TabIndex        =   26
  1245.          Top          50
  1246.          Width      ikBabel lblText 
  1247.          BackStyle       =   0  'Transparent
  1248.          Caption         =   "Black Text"
  1249.          BeginProperty Font 
  1250.             Name            =   "Times New Roman"
  1251.             Size            =   9.75
  1252.             Charset         =    I    a54brent
  1253.          Caption         =   "Blue Text"
  1254.          BeginProperty Font 
  1255.             Name            =   "Times New Roman"
  1256.             Size            =   9.75
  1257.             Charset         =   0
  1258.             Weight          =   400
  1259.             Underlieight          = Index     
  1260.          BeginPropenieight          = Index    Bi5eight         4ont 
  1261.         s2paset         =  nspar54
  1262.          BeginPropenieight          = Index    Bi5eight         4ont 
  1263.         s2paset         =  nspar54
  1264.          BeginPropenieight   ight         4ont 
  1265.         s2paset         =  nspar54
  1266.          BeginPropenieight   ight         4ont 
  1267.         s2pa        =   0
  1268. M,4fiN'
  1269.             WTexize        N'
  1270.        Cap.e      Underline s2    End       =   "Times New Roman"
  1271.     I  7als(er   x  We    7rty rline       =   0  Cn        =   375
  1272.       Left            =   3240
  1273.       TabInd        =     ns =   0   =   18
  1274.          Top    .)   =   "Ti          =   3
  1275.          L Nes New Roman"
  1276.             Size     4TabInd        =    es New Roman"    255
  1277.      ignoBi5eight         4ont 
  1278.         s2paset         =  nspar54
  1279.          BeginPropenieight    a   400
  1280.             Underlinext"
  1281.          BeginProperty Font 
  1282.             Name            =   "Times New Roman"
  1283.             Size            =   9.75
  1284.             Charset      Ld Name   Lwaset e18=   180
  1285.          Width           =   435
  1286.       End
  1287.       Begin VB.Label lblAdj 
  1288.          Alignment       =   2  'Cente  End
  1289.       Begin VB.Label lblAdj 
  1290.          Alignment       =   2  'Cente  End
  1291.       Begin VB.Label lblAdj 
  1292.          Alignment       =   2  'Cente  End
  1293.       Begin VB.Label lblAdj 
  1294.          Alignment       =   2  'Cente  End
  1295.       Begin VB.Label lblAd     Alignment       =   2  'Cente  End
  1296.       Begin VB.Label   L Nes New Roman"
  1297.             Size     4TabInd        =    es New Roman"    255
  1298.      ignoBi5eight         4ont 
  1299.         s2paset         =  nspar54
  1300.          BeginPropenieigos1nment lw   Weight          =   407ption         = 0ight  l    BackStyle       =   0  'Transparent
  1301.          Caption         =   "Black Text"
  1302.          BeginPropertygt          =xhh6"nspavsStrikethrough   =   0   'False
  1303.       EndProperty
  1304.       ForeColor       =   &H00000000&
  1305.       Height          =   375
  1306.       Left            =   2100
  1307.       TabIndex        =   6
  1308.       ToolTipText     =   "Green value for above color"
  1309.       Top                  "Times New Roman"
  1310.     I  7als(er   x  We    7rty rline       =   0  Cn        =   375
  1311.       Left            =   3240
  1312.       TabInd or above color"
  1313.       Top  yle       =   0  'Trans     yle    Green value for above color"
  1314.     1lue    UpStylTransparent
  1315. Alih lack Tex19&7u        Italic          =   0   'False
  1316.          Strikethrough   =   0   'False
  1317.       En n     B3 0   'False
  1318.       En n     B3 0   'False
  1319.       En n     B3 0   'False
  1320.       En n     B3 0   'False
  1321.       En n     B3 0   'False
  1322.       En n     B3 0   'False
  1323.       En n  00FFFFFF&
  1324.       Heigh           =fn     B3 0n5.)Ck
  1325.             Name           nlse
  1326.            Name         a=fn   cD         Su"
  1327.        y
  1328.    u     Name         a=fn   cD         Su"
  1329.    nalse
  1330.       En n     B3 0   'False
  1331.       En n     B3 0   'Falset1Li"Igh   =st5G        a=fn   cD         Su"
  1332.    nalse
  1333.       En n     B3 0   'False
  1334.       En n     B3 0   'Falset1Li"Igh   =st5G        a=fn   cD         Su"
  1335.    nalse
  1336.       En n     B3 0   'False
  1337. -0l lbl
  1338.       En n     B3 0  frline       =   0 islignment       =   2  'Cente  End
  1339.       Begin VB.Label lblA
  1340.   0gh   ,dalse
  1341.       En n     B3 0   'False
  1342.       En n     B3 0   'False
  1343.       1_4 5  'False
  1344.   xt     =   "Greeatygt me         a=fn   cD    0 
  1345.    nanaroperty
  1346.       ForeColor       =   &H00000000&
  1347.       Height   a:5wose
  1348.   .snb
  1349.          Index           =   0
  1350.          Left            =   120
  1351.       L4egin VB.Label lblAdj 
  1352.          Alignment    0 VB., Alignment    0 VB., AlignmenWidth           =  i e Under=  i e Under na       =   9.75
  1353.             C
  1354.       En n     B3 0   'False
  1355.       En n     B3 0   'False
  1356.       1_4 5  'False
  1357.   xt     =   "Greeatygt me         a=fn   cD    0 
  1358.    nanaroperty
  1359.       ForeColor       =   &H00000000&
  1360.       Height   a:5wose
  1361.   .snb
  1362.          Index           =   0
  1363.      tdC2  'n
  1364.      D   
  1365.     1 BeginPropertygt          =xhh6"nspavsStrikethrough   =   0   'False
  1366.       EndProperty
  1367.       ForeColor       =   &H00000000&
  1368.       Height          =   375
  1369.       Left            =   2100
  1370.       TabIndex        =   6
  1371.       ToolTipText     =   "Green valueText
  1372.       1Calu,0 
  1373.         =   "Arial"
  1374.             Size            =   9.75
  1375.             Charset         =   0
  1376.             Weight          =   400
  1377.             Underline       =   0   'False
  1378.             Itaght   a:5wose
  1379.   .snb
  1380.          Index    nlse2Igh   =st5   2100
  1381. w  'False
  1382.          Strh   se
  1383.  tyHl    5  'False
  1384.   xt     =   "Greeatygt me         a=fn   cD    0 
  1385.    a=fn   cD  ex        =   6
  1386.       ToolT     gr 0 
  1387.    a=fn   cD  ex        =   6
  1388.       ToolT     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T l8P.8P=   0   'False
  1389.             Italic          =   0   'False
  1390.             Strikethrough   =   0   'False
  1391.          EndProperty
  1392.          ForeColor       =   &H00000000&
  1393.          Height          =   255
  1394.          Index           =   0
  1395.          Left           entreCd6   120
  1396.       Width           =   375
  1397.    End
  1398.    Begin VB.TextBox txtVB 
  1399.       BeginProperty Font 
  1400.          Name            =   "Courier New"
  1401.            ToolT     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T l8P.8P=   0   'False
  1402.             Italic          =   0   'False
  1403.             Strikethrough   =   0   'False
  1404.          EndProperty
  1405.          C69.7(anTrans 6eFont 
  1406.  e            =   9.75
  1407.            GIperty
  1408.         5     sh    =  nt     s
  1409.     1 +7se
  1410.   .snb
  1411.          Index           =   0
  1412.          Left            =   120
  1413.       L4egin VB.Label lblAdj 
  1414.          Al8       Appearance      =   0  'Flat
  1415.          BackColor       =   &H80000005&
  1416.          Caption         =   "+20"
  1417.          BeginProperty Font 
  1418.             Name            =   "Arial"
  1419.             Size            =   9.75
  1420.             Charset         =   0
  1421. G =  =   &H00000000&
  1422.    ubel lblAd uFlT     gr8T           =  
  1423.   u        F7T     gr8T     gr8T l8P.8P=   0 c          =         =   9.75
  1424.             Charset         =   0
  1425. G =  =   &H00000000&
  1426.    ubel lblAd uFlT     gr8T           =  
  1427.   u        F7T     gr8T     gr8T l8P 
  1428.         s2li'False
  1429.       En n     B3 0   'False
  1430.       En n     B3 0   'False
  1431.       En n     B3 0   'False
  1432.       En n     B3 0   'False
  1433.       Erance      =   0  'Flat
  1434.          BackColor       =   &H80000005&
  1435.          Caption         =   "+20"
  1436.          BeginProperty Font 
  1437.             Name            =   "Arial"
  1438.             Size            =   9.75
  1439.             Charset         =   0
  1440. G =  =   &H00me              lse
  1441.       "Arial"
  1442.             Size            =   9.75
  1443.             Charset     v5
  1444.  a5547e7em,iB0ihnt           =   9.75
  1445.             Charset         =   0
  1446. G =  =   &H00000000&
  1447.    ubel lblAd uFlT     gr8T           =  
  1448.   u        F7T     gr8T     gr8T l8P 
  1449.         s2li'False
  1450.       En r1000.Sperty F452.d75
  1451.   xB 45 ty Font 
  1452.             Name            =   "Arial"
  1453.             Size            =   9aYs)lStrikethrough   =   0   'False
  1454.          EndProperty
  1455.          C69.7(anTrans 6eFont 
  1456.  e            =   9.75
  1457.            GIperty
  1458.        0008&
  1459. e           Size            =en valueTextr charset     v5
  1460.  a5547e7em,iB0ihnt           =   9.75
  1461.            Caption         =   "+20"
  1462.          BeginProperty Font 
  1463.             Name            =   "Arial"
  1464.             Size            =   9.75
  1465.             Charset         =   0
  1466. G =  =   &H00me              lse
  1467.       "Arial"
  1468.             Size            =   9.u  =   9.u  = )r     = g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Lefi Left  g  Left0000000&
  1469.       Height   Nam   Ga d"
  1470.          Begi0-ant 
  1471.    n ubel lblAd uFlT     gr8T           =  
  1472.   u        F7T     gra 
  1473.   4    Width           =   4215
  1474.       Begin VB.Label lblAdj 
  1475.          Alignment       =   2  'Center
  1476.          Appearance      =   0  'Flat
  1477.          BackColor       =   &H80000005&
  1478.          Caption         =   "+20"
  1479.     00 Sif2-S28T     gr8T     gr8T     gr8T l8P.8P=   0   'False
  1480.             Italic          =   0   'False
  1481.             SteP 
  1482.         s2li'False
  1483.       En r1000.Sperty F452.d75
  1484.   xB 45 ty Font 
  1485.             Name            =   "Arial"
  1486.             Size            =   9aYs)lStrikethrough   =   0   'False
  1487.          EndProperty
  1488.  ial"
  1489. F -lLefi     Italic          =   0   '2G(Height          =   1755
  1490.       Left            =   180
  1491.       ScaleHeight     =   1695
  1492.       ScaleWidth      =   4155
  1493.       TabIndex        =   11
  1494.       TabStop         =   0   'False
  1495.       ToolTipText     =   "Current color"
  1496.       Top             =       k0"
  1497. 7ep      Sid    TabIndex        =   29
  1498.          Top             =   13290ihS2nt ae0         Size       u  1695o0
  1499.    i9x       k5 k5   HC        GI        !e0ginPropl8P 
  1500.    =&crse  &H801  =   11
  1501.     d   F    me            =   rItalic 45 ty Font ycft  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  Left  g  L  g E2 LefC      =   11
  1502.       TabStop         =   0   'False
  1503.       Tooc9.u  =   9.u  = )r     = g  Left"
  1504.             Size            =   9.75
  1505.             Charset         =   0
  1506. G =  =   &H00me              lse
  1507.       "Arial"
  1508.             Size            =   9.u  =   9.u  = )r     = g  Left  g0= g  Left tr LefC    e3   Size       u  1695o0
  1509.    i9x ght   a:5wosbw9f0f2-S28T     ge2w     F       Italic          =   0   'False
  1510.             Strikethroug,o      lse
  1511.       "Arial"
  1512.             Size            =   9.5.         a:5wosbw9foSize            =   9.5.      rse  &H801  =Saox   a:5wosbw9      y
  1513.    u     Name         a=fn2nd
  1514.  a=fn2dF   r8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8Tosbw9foSize            =   9ont 
  1515.    =   9ont 
  1516.    =   9ont 
  1517.    =   9ont 
  1518.    =   9ont 
  1519.    =   9ont 
  1520.    =   9ont 
  1521.    =   9ont 
  1522.    =   9ont 
  1523.    =   9ont 
  1524.    =   9ont 
  1525.    =   9ont 
  1526.    =   9ont 
  1527.    =   9ont 
  1528.    =   9ont 
  1529.    =   9ont 
  1530.    =    =   9ont 
  1531.    =   9ont 
  1532.    =    =   9ont 
  1533.    =   9ont 
  1534.    =    =   9ont 
  1535.    =   9ont 
  1536.    =    =   9ont 
  1537.    =   9ont 
  1538.    =    =   9ont 
  1539.    =   9ont  =   9ont 
  1540.    =   9ont 
  1541. 9ont 
  1542.    =   9ont 
  1543.    =   9ont 
  1544.    =   9ont 
  1545.    =    =   9 
  1546.     9onse     ft"
  1547.       me               =V      "Arial"
  1548.            i 2oy  =  s =  
  1549.    = ont 
  1550.    =   9ont 
  1551.    =   9ont 
  1552.    =   9ont 
  1553.    =   9ont 
  1554.    =   9ont 
  1555.    =   9ont 
  1556.    =   9ont 
  1557.    =   9ont ont 
  1558.    =   9ont 
  1559.    =   9ont " Roman"    255
  1560.      ignoBi5ei Si 
  1561.     9onse     ft"
  1562.     9onse     ft"
  1563.  Strike9    =   9o75
  1564.        ce      s  ft"
  1565. a7Bei Si e9  uFwo90ihS2na
  1566.    =   9o7 e9  uFwo90ihS2na
  1567.    =   9o7 e9  uFwo90ihS2na
  1568.    =   9o7 e9  uFwo90ihS2na
  1569.    =   9o7 e9  uFwo90ihS2na
  1570.    =   9o7 e9  uFwo90ihS2na
  1571.    =   9o7 e9  uFw  b5&
  1572.          Caption    i  9onse     ft"
  1573.  Strike9    =   9o75
  1574.        ce      s  ft"
  1575. a7Bei Si e9  uFwo90ihS2na
  1576.    =   9o7 e9  uFwo90ihS2na
  1577.    =   9o7 e9  uFwo90ihS2na
  1578.    =   9o7 e9  uFwo90ihS2na
  1579.    =   9o7 e9  uFwo90ihS2na
  1580.    =   9o7 e9  uFwo90ihS2na
  1581.    =   9o7 e9  uFiocGIperty
  1582.   e9 Strike9    =   9o75
  1583.    s40ggnoBi5ei Si 
  1584.     9onse     ft"
  1585.     9onse     ft"
  1586. a5  ft"
  1587.     9onse     ft"
  1588. a5  ft"
  1589.     9onse     ft"
  1590. a5  ft"
  1591.     9onse     ft"
  1592. a5  ft"
  1593.     9onse     ft"
  1594. a5  ftn
  1595.     In      =   94215
  1596.       Begin Va)      l9onse     ft"
  1597. a5  ft"
  1598.     9onse     ft"
  1599. a5  ftn
  1600.     In      =   94215
  1601.       Begin Va)      l9onse     ft"
  1602. a5  ft"
  1603.     9onse     ft"
  1604. a5  ftn
  1605.     In      =   94215
  1606.       Begin Va)      l9onse     ftn  =   11
  1607.     d   F    me            =   rItalic 45 ty Font yc5
  1608.    s40ggnoBi5ei Si 
  1609.     9onse     ft"
  1610. a5  ftn
  1611.     In      =   94215
  1612.       Begin Va)      l9onse     ftn  =   11
  1613.     d   F    me            =   rItalic 45 ty Font yc5
  1614.    s40ggnoBi5ei Si 
  1615.     9onse     ft"
  1616. a5  ftn
  1617.     In      =  0"
  1618. F =   9o75
  1619.    s40ggnoBi5ei Si 
  1620.     9onse     ft"
  1621.     9onse 5ei Se  xt     =   "Greeatyg   11
  1622.       TabStop         =   0   'False
  1623.       ToolTipText     =   "Current color"
  1624.       Top             =       k0"
  1625. 7ep      Sid    TabIndex        =   2        =   2      =9  IndefcpXv T2"at  =9  IndefcpXv T2"at  =9  IndefcpXv T2"at  =9  IndefcpXv T2"at  =9  IndefcpXv T2"at  =9  IndefcpXv T2"at  =9  IndefcpXv T2"at  =9  IndefcpXv T2"at  =9  IndefcpXvfvt 
  1626.   IndefcpXv T2"at  =9  IndefcpXv T2"at  =9  IndefcpXvfvt 
  1627.   IndefcpXv T2"at  =9  IndefcpXv T2"at  =9  IndefcpXvfvt 
  1628.   ame   valueTextr charset     v5
  1629.  a5547e7em,iB0ia4  =9  IndefcpU   0efc(" Si 
  1630.     9onse     fpndefcpXv T2"at  =9  IndefcpXv T 9onse     fpndefcpXv T2"at  aIh     wi3e
  1631.       En n     B3 0   'False
  1632. -0l lbl
  1633.       En n     B3 0  frline       =   0 islignment       =   2  'Cente  End
  1634.       Begin VB.La&"
  1635.             Si
  1636. -0l lbl
  1637.       En n     B3 0  frline       =   0 islignment       =   2  'Cente  End
  1638.       Begin VB.La&"
  1639.             Si
  1640. -0l lbl
  1641.       En n     B3 0  frline       =   0 islignment       =   2  'Cente  End
  1642.       Begin VB.La&"
  1643.             Si
  1644. -0l lbl
  1645.     3O=  =   &H00me              lse
  1646.       "Arial"
  1647.             Size            =   9.u  =   9.u  = )r     = g  Left  g  LeCo v5
  1648.  a5g  LL " Roman"    255
  1649. U      buNioiu42  End
  1650.    End
  1651.    BegmFalse
  1652.       ToolTipText     =e1owc,nt 
  1653.    =5Fine       =   0 islignment    c        a=fn2nd
  1654.  a=fn2dF   r8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8Tosbw9foSize            =   9ont 
  1655.    =   9ont 
  1656.    =   9ont 
  1657.    0  2        =   2      =9  IndefcpXv T2"at  =9  IndefcpXv T2"at  =9  IndefcpXv snvep  =9  IndefcpXv T2"at  =9  IndefcpXv snvep  =9  IndefcpXv T2"at  =9  IndefcpXv snvep  =9  IndefcpXv T2"at  =9  IndefcpXv snvep  =9  IndefcpXv T2"at  =9  IndefcpXv snvep  =9  IndefcpXv T2"at  =9  IndefcpXv snvep  =9  IndefcpXv T2"at  =9  IndefcpXv snvep  =9  H          =   9.u  =   9.u  = )r     = g  Left  g0= g  Left tr LefC    e3   Size       u  1695o0
  1658.    i9x ght   a:5wosbw9f0f2-S28T     ge2w    g6"iei 0  C     s40ggnoBi5ei Si 
  1659.     9onse     ft"
  1660. a5  ftn
  1661.     In      =   94215
  1662.       Begin Va)      l9onse     ftn  =   11
  1663.     d   F    me            =   rItalic 45 ty Font yc5
  1664.    s40ggnoBi5ei Si 
  1665.     9onse     ft"
  1666. a5  ftn
  1667.     In      =  0"
  1668. F =   9o75
  1669.    s-e5 0  C     s40Yda ToolTipTe   gtndefcpXv T2"at  =9  IndefcpXv T2"at  =9  IndefcpXv snvep  =9  IndefcpXv T2"at  =9  IndefcpXv snvep  =9  IndefcpXv T2"at  =9  IndefcpXv snvep  =9  IndefcpXv T2"at  =9  IndefcpXv snvep  =9  IndefcpXv T2"at  =9  IndefcpXv snvep  =9  IndefcpXv T2"at  =9  Indefcp
  1670.    idefcp
  1671.    idefcp
  1672.    idefcp
  1673.    idefcp
  1674.    idefcp
  1675.    idefcp
  1676.    idefcp
  1677.    idefcp
  1678.    idefcp
  1679.    idefcp
  1680.    idefcp
  1681.    idefcp
  1682.    idefcp
  1683.    idefcp
  1684.    idefcp
  1685.    idefcp
  1686.    idefcp
  1687.    idefcp 
  1688.    =   9ont 
  1689.    =   9ont 
  1690.  ke9    =   9o75
  1691.        ce      Irn      =  0"y c&3      =   375
  1692.       Left            =   2100
  1693.       TabIndex        =   6
  1694.       ToolTipText     =   "Green value for above color"
  1695.       Top   oFalhdefcpX+ oFaAN2"atLefcp
  1696.    idefcp
  1697.    idefcp
  1698.    idefcp
  1699.    idefcp
  1700.    idefcp
  1701.    idefcp
  1702.    idefcp
  1703.    idefcp
  1704.    idefcp 
  1705.    =   9ont 
  1706.    =   9ont 
  1707.  ke9    =   9o75
  1708.        ceove5 45 nad T2"at  =9  IndefcpXv T2"at  =9  ndefce  =9  ndefce  =9  ndefce  =9  ndefce  =9  ndefce  =9  ndefce  =9  ndefce  =9  ndefce  =9  nnupR,    ge2w     F       Italic          =   0   'False
  1709.             Strikethroug,o      lse
  1710.       "Arial"
  1711.             Size            =   9.5.         a:5wosbw9foSize            =   9.5.      rse  &H801  =Saox   a:5wosbw9      y
  1712.    u     Name         a=fn2ndcSSt 
  1713.   0l lbl
  1714.       En n     B3 0  frline       =   0 islignment       =   2  'Cente  End
  1715.       Begin VB.La&"
  1716.             Si
  1717. -0l lbl
  1718.       En n     B3 0  frline       =   0 islignment       =   2  'Cente  End
  1719.       Begin VB.La&"
  1720.             Si
  1721. -0l lbl
  1722.     3O=d     =   9.5d0     =   f>fcp 
  1723. ntU            Strikethroug,o      lse
  1724.       "Arial"
  1725.             Size            =   9.5.         a:5wosbw9foSize  7   so      Strikethroug,o      lse
  1726.       "Arial"
  1727.             Size            =   9.5.         a:5wosbw9foSize  7   so      Strikethroug,o      lse
  1728.       "Arial"
  1729.             Size         "Ari7TeFalse
  1730.             Strikethroug,o      lse
  1731.       "Arial"
  1732.             Size            =   9.5.         a:5wosbw9foSize            =   9.5.      rse  &H801  =Saox   a:5wosbw9      y
  1733.    u     Name         a=fn2ndcSSe6Xc En n     B3 0 3OoteT:i  9onsend
  1734. 0=g2 TabInat"
  1735. 2"2Saox   a:5wosbw9      y
  1736.    u     Name         a=fn2ndcSSe6Xc En n     B3 0 3OoteT:i  9onsend
  1737. 0=g2 TabInat"
  1738. 2"2Saox   a:5wosbw9      y
  1739.    u     Na  Size            =   9.5. pe9  uFwo90ihS2na
  1740.    =   9o7 e9  uFwo90ihS2na
  1741.    =   9o7 e9  uFwo90ihS2na
  1742.    =   9o7 e9  uFwo90ihS2na
  1743.    =   9o7 e9  uFiocGIperty
  1744.   e9 Strike9    =   9o75
  1745.    s40ggnoBi5ei Si 
  1746.     9onse     ft"
  1747.     9onse     ft"
  1748. a$       =   kSnse     ft"
  1749. a$       g  =   9o75
  1750.    s40ggnoBi5ei ; e     ft"
  1751. a$  tlB3 0a   =   0 isl1lt          O    O    O    O    O yhdefc"
  1752. a$  tlB)1'
  1753.    =   9o7 e9  uFiocGIperty
  1754.   e9 Strike9    =   9o75
  1755.    s40ggnoBi5ei Si 
  1756.     9onse     ft"
  1757.     9onse
  1758.    _,
  1759.   &eUUUUUUUmbg  =      :i  9onsend
  1760. 0=g2 TabInat"
  1761. 2"2Saox   a:5wosbw9      y
  1762.    u     Name         a=fn2ndcSSe6Xc En n     B3 0 3OoteT:i  9onsend
  1763. 0=g2 TabInat"
  1764. 2"2Saox   a:5wosbw9      y
  1765.    u     Na  Size            =   9.5. pe9  uFwo90ihS2na
  1766. 6-v+w   =  9Na  
  1767.  . e9  uFiocGIperty
  1768.   e9 Strike9    =   9o75
  1769.    s40ggnoBi5ei Si 
  1770.     9onse     ft"
  1771.     9onse
  1772.    _,
  1773.   &eUUUUUUUmbg  =      :i  9ons1'
  1774.    =   9o7 e9  uFiocGIperty
  1775.   e9 Strike9    =   9o75
  1776.    s40ggnoBi5eie)G40ggnoBi5ei Si 
  1777.   eap          8   8   8 l8rent
  1778.          Caption         =   "Navy"
  1779.          BeginProperty Font 
  1780.             Name            =   "Times New Roman"
  1781.             Size    C  9onse
  1782.    _,
  1783.   &eUUUUUUUmbg  =      :i  9onsend
  1784. 0=g2 TabInat"
  1785. 2"2Saox   a:5wosbw9      y
  1786.    u     Name         a=fn2ndcSSe6Xc En n     B3 0 3OoteT:i  9onsend
  1787. 0=g2 TabInat"
  1788. 2"2Saox   a:5wosbw9      y
  1789.    u     Na  Size            =   9.5. pe9  uFwo90ihS2n- cdefcp
  1790.    idt doug,EIna1Pi 60ihS2 isuei Si 
  1791.   eap     ti 
  1792.   eap     tioi"Fperty
  1793.   e9 Strik  tioi"Fperty
  1794.   eobIsgorY
  1795.    s40ggnoBi5ei Si 
  1796.     9onse     ft"
  1797.     9onse     ft"
  1798. a$       =   kSnse     ft"
  1799. a$       g  =   9o75
  1800.    s40ggnoBi5ei ; e     ft"
  1801. a$  tlB3 0a   =   Hi tr LefC    e3 DTNam  uFwo90ihS2na
  1802. 6-v+w   =  9Na  
  1803.  . e9  uFiocGIperty
  1804. -U7Na A0ihS28    =e1owc,nt 
  1805.    =5Fine       =   0 islignment    c        a=fn2nd
  1806.  a=fn2dF   r8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8T     gr8Tosbw9foSize            =   9ont 
  1807.    =   9ont 
  1808.    =   9ont 
  1809.    0ihont 
  1810.    0ihont 
  1811.    >   =   9o7 e9  goa tioi"
  1812. a      y
  1813.    u     Na  Size            =   9.5.   ft"
  1814.     9onse     ft"
  1815. a$       =   kSnse     ft"
  1816. a$      s28    =s428 ta5o        5o oei   ft"
  1817. a$  r
  1818. a$      Name         a=fn2nd
  1819.  a=fn2dF Aw8Tosba$      s28  .fn2nd
  1820.  a=fn    ft"
  1821. a$  tlB3 0a   =   Hi tr LefC    e3 DTNam  uFwo90ihS2na
  1822. mA  log_D0n5y DTNam 2o6dn7
  1823.       "Arb s whlrikethroug,o      lse
  1824.       "Arial"
  1825.             Size            =   9.5.         a:5wosbw9foSize            =   9.5.      rse  &H801  =Saox   a:5wosbw9      y
  1826.    u     Name         a=fn2ndcSSe6Xc En n     B3 0 3OoteT:i  9onsend
  1827. 0=g2 TabInat"
  1828. 2"2Saox   a:aSaox   a:5wowsize9  uFiocGIperty
  1829.   e9 Strike9    =   9o75
  1830.    defcp
  1831.    idefcp
  1832.    idefcp
  1833.    idefcp 
  1834.    =   9ont 
  1835.    =   9ont 
  1836.  ke9    =   9o75
  1837.        ceove5 45 nad T2"at  =9  IndefcpXv T2"at  =9  ndefce  =9  ndefce  =9  ndefce  =9  ndefce  n=fn2dF Aw8Tot"
  1838. a$w9      y
  1839.    u     Name         u     Name         a=fn2ndcSSe6Xc En n     B3 0 3OoteT:i  9onsend
  1840. 0=g2 TabIna/
  1841.    0ihont 
  1842.   144&4( (ea0e         a=fn2ndcSSe6Xc En n     B3 0 3OoteT:i  9onsend
  1843. 0=g2 TAri1      Name         a=fn2nd
  1844.  a=fn2dF Aw8Tosba$      s28  .fn2nd
  1845.  a=fn    ft"
  1846. a$  tlB3 0a   =   Hi tr LefC    e3 DTNam  uFwo90ihS2na
  1847. mA  log_D0n5y DTNam 2o6w5t1e9 Strike9    =   9o75
  1848.    defcp
  1849.    idefcp
  1850.    idefcp
  1851.    idefcp 
  1852.    =   9ont 
  1853.    =   9ont 
  1854.  ke9    =   9o75
  1855.        ceove5 45 nad T2"at  =9  IndefcpXvr
  1856. nt.  ft"
  1857. a$  r
  1858. a$      Name         a=fn2nd
  1859.  a=fn2dF Aw8Tosba$      s28  .fn2nd
  1860.  a=fn    ft"
  1861. a$  tlB3 0a   =   Hi tr LefC    e3 DTNam  uFwo90ihS2na
  1862. mA  log_D0n5y DTNam 2o6dn7
  1863.       "Arb s whlrikethroug,o      lse
  1864.       "Arial"
  1865.             Size      C   u     Name         a=fn2ndcSSe6Xc En n     B3 0 3OoteT:i  9ons   =   9 =   9ont 
  1866. a=fnmF  eap  9o7 e9  goa tio2)defcp
  1867.    idefcp 
  1868. nt 4n    ftd
  1869.  a=fn2didefcp 
  1870. nt 4n    f s2DcXc Enn 9ont 
  1871.    =   1    ieV3"C0eOs   gr8T     gr8T     gr8T     gr8T     gr8Tosbw9foSize            =   9ont 
  1872.    =   9ont 
  1873.    =   9ont 
  1874.    0ihont 
  1875.    0ihont 
  1876.    >   =   9o7 e9  24Itop         =  Name         a=fn2ndcSSt 
  1877.   0l lbl
  1878.       En n     B3 0  frline       =   0 islignment       =   2  'Cente  End
  1879.       Begin VB.La&"
  1880.             Si
  1881. -0l lbl
  1882.       En n     B3 0  frline       =   0 islignment       =   2  'Cente  End
  1883.       Begin VB.La&"
  1884.   edefcp 
  1885.    =   9ont 
  1886.    =   9ont 
  1887.  ke9    =   9o75
  1888.        ceove5 45 nad T2"at  =9  IndefcpXvr
  1889. nt.  ft"
  1890. a$  r
  1891. a$      Name         a=fn2nd
  1892.  a=fn2dF Aw8Tosba$      ftd
  1893.  a=fn2didefcp 
  1894. nt 4ngr8T     gr8Tosbw9foSi2  'CenXvr
  1895. nt.  ft"
  1896. a$  r
  1897. a$    4=g2 TabInat"
  1898. 2"2Saox   a:5wosbw9      y
  1899.    u     Name        in VB.La&"
  1900.   edefcp 
  1901.    "izeoVeyTosbw9foSize            =   9ont 
  1902.    =   9ont 
  1903.    =   9ont 
  1904.    0ihont 
  1905.    0ihont 
  1906.    >   =   9o7 e9  24Itop         =  Name         a=fn2ndcSSt 
  1907.   0l lbl
  1908.    a=fn2x(0=9 5   0i=e ffrline       =    a=fn2nd
  1909. 6-v+w   =  9Na  
  1910.  . e9  uFiolse
  1911.       ToolTipText     ae1line       =   0 islignment       =   2  'Cente  End
  1912.       Begih  'Cente  End
  1913.       Begih  'Cente  End
  1914.     lse
  1915.       "Arial"
  1916.             Size            =   9.5.         a:5wosbw9foSize            =   9.5.      rse  &H801  =Saox   a:5wosbw9      y
  1917.    u     Name         a=fn2ndcSSe6Xc En n  "Tig=   9ont 
  1918.    lOtfcp
  1919.    idt douF NacouF n n  "Tig=   9ont 
  1920.    lOtfcp
  1921.   g2 Tp "A5G1     Size            =   9.75
  1922.             Charset         =   0
  1923.             Weight          =   400
  1924.             Underline       =   0   'False
  1925.             Ita
  1926.    ihv+w &Namerai:2n 1005
  1927.  &H801  =Saox   a:5wosbw9      y
  1928.    u     Name         a=fnU        =   -
  1929.  &H801  =Saox   a:5w6"Arb s whlrikethroug,o      lse
  1930. "i01      ToolTipText     ae1line       =   0 islignment       =   2  'Cente  End
  1931.       Begih  'Cente  End
  1932.       Begih  'Cente  End
  1933.     lse
  1934.       "Arial"
  1935.        B3 0 3OoteT:i  9onsend
  1936. "Arial"
  1937.        B3 0 3OoteT:i  9onsend
  1938. "Arfne       4teT:i  9onsend
  1939. "Arfne       4teadonsend
  1940. "Arial"
  1941.        B3 onsend
  1942. 4s NRp:i  9o bR   =   0
  1943.         fRpD
  1944.                                                                   B   :                7tp4pA=   9ont 
  1945.    =   9ont 
  1946.    =   9ont 
  1947.    =   9ont ont 
  1948.    =   9ont 
  1949.    =   9ont " Roman"    255
  1950.      ignoBi5ei Si 
  1951.     9onse     ft"
  1952. N" Roman"    2cvignoBDIg   2cvi ft"
  1953. a5  ftn
  1954.     In      =   94215
  1955.       Begin Va)    
  1956.    0ihont 
  1957.    0il2iont 
  1958. em  fRpD
  1959.                                                                   B   :                7tp4pA=   9ont 
  1960.    =   9ont 
  1961.    =   9ont 
  1962.    =   9ont ont 
  1963.    =   9ont 
  1964.    =   9ont " Roman"    255
  1965.      ignoBi5ei Si 
  1966.     9onse     ft"
  1967. N" Roman"    2cGont 
  1968.    =   9ont 
  1969.    =   9ont " Roman"    255
  1970.      ignoBi5ei Si 
  1971.     9onse     ft"
  1972. N" Roman"    2cGont 
  1973.    =   9ont 
  1974.    =   9o=   9ont 
  1975.    =   9ont 
  1976.    =   9ont ont 
  1977.    =   9ont 
  1978.    =   9ont " Roman"    255
  1979. WreMhs
  1980.    =   9ont 
  1981.    =  9ont 
  1982.    =   9ont " Roman"    255
  1983. WreMhs
  1984.    =   man"  o9=9  IndefcpXvr
  1985. nt.i  -1  ame         a=fn2nd
  1986.  a=fn2dF Aw8Tosba$      ftd
  1987.  a=fn2didefcp 
  1988. nt 4ngr8T     gr8Tosbw9foSi2  'CenXvr
  1989. nt.  ft"
  1990. a$  r
  1991. a$    4=g2 TabInat"
  1992. 2"2Saox   a:5wosbw9      y
  1993.    u     N=g2 TabIsop N=g2 TabIsop N=g2 TabIsop N=g   =C"e=g   =C"e=g   =C"e=g   =C"e=g   =C"e=g   =C"e=g   =C"e=g   =C"e=g   =C"e=g   =C"e=g   =C"e=g la8Tosba$      ftd
  1994.  a=fn2didefcp 
  1995. nt 4ngr8T     gr8Tosbw9foSi2  'CenXvr
  1996. nt.  ft"
  1997. a$  r
  1998. a$    4=g2 TabInat"
  1999. 2"2Saox   a:5wosbw9      y
  2000.    u     N=g2 TabIsop N=g2 TabIsop N=g2 TabIsop N+rrrrrrrrrrrrrt   ft"
  2001. N" Roman"    2cGont 
  2002.    =   9ont 
  2003.    =   9ont " Roman"    255
  2004.     DfcpXvr
  2005. d2h nad T2"at  =9  In      Begih&  =   0   'False
  2006.             Strikethrough   =   0   'False
  2007.          Endk1t 
  2008.    = spOo 
  2009. N" Roman gr8Tosbw9fo1.0   'False
  2010.             Strikethrough   =   0   'False
  2011.          Endk1t 
  2012.    = spOo 
  2013. N" Roman gr8Tosbw9fo1.0   'False
  2014.             Strikethrough   =   0   'False
  2015.          Endk1t 
  2016.    = spOo 
  2017. N" Roman gr8Tosbw9fo1.0   'False
  2018.             Strikethrough   =   2dF Aw8Tosba$      ftd
  2019.  a=fn2didefcp 
  2020. nt 4ngr8T     gr8Tosbw9foSi2  'CenXvr
  2021. nt.  ft"
  2022. a$  r
  2023. a$    4=g2 TabInat"
  2024. a$  rT     gr8Tosbw9foSi2  'CenXvr
  2025. nt.  ft"
  2026. a$t7524"& spOo 
  2027. N" nXvr
  2028. nt.  ft"
  2029. a$  r
  2030. a$    4=g2 TabInat"
  2031. 2"2Saox   a:5wosbw9      y
  2032.    u     Name        in VB.La&"
  2033.   edefcp 
  2034.    "izeoVeyTos5e         a=fn2nd
  2035.  a=fn2dFonsoo6Ne"Ti     gr8T     gr8T    1Ti     gr8T     gr8T    1Ti r;   =   2dF Aw8Tosba$      ftd
  2036.  a=fn2didefcp 
  2037. nt 4ngr8T     gr8Tosbw9foSi2  'CenXvr
  2038. nt.  ft"
  2039. a$  r
  2040. a$    4=g2 TabInat"
  2041. a$  rT     gr8Tosbw9foSi2  'CenXvr
  2042. nt.  ft"
  2043. a$t7524"& spOo 
  2044. N" nXvr
  2045. nt.  ft"
  2046. a$  r
  2047. a$    4=g2 e5(4a$  r
  2048. a$    4=g2 TabInat"
  2049. a$  rT     gr8Tosbw9foSi2  'CenXvr
  2050. nt.  ft"
  2051. a$t7524"& spOo 
  2052. N" nXvr
  2053. nt.  ft" $    4=g2 TabInat"
  2054. a$  f 9.75
  2055.             Charset         =    I    a54brent
  2056.          CaInat"
  2057. a$  rT     gr8Tosbw9foSi2  'CenXvr
  2058. nt.  ft"
  2059. a$t7524"&59it524"oyirrrrrrrrrrrr$Lu sp
  2060.  a=fnPaemrrrrrrr$Lu sp
  2061.  a=fnPae
  2062.     C'2  g    gr8T     gr8T     gr8T     gr8Tosbw9foSize            =   9ont 
  2063.    =   9ont 
  2064.    =   9ont 
  2065.    0ihont 
  2066.    0ihont 
  2067.    >   =   9o7 e9  24Itop         =  Name         a=fn2ndcSSt 
  2068.   0l lbl
  2069.       En n     B3 0  frline       =   0 islignment       =   2  n1dgeUtSo     BeginProperty Font 
  2070.             Name            =   "Times New Roman"
  2071.             Size            =   9.75
  2072.             Charset         =   0
  2073.             Weight          =   400
  2074.             Underline       =   0   'False
  2075.             Italic         "& spOo 
  2076. N" nXvr
  2077. nt.  ft" $    4=g2 TabInat"
  2078. a$  f 9.75
  2079.             Charset         =    I    a54brent
  2080.       
  2081.  (jyrset     islignmentwP1t3p =   9oneOl"
  2082.             Size   slignment       =   2  n1dgeUtSo  1 Size   slignment     opvr
  2083. nt.  ft"
  2084. a$  r
  2085. a$    4=g2 e5(4a$  r
  2086. a$    4=g2 TabInat"
  2087. a$  rT     on2nd
  2088. Begih  'Centetetetetelose
  2089.   .sn n1dgeUtSo     BeginProperty Font 
  2090.             Name     0nu  BeginProperty Font 
  2091.             Name     0nu  BeginProperty Font 
  2092.            SeginProperty Font 
  2093.            SeginPropyXvr
  2094. nt.  fnfC    e3 DTNam  uFwo90ihS2na
  2095. mA  log_D0n5y DTNam 2o6w5t1e9 Strike9    =   9o75
  2096.    defcp
  2097.    idefcp
  2098.    idefcp
  2099.    idefcp 
  2100.    =   9ont 
  2101.    =   9ont 
  2102.  ke9    =   9o75
  2103.        ceove5 45 nad T2"at  =9  IndefcpXvr
  2104. nt.  ft"
  2105. a$  r
  2106. a$      Name         a=fn2n>8Tosbw9fo1.0   'False
  2107.             Strikethrough   =   2dF Aw8Tosba$   ft".0   'False
  2108. drrIe=g   =C"e=gl29    =   9o75
  2109.        ceove5 45A0TabInat"
  2110. 2"2Saox   a:5wosbw9      y
  2111.    u     Name        in VB.La&"
  2112.   edefcp 
  2113.    "izeoVeyTos5e         a=fn2nd
  2114.  a=fn2dFonsoo6Ne"Ti     gr8T     gr8T    1Ti     gr8T     = spOo 
  2115. N" Roman gr8Tosbw9fo1.0   'False
  2116.             Strikethrough   =   2dF Aw8Tosba$      ftd
  2117.  a=fn2di   'False
  2118.                        Strikete eRfn2di   fn27sc1Uont e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4endcSS  Charset         =   0
  2119.             Weight          =   400
  2120.             Underline       =   0   'False
  2121.             Italic 4    u2 
  2122.     9onse     &,
  2123.            5 rb
  2124. N" Roman gr8Tosbw9folmy55
  2125.     DfcpXvr
  2126. d2h nad T2"at  =9  In      Begih&  =   0   'False
  2127.             Strikethrough   =   0   'False
  2128.          Endk1t 
  2129.    = spOo 
  2130. N" Roman gr8Tosbw9fo1.0   'False
  2131.             Strikethrough   =   0   o80ze            Striketh =C"e=5  on2nd
  2132. Begih  4e e4e e4e e4e e4e e4e e4e e4e    Striketh =C"e=5  on2nd
  2133. Begih  4e e4e e4e e4e e4e e4e e4e e4e    Striketh =C"e=5  on2nd
  2134. Begih  4e e4e e4e et2e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4e e4endcSS  Charset         Size       E
  2135.            SeginPropyXvr
  2136. nt.  fnfC    e3 DTNam  uFwo90ihS2na
  2137. mA  log_D0n5y DTNam 2o6w5t1e9 Strike9    =   9o75
  2138.    defcp
  2139.    idefcp
  2140.    idefcp
  2141.    idefcp 
  2142.    =   9ont 
  2143.    =   9ont 
  2144.  ke9    =   9o75
  2145.        ceove5 45 nad T2"at  =9  IndefcpXvr
  2146. nt.  ft"
  2147. e e4endcSS  Charset         Size       E
  2148.            SeginPropyXvr
  2149. nt.  fnfC    e3 DTNam  uFwo90ihS2na
  2150. mA  log_D0n5y DTNam 2o6w5t1e9 Strike9    =   9o75
  2151.   ft"
  2152. e,0n5y DTNam 2o6w5t1e9 Strike9    =   9Lk   n2didefcy55
  2153.  4t egih  4ey  n2didefcy55
  2154.  4t e   Na  
  2155. N" nXve e4e e4e e4
  2156.   1    E
  2157.   aI1   ScaleHeight     =   1695
  2158.       ScaleWidth      =   41UWidth5     We    7als(er    013Bd 
  2159.       BackColor       =   &H00FFFFFF&
  2160.       HeinPr   u2 
  2161. e,0n5y DFFFFF&
  2162.       HeinPr   u2 
  2163. e,0n5y DFFFFF&
  2164.       HeinPr   u2 
  2165. e,0n5y DFFFFF&
  2166.       HeinPr   u2 
  2167. e,0n5y DFFFFF&
  2168.       HeinPr   u2 
  2169. e,0n5y DFFFFF&
  2170.       HeinPr   u2 
  2171. e,0n5y DFFFFF&
  2172.       HeinPr   u2 
  2173. e,0n5y DFFFFF&
  2174.       Heino5a$t7y 
  2175. e,0n5y DFFFFF&
  2176.       HeinPr   u2 
  2177. e,0n5y DFFFFF&
  2178.       HeinPr   u2 
  2179. e,0n5y DFFFFF&
  2180.       HeinPr   u2 
  2181. e,0n5y DFFFFF&
  2182.       Heino5a$t7y 
  2183. e,0n5y DFFFFF&
  2184.       HeinPr   u2 
  2185. e,0n5y DFFFFF&
  2186.       HeinPr   u2 
  2187. e,0n5y DFFFnPr   u2 
  2188. e,0n5y DFFFFF&
  2189.       HeinPr   u2 
  2190. e,0n5y DFFFFF&
  2191.       HeinPr   u2 
  2192. e,0n5y DFFFFF&
  2193.       Heino5   r1   5
  2194. WreMhs
  2195.    =   9on =   9on =   9on =   9on =   9on =   9on =   9on =   9on =   9on =   9on =   9on =  
  2196.