Files correlati : Ricompilazione Demo : [ ] Commento :personalizzazione gommari prassiroma messa in ps (ps1100) git-svn-id: svn://10.65.10.50/trunk@18343 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			24 lines
		
	
	
		
			338 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			338 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
#include "ps1100100a.h"
 | 
						|
 | 
						|
TOOLBAR "topbar" 0 0 0 2
 | 
						|
#include <stdbar.h>
 | 
						|
ENDPAGE
 | 
						|
 | 
						|
PAGE "Acquisizione dati da file" 0 2 0 0
 | 
						|
 | 
						|
STRING F_DIRNAME 45 50
 | 
						|
BEGIN
 | 
						|
  PROMPT 1 1 "Cartella di origine dati "
 | 
						|
  CHECKTYPE REQUIRED
 | 
						|
END
 | 
						|
 | 
						|
STRING F_UM 2
 | 
						|
BEGIN
 | 
						|
  PROMPT 1 2 "Unita' di misura da utilizzare "
 | 
						|
  FLAGS "U"
 | 
						|
  CHECKTYPE REQUIRED
 | 
						|
END
 | 
						|
 | 
						|
ENDPAGE
 | 
						|
ENDMASK
 |