Files correlati : Ricompilazione Demo : [ ] Commento : Modifiche di libreria per supporto/ottimizzazione modulo FE git-svn-id: svn://10.65.10.50/branches/R_10_00@22403 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			52 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| ///////////////////////////////////////////////////////////
 | |
| // .MSK Tokens by Guy 21-10-93
 | |
| ///////////////////////////////////////////////////////////
 | |
| 
 | |
| #define ALIAS           AL
 | |
| #define BEGIN           BE
 | |
| #define BOOLEAN         BO
 | |
| #define BROWSEFILE      BR
 | |
| #define BUTTON          BU
 | |
| #define CHECKTYPE       CH
 | |
| #define COPY            CO
 | |
| #define DATE            DA
 | |
| #define DISPLAY         DI
 | |
| #define DRIVENBY        DR
 | |
| #define EMPTY           0
 | |
| #define END             EN
 | |
| #define ENDPAGE         EN
 | |
| #define FORCED          FO
 | |
| #define FIELD           FI
 | |
| #define FLAGS           FL
 | |
| #define GROUPBOX        GR
 | |
| #define GROUP           GR
 | |
| #define HELP            HE
 | |
| #define KEY             KE
 | |
| #define INPUT           IN
 | |
| #define ITEM            IT
 | |
| #define JOIN            JO
 | |
| #define LIST            LI
 | |
| #define LISTFILE        LI
 | |
| #define MASK            MA
 | |
| #define MESSAGE         ME
 | |
| #define MEMO            ME
 | |
| #define MODULES         MO
 | |
| #define NUMBER          NU
 | |
| #define NONE            NO
 | |
| #define OUTPUT          OU
 | |
| #define PAGE            PA
 | |
| #define PICTURE         PI
 | |
| #define PROMPT          PR
 | |
| #define RADIOBUTTON     RA
 | |
| #define RUN             RU
 | |
| #define SEARCH          SE
 | |
| #define SELECT          SE
 | |
| #define STRING          ST
 | |
| #define SHEET           SH
 | |
| #define TEXT            TE
 | |
| #define TREE            TR
 | |
| #define USE             US
 | |
| #define VALIDATE        VA
 | |
| #define WARNING         WA
 | |
| #define ZOOM            ZO
 |