home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / bmp_catl / bview.frm (.txt) < prev    next >
Visual Basic Form  |  1995-02-26  |  4KB  |  88 lines

  1. BVIEW
  2. (Bitmap Catalog - Written By: Sean Bishop
  3. ffffffffffffff`
  4. ffffffffffffff`
  5. Form1%
  6. Picture2
  7. File1
  8. *.bmp;*.rle
  9. Timer1
  10. VScroll1
  11. Picture1
  12. MS Sans Serif
  13. &Options
  14. &Change Dir...
  15. &About
  16. &Exit
  17. @    EXT_Click
  18. Form_ClickG
  19. Form_Resize
  20. StretchBlt
  21. destDC
  22. srcDC
  23. hSrch
  24. SRCCOPY
  25. XWidth
  26. ScaleWidth.
  27. YWidthf
  28. ScaleHeight
  29. Width
  30. Height
  31. CDIR_Click
  32. Browse"
  33. File1_Click
  34. File1_PathChange
  35. File1
  36.     ListCount
  37. VScroll1
  38. Enabled
  39. ListC
  40. PTemp
  41. Picture
  42. BitBlt3
  43. Picture1
  44. Picture2V
  45. Picture2_Click
  46. Picture1_Click
  47. Picture1_Paint
  48. Form_Paint
  49. @    Form_Load
  50. BView
  51. Screen
  52. Timer1_Timer
  53. Timer1
  54. VScroll1_Change
  55. Value
  56. AutoRedraw
  57. @    ABT_Click
  58. CurrentY
  59. CurrentX
  60. MousePointer
  61.     OPT_Click
  62. Declare the StretchBlt GDI routine to resize the bitmaps
  63. ABT_Click
  64. CDIR_Click
  65.  If cancel was selected then exitp
  66. EXT_Click
  67. File1_PathChange
  68. This is the routine to load and display the graphics
  69. Change mousepointer to hourglass
  70. Clear Picture Boxo
  71.  Get number of files to load
  72.  If no files in list then exit
  73. This increments the display to show all pictures
  74.  FN$ is directory - This gets the filename to load
  75.  This loads the picture into the temp picture box for resizing
  76.  This resizes and places the graphic in the main display areas
  77.  This sets the current horizontal text position 
  78.  This sets the current horizontal text position 
  79.  This prints the filename under the picturep
  80.  Update display(
  81.  Change mouse to normal arrowt
  82. Form_Load
  83. Center form on screenn
  84. Timer1_Timer
  85.  This disables timer, once the program is loaded and the first set loaded it is not needed!o
  86.  Start picture process
  87. VScroll1_Change
  88.