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

  1. .*==============================================================*\
  2. .*                                                              *
  3. .* Clidlg.ipf - Information Tag Language file for the screens   *
  4. .*           for help on the dialog boxes.                      *
  5. .*                                                              *
  6. .*==============================================================*/
  7.  
  8.  
  9. .*--------------------------------------------------------------*\
  10. .*  Help for REMOTESERVER                                       *
  11. .*      res = PANEL_REMOTESERVER                                *
  12. .*--------------------------------------------------------------*/
  13. :h1 res=4100 name=PANEL_REMOTESERVER.Remote Server Dialog
  14. :i1 id=Server.Remote Server
  15. :p.This dialog is for the entry of a remote server's name, for
  16. play over a LAN.  Select Cancel for local play.
  17.  
  18.  
  19. .*--------------------------------------------------------------*\
  20. .*  Remote Server 'Server Name' entry field                     *
  21. .*      res = PANEL_REMOTESERVER_SERVERNAME                     *
  22. .*--------------------------------------------------------------*/
  23. :h1 res=4110 name=PANEL_REMOTESERVER_SERVERNAME.Server Name
  24. :i2 refid=Server.Server Entry Field
  25. :p.This field is for the entry of a remote server to connect to.
  26. The server name can be at maximum 8 characters in length.
  27.  
  28. .*--------------------------------------------------------------*\
  29. .*  Remote Server OK button                                     *
  30. .*      res = PANEL_REMOTESERVER_OK                             *
  31. .*--------------------------------------------------------------*/
  32. :h1 res=4120 name=PANEL_REMOTESERVER_OK.Ok
  33. :i2 refid=Server.OK push button
  34. :p.This button completes the selection of the server entered in the
  35. :link reftype=hd res=4110.
  36. Server Entry Field.
  37. :elink.
  38.  
  39.  
  40. .*--------------------------------------------------------------*\
  41. .*  Remote Server CANCEL button                                 *
  42. .*      res = PANEL_REMOTESERVER_CANCEL                         *
  43. .*--------------------------------------------------------------*/
  44. :h1 res=4130 name=PANEL_REMOTESERVER_CANCEL.Cancel
  45. :i2 refid=Server.Cancel push button
  46. :p.This button cancels the selection of any remote server and play
  47. is begun locally.
  48.