home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / tool / design / mbarvb / mbar.txt < prev    next >
Text File  |  1995-02-26  |  424b  |  17 lines

  1. ''''''''''''''''''''''''''''
  2. ' Visual Basic constant file for meter bar. Load this file
  3. ' into a code module.
  4. ''''''''''''''''''''''''''''
  5.  
  6. 'BorderStyle values
  7. Global Const MBAR_BORDER_NONE = 0
  8. Global Const MBAR_BORDER_FIXED = 1
  9. Global Const MBAR_BORDER_THREED = 2
  10.  
  11. 'Orientation values
  12. Global Const MBAR_ORIENT_HORIZ = 0
  13. Global Const MBAR_ORIENT_VERTI = 1
  14.  
  15. 'Error Constants
  16. Global Const ERR_POSRANGE = 20000
  17.