home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Database / CLIPR503.W96 / FORM.C_ / FORM.C
Text File  |  1995-06-26  |  408b  |  30 lines

  1. /***
  2. *
  3. *  Form.ch
  4. *
  5. *  Clipper form painter definitions.
  6. *
  7. *  Copyright (c) 1990-1994, Computer Associates International, Inc.
  8. *  All rights reserved.
  9. *
  10. *
  11. */
  12.  
  13.  
  14. #ifndef _FORM_DEFINED
  15.  
  16.  
  17. /***
  18. *  Display modes
  19. */
  20.  
  21. #define FORM_DISPLAYWINDOW      1
  22. #define FORM_DISPLAYCAPTIONS    2
  23. #define FORM_DISPLAYDATA        4
  24. #define FORM_DISPLAYFORM        7
  25.  
  26.  
  27. #define _FORM_DEFINED
  28.  
  29. #endif
  30.