Files correlati : Ricompilazione Demo : [ ] Commento : iniziata standardizzazione delle pictures nelle maschere di campo (sia toolbar che bottoni normali). Da ora in avanti vige la ferrea regola: 1) nelle toolbar si usano sempre e solo "picture tool_" 2) nei bottoni sparsi si usano le "picture bmp_" 3) e' vietato l'uso di picture numeriche!!! 4) quando e' possibile creare le toolbar utilizzando quelle predefinite con #include Chi non seguirà tali semplici e ferree norme sara' alleggerito delle sue parti sferiche inferiori! git-svn-id: svn://10.65.10.50/trunk@18481 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			34 lines
		
	
	
		
			433 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			433 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
BUTTON DLG_NULL 2 2
 | 
						|
BEGIN
 | 
						|
  PROMPT -1 1 ""
 | 
						|
  PICTURE 0
 | 
						|
END
 | 
						|
 | 
						|
BUTTON DLG_INFO 2 2
 | 
						|
BEGIN
 | 
						|
  PROMPT 1 1 "Info"
 | 
						|
  MESSAGE EXIT,K_F2
 | 
						|
  PICTURE TOOL_INFO
 | 
						|
END
 | 
						|
 | 
						|
BUTTON DLG_HELP 2 2
 | 
						|
BEGIN
 | 
						|
  PROMPT 2 1 "Help"
 | 
						|
  MESSAGE EXIT,K_F1
 | 
						|
  PICTURE TOOL_HELP
 | 
						|
END
 | 
						|
 | 
						|
BUTTON DLG_CANCEL 2 2
 | 
						|
BEGIN
 | 
						|
  PROMPT 3 1 "Annulla"
 | 
						|
  MESSAGE EXIT,K_ESC
 | 
						|
  PICTURE TOOL_CANCEL
 | 
						|
END
 | 
						|
 | 
						|
BUTTON DLG_QUIT 2 2
 | 
						|
BEGIN
 | 
						|
  PROMPT 4 1 "Fine"
 | 
						|
  MESSAGE EXIT,K_QUIT
 | 
						|
  PICTURE TOOL_QUIT
 | 
						|
END
 |