home *** CD-ROM | disk | FTP | other *** search
- /*
- applic.hpp
-
- NOTE: This file is a generated file.
- Do not modify it by hand!
- */
-
- #ifndef ApplicationClass_hpp_included
- #define ApplicationClass_hpp_included
-
-
- class Form1;
-
- class ApplicationClass : public WExeApplication
- {
- public:
- ApplicationClass();
- ~ApplicationClass();
- WBool __DefaultStartHandler( WObject *, WStartEventData *event );
- WBool __DefaultRunHandler( WObject *, WRunEventData *event );
- WBool __DefaultEndHandler( WObject *, WEndEventData *event );
- WBool StartHandler( WObject *, WStartEventData *event );
- WBool RunHandler( WObject *, WRunEventData *event );
- WBool EndHandler( WObject *, WEndEventData *event );
- public:
- // add your public instance data here
- private:
- // add your private instance data here
- protected:
- // add your protected instance data here
- };
-
- #endif
-