home *** CD-ROM | disk | FTP | other *** search
- /*
- sample.h
- sample saver module dialog/control ids include file
- (C) 1993-94 Siegfried Hanisch
- */
-
- // ===== resource ids, string ids
- #define IDR_ICON 10001
- #define IDS_MODULENAME 1
-
- // ===== timer ids
- #define IDT_ZORDERTIMER 1000
-
- // ===== dialog ids
- #define IDD_CONFIGURE 3000
-
- // ===== dialog control ids
- #define IDC_OK 1
- #define IDC_CANCEL 2
- #define IDC_ENABLED 3001
- #define IDC_SPEED 4001
- #define IDC_SPEEDTEXT 4002
- /*
- $$$$$ insert code here $$$$$
- If you add new controls to the dialog, insert the control ID
- values here
-
- $$$$$ for example $$$$$
- */
- #define IDC_COUNT 3002
-
-