home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / RXCALC.ZIP / PMRXIODT.H < prev    next >
Text File  |  1991-10-03  |  2KB  |  60 lines

  1. /*static char *SCCSID = "@(#)pmrxiodt.h   12.5 89/10/02";                     */
  2. /******************************************************************************/
  3. /* Global values for common uses...                                           */
  4. /******************************************************************************/
  5.  
  6. #define  ID_NULL        -1
  7. #define  ENTER          1
  8. #define  ESCAPE         2
  9. #define  HELP           3
  10. #define  DELIMITER_SIZE 5
  11. #define  RXHOST_WIN     0x1100
  12.  
  13. /* Start of string space:                                                     */
  14.  
  15. #define  WINDOW_TEXT        0x01
  16. #define  MLE_CREATE_ERROR   0x02
  17. #define  MLE_IMPORT_ERROR   0x03
  18. #define  MLE_IMEXPORT_ERROR 0x04
  19. #define  INPUT_TITLE        0x05
  20. #define  RXHB_MSGBOXHDR     0x06
  21. #define  HELP_ERR           0x07
  22. #define  NO_HELP_MGR        0x08
  23. #define  PMREXX_HELPFILENAME 0x09
  24. #define  PMREXX_HELP_TITLE  0x0a
  25. #define  ERROR_HELPASSOC    0x0b
  26. #define  ERROR_HELPCREATE   0x0c
  27. #define  INIT_FAILED        0x0d
  28.  
  29. /* ClipBoard Errors Headings                                                  */
  30.  
  31. #define  RXIOH_ERR_CLIPBRD  0x10
  32. #define  RXIOH_ERR_UNDO     0x11
  33. #define  RXIOH_ERR_CUT      0x12
  34. #define  RXIOH_ERR_CLEAR    0x13
  35. #define  RXIOH_ERR_PASTE    0x14
  36. #define  RXIOH_ERR_COPY     0x15
  37. #define  RX_ALLOCERR        0x16
  38. #define  SAMPLE_TEXT        0x17
  39. #define  RXIOH_TITLE        0x18
  40. #define  RXIOH_WARNING      0x19
  41.  
  42. /* Help Defines                                                               */
  43.  
  44. #define  RXHH_HELPHELP    1
  45. #define  FONT_HELP        2
  46. #define  PMREXX_HELPTABLE 3
  47.  
  48. /******************************************************************************/
  49. /* String Defines                                                             */
  50. /******************************************************************************/
  51.  
  52. #define  RXIOH_ERRORTITLE   0x2FC
  53. #define  RXIOH_NOTIFICATION 0x2FD
  54. #define  RXIOH_CRITICAL     0x2FF
  55. #define  SELECTED_TEXT      0x8110
  56. #define  NORMAL_TEXT        0x8111
  57. #define  RXIOHM_UNDO        0x8118
  58. #define  FONT_TITLE         274
  59. #define  RX_KEYSHELP        32
  60.