home *** CD-ROM | disk | FTP | other *** search
- /*
- Program..: DCICON.CH
- Author...: Roger Donnay
- Notice...: (c) DONNAY Software Designs 1987-2001
- Date.....: Aug 5, 2001
- Notes....: Defines for ICONS for eXpress++
- */
-
-
- #define ICON_APP 2
-
- #define ICON_DRIVE 7600
- #define ICON_OPENFOLDER 7601
- #define ICON_CLOSEDFOLDER 7602
- #define ICON_DCLIP 7620
- #define ICON_EXPRESS 7621
- #define ICON_OPEN_ARRAY 7630
- #define ICON_CLOSED_ARRAY 7631
- #define ICON_CODEBLOCK 7632
- #define ICON_CHARACTER 7633
- #define ICON_DATE 7634
- #define ICON_NUMERIC 7635
- #define ICON_LOGICAL 7636
- #define ICON_NIL 7637
- #define ICON_OPEN_OBJECT 7638
- #define ICON_CLOSED_OBJECT 7639
- #define ICON_INFO 7640
-
-