home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / hdk11l.zip / TESTLIB.HDF < prev    next >
Text File  |  1994-01-08  |  1KB  |  44 lines

  1. ;******************************************************************************
  2. ;                                   testlib                                   *
  3. ;                                                                             *
  4. ; A small and simple program to test some of the hdklib components.           *
  5. ;******************************************************************************
  6.  
  7. .graphic prs prs.bmp
  8. .graphic ron ronp.bmp
  9.  
  10. .include hdklib.hdf
  11.  
  12. ;******************************************************************************
  13. ;                                  overview                                   *
  14. ;******************************************************************************
  15. .topic overview
  16. .ifdef rtfbased
  17. .title ~test~ron;right~HDKLIB Test 
  18. .else
  19. .title HDKLIB Test
  20. .endif
  21. .titleAttr box normal
  22.  
  23. This is a test of a Graphic Link ~b~graphicPopup(prs popMe)~ 
  24.  
  25. This is ~Bold Text~boldText~
  26.  
  27. This is ~Italic Text~italicText~
  28.  
  29. This is ~Underlined Text~underlineText~
  30.  
  31. .end-topic
  32.  
  33. ;******************************************************************************
  34. ;                                    popMe                                    *
  35. ;******************************************************************************
  36. .popup popMe
  37. .title It Work's!
  38.  
  39. Press any key ..
  40.  
  41. .end-popup
  42.  
  43.  
  44.