home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / WIN_NT / NTXSTA.ZIP / XSTATIC.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-10  |  469 b   |  16 lines

  1.  
  2.  
  3.  
  4. #define DT_TOP              0x0000    //  Resource compiler needs these as do other programs
  5. #define DT_LEFT             0x0000                          //  that want to use the control
  6. #define DT_CENTER           0x0001
  7. #define DT_RIGHT            0x0002
  8. #define DT_VCENTER          0x0004
  9. #define DT_BOTTOM           0x0008
  10.  
  11. #define XS_BORDERIN  0x1000                                //  More definitions for programs
  12. #define XS_BORDEROUT 0x2000
  13.  
  14.  
  15.  
  16.