home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PRIMAR.ZIP / DUMMYI.H < prev    next >
Text File  |  1991-10-25  |  2KB  |  64 lines

  1.  
  2. /*----------------------------------------------------------------------------*/
  3. /*----------------------------------------------------------------------------*/
  4. /*                  INTERNAL HEADER FILE FOR OBJECT DUMMY                      */
  5. /*----------------------------------------------------------------------------*/
  6. /*----------------------------------------------------------------------------*/
  7.  
  8. /*-------------*/
  9. /* Name of DLL */
  10. /*-------------*/
  11. #define DLL_NAME        "DUMMY"
  12.  
  13. /*----------------------*/
  14. /* Name of Help library */
  15. /*----------------------*/
  16. #define HELP_LIB        "DUMMY.HLP"
  17.  
  18. /*------------------------------------------*/
  19. /* Imbed of the dialog resource header file */
  20. /*------------------------------------------*/
  21. #include "dummyd.h"
  22.  
  23.  
  24. /*---------------------------------*/
  25. /* Window identifier               */
  26. /*---------------------------------*/
  27.  
  28. #define ID_MAIN               100
  29.  
  30.  
  31. /*---------------------------------*/
  32. /* String identifiers              */
  33. /*---------------------------------*/
  34.  
  35. #define STR_TITLE             200
  36. #define STR_NOTYET            201
  37.  
  38.  
  39. /*---------------------------------*/
  40. /* Action bar identifiers          */
  41. /*---------------------------------*/
  42. #define MN_FILE                10  
  43. #define MN_FILENEW             11
  44. #define MN_FILEOPEN            12
  45. #define MN_FILEEXIT            13
  46.  
  47. #define MN_OPTIONS             20
  48. #define MN_OPTIONSDIALOG1      21               
  49.                                      
  50.  
  51. /*---------------------------------*/
  52. /* Symbolic names for Help support */
  53. /*---------------------------------*/
  54. #define DUMMY_HELPTABLE         1000
  55. #define HID_MAIN                1000
  56. #define SUBTABLE_MAIN           1100
  57. #define HMN_FILENEW             1111
  58. #define HMN_FILEOPEN            1112
  59. #define HMN_FILEEXIT            1113
  60. #define HDIALOG                 2000
  61. #define SUBTABLE_DIALOG         2100
  62. #define HEF_DUMMY               2111
  63.  
  64.