forked from GerhardHoffmann/DCLibraries
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			747 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			747 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
#ifndef GUIDEFS_H
 | 
						|
#define GUIDEFS_H
 | 
						|
 | 
						|
#define PIXELSIZE_BUTTONS       18
 | 
						|
#define PIXELSIZE_LABEL         18
 | 
						|
#define PIXELSIZE_DATA          16
 | 
						|
 | 
						|
#define PIXELSIZE_BIGFONT       22
 | 
						|
#define PIXELSIZE_SMALLFONT     14
 | 
						|
 | 
						|
#define     BUTTONCOLOR     "background-color: rgb(150,250,150)"
 | 
						|
 | 
						|
#define     COLORGREEN      "background-color: rgb(160,250,190)"
 | 
						|
#define     COLOR_RED       "background-color: rgb(150,0,0)"
 | 
						|
#define     COLOR_LIGHTRED       "background-color: rgb(250,150,150)"
 | 
						|
//#define     COLORGREY       "background-color: rgb(160,250,190)"
 | 
						|
#define     COLORGREY       "background-color: grey"
 | 
						|
#define     COLORYELLOW     "background-color: yellow"
 | 
						|
#define     COLORWHITE     "background-color: white"
 | 
						|
 | 
						|
// "background-color: lightgrey"
 | 
						|
 | 
						|
 | 
						|
#endif
 |