home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / Headers / general_resrcdefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-22  |  1.4 KB  |  34 lines  |  [TEXT/CWIE]

  1. /*    Resource Defines */
  2.  
  3. #define    kNCSACreatorSignature     'NCSA'        /* Creator signature for "saved set" files */
  4. #define    kNCSASetFileType        'CONF'        /* Filetype for "saved set" files */
  5. #define kNCSAIconFamilyId        128
  6. /* ----------------- Defines for translation routines -------------------------------*/
  7. #define    MY_TRSL                'TRSL'    /* resource type for translation */
  8. #define    TRSL_DEFAULT_TABLE    256        /* The default table */
  9. #define    TRSL_FTP_TABLE        257        /* The MAC->ISO, ISO->MAC table for FTP */
  10.  
  11. #define    USER_TRSL    'taBL'    /* User translation tables resource type */
  12.                             /* 256 bytes of in table followed by 256 bytes of out table */
  13.                             
  14. #define GetStrRes(x)    (Str255 **)GetResource('STR ',(x));        /* Get string resource */
  15.  
  16. /*================================================================================*/
  17. /*    Cursor resource related defines */
  18.  
  19. #define    rPOSCURS        256
  20. #define rBeamCursor        1
  21. #define rCrossCursor     2
  22. #define rPlusCursor      3
  23. #define rWatchCursor      4
  24. #define    rGINCURS        257
  25. #define    rDbugCURS        268
  26. #define    rXferCURS        290
  27. #define leftcrsr        130        /* cursors to display encryption state */
  28. #define rightcrsr        129        /* cursors to display encryption state */
  29. #define lockcrsr        131        /* cursors to display encryption state */
  30. /*================================================================================*/
  31. /*    WIND resources for remembering the position of our windows */
  32. #define    FTPlogWIND    257
  33.  
  34.