#if !defined(__bookcb_h) // Sentry, use file only if it's not already included. #define __bookcb_h /* Project sword GNU Copyleft GPL © 1995. Almost No Rights Reserved. SUBSYSTEM: sword.apx Application FILE: bookcb.h AUTHOR: The Sword Project Team OVERVIEW ======== Class definition for BookCB (TComboBox). */ #include #pragma hdrstop #include "swordapp.rh" // Definition of all resources. //{{TComboBox = BookCB}} class BookCB : public TComboBox { public: BookCB (TWindow* parent, int id, int x, int y, int w, int h, uint32 style, uint textLen, TModule* module = 0); virtual ~BookCB (); }; //{{BookCB}} #endif // __bookcb_h sentry.