home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 June / PCWorld_2002-06_cd.bin / Software / Komercni / xbase / express / exd17208.r04 / exp17 / Include / Dcicon.ch < prev    next >
Text File  |  2002-01-30  |  839b  |  29 lines

  1. /*
  2.    Program..: DCICON.CH
  3.    Author...: Roger Donnay
  4.    Notice...: (c) DONNAY Software Designs 1987-2001
  5.    Date.....: Aug 5, 2001
  6.    Notes....: Defines for ICONS for eXpress++
  7. */
  8.  
  9.  
  10. #define  ICON_APP               2
  11.  
  12. #define  ICON_DRIVE             7600
  13. #define  ICON_OPENFOLDER        7601
  14. #define  ICON_CLOSEDFOLDER      7602
  15. #define  ICON_DCLIP             7620
  16. #define  ICON_EXPRESS           7621
  17. #define  ICON_OPEN_ARRAY        7630
  18. #define  ICON_CLOSED_ARRAY      7631
  19. #define  ICON_CODEBLOCK         7632
  20. #define  ICON_CHARACTER         7633
  21. #define  ICON_DATE              7634
  22. #define  ICON_NUMERIC           7635
  23. #define  ICON_LOGICAL           7636
  24. #define  ICON_NIL               7637
  25. #define  ICON_OPEN_OBJECT       7638
  26. #define  ICON_CLOSED_OBJECT     7639
  27. #define  ICON_INFO              7640
  28.  
  29.