home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / XSOURCE / XSOURCE.ZIP / vfpsource / Browser / supercls.h < prev    next >
Encoding:
Text File  |  1998-05-01  |  1021 b   |  25 lines

  1. * SUPERCLS.H - Header file for Supercls files.
  2. *
  3.  
  4. *-- Messages
  5. #DEFINE M_CODE_WIN_NOT_ACTIVE_LOC    "Code edit window for a method is not active"
  6. #DEFINE M_EDIT_LOC                    "Edit"
  7. #DEFINE M_EMPTY_IN_HIERARCHY_LOC    "is empty in the class hierarchy"
  8. #DEFINE    M_INSTANCE_BASECLASS_LOC    "This object is an instance of a base class"
  9. #DEFINE    M_INSTANCE_NOTFOUND_LOC        "This object is an instance of a VCX class that cannot be found"
  10. #DEFINE    M_INSTANCE_NOTOPENED_LOC    "This object is an instance of a VCX class that cannot be opened"
  11. #DEFINE M_METHOD_LOC                "Method"
  12. #DEFINE    M_OBJECT_NOT_FOUND_LOC        "The object being edited cannot be found"
  13. #DEFINE    M_SPRCLSCODE_NOTFOUND_LOC    "Superclass code cannot be found"
  14. #DEFINE M_SAVE_CHANGES_TO_LOC        "Save changes to"
  15. #DEFINE M_SELECT_OBJECT_EDIT_LOC    "Select this object before editing code snippet"
  16. #DEFINE M_WHERE_IS_LOC                "Where is"
  17.  
  18. *-- ASCII codes
  19. #DEFINE    EOB        CHR(0)
  20. #DEFINE MARKER    CHR(1)
  21. #DEFINE TAB        CHR(9)
  22. #DEFINE LF        CHR(10)
  23. #DEFINE CR        CHR(13)
  24. #DEFINE CR_LF    CR+LF
  25.