home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / PMCAL.ZIP / PMCAL.H < prev    next >
Text File  |  1991-04-12  |  766b  |  20 lines

  1. #define ID_PMCAL          1
  2. #define IDE_MONTH         100
  3. #define IDE_YEAR          101
  4. #define IDB_ENTER         102
  5. #define IDB_NEXT          103
  6. #define IDB_PREV          104
  7. #define IDT_MONTH         106
  8. #define IDT_CALDAY        110
  9. #define IDT_CALNUM        111
  10. #define IDB_MONTH         120
  11. #define IDB_YEAR          121
  12. #define IDD_ABOUTDLG      200
  13. #define IDM_ABOUT         201
  14. #define IDB_OK            258
  15. int CalculateDayOfWeek(int iMonth, int iYear);
  16. void FillDateNumbers(int DayOfWeek,int iMonth, int iYear,PSZ szMonthNumber);
  17. void FillMonthString(int iMonth,int iYear,PSZ szMonthString);
  18. MRESULT EXPENTRY PmcalDlgProc (HWND hwnd, USHORT msg, MPARAM mp1, MPARAM mp2);
  19. MRESULT EXPENTRY AboutDlgProc( HWND, USHORT, MPARAM, MPARAM );
  20.