Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

newres.h

00001 #ifndef __NEWRES_H__
00002 #define __NEWRES_H__
00003 
00004 #define  SHMENUBAR RCDATA
00005 #if !(defined(_WIN32_WCE_PSPC) && (_WIN32_WCE >= 300))
00006         #undef HDS_HORZ  
00007         #undef HDS_BUTTONS 
00008         #undef HDS_HIDDEN 
00009 
00010         #include <commctrl.h>
00011         // for MenuBar
00012         #define I_IMAGENONE             (-2)
00013         #define NOMENU                  0xFFFF
00014         #define IDS_SHNEW               1
00015         #define IDM_SHAREDNEW        10
00016         #define IDM_SHAREDNEWDEFAULT 11
00017 
00018         // for Tab Control
00019         #define TCS_SCROLLOPPOSITE      0x0001   // assumes multiline tab
00020         #define TCS_BOTTOM              0x0002
00021         #define TCS_RIGHT               0x0002
00022         #define TCS_VERTICAL            0x0080
00023         #define TCS_MULTISELECT         0x0004  // allow multi-select in button mode
00024         #define TCS_FLATBUTTONS         0x0008  
00025 #endif //_WIN32_WCE_PSPC
00026 
00027 
00028 #endif //__NEWRES_H__

Generated at Wed Aug 29 19:58:55 2001 for Pocket Animator by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001