Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione aga 07 patch 250 sul main trunk git-svn-id: svn://10.65.10.50/trunk@10209 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			31 lines
		
	
	
		
			321 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			321 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
 | 
						|
//
 | 
						|
// cg3300b.uml
 | 
						|
//
 | 
						|
 | 
						|
#include "cg3300b.h"
 | 
						|
 | 
						|
PAGE "Anno dichiarazione" -1 -1 27 5
 | 
						|
 | 
						|
NUMBER F_ANNO_RICALCOLA 4
 | 
						|
BEGIN
 | 
						|
  PROMPT 2 1 "Anno: "  
 | 
						|
  HELP "Anno di cui stampare la dichiarazione"
 | 
						|
  FLAGS "A"
 | 
						|
END
 | 
						|
 | 
						|
BUTTON DLG_OK 10 2
 | 
						|
BEGIN
 | 
						|
  PROMPT -12 3 ""
 | 
						|
END
 | 
						|
 | 
						|
BUTTON DLG_CANCEL 10 2
 | 
						|
BEGIN
 | 
						|
  PROMPT -22 3 ""
 | 
						|
END
 | 
						|
 | 
						|
ENDPAGE
 | 
						|
 | 
						|
ENDMASK
 | 
						|
 |