home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / SAMPLES / REXX / API / PMREXX / PMRXIODT.H < prev    next >
Text File  |  1995-08-24  |  2KB  |  64 lines

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