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

  1. /************************************************************************/
  2. /***                                                                  ***/
  3. /*** AUTHOR            : RH                                           ***/
  4. /***                                                                  ***/
  5. /*** SHORT DESCRIPTION : presentation manager resource id's of        ***/
  6. /***                     mtestpm.exe                                  ***/
  7. /***                                                                  ***/
  8. /*** PART OF           : mtestpm                                      ***/
  9. /***                                                                  ***/
  10. /*** COPYRIGHT         : (C) 1995 a priori Computer Solutions GmbH    ***/
  11. /***                                                                  ***/
  12. /************************************************************************/
  13.  
  14. /*----------------------------------------------------------------------*/
  15. /* globals                                                              */
  16. /*----------------------------------------------------------------------*/
  17.  
  18. #define ID_mtestpm                  1000
  19.  
  20. #define IDD_ABOUTDLG                1001
  21. #define IDD_MSGBOX                  1002
  22.  
  23. #define DID_HELP                    1003
  24. #define ID_EXIT                     1004
  25. #define ID_FILE                     1005
  26.  
  27. /*----------------------------------------------------------------------*/
  28. /* dialogs                                                              */
  29. /*----------------------------------------------------------------------*/
  30.  
  31. #define IDD_TESTDLG                  1100
  32.    #define IDD_TESTDLG_TEXT          1101
  33.    #define IDD_TESTDLG_ENTRY         1102
  34.  
  35. /*----------------------------------------------------------------------*/
  36. /* messages                                                             */
  37. /*----------------------------------------------------------------------*/
  38.  
  39. #define IDMSG_HELPLOADERROR         1
  40. #define IDMSG_HELPDISPLAYERROR      2
  41. #define IDMSG_HELPERROR             3
  42.  
  43. #define  WM_START_THREADS       WM_USER + 30
  44.  
  45. /*----------------------------------------------------------------------*/
  46. /* help                                                                 */
  47. /*----------------------------------------------------------------------*/
  48.  
  49. #define HELPTABLE_mtestpm            1000
  50.       #define SUBTABLE_MAINWND        1100
  51.       #define PANEL_MAINWND           1200
  52.       #define PANEL_KEYS              1300
  53.       #define PANEL_DID_HELP          2005
  54.       #define PANEL_IDD_ABOUT         2006
  55.       #define PANEL_DID_OK            2003
  56.       #define PANEL_DID_CANCEL        2004
  57.  
  58.       #define PANEL_IDM_ENTRY         2001
  59.       #define PANEL_IDM_TEXT          2002
  60.  
  61. /************************************************************************/
  62. /*** EOF resid.h                                                        */
  63. /************************************************************************/
  64.