Files correlati : cg4.exe Ricompilazione Demo : [ ] Commento : Aggiunto il supporto delle lingue a cg4 git-svn-id: svn://10.65.10.50/trunk@10946 c028cbd2-c16b-5b4b-a496-9718f37d4682
35 lines
572 B
C++
Executable File
35 lines
572 B
C++
Executable File
#ifndef __APPLICAT_H
|
|
#include <applicat.h>
|
|
#endif
|
|
|
|
#ifndef __MASK_H
|
|
#include <mask.h>
|
|
#endif
|
|
|
|
#ifndef __TABUTIL_H
|
|
#include <tabutil.h>
|
|
#endif
|
|
|
|
class TAp_iva : public TSkeleton_application
|
|
{
|
|
// TTable* _reg, * _lia, * _lbu;
|
|
int _annoiva;
|
|
int _annop;
|
|
long _ditta;
|
|
char _frequenza;
|
|
bool _is_minagr;
|
|
|
|
protected:
|
|
static bool mask_annoiva(TMask_field&, KEY);
|
|
|
|
public:
|
|
virtual bool create();
|
|
virtual bool destroy() { return TRUE;}
|
|
virtual void main_loop();
|
|
|
|
bool setta();
|
|
bool apertura_iva();
|
|
|
|
TAp_iva() {}
|
|
virtual ~TAp_iva() {}
|
|
}; |