home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / os2 / timeserv / dialogs.h < prev    next >
Text File  |  1999-05-11  |  1KB  |  35 lines

  1. /*static char *SCCSID = "@(#)dialogs.h    6.3 92/02/18";*/
  2. /**************************************************************************\
  3. *                                                                          *
  4. *       MODULE:     dialogs.h                                              *
  5. *                                                                          *
  6. *       COMMENT:    Constants for the Clock dialogs                        *
  7. *                                                                          *
  8. \**************************************************************************/
  9.  
  10.  
  11. #define CLKTM_MAJOR 0x0100
  12. #define CLKTM_MINOR 0x0200
  13.  
  14. #define CLKTM_ALWAYS    0x0001
  15. #define CLKTM_NOTICONIC 0x0002
  16. #define CLKTM_NEVER     0x0004
  17.  
  18. #define CLKCLR_BUTTONSHIFT 0x08
  19.  
  20. #define CLKCLR_OBJECTS      0x0100
  21. #define CLKCLR_BACKGROUND   0x0101
  22. #define CLKCLR_FACE         0x0102
  23. #define CLKCLR_HOURHAND     0x0103
  24. #define CLKCLR_MINUTEHAND   0x0104
  25.  
  26. #define CCHMAXSTRING                    256
  27. #define TIME_SEP_LEN        1
  28. #define DATE_SEP_LEN        1
  29. #define STRING_AM_LEN       2
  30. #define STRING_PM_LEN       2
  31. #define AM_PM  2                    /* index into rTimeSep */
  32. #define PATHMAX 259           /* path cb     max                     */
  33. #define COUNTRY_USA     1              /* Country code               */
  34. #define COUNTRY_UK      44             /* Country code               */
  35.