home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cscout.zip / SAMPLES / MTESTPM.IPF < prev    next >
Text File  |  1995-05-24  |  4KB  |  88 lines

  1. .************************************************************************
  2. .***                                                                  ***
  3. .*** AUTHOR            : RH                                           ***
  4. .***                                                                  ***
  5. .*** SHORT DESCRIPTION : definitions for context sensitive help       ***
  6. .***                     for mtestpm                                  ***
  7. .***                                                                  ***
  8. .*** PART OF           : mtestpm                                      ***
  9. .***                                                                  ***
  10. .*** COPYRIGHT         : (C) 1995 a priori Computer Solutions GmbH    ***
  11. .***                                                                  ***
  12. .************************************************************************
  13.  
  14. :userdoc.
  15. .*-----------------------------------------------------------------------
  16. .*  MAINDLG help panel
  17. .*-----------------------------------------------------------------------
  18. .*:h1 res=PANEL_MAINWND name=PANEL_MAINWND.About mtestpm
  19. :h1 res=1200 name=PANEL_MAINWND.mtestpm Maindialog Help
  20. :i1 id=aboutMain.About mtestpm
  21. :p.This mtestpm application is a SCF generated PM program from type PMD
  22. which should be used as skeleton for PM applications with multi
  23. dialogs but no main window.
  24.  
  25. .*:h1 res=PANELKEYS name=PANEL_KEYS.Keys of mtestpm
  26. :h1 res=1300 name=PANEL_KEYS.Keys of mtestpm
  27. :i1 id=keysMain.Keys of mtestpm
  28. :p.F1 = Help
  29. :p.F2 = ?
  30. :p.F3 = ?
  31. :p.F4 = ?
  32. :p.F5 = ?
  33. :p.F6 = ?
  34. :p.F7 = ?
  35. :p.F8 = ?
  36. :p.F9 = ?
  37. :p.F10 = ?
  38. .*-----------------------------------------------------------------------
  39. .* MAINDLG
  40. .*-----------------------------------------------------------------------
  41. .*-----------------------------------------------------------------------
  42. .*  PANEL_IDM_ENTRY
  43. .*-----------------------------------------------------------------------
  44. .*:h1 res=PANEL_IDM_ENTRY name=PANEL_IDM_ENTRY.mtestpm Entryfield
  45. :h1 res=2001 name=PANEL_IDM_ENTRY.mtestpm Entryfield
  46. :p.This dialog demonstrates the usage of an entry field.
  47.  
  48. .*-----------------------------------------------------------------------
  49. .*  PANEL_IDM_TEXT
  50. .*-----------------------------------------------------------------------
  51. .*:h1 res=PANEL_IDM_TEXT name=PANEL_IDM_TEXT.mtestpm Textfield
  52. :h1 res=2002 name=PANEL_IDM_TEXT.mtestpm Textfield
  53. :p.This dialog demonstrates the usage of an text field.
  54.  
  55. .*-----------------------------------------------------------------------
  56. .*  PANEL_DID_OK
  57. .*-----------------------------------------------------------------------
  58. .*:h1 res=PANEL_DID_OK name=PANEL_DID_OK.mtestpm OK Button
  59. :h1 res=2003 name=PANEL_DID_OK.mtestpm OK Button
  60. :p.Oooops ! You want help for the OK Button ?
  61.  
  62. .*-----------------------------------------------------------------------
  63. .*  PANEL_DID_CANCEL
  64. .*-----------------------------------------------------------------------
  65. .*:h1 res=PANEL_DID_CANCEL name=PANEL_DID_CANCEL.mtestpm Cancel Button
  66. :h1 res=2004 name=PANEL_DID_CANCEL.mtestpm Cancel Button
  67. :p.Oooops ! You want help for the Cancel Button ?
  68.  
  69. .*-----------------------------------------------------------------------
  70. .*  PANEL_DID_HELP
  71. .*-----------------------------------------------------------------------
  72. .*:h1 res=PANEL_DID_HELP name=PANEL_DID_HELP.mtestpm Help Button
  73. :h1 res=2005 name=PANEL_DID_HELP.mtestpm Helpl Button
  74. :p.Oooops ! You want help for the Help Button ?
  75.  
  76. .*-----------------------------------------------------------------------
  77. .*  PANEL_DID_HELP
  78. .*-----------------------------------------------------------------------
  79. .*:h1 res=PANEL_IDD_ABOUT name=PANEL_IDD_ABOUTP.mtestpm About Action
  80. :h1 res=2006 name=PANEL_IDD_ABOUT.mtestpm About Product Information
  81. :p.The action PRODUCT INFORMATION starts the Product Information dialog.
  82.  
  83. :euserdoc.
  84.  
  85. .************************************************************************
  86. .* EOF mtestpm.ipf
  87. .************************************************************************
  88.