home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / pm / dragdrop / dragdlg.ipf next >
Text File  |  1999-05-11  |  2KB  |  40 lines

  1. .*==============================================================*\
  2. .*                                                              *
  3. .* Dlg.ipf - Information Tag Language file for the screens      *
  4. .*           for help on the dialog boxes.                      *
  5. .*                                                              *
  6. .*==============================================================*/
  7.  
  8. .*--------------------------------------------------------------*\
  9. .*  Open dialog Ok button                                       *
  10. .*      res = PANEL_OPENDLG_OK                                  *
  11. .*--------------------------------------------------------------*/
  12. :h1 res=3110 name=PANEL_OPENDLG_OK.OK
  13. :p.The OK button closes the Select subdirectory dialog.
  14.  
  15. .*--------------------------------------------------------------*\
  16. .*  Open dialog Help button                                     *
  17. .*      res = PANEL_OPENDLG_HELP                                *
  18. .*--------------------------------------------------------------*/
  19. :h1 res=3120 name=PANEL_OPENDLG_HELP.Select subdirectory -- Help
  20. :p.Use this dialog to navigate upward in the directory tree.  Enter the
  21. full pathname of the directory whose members you want to be listed.
  22. :p.To move downward in the tree to subdirectories, you may
  23. close this dialog and double click on the directory name in the list box.
  24.  
  25. .*--------------------------------------------------------------*\
  26. .*  Help for Product information                                *
  27. .*      res = PANEL_PRODUCTINFO                                 *
  28. .*--------------------------------------------------------------*/
  29. :h1 res=4100 name=PANEL_PRODUCTINFO.Product information dialog
  30. :p.This dialog displays information about the application, such
  31.     as version number and copyright notice.
  32.  
  33.  
  34. .*--------------------------------------------------------------*\
  35. .*  About Box Dialog Ok button                                  *
  36. .*      res = PANEL_PRODUCTINFO_OK                              *
  37. .*--------------------------------------------------------------*/
  38. :h1 res=4110 name=PANEL_PRODUCTINFO_OK.OK
  39. :p.The OK button closes the Product information dialog.
  40.