home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / p_setup / form1.frm (.txt) next >
Visual Basic Form  |  1995-02-27  |  2KB  |  54 lines

  1. Form1
  2. Form1
  3. Form1%
  4. Text2
  5. This is an example form that calls the print setup form PRSEL.FRM.      To access print setup, select the Print Setup option from the File menu.  NOTE:  This demo program will allow changes to the default printer setting in the WIN.INI file.
  6. MN_File
  7. &File
  8. MN_Open
  9. &Open
  10. MN_New
  11. Separator1
  12.     MN_PSetup
  13. P&rint Setup...
  14. MN_Print
  15. &Print
  16. Separator2
  17. MN_Exit
  18. E&xit
  19. MN_PSetup_Click
  20. PrSel
  21. Text1_Change
  22. MN_Exit_Click
  23. Text2_Change
  24. MN_File_Click
  25. MN_New_Click
  26. MN_Open_Click
  27. MN_Print_Click+
  28. Separator1_Click
  29. Separator2_Click
  30. MN_Exit_Click
  31. MN_File_Click
  32.  This is a dummy menu item to show a suggested layoutt
  33.  of the file menu.
  34. MN_New_Click
  35.  This is a dummy menu item to show a suggested layoutt
  36.  of the file menu.
  37. MN_Open_Click
  38.  This is a dummy menu item to show a suggested layoutt
  39.  of the file menu.
  40. MN_Print_Click
  41.  This is a dummy menu item to show a suggested layoutt
  42.  of the file menu.
  43. MN_PSetup_Click
  44.  This Sub brings up the form PrSel, allowing the user to
  45.  change printers & settings.
  46. Separator1_Click
  47.  This is a dummy menu item to show a suggested layoutt
  48.  of the file menu.
  49. Separator2_Click
  50.  This is a dummy menu item to show a suggested layoutt
  51.  of the file menu.
  52. Text2_Change
  53.  This is the textbox that contains the startup message..
  54.