Files correlati : ba7.exe Ricompilazione Demo : [ ] Commento : Aggiormaneto maschere all 10.0 ( nuove toolbar modulo base git-svn-id: svn://10.65.10.50/trunk@16496 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			42 lines
		
	
	
		
			633 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			633 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #include "ba7200a.h"
 | |
| 
 | |
| TOOLBAR "topbar" 0 0 0 2
 | |
| 
 | |
| BUTTON DLG_OK 10 2
 | |
| BEGIN
 | |
|   PROMPT -12 -11 ""
 | |
| END
 | |
| 
 | |
| BUTTON DLG_CANCEL 10 2
 | |
| BEGIN
 | |
|   PROMPT -22 -11 ""
 | |
|   PICTURE BMP_QUIT
 | |
|   PICTURE BMP_QUITDN
 | |
| END
 | |
| 
 | |
| ENDPAGE    
 | |
| 
 | |
| PAGE "Copia area dati in Lire" 0 0 0 2
 | |
|                                       
 | |
| GROUPBOX DLG_NULL 80 4
 | |
| BEGIN
 | |
|   PROMPT 1 0 "@bAree dati"
 | |
| END
 | |
|                                       
 | |
| STRING F01_DATI 80 59
 | |
| BEGIN
 | |
|   PROMPT 2 1 "Area dati origine "
 | |
|   FLAGS "D"
 | |
| END
 | |
| 
 | |
| STRING F01_DATIL 80 59
 | |
| BEGIN
 | |
|   PROMPT 2 2 "Area dati destin. "
 | |
|   CHECKTYPE REQUIRED
 | |
|   WARNING "E' necessario specificare l'area dati di destinazione"
 | |
| END
 | |
| 
 | |
| ENDPAGE
 | |
| 
 | |
| ENDMASK
 |