home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / no_move / nomove2.frm (.txt) < prev   
Visual Basic Form  |  1993-09-06  |  1KB  |  38 lines

  1. Form2
  2. Form2
  3. Form2.
  4. mnuMain
  5. mnuMinimize
  6.     &Minimize
  7. mnuClose
  8. &Close
  9. mnuClose_Click^
  10. mnuMinimize_Click
  11. Form1
  12. WindowState
  13. CaptionS
  14. Label1
  15. form1_resizeI
  16. @    Form_Load
  17. Visible(
  18. Form2
  19. Form_Resize
  20. Width
  21. ScaleWidth
  22. Image1
  23. Screen
  24. TwipsPerPixelX
  25. Height
  26. Picture
  27. mnuMain_Click
  28. Controlbox
  29. mnuClose
  30. Form_Load
  31. this adds the "Alt+F4" to the menu caption.m
  32. &Close
  33. Alt+F4
  34. mnuClose_Click
  35. close the programt
  36. mnuMinimize_Click
  37. minimizes form1 when clicked. 
  38.