'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' PictureTabs - A simple, lightweight, and modern looking alternative
'               to Visual Basic Tab Controls.
'
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
'
' 2007 Nicholas Hebb, BreezeTree Software, LLC
'
' BreezeTree Software makes FlowBreeze Flow Chart Software
' and other add-ins for Microsoft Excel. 
' http://www.breezetree.com/
'
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
'
' About:
' PictureTabs is a simple implementation of a tabbed control using Visual
' Basic Picture, Label, and Line controls to simulate a tab control.
' It consists of 5 control arrays:
'  - picTab(): The tabs
'  - lblTabText(): The captions for each tab.
'  - line1TabTop(): The colored lines showing which tab is selected
'  - line2TabTop(): ""
'  - picPanel(): The Picture controls that act as containers for panel
' 
' This sample comes with 5 tabs. To add or remove tabs, just copy
' or delete picTab() and picPanel() elements and maintain control
' array names and index order.
'
' Requirements: Visual Basic 6.0
'
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Usage and Distribution:
' You are free to use the PictureTabs code in your own applications.
' You are also free to modify, distribute, or publish the code
' on your website. Attribution to BreezeTree Software is appreciated:
'
' <a href="http://www.breezetree.com">FlowBreeze Flowchart Software</a>
'
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
