FEDRA emulsion software from the OPERA Collaboration
Mwinmil.h
Go to the documentation of this file.
1 /* File name: mwinmil.h
2  * Synopsis: This header file defines constants for the mil windows
3  * application example.
4  */
5 
6 /* String defined */
7 #define MILAPPLNAME "MIL Application"
8 
9 /* Define the color of the background of the window client area */
10 #define BACKCOLOR 247
11 #define BACKCOLORRED 160
12 #define BACKCOLORGREEN 160
13 #define BACKCOLORBLUE 164
14 
15 /* Defines for menu */
16 #define IDM_STARTMAIN 100