Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@12958 c028cbd2-c16b-5b4b-a496-9718f37d4682
14 lines
294 B
C
Executable File
14 lines
294 B
C
Executable File
#ifndef __CI0300_H
|
|
#define __CI0300_H
|
|
|
|
// DEFINIZIONE CAMPI MASCHERE PER LA GESTIONE DOCUMENTI A CALENDARIO
|
|
// campi maschera ci0300.uml
|
|
|
|
#define F_PREVMONTH 101
|
|
#define F_NEXTMONTH 102
|
|
#define F_CHANGEMONTH 103
|
|
#define F_CHANGEYEAR 104
|
|
|
|
|
|
#endif // __CI0300_H
|