home *** CD-ROM | disk | FTP | other *** search
- /*
- polylines.h
- Polylines saver module dialog/control ids include file
- (C) 1993 Toniolo Emanuele
- */
-
- // ===== resource ids, string ids
- #define IDR_ICON 10001
- #define IDS_MODULENAME 1
-
- // ===== dialog ids
- #define IDD_CONFIGURE 3000
-
- // ===== dialog control ids
- #define IDC_OK 1
- #define IDC_CANCEL 2
- #define IDC_ENABLED 3001
-
- #define IDC_COUNT 3002
-
-