home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l406 / 1.ddi / ABOUT.FR_ / ABOUT.bin (.txt)
Encoding:
Visual Basic Form  |  1992-10-21  |  1.1 KB  |  25 lines

  1. frmAbout
  2. About
  3. Form1
  4. cmdAbout
  5. fraAbout
  6. lblAbout
  7. cmdAbout_Click
  8. frmAbout
  9.     Form_Load
  10. Screen
  11. Height
  12. Width
  13. Form_QueryUnload
  14. Cancel
  15. UnloadMode
  16. DoUnLoadPreCheck
  17. cmdAbout_Click
  18.  This form is loaded as a modal dialog. We use the Unload statement here to.
  19.  unload the form from memory when the user clicks the OK command button.
  20. Form_Load
  21.  The form is horizontally and vertically centered when loaded.
  22. Form_QueryUnload
  23.  The general procedure DoUnLoadPreCheck handles the possible unload options.
  24.  for all three forms in this sample application.
  25.