home *** CD-ROM | disk | FTP | other *** search
- /* String table constants */
- #define IDSNAME 100
- #define IDSABOUT 200
- #define IDSTITLE 300
-
- /* 'About' dialog box resource id */
- #define ABOUTBOX 1
- #define FIRSTDIALOG 3
- #define SECONDDIALOG 4
- #define IDMPRUN 16
- #define IDNULL -1
- #define IDDCANCEL 0x010b
- #define IDDINSERT 0x010c
- #define IDDABORT 0x010d
- #define IDDRETRY 0x010e
- #define IDDIGNORE 0x010f
- #define IDDOK 0x0110
- #define IDDTXT1 0x0111
- #define IDDTXT2 0x0112
-