//////////////////////////////////////////////////////////////////////////////////////////////// // Program : MyUppApp.exe // Version : 0.0.3 Alpha // Date : November 2006 // Copyright : Copyright(C) 2006 by Yeoh HS // Author : Yeoh HS //////////////////////////////////////////////////////////////////////////////////////////////// #ifndef _MyUppApp_About_h_ #define _MyUppApp_About_h_ #include #define LAYOUTFILE #include #define IMAGECLASS AboutImg #define IMAGEFILE #include class About : public WithAboutLayout { bool Key(dword key, int count); // respond to key press public: typedef About CLASSNAME; About(); }; #endif