home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / os2 / timeserv / view.ipf < prev    next >
Text File  |  1999-05-11  |  3KB  |  62 lines

  1. .*==============================================================*\
  2. .*                                                              *
  3. .* View.ipf - Information Tag Language file for the Help menu   *
  4. .*              help panels.                                    *
  5. .*                                                              *
  6. .*==============================================================*/
  7.  
  8. .*--------------------------------------------------------------*\
  9. .*  Main View menu                                              *
  10. .*      res = PANEL_VIEW                                        *
  11. .*--------------------------------------------------------------*/
  12. :h1 res=4000 name=PANEL_VIEW.View Menu
  13. :i1 id=View.View Menu
  14. :p.The following View commands adjust the display of the clock application.
  15. :parml tsize=15 break=none.
  16. :pt.Time
  17. :pd.Selection causes the time to be displayed.
  18. :pt.Date
  19. :pd.Selection causes the date to be displayed.
  20. :pt.Analog
  21. :pd.A standard clock dial and hands is displayed.
  22. :pt.Digital
  23. :pd.Time and date will be displayed in numerical format.
  24. :eparml.
  25.  
  26.  
  27. .*--------------------------------------------------------------*\
  28. .*  View menu Time command help panel                            *
  29. .*      res = PANEL_VIEWTIME                                    *
  30. .*--------------------------------------------------------------*/
  31. :h1 res=4100 name=PANEL_VIEWTIME.Display Time
  32. :i2 refid=View.Display Time
  33. :p. Display the time.
  34.  
  35.  
  36.  
  37. .*--------------------------------------------------------------*\
  38. .*  View menu Date command help panel                           *
  39. .*      res = PANEL_VIEWDATE                                    *
  40. .*--------------------------------------------------------------*/
  41. :h1 res=4200 name=PANEL_VIEWDATE.Display Date
  42. :i2 refid=View.Display Date
  43. :p. Display the date.
  44.  
  45.  
  46. .*--------------------------------------------------------------*\
  47. .*  Help menu Analog command help panel                        *
  48. .*      res = PANEL_VIEWANALOG                                  *
  49. .*--------------------------------------------------------------*/
  50. :h1 res=4300 name=PANEL_VIEWANALOG.Display Analog Clock
  51. :i2 refid=View.Display Analog Clock
  52. :p. Display clock dial with hands.
  53.  
  54.  
  55. .*--------------------------------------------------------------*\
  56. .*  Help menu Digital command help panel                          *
  57. .*      res = PANEL_VIEWDIGITAL                                 *
  58. .*--------------------------------------------------------------*/
  59. :h1 res=4400 name=PANEL_VIEWDIGITAL.Display Digital Clock
  60. :i2 refid=View.Display Digital Clock
  61. :p. Display numerical read out.
  62.