home *** CD-ROM | disk | FTP | other *** search
- // demondx.hpp DATABASE INDEX SELECTOR DIALOG BOX
- // written by Gregory K. Miskin
- // COPYRIGHT (C) 1992. All Rights Reserved.
- // Gregory K. Miskin, Orem, Utah USA
-
- #ifndef _demondx_hpp
- #define _demondx_hpp
-
- class TSelectIndex : public TDialog
- {
- public:
- TSelectIndex();
- virtual void handleEvent(TEvent& event);
-
- protected:
- TButton *okbutton;
- };
- #endif
-