campo-sirio/ba/ba0103.h
guy fab5abc300 Patch level :10.0 patch 24
Files correlati     : tutta la base ed anche l'ipotenusa
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@16462 c028cbd2-c16b-5b4b-a496-9718f37d4682
2008-04-04 16:03:36 +00:00

31 lines
597 B
C++
Executable File

#ifndef __BA0103_H
#define __BA0103_H
#ifndef TMenu_tree
#include "ba0102.h"
#endif
#ifndef __EXECP_H
#include <execp.h>
#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