//---------------------------------------------------------------------------- // Project Saie // Jyvaskylan Yliopisto // Copyright © 1996. All Rights Reserved. // // SUBSYSTEM: Saie Application // FILE: saieapp.h // AUTHOR: Vesa Lappalainen // // OVERVIEW // ~~~~~~~~ // Constant definitions for all resources defined in saieapp.rc. // //---------------------------------------------------------------------------- #if !defined(saieapp_rh) // Sentry use file only if it's not already included. #define IDC_BUTTON1 101 #define saieapp_rh #define IDKAYNNISTA 2001 #define CM_EXIT 24310 #define CM_HELPABOUT 2009 #define IDD_SAIEDEMO 2000 #define IDI_SDIAPPLICATION 1000 #endif // saieapp_rh