Files correlati : at8a00a.msk at8.exe Ricompilazione Demo : [ ] Commento : aggiunto programma caricamento donazioni parma git-svn-id: svn://10.65.10.50/trunk@10707 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			36 lines
		
	
	
		
			538 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			538 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
#include "at8a00a.h"
 | 
						|
 | 
						|
TOOLBAR "" 0 20 0 2
 | 
						|
 | 
						|
BUTTON DLG_OK 9 2
 | 
						|
BEGIN
 | 
						|
        PROMPT -12 -11 ""
 | 
						|
END
 | 
						|
 | 
						|
BUTTON DLG_QUIT 9 2
 | 
						|
BEGIN
 | 
						|
        PROMPT -22 -11 ""
 | 
						|
END
 | 
						|
 | 
						|
ENDPAGE
 | 
						|
 | 
						|
PAGE "Acquisizione donazioni da SIT Parma" -1 -1 78 20
 | 
						|
 | 
						|
GROUPBOX DLG_NULL 77 9
 | 
						|
BEGIN
 | 
						|
        PROMPT 1 1 "Selezioni per il trasferimento"
 | 
						|
END
 | 
						|
 | 
						|
STRING F_FILENAME 52
 | 
						|
BEGIN
 | 
						|
  PROMPT 2 2 "Nome file "
 | 
						|
  CHECKTYPE REQUIRED
 | 
						|
  VALIDATE FILENAME_FUNC
 | 
						|
  FLAGS "A"
 | 
						|
  HELP "Nome del file da cui caricare i dati"
 | 
						|
  WARNING "E' necessario specificare un nome di file"
 | 
						|
END
 | 
						|
 | 
						|
ENDPAGE
 | 
						|
ENDMASK
 |