#ifndef __BA0103_H #define __BA0103_H #ifndef TMenu_tree #include "ba0102.h" #endif #ifndef __EXECP_H #include #endif /////////////////////////////////////////////////////////// // TOutlook_mask /////////////////////////////////////////////////////////// class TOutlook_mask : public TSpidey_mask { TMenu_tree _tree; protected: virtual bool on_field_event(TOperable_field& o, TField_event e, long jolly); short add_page(const TString& caption); void set_page_caption(short page, const TString& caption); public: TOutlook_mask(TMenu& menu); ~TOutlook_mask(); }; #endif